diff --git a/.github/workflows/lint_black.yaml b/.github/workflows/lint_black.yaml index 975efd83c..f1bc1b751 100644 --- a/.github/workflows/lint_black.yaml +++ b/.github/workflows/lint_black.yaml @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v1 with: - python-version: 3.8 + python-version: 3.9 - name: Install Python dependencies run: pip install black[jupyter] diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index ae86b24e2..818f4af05 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v3 with: - python-version: "3.8" + python-version: "3.9" - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/.github/workflows/test_pytest.yaml b/.github/workflows/test_pytest.yaml index c3e06afe9..d927a0bb4 100644 --- a/.github/workflows/test_pytest.yaml +++ b/.github/workflows/test_pytest.yaml @@ -18,11 +18,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest] - python-version: [3.8, 3.12] - include: - - os: macos-latest - python-version: 3.12 + os: [ubuntu-latest, macos-latest, windows-latest] + python-version: [3.9, 3.12] env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python-version }} diff --git a/.pylintrc b/.pylintrc index 0ea1c4873..328effebb 100644 --- a/.pylintrc +++ b/.pylintrc @@ -88,7 +88,7 @@ persistent=yes # Minimum Python version to use for version dependent checks. Will default to # the version used to run pylint. -py-version=3.8 +py-version=3.9 # Discover python modules and packages in the file system subtree. recursive=no diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d2023dd4c..7e2375a2c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,9 +7,9 @@ version: 2 # Set the version of Python and other tools build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: "3.9" + python: "3.12" # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/CHANGELOG.md b/CHANGELOG.md index 869b49aa8..014c979f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,11 +27,37 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - yyyy-mm-dd - + ### Added +### Changed + +- MNT: bump minimum Python version to 3.9. [#624](https://github.com/RocketPy-Team/RocketPy/pull/624) + +### Fixed + + +## [1.3.0.post1] - 2024-06-02 + +You can install this version by running `pip install rocketpy==1.3.0.post1` + +### Fixed + +- BUG: pyproject.toml Main Module Finding. [#616](https://github.com/RocketPy-Team/RocketPy/pull/616) + +## [1.3.0] - 2024-06-01 + +You can install this version by running `pip install rocketpy==1.3.0` + +### Added + +- ENH: CP and Thrust Eccentricity Effects Generate Roll Moment [#617](https://github.com/RocketPy-Team/RocketPy/pull/617) +- ENH: Add Prandtl-Gauss transformation to NoseCone and Tail [#609](https://github.com/RocketPy-Team/RocketPy/pull/609) +- DOC: Adds prometheus data, Spaceport America 2022 [#601](https://github.com/RocketPy-Team/RocketPy/pull/601) +- ENH: Pre-calculate attributes in Rocket class [#595](https://github.com/RocketPy-Team/RocketPy/pull/595) +- ENH: Complex step differentiation [#594](https://github.com/RocketPy-Team/RocketPy/pull/594) - ENH: Exponential backoff decorator (fix #449) [#588](https://github.com/RocketPy-Team/RocketPy/pull/588) - ENH: Function Validation Rework & Swap `np.searchsorted` to `bisect_left` [#582](https://github.com/RocketPy-Team/RocketPy/pull/582) - ENH: Add new stability margin properties to Flight class [#572](https://github.com/RocketPy-Team/RocketPy/pull/572) @@ -39,8 +65,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Changed +- MNT: Fix warnings in test suite and adds support for numpy 2.0 [#623](https://github.com/RocketPy-Team/RocketPy/pull/623) +- REL: Bump versioning to RocketPy v1.3.0 [#614](https://github.com/RocketPy-Team/RocketPy/pull/614) +- ENH: Adds StochasticModel.visualize_attributes() method [#612](https://github.com/RocketPy-Team/RocketPy/pull/612) +- DOC: Monte carlo documentation updates [#607](https://github.com/RocketPy-Team/RocketPy/pull/607) +- MNT: refactor u_dot parachute method [#596](https://github.com/RocketPy-Team/RocketPy/pull/596) - BLD: Change setup.py to pyproject.toml [#589](https://github.com/RocketPy-Team/RocketPy/pull/589) - DEP: delete deprecated rocketpy.tools.cached_property [#587](https://github.com/RocketPy-Team/RocketPy/pull/587) +- DOC: Change rocketpy Landing Page to Standard Code docs [#584](https://github.com/RocketPy-Team/RocketPy/pull/584) - ENH: Flight simulation speed up [#581] (https://github.com/RocketPy-Team/RocketPy/pull/581) - MNT: Modularize Rocket Draw [#580](https://github.com/RocketPy-Team/RocketPy/pull/580) - ENH: Initial solution from flights gets previous results [#568](https://github.com/RocketPy-Team/RocketPy/pull/568) @@ -52,6 +84,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed +- MNT: Alter PYPI classifier naming. [#615](https://github.com/RocketPy-Team/RocketPy/pull/615) +- DOC: Solve Dependencies Conflicts and pyproject build [#613](https://github.com/RocketPy-Team/RocketPy/pull/613) +- BUG: Fixes nose cone bluffness issue #610 [#611](https://github.com/RocketPy-Team/RocketPy/pull/611) +- BUG: plot drag curves when function source is callable [#599](https://github.com/RocketPy-Team/RocketPy/pull/599) +- BUG: Fix minor type hinting problems [#598](https://github.com/RocketPy-Team/RocketPy/pull/598) - BUG: Optional Dependencies Naming in pyproject.toml. [#592](https://github.com/RocketPy-Team/RocketPy/pull/592) - BUG: Swap rocket.total_mass.differentiate for motor.total_mass_flow rate [#585](https://github.com/RocketPy-Team/RocketPy/pull/585) - BUG: export_eng 'Motor' method would not work for liquid motors. [#559](https://github.com/RocketPy-Team/RocketPy/pull/559) diff --git a/data/motors/cesaroni/Cesaroni_7579M1520-P.eng b/data/motors/cesaroni/Cesaroni_7579M1520-P.eng new file mode 100644 index 000000000..6b1ff8ef2 --- /dev/null +++ b/data/motors/cesaroni/Cesaroni_7579M1520-P.eng @@ -0,0 +1,13 @@ +; Pro98-3G 7579M1520-BS P +M1520-BS 98 548 P 3.737 6.718 CTI + 0.04 1427.795 + 0.082 1706.389 + 0.176 1620.489 + 0.748 1734.249 + 1.652 1827.113 + 2.676 1715.676 + 3.89 1423.152 + 4.399 1404.579 + 4.616 661.661 + 4.877 69.649 + 4.897 0.0 \ No newline at end of file diff --git a/data/prometheus/2022-06-24-serial-5115-flight-0001-TeleMetrum.csv b/data/prometheus/2022-06-24-serial-5115-flight-0001-TeleMetrum.csv new file mode 100644 index 000000000..ee7dd05b4 --- /dev/null +++ b/data/prometheus/2022-06-24-serial-5115-flight-0001-TeleMetrum.csv @@ -0,0 +1,7082 @@ +#version,serial,flight,call,time,state,state_name,acceleration,pressure,altitude,height,speed,temperature,drogue_voltage,main_voltage,battery_voltage,connected,locked,nsat,latitude,longitude,altitude,year,month,day,hour,minute,second,pad_dist,pad_range,pad_az,pad_el,pdop,hdop,vdop,sat01,sat02,sat03,sat04,sat05,sat06,sat07,sat08,sat09,sat10,sat11,sat12,sat13,sat14,sat15,sat16,sat17,sat18,sat19,sat20,sat21,sat22,sat23,sat24,sat25,sat26,sat27,sat28,sat29,sat30,sat31,sat32 +6, 5115, 1,VA3NPN, -0.30, 3, boost, -0.00, 86444.00, 1319.67, -0.19, 0.00, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.29, 3, boost, -0.00, 86438.00, 1320.23, 0.38, 0.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.28, 3, boost, -0.00, 86440.00, 1320.05, 0.19, 0.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.27, 3, boost, -0.00, 86449.00, 1319.19, -0.66, 0.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.26, 3, boost, -0.00, 86443.00, 1319.76, -0.09, 0.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.25, 3, boost, -0.00, 86459.00, 1318.25, -1.61, 0.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.24, 3, boost, -0.00, 86424.00, 1321.56, 1.70, 0.00, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.23, 3, boost, -0.00, 86442.00, 1319.86, 0.00, 0.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.22, 3, boost, -0.00, 86457.00, 1318.44, -1.42, 0.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.21, 3, boost, -0.00, 86436.00, 1320.42, 0.57, 0.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.20, 3, boost, -0.00, 86441.00, 1319.95, 0.09, 0.00, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.19, 3, boost, -0.00, 86453.00, 1318.81, -1.04, 0.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.18, 3, boost, -0.00, 86443.00, 1319.76, -0.09, 0.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.17, 3, boost, -0.00, 86436.00, 1320.42, 0.57, 0.00, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.16, 3, boost, -0.00, 86430.00, 1320.99, 1.14, 0.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.15, 3, boost, -0.00, 86449.00, 1319.19, -0.66, 0.00, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.14, 3, boost, -0.00, 86437.00, 1320.33, 0.47, 0.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.13, 3, boost, -0.00, 86450.00, 1319.10, -0.76, 0.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.12, 3, boost, -0.00, 86449.00, 1319.19, -0.66, 0.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.11, 3, boost, -0.00, 86440.00, 1320.05, 0.19, 0.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.10, 3, boost, -0.00, 86428.00, 1321.18, 1.33, 0.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.09, 3, boost, -0.00, 86435.00, 1320.52, 0.66, 0.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.08, 3, boost, -0.00, 86438.00, 1320.23, 0.38, 0.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.07, 3, boost, -0.00, 86450.00, 1319.10, -0.76, 0.01, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.06, 3, boost, 0.53, 86422.00, 1321.75, 1.89, 0.03, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.05, 3, boost, 0.53, 86434.00, 1320.61, 0.76, 0.11, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.04, 3, boost, 3.18, 86449.00, 1319.19, -0.66, 0.29, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.03, 3, boost, 35.52, 86474.00, 1316.83, -3.03, 0.60, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.02, 3, boost, 67.32, 86456.00, 1318.53, -1.33, 1.07, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, -0.01, 3, boost, 84.81, 86465.00, 1317.68, -2.18, 1.69, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.00, 3, boost, 89.59, 86434.00, 1320.61, 0.76, 2.43, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.01, 3, boost, 87.46, 86398.00, 1324.02, 4.17, 3.25, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.01, 3, boost, 87.46, 86398.00, 1324.02, 4.17, 3.25, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.02, 3, boost, 86.93, 86399.00, 1323.93, 4.07, 4.08, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.02, 3, boost, 86.93, 86399.00, 1323.93, 4.07, 4.08, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.03, 3, boost, 79.51, 86428.00, 1321.18, 1.33, 4.91, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.04, 3, boost, 78.98, 86435.00, 1320.52, 0.66, 5.73, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.05, 3, boost, 78.98, 86411.00, 1322.79, 2.94, 6.53, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.06, 3, boost, 77.92, 86431.00, 1320.90, 1.04, 7.31, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.07, 3, boost, 76.86, 86450.00, 1319.10, -0.76, 8.10, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.08, 3, boost, 75.80, 86427.00, 1321.28, 1.42, 8.88, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.09, 3, boost, 85.34, 86437.00, 1320.33, 0.47, 9.67, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.10, 3, boost, 77.39, 86413.00, 1322.60, 2.75, 10.45, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.11, 3, boost, 76.33, 86447.00, 1319.38, -0.47, 11.23, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.12, 3, boost, 76.33, 86440.00, 1320.05, 0.19, 12.01, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.13, 3, boost, 76.33, 86422.00, 1321.75, 1.89, 12.77, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.14, 3, boost, 76.33, 86422.00, 1321.75, 1.89, 13.54, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.15, 3, boost, 76.33, 86432.00, 1320.80, 0.95, 14.30, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.16, 3, boost, 76.33, 86413.00, 1322.60, 2.75, 15.06, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.17, 3, boost, 75.80, 86440.00, 1320.05, 0.19, 15.82, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.18, 3, boost, 74.74, 86405.00, 1323.36, 3.50, 16.57, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.19, 3, boost, 75.27, 86413.00, 1322.60, 2.75, 17.33, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.20, 3, boost, 75.27, 86426.00, 1321.37, 1.51, 18.08, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.21, 3, boost, 74.74, 86429.00, 1321.09, 1.23, 18.83, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.22, 3, boost, 74.74, 86460.00, 1318.15, -1.70, 19.58, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.23, 3, boost, 75.27, 86443.00, 1319.76, -0.09, 20.33, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.24, 3, boost, 74.74, 86396.00, 1324.21, 4.36, 21.08, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.25, 3, boost, 75.27, 86404.00, 1323.45, 3.60, 21.84, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.26, 3, boost, 76.86, 86469.00, 1317.30, -2.56, 22.60, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.27, 3, boost, 76.33, 86405.00, 1323.36, 3.50, 23.36, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.28, 3, boost, 76.86, 86413.00, 1322.60, 2.75, 24.13, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.29, 3, boost, 77.39, 86422.00, 1321.75, 1.89, 24.90, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.30, 3, boost, 77.39, 86411.00, 1322.79, 2.94, 25.67, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.31, 3, boost, 77.39, 86395.00, 1324.31, 4.45, 26.44, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.32, 3, boost, 77.39, 86410.00, 1322.89, 3.03, 27.21, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.33, 3, boost, 76.86, 86424.00, 1321.56, 1.70, 27.98, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.34, 3, boost, 76.33, 86419.00, 1322.03, 2.18, 28.75, 34.0, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.34, 3, boost, 76.33, 86419.00, 1322.03, 2.18, 28.75, 34.0, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.35, 3, boost, 76.33, 86408.00, 1323.08, 3.22, 29.51, 34.0, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.36, 3, boost, 76.33, 86407.00, 1323.17, 3.31, 30.28, 33.9, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.37, 3, boost, 76.33, 86387.00, 1325.06, 5.21, 31.04, 34.0, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.38, 3, boost, 76.33, 86393.00, 1324.50, 4.64, 31.81, 34.0, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.39, 3, boost, 76.33, 86402.00, 1323.64, 3.79, 32.57, 33.9, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.40, 3, boost, 76.33, 86396.00, 1324.21, 4.36, 33.33, 33.9, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.41, 3, boost, 76.33, 86405.00, 1323.36, 3.50, 34.10, 33.9, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.42, 3, boost, 76.33, 86372.00, 1326.48, 6.63, 34.86, 34.0, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.43, 3, boost, 76.33, 86363.00, 1327.34, 7.48, 35.62, 33.9, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.44, 3, boost, 76.33, 86370.00, 1326.67, 6.82, 36.39, 33.9, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.45, 3, boost, 76.33, 86369.00, 1326.77, 6.91, 37.15, 33.9, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.45, 3, boost, 76.33, 86369.00, 1326.77, 6.91, 37.15, 33.9, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.45, 3, boost, 76.33, 86369.00, 1326.77, 6.91, 37.15, 33.9, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.45, 3, boost, 76.33, 86369.00, 1326.77, 6.91, 37.15, 33.9, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.45, 3, boost, 76.33, 86369.00, 1326.77, 6.91, 37.15, 33.9, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.45, 3, boost, 76.33, 86369.00, 1326.77, 6.91, 37.15, 33.9, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395046,-106.9114515, 1390.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 25, 0, 0, 27, 0, 0, 0, 0, 33, 36, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.46, 3, boost, 76.33, 86382.00, 1325.54, 5.68, 37.91, 33.9, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.47, 3, boost, 76.33, 86369.00, 1326.77, 6.91, 38.68, 34.0, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.48, 3, boost, 76.33, 86386.00, 1325.16, 5.30, 39.44, 34.0, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.49, 3, boost, 76.33, 86358.00, 1327.81, 7.96, 40.20, 33.9, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.50, 3, boost, 76.86, 86343.00, 1329.23, 9.38, 40.97, 34.0, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.51, 3, boost, 76.33, 86343.00, 1329.23, 9.38, 41.73, 33.9, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.52, 3, boost, 76.33, 86331.00, 1330.37, 10.51, 42.50, 34.0, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.53, 3, boost, 76.33, 86341.00, 1329.42, 9.57, 43.26, 33.9, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.54, 3, boost, 76.86, 86341.00, 1329.42, 9.57, 44.03, 34.0, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.55, 3, boost, 76.86, 86331.00, 1330.37, 10.51, 44.80, 33.9, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.56, 3, boost, 76.86, 86345.00, 1329.04, 9.19, 45.56, 34.0, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.57, 3, boost, 76.86, 86325.00, 1330.94, 11.08, 46.33, 34.0, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.58, 3, boost, 76.86, 86343.00, 1329.23, 9.38, 47.10, 34.0, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.59, 3, boost, 76.86, 86345.00, 1329.04, 9.19, 47.87, 33.9, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.60, 3, boost, 76.86, 86325.00, 1330.94, 11.08, 48.64, 34.0, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.61, 3, boost, 76.86, 86321.00, 1331.32, 11.46, 49.41, 33.9, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.62, 3, boost, 76.86, 86331.00, 1330.37, 10.51, 50.18, 34.0, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.63, 3, boost, 76.86, 86321.00, 1331.32, 11.46, 50.94, 34.0, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.64, 3, boost, 76.86, 86324.00, 1331.03, 11.18, 51.71, 34.0, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.65, 3, boost, 76.86, 86314.00, 1331.98, 12.12, 52.48, 34.0, 0.00, 0.01, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.66, 3, boost, 77.39, 86290.00, 1334.26, 14.40, 53.26, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.66, 3, boost, 77.39, 86290.00, 1334.26, 14.40, 53.26, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.67, 3, boost, 77.39, 86296.00, 1333.69, 13.83, 54.03, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.68, 3, boost, 77.39, 86308.00, 1332.55, 12.69, 54.80, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.69, 3, boost, 77.39, 86293.00, 1333.97, 14.12, 55.57, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.70, 3, boost, 77.39, 86296.00, 1333.69, 13.83, 56.35, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.71, 3, boost, 77.39, 86278.00, 1335.39, 15.54, 57.12, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.72, 3, boost, 77.39, 86283.00, 1334.92, 15.06, 57.90, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.73, 3, boost, 77.39, 86278.00, 1335.39, 15.54, 58.67, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.74, 3, boost, 77.39, 86279.00, 1335.30, 15.44, 59.44, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.75, 3, boost, 77.39, 86269.00, 1336.25, 16.39, 60.22, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.76, 3, boost, 77.39, 86273.00, 1335.87, 16.01, 60.99, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.77, 3, boost, 77.39, 86286.00, 1334.63, 14.78, 61.77, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.78, 3, boost, 77.92, 86278.00, 1335.39, 15.54, 62.55, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.79, 3, boost, 77.92, 86260.00, 1337.10, 17.24, 63.32, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.80, 3, boost, 77.92, 86261.00, 1337.01, 17.15, 64.10, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.81, 3, boost, 77.92, 86237.00, 1339.28, 19.43, 64.88, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.82, 3, boost, 77.92, 86255.00, 1337.57, 17.72, 65.66, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.83, 3, boost, 77.92, 86237.00, 1339.28, 19.43, 66.44, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.84, 3, boost, 77.92, 86222.00, 1340.70, 20.85, 67.22, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.85, 3, boost, 77.92, 86246.00, 1338.43, 18.57, 68.00, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.86, 3, boost, 77.92, 86227.00, 1340.23, 20.37, 68.78, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.87, 3, boost, 77.92, 86208.00, 1342.03, 22.18, 69.56, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.88, 3, boost, 77.92, 86201.00, 1342.70, 22.84, 70.33, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.89, 3, boost, 77.92, 86215.00, 1341.37, 21.51, 71.11, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.90, 3, boost, 77.92, 86197.00, 1343.08, 23.22, 71.89, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.91, 3, boost, 77.92, 86195.00, 1343.27, 23.41, 72.68, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.92, 3, boost, 78.45, 86201.00, 1342.70, 22.84, 73.46, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.93, 3, boost, 78.45, 86204.00, 1342.41, 22.56, 74.24, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.94, 3, boost, 77.92, 86157.00, 1346.87, 27.02, 75.02, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.95, 3, boost, 78.45, 86201.00, 1342.70, 22.84, 75.80, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.96, 3, boost, 78.45, 86186.00, 1344.12, 24.26, 76.59, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.97, 3, boost, 78.45, 86200.00, 1342.79, 22.94, 77.37, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.98, 3, boost, 78.45, 86193.00, 1343.46, 23.60, 78.16, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.98, 3, boost, 78.45, 86193.00, 1343.46, 23.60, 78.16, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 0.99, 3, boost, 78.45, 86173.00, 1345.35, 25.50, 78.94, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.00, 3, boost, 78.45, 86178.00, 1344.88, 25.02, 79.73, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.01, 3, boost, 78.45, 86171.00, 1345.54, 25.69, 80.51, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.02, 3, boost, 78.45, 86155.00, 1347.06, 27.21, 81.30, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.03, 3, boost, 78.98, 86163.00, 1346.30, 26.45, 82.08, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.04, 3, boost, 78.45, 86147.00, 1347.82, 27.97, 82.87, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.05, 3, boost, 78.45, 86129.00, 1349.53, 29.67, 83.66, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.06, 3, boost, 78.98, 86125.00, 1349.91, 30.05, 84.44, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.07, 3, boost, 78.98, 86118.00, 1350.58, 30.72, 85.23, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.08, 3, boost, 78.98, 86130.00, 1349.44, 29.58, 86.02, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.09, 3, boost, 78.45, 86135.00, 1348.96, 29.11, 86.81, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.10, 3, boost, 78.98, 86139.00, 1348.58, 28.73, 87.60, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.11, 3, boost, 78.98, 86102.00, 1352.09, 32.24, 88.39, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.12, 3, boost, 78.98, 86119.00, 1350.48, 30.62, 89.17, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.13, 3, boost, 78.98, 86113.00, 1351.05, 31.19, 89.96, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.14, 3, boost, 78.98, 86094.00, 1352.85, 33.00, 90.75, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.15, 3, boost, 78.98, 86109.00, 1351.43, 31.57, 91.54, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.16, 3, boost, 78.98, 86101.00, 1352.19, 32.33, 92.33, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.17, 3, boost, 78.98, 86090.00, 1353.23, 33.38, 93.12, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.18, 3, boost, 78.98, 86086.00, 1353.61, 33.76, 93.91, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.19, 3, boost, 78.98, 86096.00, 1352.66, 32.81, 94.70, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.20, 3, boost, 78.98, 86080.00, 1354.18, 34.33, 95.49, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.21, 3, boost, 78.98, 86053.00, 1356.75, 36.89, 96.28, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.22, 3, boost, 78.98, 86053.00, 1356.75, 36.89, 97.07, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.23, 3, boost, 78.98, 86049.00, 1357.13, 37.27, 97.86, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.24, 3, boost, 78.98, 86057.00, 1356.37, 36.51, 98.65, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.25, 3, boost, 78.98, 86052.00, 1356.84, 36.99, 99.44, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.26, 3, boost, 79.51, 86040.00, 1357.98, 38.13, 100.24, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.27, 3, boost, 78.98, 86043.00, 1357.70, 37.84, 101.03, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.28, 3, boost, 79.51, 86038.00, 1358.17, 38.32, 101.82, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.29, 3, boost, 79.51, 86005.00, 1361.31, 41.46, 102.61, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.30, 3, boost, 79.51, 86012.00, 1360.65, 40.79, 103.41, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.30, 3, boost, 79.51, 86012.00, 1360.65, 40.79, 103.41, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.31, 3, boost, 78.98, 86025.00, 1359.41, 39.55, 104.20, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.32, 3, boost, 78.98, 86010.00, 1360.84, 40.98, 104.99, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.33, 3, boost, 78.98, 86007.00, 1361.12, 41.27, 105.78, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.34, 3, boost, 79.51, 86013.00, 1360.55, 40.69, 106.58, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.35, 3, boost, 79.51, 86000.00, 1361.79, 41.93, 107.37, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.36, 3, boost, 79.51, 85997.00, 1362.07, 42.22, 108.17, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.37, 3, boost, 79.51, 85996.00, 1362.17, 42.31, 108.96, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.38, 3, boost, 79.51, 85975.00, 1364.16, 44.31, 109.75, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.39, 3, boost, 79.51, 85988.00, 1362.93, 43.07, 110.55, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.40, 3, boost, 79.51, 85973.00, 1364.35, 44.50, 111.35, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.41, 3, boost, 79.51, 85948.00, 1366.73, 46.88, 112.14, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.42, 3, boost, 79.51, 85957.00, 1365.87, 46.02, 112.94, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.43, 3, boost, 79.51, 85952.00, 1366.35, 46.49, 113.73, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.44, 3, boost, 79.51, 85939.00, 1367.59, 47.73, 114.53, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395050,-106.9114519, 1390.0, 2022, 6, 24, 15, 17, 17, 0, 0, 320, 0, 1.4,2147483647.0,2147483647.0, 0, 36, 24, 0, 0, 27, 0, 0, 0, 0, 34, 37, 25, 21, 0, 0, 33, 0, 25, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 1.45, 3, boost, 79.51, 85952.00, 1366.35, 46.49, 115.32, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.45, 3, boost, 79.51, 85952.00, 1366.35, 46.49, 115.32, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.45, 3, boost, 79.51, 85952.00, 1366.35, 46.49, 115.32, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.45, 3, boost, 79.51, 85952.00, 1366.35, 46.49, 115.32, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.45, 3, boost, 79.51, 85952.00, 1366.35, 46.49, 115.32, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.45, 3, boost, 79.51, 85952.00, 1366.35, 46.49, 115.32, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.46, 3, boost, 79.51, 85935.00, 1367.97, 48.11, 116.12, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.47, 3, boost, 79.51, 85928.00, 1368.63, 48.78, 116.91, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.48, 3, boost, 79.51, 85929.00, 1368.54, 48.68, 117.71, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.49, 3, boost, 79.51, 85909.00, 1370.44, 50.59, 118.50, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.50, 3, boost, 80.04, 85929.00, 1368.54, 48.68, 119.30, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.51, 3, boost, 79.51, 85927.00, 1368.73, 48.87, 120.10, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.52, 3, boost, 79.51, 85900.00, 1371.30, 51.44, 120.89, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.53, 3, boost, 79.51, 85901.00, 1371.20, 51.35, 121.69, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.54, 3, boost, 79.51, 85890.00, 1372.25, 52.39, 122.48, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.55, 3, boost, 79.51, 85848.00, 1376.25, 56.39, 123.28, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.56, 3, boost, 79.51, 85864.00, 1374.72, 54.87, 124.07, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.57, 3, boost, 79.51, 85860.00, 1375.10, 55.25, 124.87, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.58, 3, boost, 79.51, 85840.00, 1377.01, 57.15, 125.66, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.59, 3, boost, 79.51, 85827.00, 1378.25, 58.39, 126.46, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.60, 3, boost, 79.51, 85839.00, 1377.10, 57.25, 127.25, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.61, 3, boost, 79.51, 85810.00, 1379.86, 60.01, 128.05, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.62, 3, boost, 79.51, 85808.00, 1380.06, 60.20, 128.84, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.62, 3, boost, 79.51, 85808.00, 1380.06, 60.20, 128.84, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.63, 3, boost, 79.51, 85796.00, 1381.20, 61.34, 129.64, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.64, 3, boost, 78.98, 85821.00, 1378.82, 58.96, 130.43, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.65, 3, boost, 79.51, 85814.00, 1379.48, 59.63, 131.22, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.66, 3, boost, 78.98, 85779.00, 1382.82, 62.96, 132.01, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.67, 3, boost, 78.98, 85781.00, 1382.63, 62.77, 132.81, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.68, 3, boost, 78.98, 85782.00, 1382.53, 62.68, 133.60, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.69, 3, boost, 78.98, 85771.00, 1383.58, 63.72, 134.39, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.70, 3, boost, 78.98, 85778.00, 1382.91, 63.06, 135.18, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.71, 3, boost, 78.98, 85776.00, 1383.10, 63.25, 135.96, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.72, 3, boost, 78.98, 85766.00, 1384.06, 64.20, 136.75, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.73, 3, boost, 78.98, 85748.00, 1385.77, 65.92, 137.54, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.74, 3, boost, 78.45, 85761.00, 1384.53, 64.68, 138.33, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.75, 3, boost, 78.45, 85724.00, 1388.06, 68.20, 139.12, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.76, 3, boost, 78.45, 85734.00, 1387.10, 67.25, 139.90, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.77, 3, boost, 78.45, 85727.00, 1387.77, 67.92, 140.69, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.78, 3, boost, 78.45, 85717.00, 1388.73, 68.87, 141.47, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.79, 3, boost, 78.45, 85738.00, 1386.72, 66.87, 142.25, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.80, 3, boost, 78.45, 85721.00, 1388.34, 68.49, 143.04, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.81, 3, boost, 77.92, 85727.00, 1387.77, 67.92, 143.82, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.82, 3, boost, 78.45, 85701.00, 1390.25, 70.39, 144.60, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.83, 3, boost, 77.92, 85709.00, 1389.49, 69.63, 145.38, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.84, 3, boost, 77.92, 85707.00, 1389.68, 69.82, 146.16, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.85, 3, boost, 77.92, 85684.00, 1391.87, 72.02, 146.94, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.86, 3, boost, 77.92, 85673.00, 1392.92, 73.06, 147.72, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.87, 3, boost, 77.92, 85684.00, 1391.87, 72.02, 148.50, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.88, 3, boost, 77.92, 85689.00, 1391.39, 71.54, 149.28, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.89, 3, boost, 77.39, 85665.00, 1393.68, 73.83, 150.06, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.90, 3, boost, 77.92, 85649.00, 1395.21, 75.35, 150.83, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.91, 3, boost, 77.39, 85654.00, 1394.73, 74.88, 151.61, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.92, 3, boost, 77.39, 85654.00, 1394.73, 74.88, 152.38, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.93, 3, boost, 77.39, 85648.00, 1395.30, 75.45, 153.16, 33.9, 0.00, 0.00, 3.86, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.94, 3, boost, 76.86, 85660.00, 1394.16, 74.30, 153.93, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.94, 3, boost, 76.86, 85660.00, 1394.16, 74.30, 153.93, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.95, 3, boost, 77.39, 85650.00, 1395.11, 75.26, 154.70, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.96, 3, boost, 76.86, 85638.00, 1396.26, 76.40, 155.47, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.97, 3, boost, 76.86, 85623.00, 1397.69, 77.83, 156.24, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.98, 3, boost, 76.86, 85639.00, 1396.16, 76.31, 157.01, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 1.99, 3, boost, 76.86, 85612.00, 1398.74, 78.88, 157.78, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.00, 3, boost, 76.86, 85646.00, 1395.49, 75.64, 158.54, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.01, 3, boost, 76.33, 85633.00, 1396.73, 76.88, 159.31, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.02, 3, boost, 76.33, 85622.00, 1397.78, 77.93, 160.08, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.03, 3, boost, 76.33, 85613.00, 1398.64, 78.79, 160.84, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.04, 3, boost, 76.33, 85591.00, 1400.74, 80.89, 161.60, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.05, 3, boost, 76.33, 85595.00, 1400.36, 80.50, 162.37, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.06, 3, boost, 76.33, 85579.00, 1401.89, 82.03, 163.13, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.07, 3, boost, 75.80, 85569.00, 1402.84, 82.99, 163.89, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.08, 3, boost, 75.80, 85587.00, 1401.12, 81.27, 164.65, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.09, 3, boost, 75.80, 85566.00, 1403.13, 83.27, 165.40, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.10, 3, boost, 75.80, 85551.00, 1404.56, 84.70, 166.16, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.11, 3, boost, 75.27, 85540.00, 1405.61, 85.75, 166.92, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.12, 3, boost, 75.27, 85526.00, 1406.95, 87.09, 167.67, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.13, 3, boost, 75.27, 85528.00, 1406.76, 86.90, 168.42, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.14, 3, boost, 75.27, 85524.00, 1407.14, 87.28, 169.18, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.15, 3, boost, 74.74, 85496.00, 1409.81, 89.96, 169.93, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.16, 3, boost, 74.74, 85490.00, 1410.39, 90.53, 170.67, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.17, 3, boost, 74.74, 85477.00, 1411.63, 91.77, 171.42, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.18, 3, boost, 74.74, 85459.00, 1413.35, 93.49, 172.17, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.19, 3, boost, 74.74, 85454.00, 1413.82, 93.97, 172.92, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.20, 3, boost, 74.21, 85436.00, 1415.54, 95.69, 173.66, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.21, 3, boost, 74.21, 85439.00, 1415.26, 95.40, 174.40, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.22, 3, boost, 74.21, 85410.00, 1418.03, 98.17, 175.15, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.23, 3, boost, 74.21, 85398.00, 1419.18, 99.32, 175.89, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.24, 3, boost, 74.21, 85407.00, 1418.32, 98.46, 176.63, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.25, 3, boost, 74.21, 85396.00, 1419.37, 99.51, 177.37, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.26, 3, boost, 74.21, 85386.00, 1420.32, 100.47, 178.11, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.26, 3, boost, 74.21, 85386.00, 1420.32, 100.47, 178.11, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.27, 3, boost, 74.21, 85382.00, 1420.71, 100.85, 178.85, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.28, 3, boost, 73.68, 85376.00, 1421.28, 101.42, 179.59, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.29, 3, boost, 73.68, 85359.00, 1422.91, 103.05, 180.33, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.30, 3, boost, 73.68, 85336.00, 1425.11, 105.25, 181.07, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.31, 3, boost, 73.68, 85354.00, 1423.38, 103.53, 181.80, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.32, 3, boost, 73.15, 85321.00, 1426.54, 106.69, 182.54, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.33, 3, boost, 73.15, 85312.00, 1427.40, 107.55, 183.27, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.34, 3, boost, 73.15, 85304.00, 1428.17, 108.31, 184.00, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.35, 3, boost, 73.15, 85319.00, 1426.73, 106.88, 184.74, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.36, 3, boost, 73.15, 85293.00, 1429.22, 109.37, 185.47, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.37, 3, boost, 73.15, 85289.00, 1429.60, 109.75, 186.20, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.38, 3, boost, 72.62, 85283.00, 1430.18, 110.32, 186.93, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.39, 3, boost, 72.62, 85275.00, 1430.94, 111.09, 187.65, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.40, 3, boost, 72.62, 85267.00, 1431.71, 111.85, 188.38, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.41, 3, boost, 72.62, 85256.00, 1432.76, 112.91, 189.11, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.42, 3, boost, 72.62, 85252.00, 1433.15, 113.29, 189.83, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.43, 3, boost, 72.62, 85237.00, 1434.58, 114.73, 190.56, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.44, 3, boost, 72.09, 85233.00, 1434.96, 115.11, 191.28, 33.9, 0.00, 0.00, 3.87, 1, 1, 11, 32.9395428,-106.9114309, 1400.0, 2022, 6, 24, 15, 17, 18, 5, 11, 24, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 25, 0, 0, 0, 0, 18, 29, 24, 29, 0, 0, 16, 0, 21, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.45, 3, boost, 72.09, 85226.00, 1435.63, 115.78, 192.00, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.45, 3, boost, 72.09, 85226.00, 1435.63, 115.78, 192.00, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.45, 3, boost, 72.09, 85226.00, 1435.63, 115.78, 192.00, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.45, 3, boost, 72.09, 85226.00, 1435.63, 115.78, 192.00, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.45, 3, boost, 72.09, 85226.00, 1435.63, 115.78, 192.00, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.45, 3, boost, 72.09, 85226.00, 1435.63, 115.78, 192.00, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.46, 3, boost, 72.09, 85233.00, 1434.96, 115.11, 192.72, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.47, 3, boost, 71.56, 85226.00, 1435.63, 115.78, 193.44, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.48, 3, boost, 72.09, 85227.00, 1435.54, 115.68, 194.16, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.49, 3, boost, 72.09, 85192.00, 1438.89, 119.04, 194.88, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.50, 3, boost, 72.09, 85218.00, 1436.40, 116.55, 195.60, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.51, 3, boost, 71.56, 85197.00, 1438.41, 118.56, 196.32, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.52, 3, boost, 71.56, 85170.00, 1441.00, 121.14, 197.04, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.53, 3, boost, 71.56, 85180.00, 1440.04, 120.18, 197.75, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.54, 3, boost, 71.56, 85146.00, 1443.30, 123.44, 198.47, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.55, 3, boost, 71.03, 85130.00, 1444.83, 124.98, 199.18, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.56, 3, boost, 71.03, 85144.00, 1443.49, 123.63, 199.89, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.57, 3, boost, 71.03, 85109.00, 1446.85, 126.99, 200.60, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.58, 3, boost, 71.03, 85094.00, 1448.28, 128.43, 201.31, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.58, 3, boost, 71.03, 85094.00, 1448.28, 128.43, 201.31, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.59, 3, boost, 71.03, 85108.00, 1446.94, 127.09, 202.02, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.60, 3, boost, 70.50, 85089.00, 1448.76, 128.91, 202.73, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.61, 3, boost, 70.50, 85081.00, 1449.53, 129.67, 203.43, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.62, 3, boost, 70.50, 85063.00, 1451.26, 131.40, 204.14, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.63, 3, boost, 70.50, 85061.00, 1451.45, 131.59, 204.84, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.64, 3, boost, 70.50, 85050.00, 1452.50, 132.65, 205.55, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.65, 3, boost, 70.50, 85007.00, 1456.63, 136.77, 206.25, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.66, 3, boost, 69.97, 84992.00, 1458.07, 138.21, 206.95, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.67, 3, boost, 69.97, 85010.00, 1456.34, 136.48, 207.66, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.68, 3, boost, 69.97, 84990.00, 1458.26, 138.40, 208.36, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.69, 3, boost, 69.97, 84991.00, 1458.16, 138.31, 209.06, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.70, 3, boost, 69.97, 84979.00, 1459.32, 139.46, 209.75, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.71, 3, boost, 69.44, 84969.00, 1460.28, 140.42, 210.45, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.72, 3, boost, 69.44, 84926.00, 1464.40, 144.55, 211.15, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.73, 3, boost, 69.44, 84916.00, 1465.36, 145.51, 211.84, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.74, 3, boost, 68.91, 84946.00, 1462.48, 142.63, 212.53, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.75, 3, boost, 68.91, 84871.00, 1469.69, 149.83, 213.22, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.76, 3, boost, 68.91, 84899.00, 1467.00, 147.14, 213.91, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.77, 3, boost, 68.91, 84899.00, 1467.00, 147.14, 214.60, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.78, 3, boost, 68.91, 84897.00, 1467.19, 147.33, 215.29, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.79, 3, boost, 68.91, 84875.00, 1469.30, 149.45, 215.98, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.80, 3, boost, 68.91, 84872.00, 1469.59, 149.74, 216.67, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.81, 3, boost, 68.38, 84867.00, 1470.07, 150.22, 217.35, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.82, 3, boost, 68.38, 84861.00, 1470.65, 150.79, 218.04, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.83, 3, boost, 68.38, 84840.00, 1472.67, 152.81, 218.72, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.84, 3, boost, 67.85, 84856.00, 1471.13, 151.27, 219.40, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.85, 3, boost, 67.85, 84863.00, 1470.46, 150.60, 220.08, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.86, 3, boost, 67.85, 84834.00, 1473.24, 153.39, 220.76, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.87, 3, boost, 67.85, 84811.00, 1475.45, 155.60, 221.44, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.88, 3, boost, 67.85, 84793.00, 1477.19, 157.33, 222.12, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.89, 3, boost, 67.32, 84810.00, 1475.55, 155.69, 222.79, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.90, 3, boost, 67.32, 84779.00, 1478.53, 158.68, 223.47, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.90, 3, boost, 67.32, 84779.00, 1478.53, 158.68, 223.47, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.91, 3, boost, 67.32, 84783.00, 1478.15, 158.29, 224.14, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.92, 3, boost, 67.32, 84768.00, 1479.59, 159.73, 224.81, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.93, 3, boost, 67.32, 84745.00, 1481.80, 161.95, 225.49, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.94, 3, boost, 67.32, 84756.00, 1480.74, 160.89, 226.16, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.95, 3, boost, 66.79, 84690.00, 1487.09, 167.24, 226.83, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.96, 3, boost, 66.79, 84754.00, 1480.94, 161.08, 227.50, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.97, 3, boost, 66.79, 84714.00, 1484.78, 164.93, 228.17, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.98, 3, boost, 66.79, 84683.00, 1487.77, 167.91, 228.83, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 2.99, 3, boost, 66.79, 84654.00, 1490.56, 170.70, 229.50, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.00, 3, boost, 66.26, 84671.00, 1488.92, 169.07, 230.16, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.01, 3, boost, 66.26, 84649.00, 1491.04, 171.19, 230.83, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.02, 3, boost, 66.26, 84637.00, 1492.20, 172.34, 231.49, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.03, 3, boost, 65.73, 84629.00, 1492.97, 173.11, 232.15, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.04, 3, boost, 65.73, 84608.00, 1494.99, 175.13, 232.81, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.05, 3, boost, 65.73, 84595.00, 1496.24, 176.39, 233.47, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.06, 3, boost, 65.73, 84595.00, 1496.24, 176.39, 234.12, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.07, 3, boost, 65.20, 84583.00, 1497.40, 177.54, 234.78, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.08, 3, boost, 65.20, 84556.00, 1500.00, 180.14, 235.43, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.09, 3, boost, 65.20, 84538.00, 1501.74, 181.88, 236.08, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.10, 3, boost, 65.20, 84535.00, 1502.02, 182.17, 236.73, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.11, 3, boost, 64.67, 84517.00, 1503.76, 183.90, 237.38, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.12, 3, boost, 65.20, 84500.00, 1505.40, 185.54, 238.03, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.13, 3, boost, 64.67, 84471.00, 1508.20, 188.34, 238.68, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.14, 3, boost, 64.67, 84448.00, 1510.41, 190.56, 239.33, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.15, 3, boost, 64.14, 84478.00, 1507.52, 187.66, 239.97, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.16, 3, boost, 64.67, 84438.00, 1511.38, 191.52, 240.62, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.17, 3, boost, 64.14, 84436.00, 1511.57, 191.72, 241.26, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.18, 3, boost, 64.67, 84439.00, 1511.28, 191.43, 241.91, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.19, 3, boost, 64.14, 84439.00, 1511.28, 191.43, 242.55, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.20, 3, boost, 64.14, 84421.00, 1513.02, 193.16, 243.19, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.21, 3, boost, 64.14, 84421.00, 1513.02, 193.16, 243.83, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.22, 3, boost, 63.61, 84418.00, 1513.31, 193.45, 244.47, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.22, 3, boost, 63.61, 84418.00, 1513.31, 193.45, 244.47, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.23, 3, boost, 63.61, 84416.00, 1513.50, 193.65, 245.11, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.24, 3, boost, 63.61, 84364.00, 1518.52, 198.67, 245.74, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.25, 3, boost, 63.61, 84353.00, 1519.58, 199.73, 246.38, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.26, 3, boost, 63.61, 84339.00, 1520.94, 201.08, 247.01, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.27, 3, boost, 63.08, 84333.00, 1521.51, 201.66, 247.65, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.28, 3, boost, 63.08, 84349.00, 1519.97, 200.11, 248.28, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.29, 3, boost, 62.55, 84304.00, 1524.32, 204.46, 248.91, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.30, 3, boost, 62.55, 84326.00, 1522.19, 202.34, 249.53, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.31, 3, boost, 62.55, 84268.00, 1527.79, 207.94, 250.16, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.32, 3, boost, 62.55, 84248.00, 1529.73, 209.87, 250.79, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.33, 3, boost, 62.55, 84222.00, 1532.24, 212.39, 251.41, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.34, 3, boost, 62.55, 84227.00, 1531.76, 211.90, 252.04, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.35, 3, boost, 62.55, 84224.00, 1532.05, 212.19, 252.66, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.36, 3, boost, 62.02, 84202.00, 1534.17, 214.32, 253.28, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.37, 3, boost, 62.02, 84202.00, 1534.17, 214.32, 253.90, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.38, 3, boost, 62.02, 84180.00, 1536.30, 216.45, 254.52, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.39, 3, boost, 61.49, 84138.00, 1540.37, 220.51, 255.14, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.40, 3, boost, 61.49, 84145.00, 1539.69, 219.83, 255.76, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.41, 3, boost, 61.49, 84136.00, 1540.56, 220.70, 256.37, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.42, 3, boost, 61.49, 84127.00, 1541.43, 221.57, 256.99, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.43, 3, boost, 61.49, 84106.00, 1543.46, 223.61, 257.60, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9395582,-106.9113928, 1447.0, 2022, 6, 24, 15, 17, 19, 8, 58, 43, 82, 1.4,2147483647.0,2147483647.0, 0, 21, 27, 0, 0, 20, 0, 0, 0, 0, 13, 24, 30, 24, 0, 0, 13, 0, 18, 29, 0, 0, 0, 20, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.44, 3, boost, 60.96, 84089.00, 1545.11, 225.25, 258.21, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.44, 3, boost, 60.96, 84089.00, 1545.11, 225.25, 258.21, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.44, 3, boost, 60.96, 84089.00, 1545.11, 225.25, 258.21, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.44, 3, boost, 60.96, 84089.00, 1545.11, 225.25, 258.21, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.44, 3, boost, 60.96, 84089.00, 1545.11, 225.25, 258.21, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.44, 3, boost, 60.96, 84089.00, 1545.11, 225.25, 258.21, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.45, 3, boost, 60.96, 84048.00, 1549.08, 229.22, 258.82, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.46, 3, boost, 60.96, 84084.00, 1545.59, 225.74, 259.43, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.47, 3, boost, 60.96, 84034.00, 1550.43, 230.58, 260.04, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.48, 3, boost, 60.43, 84044.00, 1549.47, 229.61, 260.65, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.49, 3, boost, 60.43, 83997.00, 1554.02, 234.16, 261.25, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.50, 3, boost, 60.43, 84001.00, 1553.63, 233.78, 261.86, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.51, 3, boost, 60.43, 83977.00, 1555.96, 236.10, 262.46, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.52, 3, boost, 59.90, 83977.00, 1555.96, 236.10, 263.06, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.53, 3, boost, 59.90, 83966.00, 1557.02, 237.17, 263.66, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.54, 3, boost, 59.90, 83960.00, 1557.60, 237.75, 264.26, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.54, 3, boost, 59.90, 83960.00, 1557.60, 237.75, 264.26, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.55, 3, boost, 59.37, 83937.00, 1559.83, 239.98, 264.86, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.56, 3, boost, 59.37, 83897.00, 1563.71, 243.86, 265.45, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.57, 3, boost, 59.37, 83874.00, 1565.94, 246.09, 266.05, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.58, 3, boost, 59.37, 83898.00, 1563.62, 243.76, 266.64, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.59, 3, boost, 58.84, 83880.00, 1565.36, 245.51, 267.23, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.60, 3, boost, 58.84, 83840.00, 1569.24, 249.39, 267.82, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.61, 3, boost, 58.84, 83792.00, 1573.90, 254.05, 268.41, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.62, 3, boost, 58.84, 83810.00, 1572.15, 252.30, 268.99, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.63, 3, boost, 58.31, 83792.00, 1573.90, 254.05, 269.58, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.64, 3, boost, 58.31, 83730.00, 1579.92, 260.07, 270.16, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.65, 3, boost, 57.78, 83727.00, 1580.21, 260.36, 270.74, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.66, 3, boost, 57.78, 83706.00, 1582.25, 262.40, 271.32, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.67, 3, boost, 57.78, 83701.00, 1582.74, 262.88, 271.90, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.68, 3, boost, 57.78, 83700.00, 1582.84, 262.98, 272.48, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.69, 3, boost, 57.78, 83660.00, 1586.73, 266.87, 273.06, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.70, 3, boost, 57.78, 83695.00, 1583.32, 263.47, 273.63, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.71, 3, boost, 57.78, 83624.00, 1590.23, 270.37, 274.21, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.72, 3, boost, 57.25, 83628.00, 1589.84, 269.98, 274.78, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.73, 3, boost, 57.25, 83611.00, 1591.49, 271.63, 275.36, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.74, 3, boost, 56.72, 83599.00, 1592.66, 272.80, 275.93, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.75, 3, boost, 56.72, 83597.00, 1592.85, 273.00, 276.50, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.76, 3, boost, 56.72, 83580.00, 1594.51, 274.65, 277.06, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.77, 3, boost, 56.72, 83553.00, 1597.13, 277.28, 277.63, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.78, 3, boost, 56.72, 83576.00, 1594.89, 275.04, 278.20, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.79, 3, boost, 56.19, 83549.00, 1597.52, 277.67, 278.76, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.80, 3, boost, 56.19, 83524.00, 1599.95, 280.10, 279.32, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.81, 3, boost, 56.19, 83517.00, 1600.64, 280.78, 279.88, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.82, 3, boost, 55.66, 83486.00, 1603.65, 283.80, 280.44, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.83, 3, boost, 55.66, 83492.00, 1603.07, 283.21, 281.00, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.84, 3, boost, 55.66, 83449.00, 1607.26, 287.40, 281.56, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.85, 3, boost, 55.13, 83442.00, 1607.94, 288.08, 282.11, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.86, 3, boost, 54.60, 83433.00, 1608.82, 288.96, 282.66, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.86, 3, boost, 54.60, 83433.00, 1608.82, 288.96, 282.66, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.87, 3, boost, 54.60, 83437.00, 1608.43, 288.57, 283.20, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.88, 3, boost, 53.54, 83396.00, 1612.42, 292.57, 283.75, 34.0, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.89, 3, boost, 54.60, 83378.00, 1614.18, 294.32, 284.29, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.90, 3, boost, 54.60, 83344.00, 1617.49, 297.64, 284.83, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.91, 3, boost, 54.07, 83336.00, 1618.27, 298.42, 285.37, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.92, 3, boost, 53.54, 83303.00, 1621.49, 301.63, 285.91, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.93, 3, boost, 53.54, 83281.00, 1623.64, 303.78, 286.45, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.94, 3, boost, 53.01, 83270.00, 1624.71, 304.85, 286.98, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.95, 3, boost, 53.54, 83271.00, 1624.61, 304.76, 287.52, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.96, 3, boost, 53.54, 83225.00, 1629.10, 309.25, 288.05, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.97, 3, boost, 53.54, 83222.00, 1629.39, 309.54, 288.59, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.98, 3, boost, 53.54, 83193.00, 1632.23, 312.37, 289.12, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 3.99, 3, boost, 53.54, 83204.00, 1631.15, 311.30, 289.66, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.00, 3, boost, 53.54, 83217.00, 1629.88, 310.03, 290.19, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.01, 3, boost, 53.01, 83188.00, 1632.71, 312.86, 290.72, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.02, 3, boost, 53.01, 83145.00, 1636.91, 317.06, 291.26, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.03, 3, boost, 53.01, 83161.00, 1635.35, 315.50, 291.79, 34.0, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.04, 3, boost, 53.01, 83121.00, 1639.26, 319.40, 292.32, 34.0, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.05, 3, boost, 53.01, 83131.00, 1638.28, 318.43, 292.85, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.06, 3, boost, 52.48, 83107.00, 1640.63, 320.77, 293.37, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.07, 3, boost, 52.48, 83102.00, 1641.12, 321.26, 293.90, 34.0, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.08, 3, boost, 52.48, 83072.00, 1644.05, 324.19, 294.42, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.09, 3, boost, 52.48, 83061.00, 1645.12, 325.27, 294.95, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.10, 3, boost, 52.48, 83030.00, 1648.16, 328.30, 295.47, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.11, 3, boost, 52.48, 83034.00, 1647.76, 327.91, 296.00, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.12, 3, boost, 52.48, 82983.00, 1652.75, 332.90, 296.52, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.13, 3, boost, 52.48, 83005.00, 1650.60, 330.75, 297.05, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.14, 3, boost, 52.48, 82923.00, 1658.63, 338.77, 297.57, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.15, 3, boost, 52.48, 82944.00, 1656.57, 336.71, 298.10, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.16, 3, boost, 53.01, 82939.00, 1657.06, 337.20, 298.63, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.17, 3, boost, 52.48, 82891.00, 1661.76, 341.90, 299.15, 33.9, 0.00, 0.00, 3.86, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.18, 3, boost, 52.48, 82867.00, 1664.11, 344.25, 299.68, 34.0, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.18, 3, boost, 52.48, 82867.00, 1664.11, 344.25, 299.68, 34.0, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.19, 3, boost, 52.48, 82860.00, 1664.80, 344.94, 300.20, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.20, 3, boost, 52.48, 82848.00, 1665.97, 346.12, 300.73, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.21, 3, boost, 52.48, 82843.00, 1666.46, 346.61, 301.25, 34.0, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.22, 3, boost, 52.48, 82789.00, 1671.75, 351.90, 301.78, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.23, 3, boost, 52.48, 82764.00, 1674.21, 354.35, 302.30, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.24, 3, boost, 52.48, 82734.00, 1677.15, 357.29, 302.83, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.25, 3, boost, 52.48, 82760.00, 1674.60, 354.74, 303.35, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.26, 3, boost, 52.48, 82730.00, 1677.54, 357.68, 303.88, 34.0, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.27, 3, boost, 52.48, 82691.00, 1681.37, 361.51, 304.40, 34.0, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.28, 3, boost, 51.95, 82682.00, 1682.25, 362.39, 304.92, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.29, 3, boost, 52.48, 82644.00, 1685.98, 366.12, 305.45, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.30, 3, boost, 52.48, 82621.00, 1688.24, 368.38, 305.97, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.31, 3, boost, 52.48, 82591.00, 1691.18, 371.33, 306.50, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.32, 3, boost, 52.48, 82584.00, 1691.87, 372.02, 307.02, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.33, 3, boost, 53.01, 82572.00, 1693.05, 373.20, 307.55, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.34, 3, boost, 53.01, 82588.00, 1691.48, 371.62, 308.08, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.35, 3, boost, 53.01, 82564.00, 1693.84, 373.98, 308.60, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.36, 3, boost, 52.48, 82494.00, 1700.72, 380.86, 309.13, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.37, 3, boost, 52.48, 82505.00, 1699.64, 379.78, 309.65, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.38, 3, boost, 51.95, 82488.00, 1701.31, 381.45, 310.17, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.39, 3, boost, 50.89, 82478.00, 1702.29, 382.44, 310.68, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.40, 3, boost, 49.30, 82451.00, 1704.95, 385.09, 311.17, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.41, 3, boost, 47.71, 82438.00, 1706.23, 386.37, 311.65, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.42, 3, boost, 45.59, 82376.00, 1712.33, 392.47, 312.11, 34.0, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.43, 3, boost, 42.41, 82371.00, 1712.82, 392.96, 312.54, 33.9, 0.00, 0.00, 3.87, 1, 1, 8, 32.9395820,-106.9114157, 1548.0, 2022, 6, 24, 15, 17, 20, 9, 158, 21, 87, 1.5,2147483647.0,2147483647.0, 0, 17, 26, 0, 0, 13, 0, 0, 0, 0, 10, 31, 30, 26, 0, 0, 9, 0, 10, 28, 0, 0, 0, 17, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.44, 3, boost, 39.23, 82345.00, 1715.38, 395.52, 312.94, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.44, 3, boost, 39.23, 82345.00, 1715.38, 395.52, 312.94, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.44, 3, boost, 39.23, 82345.00, 1715.38, 395.52, 312.94, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.44, 3, boost, 39.23, 82345.00, 1715.38, 395.52, 312.94, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.44, 3, boost, 39.23, 82345.00, 1715.38, 395.52, 312.94, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.44, 3, boost, 39.23, 82345.00, 1715.38, 395.52, 312.94, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.45, 3, boost, 35.52, 82355.00, 1714.39, 394.54, 313.31, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.46, 3, boost, 31.81, 82309.00, 1718.92, 399.07, 313.65, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.47, 3, boost, 28.09, 82307.00, 1719.12, 399.26, 313.96, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.48, 3, boost, 25.44, 82284.00, 1721.39, 401.53, 314.23, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.49, 3, boost, 22.79, 82282.00, 1721.58, 401.73, 314.48, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.50, 3, boost, 20.14, 82269.00, 1722.86, 403.01, 314.70, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.50, 3, boost, 20.14, 82269.00, 1722.86, 403.01, 314.70, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.51, 3, boost, 18.55, 82261.00, 1723.65, 403.80, 314.90, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.52, 3, boost, 16.96, 82183.00, 1731.34, 411.49, 315.08, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.53, 3, boost, 15.37, 82176.00, 1732.03, 412.18, 315.25, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.54, 3, boost, 15.37, 82163.00, 1733.32, 413.46, 315.41, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.55, 3, boost, 15.37, 82108.00, 1738.74, 418.89, 315.56, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.56, 3, boost, 14.31, 82107.00, 1738.84, 418.98, 315.71, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.57, 3, boost, 13.78, 82076.00, 1741.90, 422.04, 315.85, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.58, 3, boost, 13.78, 82046.00, 1744.86, 425.01, 315.99, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.59, 3, boost, 13.78, 81974.00, 1751.98, 432.12, 316.13, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.60, 3, boost, 13.25, 81964.00, 1752.96, 433.11, 316.27, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.61, 3, boost, 13.78, 81915.00, 1757.81, 437.95, 316.40, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.62, 3, boost, 13.25, 81879.00, 1761.37, 441.51, 316.54, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.63, 3, boost, 13.25, 81891.00, 1760.18, 440.33, 316.67, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.64, 3, boost, 12.72, 81850.00, 1764.24, 444.38, 316.80, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.65, 3, boost, 12.72, 81805.00, 1768.69, 448.84, 316.93, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.66, 3, boost, 12.72, 81797.00, 1769.48, 449.63, 317.06, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.67, 3, boost, 12.72, 81757.00, 1773.44, 453.59, 317.18, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.68, 3, boost, 12.19, 81723.00, 1776.81, 456.96, 317.30, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.69, 3, boost, 11.66, 81699.00, 1779.19, 459.33, 317.42, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.70, 3, boost, 10.60, 81679.00, 1781.17, 461.32, 317.52, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.71, 3, boost, 9.54, 81641.00, 1784.94, 465.08, 317.62, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.72, 3, boost, 7.95, 81659.00, 1783.15, 463.30, 317.70, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.73, 3, boost, 6.89, 81602.00, 1788.81, 468.95, 317.78, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.74, 3, boost, 4.77, 81571.00, 1791.88, 472.03, 317.83, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.75, 3, boost, 2.65, 81569.00, 1792.08, 472.22, 317.87, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.76, 3, boost, 1.06, 81522.00, 1796.75, 476.89, 317.88, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.77, 3, boost, -1.59, 81521.00, 1796.84, 476.99, 317.88, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.78, 3, boost, -3.18, 81470.00, 1801.91, 482.05, 317.85, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.79, 3, boost, -6.36, 81441.00, 1804.79, 484.93, 317.80, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.80, 3, boost, -7.95, 81391.00, 1809.76, 489.90, 317.73, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.81, 3, boost, -10.60, 81377.00, 1811.15, 491.29, 317.64, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.82, 3, boost, -12.72, 81315.00, 1817.32, 497.46, 317.53, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.82, 3, boost, -12.72, 81315.00, 1817.32, 497.46, 317.53, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.83, 3, boost, -14.84, 81246.00, 1824.18, 504.33, 317.40, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.84, 3, boost, -15.90, 81201.00, 1828.66, 508.81, 317.25, 33.9, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.85, 3, boost, -17.49, 81194.00, 1829.36, 509.50, 317.08, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.86, 3, boost, -18.55, 81161.00, 1832.65, 512.79, 316.90, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.87, 3, boost, -19.61, 81147.00, 1834.04, 514.19, 316.71, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.88, 3, boost, -20.67, 81113.00, 1837.43, 517.57, 316.51, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.89, 3, boost, -21.20, 81038.00, 1844.91, 525.05, 316.30, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.90, 3, boost, -22.26, 81016.00, 1847.10, 527.25, 316.08, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.91, 3, boost, -23.85, 80922.00, 1856.49, 536.63, 315.85, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.92, 3, boost, -25.44, 80846.00, 1864.08, 544.22, 315.61, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.93, 3, boost, -25.44, 80844.00, 1864.28, 544.42, 315.37, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.94, 3, boost, -25.44, 80815.00, 1867.18, 547.32, 315.12, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.95, 3, boost, -25.44, 80734.00, 1875.28, 555.42, 314.86, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.96, 5, coast, -24.91, 80701.00, 1878.58, 558.72, 314.61, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.96, 5, coast, -24.91, 80701.00, 1878.58, 558.72, 314.61, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.97, 5, coast, -25.44, 80659.00, 1882.78, 562.93, 314.36, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.98, 5, coast, -25.44, 80651.00, 1883.59, 563.73, 314.10, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 4.99, 5, coast, -25.44, 80650.00, 1883.69, 563.83, 313.85, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.00, 5, coast, -25.44, 80552.00, 1893.50, 573.65, 313.60, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.01, 5, coast, -25.44, 80556.00, 1893.10, 573.25, 313.34, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.02, 5, coast, -24.91, 80524.00, 1896.31, 576.46, 313.09, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.03, 5, coast, -24.91, 80492.00, 1899.52, 579.66, 312.84, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.04, 5, coast, -24.91, 80432.00, 1905.54, 585.68, 312.59, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.05, 5, coast, -24.91, 80433.00, 1905.44, 585.58, 312.34, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.06, 5, coast, -24.91, 80364.00, 1912.37, 592.51, 312.09, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.07, 5, coast, -24.91, 80346.00, 1914.17, 594.32, 311.84, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.08, 5, coast, -24.91, 80292.00, 1919.60, 599.74, 311.60, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.09, 5, coast, -24.91, 80262.00, 1922.62, 602.76, 311.35, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.10, 5, coast, -24.38, 80232.00, 1925.63, 605.78, 311.10, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.11, 5, coast, -24.91, 80190.00, 1929.86, 610.00, 310.85, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.12, 5, coast, -24.38, 80173.00, 1931.57, 611.71, 310.61, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.13, 5, coast, -24.38, 80156.00, 1933.28, 613.42, 310.36, 34.0, 0.00, 0.00, 3.87, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.14, 5, coast, -24.38, 80069.00, 1942.04, 622.18, 310.12, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.14, 5, coast, -24.38, 80069.00, 1942.04, 622.18, 310.12, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.15, 5, coast, -24.38, 80071.00, 1941.83, 621.98, 309.87, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.16, 5, coast, -24.38, 80046.00, 1944.35, 624.50, 309.63, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.17, 5, coast, -24.38, 80030.00, 1945.97, 626.11, 309.39, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.18, 5, coast, -23.85, 79999.00, 1949.09, 629.23, 309.15, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.19, 5, coast, -23.85, 79933.00, 1955.74, 635.89, 308.91, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.20, 5, coast, -23.85, 79893.00, 1959.78, 639.92, 308.67, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.21, 5, coast, -23.85, 79876.00, 1961.50, 641.64, 308.43, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.22, 5, coast, -23.85, 79837.00, 1965.43, 645.58, 308.19, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.23, 5, coast, -23.85, 79827.00, 1966.44, 646.59, 307.95, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.24, 5, coast, -23.85, 79764.00, 1972.81, 652.95, 307.71, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.25, 5, coast, -23.85, 79758.00, 1973.41, 653.56, 307.48, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.26, 5, coast, -23.85, 79671.00, 1982.21, 662.35, 307.24, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.27, 5, coast, -23.85, 79677.00, 1981.60, 661.74, 307.00, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.28, 5, coast, -23.85, 79636.00, 1985.75, 665.89, 306.76, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.29, 5, coast, -23.85, 79605.00, 1988.88, 669.03, 306.52, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.30, 5, coast, -23.85, 79557.00, 1993.74, 673.89, 306.29, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.31, 5, coast, -23.32, 79584.00, 1991.01, 671.15, 306.05, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.32, 5, coast, -23.32, 79510.00, 1998.50, 678.65, 305.81, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.33, 5, coast, -23.85, 79458.00, 2003.77, 683.91, 305.58, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.34, 5, coast, -23.85, 79433.00, 2006.30, 686.45, 305.34, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.35, 5, coast, -23.32, 79424.00, 2007.22, 687.36, 305.11, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.36, 5, coast, -23.32, 79353.00, 2014.42, 694.56, 304.87, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.37, 5, coast, -23.32, 79342.00, 2015.53, 695.68, 304.64, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.38, 5, coast, -23.32, 79319.00, 2017.87, 698.01, 304.40, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.39, 5, coast, -23.32, 79282.00, 2021.62, 701.77, 304.17, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.40, 5, coast, -23.32, 79223.00, 2027.62, 707.76, 303.94, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.41, 5, coast, -23.32, 79213.00, 2028.63, 708.78, 303.70, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9396675,-106.9115402, 1752.0, 2022, 6, 24, 15, 17, 21, 20, 363, 335, 87, 2.7,2147483647.0,2147483647.0, 0, 10, 29, 0, 0, 9, 0, 0, 0, 0, 0, 25, 26, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 11, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 5.42, 5, coast, -23.32, 79179.00, 2032.09, 712.23, 303.47, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.42, 5, coast, -23.32, 79179.00, 2032.09, 712.23, 303.47, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.42, 5, coast, -23.32, 79179.00, 2032.09, 712.23, 303.47, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.42, 5, coast, -23.32, 79179.00, 2032.09, 712.23, 303.47, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.42, 5, coast, -23.32, 79179.00, 2032.09, 712.23, 303.47, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.42, 5, coast, -23.32, 79179.00, 2032.09, 712.23, 303.47, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.43, 5, coast, -23.32, 79143.00, 2035.75, 715.89, 303.24, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.44, 5, coast, -23.32, 79120.00, 2038.09, 718.23, 303.00, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.45, 5, coast, -23.32, 79105.00, 2039.61, 719.76, 302.77, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.46, 5, coast, -23.32, 79035.00, 2046.74, 726.88, 302.54, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.46, 5, coast, -23.32, 79035.00, 2046.74, 726.88, 302.54, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.47, 5, coast, -23.32, 79036.00, 2046.63, 726.78, 302.31, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.48, 5, coast, -22.79, 79014.00, 2048.87, 729.02, 302.08, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.49, 5, coast, -22.79, 78976.00, 2052.74, 732.89, 301.85, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.50, 5, coast, -22.79, 78935.00, 2056.92, 737.06, 301.62, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.51, 5, coast, -22.79, 78895.00, 2061.00, 741.14, 301.39, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.52, 5, coast, -23.32, 78862.00, 2064.36, 744.51, 301.16, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.53, 5, coast, -22.79, 78824.00, 2068.24, 748.38, 300.93, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.54, 5, coast, -22.79, 78819.00, 2068.75, 748.89, 300.70, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.55, 5, coast, -22.79, 78796.00, 2071.09, 751.24, 300.47, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.56, 5, coast, -22.79, 78736.00, 2077.22, 757.36, 300.25, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.57, 5, coast, -22.79, 78716.00, 2079.26, 759.40, 300.02, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.58, 5, coast, -22.79, 78687.00, 2082.22, 762.37, 299.79, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.59, 5, coast, -22.79, 78634.00, 2087.64, 767.78, 299.56, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.60, 5, coast, -22.79, 78584.00, 2092.75, 772.89, 299.33, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.61, 5, coast, -22.79, 78537.00, 2097.56, 777.70, 299.11, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.62, 5, coast, -22.79, 78524.00, 2098.89, 779.03, 298.88, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.63, 5, coast, -22.26, 78522.00, 2099.09, 779.24, 298.65, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.64, 5, coast, -22.79, 78481.00, 2103.29, 783.43, 298.43, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.65, 5, coast, -22.79, 78438.00, 2107.69, 787.84, 298.20, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.66, 5, coast, -22.79, 78436.00, 2107.90, 788.04, 297.97, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.67, 5, coast, -22.79, 78400.00, 2111.58, 791.73, 297.75, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.68, 5, coast, -22.26, 78349.00, 2116.81, 796.96, 297.52, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.69, 5, coast, -22.26, 78329.00, 2118.86, 799.01, 297.30, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.70, 5, coast, -22.26, 78301.00, 2121.73, 801.88, 297.07, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.71, 5, coast, -22.26, 78251.00, 2126.86, 807.01, 296.85, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.72, 5, coast, -22.26, 78223.00, 2129.74, 809.88, 296.63, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.73, 5, coast, -22.26, 78169.00, 2135.28, 815.42, 296.40, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.74, 5, coast, -22.26, 78187.00, 2133.43, 813.58, 296.18, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.75, 5, coast, -22.26, 78137.00, 2138.57, 818.71, 295.96, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.76, 5, coast, -22.26, 78116.00, 2140.73, 820.87, 295.74, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.77, 5, coast, -22.26, 78090.00, 2143.40, 823.54, 295.51, 34.0, 0.01, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.78, 5, coast, -22.26, 78025.00, 2150.08, 830.23, 295.29, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.78, 5, coast, -22.26, 78025.00, 2150.08, 830.23, 295.29, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.79, 5, coast, -22.26, 77993.00, 2153.37, 833.52, 295.07, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.80, 5, coast, -21.73, 77988.00, 2153.89, 834.03, 294.85, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.81, 5, coast, -22.26, 77948.00, 2158.00, 838.15, 294.63, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.82, 5, coast, -22.26, 77943.00, 2158.52, 838.66, 294.41, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.83, 5, coast, -22.26, 77875.00, 2165.52, 845.67, 294.19, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.84, 5, coast, -21.73, 77861.00, 2166.96, 847.11, 293.97, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.85, 5, coast, -21.73, 77818.00, 2171.40, 851.54, 293.75, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.86, 5, coast, -22.26, 77794.00, 2173.87, 854.01, 293.53, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.87, 5, coast, -21.73, 77767.00, 2176.65, 856.80, 293.31, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.88, 5, coast, -21.73, 77728.00, 2180.68, 860.82, 293.09, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.89, 5, coast, -21.73, 77713.00, 2182.22, 862.37, 292.87, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.90, 5, coast, -21.73, 77684.00, 2185.22, 865.36, 292.65, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.91, 5, coast, -21.73, 77619.00, 2191.93, 872.07, 292.44, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.92, 5, coast, -21.73, 77616.00, 2192.24, 872.38, 292.22, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.93, 5, coast, -21.73, 77592.00, 2194.72, 874.86, 292.00, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.94, 5, coast, -21.73, 77589.00, 2195.03, 875.17, 291.78, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.95, 5, coast, -21.73, 77567.00, 2197.30, 877.45, 291.57, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.96, 5, coast, -21.73, 77501.00, 2204.13, 884.27, 291.35, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.97, 5, coast, -21.73, 77471.00, 2207.23, 887.37, 291.13, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.98, 5, coast, -21.73, 77429.00, 2211.57, 891.72, 290.92, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 5.99, 5, coast, -21.73, 77405.00, 2214.06, 894.20, 290.70, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.00, 5, coast, -21.73, 77361.00, 2218.61, 898.76, 290.48, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.01, 5, coast, -21.73, 77333.00, 2221.52, 901.66, 290.26, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.02, 5, coast, -21.73, 77338.00, 2221.00, 901.14, 290.05, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.03, 5, coast, -21.73, 77273.00, 2227.73, 907.88, 289.83, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.04, 5, coast, -21.20, 77239.00, 2231.26, 911.40, 289.62, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.05, 5, coast, -21.20, 77231.00, 2232.09, 912.23, 289.40, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.06, 5, coast, -21.20, 77175.00, 2237.90, 918.04, 289.19, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.07, 5, coast, -21.20, 77190.00, 2236.34, 916.49, 288.98, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.08, 5, coast, -21.20, 77134.00, 2242.15, 922.30, 288.77, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.09, 5, coast, -21.20, 77131.00, 2242.46, 922.61, 288.55, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.10, 5, coast, -21.20, 77069.00, 2248.90, 929.05, 288.34, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.10, 5, coast, -21.20, 77069.00, 2248.90, 929.05, 288.34, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.11, 5, coast, -21.20, 77028.00, 2253.16, 933.31, 288.13, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.12, 5, coast, -21.20, 77015.00, 2254.52, 934.66, 287.92, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.13, 5, coast, -21.20, 76988.00, 2257.32, 937.47, 287.71, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.14, 5, coast, -21.20, 76942.00, 2262.11, 942.25, 287.49, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.15, 5, coast, -21.20, 76893.00, 2267.21, 947.35, 287.28, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.16, 5, coast, -21.20, 76871.00, 2269.50, 949.64, 287.07, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.17, 5, coast, -21.20, 76852.00, 2271.47, 951.62, 286.86, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.18, 5, coast, -21.20, 76834.00, 2273.35, 953.49, 286.65, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.19, 5, coast, -21.20, 76829.00, 2273.87, 954.01, 286.43, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.20, 5, coast, -21.20, 76776.00, 2279.39, 959.53, 286.22, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.21, 5, coast, -21.20, 76737.00, 2283.46, 963.60, 286.01, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.22, 5, coast, -21.20, 76712.00, 2286.06, 966.21, 285.80, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.23, 5, coast, -21.20, 76705.00, 2286.79, 966.94, 285.59, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.24, 5, coast, -21.20, 76677.00, 2289.71, 969.86, 285.37, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.25, 5, coast, -21.20, 76629.00, 2294.72, 974.87, 285.16, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.26, 5, coast, -21.20, 76625.00, 2295.14, 975.28, 284.95, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.27, 5, coast, -21.20, 76581.00, 2299.73, 979.88, 284.74, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.28, 5, coast, -20.67, 76544.00, 2303.60, 983.74, 284.53, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.29, 5, coast, -21.20, 76530.00, 2305.06, 985.20, 284.32, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.30, 5, coast, -21.20, 76478.00, 2310.49, 990.64, 284.11, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.31, 5, coast, -20.67, 76443.00, 2314.15, 994.30, 283.90, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.32, 5, coast, -21.20, 76421.00, 2316.45, 996.60, 283.69, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.33, 5, coast, -20.67, 76427.00, 2315.83, 995.97, 283.48, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.34, 5, coast, -20.67, 76398.00, 2318.86, 999.00, 283.27, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.35, 5, coast, -20.67, 76351.00, 2323.78, 1003.92, 283.07, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.36, 5, coast, -20.67, 76314.00, 2327.65, 1007.80, 282.86, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.37, 5, coast, -20.67, 76305.00, 2328.60, 1008.74, 282.65, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.38, 5, coast, -20.67, 76284.00, 2330.80, 1010.94, 282.44, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.39, 5, coast, -20.67, 76215.00, 2338.03, 1018.17, 282.24, 34.1, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.40, 5, coast, -20.67, 76197.00, 2339.91, 1020.06, 282.03, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.41, 5, coast, -20.67, 76164.00, 2343.37, 1023.52, 281.82, 34.0, 0.00, 0.01, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.42, 5, coast, -20.67, 76121.00, 2347.88, 1028.03, 281.62, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.42, 5, coast, -20.67, 76121.00, 2347.88, 1028.03, 281.62, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.43, 5, coast, -20.67, 76102.00, 2349.88, 1030.02, 281.41, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9397878,-106.9117614, 2046.0, 2022, 6, 24, 15, 17, 22, 43, 657, 317, 86, 2.7,2147483647.0,2147483647.0, 0, 8, 29, 0, 0, 8, 0, 0, 0, 0, 30, 31, 25, 26, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.44, 5, coast, -20.67, 76056.00, 2354.71, 1034.85, 281.20, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.44, 5, coast, -20.67, 76056.00, 2354.71, 1034.85, 281.20, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.44, 5, coast, -20.67, 76056.00, 2354.71, 1034.85, 281.20, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.44, 5, coast, -20.67, 76056.00, 2354.71, 1034.85, 281.20, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.44, 5, coast, -20.67, 76056.00, 2354.71, 1034.85, 281.20, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.44, 5, coast, -20.67, 76056.00, 2354.71, 1034.85, 281.20, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.45, 5, coast, -20.67, 76040.00, 2356.39, 1036.53, 281.00, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.46, 5, coast, -20.67, 76002.00, 2360.38, 1040.52, 280.79, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.47, 5, coast, -20.67, 76042.00, 2356.18, 1036.32, 280.58, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.48, 5, coast, -20.67, 75976.00, 2363.11, 1043.26, 280.38, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.49, 5, coast, -20.67, 75931.00, 2367.84, 1047.99, 280.17, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.50, 5, coast, -20.67, 75905.00, 2370.58, 1050.72, 279.96, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.51, 5, coast, -20.67, 75870.00, 2374.26, 1054.40, 279.76, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.52, 5, coast, -20.67, 75875.00, 2373.73, 1053.88, 279.55, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.53, 5, coast, -20.67, 75857.00, 2375.63, 1055.77, 279.34, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.54, 5, coast, -20.67, 75784.00, 2383.31, 1063.46, 279.14, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.55, 5, coast, -20.14, 75790.00, 2382.68, 1062.82, 278.93, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.56, 5, coast, -20.14, 75758.00, 2386.05, 1066.19, 278.73, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.57, 5, coast, -20.67, 75747.00, 2387.21, 1067.35, 278.53, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.58, 5, coast, -20.67, 75682.00, 2394.06, 1074.20, 278.32, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.59, 5, coast, -20.14, 75655.00, 2396.91, 1077.05, 278.12, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.60, 5, coast, -20.67, 75620.00, 2400.60, 1080.74, 277.91, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.61, 5, coast, -20.67, 75623.00, 2400.28, 1080.43, 277.71, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.62, 5, coast, -20.14, 75572.00, 2405.66, 1085.81, 277.50, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.63, 5, coast, -20.14, 75561.00, 2406.82, 1086.97, 277.30, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.64, 5, coast, -20.14, 75515.00, 2411.68, 1091.83, 277.10, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.65, 5, coast, -20.14, 75496.00, 2413.69, 1093.83, 276.90, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.66, 5, coast, -20.14, 75462.00, 2417.28, 1097.43, 276.70, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.67, 5, coast, -20.14, 75429.00, 2420.77, 1100.91, 276.49, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.68, 5, coast, -20.14, 75424.00, 2421.30, 1101.44, 276.29, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.69, 5, coast, -20.14, 75379.00, 2426.06, 1106.20, 276.09, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.70, 5, coast, -20.14, 75368.00, 2427.22, 1107.36, 275.89, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.71, 5, coast, -20.14, 75333.00, 2430.92, 1111.07, 275.69, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.72, 5, coast, -20.14, 75289.00, 2435.58, 1115.72, 275.49, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.73, 5, coast, -20.14, 75271.00, 2437.49, 1117.63, 275.29, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.74, 5, coast, -20.14, 75253.00, 2439.39, 1119.54, 275.08, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.74, 5, coast, -20.14, 75253.00, 2439.39, 1119.54, 275.08, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.75, 5, coast, -20.14, 75200.00, 2445.01, 1125.15, 274.88, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.76, 5, coast, -20.14, 75170.00, 2448.19, 1128.33, 274.68, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.77, 5, coast, -20.14, 75148.00, 2450.52, 1130.66, 274.48, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.78, 5, coast, -20.14, 75121.00, 2453.38, 1133.53, 274.28, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.79, 5, coast, -20.14, 75103.00, 2455.29, 1135.44, 274.08, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.80, 5, coast, -20.14, 75083.00, 2457.41, 1137.56, 273.88, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.81, 5, coast, -20.14, 75036.00, 2462.40, 1142.55, 273.68, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.82, 5, coast, -20.14, 75039.00, 2462.08, 1142.23, 273.47, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.83, 5, coast, -19.61, 74975.00, 2468.88, 1149.03, 273.27, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.84, 5, coast, -20.14, 74946.00, 2471.96, 1152.11, 273.07, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.85, 5, coast, -20.14, 74975.00, 2468.88, 1149.03, 272.88, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.86, 5, coast, -19.61, 74922.00, 2474.51, 1154.66, 272.68, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.87, 5, coast, -19.61, 74875.00, 2479.51, 1159.65, 272.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.88, 5, coast, -19.61, 74857.00, 2481.42, 1161.57, 272.28, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.89, 5, coast, -19.61, 74803.00, 2487.17, 1167.31, 272.09, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.90, 5, coast, -19.61, 74811.00, 2486.32, 1166.46, 271.89, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.91, 5, coast, -19.61, 74765.00, 2491.21, 1171.36, 271.69, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.92, 5, coast, -19.61, 74780.00, 2489.62, 1169.76, 271.50, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.93, 5, coast, -19.61, 74748.00, 2493.03, 1173.17, 271.30, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.94, 5, coast, -19.61, 74689.00, 2499.31, 1179.45, 271.11, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.95, 5, coast, -19.61, 74652.00, 2503.25, 1183.40, 270.91, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.96, 5, coast, -19.61, 74633.00, 2505.28, 1185.42, 270.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.97, 5, coast, -19.61, 74603.00, 2508.48, 1188.62, 270.52, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.98, 5, coast, -19.61, 74577.00, 2511.25, 1191.40, 270.32, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 6.99, 5, coast, -19.61, 74557.00, 2513.39, 1193.53, 270.13, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.00, 5, coast, -19.61, 74516.00, 2517.76, 1197.91, 269.93, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.01, 5, coast, -19.61, 74484.00, 2521.18, 1201.32, 269.73, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.02, 5, coast, -19.61, 74475.00, 2522.14, 1202.29, 269.54, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.03, 5, coast, -19.61, 74447.00, 2525.13, 1205.28, 269.34, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.04, 5, coast, -19.61, 74419.00, 2528.12, 1208.27, 269.14, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.05, 5, coast, -19.61, 74384.00, 2531.87, 1212.01, 268.95, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.06, 5, coast, -19.61, 74364.00, 2534.00, 1214.15, 268.75, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.06, 5, coast, -19.61, 74364.00, 2534.00, 1214.15, 268.75, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.07, 5, coast, -19.61, 74337.00, 2536.89, 1217.04, 268.56, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.08, 5, coast, -19.61, 74292.00, 2541.71, 1221.85, 268.36, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.09, 5, coast, -19.61, 74292.00, 2541.71, 1221.85, 268.17, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.10, 5, coast, -19.08, 74258.00, 2545.35, 1225.49, 267.97, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.11, 5, coast, -19.61, 74234.00, 2547.92, 1228.06, 267.78, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.12, 5, coast, -19.08, 74207.00, 2550.81, 1230.95, 267.58, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.13, 5, coast, -19.08, 74162.00, 2555.63, 1235.77, 267.39, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.14, 5, coast, -19.61, 74141.00, 2557.88, 1238.02, 267.20, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.15, 5, coast, -19.08, 74116.00, 2560.56, 1240.70, 267.01, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.16, 5, coast, -19.08, 74074.00, 2565.07, 1245.21, 266.81, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.17, 5, coast, -19.61, 74089.00, 2563.46, 1243.60, 266.62, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.18, 5, coast, -19.61, 74056.00, 2567.00, 1247.14, 266.43, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.19, 5, coast, -19.61, 74006.00, 2572.36, 1252.51, 266.23, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.20, 5, coast, -19.08, 73993.00, 2573.76, 1253.90, 266.04, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.21, 5, coast, -19.08, 73956.00, 2577.73, 1257.88, 265.85, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.22, 5, coast, -19.08, 73934.00, 2580.10, 1260.24, 265.65, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.23, 5, coast, -19.08, 73922.00, 2581.39, 1261.53, 265.46, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.24, 5, coast, -19.08, 73872.00, 2586.76, 1266.90, 265.27, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.25, 5, coast, -19.08, 73880.00, 2585.90, 1266.04, 265.08, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.26, 5, coast, -19.08, 73840.00, 2590.20, 1270.34, 264.89, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.27, 5, coast, -19.08, 73796.00, 2594.93, 1275.08, 264.70, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.28, 5, coast, -19.08, 73778.00, 2596.87, 1277.02, 264.51, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.29, 5, coast, -19.08, 73750.00, 2599.88, 1280.03, 264.32, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.30, 5, coast, -19.08, 73720.00, 2603.12, 1283.26, 264.13, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.31, 5, coast, -19.08, 73716.00, 2603.55, 1283.69, 263.94, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.32, 5, coast, -19.08, 73670.00, 2608.50, 1288.65, 263.75, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.33, 5, coast, -19.08, 73642.00, 2611.52, 1291.66, 263.56, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.34, 5, coast, -19.08, 73622.00, 2613.67, 1293.82, 263.37, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.35, 5, coast, -18.55, 73601.00, 2615.94, 1296.08, 263.18, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.36, 5, coast, -18.55, 73563.00, 2620.04, 1300.18, 262.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.37, 5, coast, -19.08, 73549.00, 2621.55, 1301.69, 262.80, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.38, 5, coast, -19.08, 73522.00, 2624.46, 1304.61, 262.61, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.38, 5, coast, -19.08, 73522.00, 2624.46, 1304.61, 262.61, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.39, 5, coast, -18.55, 73510.00, 2625.76, 1305.90, 262.42, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.40, 5, coast, -19.08, 73458.00, 2631.37, 1311.52, 262.24, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.41, 5, coast, -18.55, 73448.00, 2632.45, 1312.60, 262.05, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.42, 5, coast, -18.55, 73424.00, 2635.04, 1315.19, 261.86, 34.0, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.43, 5, coast, -19.08, 73392.00, 2638.50, 1318.65, 261.67, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.44, 5, coast, -19.08, 73350.00, 2643.04, 1323.19, 261.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 5, 32.9398925,-106.9119807, 2355.0, 2022, 6, 24, 15, 17, 23, 66, 967, 311, 86, 2.7,2147483647.0,2147483647.0, 0, 0, 29, 0, 0, 7, 0, 0, 0, 0, 26, 25, 31, 32, 0, 0, 0, 0, 0, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.45, 5, coast, -18.55, 73330.00, 2645.21, 1325.35, 261.30, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.45, 5, coast, -18.55, 73330.00, 2645.21, 1325.35, 261.30, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.45, 5, coast, -18.55, 73330.00, 2645.21, 1325.35, 261.30, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.45, 5, coast, -18.55, 73330.00, 2645.21, 1325.35, 261.30, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.45, 5, coast, -18.55, 73330.00, 2645.21, 1325.35, 261.30, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.45, 5, coast, -18.55, 73330.00, 2645.21, 1325.35, 261.30, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.46, 5, coast, -18.55, 73303.00, 2648.13, 1328.27, 261.11, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.47, 5, coast, -19.08, 73267.00, 2652.02, 1332.17, 260.92, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.48, 5, coast, -19.08, 73251.00, 2653.75, 1333.90, 260.73, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.49, 5, coast, -18.55, 73217.00, 2657.44, 1337.58, 260.54, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.50, 5, coast, -18.55, 73205.00, 2658.74, 1338.88, 260.36, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.51, 5, coast, -18.55, 73167.00, 2662.85, 1343.00, 260.17, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.52, 5, coast, -19.08, 73153.00, 2664.37, 1344.51, 259.98, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.53, 5, coast, -18.55, 73112.00, 2668.81, 1348.96, 259.80, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.54, 5, coast, -18.55, 73106.00, 2669.46, 1349.61, 259.61, 34.0, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.55, 5, coast, -18.55, 73083.00, 2671.96, 1352.10, 259.42, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.56, 5, coast, -18.55, 73053.00, 2675.21, 1355.36, 259.24, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.57, 5, coast, -18.55, 73014.00, 2679.44, 1359.59, 259.05, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.58, 5, coast, -18.55, 72976.00, 2683.57, 1363.71, 258.87, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.59, 5, coast, -18.55, 72975.00, 2683.68, 1363.82, 258.68, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.60, 5, coast, -18.55, 72957.00, 2685.63, 1365.78, 258.50, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.61, 5, coast, -18.55, 72940.00, 2687.48, 1367.62, 258.31, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.62, 5, coast, -18.55, 72891.00, 2692.80, 1372.95, 258.12, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.63, 5, coast, -18.55, 72857.00, 2696.50, 1376.64, 257.94, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.64, 5, coast, -18.55, 72828.00, 2699.65, 1379.80, 257.75, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.65, 5, coast, -18.55, 72845.00, 2697.80, 1377.95, 257.57, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.66, 5, coast, -18.55, 72790.00, 2703.79, 1383.93, 257.38, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.67, 5, coast, -18.55, 72780.00, 2704.87, 1385.02, 257.20, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.68, 5, coast, -18.55, 72764.00, 2706.62, 1386.76, 257.01, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.69, 5, coast, -18.55, 72724.00, 2710.97, 1391.11, 256.83, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.70, 5, coast, -18.55, 72707.00, 2712.82, 1392.97, 256.64, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.70, 5, coast, -18.55, 72707.00, 2712.82, 1392.97, 256.64, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.71, 5, coast, -18.55, 72716.00, 2711.84, 1391.99, 256.46, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.72, 5, coast, -18.55, 72676.00, 2716.20, 1396.34, 256.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.73, 5, coast, -18.02, 72636.00, 2720.56, 1400.70, 256.09, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.74, 5, coast, -18.55, 72603.00, 2724.15, 1404.30, 255.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.75, 5, coast, -18.55, 72603.00, 2724.15, 1404.30, 255.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.76, 5, coast, -18.55, 72538.00, 2731.24, 1411.39, 255.53, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.77, 5, coast, -18.02, 72537.00, 2731.35, 1411.50, 255.35, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.78, 5, coast, -18.02, 72526.00, 2732.55, 1412.70, 255.17, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.79, 5, coast, -18.02, 72442.00, 2741.73, 1421.87, 254.99, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.80, 5, coast, -18.02, 72468.00, 2738.89, 1419.03, 254.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.81, 5, coast, -18.02, 72429.00, 2743.15, 1423.29, 254.63, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.82, 5, coast, -18.02, 72408.00, 2745.44, 1425.58, 254.45, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.83, 5, coast, -18.02, 72369.00, 2749.70, 1429.85, 254.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.84, 5, coast, -18.02, 72335.00, 2753.42, 1433.56, 254.09, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.85, 5, coast, -18.02, 72356.00, 2751.12, 1431.27, 253.91, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.86, 5, coast, -18.02, 72281.00, 2759.33, 1439.47, 253.73, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.87, 5, coast, -18.02, 72299.00, 2757.36, 1437.50, 253.55, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.88, 5, coast, -18.02, 72245.00, 2763.27, 1443.41, 253.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.89, 5, coast, -18.02, 72198.00, 2768.41, 1448.56, 253.19, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.90, 5, coast, -18.02, 72194.00, 2768.85, 1449.00, 253.01, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.91, 5, coast, -18.02, 72180.00, 2770.39, 1450.53, 252.83, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.92, 5, coast, -18.02, 72149.00, 2773.78, 1453.93, 252.65, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.93, 5, coast, -18.02, 72125.00, 2776.41, 1456.56, 252.47, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.94, 5, coast, -18.02, 72092.00, 2780.03, 1460.17, 252.29, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.95, 5, coast, -18.02, 72082.00, 2781.13, 1461.27, 252.11, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.96, 5, coast, -18.02, 72060.00, 2783.54, 1463.68, 251.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.97, 5, coast, -18.02, 72068.00, 2782.66, 1462.81, 251.74, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.98, 5, coast, -18.02, 71989.00, 2791.33, 1471.48, 251.56, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 7.99, 5, coast, -18.02, 71969.00, 2793.53, 1473.67, 251.38, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.00, 5, coast, -18.02, 71983.00, 2791.99, 1472.14, 251.20, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.01, 5, coast, -18.02, 71911.00, 2799.90, 1480.04, 251.02, 34.1, 0.00, 0.00, 3.87, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.02, 5, coast, -18.02, 71912.00, 2799.79, 1479.93, 250.84, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.02, 5, coast, -18.02, 71912.00, 2799.79, 1479.93, 250.84, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.03, 5, coast, -18.02, 71877.00, 2803.64, 1483.78, 250.66, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.04, 5, coast, -18.02, 71915.00, 2799.46, 1479.60, 250.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.05, 5, coast, -18.02, 71881.00, 2803.20, 1483.34, 250.30, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.06, 5, coast, -18.02, 71838.00, 2807.92, 1488.07, 250.12, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.07, 5, coast, -18.02, 71766.00, 2815.85, 1495.99, 249.94, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.08, 5, coast, -18.02, 71770.00, 2815.41, 1495.55, 249.76, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.09, 5, coast, -18.02, 71751.00, 2817.50, 1497.64, 249.58, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.10, 5, coast, -18.02, 71736.00, 2819.15, 1499.29, 249.40, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.11, 5, coast, -18.02, 71719.00, 2821.02, 1501.16, 249.22, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.12, 5, coast, -18.02, 71667.00, 2826.75, 1506.89, 249.04, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.13, 5, coast, -18.02, 71633.00, 2830.49, 1510.64, 248.86, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.14, 5, coast, -18.02, 71611.00, 2832.92, 1513.06, 248.68, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.15, 5, coast, -17.49, 71617.00, 2832.26, 1512.40, 248.51, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.16, 5, coast, -17.49, 71591.00, 2835.13, 1515.27, 248.33, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.17, 5, coast, -18.02, 71560.00, 2838.54, 1518.69, 248.15, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.18, 5, coast, -17.49, 71562.00, 2838.32, 1518.47, 247.97, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.19, 5, coast, -17.49, 71489.00, 2846.38, 1526.52, 247.80, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.20, 5, coast, -18.02, 71490.00, 2846.27, 1526.41, 247.62, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.21, 5, coast, -17.49, 71462.00, 2849.36, 1529.51, 247.44, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.22, 5, coast, -17.49, 71436.00, 2852.23, 1532.38, 247.27, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.23, 5, coast, -17.49, 71430.00, 2852.90, 1533.04, 247.09, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.24, 5, coast, -17.49, 71395.00, 2856.76, 1536.91, 246.92, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.25, 5, coast, -17.49, 71373.00, 2859.20, 1539.34, 246.74, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.26, 5, coast, -17.49, 71330.00, 2863.95, 1544.10, 246.57, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.27, 5, coast, -17.49, 71301.00, 2867.16, 1547.30, 246.39, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.28, 5, coast, -17.49, 71267.00, 2870.92, 1551.07, 246.22, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.29, 5, coast, -17.49, 71255.00, 2872.25, 1552.39, 246.04, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.30, 5, coast, -17.49, 71260.00, 2871.70, 1551.84, 245.87, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.31, 5, coast, -17.49, 71256.00, 2872.14, 1552.28, 245.69, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.32, 5, coast, -17.49, 71204.00, 2877.90, 1558.04, 245.52, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.33, 5, coast, -17.49, 71168.00, 2881.89, 1562.03, 245.34, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.34, 5, coast, -17.49, 71166.00, 2882.11, 1562.25, 245.17, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.34, 5, coast, -17.49, 71166.00, 2882.11, 1562.25, 245.17, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.35, 5, coast, -17.49, 71149.00, 2883.99, 1564.14, 244.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.36, 5, coast, -17.49, 71096.00, 2889.87, 1570.01, 244.82, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.37, 5, coast, -17.49, 71065.00, 2893.31, 1573.45, 244.64, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.38, 5, coast, -17.49, 71056.00, 2894.30, 1574.45, 244.47, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.39, 5, coast, -17.49, 71039.00, 2896.19, 1576.34, 244.29, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.40, 5, coast, -17.49, 71017.00, 2898.63, 1578.78, 244.12, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.41, 5, coast, -17.49, 70982.00, 2902.52, 1582.66, 243.94, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.42, 5, coast, -17.49, 70982.00, 2902.52, 1582.66, 243.77, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.43, 5, coast, -17.49, 70940.00, 2907.18, 1587.33, 243.59, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.44, 5, coast, -17.49, 70925.00, 2908.85, 1588.99, 243.42, 34.1, 0.00, 0.00, 3.86, 1, 1, 7, 32.9400176,-106.9122829, 2672.0, 2022, 6, 24, 15, 17, 24, 96, 1286, 306, 86, 1.9,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 7, 0, 0, 0, 0, 31, 30, 25, 27, 0, 0, 30, 0, 0, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 8.45, 5, coast, -17.49, 70914.00, 2910.07, 1590.22, 243.24, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.45, 5, coast, -17.49, 70914.00, 2910.07, 1590.22, 243.24, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.45, 5, coast, -17.49, 70914.00, 2910.07, 1590.22, 243.24, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.45, 5, coast, -17.49, 70914.00, 2910.07, 1590.22, 243.24, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.45, 5, coast, -17.49, 70914.00, 2910.07, 1590.22, 243.24, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.45, 5, coast, -17.49, 70914.00, 2910.07, 1590.22, 243.24, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.46, 5, coast, -17.49, 70890.00, 2912.74, 1592.88, 243.07, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.47, 5, coast, -17.49, 70857.00, 2916.41, 1596.55, 242.89, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.48, 5, coast, -17.49, 70832.00, 2919.19, 1599.33, 242.72, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.49, 5, coast, -17.49, 70809.00, 2921.75, 1601.89, 242.54, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.50, 5, coast, -17.49, 70786.00, 2924.31, 1604.45, 242.37, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.51, 5, coast, -17.49, 70761.00, 2927.09, 1607.24, 242.20, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.52, 5, coast, -17.49, 70762.00, 2926.98, 1607.12, 242.02, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.53, 5, coast, -17.49, 70747.00, 2928.65, 1608.79, 241.85, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.54, 5, coast, -17.49, 70711.00, 2932.66, 1612.80, 241.67, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.55, 5, coast, -17.49, 70661.00, 2938.23, 1618.37, 241.50, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.56, 5, coast, -17.49, 70705.00, 2933.33, 1613.47, 241.32, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.57, 5, coast, -17.49, 70645.00, 2940.01, 1620.16, 241.15, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.58, 5, coast, -16.96, 70628.00, 2941.91, 1622.05, 240.97, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.59, 5, coast, -17.49, 70616.00, 2943.25, 1623.39, 240.80, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.60, 5, coast, -17.49, 70568.00, 2948.60, 1628.74, 240.63, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.61, 5, coast, -16.96, 70561.00, 2949.38, 1629.53, 240.46, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.62, 5, coast, -16.96, 70523.00, 2953.62, 1633.77, 240.29, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.63, 5, coast, -16.96, 70479.00, 2958.54, 1638.68, 240.11, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.64, 5, coast, -16.96, 70495.00, 2956.75, 1636.89, 239.94, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.65, 5, coast, -16.96, 70467.00, 2959.88, 1640.02, 239.78, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.66, 5, coast, -16.96, 70435.00, 2963.45, 1643.60, 239.61, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.66, 5, coast, -16.96, 70435.00, 2963.45, 1643.60, 239.61, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.67, 5, coast, -16.96, 70404.00, 2966.92, 1647.06, 239.44, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.68, 5, coast, -16.96, 70356.00, 2972.28, 1652.43, 239.27, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.69, 5, coast, -16.96, 70345.00, 2973.51, 1653.66, 239.10, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.70, 5, coast, -16.96, 70339.00, 2974.18, 1654.33, 238.93, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.71, 5, coast, -16.96, 70313.00, 2977.09, 1657.24, 238.76, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.72, 5, coast, -16.96, 70267.00, 2982.24, 1662.39, 238.59, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.73, 5, coast, -16.96, 70280.00, 2980.79, 1660.93, 238.42, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.74, 5, coast, -16.96, 70234.00, 2985.94, 1666.08, 238.25, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.75, 5, coast, -16.96, 70212.00, 2988.40, 1668.55, 238.08, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.76, 5, coast, -16.96, 70201.00, 2989.63, 1669.78, 237.91, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.77, 5, coast, -16.96, 70181.00, 2991.88, 1672.02, 237.74, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.78, 5, coast, -16.96, 70152.00, 2995.13, 1675.27, 237.57, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.79, 5, coast, -16.96, 70126.00, 2998.04, 1678.19, 237.40, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.80, 5, coast, -16.96, 70099.00, 3001.07, 1681.21, 237.23, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.81, 5, coast, -16.96, 70076.00, 3003.65, 1683.79, 237.06, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.82, 5, coast, -16.96, 70060.00, 3005.45, 1685.59, 236.89, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.83, 5, coast, -16.96, 70043.00, 3007.35, 1687.50, 236.72, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.84, 5, coast, -16.96, 70028.00, 3009.04, 1689.18, 236.55, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.85, 5, coast, -16.43, 70001.00, 3012.07, 1692.21, 236.39, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.86, 5, coast, -16.43, 69982.00, 3014.20, 1694.35, 236.22, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.87, 5, coast, -16.96, 69950.00, 3017.80, 1697.94, 236.05, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.88, 5, coast, -16.96, 69940.00, 3018.92, 1699.07, 235.89, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.89, 5, coast, -16.43, 69918.00, 3021.40, 1701.54, 235.72, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.90, 5, coast, -16.43, 69875.00, 3026.23, 1706.37, 235.55, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.91, 5, coast, -16.96, 69858.00, 3028.14, 1708.29, 235.39, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.92, 5, coast, -16.43, 69842.00, 3029.94, 1710.09, 235.22, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.93, 5, coast, -16.43, 69828.00, 3031.52, 1711.66, 235.05, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.94, 5, coast, -16.96, 69810.00, 3033.54, 1713.69, 234.89, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.95, 5, coast, -16.96, 69783.00, 3036.58, 1716.73, 234.72, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.96, 5, coast, -16.96, 69740.00, 3041.43, 1721.57, 234.55, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.97, 5, coast, -16.96, 69720.00, 3043.68, 1723.82, 234.38, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.98, 5, coast, -16.96, 69706.00, 3045.26, 1725.40, 234.21, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.98, 5, coast, -16.96, 69706.00, 3045.26, 1725.40, 234.21, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 8.99, 5, coast, -16.96, 69698.00, 3046.16, 1726.30, 234.04, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.00, 5, coast, -16.43, 69664.00, 3049.99, 1730.13, 233.87, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.01, 5, coast, -16.96, 69644.00, 3052.25, 1732.39, 233.71, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.02, 5, coast, -16.43, 69623.00, 3054.61, 1734.76, 233.54, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.03, 5, coast, -16.43, 69618.00, 3055.18, 1735.32, 233.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.04, 5, coast, -16.96, 69597.00, 3057.55, 1737.69, 233.21, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.05, 5, coast, -16.43, 69585.00, 3058.90, 1739.05, 233.04, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.06, 5, coast, -16.43, 69557.00, 3062.06, 1742.21, 232.88, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.07, 5, coast, -16.43, 69539.00, 3064.09, 1744.24, 232.71, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.08, 5, coast, -16.43, 69499.00, 3068.61, 1748.76, 232.55, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.09, 5, coast, -16.43, 69492.00, 3069.40, 1749.55, 232.38, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.10, 5, coast, -16.43, 69471.00, 3071.77, 1751.92, 232.22, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.11, 5, coast, -16.43, 69425.00, 3076.97, 1757.12, 232.05, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.12, 5, coast, -16.43, 69401.00, 3079.69, 1759.83, 231.89, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.13, 5, coast, -16.43, 69390.00, 3080.93, 1761.08, 231.73, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.14, 5, coast, -16.43, 69389.00, 3081.04, 1761.19, 231.56, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.15, 5, coast, -16.43, 69359.00, 3084.44, 1764.58, 231.40, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.16, 5, coast, -16.43, 69348.00, 3085.68, 1765.83, 231.23, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.17, 5, coast, -16.43, 69304.00, 3090.66, 1770.81, 231.07, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.18, 5, coast, -16.43, 69283.00, 3093.04, 1773.19, 230.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.19, 5, coast, -16.43, 69271.00, 3094.40, 1774.54, 230.74, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.20, 5, coast, -16.43, 69245.00, 3097.35, 1777.49, 230.58, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.21, 5, coast, -16.43, 69213.00, 3100.97, 1781.12, 230.41, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.22, 5, coast, -16.43, 69175.00, 3105.28, 1785.42, 230.25, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.23, 5, coast, -16.43, 69179.00, 3104.83, 1784.97, 230.08, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.24, 5, coast, -16.43, 69168.00, 3106.07, 1786.22, 229.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.25, 5, coast, -16.43, 69143.00, 3108.91, 1789.05, 229.75, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.26, 5, coast, -16.43, 69127.00, 3110.72, 1790.87, 229.59, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.27, 5, coast, -16.43, 69084.00, 3115.60, 1795.75, 229.43, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.28, 5, coast, -16.43, 69072.00, 3116.97, 1797.11, 229.26, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.29, 5, coast, -16.43, 69014.00, 3123.55, 1803.70, 229.10, 34.1, 0.00, 0.00, 3.87, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.30, 5, coast, -16.43, 69037.00, 3120.94, 1801.08, 228.93, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.30, 5, coast, -16.43, 69037.00, 3120.94, 1801.08, 228.93, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.31, 5, coast, -16.43, 69018.00, 3123.10, 1803.24, 228.77, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.32, 5, coast, -16.43, 68971.00, 3128.44, 1808.58, 228.60, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.33, 5, coast, -16.43, 68973.00, 3128.21, 1808.36, 228.44, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.34, 5, coast, -16.43, 68948.00, 3131.05, 1811.20, 228.28, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.35, 5, coast, -16.43, 68928.00, 3133.33, 1813.47, 228.11, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.36, 5, coast, -16.43, 68923.00, 3133.90, 1814.04, 227.95, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.37, 5, coast, -16.43, 68878.00, 3139.01, 1819.16, 227.78, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.38, 5, coast, -15.90, 68850.00, 3142.20, 1822.35, 227.62, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.39, 5, coast, -16.43, 68826.00, 3144.93, 1825.08, 227.46, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.40, 5, coast, -16.43, 68828.00, 3144.71, 1824.85, 227.29, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.41, 5, coast, -16.43, 68785.00, 3149.60, 1829.75, 227.13, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.42, 5, coast, -16.43, 68778.00, 3150.40, 1830.54, 226.97, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.43, 5, coast, -16.43, 68745.00, 3154.16, 1834.30, 226.80, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.44, 5, coast, -16.43, 68750.00, 3153.59, 1833.73, 226.64, 34.1, 0.00, 0.00, 3.86, 1, 1, 8, 32.9401306,-106.9125807, 2992.0, 2022, 6, 24, 15, 17, 25, 126, 1607, 303, 85, 1.9,2147483647.0,2147483647.0, 0, 30, 27, 0, 0, 24, 0, 0, 0, 0, 30, 31, 28, 28, 0, 0, 25, 0, 25, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.45, 5, coast, -16.43, 68742.00, 3154.50, 1834.65, 226.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.45, 5, coast, -16.43, 68742.00, 3154.50, 1834.65, 226.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.45, 5, coast, -16.43, 68742.00, 3154.50, 1834.65, 226.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.45, 5, coast, -16.43, 68742.00, 3154.50, 1834.65, 226.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.45, 5, coast, -16.43, 68742.00, 3154.50, 1834.65, 226.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.45, 5, coast, -16.43, 68742.00, 3154.50, 1834.65, 226.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.46, 5, coast, -15.90, 68701.00, 3159.18, 1839.32, 226.31, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.47, 5, coast, -15.90, 68713.00, 3157.81, 1837.95, 226.15, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.48, 5, coast, -15.90, 68639.00, 3166.25, 1846.39, 225.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.49, 5, coast, -15.90, 68650.00, 3164.99, 1845.14, 225.83, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.50, 5, coast, -16.43, 68609.00, 3169.67, 1849.82, 225.67, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.51, 5, coast, -16.43, 68615.00, 3168.99, 1849.13, 225.51, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.52, 5, coast, -15.90, 68561.00, 3175.15, 1855.30, 225.35, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.53, 5, coast, -15.90, 68566.00, 3174.58, 1854.73, 225.19, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.54, 5, coast, -15.90, 68522.00, 3179.61, 1859.75, 225.03, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.55, 5, coast, -15.90, 68518.00, 3180.06, 1860.21, 224.87, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.56, 5, coast, -15.90, 68494.00, 3182.81, 1862.95, 224.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.57, 5, coast, -15.90, 68475.00, 3184.98, 1865.12, 224.55, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.58, 5, coast, -15.90, 68466.00, 3186.01, 1866.15, 224.39, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.59, 5, coast, -15.90, 68439.00, 3189.10, 1869.24, 224.23, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.60, 5, coast, -15.90, 68413.00, 3192.07, 1872.21, 224.07, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.61, 5, coast, -15.90, 68383.00, 3195.50, 1875.65, 223.91, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.62, 5, coast, -15.90, 68383.00, 3195.50, 1875.65, 223.76, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.62, 5, coast, -15.90, 68383.00, 3195.50, 1875.65, 223.76, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.63, 5, coast, -15.90, 68351.00, 3199.17, 1879.31, 223.60, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.64, 5, coast, -15.90, 68327.00, 3201.91, 1882.06, 223.44, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.65, 5, coast, -15.90, 68308.00, 3204.09, 1884.23, 223.28, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.66, 5, coast, -15.90, 68293.00, 3205.81, 1885.95, 223.12, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.67, 5, coast, -15.90, 68255.00, 3210.16, 1890.31, 222.96, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.68, 5, coast, -15.90, 68237.00, 3212.23, 1892.37, 222.80, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.69, 5, coast, -15.90, 68239.00, 3212.00, 1892.14, 222.64, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.70, 5, coast, -15.90, 68217.00, 3214.52, 1894.66, 222.48, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.71, 5, coast, -15.90, 68186.00, 3218.08, 1898.22, 222.32, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.72, 5, coast, -15.90, 68170.00, 3219.91, 1900.06, 222.17, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.73, 5, coast, -15.90, 68138.00, 3223.58, 1903.73, 222.01, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.74, 5, coast, -15.90, 68117.00, 3225.99, 1906.14, 221.85, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.75, 5, coast, -15.90, 68124.00, 3225.19, 1905.34, 221.69, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.76, 5, coast, -15.90, 68094.00, 3228.64, 1908.78, 221.53, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.77, 5, coast, -15.90, 68051.00, 3233.58, 1913.72, 221.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.78, 5, coast, -15.90, 68059.00, 3232.66, 1912.80, 221.21, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.79, 5, coast, -15.90, 68028.00, 3236.22, 1916.36, 221.05, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.80, 5, coast, -15.37, 67987.00, 3240.93, 1921.08, 220.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.81, 5, coast, -15.90, 67969.00, 3243.00, 1923.15, 220.74, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.82, 5, coast, -15.90, 67944.00, 3245.88, 1926.02, 220.58, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.83, 5, coast, -15.90, 67929.00, 3247.60, 1927.75, 220.42, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.84, 5, coast, -15.37, 67925.00, 3248.06, 1928.21, 220.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.85, 5, coast, -15.90, 67889.00, 3252.21, 1932.35, 220.11, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.86, 5, coast, -15.90, 67872.00, 3254.17, 1934.31, 219.95, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.87, 5, coast, -15.90, 67870.00, 3254.40, 1934.54, 219.79, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.88, 5, coast, -15.90, 67825.00, 3259.58, 1939.72, 219.63, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.89, 5, coast, -15.90, 67809.00, 3261.42, 1941.57, 219.47, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.90, 5, coast, -15.37, 67808.00, 3261.54, 1941.68, 219.32, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.91, 5, coast, -15.90, 67754.00, 3267.76, 1947.91, 219.16, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.92, 5, coast, -15.90, 67754.00, 3267.76, 1947.91, 219.00, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.93, 5, coast, -15.90, 67754.00, 3267.76, 1947.91, 218.84, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.94, 5, coast, -15.90, 67717.00, 3272.03, 1952.17, 218.68, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.94, 5, coast, -15.90, 67717.00, 3272.03, 1952.17, 218.68, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.95, 5, coast, -15.90, 67705.00, 3273.41, 1953.56, 218.53, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.96, 5, coast, -15.37, 67677.00, 3276.65, 1956.79, 218.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.97, 5, coast, -15.90, 67660.00, 3278.61, 1958.75, 218.21, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.98, 5, coast, -15.37, 67646.00, 3280.22, 1960.37, 218.05, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 9.99, 5, coast, -15.90, 67613.00, 3284.03, 1964.18, 217.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.00, 5, coast, -15.37, 67638.00, 3281.15, 1961.29, 217.74, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.01, 5, coast, -15.90, 67617.00, 3283.57, 1963.72, 217.58, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.02, 5, coast, -15.90, 67592.00, 3286.46, 1966.60, 217.43, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.03, 5, coast, -15.37, 67580.00, 3287.85, 1967.99, 217.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.04, 5, coast, -15.90, 67547.00, 3291.66, 1971.81, 217.11, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.05, 5, coast, -15.37, 67525.00, 3294.20, 1974.35, 216.96, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.06, 5, coast, -15.37, 67500.00, 3297.10, 1977.24, 216.80, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.07, 5, coast, -15.37, 67480.00, 3299.41, 1979.55, 216.65, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.08, 5, coast, -15.37, 67476.00, 3299.87, 1980.02, 216.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.09, 5, coast, -15.37, 67436.00, 3304.50, 1984.65, 216.34, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.10, 5, coast, -15.37, 67434.00, 3304.73, 1984.88, 216.19, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.11, 5, coast, -15.37, 67396.00, 3309.13, 1989.28, 216.04, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.12, 5, coast, -15.37, 67415.00, 3306.93, 1987.08, 215.88, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.13, 5, coast, -15.37, 67386.00, 3310.29, 1990.43, 215.73, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.14, 5, coast, -15.37, 67386.00, 3310.29, 1990.43, 215.57, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.15, 5, coast, -15.37, 67338.00, 3315.85, 1996.00, 215.42, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.16, 5, coast, -15.37, 67347.00, 3314.81, 1994.95, 215.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.17, 5, coast, -15.37, 67298.00, 3320.49, 2000.63, 215.11, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.18, 5, coast, -15.37, 67314.00, 3318.63, 1998.78, 214.96, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.19, 5, coast, -15.37, 67254.00, 3325.59, 2005.74, 214.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.20, 5, coast, -15.37, 67237.00, 3327.56, 2007.71, 214.65, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.21, 5, coast, -15.37, 67227.00, 3328.72, 2008.87, 214.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.22, 5, coast, -15.37, 67200.00, 3331.86, 2012.00, 214.34, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.23, 5, coast, -15.37, 67202.00, 3331.62, 2011.77, 214.19, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.24, 5, coast, -15.37, 67157.00, 3336.85, 2016.99, 214.04, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.25, 5, coast, -15.37, 67116.00, 3341.61, 2021.76, 213.88, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.26, 5, coast, -15.37, 67126.00, 3340.45, 2020.60, 213.73, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.26, 5, coast, -15.37, 67126.00, 3340.45, 2020.60, 213.73, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.27, 5, coast, -15.37, 67125.00, 3340.57, 2020.71, 213.58, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.28, 5, coast, -15.37, 67066.00, 3347.42, 2027.57, 213.42, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.29, 5, coast, -15.37, 67050.00, 3349.28, 2029.43, 213.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.30, 5, coast, -15.37, 67043.00, 3350.10, 2030.24, 213.11, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.31, 5, coast, -15.37, 67006.00, 3354.40, 2034.55, 212.96, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.32, 5, coast, -15.37, 66973.00, 3358.24, 2038.39, 212.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.33, 5, coast, -15.37, 66968.00, 3358.83, 2038.97, 212.65, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.34, 5, coast, -15.37, 66966.00, 3359.06, 2039.20, 212.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.35, 5, coast, -15.37, 66939.00, 3362.20, 2042.35, 212.35, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.36, 5, coast, -15.37, 66896.00, 3367.21, 2047.35, 212.19, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.37, 5, coast, -15.37, 66886.00, 3368.38, 2048.52, 212.04, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.38, 5, coast, -15.37, 66880.00, 3369.07, 2049.22, 211.88, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.39, 5, coast, -15.37, 66870.00, 3370.24, 2050.38, 211.73, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.40, 5, coast, -15.37, 66839.00, 3373.85, 2054.00, 211.58, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.41, 5, coast, -15.37, 66815.00, 3376.65, 2056.80, 211.42, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.42, 5, coast, -15.37, 66831.00, 3374.79, 2054.93, 211.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.43, 5, coast, -15.37, 66800.00, 3378.40, 2058.55, 211.12, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.44, 5, coast, -15.37, 66775.00, 3381.32, 2061.46, 210.96, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9402495,-106.9128292, 3282.0, 2022, 6, 24, 15, 17, 26, 153, 1898, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 26, 0, 0, 0, 0, 31, 24, 28, 32, 0, 0, 30, 0, 26, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 10.45, 5, coast, -15.37, 66765.00, 3382.48, 2062.63, 210.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.45, 5, coast, -15.37, 66765.00, 3382.48, 2062.63, 210.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.45, 5, coast, -15.37, 66765.00, 3382.48, 2062.63, 210.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.45, 5, coast, -15.37, 66765.00, 3382.48, 2062.63, 210.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.45, 5, coast, -15.37, 66765.00, 3382.48, 2062.63, 210.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.45, 5, coast, -15.37, 66765.00, 3382.48, 2062.63, 210.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.46, 5, coast, -15.37, 66725.00, 3387.15, 2067.30, 210.66, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.47, 5, coast, -14.84, 66734.00, 3386.10, 2066.25, 210.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.48, 5, coast, -15.37, 66701.00, 3389.96, 2070.10, 210.35, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.49, 5, coast, -14.84, 66678.00, 3392.64, 2072.79, 210.20, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.50, 5, coast, -14.84, 66660.00, 3394.75, 2074.89, 210.05, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.51, 5, coast, -15.37, 66653.00, 3395.56, 2075.71, 209.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.52, 5, coast, -15.37, 66631.00, 3398.13, 2078.28, 209.75, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.53, 5, coast, -15.37, 66610.00, 3400.59, 2080.73, 209.60, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.54, 5, coast, -15.37, 66594.00, 3402.46, 2082.60, 209.44, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.55, 5, coast, -14.84, 66579.00, 3404.21, 2084.36, 209.29, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.56, 5, coast, -14.84, 66565.00, 3405.85, 2086.00, 209.14, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.57, 5, coast, -14.84, 66548.00, 3407.84, 2087.98, 208.99, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.58, 5, coast, -15.37, 66497.00, 3413.81, 2093.95, 208.84, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.58, 5, coast, -15.37, 66497.00, 3413.81, 2093.95, 208.84, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.59, 5, coast, -15.37, 66478.00, 3416.03, 2096.18, 208.69, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.60, 5, coast, -14.84, 66486.00, 3415.10, 2095.24, 208.54, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.61, 5, coast, -14.84, 66466.00, 3417.44, 2097.58, 208.39, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.62, 5, coast, -14.84, 66424.00, 3422.36, 2102.50, 208.24, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.63, 5, coast, -14.84, 66416.00, 3423.30, 2103.44, 208.09, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.64, 5, coast, -14.84, 66385.00, 3426.93, 2107.07, 207.94, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.65, 5, coast, -14.84, 66406.00, 3424.47, 2104.61, 207.79, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.66, 5, coast, -14.84, 66359.00, 3429.98, 2110.12, 207.65, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.67, 5, coast, -14.84, 66371.00, 3428.57, 2108.72, 207.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.68, 5, coast, -14.84, 66325.00, 3433.97, 2114.11, 207.35, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.69, 5, coast, -14.84, 66319.00, 3434.67, 2114.82, 207.20, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.70, 5, coast, -14.84, 66278.00, 3439.48, 2119.63, 207.05, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.71, 5, coast, -14.84, 66282.00, 3439.01, 2119.16, 206.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.72, 5, coast, -14.84, 66252.00, 3442.53, 2122.68, 206.76, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.73, 5, coast, -14.84, 66254.00, 3442.30, 2122.44, 206.61, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.74, 5, coast, -14.84, 66236.00, 3444.41, 2124.56, 206.46, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.75, 5, coast, -14.84, 66198.00, 3448.88, 2129.02, 206.31, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.76, 5, coast, -14.84, 66197.00, 3449.00, 2129.14, 206.16, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.77, 5, coast, -14.84, 66168.00, 3452.40, 2132.55, 206.01, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.78, 5, coast, -14.84, 66152.00, 3454.28, 2134.43, 205.87, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.79, 5, coast, -14.84, 66135.00, 3456.28, 2136.43, 205.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.80, 5, coast, -14.84, 66104.00, 3459.93, 2140.07, 205.57, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.81, 5, coast, -14.84, 66078.00, 3462.99, 2143.13, 205.42, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.82, 5, coast, -14.84, 66100.00, 3460.40, 2140.54, 205.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.83, 5, coast, -14.84, 66053.00, 3465.93, 2146.07, 205.12, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.84, 5, coast, -14.84, 66038.00, 3467.70, 2147.84, 204.97, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.85, 5, coast, -14.84, 66018.00, 3470.05, 2150.20, 204.83, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.86, 5, coast, -14.84, 65994.00, 3472.88, 2153.02, 204.68, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.87, 5, coast, -14.84, 65983.00, 3474.17, 2154.32, 204.53, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.88, 5, coast, -14.84, 65959.00, 3477.00, 2157.15, 204.38, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.89, 5, coast, -14.84, 65936.00, 3479.71, 2159.86, 204.23, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.90, 5, coast, -14.84, 65927.00, 3480.77, 2160.92, 204.08, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.90, 5, coast, -14.84, 65927.00, 3480.77, 2160.92, 204.08, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.91, 5, coast, -14.84, 65896.00, 3484.43, 2164.57, 203.94, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.92, 5, coast, -14.84, 65891.00, 3485.02, 2165.16, 203.79, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.93, 5, coast, -14.84, 65886.00, 3485.61, 2165.75, 203.64, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.94, 5, coast, -14.84, 65866.00, 3487.97, 2168.11, 203.49, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.95, 5, coast, -14.84, 65829.00, 3492.33, 2172.48, 203.34, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.96, 5, coast, -14.84, 65815.00, 3493.99, 2174.13, 203.19, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.97, 5, coast, -14.84, 65791.00, 3496.82, 2176.96, 203.05, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.98, 5, coast, -14.84, 65769.00, 3499.42, 2179.56, 202.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 10.99, 5, coast, -14.84, 65770.00, 3499.30, 2179.44, 202.75, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.00, 5, coast, -14.84, 65749.00, 3501.78, 2181.93, 202.60, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.01, 5, coast, -14.84, 65754.00, 3501.19, 2181.33, 202.45, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.02, 5, coast, -14.84, 65715.00, 3505.80, 2185.94, 202.30, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.03, 5, coast, -14.84, 65694.00, 3508.28, 2188.43, 202.15, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.04, 5, coast, -14.84, 65681.00, 3509.82, 2189.96, 202.01, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.05, 5, coast, -14.84, 65657.00, 3512.66, 2192.80, 201.86, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.06, 5, coast, -14.84, 65640.00, 3514.67, 2194.81, 201.71, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.07, 5, coast, -14.84, 65633.00, 3515.50, 2195.64, 201.56, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.08, 5, coast, -14.84, 65608.00, 3518.45, 2198.60, 201.41, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.09, 5, coast, -14.31, 65596.00, 3519.88, 2200.02, 201.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.10, 5, coast, -14.84, 65584.00, 3521.30, 2201.44, 201.12, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.11, 5, coast, -14.84, 65551.00, 3525.20, 2205.35, 200.97, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.12, 5, coast, -14.84, 65543.00, 3526.15, 2206.30, 200.82, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.13, 5, coast, -14.84, 65505.00, 3530.65, 2210.80, 200.68, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.14, 5, coast, -14.31, 65532.00, 3527.45, 2207.60, 200.53, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.15, 5, coast, -14.84, 65494.00, 3531.96, 2212.10, 200.38, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.16, 5, coast, -14.84, 65479.00, 3533.73, 2213.88, 200.24, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.17, 5, coast, -14.84, 65467.00, 3535.16, 2215.30, 200.09, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.18, 5, coast, -14.84, 65429.00, 3539.66, 2219.81, 199.94, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.19, 5, coast, -14.84, 65414.00, 3541.44, 2221.59, 199.79, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.20, 5, coast, -14.84, 65375.00, 3546.07, 2226.22, 199.64, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.21, 5, coast, -14.84, 65399.00, 3543.22, 2223.37, 199.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.22, 5, coast, -14.31, 65360.00, 3547.85, 2228.00, 199.35, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.22, 5, coast, -14.31, 65360.00, 3547.85, 2228.00, 199.35, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.23, 5, coast, -14.31, 65359.00, 3547.97, 2228.12, 199.21, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.24, 5, coast, -14.31, 65340.00, 3550.23, 2230.37, 199.06, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.25, 5, coast, -14.31, 65317.00, 3552.96, 2233.10, 198.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.26, 5, coast, -14.31, 65295.00, 3555.57, 2235.72, 198.78, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.27, 5, coast, -14.31, 65297.00, 3555.33, 2235.48, 198.63, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.28, 5, coast, -14.31, 65261.00, 3559.61, 2239.76, 198.49, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.29, 5, coast, -14.31, 65266.00, 3559.02, 2239.16, 198.35, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.30, 5, coast, -14.31, 65242.00, 3561.87, 2242.02, 198.20, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.31, 5, coast, -14.31, 65227.00, 3563.65, 2243.80, 198.06, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.32, 5, coast, -14.31, 65187.00, 3568.41, 2248.56, 197.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.33, 5, coast, -14.31, 65167.00, 3570.79, 2250.94, 197.77, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.34, 5, coast, -14.31, 65172.00, 3570.20, 2250.34, 197.63, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.35, 5, coast, -14.31, 65158.00, 3571.86, 2252.01, 197.49, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.36, 5, coast, -14.31, 65123.00, 3576.03, 2256.17, 197.34, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.37, 5, coast, -14.31, 65125.00, 3575.79, 2255.94, 197.20, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.38, 5, coast, -14.31, 65100.00, 3578.77, 2258.91, 197.06, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.39, 5, coast, -14.31, 65093.00, 3579.60, 2259.75, 196.91, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.40, 5, coast, -14.31, 65082.00, 3580.91, 2261.06, 196.77, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.41, 5, coast, -14.31, 65036.00, 3586.39, 2266.54, 196.63, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.42, 5, coast, -14.31, 65050.00, 3584.73, 2264.87, 196.49, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.43, 5, coast, -14.31, 65017.00, 3588.66, 2268.80, 196.34, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9403811,-106.9130665, 3527.0, 2022, 6, 24, 15, 17, 27, 179, 2145, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 27, 29, 0, 0, 31, 0, 26, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 11.44, 5, coast, -14.31, 65002.00, 3590.45, 2270.59, 196.20, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.44, 5, coast, -14.31, 65002.00, 3590.45, 2270.59, 196.20, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.44, 5, coast, -14.31, 65002.00, 3590.45, 2270.59, 196.20, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.44, 5, coast, -14.31, 65002.00, 3590.45, 2270.59, 196.20, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.44, 5, coast, -14.31, 65002.00, 3590.45, 2270.59, 196.20, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.44, 5, coast, -14.31, 65002.00, 3590.45, 2270.59, 196.20, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.45, 5, coast, -14.31, 64984.00, 3592.59, 2272.74, 196.06, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.46, 5, coast, -14.31, 64952.00, 3596.41, 2276.56, 195.91, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.47, 5, coast, -14.31, 64956.00, 3595.94, 2276.08, 195.77, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.48, 5, coast, -14.31, 64934.00, 3598.56, 2278.70, 195.63, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.49, 5, coast, -14.31, 64895.00, 3603.22, 2283.36, 195.48, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.50, 5, coast, -14.31, 64852.00, 3608.35, 2288.50, 195.34, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.51, 5, coast, -14.31, 64883.00, 3604.65, 2284.79, 195.20, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.52, 5, coast, -14.31, 64849.00, 3608.71, 2288.85, 195.05, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.53, 5, coast, -14.31, 64817.00, 3612.53, 2292.68, 194.91, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.54, 5, coast, -14.31, 64820.00, 3612.18, 2292.32, 194.77, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.54, 5, coast, -14.31, 64820.00, 3612.18, 2292.32, 194.77, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.55, 5, coast, -14.31, 64782.00, 3616.72, 2296.86, 194.62, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.56, 5, coast, -14.31, 64798.00, 3614.81, 2294.95, 194.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.57, 5, coast, -14.31, 64759.00, 3619.47, 2299.61, 194.34, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.58, 5, coast, -14.31, 64757.00, 3619.71, 2299.85, 194.20, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.59, 5, coast, -14.31, 64696.00, 3627.01, 2307.15, 194.05, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.60, 5, coast, -14.31, 64726.00, 3623.42, 2303.56, 193.91, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.61, 5, coast, -14.31, 64704.00, 3626.05, 2306.19, 193.77, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.62, 5, coast, -14.31, 64689.00, 3627.85, 2307.99, 193.62, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.63, 5, coast, -14.31, 64653.00, 3632.16, 2312.30, 193.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.64, 5, coast, -14.31, 64629.00, 3635.03, 2315.18, 193.34, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.65, 5, coast, -14.31, 64612.00, 3637.07, 2317.21, 193.19, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.66, 5, coast, -14.31, 64608.00, 3637.55, 2317.69, 193.05, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.67, 5, coast, -14.31, 64596.00, 3638.99, 2319.13, 192.91, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.68, 5, coast, -14.31, 64601.00, 3638.39, 2318.53, 192.76, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.69, 5, coast, -14.31, 64568.00, 3642.34, 2322.49, 192.62, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.70, 5, coast, -14.31, 64567.00, 3642.46, 2322.61, 192.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.71, 5, coast, -14.31, 64567.00, 3642.46, 2322.61, 192.34, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.72, 5, coast, -14.31, 64525.00, 3647.50, 2327.64, 192.19, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.73, 5, coast, -13.78, 64509.00, 3649.42, 2329.56, 192.05, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.74, 5, coast, -13.78, 64481.00, 3652.78, 2332.92, 191.91, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.75, 5, coast, -14.31, 64460.00, 3655.30, 2335.44, 191.77, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.76, 5, coast, -14.31, 64457.00, 3655.66, 2335.80, 191.63, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.77, 5, coast, -14.31, 64457.00, 3655.66, 2335.80, 191.49, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.78, 5, coast, -14.31, 64403.00, 3662.15, 2342.29, 191.34, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.79, 5, coast, -14.31, 64427.00, 3659.26, 2339.41, 191.20, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.80, 5, coast, -14.31, 64377.00, 3665.27, 2345.41, 191.06, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.81, 5, coast, -14.31, 64375.00, 3665.51, 2345.65, 190.92, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.82, 5, coast, -13.78, 64346.00, 3669.00, 2349.14, 190.77, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.83, 5, coast, -14.31, 64342.00, 3669.48, 2349.62, 190.63, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.84, 5, coast, -13.78, 64330.00, 3670.92, 2351.06, 190.49, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.85, 5, coast, -14.31, 64303.00, 3674.17, 2354.31, 190.35, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.86, 5, coast, -13.78, 64284.00, 3676.45, 2356.60, 190.21, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.86, 5, coast, -13.78, 64284.00, 3676.45, 2356.60, 190.21, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.87, 5, coast, -14.31, 64273.00, 3677.78, 2357.92, 190.07, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.88, 5, coast, -13.78, 64259.00, 3679.46, 2359.61, 189.93, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.89, 5, coast, -13.78, 64260.00, 3679.34, 2359.49, 189.79, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.90, 5, coast, -13.78, 64239.00, 3681.87, 2362.01, 189.65, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.91, 5, coast, -14.31, 64196.00, 3687.05, 2367.19, 189.51, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.92, 5, coast, -14.31, 64199.00, 3686.69, 2366.83, 189.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.93, 5, coast, -13.78, 64171.00, 3690.06, 2370.20, 189.23, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.94, 5, coast, -13.78, 64162.00, 3691.14, 2371.29, 189.09, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.95, 5, coast, -14.31, 64160.00, 3691.39, 2371.53, 188.95, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.96, 5, coast, -13.78, 64130.00, 3695.00, 2375.15, 188.81, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.97, 5, coast, -13.78, 64124.00, 3695.73, 2375.87, 188.67, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.98, 5, coast, -13.78, 64108.00, 3697.65, 2377.80, 188.54, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 11.99, 5, coast, -14.31, 64076.00, 3701.51, 2381.66, 188.40, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.00, 5, coast, -13.78, 64066.00, 3702.72, 2382.87, 188.26, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.01, 5, coast, -13.78, 64046.00, 3705.13, 2385.28, 188.12, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.02, 5, coast, -13.78, 64040.00, 3705.86, 2386.00, 187.98, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.03, 5, coast, -13.78, 64004.00, 3710.20, 2390.35, 187.84, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.04, 5, coast, -13.78, 63990.00, 3711.90, 2392.04, 187.70, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.05, 5, coast, -13.78, 63983.00, 3712.74, 2392.89, 187.57, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.06, 5, coast, -13.78, 63980.00, 3713.10, 2393.25, 187.43, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.07, 5, coast, -13.78, 63965.00, 3714.92, 2395.06, 187.29, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.08, 5, coast, -13.78, 63952.00, 3716.49, 2396.63, 187.15, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.09, 5, coast, -13.78, 63919.00, 3720.47, 2400.62, 187.02, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.10, 5, coast, -13.78, 63892.00, 3723.74, 2403.88, 186.88, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.11, 5, coast, -13.78, 63901.00, 3722.65, 2402.79, 186.74, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.12, 5, coast, -13.78, 63881.00, 3725.07, 2405.21, 186.60, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.13, 5, coast, -13.78, 63863.00, 3727.25, 2407.39, 186.46, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.14, 5, coast, -13.78, 63862.00, 3727.37, 2407.51, 186.33, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.15, 5, coast, -13.78, 63834.00, 3730.75, 2410.90, 186.19, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.16, 5, coast, -13.78, 63836.00, 3730.51, 2410.66, 186.05, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.17, 5, coast, -13.78, 63795.00, 3735.48, 2415.62, 185.91, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.18, 5, coast, -13.78, 63782.00, 3737.05, 2417.19, 185.78, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.18, 5, coast, -13.78, 63782.00, 3737.05, 2417.19, 185.78, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.19, 5, coast, -13.78, 63759.00, 3739.83, 2419.98, 185.64, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.20, 5, coast, -13.78, 63763.00, 3739.35, 2419.49, 185.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.21, 5, coast, -13.78, 63727.00, 3743.71, 2423.86, 185.36, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.22, 5, coast, -13.78, 63729.00, 3743.47, 2423.61, 185.22, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.23, 5, coast, -13.78, 63726.00, 3743.83, 2423.98, 185.09, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.24, 5, coast, -13.78, 63672.00, 3750.38, 2430.52, 184.95, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.25, 5, coast, -13.78, 63668.00, 3750.86, 2431.01, 184.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.26, 5, coast, -13.78, 63652.00, 3752.80, 2432.95, 184.67, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.27, 5, coast, -13.78, 63653.00, 3752.68, 2432.83, 184.53, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.28, 5, coast, -13.78, 63651.00, 3752.93, 2433.07, 184.40, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.29, 5, coast, -13.78, 63619.00, 3756.81, 2436.95, 184.26, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.30, 5, coast, -13.78, 63585.00, 3760.93, 2441.08, 184.12, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.31, 5, coast, -13.78, 63575.00, 3762.15, 2442.29, 183.98, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.32, 5, coast, -13.78, 63560.00, 3763.97, 2444.11, 183.85, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.33, 5, coast, -13.78, 63544.00, 3765.91, 2446.06, 183.71, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.34, 5, coast, -13.78, 63519.00, 3768.95, 2449.09, 183.57, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.35, 5, coast, -13.78, 63499.00, 3771.38, 2451.52, 183.43, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.36, 5, coast, -13.78, 63510.00, 3770.04, 2450.19, 183.29, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.37, 5, coast, -13.78, 63498.00, 3771.50, 2451.65, 183.16, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.38, 5, coast, -13.78, 63469.00, 3775.03, 2455.17, 183.02, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.39, 5, coast, -13.78, 63475.00, 3774.30, 2454.44, 182.88, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.40, 5, coast, -13.78, 63454.00, 3776.85, 2456.99, 182.74, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.41, 5, coast, -13.78, 63432.00, 3779.53, 2459.67, 182.61, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.42, 5, coast, -13.78, 63429.00, 3779.89, 2460.04, 182.47, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.43, 5, coast, -13.78, 63393.00, 3784.27, 2464.42, 182.33, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.44, 5, coast, -13.78, 63367.00, 3787.44, 2467.58, 182.19, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.45, 5, coast, -13.78, 63376.00, 3786.34, 2466.48, 182.05, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9404925,-106.9132855, 3755.0, 2022, 6, 24, 15, 17, 28, 203, 2374, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 30, 31, 29, 29, 0, 0, 25, 0, 26, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.46, 5, coast, -13.78, 63351.00, 3789.38, 2469.53, 181.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.46, 5, coast, -13.78, 63351.00, 3789.38, 2469.53, 181.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.46, 5, coast, -13.78, 63351.00, 3789.38, 2469.53, 181.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.46, 5, coast, -13.78, 63351.00, 3789.38, 2469.53, 181.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.46, 5, coast, -13.78, 63351.00, 3789.38, 2469.53, 181.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.46, 5, coast, -13.78, 63351.00, 3789.38, 2469.53, 181.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.47, 5, coast, -13.78, 63313.00, 3794.01, 2474.16, 181.78, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.48, 5, coast, -13.78, 63336.00, 3791.21, 2471.35, 181.64, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.49, 5, coast, -13.78, 63306.00, 3794.86, 2475.01, 181.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.50, 5, coast, -13.78, 63281.00, 3797.91, 2478.05, 181.37, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.50, 5, coast, -13.78, 63281.00, 3797.91, 2478.05, 181.37, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.51, 5, coast, -13.25, 63277.00, 3798.40, 2478.54, 181.23, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.52, 5, coast, -13.78, 63239.00, 3803.03, 2483.17, 181.09, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.53, 5, coast, -13.25, 63264.00, 3799.98, 2480.13, 180.96, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.54, 5, coast, -13.78, 63244.00, 3802.42, 2482.56, 180.82, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.55, 5, coast, -13.78, 63186.00, 3809.49, 2489.64, 180.69, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.56, 5, coast, -13.78, 63187.00, 3809.37, 2489.52, 180.55, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.57, 5, coast, -13.78, 63186.00, 3809.49, 2489.64, 180.41, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.58, 5, coast, -13.78, 63181.00, 3810.10, 2490.25, 180.28, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.59, 5, coast, -13.25, 63132.00, 3816.09, 2496.23, 180.14, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.60, 5, coast, -13.25, 63126.00, 3816.82, 2496.96, 180.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.61, 5, coast, -13.78, 63125.00, 3816.94, 2497.08, 179.87, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.62, 5, coast, -13.78, 63097.00, 3820.36, 2500.50, 179.73, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.63, 5, coast, -13.25, 63072.00, 3823.41, 2503.56, 179.60, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.64, 5, coast, -13.25, 63072.00, 3823.41, 2503.56, 179.47, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.65, 5, coast, -13.25, 63059.00, 3825.00, 2505.15, 179.33, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.66, 5, coast, -13.25, 63042.00, 3827.08, 2507.23, 179.20, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.67, 5, coast, -13.25, 63028.00, 3828.79, 2508.94, 179.07, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.68, 5, coast, -13.25, 63017.00, 3830.14, 2510.28, 178.93, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.69, 5, coast, -13.25, 63002.00, 3831.97, 2512.12, 178.80, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.70, 5, coast, -13.25, 62969.00, 3836.01, 2516.15, 178.67, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.71, 5, coast, -13.25, 62969.00, 3836.01, 2516.15, 178.54, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.72, 5, coast, -13.25, 62943.00, 3839.19, 2519.34, 178.40, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.73, 5, coast, -13.25, 62922.00, 3841.76, 2521.91, 178.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.74, 5, coast, -13.25, 62934.00, 3840.29, 2520.44, 178.14, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.75, 5, coast, -13.25, 62913.00, 3842.86, 2523.01, 178.01, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.76, 5, coast, -13.25, 62903.00, 3844.09, 2524.23, 177.87, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.77, 5, coast, -13.25, 62889.00, 3845.80, 2525.95, 177.74, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.78, 5, coast, -13.25, 62867.00, 3848.50, 2528.64, 177.61, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.79, 5, coast, -13.25, 62837.00, 3852.17, 2532.32, 177.47, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.80, 5, coast, -13.78, 62851.00, 3850.46, 2530.60, 177.34, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.81, 5, coast, -13.25, 62826.00, 3853.52, 2533.67, 177.21, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.82, 5, coast, -13.25, 62806.00, 3855.97, 2536.12, 177.07, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.82, 5, coast, -13.25, 62806.00, 3855.97, 2536.12, 177.07, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.83, 5, coast, -13.25, 62810.00, 3855.48, 2535.63, 176.94, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.84, 5, coast, -13.25, 62764.00, 3861.13, 2541.27, 176.81, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.85, 5, coast, -13.25, 62773.00, 3860.02, 2540.17, 176.68, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.86, 5, coast, -13.25, 62777.00, 3859.53, 2539.67, 176.54, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.87, 5, coast, -13.25, 62740.00, 3864.07, 2544.21, 176.41, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.88, 5, coast, -13.25, 62741.00, 3863.95, 2544.09, 176.28, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.89, 5, coast, -13.25, 62716.00, 3867.02, 2547.16, 176.15, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.90, 5, coast, -13.25, 62698.00, 3869.23, 2549.37, 176.01, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.91, 5, coast, -13.25, 62679.00, 3871.56, 2551.70, 175.88, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.92, 5, coast, -13.25, 62676.00, 3871.93, 2552.07, 175.75, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.93, 5, coast, -13.25, 62677.00, 3871.80, 2551.95, 175.62, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.94, 5, coast, -13.25, 62674.00, 3872.17, 2552.32, 175.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.95, 5, coast, -13.25, 62626.00, 3878.07, 2558.21, 175.35, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.96, 5, coast, -13.25, 62613.00, 3879.67, 2559.81, 175.22, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.97, 5, coast, -13.25, 62600.00, 3881.27, 2561.41, 175.09, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.98, 5, coast, -13.25, 62554.00, 3886.92, 2567.07, 174.95, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 12.99, 5, coast, -13.25, 62560.00, 3886.19, 2566.33, 174.82, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.00, 5, coast, -13.25, 62538.00, 3888.89, 2569.04, 174.69, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.01, 5, coast, -13.25, 62523.00, 3890.74, 2570.88, 174.56, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.02, 5, coast, -13.25, 62510.00, 3892.34, 2572.48, 174.42, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.03, 5, coast, -13.25, 62504.00, 3893.08, 2573.22, 174.29, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.04, 5, coast, -13.25, 62497.00, 3893.94, 2574.08, 174.16, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.05, 5, coast, -13.25, 62462.00, 3898.25, 2578.39, 174.03, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.06, 5, coast, -13.25, 62471.00, 3897.14, 2577.28, 173.89, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.07, 5, coast, -13.25, 62441.00, 3900.83, 2580.98, 173.76, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.08, 5, coast, -13.25, 62441.00, 3900.83, 2580.98, 173.63, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.09, 5, coast, -13.25, 62425.00, 3902.81, 2582.95, 173.50, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.10, 5, coast, -13.25, 62400.00, 3905.89, 2586.03, 173.36, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.11, 5, coast, -13.25, 62380.00, 3908.35, 2588.50, 173.23, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.12, 5, coast, -13.25, 62371.00, 3909.46, 2589.61, 173.10, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.13, 5, coast, -13.25, 62369.00, 3909.71, 2589.85, 172.97, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.14, 5, coast, -13.25, 62366.00, 3910.08, 2590.22, 172.83, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.14, 5, coast, -13.25, 62366.00, 3910.08, 2590.22, 172.83, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.15, 5, coast, -13.25, 62332.00, 3914.27, 2594.42, 172.70, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.16, 5, coast, -13.25, 62328.00, 3914.76, 2594.91, 172.57, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.17, 5, coast, -13.25, 62312.00, 3916.74, 2596.88, 172.44, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.18, 5, coast, -13.25, 62298.00, 3918.47, 2598.61, 172.30, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.19, 5, coast, -13.25, 62268.00, 3922.17, 2602.31, 172.17, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.20, 5, coast, -13.25, 62250.00, 3924.39, 2604.54, 172.04, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.21, 5, coast, -13.25, 62266.00, 3922.42, 2602.56, 171.91, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.22, 5, coast, -13.25, 62213.00, 3928.96, 2609.11, 171.77, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.23, 5, coast, -13.25, 62198.00, 3930.82, 2610.96, 171.64, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.24, 5, coast, -13.25, 62201.00, 3930.45, 2610.59, 171.51, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.25, 5, coast, -13.25, 62160.00, 3935.51, 2615.66, 171.38, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.26, 5, coast, -13.25, 62181.00, 3932.92, 2613.06, 171.24, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.27, 5, coast, -13.25, 62146.00, 3937.25, 2617.39, 171.11, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.28, 5, coast, -13.25, 62152.00, 3936.50, 2616.65, 170.98, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.29, 5, coast, -12.72, 62143.00, 3937.62, 2617.76, 170.85, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.30, 5, coast, -13.25, 62107.00, 3942.07, 2622.21, 170.72, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.31, 5, coast, -13.25, 62110.00, 3941.70, 2621.84, 170.59, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.32, 5, coast, -12.72, 62095.00, 3943.55, 2623.70, 170.46, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.33, 5, coast, -13.25, 62041.00, 3950.24, 2630.38, 170.32, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.34, 5, coast, -13.25, 62060.00, 3947.89, 2628.03, 170.19, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.35, 5, coast, -12.72, 62031.00, 3951.48, 2631.62, 170.06, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.36, 5, coast, -13.25, 62042.00, 3950.12, 2630.26, 169.93, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.37, 5, coast, -13.25, 62000.00, 3955.32, 2635.46, 169.80, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.38, 5, coast, -12.72, 62002.00, 3955.07, 2635.21, 169.67, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.39, 5, coast, -12.72, 61976.00, 3958.29, 2638.44, 169.54, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.40, 5, coast, -13.25, 61967.00, 3959.41, 2639.55, 169.41, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.41, 5, coast, -13.25, 61968.00, 3959.28, 2639.43, 169.28, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.42, 5, coast, -12.72, 61935.00, 3963.38, 2643.52, 169.15, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.43, 5, coast, -12.72, 61952.00, 3961.27, 2641.41, 169.02, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.44, 5, coast, -13.25, 61924.00, 3964.74, 2644.88, 168.89, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9406101,-106.9134959, 3964.0, 2022, 6, 24, 15, 17, 29, 227, 2584, 303, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 23, 29, 30, 0, 0, 30, 0, 31, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 13.45, 5, coast, -13.25, 61912.00, 3966.23, 2646.37, 168.76, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.45, 5, coast, -13.25, 61912.00, 3966.23, 2646.37, 168.76, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.45, 5, coast, -13.25, 61912.00, 3966.23, 2646.37, 168.76, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.45, 5, coast, -13.25, 61912.00, 3966.23, 2646.37, 168.76, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.45, 5, coast, -13.25, 61912.00, 3966.23, 2646.37, 168.76, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.45, 5, coast, -13.25, 61912.00, 3966.23, 2646.37, 168.76, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.46, 5, coast, -13.25, 61890.00, 3968.96, 2649.10, 168.63, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.46, 5, coast, -13.25, 61890.00, 3968.96, 2649.10, 168.63, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.47, 5, coast, -12.72, 61883.00, 3969.83, 2649.97, 168.50, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.48, 5, coast, -12.72, 61860.00, 3972.68, 2652.82, 168.37, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.49, 5, coast, -12.72, 61842.00, 3974.92, 2655.06, 168.25, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.50, 5, coast, -12.72, 61829.00, 3976.53, 2656.67, 168.12, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.51, 5, coast, -12.72, 61822.00, 3977.40, 2657.54, 167.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.52, 5, coast, -12.72, 61812.00, 3978.64, 2658.78, 167.86, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.53, 5, coast, -12.72, 61775.00, 3983.24, 2663.38, 167.74, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.54, 5, coast, -12.72, 61783.00, 3982.24, 2662.39, 167.61, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.55, 5, coast, -13.25, 61778.00, 3982.86, 2663.01, 167.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.56, 5, coast, -12.72, 61748.00, 3986.59, 2666.74, 167.35, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.57, 5, coast, -12.72, 61737.00, 3987.96, 2668.10, 167.22, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.58, 5, coast, -12.72, 61716.00, 3990.57, 2670.72, 167.09, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.59, 5, coast, -12.72, 61729.00, 3988.96, 2669.10, 166.97, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.60, 5, coast, -12.72, 61698.00, 3992.81, 2672.96, 166.84, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.61, 5, coast, -13.25, 61681.00, 3994.93, 2675.07, 166.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.62, 5, coast, -12.72, 61674.00, 3995.80, 2675.94, 166.58, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.63, 5, coast, -12.72, 61659.00, 3997.66, 2677.81, 166.45, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.64, 5, coast, -12.72, 61645.00, 3999.41, 2679.55, 166.33, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.65, 5, coast, -12.72, 61651.00, 3998.66, 2678.80, 166.20, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.66, 5, coast, -12.72, 61621.00, 4002.39, 2682.54, 166.07, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.67, 5, coast, -12.72, 61601.00, 4004.88, 2685.03, 165.94, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.68, 5, coast, -12.72, 61588.00, 4006.50, 2686.65, 165.82, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.69, 5, coast, -12.72, 61571.00, 4008.62, 2688.77, 165.69, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.70, 5, coast, -12.72, 61558.00, 4010.24, 2690.39, 165.56, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.71, 5, coast, -12.72, 61554.00, 4010.74, 2690.88, 165.44, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.72, 5, coast, -12.72, 61540.00, 4012.49, 2692.63, 165.31, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.73, 5, coast, -12.72, 61526.00, 4014.23, 2694.37, 165.18, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.74, 5, coast, -12.72, 61520.00, 4014.98, 2695.12, 165.05, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.75, 5, coast, -12.72, 61498.00, 4017.72, 2697.87, 164.93, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.76, 5, coast, -12.72, 61495.00, 4018.10, 2698.24, 164.80, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.77, 5, coast, -12.72, 61465.00, 4021.84, 2701.98, 164.67, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.78, 5, coast, -12.72, 61459.00, 4022.59, 2702.73, 164.54, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.78, 5, coast, -12.72, 61459.00, 4022.59, 2702.73, 164.54, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.79, 5, coast, -12.72, 61438.00, 4025.21, 2705.35, 164.42, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.80, 5, coast, -12.72, 61436.00, 4025.46, 2705.60, 164.29, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.81, 5, coast, -12.72, 61431.00, 4026.08, 2706.23, 164.16, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.82, 5, coast, -12.72, 61406.00, 4029.20, 2709.35, 164.04, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.83, 5, coast, -12.72, 61398.00, 4030.20, 2710.35, 163.91, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.84, 5, coast, -12.72, 61369.00, 4033.82, 2713.97, 163.78, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.85, 5, coast, -12.72, 61352.00, 4035.95, 2716.09, 163.65, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.86, 5, coast, -12.72, 61351.00, 4036.07, 2716.22, 163.53, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.87, 5, coast, -12.72, 61339.00, 4037.57, 2717.72, 163.40, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.88, 5, coast, -12.72, 61324.00, 4039.45, 2719.59, 163.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.89, 5, coast, -12.72, 61320.00, 4039.95, 2720.09, 163.15, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.90, 5, coast, -12.72, 61305.00, 4041.82, 2721.97, 163.02, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.91, 5, coast, -12.72, 61283.00, 4044.58, 2724.72, 162.89, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.92, 5, coast, -12.72, 61274.00, 4045.70, 2725.85, 162.76, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.93, 5, coast, -12.72, 61283.00, 4044.58, 2724.72, 162.64, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.94, 5, coast, -12.72, 61243.00, 4049.58, 2729.72, 162.51, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.95, 5, coast, -12.72, 61231.00, 4051.08, 2731.23, 162.38, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.96, 5, coast, -12.72, 61233.00, 4050.83, 2730.98, 162.25, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.97, 5, coast, -12.72, 61194.00, 4055.71, 2735.86, 162.13, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.98, 5, coast, -12.72, 61202.00, 4054.71, 2734.86, 162.00, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 13.99, 5, coast, -12.72, 61188.00, 4056.46, 2736.61, 161.87, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.00, 5, coast, -12.72, 61145.00, 4061.85, 2742.00, 161.75, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.01, 5, coast, -12.72, 61149.00, 4061.35, 2741.49, 161.62, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.02, 5, coast, -12.72, 61135.00, 4063.10, 2743.25, 161.49, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.03, 5, coast, -12.72, 61125.00, 4064.36, 2744.50, 161.36, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.04, 5, coast, -12.72, 61132.00, 4063.48, 2743.62, 161.24, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.05, 5, coast, -12.72, 61097.00, 4067.87, 2748.01, 161.11, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.06, 5, coast, -12.19, 61094.00, 4068.24, 2748.39, 160.99, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.07, 5, coast, -12.72, 61073.00, 4070.88, 2751.02, 160.86, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.08, 5, coast, -12.19, 61056.00, 4073.01, 2753.15, 160.74, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.09, 5, coast, -12.19, 61042.00, 4074.77, 2754.91, 160.61, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.10, 5, coast, -12.72, 61041.00, 4074.89, 2755.04, 160.49, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.10, 5, coast, -12.72, 61041.00, 4074.89, 2755.04, 160.49, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.11, 5, coast, -12.72, 61020.00, 4077.53, 2757.67, 160.36, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.12, 5, coast, -12.19, 61005.00, 4079.41, 2759.55, 160.24, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.13, 5, coast, -12.19, 61024.00, 4077.03, 2757.17, 160.12, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.14, 5, coast, -12.19, 60995.00, 4080.67, 2760.81, 160.00, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.15, 5, coast, -12.19, 60998.00, 4080.29, 2760.43, 159.87, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.16, 5, coast, -11.66, 60982.00, 4082.30, 2762.44, 159.75, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.17, 5, coast, -12.19, 60949.00, 4086.44, 2766.59, 159.63, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.18, 5, coast, -11.66, 60949.00, 4086.44, 2766.59, 159.52, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.19, 5, coast, -11.66, 60949.00, 4086.44, 2766.59, 159.40, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.20, 5, coast, -12.19, 60923.00, 4089.71, 2769.85, 159.28, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.21, 5, coast, -12.19, 60903.00, 4092.22, 2772.37, 159.16, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.22, 5, coast, -12.19, 60894.00, 4093.35, 2773.50, 159.04, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.23, 5, coast, -11.66, 60886.00, 4094.36, 2774.51, 158.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.24, 5, coast, -11.66, 60884.00, 4094.61, 2774.76, 158.80, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.25, 5, coast, -11.66, 60878.00, 4095.37, 2775.51, 158.68, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.26, 5, coast, -12.19, 60849.00, 4099.01, 2779.16, 158.56, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.27, 5, coast, -12.19, 60826.00, 4101.91, 2782.05, 158.44, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.28, 5, coast, -11.66, 60810.00, 4103.92, 2784.07, 158.32, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.29, 5, coast, -12.19, 60782.00, 4107.45, 2787.59, 158.20, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.30, 5, coast, -12.19, 60798.00, 4105.43, 2785.58, 158.08, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.31, 5, coast, -12.19, 60785.00, 4107.07, 2787.21, 157.96, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.32, 5, coast, -12.19, 60765.00, 4109.59, 2789.73, 157.84, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.33, 5, coast, -12.19, 60732.00, 4113.74, 2793.89, 157.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.34, 5, coast, -11.66, 60735.00, 4113.37, 2793.51, 157.60, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.35, 5, coast, -12.19, 60716.00, 4115.76, 2795.90, 157.47, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.36, 5, coast, -12.19, 60725.00, 4114.63, 2794.77, 157.35, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.37, 5, coast, -12.19, 60697.00, 4118.15, 2798.30, 157.23, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.38, 5, coast, -11.66, 60669.00, 4121.68, 2801.83, 157.11, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.39, 5, coast, -12.19, 60695.00, 4118.41, 2798.55, 156.99, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.40, 5, coast, -12.19, 60669.00, 4121.68, 2801.83, 156.87, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.41, 5, coast, -12.19, 60660.00, 4122.82, 2802.96, 156.75, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.42, 5, coast, -12.19, 60659.00, 4122.95, 2803.09, 156.63, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.42, 5, coast, -12.19, 60659.00, 4122.95, 2803.09, 156.63, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.43, 5, coast, -11.66, 60620.00, 4127.87, 2808.01, 156.51, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.44, 5, coast, -12.19, 60621.00, 4127.74, 2807.88, 156.39, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.45, 5, coast, -12.19, 60600.00, 4130.39, 2810.53, 156.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407079,-106.9137082, 4157.0, 2022, 6, 24, 15, 17, 30, 250, 2778, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 29, 0, 0, 29, 0, 26, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 14.46, 5, coast, -12.19, 60594.00, 4131.15, 2811.29, 156.15, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.46, 5, coast, -12.19, 60594.00, 4131.15, 2811.29, 156.15, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.46, 5, coast, -12.19, 60594.00, 4131.15, 2811.29, 156.15, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.46, 5, coast, -12.19, 60594.00, 4131.15, 2811.29, 156.15, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.46, 5, coast, -12.19, 60594.00, 4131.15, 2811.29, 156.15, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.46, 5, coast, -12.19, 60594.00, 4131.15, 2811.29, 156.15, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.47, 5, coast, -12.19, 60597.00, 4130.77, 2810.91, 156.02, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.48, 5, coast, -12.19, 60564.00, 4134.93, 2815.08, 155.90, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.49, 5, coast, -12.19, 60566.00, 4134.68, 2814.83, 155.78, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.50, 5, coast, -12.19, 60548.00, 4136.96, 2817.10, 155.66, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.51, 5, coast, -11.66, 60517.00, 4140.87, 2821.02, 155.54, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.52, 5, coast, -12.19, 60507.00, 4142.13, 2822.28, 155.42, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.53, 5, coast, -12.19, 60510.00, 4141.76, 2821.90, 155.30, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.54, 5, coast, -12.19, 60513.00, 4141.38, 2821.52, 155.18, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.55, 5, coast, -12.19, 60475.00, 4146.18, 2826.32, 155.05, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.56, 5, coast, -12.19, 60444.00, 4150.10, 2830.24, 154.93, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.57, 5, coast, -12.19, 60437.00, 4150.99, 2831.13, 154.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.58, 5, coast, -12.19, 60450.00, 4149.34, 2829.49, 154.69, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.59, 5, coast, -12.19, 60435.00, 4151.24, 2831.38, 154.57, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.60, 5, coast, -12.19, 60411.00, 4154.27, 2834.42, 154.44, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.61, 5, coast, -12.19, 60410.00, 4154.40, 2834.55, 154.32, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.62, 5, coast, -11.66, 60383.00, 4157.82, 2837.96, 154.20, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.63, 5, coast, -12.19, 60376.00, 4158.70, 2838.85, 154.08, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.64, 5, coast, -12.19, 60378.00, 4158.45, 2838.60, 153.96, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.65, 5, coast, -12.19, 60365.00, 4160.10, 2840.24, 153.84, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.66, 5, coast, -12.19, 60357.00, 4161.11, 2841.25, 153.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.67, 5, coast, -12.19, 60342.00, 4163.01, 2843.15, 153.60, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.68, 5, coast, -12.19, 60319.00, 4165.92, 2846.07, 153.47, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.69, 5, coast, -12.19, 60316.00, 4166.30, 2846.45, 153.35, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.70, 5, coast, -12.19, 60286.00, 4170.10, 2850.25, 153.23, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.71, 5, coast, -12.19, 60280.00, 4170.87, 2851.01, 153.11, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.72, 5, coast, -12.19, 60269.00, 4172.26, 2852.40, 152.99, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.73, 5, coast, -12.19, 60260.00, 4173.40, 2853.54, 152.86, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.74, 5, coast, -12.19, 60257.00, 4173.78, 2853.93, 152.74, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.74, 5, coast, -12.19, 60257.00, 4173.78, 2853.93, 152.74, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.75, 5, coast, -12.19, 60225.00, 4177.84, 2857.98, 152.62, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.76, 5, coast, -12.19, 60194.00, 4181.77, 2861.92, 152.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.77, 5, coast, -12.19, 60221.00, 4178.35, 2858.49, 152.38, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.78, 5, coast, -12.19, 60215.00, 4179.11, 2859.25, 152.25, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.79, 5, coast, -12.19, 60215.00, 4179.11, 2859.25, 152.13, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.80, 5, coast, -12.19, 60182.00, 4183.30, 2863.44, 152.01, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.81, 5, coast, -12.19, 60161.00, 4185.96, 2866.11, 151.89, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.82, 5, coast, -12.19, 60166.00, 4185.33, 2865.47, 151.77, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.83, 5, coast, -12.19, 60150.00, 4187.36, 2867.50, 151.65, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.84, 5, coast, -12.19, 60137.00, 4189.01, 2869.15, 151.52, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.85, 5, coast, -12.19, 60120.00, 4191.17, 2871.31, 151.40, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.86, 5, coast, -12.19, 60116.00, 4191.68, 2871.82, 151.28, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.87, 5, coast, -12.19, 60101.00, 4193.58, 2873.73, 151.16, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.88, 5, coast, -12.19, 60074.00, 4197.01, 2877.16, 151.04, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.89, 5, coast, -12.19, 60078.00, 4196.51, 2876.65, 150.91, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.90, 5, coast, -12.19, 60039.00, 4201.46, 2881.61, 150.79, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.91, 5, coast, -12.19, 60057.00, 4199.17, 2879.32, 150.67, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.92, 5, coast, -12.19, 60044.00, 4200.83, 2880.97, 150.55, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.93, 5, coast, -12.19, 60018.00, 4204.13, 2884.28, 150.43, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.94, 5, coast, -12.19, 60022.00, 4203.63, 2883.77, 150.30, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.95, 5, coast, -12.19, 60002.00, 4206.17, 2886.31, 150.18, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.96, 5, coast, -12.19, 59987.00, 4208.08, 2888.22, 150.06, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.97, 5, coast, -12.19, 59974.00, 4209.73, 2889.88, 149.94, 34.0, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.98, 5, coast, -12.19, 59974.00, 4209.73, 2889.88, 149.82, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 14.99, 5, coast, -12.19, 59942.00, 4213.81, 2893.95, 149.69, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.00, 5, coast, -12.19, 59934.00, 4214.83, 2894.97, 149.57, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.01, 5, coast, -12.19, 59924.00, 4216.10, 2896.24, 149.45, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.02, 5, coast, -12.19, 59899.00, 4219.28, 2899.43, 149.33, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.03, 5, coast, -12.19, 59894.00, 4219.92, 2900.07, 149.21, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.04, 5, coast, -12.19, 59904.00, 4218.65, 2898.79, 149.08, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.05, 5, coast, -12.19, 59902.00, 4218.90, 2899.05, 148.96, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.06, 5, coast, -12.19, 59863.00, 4223.87, 2904.02, 148.84, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.06, 5, coast, -12.19, 59863.00, 4223.87, 2904.02, 148.84, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.07, 5, coast, -12.19, 59849.00, 4225.66, 2905.80, 148.72, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.08, 5, coast, -12.19, 59844.00, 4226.29, 2906.44, 148.60, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.09, 5, coast, -12.19, 59822.00, 4229.10, 2909.24, 148.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.10, 5, coast, -12.19, 59801.00, 4231.78, 2911.92, 148.35, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.11, 5, coast, -12.19, 59789.00, 4233.31, 2913.45, 148.23, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.12, 5, coast, -12.19, 59801.00, 4231.78, 2911.92, 148.11, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.13, 5, coast, -12.19, 59792.00, 4232.93, 2913.07, 147.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.14, 5, coast, -12.19, 59762.00, 4236.76, 2916.90, 147.87, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.15, 5, coast, -12.19, 59726.00, 4241.35, 2921.50, 147.74, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.16, 5, coast, -12.19, 59750.00, 4238.29, 2918.43, 147.62, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.17, 5, coast, -12.19, 59737.00, 4239.95, 2920.09, 147.50, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.18, 5, coast, -12.19, 59685.00, 4246.59, 2926.73, 147.38, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.19, 5, coast, -12.19, 59708.00, 4243.65, 2923.79, 147.26, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.20, 5, coast, -12.19, 59689.00, 4246.08, 2926.22, 147.13, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.21, 5, coast, -12.19, 59671.00, 4248.38, 2928.52, 147.01, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.22, 5, coast, -12.19, 59666.00, 4249.02, 2929.16, 146.89, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.23, 5, coast, -12.19, 59656.00, 4250.30, 2930.44, 146.77, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.24, 5, coast, -12.19, 59641.00, 4252.21, 2932.36, 146.65, 34.0, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.25, 5, coast, -12.19, 59616.00, 4255.41, 2935.55, 146.52, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.26, 5, coast, -12.19, 59620.00, 4254.90, 2935.04, 146.40, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.27, 5, coast, -12.19, 59593.00, 4258.35, 2938.50, 146.28, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.28, 5, coast, -12.19, 59596.00, 4257.97, 2938.11, 146.16, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.29, 5, coast, -12.19, 59563.00, 4262.19, 2942.34, 146.04, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.30, 5, coast, -12.19, 59566.00, 4261.81, 2941.95, 145.92, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.31, 5, coast, -12.19, 59539.00, 4265.26, 2945.41, 145.79, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.32, 5, coast, -12.19, 59532.00, 4266.16, 2946.30, 145.67, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.33, 5, coast, -12.19, 59519.00, 4267.82, 2947.97, 145.55, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.34, 5, coast, -12.19, 59505.00, 4269.62, 2949.76, 145.43, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.35, 5, coast, -12.19, 59505.00, 4269.62, 2949.76, 145.31, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.36, 5, coast, -12.19, 59518.00, 4267.95, 2948.10, 145.18, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.37, 5, coast, -12.19, 59486.00, 4272.05, 2952.20, 145.06, 34.1, 0.00, 0.00, 3.86, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.38, 5, coast, -12.19, 59476.00, 4273.33, 2953.48, 144.94, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.38, 5, coast, -12.19, 59476.00, 4273.33, 2953.48, 144.94, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.39, 5, coast, -12.19, 59469.00, 4274.23, 2954.37, 144.82, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.40, 5, coast, -12.19, 59443.00, 4277.56, 2957.71, 144.70, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.41, 5, coast, -12.19, 59460.00, 4275.38, 2955.53, 144.57, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.42, 5, coast, -12.19, 59462.00, 4275.13, 2955.27, 144.45, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.43, 5, coast, -12.19, 59406.00, 4282.31, 2962.45, 144.33, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.44, 5, coast, -12.19, 59412.00, 4281.54, 2961.68, 144.21, 34.1, 0.00, 0.00, 3.87, 1, 1, 11, 32.9407978,-106.9139161, 4339.0, 2022, 6, 24, 15, 17, 31, 271, 2961, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 28, 0, 0, 0, 0, 29, 23, 28, 30, 0, 0, 30, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.45, 5, coast, -12.19, 59393.00, 4283.98, 2964.12, 144.09, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.45, 5, coast, -12.19, 59393.00, 4283.98, 2964.12, 144.09, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.45, 5, coast, -12.19, 59393.00, 4283.98, 2964.12, 144.09, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.45, 5, coast, -12.19, 59393.00, 4283.98, 2964.12, 144.09, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.45, 5, coast, -12.19, 59393.00, 4283.98, 2964.12, 144.09, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.45, 5, coast, -12.19, 59393.00, 4283.98, 2964.12, 144.09, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.46, 5, coast, -12.19, 59395.00, 4283.72, 2963.86, 143.96, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.47, 5, coast, -12.19, 59383.00, 4285.26, 2965.40, 143.84, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.48, 5, coast, -12.19, 59379.00, 4285.77, 2965.92, 143.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.49, 5, coast, -12.19, 59365.00, 4287.57, 2967.71, 143.60, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.50, 5, coast, -12.19, 59352.00, 4289.24, 2969.38, 143.48, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.51, 5, coast, -12.19, 59327.00, 4292.45, 2972.59, 143.35, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.52, 5, coast, -12.19, 59319.00, 4293.47, 2973.62, 143.23, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.53, 5, coast, -12.19, 59316.00, 4293.86, 2974.00, 143.11, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.54, 5, coast, -12.19, 59299.00, 4296.04, 2976.19, 142.99, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.55, 5, coast, -12.19, 59310.00, 4294.63, 2974.77, 142.87, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.56, 5, coast, -12.19, 59288.00, 4297.45, 2977.60, 142.75, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.57, 5, coast, -12.19, 59272.00, 4299.51, 2979.65, 142.62, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.58, 5, coast, -12.19, 59250.00, 4302.34, 2982.48, 142.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.59, 5, coast, -12.19, 59235.00, 4304.27, 2984.41, 142.38, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.60, 5, coast, -11.66, 59243.00, 4303.24, 2983.38, 142.26, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.61, 5, coast, -12.19, 59222.00, 4305.94, 2986.08, 142.14, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.62, 5, coast, -12.19, 59210.00, 4307.48, 2987.63, 142.02, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.63, 5, coast, -12.19, 59212.00, 4307.22, 2987.37, 141.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.64, 5, coast, -11.66, 59197.00, 4309.15, 2989.30, 141.78, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.65, 5, coast, -12.19, 59188.00, 4310.31, 2990.46, 141.66, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.66, 5, coast, -12.19, 59158.00, 4314.17, 2994.32, 141.54, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.67, 5, coast, -11.66, 59157.00, 4314.30, 2994.44, 141.42, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.68, 5, coast, -12.19, 59152.00, 4314.94, 2995.09, 141.30, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.69, 5, coast, -12.19, 59147.00, 4315.59, 2995.73, 141.18, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.70, 5, coast, -11.66, 59121.00, 4318.93, 2999.08, 141.06, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.70, 5, coast, -11.66, 59121.00, 4318.93, 2999.08, 141.06, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.71, 5, coast, -12.19, 59112.00, 4320.09, 3000.24, 140.94, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.72, 5, coast, -12.19, 59107.00, 4320.74, 3000.88, 140.82, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.73, 5, coast, -11.66, 59092.00, 4322.67, 3002.81, 140.70, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.74, 5, coast, -12.19, 59069.00, 4325.63, 3005.78, 140.58, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.75, 5, coast, -11.66, 59068.00, 4325.76, 3005.91, 140.46, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.76, 5, coast, -11.66, 59040.00, 4329.37, 3009.51, 140.34, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.77, 5, coast, -12.19, 59033.00, 4330.27, 3010.42, 140.22, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.78, 5, coast, -12.19, 59028.00, 4330.92, 3011.06, 140.10, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.79, 5, coast, -12.19, 59023.00, 4331.56, 3011.71, 139.98, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.80, 5, coast, -12.19, 59015.00, 4332.59, 3012.74, 139.86, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.81, 5, coast, -12.19, 59002.00, 4334.27, 3014.41, 139.74, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.82, 5, coast, -12.19, 58985.00, 4336.46, 3016.61, 139.61, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.83, 5, coast, -11.66, 58969.00, 4338.53, 3018.67, 139.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.84, 5, coast, -11.66, 58977.00, 4337.49, 3017.64, 139.38, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.85, 5, coast, -11.66, 58947.00, 4341.37, 3021.51, 139.26, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.86, 5, coast, -11.66, 58959.00, 4339.82, 3019.96, 139.14, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.87, 5, coast, -11.66, 58927.00, 4343.95, 3024.09, 139.02, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.88, 5, coast, -12.19, 58931.00, 4343.43, 3023.58, 138.91, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.89, 5, coast, -12.19, 58924.00, 4344.34, 3024.48, 138.79, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.90, 5, coast, -11.66, 58895.00, 4348.08, 3028.22, 138.67, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.91, 5, coast, -11.66, 58909.00, 4346.27, 3026.42, 138.55, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.92, 5, coast, -11.66, 58894.00, 4348.21, 3028.35, 138.43, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.93, 5, coast, -11.66, 58895.00, 4348.08, 3028.22, 138.32, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.94, 5, coast, -11.66, 58860.00, 4352.60, 3032.75, 138.20, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.95, 5, coast, -11.66, 58850.00, 4353.89, 3034.04, 138.08, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.96, 5, coast, -11.66, 58825.00, 4357.13, 3037.27, 137.97, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.97, 5, coast, -11.66, 58831.00, 4356.35, 3036.50, 137.85, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.98, 5, coast, -11.66, 58832.00, 4356.22, 3036.37, 137.73, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 15.99, 5, coast, -11.66, 58815.00, 4358.42, 3038.56, 137.62, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.00, 5, coast, -11.66, 58810.00, 4359.07, 3039.21, 137.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.01, 5, coast, -11.66, 58790.00, 4361.65, 3041.80, 137.38, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.02, 5, coast, -11.66, 58778.00, 4363.21, 3043.35, 137.27, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.02, 5, coast, -11.66, 58778.00, 4363.21, 3043.35, 137.27, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.03, 5, coast, -11.66, 58753.00, 4366.44, 3046.58, 137.15, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.04, 5, coast, -11.66, 58749.00, 4366.96, 3047.10, 137.03, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.05, 5, coast, -11.66, 58739.00, 4368.25, 3048.40, 136.92, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.06, 5, coast, -11.66, 58733.00, 4369.03, 3049.17, 136.80, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.07, 5, coast, -11.66, 58715.00, 4371.36, 3051.50, 136.68, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.08, 5, coast, -11.66, 58701.00, 4373.17, 3053.32, 136.57, 34.0, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.09, 5, coast, -11.66, 58700.00, 4373.30, 3053.45, 136.45, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.10, 5, coast, -11.66, 58707.00, 4372.40, 3052.54, 136.33, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.11, 5, coast, -11.66, 58678.00, 4376.15, 3056.30, 136.22, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.12, 5, coast, -11.66, 58689.00, 4374.73, 3054.87, 136.10, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.13, 5, coast, -11.66, 58669.00, 4377.32, 3057.46, 135.98, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.14, 5, coast, -11.66, 58634.00, 4381.85, 3062.00, 135.87, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.15, 5, coast, -11.66, 58659.00, 4378.61, 3058.76, 135.75, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.16, 5, coast, -11.66, 58643.00, 4380.69, 3060.83, 135.63, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.17, 5, coast, -11.66, 58633.00, 4381.98, 3062.13, 135.52, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.18, 5, coast, -11.66, 58620.00, 4383.67, 3063.81, 135.40, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.19, 5, coast, -11.66, 58603.00, 4385.87, 3066.02, 135.28, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.20, 5, coast, -11.66, 58599.00, 4386.39, 3066.54, 135.17, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.21, 5, coast, -11.66, 58578.00, 4389.12, 3069.26, 135.05, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.22, 5, coast, -11.66, 58598.00, 4386.52, 3066.67, 134.93, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.23, 5, coast, -11.66, 58561.00, 4391.32, 3071.47, 134.82, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.24, 5, coast, -11.66, 58528.00, 4395.60, 3075.75, 134.70, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.25, 5, coast, -11.66, 58533.00, 4394.96, 3075.10, 134.58, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.26, 5, coast, -11.66, 58518.00, 4396.90, 3077.05, 134.47, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.27, 5, coast, -11.66, 58537.00, 4394.44, 3074.58, 134.35, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.28, 5, coast, -11.66, 58488.00, 4400.80, 3080.94, 134.23, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.29, 5, coast, -11.66, 58478.00, 4402.10, 3082.24, 134.12, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.30, 5, coast, -11.66, 58494.00, 4400.02, 3080.16, 134.00, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.31, 5, coast, -11.66, 58469.00, 4403.27, 3083.41, 133.88, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.32, 5, coast, -11.66, 58487.00, 4400.93, 3081.07, 133.77, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.33, 5, coast, -11.66, 58470.00, 4403.14, 3083.28, 133.65, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.34, 5, coast, -11.66, 58417.00, 4410.03, 3090.17, 133.53, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.34, 5, coast, -11.66, 58417.00, 4410.03, 3090.17, 133.53, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.35, 5, coast, -11.66, 58451.00, 4405.61, 3085.75, 133.42, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.36, 5, coast, -11.66, 58408.00, 4411.20, 3091.34, 133.30, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.37, 5, coast, -11.66, 58388.00, 4413.80, 3093.94, 133.18, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.38, 5, coast, -11.66, 58378.00, 4415.10, 3095.24, 133.07, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.39, 5, coast, -11.66, 58388.00, 4413.80, 3093.94, 132.95, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.40, 5, coast, -11.66, 58378.00, 4415.10, 3095.24, 132.84, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.41, 5, coast, -11.66, 58389.00, 4413.67, 3093.81, 132.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.42, 5, coast, -11.66, 58360.00, 4417.44, 3097.58, 132.60, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.43, 5, coast, -11.66, 58365.00, 4416.79, 3096.93, 132.49, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9408958,-106.9141167, 4500.0, 2022, 6, 24, 15, 17, 32, 293, 3124, 302, 85, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 27, 0, 0, 0, 0, 30, 30, 30, 22, 0, 0, 29, 0, 26, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.44, 5, coast, -11.66, 58334.00, 4420.82, 3100.97, 132.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.44, 5, coast, -11.66, 58334.00, 4420.82, 3100.97, 132.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.44, 5, coast, -11.66, 58334.00, 4420.82, 3100.97, 132.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.44, 5, coast, -11.66, 58334.00, 4420.82, 3100.97, 132.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.44, 5, coast, -11.66, 58334.00, 4420.82, 3100.97, 132.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.44, 5, coast, -11.66, 58334.00, 4420.82, 3100.97, 132.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.45, 5, coast, -11.66, 58326.00, 4421.87, 3102.01, 132.25, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.46, 5, coast, -11.66, 58311.00, 4423.82, 3103.96, 132.14, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.47, 5, coast, -11.66, 58324.00, 4422.13, 3102.27, 132.02, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.48, 5, coast, -11.66, 58303.00, 4424.86, 3105.00, 131.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.49, 5, coast, -11.66, 58284.00, 4427.33, 3107.48, 131.79, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.50, 5, coast, -11.66, 58273.00, 4428.77, 3108.91, 131.67, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.51, 5, coast, -11.66, 58263.00, 4430.07, 3110.21, 131.55, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.52, 5, coast, -11.66, 58257.00, 4430.85, 3111.00, 131.44, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.53, 5, coast, -11.66, 58242.00, 4432.81, 3112.95, 131.32, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.54, 5, coast, -11.66, 58217.00, 4436.07, 3116.21, 131.20, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.55, 5, coast, -11.66, 58241.00, 4432.94, 3113.08, 131.09, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.56, 5, coast, -11.66, 58207.00, 4437.37, 3117.51, 130.97, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.57, 5, coast, -11.66, 58207.00, 4437.37, 3117.51, 130.85, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.58, 5, coast, -11.66, 58226.00, 4434.89, 3115.04, 130.74, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.59, 5, coast, -11.66, 58196.00, 4438.80, 3118.95, 130.62, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.60, 5, coast, -11.66, 58179.00, 4441.02, 3121.17, 130.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.61, 5, coast, -11.66, 58193.00, 4439.20, 3119.34, 130.39, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.62, 5, coast, -11.66, 58183.00, 4440.50, 3120.64, 130.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.63, 5, coast, -11.66, 58173.00, 4441.80, 3121.95, 130.15, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.64, 5, coast, -11.66, 58152.00, 4444.54, 3124.69, 130.04, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.65, 5, coast, -11.66, 58138.00, 4446.37, 3126.52, 129.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.66, 5, coast, -11.66, 58119.00, 4448.85, 3129.00, 129.80, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.66, 5, coast, -11.66, 58119.00, 4448.85, 3129.00, 129.80, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.67, 5, coast, -11.66, 58119.00, 4448.85, 3129.00, 129.69, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.68, 5, coast, -11.66, 58093.00, 4452.25, 3132.39, 129.57, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.69, 5, coast, -11.66, 58112.00, 4449.77, 3129.91, 129.45, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.70, 5, coast, -11.66, 58098.00, 4451.59, 3131.74, 129.34, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.71, 5, coast, -11.66, 58043.00, 4458.78, 3138.92, 129.22, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.72, 5, coast, -11.66, 58051.00, 4457.73, 3137.88, 129.10, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.73, 5, coast, -11.66, 58070.00, 4455.25, 3135.40, 128.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.74, 5, coast, -11.66, 58047.00, 4458.26, 3138.40, 128.87, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.75, 5, coast, -11.66, 58034.00, 4459.96, 3140.10, 128.75, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.76, 5, coast, -11.66, 58019.00, 4461.92, 3142.06, 128.64, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.77, 5, coast, -11.66, 58005.00, 4463.75, 3143.89, 128.52, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.78, 5, coast, -11.66, 58009.00, 4463.23, 3143.37, 128.40, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.79, 5, coast, -11.66, 57972.00, 4468.06, 3148.21, 128.29, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.80, 5, coast, -11.66, 57968.00, 4468.59, 3148.73, 128.17, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.81, 5, coast, -11.66, 57986.00, 4466.23, 3146.38, 128.05, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.82, 5, coast, -11.66, 57973.00, 4467.93, 3148.08, 127.94, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.83, 5, coast, -11.66, 57971.00, 4468.20, 3148.34, 127.82, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.84, 5, coast, -11.13, 57930.00, 4473.56, 3153.71, 127.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.85, 5, coast, -11.66, 57932.00, 4473.30, 3153.44, 127.59, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.86, 5, coast, -11.66, 57916.00, 4475.39, 3155.54, 127.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.87, 5, coast, -11.66, 57904.00, 4476.97, 3157.11, 127.36, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.88, 5, coast, -11.13, 57889.00, 4478.93, 3159.07, 127.25, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.89, 5, coast, -11.66, 57893.00, 4478.41, 3158.55, 127.13, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.90, 5, coast, -11.66, 57863.00, 4482.34, 3162.48, 127.01, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.91, 5, coast, -11.66, 57881.00, 4479.98, 3160.12, 126.90, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.92, 5, coast, -11.66, 57876.00, 4480.63, 3160.78, 126.78, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.93, 5, coast, -11.66, 57858.00, 4482.99, 3163.14, 126.66, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.94, 5, coast, -11.66, 57870.00, 4481.42, 3161.56, 126.55, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.95, 5, coast, -11.66, 57849.00, 4484.17, 3164.31, 126.43, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.96, 5, coast, -11.66, 57824.00, 4487.45, 3167.59, 126.32, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.97, 5, coast, -11.66, 57834.00, 4486.14, 3166.28, 126.20, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.98, 5, coast, -11.13, 57789.00, 4492.04, 3172.18, 126.09, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.98, 5, coast, -11.13, 57789.00, 4492.04, 3172.18, 126.09, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 16.99, 5, coast, -11.13, 57817.00, 4488.37, 3168.51, 125.97, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.00, 5, coast, -11.66, 57807.00, 4489.68, 3169.82, 125.86, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.01, 5, coast, -11.66, 57767.00, 4494.92, 3175.07, 125.74, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.02, 5, coast, -11.66, 57777.00, 4493.61, 3173.76, 125.63, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.03, 5, coast, -11.66, 57754.00, 4496.63, 3176.77, 125.51, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.04, 5, coast, -11.66, 57752.00, 4496.89, 3177.04, 125.39, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.05, 5, coast, -11.66, 57739.00, 4498.60, 3178.74, 125.28, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.06, 5, coast, -11.13, 57760.00, 4495.84, 3175.99, 125.16, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.07, 5, coast, -11.66, 57736.00, 4498.99, 3179.14, 125.05, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.08, 5, coast, -11.66, 57721.00, 4500.96, 3181.10, 124.93, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.09, 5, coast, -11.66, 57697.00, 4504.11, 3184.26, 124.81, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.10, 5, coast, -11.66, 57699.00, 4503.85, 3183.99, 124.70, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.11, 5, coast, -11.66, 57707.00, 4502.80, 3182.94, 124.58, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.12, 5, coast, -11.66, 57672.00, 4507.40, 3187.54, 124.47, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.13, 5, coast, -11.66, 57656.00, 4509.50, 3189.64, 124.35, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.14, 5, coast, -11.13, 57657.00, 4509.37, 3189.51, 124.23, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.15, 5, coast, -11.66, 57638.00, 4511.86, 3192.01, 124.12, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.16, 5, coast, -11.66, 57631.00, 4512.78, 3192.93, 124.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.17, 5, coast, -11.66, 57613.00, 4515.15, 3195.29, 123.89, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.18, 5, coast, -11.66, 57623.00, 4513.84, 3193.98, 123.77, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.19, 5, coast, -11.66, 57605.00, 4516.20, 3196.35, 123.66, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.20, 5, coast, -11.13, 57618.00, 4514.49, 3194.64, 123.54, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.21, 5, coast, -11.66, 57596.00, 4517.39, 3197.53, 123.43, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.22, 5, coast, -11.13, 57577.00, 4519.89, 3200.03, 123.31, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.23, 5, coast, -11.13, 57585.00, 4518.83, 3198.98, 123.20, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.24, 5, coast, -11.13, 57567.00, 4521.20, 3201.34, 123.09, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.25, 5, coast, -11.13, 57569.00, 4520.94, 3201.08, 122.98, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.26, 5, coast, -11.66, 57511.00, 4528.57, 3208.72, 122.86, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.27, 5, coast, -11.66, 57528.00, 4526.33, 3206.48, 122.75, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.28, 5, coast, -11.13, 57519.00, 4527.52, 3207.66, 122.64, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.29, 5, coast, -11.13, 57543.00, 4524.36, 3204.50, 122.52, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.30, 5, coast, -11.66, 57512.00, 4528.44, 3208.58, 122.41, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.30, 5, coast, -11.66, 57512.00, 4528.44, 3208.58, 122.41, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.31, 5, coast, -11.13, 57492.00, 4531.07, 3211.22, 122.30, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.32, 5, coast, -11.13, 57486.00, 4531.86, 3212.01, 122.18, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.33, 5, coast, -11.13, 57469.00, 4534.10, 3214.25, 122.07, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.34, 5, coast, -11.66, 57483.00, 4532.26, 3212.40, 121.95, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.35, 5, coast, -11.66, 57466.00, 4534.50, 3214.64, 121.84, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.36, 5, coast, -11.66, 57462.00, 4535.03, 3215.17, 121.73, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.37, 5, coast, -11.66, 57436.00, 4538.45, 3218.60, 121.61, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.38, 5, coast, -11.13, 57437.00, 4538.32, 3218.47, 121.50, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.39, 5, coast, -11.13, 57430.00, 4539.24, 3219.39, 121.38, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.40, 5, coast, -11.13, 57428.00, 4539.51, 3219.65, 121.27, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.41, 5, coast, -11.13, 57419.00, 4540.69, 3220.84, 121.16, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.42, 5, coast, -11.13, 57405.00, 4542.54, 3222.68, 121.05, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.43, 5, coast, -11.13, 57390.00, 4544.52, 3224.66, 120.94, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.44, 5, coast, -11.13, 57377.00, 4546.23, 3226.38, 120.83, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9409998,-106.9142986, 4645.0, 2022, 6, 24, 15, 17, 33, 313, 3270, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 28, 0, 0, 0, 0, 29, 30, 20, 31, 0, 0, 27, 0, 18, 31, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.45, 5, coast, -11.13, 57386.00, 4545.05, 3225.19, 120.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.45, 5, coast, -11.13, 57386.00, 4545.05, 3225.19, 120.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.45, 5, coast, -11.13, 57386.00, 4545.05, 3225.19, 120.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.45, 5, coast, -11.13, 57386.00, 4545.05, 3225.19, 120.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.45, 5, coast, -11.13, 57386.00, 4545.05, 3225.19, 120.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.45, 5, coast, -11.13, 57386.00, 4545.05, 3225.19, 120.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.46, 5, coast, -11.13, 57356.00, 4549.00, 3229.15, 120.60, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.47, 5, coast, -11.13, 57339.00, 4551.25, 3231.39, 120.49, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.48, 5, coast, -11.13, 57348.00, 4550.06, 3230.20, 120.38, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.49, 5, coast, -11.13, 57344.00, 4550.59, 3230.73, 120.27, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.50, 5, coast, -11.13, 57305.00, 4555.74, 3235.88, 120.16, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.51, 5, coast, -11.13, 57299.00, 4556.53, 3236.67, 120.05, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.52, 5, coast, -11.13, 57302.00, 4556.13, 3236.28, 119.94, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.53, 5, coast, -11.13, 57305.00, 4555.74, 3235.88, 119.82, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.54, 5, coast, -11.13, 57283.00, 4558.64, 3238.79, 119.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.55, 5, coast, -11.13, 57296.00, 4556.93, 3237.07, 119.60, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.56, 5, coast, -11.13, 57281.00, 4558.91, 3239.05, 119.49, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.57, 5, coast, -11.13, 57259.00, 4561.81, 3241.96, 119.38, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.58, 5, coast, -11.13, 57255.00, 4562.34, 3242.49, 119.27, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.59, 5, coast, -11.13, 57216.00, 4567.50, 3247.64, 119.16, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.60, 5, coast, -11.13, 57226.00, 4566.18, 3246.32, 119.04, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.61, 5, coast, -11.13, 57219.00, 4567.10, 3247.25, 118.93, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.62, 5, coast, -11.13, 57222.00, 4566.70, 3246.85, 118.82, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.62, 5, coast, -11.13, 57222.00, 4566.70, 3246.85, 118.82, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.63, 5, coast, -11.13, 57209.00, 4568.42, 3248.57, 118.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.64, 5, coast, -11.13, 57204.00, 4569.08, 3249.23, 118.60, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.65, 5, coast, -11.13, 57166.00, 4574.11, 3254.26, 118.49, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.66, 5, coast, -11.13, 57171.00, 4573.45, 3253.59, 118.38, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.67, 5, coast, -11.13, 57170.00, 4573.58, 3253.73, 118.27, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.68, 5, coast, -11.13, 57154.00, 4575.70, 3255.84, 118.15, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.69, 5, coast, -11.13, 57155.00, 4575.57, 3255.71, 118.04, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.70, 5, coast, -11.13, 57139.00, 4577.68, 3257.83, 117.93, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.71, 5, coast, -11.13, 57131.00, 4578.74, 3258.89, 117.82, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.72, 5, coast, -11.13, 57120.00, 4580.20, 3260.34, 117.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.73, 5, coast, -11.13, 57126.00, 4579.41, 3259.55, 117.60, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.74, 5, coast, -11.13, 57127.00, 4579.27, 3259.42, 117.49, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.75, 5, coast, -11.13, 57090.00, 4584.17, 3264.32, 117.37, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.76, 5, coast, -11.13, 57082.00, 4585.23, 3265.38, 117.26, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.77, 5, coast, -11.13, 57083.00, 4585.10, 3265.24, 117.15, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.78, 5, coast, -11.13, 57060.00, 4588.15, 3268.29, 117.04, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.79, 5, coast, -11.13, 57073.00, 4586.43, 3266.57, 116.93, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.80, 5, coast, -11.13, 57060.00, 4588.15, 3268.29, 116.82, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.81, 5, coast, -11.13, 57032.00, 4591.86, 3272.00, 116.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.82, 5, coast, -11.13, 57040.00, 4590.80, 3270.94, 116.60, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.83, 5, coast, -11.13, 57029.00, 4592.26, 3272.40, 116.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.84, 5, coast, -11.13, 57022.00, 4593.18, 3273.33, 116.37, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.85, 5, coast, -11.13, 56984.00, 4598.22, 3278.37, 116.26, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.86, 5, coast, -11.13, 57003.00, 4595.70, 3275.85, 116.15, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.87, 5, coast, -11.13, 56988.00, 4597.69, 3277.84, 116.04, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.88, 5, coast, -11.13, 56978.00, 4599.02, 3279.16, 115.93, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.89, 5, coast, -11.13, 56980.00, 4598.76, 3278.90, 115.82, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.90, 5, coast, -11.13, 56966.00, 4600.61, 3280.76, 115.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.91, 5, coast, -11.13, 56976.00, 4599.29, 3279.43, 115.59, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.92, 5, coast, -11.13, 56965.00, 4600.75, 3280.89, 115.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.93, 5, coast, -11.13, 56949.00, 4602.87, 3283.01, 115.37, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.94, 5, coast, -11.13, 56933.00, 4604.99, 3285.14, 115.26, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.94, 5, coast, -11.13, 56933.00, 4604.99, 3285.14, 115.26, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.95, 5, coast, -11.13, 56921.00, 4606.59, 3286.73, 115.15, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.96, 5, coast, -11.13, 56912.00, 4607.78, 3287.93, 115.04, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.97, 5, coast, -11.13, 56927.00, 4605.79, 3285.93, 114.93, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.98, 5, coast, -11.13, 56909.00, 4608.18, 3288.32, 114.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 17.99, 5, coast, -11.13, 56896.00, 4609.91, 3290.05, 114.70, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.00, 5, coast, -11.13, 56886.00, 4611.23, 3291.38, 114.59, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.01, 5, coast, -11.13, 56872.00, 4613.09, 3293.24, 114.48, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.02, 5, coast, -11.13, 56880.00, 4612.03, 3292.18, 114.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.03, 5, coast, -11.13, 56849.00, 4616.15, 3296.30, 114.26, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.04, 5, coast, -11.13, 56848.00, 4616.28, 3296.43, 114.15, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.05, 5, coast, -11.13, 56831.00, 4618.54, 3298.69, 114.04, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.06, 5, coast, -11.13, 56828.00, 4618.94, 3299.09, 113.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.07, 5, coast, -11.13, 56801.00, 4622.53, 3302.68, 113.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.08, 5, coast, -11.13, 56818.00, 4620.27, 3300.42, 113.70, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.09, 5, coast, -11.13, 56805.00, 4622.00, 3302.15, 113.59, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.10, 5, coast, -11.13, 56795.00, 4623.33, 3303.48, 113.48, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.11, 5, coast, -11.13, 56789.00, 4624.13, 3304.27, 113.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.12, 5, coast, -11.13, 56771.00, 4626.52, 3306.67, 113.26, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.13, 5, coast, -11.13, 56787.00, 4624.40, 3304.54, 113.14, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.14, 5, coast, -11.13, 56763.00, 4627.59, 3307.73, 113.03, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.15, 5, coast, -11.13, 56762.00, 4627.72, 3307.87, 112.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.16, 5, coast, -11.13, 56756.00, 4628.52, 3308.66, 112.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.17, 5, coast, -11.13, 56741.00, 4630.52, 3310.66, 112.70, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.18, 5, coast, -11.13, 56740.00, 4630.65, 3310.79, 112.59, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.19, 5, coast, -11.13, 56729.00, 4632.11, 3312.26, 112.48, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.20, 5, coast, -11.13, 56724.00, 4632.78, 3312.92, 112.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.21, 5, coast, -11.13, 56698.00, 4636.24, 3316.39, 112.25, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.22, 5, coast, -11.13, 56692.00, 4637.04, 3317.19, 112.14, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.23, 5, coast, -11.13, 56682.00, 4638.37, 3318.52, 112.03, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.24, 5, coast, -11.13, 56677.00, 4639.04, 3319.19, 111.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.25, 5, coast, -11.13, 56682.00, 4638.37, 3318.52, 111.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.26, 5, coast, -11.13, 56677.00, 4639.04, 3319.19, 111.70, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.26, 5, coast, -11.13, 56677.00, 4639.04, 3319.19, 111.70, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.27, 5, coast, -11.13, 56669.00, 4640.11, 3320.25, 111.59, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.28, 5, coast, -11.13, 56662.00, 4641.04, 3321.18, 111.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.29, 5, coast, -11.13, 56652.00, 4642.37, 3322.52, 111.36, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.30, 5, coast, -11.13, 56622.00, 4646.37, 3326.52, 111.25, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.31, 5, coast, -11.13, 56618.00, 4646.91, 3327.05, 111.14, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.32, 5, coast, -11.13, 56593.00, 4650.24, 3330.38, 111.03, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.33, 5, coast, -11.13, 56604.00, 4648.77, 3328.92, 110.92, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.34, 5, coast, -11.13, 56598.00, 4649.57, 3329.72, 110.81, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.35, 5, coast, -11.13, 56609.00, 4648.11, 3328.25, 110.70, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.36, 5, coast, -11.13, 56594.00, 4650.11, 3330.25, 110.58, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.37, 5, coast, -11.13, 56565.00, 4653.98, 3334.12, 110.47, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.38, 5, coast, -11.13, 56569.00, 4653.44, 3333.59, 110.36, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.39, 5, coast, -11.13, 56580.00, 4651.97, 3332.12, 110.25, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.40, 5, coast, -11.13, 56553.00, 4655.58, 3335.72, 110.14, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.41, 5, coast, -11.13, 56544.00, 4656.78, 3336.92, 110.03, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.42, 5, coast, -11.13, 56514.00, 4660.79, 3340.93, 109.92, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.43, 5, coast, -11.13, 56522.00, 4659.72, 3339.86, 109.81, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.44, 5, coast, -11.13, 56519.00, 4660.12, 3340.26, 109.69, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9410988,-106.9144806, 4778.0, 2022, 6, 24, 15, 17, 34, 334, 3404, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 19, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 30, 0, 0, 28, 0, 20, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 18.45, 5, coast, -11.13, 56518.00, 4660.25, 3340.40, 109.58, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.45, 5, coast, -11.13, 56518.00, 4660.25, 3340.40, 109.58, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.45, 5, coast, -11.13, 56518.00, 4660.25, 3340.40, 109.58, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.45, 5, coast, -11.13, 56518.00, 4660.25, 3340.40, 109.58, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.45, 5, coast, -11.13, 56518.00, 4660.25, 3340.40, 109.58, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.45, 5, coast, -11.13, 56518.00, 4660.25, 3340.40, 109.58, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.46, 5, coast, -11.13, 56491.00, 4663.86, 3344.00, 109.47, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.47, 5, coast, -11.13, 56491.00, 4663.86, 3344.00, 109.36, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.48, 5, coast, -11.13, 56490.00, 4663.99, 3344.14, 109.25, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.49, 5, coast, -11.13, 56477.00, 4665.73, 3345.87, 109.14, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.50, 5, coast, -11.13, 56457.00, 4668.40, 3348.55, 109.03, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.51, 5, coast, -11.13, 56454.00, 4668.80, 3348.95, 108.91, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.52, 5, coast, -11.13, 56440.00, 4670.67, 3350.82, 108.80, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.53, 5, coast, -11.13, 56422.00, 4673.08, 3353.22, 108.69, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.54, 5, coast, -11.13, 56434.00, 4671.48, 3351.62, 108.58, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.55, 5, coast, -11.13, 56418.00, 4673.62, 3353.76, 108.47, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.56, 5, coast, -11.13, 56412.00, 4674.42, 3354.56, 108.36, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.57, 5, coast, -11.13, 56404.00, 4675.49, 3355.63, 108.25, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.58, 5, coast, -11.13, 56406.00, 4675.22, 3355.36, 108.14, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.58, 5, coast, -11.13, 56406.00, 4675.22, 3355.36, 108.14, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.59, 5, coast, -11.13, 56389.00, 4677.49, 3357.64, 108.02, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.60, 5, coast, -11.13, 56394.00, 4676.83, 3356.97, 107.91, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.61, 5, coast, -11.13, 56377.00, 4679.10, 3359.24, 107.80, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.62, 5, coast, -11.13, 56352.00, 4682.45, 3362.59, 107.69, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.63, 5, coast, -11.13, 56370.00, 4680.04, 3360.18, 107.58, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.64, 5, coast, -11.13, 56376.00, 4679.23, 3359.38, 107.47, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.65, 5, coast, -11.13, 56352.00, 4682.45, 3362.59, 107.36, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.66, 5, coast, -11.13, 56333.00, 4684.99, 3365.13, 107.25, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.67, 5, coast, -11.13, 56345.00, 4683.38, 3363.53, 107.14, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.68, 5, coast, -10.60, 56336.00, 4684.59, 3364.73, 107.03, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.69, 5, coast, -11.13, 56322.00, 4686.46, 3366.61, 106.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.70, 5, coast, -10.60, 56305.00, 4688.74, 3368.88, 106.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.71, 5, coast, -11.13, 56290.00, 4690.75, 3370.89, 106.70, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.72, 5, coast, -11.13, 56296.00, 4689.95, 3370.09, 106.59, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.73, 5, coast, -11.13, 56299.00, 4689.54, 3369.69, 106.48, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.74, 5, coast, -11.13, 56291.00, 4690.62, 3370.76, 106.36, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.75, 5, coast, -11.13, 56248.00, 4696.38, 3376.52, 106.25, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.76, 5, coast, -11.13, 56293.00, 4690.35, 3370.49, 106.14, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.77, 5, coast, -11.13, 56273.00, 4693.03, 3373.17, 106.03, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.78, 5, coast, -11.13, 56251.00, 4695.98, 3376.12, 105.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.79, 5, coast, -11.13, 56238.00, 4697.72, 3377.86, 105.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.80, 5, coast, -10.60, 56242.00, 4697.18, 3377.33, 105.70, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.81, 5, coast, -11.13, 56224.00, 4699.60, 3379.74, 105.59, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.82, 5, coast, -11.13, 56214.00, 4700.94, 3381.08, 105.48, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.83, 5, coast, -11.13, 56206.00, 4702.01, 3382.16, 105.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.84, 5, coast, -11.13, 56197.00, 4703.22, 3383.36, 105.26, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.85, 5, coast, -10.60, 56167.00, 4707.24, 3387.39, 105.15, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.86, 5, coast, -10.60, 56193.00, 4703.76, 3383.90, 105.04, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.87, 5, coast, -11.13, 56178.00, 4705.77, 3385.91, 104.93, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.88, 5, coast, -11.13, 56165.00, 4707.51, 3387.66, 104.82, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.89, 5, coast, -10.60, 56172.00, 4706.57, 3386.72, 104.71, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.90, 5, coast, -11.13, 56175.00, 4706.17, 3386.32, 104.61, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.90, 5, coast, -11.13, 56175.00, 4706.17, 3386.32, 104.61, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.91, 5, coast, -10.60, 56136.00, 4711.41, 3391.55, 104.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.92, 5, coast, -10.60, 56128.00, 4712.48, 3392.62, 104.39, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.93, 5, coast, -11.13, 56151.00, 4709.39, 3389.54, 104.28, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.94, 5, coast, -11.13, 56130.00, 4712.21, 3392.36, 104.17, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.95, 5, coast, -11.13, 56107.00, 4715.30, 3395.45, 104.06, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.96, 5, coast, -10.60, 56090.00, 4717.59, 3397.73, 103.95, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.97, 5, coast, -11.13, 56100.00, 4716.24, 3396.39, 103.84, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.98, 5, coast, -10.60, 56090.00, 4717.59, 3397.73, 103.73, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 18.99, 5, coast, -11.13, 56098.00, 4716.51, 3396.65, 103.62, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.00, 5, coast, -11.13, 56036.00, 4724.84, 3404.99, 103.51, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.01, 5, coast, -10.60, 56078.00, 4719.20, 3399.34, 103.41, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.02, 5, coast, -11.13, 56075.00, 4719.60, 3399.75, 103.30, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.03, 5, coast, -10.60, 56068.00, 4720.54, 3400.69, 103.19, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.04, 5, coast, -10.60, 56050.00, 4722.96, 3403.11, 103.08, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.05, 5, coast, -11.13, 56052.00, 4722.69, 3402.84, 102.97, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.06, 5, coast, -10.60, 56030.00, 4725.65, 3405.80, 102.87, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.07, 5, coast, -10.60, 56030.00, 4725.65, 3405.80, 102.76, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.08, 5, coast, -10.60, 56034.00, 4725.11, 3405.26, 102.65, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.09, 5, coast, -11.13, 56011.00, 4728.21, 3408.35, 102.54, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.10, 5, coast, -11.13, 56014.00, 4727.80, 3407.95, 102.43, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.11, 5, coast, -11.13, 55991.00, 4730.90, 3411.04, 102.32, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.12, 5, coast, -11.13, 55985.00, 4731.71, 3411.85, 102.21, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.13, 5, coast, -10.60, 55991.00, 4730.90, 3411.04, 102.10, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.14, 5, coast, -11.13, 55987.00, 4731.44, 3411.58, 101.99, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.15, 5, coast, -10.60, 55980.00, 4732.38, 3412.52, 101.88, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.16, 5, coast, -11.13, 55952.00, 4736.15, 3416.29, 101.77, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.17, 5, coast, -10.60, 55953.00, 4736.01, 3416.16, 101.67, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.18, 5, coast, -11.13, 55943.00, 4737.36, 3417.50, 101.56, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.19, 5, coast, -10.60, 55947.00, 4736.82, 3416.96, 101.45, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.20, 5, coast, -10.60, 55919.00, 4740.59, 3420.74, 101.34, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.21, 5, coast, -10.60, 55933.00, 4738.71, 3418.85, 101.24, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.22, 5, coast, -10.60, 55912.00, 4741.53, 3421.68, 101.13, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.22, 5, coast, -10.60, 55912.00, 4741.53, 3421.68, 101.13, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.23, 5, coast, -11.13, 55930.00, 4739.11, 3419.25, 101.02, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.24, 5, coast, -10.60, 55912.00, 4741.53, 3421.68, 100.91, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.25, 5, coast, -11.13, 55874.00, 4746.66, 3426.80, 100.81, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.26, 5, coast, -10.60, 55886.00, 4745.04, 3425.18, 100.70, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.27, 5, coast, -10.60, 55863.00, 4748.14, 3428.28, 100.59, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.28, 5, coast, -10.60, 55882.00, 4745.58, 3425.72, 100.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.29, 5, coast, -11.13, 55866.00, 4747.73, 3427.88, 100.38, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.30, 5, coast, -10.60, 55840.00, 4751.24, 3431.38, 100.27, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.31, 5, coast, -10.60, 55852.00, 4749.62, 3429.77, 100.16, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.32, 5, coast, -10.60, 55877.00, 4746.25, 3426.39, 100.05, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.33, 5, coast, -11.13, 55848.00, 4750.16, 3430.30, 99.95, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.34, 5, coast, -10.60, 55833.00, 4752.18, 3432.33, 99.84, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.35, 5, coast, -10.60, 55815.00, 4754.61, 3434.76, 99.73, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.36, 5, coast, -10.60, 55810.00, 4755.29, 3435.43, 99.63, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.37, 5, coast, -10.60, 55808.00, 4755.56, 3435.70, 99.52, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.38, 5, coast, -10.60, 55812.00, 4755.02, 3435.16, 99.41, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.39, 5, coast, -10.60, 55792.00, 4757.71, 3437.86, 99.31, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.40, 5, coast, -10.60, 55794.00, 4757.44, 3437.59, 99.20, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.41, 5, coast, -10.60, 55778.00, 4759.60, 3439.75, 99.09, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.42, 5, coast, -10.60, 55766.00, 4761.22, 3441.37, 98.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.43, 5, coast, -10.60, 55758.00, 4762.30, 3442.45, 98.88, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.44, 5, coast, -10.60, 55775.00, 4760.01, 3440.15, 98.78, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9412057,-106.9146607, 4899.0, 2022, 6, 24, 15, 17, 35, 354, 3527, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 28, 0, 0, 0, 0, 30, 31, 29, 24, 0, 0, 32, 0, 29, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 19.45, 5, coast, -10.60, 55737.00, 4765.14, 3445.28, 98.67, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.45, 5, coast, -10.60, 55737.00, 4765.14, 3445.28, 98.67, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.45, 5, coast, -10.60, 55737.00, 4765.14, 3445.28, 98.67, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.45, 5, coast, -10.60, 55737.00, 4765.14, 3445.28, 98.67, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.45, 5, coast, -10.60, 55737.00, 4765.14, 3445.28, 98.67, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.45, 5, coast, -10.60, 55737.00, 4765.14, 3445.28, 98.67, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.46, 5, coast, -10.60, 55747.00, 4763.79, 3443.93, 98.56, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.47, 5, coast, -10.60, 55736.00, 4765.28, 3445.42, 98.46, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.48, 5, coast, -10.60, 55742.00, 4764.46, 3444.61, 98.35, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.49, 5, coast, -10.60, 55715.00, 4768.11, 3448.26, 98.25, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.50, 5, coast, -10.60, 55713.00, 4768.38, 3448.53, 98.14, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.51, 5, coast, -10.60, 55704.00, 4769.60, 3449.74, 98.03, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.52, 5, coast, -10.60, 55700.00, 4770.14, 3450.28, 97.93, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.53, 5, coast, -10.60, 55710.00, 4768.79, 3448.93, 97.82, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.54, 5, coast, -10.60, 55696.00, 4770.68, 3450.82, 97.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.54, 5, coast, -10.60, 55696.00, 4770.68, 3450.82, 97.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.55, 5, coast, -10.60, 55660.00, 4775.55, 3455.69, 97.61, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.56, 5, coast, -10.60, 55676.00, 4773.38, 3453.53, 97.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.57, 5, coast, -10.60, 55675.00, 4773.52, 3453.66, 97.40, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.58, 5, coast, -10.60, 55652.00, 4776.63, 3456.77, 97.29, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.59, 5, coast, -10.60, 55672.00, 4773.92, 3454.07, 97.19, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.60, 5, coast, -10.60, 55632.00, 4779.33, 3459.48, 97.08, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.61, 5, coast, -10.60, 55641.00, 4778.11, 3458.26, 96.97, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.62, 5, coast, -10.60, 55633.00, 4779.20, 3459.34, 96.87, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.63, 5, coast, -10.60, 55634.00, 4779.06, 3459.21, 96.76, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.64, 5, coast, -10.60, 55634.00, 4779.06, 3459.21, 96.66, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.65, 5, coast, -10.60, 55617.00, 4781.36, 3461.51, 96.55, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.66, 5, coast, -10.60, 55592.00, 4784.74, 3464.89, 96.44, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.67, 5, coast, -10.60, 55612.00, 4782.04, 3462.18, 96.34, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.68, 5, coast, -10.60, 55590.00, 4785.02, 3465.16, 96.23, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.69, 5, coast, -10.60, 55592.00, 4784.74, 3464.89, 96.13, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.70, 5, coast, -10.60, 55567.00, 4788.13, 3468.27, 96.02, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.71, 5, coast, -10.60, 55548.00, 4790.70, 3470.85, 95.91, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.72, 5, coast, -10.60, 55530.00, 4793.14, 3473.28, 95.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.73, 5, coast, -10.60, 55567.00, 4788.13, 3468.27, 95.70, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.74, 5, coast, -10.60, 55563.00, 4788.67, 3468.81, 95.60, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.75, 5, coast, -10.60, 55548.00, 4790.70, 3470.85, 95.49, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.76, 5, coast, -10.60, 55527.00, 4793.55, 3473.69, 95.38, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.77, 5, coast, -10.60, 55526.00, 4793.68, 3473.83, 95.28, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.78, 5, coast, -10.60, 55526.00, 4793.68, 3473.83, 95.17, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.79, 5, coast, -10.60, 55508.00, 4796.12, 3476.26, 95.07, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.80, 5, coast, -10.60, 55515.00, 4795.17, 3475.32, 94.96, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.81, 5, coast, -10.60, 55514.00, 4795.31, 3475.45, 94.85, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.82, 5, coast, -10.60, 55485.00, 4799.24, 3479.38, 94.75, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.83, 5, coast, -10.60, 55484.00, 4799.37, 3479.52, 94.64, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.84, 5, coast, -10.60, 55482.00, 4799.64, 3479.79, 94.54, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.85, 5, coast, -10.60, 55471.00, 4801.14, 3481.28, 94.43, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.86, 5, coast, -10.60, 55448.00, 4804.25, 3484.40, 94.32, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.86, 5, coast, -10.60, 55448.00, 4804.25, 3484.40, 94.32, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.87, 5, coast, -10.60, 55454.00, 4803.44, 3483.59, 94.22, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.88, 5, coast, -10.60, 55445.00, 4804.66, 3484.81, 94.11, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.89, 5, coast, -10.60, 55455.00, 4803.31, 3483.45, 94.01, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.90, 5, coast, -10.60, 55448.00, 4804.25, 3484.40, 93.90, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.91, 5, coast, -10.60, 55443.00, 4804.93, 3485.08, 93.79, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.92, 5, coast, -10.60, 55432.00, 4806.43, 3486.57, 93.69, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.93, 5, coast, -10.60, 55414.00, 4808.87, 3489.01, 93.58, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.94, 5, coast, -10.60, 55401.00, 4810.63, 3490.78, 93.48, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.95, 5, coast, -10.60, 55421.00, 4807.92, 3488.06, 93.37, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.96, 5, coast, -10.60, 55392.00, 4811.85, 3492.00, 93.26, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.97, 5, coast, -10.60, 55381.00, 4813.35, 3493.49, 93.16, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.98, 5, coast, -10.60, 55385.00, 4812.80, 3492.95, 93.05, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 19.99, 5, coast, -10.60, 55377.00, 4813.89, 3494.03, 92.95, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.00, 5, coast, -10.60, 55361.00, 4816.06, 3496.21, 92.84, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.01, 5, coast, -10.60, 55362.00, 4815.93, 3496.07, 92.73, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.02, 5, coast, -10.60, 55360.00, 4816.20, 3496.34, 92.63, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.03, 5, coast, -10.60, 55366.00, 4815.38, 3495.53, 92.52, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.04, 5, coast, -10.60, 55346.00, 4818.10, 3498.24, 92.42, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.05, 5, coast, -10.60, 55334.00, 4819.73, 3499.87, 92.31, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.06, 5, coast, -10.60, 55316.00, 4822.18, 3502.32, 92.20, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.07, 5, coast, -10.60, 55332.00, 4820.00, 3500.15, 92.10, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.08, 5, coast, -10.60, 55328.00, 4820.54, 3500.69, 91.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.09, 5, coast, -10.60, 55311.00, 4822.85, 3503.00, 91.89, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.10, 5, coast, -10.60, 55281.00, 4826.93, 3507.08, 91.78, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.11, 5, coast, -10.60, 55283.00, 4826.66, 3506.81, 91.67, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.12, 5, coast, -10.60, 55283.00, 4826.66, 3506.81, 91.57, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.13, 5, coast, -10.60, 55278.00, 4827.34, 3507.48, 91.46, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.14, 5, coast, -10.60, 55261.00, 4829.65, 3509.80, 91.36, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.15, 5, coast, -10.60, 55272.00, 4828.16, 3508.30, 91.25, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.16, 5, coast, -10.60, 55273.00, 4828.02, 3508.16, 91.14, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.17, 5, coast, -10.60, 55259.00, 4829.92, 3510.07, 91.04, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.18, 5, coast, -10.60, 55256.00, 4830.33, 3510.48, 90.93, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.18, 5, coast, -10.60, 55256.00, 4830.33, 3510.48, 90.93, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.19, 5, coast, -10.60, 55241.00, 4832.37, 3512.52, 90.83, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.20, 5, coast, -10.60, 55251.00, 4831.01, 3511.16, 90.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.21, 5, coast, -10.60, 55252.00, 4830.88, 3511.02, 90.61, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.22, 5, coast, -10.60, 55229.00, 4834.01, 3514.15, 90.51, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.23, 5, coast, -10.60, 55230.00, 4833.87, 3514.01, 90.40, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.24, 5, coast, -10.60, 55210.00, 4836.59, 3516.74, 90.30, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.25, 5, coast, -10.60, 55205.00, 4837.27, 3517.42, 90.19, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.26, 5, coast, -10.60, 55184.00, 4840.13, 3520.27, 90.08, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.27, 5, coast, -10.60, 55183.00, 4840.27, 3520.41, 89.98, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.28, 5, coast, -10.60, 55174.00, 4841.49, 3521.64, 89.87, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.29, 5, coast, -10.60, 55192.00, 4839.04, 3519.19, 89.77, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.30, 5, coast, -10.60, 55172.00, 4841.76, 3521.91, 89.66, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.31, 5, coast, -10.60, 55152.00, 4844.49, 3524.63, 89.55, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.32, 5, coast, -10.60, 55160.00, 4843.40, 3523.54, 89.45, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.33, 5, coast, -10.60, 55167.00, 4842.45, 3522.59, 89.34, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.34, 5, coast, -10.60, 55158.00, 4843.67, 3523.82, 89.24, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.35, 5, coast, -10.60, 55147.00, 4845.17, 3525.31, 89.13, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.36, 5, coast, -10.60, 55168.00, 4842.31, 3522.45, 89.02, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.37, 5, coast, -10.60, 55128.00, 4847.76, 3527.90, 88.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.38, 5, coast, -10.60, 55110.00, 4850.21, 3530.36, 88.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.39, 5, coast, -10.60, 55104.00, 4851.03, 3531.17, 88.71, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.40, 5, coast, -10.60, 55114.00, 4849.67, 3529.81, 88.60, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.41, 5, coast, -10.60, 55118.00, 4849.12, 3529.27, 88.49, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.42, 5, coast, -10.60, 55101.00, 4851.44, 3531.58, 88.39, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.43, 5, coast, -10.60, 55083.00, 4853.89, 3534.04, 88.28, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.44, 5, coast, -10.60, 55088.00, 4853.21, 3533.35, 88.18, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9413034,-106.9148371, 5009.0, 2022, 6, 24, 15, 17, 36, 374, 3638, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 29, 0, 0, 0, 0, 30, 29, 29, 31, 0, 0, 31, 0, 28, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 20.45, 5, coast, -10.60, 55072.00, 4855.39, 3535.54, 88.07, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.45, 5, coast, -10.60, 55072.00, 4855.39, 3535.54, 88.07, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.45, 5, coast, -10.60, 55072.00, 4855.39, 3535.54, 88.07, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.45, 5, coast, -10.60, 55072.00, 4855.39, 3535.54, 88.07, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.45, 5, coast, -10.60, 55072.00, 4855.39, 3535.54, 88.07, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.45, 5, coast, -10.60, 55072.00, 4855.39, 3535.54, 88.07, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.46, 5, coast, -10.60, 55054.00, 4857.85, 3537.99, 87.96, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.47, 5, coast, -10.60, 55092.00, 4852.67, 3532.81, 87.86, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.48, 5, coast, -10.60, 55054.00, 4857.85, 3537.99, 87.75, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.49, 5, coast, -10.60, 55036.00, 4860.30, 3540.45, 87.64, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.50, 5, coast, -10.60, 55042.00, 4859.48, 3539.63, 87.54, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.50, 5, coast, -10.60, 55042.00, 4859.48, 3539.63, 87.54, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.51, 5, coast, -10.60, 55032.00, 4860.85, 3540.99, 87.43, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.52, 5, coast, -10.60, 55045.00, 4859.08, 3539.22, 87.33, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.53, 5, coast, -10.60, 55027.00, 4861.53, 3541.68, 87.22, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.54, 5, coast, -10.60, 55021.00, 4862.35, 3542.49, 87.11, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.55, 5, coast, -10.60, 55026.00, 4861.67, 3541.81, 87.01, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.56, 5, coast, -10.60, 55016.00, 4863.03, 3543.18, 86.90, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.57, 5, coast, -10.60, 55025.00, 4861.80, 3541.95, 86.80, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.58, 5, coast, -10.60, 55004.00, 4864.67, 3544.82, 86.69, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.59, 5, coast, -10.60, 54991.00, 4866.45, 3546.59, 86.58, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.60, 5, coast, -10.60, 55006.00, 4864.40, 3544.54, 86.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.61, 5, coast, -10.60, 54992.00, 4866.31, 3546.45, 86.37, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.62, 5, coast, -10.60, 54973.00, 4868.90, 3549.05, 86.27, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.63, 5, coast, -10.60, 54968.00, 4869.59, 3549.73, 86.16, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.64, 5, coast, -10.60, 54954.00, 4871.50, 3551.64, 86.05, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.65, 5, coast, -10.60, 54951.00, 4871.91, 3552.05, 85.95, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.66, 5, coast, -10.60, 54948.00, 4872.32, 3552.46, 85.84, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.67, 5, coast, -10.60, 54939.00, 4873.55, 3553.69, 85.74, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.68, 5, coast, -10.60, 54947.00, 4872.46, 3552.60, 85.63, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.69, 5, coast, -10.60, 54934.00, 4874.23, 3554.38, 85.52, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.70, 5, coast, -10.60, 54922.00, 4875.87, 3556.02, 85.42, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.71, 5, coast, -10.60, 54938.00, 4873.69, 3553.83, 85.31, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.72, 5, coast, -10.60, 54900.00, 4878.88, 3559.02, 85.21, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.73, 5, coast, -10.60, 54904.00, 4878.33, 3558.48, 85.10, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.74, 5, coast, -10.60, 54901.00, 4878.74, 3558.89, 84.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.75, 5, coast, -10.60, 54921.00, 4876.01, 3556.15, 84.89, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.76, 5, coast, -10.60, 54884.00, 4881.07, 3561.21, 84.78, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.77, 5, coast, -10.60, 54890.00, 4880.25, 3560.39, 84.68, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.78, 5, coast, -10.60, 54881.00, 4881.48, 3561.62, 84.57, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.79, 5, coast, -10.60, 54850.00, 4885.72, 3565.86, 84.46, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.80, 5, coast, -10.60, 54868.00, 4883.26, 3563.40, 84.36, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.81, 5, coast, -10.60, 54858.00, 4884.62, 3564.77, 84.25, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.82, 5, coast, -10.07, 54842.00, 4886.81, 3566.96, 84.15, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.82, 5, coast, -10.07, 54842.00, 4886.81, 3566.96, 84.15, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.83, 5, coast, -10.60, 54866.00, 4883.53, 3563.67, 84.05, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.84, 5, coast, -10.07, 54869.00, 4883.12, 3563.26, 83.94, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.85, 5, coast, -10.60, 54822.00, 4889.55, 3569.69, 83.84, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.86, 5, coast, -10.60, 54832.00, 4888.18, 3568.33, 83.73, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.87, 5, coast, -10.60, 54834.00, 4887.91, 3568.05, 83.63, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.88, 5, coast, -10.60, 54828.00, 4888.73, 3568.87, 83.52, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.89, 5, coast, -10.60, 54815.00, 4890.51, 3570.65, 83.41, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.90, 5, coast, -10.60, 54810.00, 4891.19, 3571.34, 83.31, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.91, 5, coast, -10.60, 54791.00, 4893.79, 3573.94, 83.20, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.92, 5, coast, -10.60, 54786.00, 4894.48, 3574.62, 83.10, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.93, 5, coast, -10.60, 54779.00, 4895.44, 3575.58, 82.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.94, 5, coast, -10.60, 54759.00, 4898.18, 3578.32, 82.88, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.95, 5, coast, -10.60, 54794.00, 4893.38, 3573.53, 82.78, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.96, 5, coast, -10.60, 54752.00, 4899.14, 3579.28, 82.67, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.97, 5, coast, -10.60, 54750.00, 4899.41, 3579.56, 82.57, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.98, 5, coast, -10.60, 54741.00, 4900.64, 3580.79, 82.46, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 20.99, 5, coast, -10.60, 54744.00, 4900.23, 3580.38, 82.35, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.00, 5, coast, -10.60, 54757.00, 4898.45, 3578.60, 82.25, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.01, 5, coast, -10.60, 54748.00, 4899.69, 3579.83, 82.14, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.02, 5, coast, -10.60, 54703.00, 4905.85, 3586.00, 82.04, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.03, 5, coast, -10.60, 54734.00, 4901.60, 3581.75, 81.93, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.04, 5, coast, -10.60, 54720.00, 4903.52, 3583.67, 81.82, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.05, 5, coast, -10.60, 54744.00, 4900.23, 3580.38, 81.72, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.06, 5, coast, -10.60, 54720.00, 4903.52, 3583.67, 81.61, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.07, 5, coast, -10.60, 54709.00, 4905.03, 3585.18, 81.51, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.08, 5, coast, -10.60, 54704.00, 4905.72, 3585.86, 81.40, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.09, 5, coast, -10.60, 54694.00, 4907.09, 3587.23, 81.29, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.10, 5, coast, -10.60, 54689.00, 4907.77, 3587.92, 81.19, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.11, 5, coast, -10.60, 54683.00, 4908.60, 3588.74, 81.08, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.12, 5, coast, -10.60, 54665.00, 4911.07, 3591.21, 80.98, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.13, 5, coast, -10.60, 54638.00, 4914.77, 3594.92, 80.87, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.14, 5, coast, -10.60, 54657.00, 4912.16, 3592.31, 80.76, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.14, 5, coast, -10.60, 54657.00, 4912.16, 3592.31, 80.76, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.15, 5, coast, -10.60, 54661.00, 4911.61, 3591.76, 80.66, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.16, 5, coast, -10.60, 54635.00, 4915.18, 3595.33, 80.55, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.17, 5, coast, -10.60, 54647.00, 4913.54, 3593.68, 80.45, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.18, 5, coast, -10.07, 54631.00, 4915.73, 3595.88, 80.34, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.19, 5, coast, -10.60, 54636.00, 4915.05, 3595.19, 80.24, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.20, 5, coast, -10.60, 54630.00, 4915.87, 3596.01, 80.13, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.21, 5, coast, -10.60, 54610.00, 4918.62, 3598.76, 80.03, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.22, 5, coast, -10.60, 54620.00, 4917.24, 3597.39, 79.92, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.23, 5, coast, -10.60, 54629.00, 4916.01, 3596.15, 79.82, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.24, 5, coast, -10.60, 54609.00, 4918.75, 3598.90, 79.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.25, 5, coast, -10.60, 54601.00, 4919.85, 3600.00, 79.60, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.26, 5, coast, -10.60, 54607.00, 4919.03, 3599.17, 79.50, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.27, 5, coast, -10.60, 54579.00, 4922.87, 3603.02, 79.39, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.28, 5, coast, -10.60, 54575.00, 4923.42, 3603.57, 79.29, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.29, 5, coast, -10.60, 54586.00, 4921.91, 3602.06, 79.18, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.30, 5, coast, -10.60, 54554.00, 4926.31, 3606.45, 79.07, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.31, 5, coast, -10.60, 54583.00, 4922.32, 3602.47, 78.97, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.32, 5, coast, -10.07, 54551.00, 4926.72, 3606.86, 78.87, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.33, 5, coast, -10.60, 54542.00, 4927.96, 3608.10, 78.76, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.34, 5, coast, -10.07, 54533.00, 4929.19, 3609.34, 78.66, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.35, 5, coast, -10.07, 54538.00, 4928.51, 3608.65, 78.55, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.36, 5, coast, -10.60, 54540.00, 4928.23, 3608.38, 78.45, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.37, 5, coast, -10.60, 54520.00, 4930.98, 3611.13, 78.35, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.38, 5, coast, -10.60, 54514.00, 4931.81, 3611.95, 78.24, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.39, 5, coast, -10.07, 54525.00, 4930.29, 3610.44, 78.14, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.40, 5, coast, -10.60, 54529.00, 4929.74, 3609.89, 78.03, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.41, 5, coast, -10.60, 54517.00, 4931.39, 3611.54, 77.93, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.42, 5, coast, -10.60, 54501.00, 4933.59, 3613.74, 77.82, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.43, 5, coast, -10.60, 54497.00, 4934.14, 3614.29, 77.72, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.44, 5, coast, -10.60, 54496.00, 4934.28, 3614.43, 77.61, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9414004,-106.9150165, 5106.0, 2022, 6, 24, 15, 17, 37, 394, 3737, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 23, 0, 0, 0, 0, 31, 23, 30, 31, 0, 0, 23, 0, 22, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 21.45, 5, coast, -10.07, 54488.00, 4935.38, 3615.53, 77.51, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.45, 5, coast, -10.07, 54488.00, 4935.38, 3615.53, 77.51, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.45, 5, coast, -10.07, 54488.00, 4935.38, 3615.53, 77.51, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.45, 5, coast, -10.07, 54488.00, 4935.38, 3615.53, 77.51, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.45, 5, coast, -10.07, 54488.00, 4935.38, 3615.53, 77.51, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.45, 5, coast, -10.07, 54488.00, 4935.38, 3615.53, 77.51, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.46, 5, coast, -10.07, 54481.00, 4936.35, 3616.49, 77.41, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.46, 5, coast, -10.07, 54481.00, 4936.35, 3616.49, 77.41, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.47, 5, coast, -10.07, 54458.00, 4939.51, 3619.65, 77.31, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.48, 5, coast, -10.07, 54486.00, 4935.66, 3615.80, 77.20, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.49, 5, coast, -10.07, 54487.00, 4935.52, 3615.66, 77.10, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.50, 5, coast, -10.60, 54461.00, 4939.10, 3619.24, 77.00, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.51, 5, coast, -10.07, 54464.00, 4938.68, 3618.83, 76.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.52, 5, coast, -10.07, 54464.00, 4938.68, 3618.83, 76.80, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.53, 5, coast, -10.60, 54444.00, 4941.44, 3621.58, 76.69, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.54, 5, coast, -10.07, 54435.00, 4942.68, 3622.82, 76.59, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.55, 5, coast, -10.60, 54432.00, 4943.09, 3623.23, 76.49, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.56, 5, coast, -10.60, 54421.00, 4944.60, 3624.75, 76.38, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.57, 5, coast, -10.07, 54436.00, 4942.54, 3622.68, 76.28, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.58, 5, coast, -10.07, 54408.00, 4946.39, 3626.54, 76.18, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.59, 5, coast, -10.07, 54417.00, 4945.15, 3625.30, 76.07, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.60, 5, coast, -10.60, 54411.00, 4945.98, 3626.13, 75.97, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.61, 5, coast, -10.60, 54400.00, 4947.50, 3627.64, 75.87, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.62, 5, coast, -10.60, 54398.00, 4947.77, 3627.92, 75.76, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.63, 5, coast, -10.60, 54399.00, 4947.63, 3627.78, 75.66, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.64, 5, coast, -10.07, 54388.00, 4949.15, 3629.29, 75.55, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.65, 5, coast, -10.07, 54367.00, 4952.04, 3632.19, 75.45, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.66, 5, coast, -10.07, 54380.00, 4950.25, 3630.40, 75.35, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.67, 5, coast, -10.60, 54379.00, 4950.39, 3630.53, 75.25, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.68, 5, coast, -10.07, 54373.00, 4951.22, 3631.36, 75.14, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.69, 5, coast, -10.60, 54371.00, 4951.49, 3631.64, 75.04, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.70, 5, coast, -10.60, 54355.00, 4953.70, 3633.84, 74.94, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.71, 5, coast, -10.07, 54364.00, 4952.46, 3632.60, 74.83, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.72, 5, coast, -10.07, 54350.00, 4954.39, 3634.53, 74.73, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.73, 5, coast, -10.07, 54324.00, 4957.97, 3638.11, 74.63, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.74, 5, coast, -10.07, 54348.00, 4954.66, 3634.81, 74.53, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.75, 5, coast, -10.60, 54342.00, 4955.49, 3635.63, 74.42, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.76, 5, coast, -10.07, 54335.00, 4956.45, 3636.60, 74.32, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.77, 5, coast, -10.07, 54326.00, 4957.69, 3637.84, 74.22, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.78, 5, coast, -10.07, 54309.00, 4960.04, 3640.18, 74.12, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.78, 5, coast, -10.07, 54309.00, 4960.04, 3640.18, 74.12, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.79, 5, coast, -10.07, 54304.00, 4960.73, 3640.87, 74.02, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.80, 5, coast, -10.60, 54298.00, 4961.56, 3641.70, 73.91, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.81, 5, coast, -10.60, 54304.00, 4960.73, 3640.87, 73.81, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.82, 5, coast, -10.07, 54302.00, 4961.00, 3641.15, 73.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.83, 5, coast, -10.07, 54298.00, 4961.56, 3641.70, 73.61, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.84, 5, coast, -10.07, 54283.00, 4963.63, 3643.77, 73.50, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.85, 5, coast, -10.07, 54275.00, 4964.73, 3644.87, 73.40, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.86, 5, coast, -10.60, 54275.00, 4964.73, 3644.87, 73.30, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.87, 5, coast, -10.07, 54271.00, 4965.28, 3645.43, 73.20, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.88, 5, coast, -10.07, 54260.00, 4966.80, 3646.94, 73.10, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.89, 5, coast, -10.07, 54246.00, 4968.73, 3648.88, 73.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.90, 5, coast, -10.07, 54255.00, 4967.49, 3647.63, 72.90, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.91, 5, coast, -10.07, 54268.00, 4965.70, 3645.84, 72.79, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.92, 5, coast, -10.07, 54231.00, 4970.80, 3650.95, 72.69, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.93, 5, coast, -10.07, 54254.00, 4967.63, 3647.77, 72.59, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.94, 5, coast, -10.07, 54241.00, 4969.42, 3649.57, 72.49, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.95, 5, coast, -10.07, 54217.00, 4972.74, 3652.88, 72.39, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.96, 5, coast, -10.07, 54199.00, 4975.22, 3655.37, 72.29, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.97, 5, coast, -10.07, 54216.00, 4972.88, 3653.02, 72.19, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.98, 5, coast, -10.07, 54218.00, 4972.60, 3652.74, 72.09, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 21.99, 5, coast, -10.07, 54199.00, 4975.22, 3655.37, 71.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.00, 5, coast, -10.07, 54195.00, 4975.78, 3655.92, 71.89, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.01, 5, coast, -10.07, 54199.00, 4975.22, 3655.37, 71.79, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.02, 5, coast, -10.07, 54198.00, 4975.36, 3655.51, 71.69, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.03, 5, coast, -10.07, 54205.00, 4974.39, 3654.54, 71.59, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.04, 5, coast, -10.07, 54185.00, 4977.16, 3657.30, 71.49, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.05, 5, coast, -10.07, 54178.00, 4978.13, 3658.27, 71.38, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.06, 5, coast, -10.07, 54166.00, 4979.78, 3659.93, 71.28, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.07, 5, coast, -10.07, 54150.00, 4982.00, 3662.14, 71.18, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.08, 5, coast, -10.07, 54176.00, 4978.40, 3658.55, 71.08, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.09, 5, coast, -10.07, 54157.00, 4981.03, 3661.17, 70.98, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.10, 5, coast, -10.07, 54132.00, 4984.48, 3664.63, 70.88, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.10, 5, coast, -10.07, 54132.00, 4984.48, 3664.63, 70.88, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.11, 5, coast, -10.07, 54147.00, 4982.41, 3662.55, 70.78, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.12, 5, coast, -10.07, 54145.00, 4982.69, 3662.83, 70.68, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.13, 5, coast, -10.07, 54129.00, 4984.90, 3665.04, 70.58, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.14, 5, coast, -10.07, 54125.00, 4985.45, 3665.60, 70.48, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.15, 5, coast, -10.07, 54123.00, 4985.73, 3665.87, 70.38, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.16, 5, coast, -10.07, 54123.00, 4985.73, 3665.87, 70.28, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.17, 5, coast, -10.07, 54119.00, 4986.28, 3666.43, 70.18, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.18, 5, coast, -10.07, 54129.00, 4984.90, 3665.04, 70.07, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.19, 5, coast, -10.60, 54097.00, 4989.33, 3669.47, 69.97, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.20, 5, coast, -10.07, 54115.00, 4986.84, 3666.98, 69.87, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.21, 5, coast, -10.07, 54093.00, 4989.88, 3670.02, 69.77, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.22, 5, coast, -10.07, 54089.00, 4990.43, 3670.58, 69.67, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.23, 5, coast, -10.07, 54103.00, 4988.50, 3668.64, 69.57, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.24, 5, coast, -10.07, 54112.00, 4987.25, 3667.40, 69.47, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.25, 5, coast, -10.07, 54081.00, 4991.54, 3671.68, 69.36, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.26, 5, coast, -10.07, 54069.00, 4993.20, 3673.35, 69.26, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.27, 5, coast, -10.07, 54077.00, 4992.09, 3672.24, 69.16, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.28, 5, coast, -10.07, 54069.00, 4993.20, 3673.35, 69.06, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.29, 5, coast, -10.07, 54068.00, 4993.34, 3673.48, 68.96, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.30, 5, coast, -10.07, 54042.00, 4996.94, 3677.08, 68.86, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.31, 5, coast, -10.07, 54069.00, 4993.20, 3673.35, 68.76, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.32, 5, coast, -10.07, 54052.00, 4995.55, 3675.70, 68.66, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.33, 5, coast, -10.07, 54052.00, 4995.55, 3675.70, 68.56, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.34, 5, coast, -10.07, 54044.00, 4996.66, 3676.81, 68.46, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.35, 5, coast, -10.07, 54051.00, 4995.69, 3675.84, 68.36, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.36, 5, coast, -10.07, 54023.00, 4999.57, 3679.72, 68.26, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.37, 5, coast, -10.07, 53999.00, 5002.90, 3683.04, 68.16, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.38, 5, coast, -10.07, 54025.00, 4999.29, 3679.44, 68.06, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.39, 5, coast, -10.07, 54019.00, 5000.13, 3680.27, 67.95, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.40, 5, coast, -10.07, 54010.00, 5001.37, 3681.52, 67.85, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.41, 5, coast, -10.07, 54022.00, 4999.71, 3679.85, 67.75, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.42, 5, coast, -10.07, 54007.00, 5001.79, 3681.93, 67.65, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.42, 5, coast, -10.07, 54007.00, 5001.79, 3681.93, 67.65, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.43, 5, coast, -10.07, 54007.00, 5001.79, 3681.93, 67.55, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.44, 5, coast, -10.07, 53993.00, 5003.73, 3683.87, 67.45, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.45, 5, coast, -10.07, 53978.00, 5005.81, 3685.95, 67.35, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.45, 5, coast, -10.07, 53978.00, 5005.81, 3685.95, 67.35, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.45, 5, coast, -10.07, 53978.00, 5005.81, 3685.95, 67.35, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.45, 5, coast, -10.07, 53978.00, 5005.81, 3685.95, 67.35, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.45, 5, coast, -10.07, 53978.00, 5005.81, 3685.95, 67.35, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.45, 5, coast, -10.07, 53978.00, 5005.81, 3685.95, 67.35, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9415047,-106.9151926, 5194.0, 2022, 6, 24, 15, 17, 38, 414, 3826, 302, 84, 1.4,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 21, 0, 0, 0, 0, 30, 31, 31, 22, 0, 0, 29, 0, 26, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 22.46, 5, coast, -10.07, 53990.00, 5004.14, 3684.29, 67.25, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.47, 5, coast, -10.07, 53969.00, 5007.05, 3687.20, 67.15, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.48, 5, coast, -10.07, 53964.00, 5007.75, 3687.89, 67.05, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.49, 5, coast, -10.07, 53958.00, 5008.58, 3688.72, 66.95, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.50, 5, coast, -10.07, 53957.00, 5008.72, 3688.86, 66.85, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.51, 5, coast, -10.07, 53974.00, 5006.36, 3686.51, 66.75, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.52, 5, coast, -10.07, 53956.00, 5008.86, 3689.00, 66.65, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.53, 5, coast, -10.07, 53938.00, 5011.35, 3691.50, 66.54, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.54, 5, coast, -10.07, 53949.00, 5009.83, 3689.97, 66.44, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.55, 5, coast, -10.07, 53923.00, 5013.43, 3693.58, 66.34, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.56, 5, coast, -10.07, 53950.00, 5009.69, 3689.83, 66.24, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.57, 5, coast, -10.07, 53939.00, 5011.21, 3691.36, 66.14, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.58, 5, coast, -10.07, 53929.00, 5012.60, 3692.75, 66.04, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.59, 5, coast, -10.07, 53916.00, 5014.40, 3694.55, 65.94, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.60, 5, coast, -10.07, 53921.00, 5013.71, 3693.86, 65.84, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.61, 5, coast, -10.07, 53911.00, 5015.10, 3695.24, 65.74, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.62, 5, coast, -10.07, 53906.00, 5015.79, 3695.94, 65.64, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.63, 5, coast, -10.07, 53920.00, 5013.85, 3693.99, 65.54, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.64, 5, coast, -10.07, 53890.00, 5018.01, 3698.16, 65.44, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.65, 5, coast, -10.07, 53905.00, 5015.93, 3696.08, 65.33, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.66, 5, coast, -10.60, 53885.00, 5018.71, 3698.85, 65.23, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.67, 5, coast, -10.07, 53902.00, 5016.35, 3696.49, 65.13, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.68, 5, coast, -10.07, 53878.00, 5019.68, 3699.82, 65.03, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.69, 5, coast, -10.07, 53890.00, 5018.01, 3698.16, 64.93, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.70, 5, coast, -10.07, 53868.00, 5021.07, 3701.21, 64.83, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.71, 5, coast, -10.07, 53864.00, 5021.62, 3701.77, 64.73, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.72, 5, coast, -10.07, 53848.00, 5023.84, 3703.99, 64.63, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.73, 5, coast, -10.07, 53861.00, 5022.04, 3702.18, 64.53, 34.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.74, 5, coast, -10.07, 53830.00, 5026.34, 3706.49, 64.42, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.74, 5, coast, -10.07, 53830.00, 5026.34, 3706.49, 64.42, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.75, 5, coast, -10.07, 53848.00, 5023.84, 3703.99, 64.32, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.76, 5, coast, -10.07, 53838.00, 5025.23, 3705.38, 64.22, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.77, 5, coast, -10.07, 53827.00, 5026.76, 3706.91, 64.12, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.78, 5, coast, -10.07, 53841.00, 5024.82, 3704.96, 64.02, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.79, 5, coast, -10.07, 53827.00, 5026.76, 3706.91, 63.92, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.80, 5, coast, -10.07, 53854.00, 5023.01, 3703.15, 63.82, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.81, 5, coast, -10.07, 53817.00, 5028.15, 3708.29, 63.72, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.82, 5, coast, -10.07, 53810.00, 5029.12, 3709.27, 63.62, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.83, 5, coast, -10.07, 53815.00, 5028.43, 3708.57, 63.52, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.84, 5, coast, -10.07, 53822.00, 5027.46, 3707.60, 63.42, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.85, 5, coast, -10.07, 53828.00, 5026.62, 3706.77, 63.32, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.86, 5, coast, -10.07, 53799.00, 5030.65, 3710.80, 63.22, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.87, 5, coast, -10.07, 53804.00, 5029.96, 3710.10, 63.12, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.88, 5, coast, -10.07, 53791.00, 5031.76, 3711.91, 63.01, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.89, 5, coast, -10.07, 53785.00, 5032.60, 3712.74, 62.91, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.90, 5, coast, -10.07, 53782.00, 5033.01, 3713.16, 62.81, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.91, 5, coast, -10.07, 53806.00, 5029.68, 3709.82, 62.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.92, 5, coast, -10.07, 53780.00, 5033.29, 3713.44, 62.61, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.93, 5, coast, -10.07, 53770.00, 5034.68, 3714.83, 62.51, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.94, 5, coast, -10.07, 53776.00, 5033.85, 3713.99, 62.41, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.95, 5, coast, -10.07, 53739.00, 5038.99, 3719.14, 62.31, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.96, 5, coast, -10.07, 53753.00, 5037.05, 3717.19, 62.21, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.97, 5, coast, -10.07, 53773.00, 5034.27, 3714.41, 62.11, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.98, 5, coast, -10.07, 53772.00, 5034.41, 3714.55, 62.01, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 22.99, 5, coast, -10.07, 53728.00, 5040.53, 3720.67, 61.91, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.00, 5, coast, -10.07, 53752.00, 5037.19, 3717.33, 61.81, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.01, 5, coast, -10.07, 53733.00, 5039.83, 3719.97, 61.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.02, 5, coast, -10.07, 53729.00, 5040.39, 3720.53, 61.60, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.03, 5, coast, -10.07, 53733.00, 5039.83, 3719.97, 61.50, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.04, 5, coast, -10.07, 53725.00, 5040.94, 3721.09, 61.40, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.05, 5, coast, -10.07, 53738.00, 5039.13, 3719.28, 61.30, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.06, 5, coast, -10.07, 53738.00, 5039.13, 3719.28, 61.20, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.06, 5, coast, -10.07, 53738.00, 5039.13, 3719.28, 61.20, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.07, 5, coast, -10.07, 53724.00, 5041.08, 3721.23, 61.10, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.08, 5, coast, -10.07, 53694.00, 5045.26, 3725.40, 61.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.09, 5, coast, -10.07, 53710.00, 5043.03, 3723.17, 60.90, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.10, 5, coast, -10.07, 53701.00, 5044.28, 3724.43, 60.80, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.11, 5, coast, -10.07, 53725.00, 5040.94, 3721.09, 60.70, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.12, 5, coast, -10.07, 53687.00, 5046.23, 3726.38, 60.60, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.13, 5, coast, -10.07, 53690.00, 5045.81, 3725.96, 60.50, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.14, 5, coast, -10.07, 53692.00, 5045.54, 3725.68, 60.40, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.15, 5, coast, -10.07, 53691.00, 5045.67, 3725.82, 60.29, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.16, 5, coast, -10.07, 53687.00, 5046.23, 3726.38, 60.19, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.17, 5, coast, -10.07, 53670.00, 5048.60, 3728.74, 60.09, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.18, 5, coast, -10.07, 53650.00, 5051.38, 3731.53, 59.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.19, 5, coast, -10.07, 53656.00, 5050.55, 3730.69, 59.89, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.20, 5, coast, -10.07, 53675.00, 5047.90, 3728.05, 59.79, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.21, 5, coast, -10.07, 53631.00, 5054.03, 3734.18, 59.69, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.22, 5, coast, -10.07, 53670.00, 5048.60, 3728.74, 59.59, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.23, 5, coast, -10.07, 53649.00, 5051.52, 3731.67, 59.49, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.24, 5, coast, -10.07, 53642.00, 5052.50, 3732.64, 59.39, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.25, 5, coast, -10.07, 53637.00, 5053.20, 3733.34, 59.29, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.26, 5, coast, -10.07, 53654.00, 5050.83, 3730.97, 59.19, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.27, 5, coast, -10.07, 53619.00, 5055.70, 3735.85, 59.09, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.28, 5, coast, -10.07, 53644.00, 5052.22, 3732.36, 58.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.29, 5, coast, -10.07, 53630.00, 5054.17, 3734.31, 58.88, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.30, 5, coast, -10.07, 53633.00, 5053.75, 3733.90, 58.78, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.31, 5, coast, -10.07, 53622.00, 5055.29, 3735.43, 58.68, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.32, 5, coast, -10.07, 53606.00, 5057.52, 3737.66, 58.58, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.33, 5, coast, -10.07, 53612.00, 5056.68, 3736.82, 58.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.34, 5, coast, -10.07, 53608.00, 5057.24, 3737.38, 58.38, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.35, 5, coast, -10.07, 53611.00, 5056.82, 3736.96, 58.28, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.36, 5, coast, -10.07, 53578.00, 5061.42, 3741.56, 58.18, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.37, 5, coast, -10.07, 53596.00, 5058.91, 3739.05, 58.08, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.38, 5, coast, -10.07, 53601.00, 5058.21, 3738.36, 57.98, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.38, 5, coast, -10.07, 53601.00, 5058.21, 3738.36, 57.98, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.39, 5, coast, -10.07, 53576.00, 5061.70, 3741.84, 57.88, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.40, 5, coast, -10.07, 53579.00, 5061.28, 3741.42, 57.78, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.41, 5, coast, -10.07, 53596.00, 5058.91, 3739.05, 57.68, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.42, 5, coast, -10.07, 53575.00, 5061.84, 3741.98, 57.58, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.43, 5, coast, -10.07, 53551.00, 5065.19, 3745.33, 57.47, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.44, 5, coast, -10.07, 53571.00, 5062.40, 3742.54, 57.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9416067,-106.9153625, 5271.0, 2022, 6, 24, 15, 17, 39, 433, 3905, 303, 84, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 29, 0, 0, 0, 0, 29, 31, 20, 31, 0, 0, 31, 0, 31, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 23.45, 5, coast, -10.07, 53555.00, 5064.63, 3744.77, 57.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.45, 5, coast, -10.07, 53555.00, 5064.63, 3744.77, 57.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.45, 5, coast, -10.07, 53555.00, 5064.63, 3744.77, 57.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.45, 5, coast, -10.07, 53555.00, 5064.63, 3744.77, 57.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.45, 5, coast, -10.07, 53555.00, 5064.63, 3744.77, 57.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.45, 5, coast, -10.07, 53555.00, 5064.63, 3744.77, 57.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.46, 5, coast, -10.07, 53580.00, 5061.14, 3741.28, 57.17, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.47, 5, coast, -10.07, 53562.00, 5063.65, 3743.79, 57.07, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.48, 5, coast, -10.07, 53547.00, 5065.74, 3745.89, 56.97, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.49, 5, coast, -10.07, 53551.00, 5065.19, 3745.33, 56.87, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.50, 5, coast, -10.07, 53516.00, 5070.07, 3750.21, 56.77, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.51, 5, coast, -10.07, 53560.00, 5063.93, 3744.07, 56.67, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.52, 5, coast, -10.07, 53532.00, 5067.84, 3747.98, 56.57, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.53, 5, coast, -10.07, 53533.00, 5067.70, 3747.84, 56.47, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.54, 5, coast, -10.07, 53535.00, 5067.42, 3747.56, 56.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.55, 5, coast, -10.07, 53519.00, 5069.65, 3749.79, 56.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.56, 5, coast, -10.07, 53525.00, 5068.81, 3748.96, 56.17, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.57, 5, coast, -10.07, 53513.00, 5070.49, 3750.63, 56.06, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.58, 5, coast, -10.07, 53516.00, 5070.07, 3750.21, 55.96, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.59, 5, coast, -10.07, 53504.00, 5071.74, 3751.89, 55.86, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.60, 5, coast, -10.07, 53507.00, 5071.33, 3751.47, 55.76, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.61, 5, coast, -10.07, 53492.00, 5073.42, 3753.56, 55.66, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.62, 5, coast, -10.07, 53509.00, 5071.05, 3751.19, 55.56, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.63, 5, coast, -10.07, 53510.00, 5070.91, 3751.05, 55.46, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.64, 5, coast, -10.07, 53503.00, 5071.88, 3752.03, 55.36, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.65, 5, coast, -10.07, 53499.00, 5072.44, 3752.59, 55.26, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.66, 5, coast, -10.07, 53490.00, 5073.70, 3753.84, 55.16, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.67, 5, coast, -10.07, 53485.00, 5074.40, 3754.54, 55.06, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.68, 5, coast, -10.07, 53492.00, 5073.42, 3753.56, 54.96, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.69, 5, coast, -10.07, 53470.00, 5076.49, 3756.64, 54.86, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.70, 5, coast, -10.07, 53455.00, 5078.59, 3758.73, 54.76, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.70, 5, coast, -10.07, 53455.00, 5078.59, 3758.73, 54.76, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.71, 5, coast, -10.07, 53460.00, 5077.89, 3758.03, 54.65, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.72, 5, coast, -10.07, 53484.00, 5074.54, 3754.68, 54.55, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.73, 5, coast, -10.07, 53465.00, 5077.19, 3757.33, 54.45, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.74, 5, coast, -10.07, 53461.00, 5077.75, 3757.89, 54.35, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.75, 5, coast, -10.07, 53468.00, 5076.77, 3756.92, 54.25, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.76, 5, coast, -10.07, 53465.00, 5077.19, 3757.33, 54.15, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.77, 5, coast, -10.07, 53458.00, 5078.17, 3758.31, 54.05, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.78, 5, coast, -10.07, 53446.00, 5079.85, 3759.99, 53.95, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.79, 5, coast, -10.07, 53433.00, 5081.66, 3761.81, 53.85, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.80, 5, coast, -10.07, 53441.00, 5080.54, 3760.69, 53.75, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.81, 5, coast, -10.07, 53433.00, 5081.66, 3761.81, 53.65, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.82, 5, coast, -10.07, 53440.00, 5080.68, 3760.83, 53.55, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.83, 5, coast, -10.07, 53416.00, 5084.04, 3764.18, 53.45, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.84, 5, coast, -10.07, 53425.00, 5082.78, 3762.92, 53.35, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.85, 5, coast, -10.07, 53410.00, 5084.88, 3765.02, 53.24, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.86, 5, coast, -10.07, 53417.00, 5083.90, 3764.04, 53.14, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.87, 5, coast, -10.07, 53415.00, 5084.18, 3764.32, 53.04, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.88, 5, coast, -10.07, 53397.00, 5086.69, 3766.84, 52.94, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.89, 5, coast, -10.07, 53414.00, 5084.32, 3764.46, 52.84, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.90, 5, coast, -10.07, 53405.00, 5085.58, 3765.72, 52.74, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.91, 5, coast, -10.07, 53405.00, 5085.58, 3765.72, 52.64, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.92, 5, coast, -10.07, 53387.00, 5088.09, 3768.24, 52.54, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.93, 5, coast, -10.07, 53365.00, 5091.17, 3771.31, 52.44, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.94, 5, coast, -10.07, 53376.00, 5089.63, 3769.78, 52.34, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.95, 5, coast, -10.07, 53366.00, 5091.03, 3771.17, 52.24, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.96, 5, coast, -10.07, 53392.00, 5087.39, 3767.54, 52.14, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.97, 5, coast, -10.07, 53391.00, 5087.53, 3767.68, 52.04, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.98, 5, coast, -10.07, 53376.00, 5089.63, 3769.78, 51.94, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 23.99, 5, coast, -10.07, 53366.00, 5091.03, 3771.17, 51.83, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.00, 5, coast, -10.07, 53353.00, 5092.85, 3772.99, 51.73, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.01, 5, coast, -10.07, 53362.00, 5091.59, 3771.73, 51.63, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.02, 5, coast, -10.07, 53367.00, 5090.89, 3771.03, 51.53, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.02, 5, coast, -10.07, 53367.00, 5090.89, 3771.03, 51.53, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.03, 5, coast, -10.07, 53355.00, 5092.57, 3772.71, 51.43, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.04, 5, coast, -10.07, 53377.00, 5089.49, 3769.64, 51.33, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.05, 5, coast, -10.07, 53335.00, 5095.37, 3775.51, 51.23, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.06, 5, coast, -10.07, 53328.00, 5096.35, 3776.49, 51.13, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.07, 5, coast, -10.07, 53342.00, 5094.39, 3774.53, 51.03, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.08, 5, coast, -10.07, 53342.00, 5094.39, 3774.53, 50.93, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.09, 5, coast, -10.07, 53332.00, 5095.79, 3775.93, 50.83, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.10, 5, coast, -10.07, 53329.00, 5096.21, 3776.35, 50.73, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.11, 5, coast, -10.07, 53320.00, 5097.47, 3777.61, 50.63, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.12, 5, coast, -10.07, 53325.00, 5096.77, 3776.91, 50.53, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.13, 5, coast, -10.07, 53285.00, 5102.37, 3782.51, 50.42, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.14, 5, coast, -10.07, 53314.00, 5098.31, 3778.45, 50.32, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.15, 5, coast, -10.07, 53337.00, 5095.09, 3775.23, 50.22, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.16, 5, coast, -10.07, 53301.00, 5100.13, 3780.27, 50.12, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.17, 5, coast, -10.07, 53298.00, 5100.55, 3780.69, 50.02, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.18, 5, coast, -10.07, 53313.00, 5098.45, 3778.59, 49.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.19, 5, coast, -10.07, 53300.00, 5100.27, 3780.41, 49.82, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.20, 5, coast, -10.07, 53307.00, 5099.29, 3779.43, 49.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.21, 5, coast, -10.07, 53294.00, 5101.11, 3781.25, 49.62, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.22, 5, coast, -10.07, 53294.00, 5101.11, 3781.25, 49.52, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.23, 5, coast, -10.07, 53294.00, 5101.11, 3781.25, 49.42, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.24, 5, coast, -10.07, 53286.00, 5102.23, 3782.37, 49.32, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.25, 5, coast, -10.07, 53278.00, 5103.35, 3783.49, 49.22, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.26, 5, coast, -10.07, 53304.00, 5099.71, 3779.85, 49.12, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.27, 5, coast, -10.07, 53285.00, 5102.37, 3782.51, 49.01, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.28, 5, coast, -10.07, 53279.00, 5103.21, 3783.35, 48.91, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.29, 5, coast, -10.07, 53257.00, 5106.29, 3786.44, 48.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.30, 5, coast, -10.07, 53260.00, 5105.87, 3786.02, 48.71, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.31, 5, coast, -10.07, 53265.00, 5105.17, 3785.32, 48.61, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.32, 5, coast, -10.07, 53261.00, 5105.73, 3785.88, 48.51, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.33, 5, coast, -10.07, 53262.00, 5105.59, 3785.74, 48.41, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.34, 5, coast, -10.07, 53256.00, 5106.43, 3786.58, 48.31, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.34, 5, coast, -10.07, 53256.00, 5106.43, 3786.58, 48.31, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.35, 5, coast, -10.07, 53246.00, 5107.83, 3787.98, 48.21, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.36, 5, coast, -10.07, 53251.00, 5107.13, 3787.28, 48.11, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.37, 5, coast, -10.07, 53258.00, 5106.15, 3786.30, 48.01, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.38, 5, coast, -10.07, 53214.00, 5112.32, 3792.46, 47.91, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.39, 5, coast, -10.07, 53231.00, 5109.94, 3790.08, 47.81, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.40, 5, coast, -10.07, 53252.00, 5106.99, 3787.14, 47.71, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.41, 5, coast, -10.07, 53225.00, 5110.78, 3790.92, 47.60, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.42, 5, coast, -10.07, 53235.00, 5109.38, 3789.52, 47.50, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.43, 5, coast, -10.07, 53232.00, 5109.80, 3789.94, 47.40, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.44, 5, coast, -10.07, 53236.00, 5109.24, 3789.38, 47.30, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417030,-106.9155360, 5337.0, 2022, 6, 24, 15, 17, 40, 453, 3973, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 30, 0, 0, 0, 0, 28, 28, 28, 30, 0, 0, 30, 0, 22, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.45, 5, coast, -10.07, 53217.00, 5111.90, 3792.04, 47.20, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.45, 5, coast, -10.07, 53217.00, 5111.90, 3792.04, 47.20, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.45, 5, coast, -10.07, 53217.00, 5111.90, 3792.04, 47.20, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.45, 5, coast, -10.07, 53217.00, 5111.90, 3792.04, 47.20, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.45, 5, coast, -10.07, 53217.00, 5111.90, 3792.04, 47.20, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.45, 5, coast, -10.07, 53217.00, 5111.90, 3792.04, 47.20, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.46, 5, coast, -10.07, 53187.00, 5116.11, 3796.25, 47.10, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.47, 5, coast, -10.07, 53208.00, 5113.16, 3793.31, 47.00, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.48, 5, coast, -10.07, 53219.00, 5111.62, 3791.76, 46.90, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.49, 5, coast, -10.07, 53188.00, 5115.97, 3796.11, 46.80, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.50, 5, coast, -10.07, 53175.00, 5117.79, 3797.93, 46.70, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.51, 5, coast, -10.07, 53172.00, 5118.21, 3798.36, 46.60, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.52, 5, coast, -9.54, 53193.00, 5115.26, 3795.41, 46.50, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.53, 5, coast, -10.07, 53189.00, 5115.83, 3795.97, 46.40, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.54, 5, coast, -10.07, 53173.00, 5118.07, 3798.21, 46.30, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.55, 5, coast, -10.07, 53165.00, 5119.19, 3799.34, 46.20, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.56, 5, coast, -10.07, 53164.00, 5119.33, 3799.48, 46.10, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.57, 5, coast, -10.07, 53159.00, 5120.04, 3800.18, 46.00, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.58, 5, coast, -10.07, 53162.00, 5119.61, 3799.76, 45.90, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.59, 5, coast, -10.07, 53156.00, 5120.46, 3800.60, 45.80, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.60, 5, coast, -10.07, 53178.00, 5117.37, 3797.51, 45.70, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.61, 5, coast, -10.07, 53148.00, 5121.58, 3801.72, 45.60, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.62, 5, coast, -9.54, 53160.00, 5119.89, 3800.04, 45.50, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.63, 5, coast, -10.07, 53154.00, 5120.74, 3800.88, 45.40, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.64, 5, coast, -10.07, 53171.00, 5118.35, 3798.50, 45.30, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.65, 5, coast, -10.07, 53161.00, 5119.75, 3799.90, 45.20, 34.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.66, 5, coast, -10.07, 53152.00, 5121.02, 3801.16, 45.10, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.66, 5, coast, -10.07, 53152.00, 5121.02, 3801.16, 45.10, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.67, 5, coast, -10.07, 53165.00, 5119.19, 3799.34, 45.00, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.68, 5, coast, -10.07, 53148.00, 5121.58, 3801.72, 44.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.69, 5, coast, -10.07, 53135.00, 5123.40, 3803.55, 44.80, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.70, 5, coast, -10.07, 53130.00, 5124.11, 3804.25, 44.70, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.71, 5, coast, -10.07, 53119.00, 5125.65, 3805.79, 44.60, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.72, 5, coast, -9.54, 53147.00, 5121.72, 3801.86, 44.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.73, 5, coast, -10.07, 53126.00, 5124.67, 3804.81, 44.40, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.74, 5, coast, -10.07, 53116.00, 5126.07, 3806.22, 44.30, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.75, 5, coast, -9.54, 53131.00, 5123.97, 3804.11, 44.20, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.76, 5, coast, -10.07, 53117.00, 5125.93, 3806.08, 44.10, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.77, 5, coast, -10.07, 53129.00, 5124.25, 3804.39, 44.00, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.78, 5, coast, -10.07, 53110.00, 5126.91, 3807.06, 43.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.79, 5, coast, -10.07, 53109.00, 5127.05, 3807.20, 43.80, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.80, 5, coast, -10.07, 53112.00, 5126.63, 3806.78, 43.70, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.81, 5, coast, -10.07, 53101.00, 5128.18, 3808.32, 43.60, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.82, 5, coast, -10.07, 53117.00, 5125.93, 3806.08, 43.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.83, 5, coast, -10.07, 53102.00, 5128.04, 3808.18, 43.40, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.84, 5, coast, -10.07, 53095.00, 5129.02, 3809.17, 43.30, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.85, 5, coast, -10.07, 53108.00, 5127.20, 3807.34, 43.20, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.86, 5, coast, -9.54, 53089.00, 5129.86, 3810.01, 43.10, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.87, 5, coast, -9.54, 53083.00, 5130.71, 3810.85, 43.00, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.88, 5, coast, -10.07, 53070.00, 5132.53, 3812.68, 42.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.89, 5, coast, -9.54, 53069.00, 5132.67, 3812.82, 42.80, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.90, 5, coast, -10.07, 53047.00, 5135.77, 3815.91, 42.70, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.91, 5, coast, -10.07, 53068.00, 5132.81, 3812.96, 42.61, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.92, 5, coast, -10.07, 53071.00, 5132.39, 3812.54, 42.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.93, 5, coast, -10.07, 53063.00, 5133.52, 3813.66, 42.40, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.94, 5, coast, -10.07, 53096.00, 5128.88, 3809.03, 42.30, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.95, 5, coast, -10.07, 53078.00, 5131.41, 3811.55, 42.21, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.96, 5, coast, -9.54, 53055.00, 5134.64, 3814.79, 42.11, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.97, 5, coast, -9.54, 53053.00, 5134.92, 3815.07, 42.01, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.98, 5, coast, -10.07, 53055.00, 5134.64, 3814.79, 41.91, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.98, 5, coast, -10.07, 53055.00, 5134.64, 3814.79, 41.91, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 24.99, 5, coast, -10.07, 53062.00, 5133.66, 3813.80, 41.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.00, 5, coast, -10.07, 53041.00, 5136.61, 3816.75, 41.71, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.01, 5, coast, -10.07, 53020.00, 5139.56, 3819.71, 41.61, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.02, 5, coast, -10.07, 53045.00, 5136.05, 3816.19, 41.51, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.03, 5, coast, -10.07, 53033.00, 5137.73, 3817.88, 41.41, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.04, 5, coast, -10.07, 53045.00, 5136.05, 3816.19, 41.31, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.05, 5, coast, -10.07, 53045.00, 5136.05, 3816.19, 41.21, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.06, 5, coast, -10.07, 53039.00, 5136.89, 3817.04, 41.11, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.07, 5, coast, -10.07, 53010.00, 5140.97, 3821.11, 41.01, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.08, 5, coast, -10.07, 53019.00, 5139.70, 3819.85, 40.91, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.09, 5, coast, -10.07, 53027.00, 5138.58, 3818.72, 40.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.10, 5, coast, -9.54, 53023.00, 5139.14, 3819.29, 40.71, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.11, 5, coast, -10.07, 53022.00, 5139.28, 3819.43, 40.61, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.12, 5, coast, -10.07, 53011.00, 5140.83, 3820.97, 40.51, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.13, 5, coast, -10.07, 53004.00, 5141.81, 3821.96, 40.41, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.14, 5, coast, -10.07, 52994.00, 5143.22, 3823.36, 40.31, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.15, 5, coast, -10.07, 53014.00, 5140.41, 3820.55, 40.20, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.16, 5, coast, -10.07, 53005.00, 5141.67, 3821.82, 40.10, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.17, 5, coast, -10.07, 53004.00, 5141.81, 3821.96, 40.01, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.18, 5, coast, -9.54, 52998.00, 5142.66, 3822.80, 39.91, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.19, 5, coast, -10.07, 52992.00, 5143.50, 3823.65, 39.81, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.20, 5, coast, -9.54, 52993.00, 5143.36, 3823.51, 39.71, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.21, 5, coast, -10.07, 53006.00, 5141.53, 3821.68, 39.61, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.22, 5, coast, -10.07, 52985.00, 5144.49, 3824.63, 39.51, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.23, 5, coast, -9.54, 52995.00, 5143.08, 3823.22, 39.41, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.24, 5, coast, -10.07, 52993.00, 5143.36, 3823.51, 39.31, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.25, 5, coast, -10.07, 52988.00, 5144.06, 3824.21, 39.21, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.26, 5, coast, -9.54, 52979.00, 5145.33, 3825.48, 39.12, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.27, 5, coast, -10.07, 52962.00, 5147.72, 3827.87, 39.02, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.28, 5, coast, -10.07, 52981.00, 5145.05, 3825.19, 38.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.29, 5, coast, -10.07, 52978.00, 5145.47, 3825.62, 38.82, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.30, 5, coast, -10.07, 52959.00, 5148.15, 3828.29, 38.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.30, 5, coast, -10.07, 52959.00, 5148.15, 3828.29, 38.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.31, 5, coast, -9.54, 52991.00, 5143.64, 3823.79, 38.62, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.32, 5, coast, -9.54, 52947.00, 5149.84, 3829.98, 38.52, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.33, 5, coast, -10.07, 52979.00, 5145.33, 3825.48, 38.42, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.34, 5, coast, -10.07, 52953.00, 5148.99, 3829.13, 38.32, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.35, 5, coast, -10.07, 52948.00, 5149.69, 3829.84, 38.22, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.36, 5, coast, -9.54, 52947.00, 5149.84, 3829.98, 38.12, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.37, 5, coast, -10.07, 52949.00, 5149.55, 3829.70, 38.02, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.38, 5, coast, -10.07, 52961.00, 5147.86, 3828.01, 37.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.39, 5, coast, -10.07, 52935.00, 5151.53, 3831.67, 37.82, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.40, 5, coast, -10.07, 52953.00, 5148.99, 3829.13, 37.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.41, 5, coast, -10.07, 52948.00, 5149.69, 3829.84, 37.62, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.42, 5, coast, -10.07, 52939.00, 5150.96, 3831.11, 37.52, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.43, 5, coast, -10.07, 52946.00, 5149.98, 3830.12, 37.42, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.44, 5, coast, -9.54, 52937.00, 5151.24, 3831.39, 37.33, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9417993,-106.9157084, 5393.0, 2022, 6, 24, 15, 17, 41, 472, 4031, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 29, 0, 0, 0, 0, 30, 27, 29, 31, 0, 0, 30, 0, 30, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.45, 5, coast, -9.54, 52928.00, 5152.51, 3832.66, 37.23, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.45, 5, coast, -9.54, 52928.00, 5152.51, 3832.66, 37.23, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.45, 5, coast, -9.54, 52928.00, 5152.51, 3832.66, 37.23, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.45, 5, coast, -9.54, 52928.00, 5152.51, 3832.66, 37.23, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.45, 5, coast, -9.54, 52928.00, 5152.51, 3832.66, 37.23, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.45, 5, coast, -9.54, 52928.00, 5152.51, 3832.66, 37.23, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.46, 5, coast, -10.07, 52918.00, 5153.92, 3834.06, 37.13, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.47, 5, coast, -10.07, 52942.00, 5150.54, 3830.68, 37.03, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.48, 5, coast, -10.07, 52934.00, 5151.67, 3831.81, 36.93, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.49, 5, coast, -10.07, 52940.00, 5150.82, 3830.97, 36.83, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.50, 5, coast, -10.07, 52936.00, 5151.38, 3831.53, 36.73, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.51, 5, coast, -10.07, 52919.00, 5153.78, 3833.92, 36.63, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.52, 5, coast, -9.54, 52926.00, 5152.79, 3832.94, 36.53, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.53, 5, coast, -9.54, 52909.00, 5155.19, 3835.33, 36.43, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.54, 5, coast, -10.07, 52916.00, 5154.20, 3834.35, 36.33, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.55, 5, coast, -10.07, 52917.00, 5154.06, 3834.20, 36.24, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.56, 5, coast, -9.54, 52929.00, 5152.37, 3832.51, 36.14, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.57, 5, coast, -9.54, 52912.00, 5154.76, 3834.91, 36.04, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.58, 5, coast, -10.07, 52901.00, 5156.31, 3836.46, 35.94, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.59, 5, coast, -10.07, 52912.00, 5154.76, 3834.91, 35.84, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.60, 5, coast, -10.07, 52904.00, 5155.89, 3836.04, 35.74, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.61, 5, coast, -10.07, 52887.00, 5158.29, 3838.43, 35.64, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.62, 5, coast, -10.07, 52897.00, 5156.88, 3837.02, 35.54, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.62, 5, coast, -10.07, 52897.00, 5156.88, 3837.02, 35.54, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.63, 5, coast, -9.54, 52898.00, 5156.74, 3836.88, 35.44, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.64, 5, coast, -9.54, 52878.00, 5159.56, 3839.70, 35.35, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.65, 5, coast, -10.07, 52890.00, 5157.86, 3838.01, 35.25, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.66, 5, coast, -9.54, 52889.00, 5158.01, 3838.15, 35.15, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.67, 5, coast, -9.54, 52874.00, 5160.12, 3840.26, 35.05, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.68, 5, coast, -10.07, 52891.00, 5157.72, 3837.87, 34.96, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.69, 5, coast, -10.07, 52888.00, 5158.15, 3838.29, 34.86, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.70, 5, coast, -9.54, 52876.00, 5159.84, 3839.98, 34.76, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.71, 5, coast, -9.54, 52888.00, 5158.15, 3838.29, 34.66, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.72, 5, coast, -9.54, 52873.00, 5160.26, 3840.40, 34.56, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.73, 5, coast, -10.07, 52868.00, 5160.96, 3841.11, 34.47, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.74, 5, coast, -10.07, 52866.00, 5161.25, 3841.39, 34.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.75, 5, coast, -9.54, 52871.00, 5160.54, 3840.69, 34.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.76, 5, coast, -10.07, 52875.00, 5159.98, 3840.12, 34.17, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.77, 5, coast, -9.54, 52846.00, 5164.07, 3844.21, 34.08, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.78, 5, coast, -9.54, 52879.00, 5159.41, 3839.56, 33.98, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.79, 5, coast, -9.54, 52859.00, 5162.23, 3842.38, 33.88, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.80, 5, coast, -9.54, 52875.00, 5159.98, 3840.12, 33.79, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.81, 5, coast, -9.54, 52863.00, 5161.67, 3841.81, 33.69, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.82, 5, coast, -9.54, 52861.00, 5161.95, 3842.10, 33.60, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.83, 5, coast, -9.54, 52862.00, 5161.81, 3841.96, 33.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.84, 5, coast, -10.07, 52854.00, 5162.94, 3843.08, 33.40, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.85, 5, coast, -10.07, 52830.00, 5166.32, 3846.47, 33.30, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.86, 5, coast, -9.54, 52829.00, 5166.46, 3846.61, 33.21, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.87, 5, coast, -9.54, 52854.00, 5162.94, 3843.08, 33.11, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.88, 5, coast, -9.54, 52819.00, 5167.87, 3848.02, 33.01, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.89, 5, coast, -9.54, 52821.00, 5167.59, 3847.74, 32.92, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.90, 5, coast, -9.54, 52845.00, 5164.21, 3844.35, 32.82, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.91, 5, coast, -10.07, 52840.00, 5164.91, 3845.06, 32.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.92, 5, coast, -10.07, 52835.00, 5165.62, 3845.76, 32.63, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.93, 5, coast, -9.54, 52809.00, 5169.29, 3849.43, 32.53, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.94, 5, coast, -9.54, 52845.00, 5164.21, 3844.35, 32.43, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.94, 5, coast, -9.54, 52845.00, 5164.21, 3844.35, 32.43, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.95, 5, coast, -10.07, 52829.00, 5166.46, 3846.61, 32.33, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.96, 5, coast, -9.54, 52825.00, 5167.03, 3847.17, 32.24, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.97, 5, coast, -9.54, 52809.00, 5169.29, 3849.43, 32.14, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.98, 5, coast, -9.54, 52834.00, 5165.76, 3845.90, 32.04, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 25.99, 5, coast, -9.54, 52806.00, 5169.71, 3849.85, 31.95, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.00, 5, coast, -10.07, 52817.00, 5168.16, 3848.30, 31.85, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.01, 5, coast, -10.07, 52831.00, 5166.18, 3846.33, 31.75, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.02, 5, coast, -9.54, 52818.00, 5168.02, 3848.16, 31.65, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.03, 5, coast, -10.07, 52803.00, 5170.13, 3850.28, 31.55, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.04, 5, coast, -9.54, 52809.00, 5169.29, 3849.43, 31.46, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.05, 5, coast, -9.54, 52798.00, 5170.84, 3850.98, 31.36, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.06, 5, coast, -10.07, 52804.00, 5169.99, 3850.14, 31.26, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.07, 5, coast, -10.07, 52807.00, 5169.57, 3849.71, 31.16, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.08, 5, coast, -9.54, 52802.00, 5170.27, 3850.42, 31.07, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.09, 5, coast, -9.54, 52808.00, 5169.43, 3849.57, 30.97, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.10, 5, coast, -9.54, 52790.00, 5171.97, 3852.11, 30.87, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.11, 5, coast, -9.54, 52777.00, 5173.80, 3853.95, 30.78, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.12, 5, coast, -9.54, 52778.00, 5173.66, 3853.80, 30.68, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.13, 5, coast, -10.07, 52783.00, 5172.95, 3853.10, 30.58, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.14, 5, coast, -9.54, 52770.00, 5174.79, 3854.93, 30.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.15, 5, coast, -10.07, 52780.00, 5173.38, 3853.52, 30.39, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.16, 5, coast, -10.07, 52785.00, 5172.67, 3852.82, 30.29, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.17, 5, coast, -9.54, 52775.00, 5174.08, 3854.23, 30.19, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.18, 5, coast, -9.54, 52784.00, 5172.81, 3852.96, 30.09, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.19, 5, coast, -9.54, 52786.00, 5172.53, 3852.68, 30.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.20, 5, coast, -9.54, 52769.00, 5174.93, 3855.08, 29.90, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.21, 5, coast, -10.07, 52782.00, 5173.10, 3853.24, 29.80, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.22, 5, coast, -10.07, 52773.00, 5174.37, 3854.51, 29.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.23, 5, coast, -9.54, 52768.00, 5175.07, 3855.22, 29.61, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.24, 5, coast, -9.54, 52777.00, 5173.80, 3853.95, 29.51, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.25, 5, coast, -9.54, 52768.00, 5175.07, 3855.22, 29.41, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.26, 5, coast, -9.54, 52760.00, 5176.20, 3856.35, 29.32, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.26, 5, coast, -9.54, 52760.00, 5176.20, 3856.35, 29.32, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.27, 5, coast, -9.54, 52749.00, 5177.76, 3857.90, 29.22, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.28, 5, coast, -10.07, 52756.00, 5176.77, 3856.91, 29.13, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.29, 5, coast, -9.54, 52760.00, 5176.20, 3856.35, 29.03, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.30, 5, coast, -9.54, 52755.00, 5176.91, 3857.05, 28.93, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.31, 5, coast, -9.54, 52732.00, 5180.16, 3860.30, 28.84, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.32, 5, coast, -9.54, 52746.00, 5178.18, 3858.32, 28.74, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.33, 5, coast, -9.54, 52756.00, 5176.77, 3856.91, 28.64, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.34, 5, coast, -10.07, 52754.00, 5177.05, 3857.19, 28.55, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.35, 5, coast, -9.54, 52760.00, 5176.20, 3856.35, 28.45, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.36, 5, coast, -9.54, 52744.00, 5178.46, 3858.61, 28.36, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.37, 5, coast, -9.54, 52752.00, 5177.33, 3857.48, 28.26, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.38, 5, coast, -9.54, 52747.00, 5178.04, 3858.18, 28.16, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.39, 5, coast, -9.54, 52728.00, 5180.72, 3860.87, 28.07, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.40, 5, coast, -10.07, 52739.00, 5179.17, 3859.31, 27.97, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.41, 5, coast, -10.07, 52747.00, 5178.04, 3858.18, 27.87, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.42, 5, coast, -9.54, 52731.00, 5180.30, 3860.44, 27.77, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.43, 5, coast, -9.54, 52741.00, 5178.89, 3859.03, 27.68, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.44, 5, coast, -9.54, 52729.00, 5180.58, 3860.72, 27.58, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9418966,-106.9158807, 5439.0, 2022, 6, 24, 15, 17, 42, 492, 4079, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 28, 0, 0, 0, 0, 32, 28, 29, 31, 0, 0, 30, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 26.45, 5, coast, -10.07, 52739.00, 5179.17, 3859.31, 27.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.45, 5, coast, -10.07, 52739.00, 5179.17, 3859.31, 27.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.45, 5, coast, -10.07, 52739.00, 5179.17, 3859.31, 27.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.45, 5, coast, -10.07, 52739.00, 5179.17, 3859.31, 27.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.45, 5, coast, -10.07, 52739.00, 5179.17, 3859.31, 27.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.45, 5, coast, -10.07, 52739.00, 5179.17, 3859.31, 27.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.46, 5, coast, -9.54, 52741.00, 5178.89, 3859.03, 27.39, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.47, 5, coast, -9.54, 52724.00, 5181.29, 3861.43, 27.29, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.48, 5, coast, -10.07, 52727.00, 5180.86, 3861.01, 27.19, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.49, 5, coast, -9.54, 52715.00, 5182.56, 3862.70, 27.09, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.50, 5, coast, -9.54, 52722.00, 5181.57, 3861.71, 27.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.51, 5, coast, -9.54, 52732.00, 5180.16, 3860.30, 26.90, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.52, 5, coast, -9.54, 52727.00, 5180.86, 3861.01, 26.81, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.53, 5, coast, -9.54, 52730.00, 5180.44, 3860.58, 26.71, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.54, 5, coast, -9.54, 52739.00, 5179.17, 3859.31, 26.61, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.55, 5, coast, -10.07, 52716.00, 5182.42, 3862.56, 26.52, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.56, 5, coast, -9.54, 52711.00, 5183.12, 3863.27, 26.42, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.57, 5, coast, -10.07, 52717.00, 5182.28, 3862.42, 26.32, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.58, 5, coast, -9.54, 52735.00, 5179.73, 3859.88, 26.22, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.58, 5, coast, -9.54, 52735.00, 5179.73, 3859.88, 26.22, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.59, 5, coast, -9.54, 52714.00, 5182.70, 3862.84, 26.13, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.60, 5, coast, -10.07, 52696.00, 5185.24, 3865.39, 26.03, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.61, 5, coast, -9.54, 52708.00, 5183.55, 3863.69, 25.93, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.62, 5, coast, -9.54, 52711.00, 5183.12, 3863.27, 25.84, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.63, 5, coast, -9.54, 52705.00, 5183.97, 3864.12, 25.74, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.64, 5, coast, -9.54, 52706.00, 5183.83, 3863.97, 25.65, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.65, 5, coast, -9.54, 52702.00, 5184.40, 3864.54, 25.55, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.66, 5, coast, -9.54, 52690.00, 5186.09, 3866.24, 25.45, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.67, 5, coast, -9.54, 52710.00, 5183.26, 3863.41, 25.36, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.68, 5, coast, -9.54, 52714.00, 5182.70, 3862.84, 25.26, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.69, 5, coast, -9.54, 52705.00, 5183.97, 3864.12, 25.17, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.70, 5, coast, -9.54, 52686.00, 5186.66, 3866.80, 25.07, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.71, 5, coast, -9.54, 52692.00, 5185.81, 3865.95, 24.98, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.72, 5, coast, -9.54, 52687.00, 5186.52, 3866.66, 24.88, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.73, 5, coast, -9.54, 52658.00, 5190.62, 3870.76, 24.79, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.74, 5, coast, -9.54, 52686.00, 5186.66, 3866.80, 24.69, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.75, 5, coast, -9.54, 52687.00, 5186.52, 3866.66, 24.60, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.76, 5, coast, -9.54, 52675.00, 5188.21, 3868.36, 24.50, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.77, 5, coast, -9.54, 52674.00, 5188.35, 3868.50, 24.41, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.78, 5, coast, -9.54, 52676.00, 5188.07, 3868.21, 24.31, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.79, 5, coast, -9.54, 52668.00, 5189.20, 3869.35, 24.21, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.80, 5, coast, -9.54, 52650.00, 5191.75, 3871.89, 24.12, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.81, 5, coast, -9.54, 52670.00, 5188.92, 3869.06, 24.02, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.82, 5, coast, -10.07, 52673.00, 5188.49, 3868.64, 23.93, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.83, 5, coast, -9.54, 52679.00, 5187.65, 3867.79, 23.83, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.84, 5, coast, -9.54, 52667.00, 5189.34, 3869.49, 23.73, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.85, 5, coast, -9.54, 52658.00, 5190.62, 3870.76, 23.64, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.86, 5, coast, -9.54, 52649.00, 5191.89, 3872.03, 23.54, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.87, 5, coast, -9.54, 52676.00, 5188.07, 3868.21, 23.45, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.88, 5, coast, -9.54, 52690.00, 5186.09, 3866.24, 23.35, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.89, 5, coast, -9.54, 52651.00, 5191.61, 3871.75, 23.26, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.90, 5, coast, -9.54, 52665.00, 5189.63, 3869.77, 23.16, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.90, 5, coast, -9.54, 52665.00, 5189.63, 3869.77, 23.16, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.91, 5, coast, -9.54, 52646.00, 5192.31, 3872.46, 23.06, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.92, 5, coast, -9.54, 52656.00, 5190.90, 3871.04, 22.97, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.93, 5, coast, -9.54, 52638.00, 5193.44, 3873.59, 22.87, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.94, 5, coast, -9.54, 52636.00, 5193.73, 3873.87, 22.78, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.95, 5, coast, -9.54, 52654.00, 5191.18, 3871.33, 22.68, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.96, 5, coast, -9.54, 52674.00, 5188.35, 3868.50, 22.59, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.97, 5, coast, -9.54, 52633.00, 5194.15, 3874.30, 22.49, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.98, 5, coast, -9.54, 52606.00, 5197.97, 3878.12, 22.40, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 26.99, 5, coast, -9.54, 52634.00, 5194.01, 3874.15, 22.30, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.00, 5, coast, -9.54, 52645.00, 5192.45, 3872.60, 22.21, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.01, 5, coast, -9.54, 52663.00, 5189.91, 3870.05, 22.11, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.02, 5, coast, -9.54, 52636.00, 5193.73, 3873.87, 22.01, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.03, 5, coast, -9.54, 52625.00, 5195.28, 3875.43, 21.92, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.04, 5, coast, -9.54, 52649.00, 5191.89, 3872.03, 21.82, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.05, 5, coast, -9.54, 52634.00, 5194.01, 3874.15, 21.73, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.06, 5, coast, -9.54, 52618.00, 5196.27, 3876.42, 21.63, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.07, 5, coast, -9.54, 52617.00, 5196.42, 3876.56, 21.54, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.08, 5, coast, -9.54, 52631.00, 5194.43, 3874.58, 21.44, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.09, 5, coast, -9.54, 52637.00, 5193.59, 3873.73, 21.35, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.10, 5, coast, -9.54, 52629.00, 5194.72, 3874.86, 21.25, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.11, 5, coast, -9.54, 52619.00, 5196.13, 3876.28, 21.16, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.12, 5, coast, -9.54, 52636.00, 5193.73, 3873.87, 21.06, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.13, 5, coast, -10.07, 52640.00, 5193.16, 3873.31, 20.96, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.14, 5, coast, -9.54, 52638.00, 5193.44, 3873.59, 20.87, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.15, 5, coast, -9.54, 52632.00, 5194.29, 3874.44, 20.77, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.16, 5, coast, -10.07, 52632.00, 5194.29, 3874.44, 20.67, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.17, 5, coast, -9.54, 52624.00, 5195.43, 3875.57, 20.57, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.18, 5, coast, -9.54, 52620.00, 5195.99, 3876.14, 20.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.19, 5, coast, -10.07, 52611.00, 5197.26, 3877.41, 20.38, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.20, 5, coast, -9.54, 52607.00, 5197.83, 3877.98, 20.28, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.21, 5, coast, -10.07, 52606.00, 5197.97, 3878.12, 20.18, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.22, 5, coast, -9.54, 52623.00, 5195.57, 3875.71, 20.09, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.22, 5, coast, -9.54, 52623.00, 5195.57, 3875.71, 20.09, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.23, 5, coast, -9.54, 52615.00, 5196.70, 3876.84, 19.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.24, 5, coast, -9.54, 52606.00, 5197.97, 3878.12, 19.89, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.25, 5, coast, -9.54, 52609.00, 5197.55, 3877.69, 19.80, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.26, 5, coast, -9.54, 52609.00, 5197.55, 3877.69, 19.70, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.27, 5, coast, -9.54, 52594.00, 5199.67, 3879.82, 19.61, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.28, 5, coast, -9.54, 52612.00, 5197.12, 3877.27, 19.51, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.29, 5, coast, -9.54, 52614.00, 5196.84, 3876.98, 19.42, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.30, 5, coast, -9.54, 52593.00, 5199.81, 3879.96, 19.32, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.31, 5, coast, -9.54, 52623.00, 5195.57, 3875.71, 19.23, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.32, 5, coast, -9.54, 52602.00, 5198.54, 3878.68, 19.13, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.33, 5, coast, -9.54, 52620.00, 5195.99, 3876.14, 19.04, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.34, 5, coast, -9.54, 52595.00, 5199.53, 3879.67, 18.94, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.35, 5, coast, -9.54, 52600.00, 5198.82, 3878.97, 18.84, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.36, 5, coast, -9.54, 52596.00, 5199.39, 3879.53, 18.75, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.37, 5, coast, -9.54, 52595.00, 5199.53, 3879.67, 18.65, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.38, 5, coast, -9.54, 52592.00, 5199.95, 3880.10, 18.56, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.39, 5, coast, -9.54, 52594.00, 5199.67, 3879.82, 18.46, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.40, 5, coast, -9.54, 52598.00, 5199.10, 3879.25, 18.37, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.41, 5, coast, -9.54, 52586.00, 5200.80, 3880.95, 18.27, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.42, 5, coast, -9.54, 52596.00, 5199.39, 3879.53, 18.18, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.43, 5, coast, -9.54, 52604.00, 5198.26, 3878.40, 18.08, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9419941,-106.9160507, 5475.0, 2022, 6, 24, 15, 17, 43, 511, 4117, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 28, 0, 0, 0, 0, 32, 27, 29, 30, 0, 0, 29, 0, 27, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.44, 5, coast, -9.54, 52590.00, 5200.24, 3880.38, 17.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.44, 5, coast, -9.54, 52590.00, 5200.24, 3880.38, 17.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.44, 5, coast, -9.54, 52590.00, 5200.24, 3880.38, 17.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.44, 5, coast, -9.54, 52590.00, 5200.24, 3880.38, 17.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.44, 5, coast, -9.54, 52590.00, 5200.24, 3880.38, 17.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.44, 5, coast, -9.54, 52590.00, 5200.24, 3880.38, 17.99, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.45, 5, coast, -9.54, 52597.00, 5199.25, 3879.39, 17.89, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.46, 5, coast, -9.54, 52595.00, 5199.53, 3879.67, 17.80, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.47, 5, coast, -9.54, 52586.00, 5200.80, 3880.95, 17.70, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.48, 5, coast, -9.54, 52570.00, 5203.07, 3883.21, 17.60, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.49, 5, coast, -9.54, 52583.00, 5201.23, 3881.37, 17.51, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.50, 5, coast, -9.54, 52591.00, 5200.10, 3880.24, 17.41, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.51, 5, coast, -9.54, 52586.00, 5200.80, 3880.95, 17.32, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.52, 5, coast, -9.54, 52595.00, 5199.53, 3879.67, 17.22, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.53, 5, coast, -9.54, 52581.00, 5201.51, 3881.66, 17.13, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.54, 5, coast, -9.54, 52597.00, 5199.25, 3879.39, 17.03, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.54, 5, coast, -9.54, 52597.00, 5199.25, 3879.39, 17.03, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.55, 5, coast, -9.54, 52580.00, 5201.65, 3881.80, 16.94, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.56, 5, coast, -9.54, 52589.00, 5200.38, 3880.52, 16.84, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.57, 5, coast, -9.54, 52575.00, 5202.36, 3882.51, 16.75, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.58, 5, coast, -9.54, 52577.00, 5202.08, 3882.22, 16.65, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.59, 5, coast, -9.54, 52568.00, 5203.35, 3883.50, 16.55, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.60, 5, coast, -9.54, 52575.00, 5202.36, 3882.51, 16.46, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.61, 5, coast, -9.54, 52570.00, 5203.07, 3883.21, 16.36, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.62, 5, coast, -9.54, 52556.00, 5205.05, 3885.20, 16.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.63, 5, coast, -9.54, 52589.00, 5200.38, 3880.52, 16.17, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.64, 5, coast, -9.54, 52562.00, 5204.20, 3884.35, 16.08, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.65, 5, coast, -9.54, 52600.00, 5198.82, 3878.97, 15.98, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.66, 5, coast, -9.54, 52591.00, 5200.10, 3880.24, 15.89, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.67, 5, coast, -9.54, 52561.00, 5204.34, 3884.49, 15.79, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.68, 5, coast, -9.54, 52576.00, 5202.22, 3882.36, 15.70, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.69, 5, coast, -9.54, 52543.00, 5206.89, 3887.04, 15.60, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.70, 5, coast, -9.54, 52579.00, 5201.79, 3881.94, 15.51, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.71, 5, coast, -9.54, 52576.00, 5202.22, 3882.36, 15.41, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.72, 5, coast, -9.54, 52567.00, 5203.49, 3883.64, 15.31, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.73, 5, coast, -9.54, 52573.00, 5202.64, 3882.79, 15.22, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.74, 5, coast, -9.54, 52583.00, 5201.23, 3881.37, 15.12, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.75, 5, coast, -9.54, 52575.00, 5202.36, 3882.51, 15.03, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.76, 5, coast, -9.54, 52564.00, 5203.92, 3884.06, 14.93, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.77, 5, coast, -9.54, 52556.00, 5205.05, 3885.20, 14.84, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.78, 5, coast, -9.54, 52562.00, 5204.20, 3884.35, 14.74, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.79, 5, coast, -9.54, 52579.00, 5201.79, 3881.94, 14.65, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.80, 5, coast, -9.54, 52553.00, 5205.48, 3885.62, 14.55, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.81, 5, coast, -9.54, 52540.00, 5207.32, 3887.46, 14.46, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.82, 5, coast, -9.54, 52586.00, 5200.80, 3880.95, 14.36, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.83, 5, coast, -9.54, 52550.00, 5205.90, 3886.05, 14.26, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.84, 5, coast, -9.54, 52556.00, 5205.05, 3885.20, 14.17, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.85, 5, coast, -9.54, 52550.00, 5205.90, 3886.05, 14.07, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.86, 5, coast, -9.54, 52571.00, 5202.93, 3883.07, 13.98, 34.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.86, 5, coast, -9.54, 52571.00, 5202.93, 3883.07, 13.98, 34.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.87, 5, coast, -9.54, 52551.00, 5205.76, 3885.90, 13.88, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.88, 5, coast, -9.54, 52556.00, 5205.05, 3885.20, 13.79, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.89, 5, coast, -9.54, 52552.00, 5205.62, 3885.76, 13.69, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.90, 5, coast, -9.54, 52553.00, 5205.48, 3885.62, 13.60, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.91, 5, coast, -9.54, 52548.00, 5206.18, 3886.33, 13.50, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.92, 5, coast, -9.54, 52531.00, 5208.59, 3888.74, 13.41, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.93, 5, coast, -9.54, 52547.00, 5206.33, 3886.47, 13.31, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.94, 5, coast, -9.54, 52566.00, 5203.64, 3883.78, 13.22, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.95, 5, coast, -9.54, 52552.00, 5205.62, 3885.76, 13.12, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.96, 5, coast, -9.54, 52541.00, 5207.18, 3887.32, 13.02, 34.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.97, 5, coast, -9.54, 52551.00, 5205.76, 3885.90, 12.93, 34.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.98, 5, coast, -9.54, 52533.00, 5208.31, 3888.45, 12.83, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 27.99, 5, coast, -9.54, 52549.00, 5206.04, 3886.19, 12.74, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.00, 5, coast, -9.54, 52567.00, 5203.49, 3883.64, 12.64, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.01, 5, coast, -9.54, 52525.00, 5209.44, 3889.59, 12.55, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.02, 5, coast, -9.54, 52540.00, 5207.32, 3887.46, 12.45, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.03, 5, coast, -9.54, 52541.00, 5207.18, 3887.32, 12.36, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.04, 5, coast, -9.54, 52554.00, 5205.34, 3885.48, 12.26, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.05, 5, coast, -9.54, 52534.00, 5208.17, 3888.31, 12.17, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.06, 5, coast, -9.54, 52515.00, 5210.86, 3891.01, 12.07, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.07, 5, coast, -9.54, 52547.00, 5206.33, 3886.47, 11.97, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.08, 5, coast, -10.07, 52536.00, 5207.89, 3888.03, 11.88, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.09, 5, coast, -9.54, 52520.00, 5210.15, 3890.30, 11.78, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.10, 5, coast, -9.54, 52550.00, 5205.90, 3886.05, 11.68, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.11, 5, coast, -9.54, 52551.00, 5205.76, 3885.90, 11.59, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.12, 5, coast, -9.54, 52546.00, 5206.47, 3886.61, 11.49, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.13, 5, coast, -10.07, 52540.00, 5207.32, 3887.46, 11.39, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.14, 5, coast, -9.54, 52540.00, 5207.32, 3887.46, 11.30, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.15, 5, coast, -9.54, 52518.00, 5210.44, 3890.58, 11.20, 34.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.16, 5, coast, -9.54, 52528.00, 5209.02, 3889.16, 11.11, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.17, 5, coast, -9.54, 52535.00, 5208.03, 3888.17, 11.01, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.18, 5, coast, -9.54, 52522.00, 5209.87, 3890.01, 10.91, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.18, 5, coast, -9.54, 52522.00, 5209.87, 3890.01, 10.91, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.19, 5, coast, -9.54, 52505.00, 5212.28, 3892.42, 10.82, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.20, 5, coast, -9.54, 52515.00, 5210.86, 3891.01, 10.72, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.21, 5, coast, -9.54, 52524.00, 5209.59, 3889.73, 10.63, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.22, 5, coast, -9.54, 52526.00, 5209.30, 3889.45, 10.53, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.23, 5, coast, -9.54, 52515.00, 5210.86, 3891.01, 10.44, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.24, 5, coast, -9.54, 52543.00, 5206.89, 3887.04, 10.34, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.25, 5, coast, -9.54, 52527.00, 5209.16, 3889.30, 10.25, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.26, 5, coast, -9.54, 52527.00, 5209.16, 3889.30, 10.15, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.27, 5, coast, -9.54, 52525.00, 5209.44, 3889.59, 10.06, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.28, 5, coast, -9.54, 52525.00, 5209.44, 3889.59, 9.96, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.29, 5, coast, -9.54, 52526.00, 5209.30, 3889.45, 9.86, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.30, 5, coast, -9.54, 52524.00, 5209.59, 3889.73, 9.77, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.31, 5, coast, -9.54, 52518.00, 5210.44, 3890.58, 9.67, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.32, 5, coast, -9.54, 52521.00, 5210.01, 3890.15, 9.58, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.33, 5, coast, -9.54, 52512.00, 5211.29, 3891.43, 9.48, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.34, 5, coast, -9.54, 52521.00, 5210.01, 3890.15, 9.39, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.35, 5, coast, -9.54, 52538.00, 5207.60, 3887.75, 9.29, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.36, 5, coast, -9.54, 52507.00, 5211.99, 3892.14, 9.20, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.37, 5, coast, -9.54, 52520.00, 5210.15, 3890.30, 9.10, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.38, 5, coast, -9.54, 52510.00, 5211.57, 3891.71, 9.01, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.39, 5, coast, -9.54, 52522.00, 5209.87, 3890.01, 8.91, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.40, 5, coast, -9.54, 52521.00, 5210.01, 3890.15, 8.82, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.41, 5, coast, -9.54, 52533.00, 5208.31, 3888.45, 8.72, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.42, 5, coast, -9.54, 52516.00, 5210.72, 3890.86, 8.62, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.43, 5, coast, -9.54, 52520.00, 5210.15, 3890.30, 8.53, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9420904,-106.9162182, 5501.0, 2022, 6, 24, 15, 17, 44, 530, 4145, 303, 83, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 28, 0, 0, 0, 0, 31, 25, 29, 31, 0, 0, 29, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.44, 5, coast, -9.54, 52517.00, 5210.58, 3890.72, 8.43, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.44, 5, coast, -9.54, 52517.00, 5210.58, 3890.72, 8.43, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.44, 5, coast, -9.54, 52517.00, 5210.58, 3890.72, 8.43, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.44, 5, coast, -9.54, 52517.00, 5210.58, 3890.72, 8.43, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.44, 5, coast, -9.54, 52517.00, 5210.58, 3890.72, 8.43, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.44, 5, coast, -9.54, 52517.00, 5210.58, 3890.72, 8.43, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.45, 5, coast, -9.54, 52525.00, 5209.44, 3889.59, 8.34, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.46, 5, coast, -10.07, 52526.00, 5209.30, 3889.45, 8.24, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.47, 5, coast, -9.54, 52536.00, 5207.89, 3888.03, 8.14, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.48, 5, coast, -9.54, 52532.00, 5208.45, 3888.60, 8.05, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.49, 5, coast, -9.54, 52512.00, 5211.29, 3891.43, 7.95, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.50, 5, coast, -9.54, 52511.00, 5211.43, 3891.57, 7.86, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.50, 5, coast, -9.54, 52511.00, 5211.43, 3891.57, 7.86, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.51, 5, coast, -9.54, 52503.00, 5212.56, 3892.71, 7.76, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.52, 5, coast, -9.54, 52509.00, 5211.71, 3891.86, 7.67, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.53, 5, coast, -9.54, 52521.00, 5210.01, 3890.15, 7.57, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.54, 5, coast, -9.54, 52510.00, 5211.57, 3891.71, 7.47, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.55, 5, coast, -9.54, 52507.00, 5211.99, 3892.14, 7.38, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.56, 5, coast, -10.07, 52521.00, 5210.01, 3890.15, 7.28, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.57, 5, coast, -9.54, 52512.00, 5211.29, 3891.43, 7.18, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.58, 5, coast, -9.54, 52522.00, 5209.87, 3890.01, 7.09, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.59, 5, coast, -9.54, 52509.00, 5211.71, 3891.86, 6.99, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.60, 5, coast, -9.54, 52500.00, 5212.99, 3893.13, 6.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.61, 5, coast, -9.54, 52497.00, 5213.41, 3893.56, 6.80, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.62, 5, coast, -9.54, 52502.00, 5212.70, 3892.85, 6.71, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.63, 5, coast, -9.54, 52510.00, 5211.57, 3891.71, 6.61, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.64, 5, coast, -9.54, 52530.00, 5208.74, 3888.88, 6.51, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.65, 5, coast, -9.54, 52510.00, 5211.57, 3891.71, 6.42, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.66, 5, coast, -9.54, 52498.00, 5213.27, 3893.41, 6.32, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.67, 5, coast, -9.54, 52517.00, 5210.58, 3890.72, 6.23, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.68, 5, coast, -9.54, 52489.00, 5214.55, 3894.69, 6.13, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.69, 5, coast, -9.54, 52510.00, 5211.57, 3891.71, 6.04, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.70, 5, coast, -9.54, 52504.00, 5212.42, 3892.56, 5.94, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.71, 5, coast, -9.54, 52528.00, 5209.02, 3889.16, 5.85, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.72, 5, coast, -9.54, 52515.00, 5210.86, 3891.01, 5.75, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.73, 5, coast, -9.54, 52507.00, 5211.99, 3892.14, 5.66, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.74, 5, coast, -9.54, 52499.00, 5213.13, 3893.27, 5.56, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.75, 5, coast, -9.54, 52503.00, 5212.56, 3892.71, 5.47, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.76, 5, coast, -9.54, 52513.00, 5211.14, 3891.29, 5.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.77, 5, coast, -9.54, 52525.00, 5209.44, 3889.59, 5.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.78, 5, coast, -9.54, 52523.00, 5209.73, 3889.87, 5.18, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.79, 5, coast, -9.54, 52512.00, 5211.29, 3891.43, 5.08, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.80, 5, coast, -9.54, 52501.00, 5212.85, 3892.99, 4.99, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.81, 5, coast, -9.54, 52507.00, 5211.99, 3892.14, 4.89, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.82, 5, coast, -9.54, 52503.00, 5212.56, 3892.71, 4.80, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.82, 5, coast, -9.54, 52503.00, 5212.56, 3892.71, 4.80, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.83, 5, coast, -9.54, 52508.00, 5211.85, 3892.00, 4.70, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.84, 5, coast, -9.54, 52508.00, 5211.85, 3892.00, 4.61, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.85, 5, coast, -9.54, 52498.00, 5213.27, 3893.41, 4.51, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.86, 5, coast, -9.54, 52531.00, 5208.59, 3888.74, 4.42, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.87, 5, coast, -9.54, 52487.00, 5214.83, 3894.97, 4.32, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.88, 5, coast, -9.54, 52494.00, 5213.84, 3893.98, 4.22, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.89, 5, coast, -9.54, 52497.00, 5213.41, 3893.56, 4.13, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.90, 5, coast, -9.54, 52520.00, 5210.15, 3890.30, 4.03, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.91, 5, coast, -9.54, 52510.00, 5211.57, 3891.71, 3.94, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.92, 5, coast, -9.54, 52487.00, 5214.83, 3894.97, 3.84, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.93, 5, coast, -9.54, 52504.00, 5212.42, 3892.56, 3.75, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.94, 5, coast, -9.54, 52504.00, 5212.42, 3892.56, 3.65, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.95, 5, coast, -9.54, 52493.00, 5213.98, 3894.12, 3.56, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.96, 5, coast, -9.54, 52505.00, 5212.28, 3892.42, 3.46, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.97, 5, coast, -9.54, 52509.00, 5211.71, 3891.86, 3.37, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.98, 5, coast, -9.54, 52505.00, 5212.28, 3892.42, 3.27, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 28.99, 5, coast, -9.54, 52505.00, 5212.28, 3892.42, 3.18, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.00, 5, coast, -9.54, 52502.00, 5212.70, 3892.85, 3.08, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.01, 5, coast, -9.54, 52498.00, 5213.27, 3893.41, 2.98, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.02, 5, coast, -9.54, 52495.00, 5213.70, 3893.84, 2.89, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.03, 5, coast, -9.54, 52507.00, 5211.99, 3892.14, 2.79, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.04, 5, coast, -9.54, 52502.00, 5212.70, 3892.85, 2.70, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.05, 5, coast, -9.54, 52491.00, 5214.26, 3894.41, 2.60, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.06, 5, coast, -9.54, 52492.00, 5214.12, 3894.27, 2.51, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.07, 5, coast, -9.54, 52510.00, 5211.57, 3891.71, 2.41, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.08, 5, coast, -9.54, 52508.00, 5211.85, 3892.00, 2.31, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.09, 5, coast, -10.07, 52525.00, 5209.44, 3889.59, 2.22, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.10, 5, coast, -9.54, 52506.00, 5212.14, 3892.28, 2.12, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.11, 5, coast, -9.54, 52523.00, 5209.73, 3889.87, 2.03, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.12, 5, coast, -9.54, 52517.00, 5210.58, 3890.72, 1.93, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.13, 5, coast, -9.54, 52501.00, 5212.85, 3892.99, 1.83, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.14, 5, coast, -9.54, 52501.00, 5212.85, 3892.99, 1.74, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.14, 5, coast, -9.54, 52501.00, 5212.85, 3892.99, 1.74, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.15, 5, coast, -9.54, 52509.00, 5211.71, 3891.86, 1.64, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.16, 5, coast, -9.54, 52506.00, 5212.14, 3892.28, 1.55, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.17, 5, coast, -9.54, 52512.00, 5211.29, 3891.43, 1.45, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.18, 5, coast, -9.54, 52482.00, 5215.54, 3895.68, 1.36, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.19, 5, coast, -9.54, 52495.00, 5213.70, 3893.84, 1.26, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.20, 5, coast, -9.54, 52498.00, 5213.27, 3893.41, 1.17, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.21, 5, coast, -9.54, 52524.00, 5209.59, 3889.73, 1.07, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.22, 5, coast, -9.54, 52490.00, 5214.40, 3894.55, 0.98, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.23, 5, coast, -9.54, 52494.00, 5213.84, 3893.98, 0.88, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.24, 5, coast, -9.54, 52507.00, 5211.99, 3892.14, 0.78, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.25, 5, coast, -9.54, 52510.00, 5211.57, 3891.71, 0.69, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.26, 5, coast, -9.54, 52509.00, 5211.71, 3891.86, 0.59, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.27, 5, coast, -9.54, 52509.00, 5211.71, 3891.86, 0.50, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.28, 5, coast, -9.54, 52508.00, 5211.85, 3892.00, 0.40, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.29, 5, coast, -9.54, 52525.00, 5209.44, 3889.59, 0.31, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.30, 5, coast, -10.07, 52500.00, 5212.99, 3893.13, 0.22, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.31, 5, coast, -9.54, 52527.00, 5209.16, 3889.30, 0.14, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.32, 5, coast, -9.54, 52497.00, 5213.41, 3893.56, 0.08, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.33, 5, coast, -9.54, 52511.00, 5211.43, 3891.57, 0.04, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.34, 5, coast, -9.54, 52517.00, 5210.58, 3890.72, 0.01, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.35, 5, coast, -9.54, 52508.00, 5211.85, 3892.00, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.36, 5, coast, -9.54, 52516.00, 5210.72, 3890.86, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.37, 5, coast, -9.54, 52508.00, 5211.85, 3892.00, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.38, 5, coast, -9.54, 52528.00, 5209.02, 3889.16, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.39, 5, coast, -9.54, 52514.00, 5211.00, 3891.15, 0.00, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.40, 5, coast, -9.54, 52508.00, 5211.85, 3892.00, 0.00, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.41, 5, coast, -9.54, 52509.00, 5211.71, 3891.86, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.42, 5, coast, -9.54, 52509.00, 5211.71, 3891.86, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.43, 5, coast, -9.54, 52490.00, 5214.40, 3894.55, 0.00, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.44, 5, coast, -9.54, 52523.00, 5209.73, 3889.87, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9421893,-106.9163832, 5517.0, 2022, 6, 24, 15, 17, 45, 549, 4163, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 24, 0, 0, 28, 0, 0, 0, 0, 31, 26, 30, 31, 0, 0, 27, 0, 26, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 29.45, 5, coast, -9.54, 52507.00, 5211.99, 3892.14, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.45, 5, coast, -9.54, 52507.00, 5211.99, 3892.14, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.45, 5, coast, -9.54, 52507.00, 5211.99, 3892.14, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.45, 5, coast, -9.54, 52507.00, 5211.99, 3892.14, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.45, 5, coast, -9.54, 52507.00, 5211.99, 3892.14, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.45, 5, coast, -9.54, 52507.00, 5211.99, 3892.14, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.46, 5, coast, -9.54, 52515.00, 5210.86, 3891.01, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.46, 5, coast, -9.54, 52515.00, 5210.86, 3891.01, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.47, 5, coast, -9.54, 52511.00, 5211.43, 3891.57, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.48, 5, coast, -9.54, 52511.00, 5211.43, 3891.57, 0.00, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.49, 5, coast, -9.54, 52513.00, 5211.14, 3891.29, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.50, 5, coast, -9.54, 52481.00, 5215.68, 3895.83, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.51, 5, coast, -9.54, 52519.00, 5210.29, 3890.44, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.52, 5, coast, -9.54, 52523.00, 5209.73, 3889.87, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.53, 5, coast, -9.54, 52514.00, 5211.00, 3891.15, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.54, 5, coast, -10.07, 52517.00, 5210.58, 3890.72, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.55, 5, coast, -9.54, 52498.00, 5213.27, 3893.41, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.56, 5, coast, -10.07, 52509.00, 5211.71, 3891.86, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.57, 5, coast, -9.54, 52511.00, 5211.43, 3891.57, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.58, 5, coast, -9.54, 52515.00, 5210.86, 3891.01, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.59, 5, coast, -9.54, 53064.00, 5133.38, 3813.52, 0.00, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.60, 5, coast, 257.62, 56914.00, 4607.52, 3287.66, 0.00, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.61, 5, coast, -13.25, 52425.00, 5223.63, 3903.77, 0.00, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.62, 5, coast, -12.19, 52492.00, 5214.12, 3894.27, 0.00, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.63, 5, coast, -8.48, 52501.00, 5212.85, 3892.99, 0.00, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.64, 5, coast, -9.54, 52512.00, 5211.29, 3891.43, 0.00, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.65, 5, coast, -9.54, 52516.00, 5210.72, 3890.86, 0.00, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.66, 5, coast, -9.54, 52487.00, 5214.83, 3894.97, 0.00, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.67, 5, coast, -9.01, 52526.00, 5209.30, 3889.45, 0.00, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.68, 5, coast, -9.54, 52506.00, 5212.14, 3892.28, 0.00, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.69, 5, coast, -8.48, 52525.00, 5209.44, 3889.59, 0.00, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.70, 5, coast, -9.54, 52490.00, 5214.40, 3894.55, 0.00, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.71, 5, coast, -9.54, 52496.00, 5213.55, 3893.70, 0.00, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.72, 5, coast, -9.54, 52528.00, 5209.02, 3889.16, 0.00, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.73, 5, coast, -9.54, 52512.00, 5211.29, 3891.43, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.74, 5, coast, -9.54, 52524.00, 5209.59, 3889.73, 0.00, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.75, 5, coast, -9.54, 52518.00, 5210.44, 3890.58, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.76, 5, coast, -9.54, 52516.00, 5210.72, 3890.86, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.77, 5, coast, -9.54, 52527.00, 5209.16, 3889.30, 0.00, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.78, 5, coast, -9.54, 52518.00, 5210.44, 3890.58, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.78, 5, coast, -9.54, 52518.00, 5210.44, 3890.58, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.79, 5, coast, -9.54, 52516.00, 5210.72, 3890.86, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.80, 5, coast, -9.54, 52493.00, 5213.98, 3894.12, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.81, 5, coast, -9.54, 52531.00, 5208.59, 3888.74, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.82, 5, coast, -9.54, 52513.00, 5211.14, 3891.29, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.83, 5, coast, -9.54, 52518.00, 5210.44, 3890.58, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.84, 5, coast, -9.54, 52519.00, 5210.29, 3890.44, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.85, 5, coast, -10.07, 52505.00, 5212.28, 3892.42, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.86, 5, coast, -10.07, 52522.00, 5209.87, 3890.01, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.87, 5, coast, -10.07, 52527.00, 5209.16, 3889.30, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.88, 5, coast, -10.07, 52530.00, 5208.74, 3888.88, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.89, 5, coast, -11.66, 52520.00, 5210.15, 3890.30, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.90, 5, coast, -10.07, 52518.00, 5210.44, 3890.58, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.91, 5, coast, -10.07, 52534.00, 5208.17, 3888.31, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.92, 5, coast, -10.07, 52518.00, 5210.44, 3890.58, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.93, 6, drogue, -10.07, 52531.00, 5208.59, 3888.74, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.93, 6, drogue, -10.07, 52531.00, 5208.59, 3888.74, 0.00, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 29.94, 6, drogue, -10.07, 52499.00, 5213.13, 3893.27, -3.55, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 30.04, 6, drogue, -9.54, 52543.00, 5206.89, 3887.04, -3.91, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 30.10, 6, drogue, -9.54, 52543.00, 5206.89, 3887.04, -3.91, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 30.14, 6, drogue, -10.07, 52522.00, 5209.87, 3890.01, -4.35, 34.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 30.24, 6, drogue, -10.07, 52514.00, 5211.00, 3891.15, -4.89, 34.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 30.34, 6, drogue, -19.08, 52557.00, 5204.91, 3885.05, -5.55, 34.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 30.42, 6, drogue, -19.08, 52557.00, 5204.91, 3885.05, -5.55, 34.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 30.44, 6, drogue, -17.49, 52526.00, 5209.30, 3889.45, -6.30, 34.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 30.45, 6, drogue, -17.49, 52526.00, 5209.30, 3889.45, -6.30, 34.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 30.45, 6, drogue, -17.49, 52526.00, 5209.30, 3889.45, -6.30, 34.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 30.45, 6, drogue, -17.49, 52526.00, 5209.30, 3889.45, -6.30, 34.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 30.45, 6, drogue, -17.49, 52526.00, 5209.30, 3889.45, -6.30, 34.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 30.45, 6, drogue, -17.49, 52526.00, 5209.30, 3889.45, -6.30, 34.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9422903,-106.9165506, 5523.0, 2022, 6, 24, 15, 17, 46, 568, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 30, 0, 0, 0, 0, 32, 27, 30, 29, 0, 0, 26, 0, 25, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 30.54, 6, drogue, -21.73, 52584.00, 5201.09, 3881.23, -7.09, 34.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9423953,-106.9167290, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 29, 0, 0, 0, 0, 26, 18, 23, 23, 0, 0, 25, 0, 23, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 30.64, 6, drogue, -11.66, 52571.00, 5202.93, 3883.07, -7.95, 34.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9423953,-106.9167290, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 29, 0, 0, 0, 0, 26, 18, 23, 23, 0, 0, 25, 0, 23, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 30.74, 6, drogue, -12.72, 52552.00, 5205.62, 3885.76, -8.86, 34.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9423953,-106.9167290, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 29, 0, 0, 0, 0, 26, 18, 23, 23, 0, 0, 25, 0, 23, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 30.74, 6, drogue, -12.72, 52552.00, 5205.62, 3885.76, -8.86, 34.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9423953,-106.9167290, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 29, 0, 0, 0, 0, 26, 18, 23, 23, 0, 0, 25, 0, 23, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 30.84, 6, drogue, -13.25, 52541.00, 5207.18, 3887.32, -9.77, 34.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9423953,-106.9167290, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 29, 0, 0, 0, 0, 26, 18, 23, 23, 0, 0, 25, 0, 23, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 30.94, 6, drogue, -13.25, 52543.00, 5206.89, 3887.04, -10.63, 34.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9423953,-106.9167290, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 29, 0, 0, 0, 0, 26, 18, 23, 23, 0, 0, 25, 0, 23, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 31.04, 6, drogue, -12.72, 52591.00, 5200.10, 3880.24, -11.49, 34.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9423953,-106.9167290, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 29, 0, 0, 0, 0, 26, 18, 23, 23, 0, 0, 25, 0, 23, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 31.06, 6, drogue, -12.72, 52591.00, 5200.10, 3880.24, -11.49, 34.3, 0.00, 0.01, 3.86, 1, 1, 10, 32.9423953,-106.9167290, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 29, 0, 0, 0, 0, 26, 18, 23, 23, 0, 0, 25, 0, 23, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 31.14, 6, drogue, -12.72, 52596.00, 5199.39, 3879.53, -12.28, 34.3, 0.00, 0.01, 3.86, 1, 1, 10, 32.9423953,-106.9167290, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 29, 0, 0, 0, 0, 26, 18, 23, 23, 0, 0, 25, 0, 23, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 31.24, 6, drogue, -13.25, 52597.00, 5199.25, 3879.39, -13.05, 34.3, 0.00, 0.01, 3.86, 1, 1, 10, 32.9423953,-106.9167290, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 29, 0, 0, 0, 0, 26, 18, 23, 23, 0, 0, 25, 0, 23, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 31.34, 6, drogue, -13.25, 52603.00, 5198.40, 3878.54, -13.78, 34.3, 0.00, 0.01, 3.86, 1, 1, 10, 32.9423953,-106.9167290, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 29, 0, 0, 0, 0, 26, 18, 23, 23, 0, 0, 25, 0, 23, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 31.38, 6, drogue, -13.25, 52603.00, 5198.40, 3878.54, -13.78, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9423953,-106.9167290, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 29, 0, 0, 0, 0, 26, 18, 23, 23, 0, 0, 25, 0, 23, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 31.44, 6, drogue, -12.72, 52644.00, 5192.60, 3872.74, -14.40, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9423953,-106.9167290, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 29, 0, 0, 0, 0, 26, 18, 23, 23, 0, 0, 25, 0, 23, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 31.45, 6, drogue, -12.72, 52644.00, 5192.60, 3872.74, -14.40, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9423953,-106.9167290, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 29, 0, 0, 0, 0, 26, 18, 23, 23, 0, 0, 25, 0, 23, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 31.45, 6, drogue, -12.72, 52644.00, 5192.60, 3872.74, -14.40, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9423953,-106.9167290, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 29, 0, 0, 0, 0, 26, 18, 23, 23, 0, 0, 25, 0, 23, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 31.45, 6, drogue, -12.72, 52644.00, 5192.60, 3872.74, -14.40, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9423953,-106.9167290, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 29, 0, 0, 0, 0, 26, 18, 23, 23, 0, 0, 25, 0, 23, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 31.45, 6, drogue, -12.72, 52644.00, 5192.60, 3872.74, -14.40, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9423953,-106.9167290, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 29, 0, 0, 0, 0, 26, 18, 23, 23, 0, 0, 25, 0, 23, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 31.45, 6, drogue, -12.72, 52644.00, 5192.60, 3872.74, -14.40, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9423953,-106.9167290, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4172, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 29, 0, 0, 0, 0, 26, 18, 23, 23, 0, 0, 25, 0, 23, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 31.54, 6, drogue, -12.72, 52645.00, 5192.45, 3872.60, -15.03, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9424943,-106.9168879, 5511.0, 2022, 6, 24, 15, 17, 48, 607, 4165, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 34, 0, 0, 0, 0, 32, 28, 26, 23, 0, 0, 32, 0, 30, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 31.64, 6, drogue, -13.25, 52678.00, 5187.79, 3867.93, -15.61, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9424943,-106.9168879, 5511.0, 2022, 6, 24, 15, 17, 48, 607, 4165, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 34, 0, 0, 0, 0, 32, 28, 26, 23, 0, 0, 32, 0, 30, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 31.70, 6, drogue, -13.25, 52678.00, 5187.79, 3867.93, -15.61, 34.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9424943,-106.9168879, 5511.0, 2022, 6, 24, 15, 17, 48, 607, 4165, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 34, 0, 0, 0, 0, 32, 28, 26, 23, 0, 0, 32, 0, 30, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 31.74, 6, drogue, -14.84, 52691.00, 5185.95, 3866.09, -15.91, 34.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9424943,-106.9168879, 5511.0, 2022, 6, 24, 15, 17, 48, 607, 4165, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 34, 0, 0, 0, 0, 32, 28, 26, 23, 0, 0, 32, 0, 30, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 31.84, 6, drogue, -15.90, 52672.00, 5188.64, 3868.78, -16.15, 34.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9424943,-106.9168879, 5511.0, 2022, 6, 24, 15, 17, 48, 607, 4165, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 34, 0, 0, 0, 0, 32, 28, 26, 23, 0, 0, 32, 0, 30, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 31.94, 6, drogue, -14.31, 52679.00, 5187.65, 3867.79, -16.40, 34.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9424943,-106.9168879, 5511.0, 2022, 6, 24, 15, 17, 48, 607, 4165, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 34, 0, 0, 0, 0, 32, 28, 26, 23, 0, 0, 32, 0, 30, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 32.02, 6, drogue, -14.31, 52679.00, 5187.65, 3867.79, -16.40, 34.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9424943,-106.9168879, 5511.0, 2022, 6, 24, 15, 17, 48, 607, 4165, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 34, 0, 0, 0, 0, 32, 28, 26, 23, 0, 0, 32, 0, 30, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 32.04, 6, drogue, -12.19, 52721.00, 5181.71, 3861.85, -16.70, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9424943,-106.9168879, 5511.0, 2022, 6, 24, 15, 17, 48, 607, 4165, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 34, 0, 0, 0, 0, 32, 28, 26, 23, 0, 0, 32, 0, 30, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 32.14, 6, drogue, -13.78, 52724.00, 5181.29, 3861.43, -17.04, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9424943,-106.9168879, 5511.0, 2022, 6, 24, 15, 17, 48, 607, 4165, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 34, 0, 0, 0, 0, 32, 28, 26, 23, 0, 0, 32, 0, 30, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 32.24, 6, drogue, -14.31, 52745.00, 5178.32, 3858.46, -17.40, 34.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9424943,-106.9168879, 5511.0, 2022, 6, 24, 15, 17, 48, 607, 4165, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 34, 0, 0, 0, 0, 32, 28, 26, 23, 0, 0, 32, 0, 30, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 32.34, 6, drogue, -14.31, 52785.00, 5172.67, 3852.82, -17.89, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9424943,-106.9168879, 5511.0, 2022, 6, 24, 15, 17, 48, 607, 4165, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 34, 0, 0, 0, 0, 32, 28, 26, 23, 0, 0, 32, 0, 30, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 32.34, 6, drogue, -14.31, 52785.00, 5172.67, 3852.82, -17.89, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9424943,-106.9168879, 5511.0, 2022, 6, 24, 15, 17, 48, 607, 4165, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 34, 0, 0, 0, 0, 32, 28, 26, 23, 0, 0, 32, 0, 30, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 32.44, 6, drogue, -13.25, 52769.00, 5174.93, 3855.08, -18.38, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9424943,-106.9168879, 5511.0, 2022, 6, 24, 15, 17, 48, 607, 4165, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 34, 0, 0, 0, 0, 32, 28, 26, 23, 0, 0, 32, 0, 30, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 32.45, 6, drogue, -13.25, 52769.00, 5174.93, 3855.08, -18.38, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9424943,-106.9168879, 5511.0, 2022, 6, 24, 15, 17, 48, 607, 4165, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 34, 0, 0, 0, 0, 32, 28, 26, 23, 0, 0, 32, 0, 30, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 32.45, 6, drogue, -13.25, 52769.00, 5174.93, 3855.08, -18.38, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9424943,-106.9168879, 5511.0, 2022, 6, 24, 15, 17, 48, 607, 4165, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 34, 0, 0, 0, 0, 32, 28, 26, 23, 0, 0, 32, 0, 30, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 32.45, 6, drogue, -13.25, 52769.00, 5174.93, 3855.08, -18.38, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9424943,-106.9168879, 5511.0, 2022, 6, 24, 15, 17, 48, 607, 4165, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 34, 0, 0, 0, 0, 32, 28, 26, 23, 0, 0, 32, 0, 30, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 32.45, 6, drogue, -13.25, 52769.00, 5174.93, 3855.08, -18.38, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9424943,-106.9168879, 5511.0, 2022, 6, 24, 15, 17, 48, 607, 4165, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 34, 0, 0, 0, 0, 32, 28, 26, 23, 0, 0, 32, 0, 30, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 32.45, 6, drogue, -13.25, 52769.00, 5174.93, 3855.08, -18.38, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9424943,-106.9168879, 5511.0, 2022, 6, 24, 15, 17, 48, 607, 4165, 303, 82, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 34, 0, 0, 0, 0, 32, 28, 26, 23, 0, 0, 32, 0, 30, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 32.54, 6, drogue, -13.78, 52755.00, 5176.91, 3857.05, -18.97, 34.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9425842,-106.9169991, 5494.0, 2022, 6, 24, 15, 17, 49, 621, 4151, 303, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 32, 0, 0, 22, 0, 0, 0, 0, 28, 27, 28, 25, 0, 0, 37, 0, 33, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 32.64, 6, drogue, -10.07, 52771.00, 5174.65, 3854.79, -19.58, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9425842,-106.9169991, 5494.0, 2022, 6, 24, 15, 17, 49, 621, 4151, 303, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 32, 0, 0, 22, 0, 0, 0, 0, 28, 27, 28, 25, 0, 0, 37, 0, 33, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 32.66, 6, drogue, -10.07, 52771.00, 5174.65, 3854.79, -19.58, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9425842,-106.9169991, 5494.0, 2022, 6, 24, 15, 17, 49, 621, 4151, 303, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 32, 0, 0, 22, 0, 0, 0, 0, 28, 27, 28, 25, 0, 0, 37, 0, 33, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 32.74, 6, drogue, -6.36, 52783.00, 5172.95, 3853.10, -20.28, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9425842,-106.9169991, 5494.0, 2022, 6, 24, 15, 17, 49, 621, 4151, 303, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 32, 0, 0, 22, 0, 0, 0, 0, 28, 27, 28, 25, 0, 0, 37, 0, 33, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 32.84, 6, drogue, -4.77, 52780.00, 5173.38, 3853.52, -21.09, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9425842,-106.9169991, 5494.0, 2022, 6, 24, 15, 17, 49, 621, 4151, 303, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 32, 0, 0, 22, 0, 0, 0, 0, 28, 27, 28, 25, 0, 0, 37, 0, 33, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 32.94, 6, drogue, -4.77, 52749.00, 5177.76, 3857.90, -21.97, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9425842,-106.9169991, 5494.0, 2022, 6, 24, 15, 17, 49, 621, 4151, 303, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 32, 0, 0, 22, 0, 0, 0, 0, 28, 27, 28, 25, 0, 0, 37, 0, 33, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 32.98, 6, drogue, -4.77, 52749.00, 5177.76, 3857.90, -21.97, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9425842,-106.9169991, 5494.0, 2022, 6, 24, 15, 17, 49, 621, 4151, 303, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 32, 0, 0, 22, 0, 0, 0, 0, 28, 27, 28, 25, 0, 0, 37, 0, 33, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 33.04, 6, drogue, -5.83, 52801.00, 5170.41, 3850.56, -22.94, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9425842,-106.9169991, 5494.0, 2022, 6, 24, 15, 17, 49, 621, 4151, 303, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 32, 0, 0, 22, 0, 0, 0, 0, 28, 27, 28, 25, 0, 0, 37, 0, 33, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 33.14, 6, drogue, -6.36, 52801.00, 5170.41, 3850.56, -23.88, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9425842,-106.9169991, 5494.0, 2022, 6, 24, 15, 17, 49, 621, 4151, 303, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 32, 0, 0, 22, 0, 0, 0, 0, 28, 27, 28, 25, 0, 0, 37, 0, 33, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 33.24, 6, drogue, -2.65, 52867.00, 5161.11, 3841.25, -24.75, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9425842,-106.9169991, 5494.0, 2022, 6, 24, 15, 17, 49, 621, 4151, 303, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 32, 0, 0, 22, 0, 0, 0, 0, 28, 27, 28, 25, 0, 0, 37, 0, 33, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 33.30, 6, drogue, -2.65, 52867.00, 5161.11, 3841.25, -24.75, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9425842,-106.9169991, 5494.0, 2022, 6, 24, 15, 17, 49, 621, 4151, 303, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 32, 0, 0, 22, 0, 0, 0, 0, 28, 27, 28, 25, 0, 0, 37, 0, 33, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 33.34, 6, drogue, -2.65, 52908.00, 5155.33, 3835.47, -25.59, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9425842,-106.9169991, 5494.0, 2022, 6, 24, 15, 17, 49, 621, 4151, 303, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 32, 0, 0, 22, 0, 0, 0, 0, 28, 27, 28, 25, 0, 0, 37, 0, 33, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 33.44, 6, drogue, -1.59, 52882.00, 5158.99, 3839.14, -26.42, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 33.44, 6, drogue, -1.59, 52882.00, 5158.99, 3839.14, -26.42, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 33.44, 6, drogue, -1.59, 52882.00, 5158.99, 3839.14, -26.42, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 33.44, 6, drogue, -1.59, 52882.00, 5158.99, 3839.14, -26.42, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 33.44, 6, drogue, -1.59, 52882.00, 5158.99, 3839.14, -26.42, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 33.44, 6, drogue, -1.59, 52882.00, 5158.99, 3839.14, -26.42, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 33.54, 6, drogue, 7.95, 52850.00, 5163.50, 3843.65, -27.16, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 33.62, 6, drogue, 7.95, 52850.00, 5163.50, 3843.65, -27.16, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 33.64, 6, drogue, 23.85, 52953.00, 5148.99, 3829.13, -27.79, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 33.74, 6, drogue, 21.73, 52979.00, 5145.33, 3825.48, -28.38, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 33.84, 6, drogue, -4.77, 52947.00, 5149.84, 3829.98, -28.89, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 33.94, 6, drogue, -13.25, 52998.00, 5142.66, 3822.80, -29.32, 34.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 33.94, 6, drogue, -13.25, 52998.00, 5142.66, 3822.80, -29.32, 34.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 34.04, 6, drogue, -9.01, 53034.00, 5137.59, 3817.74, -29.64, 34.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 34.14, 6, drogue, -6.36, 53081.00, 5130.99, 3811.13, -29.83, 34.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 34.24, 6, drogue, -3.71, 53086.00, 5130.29, 3810.43, -29.90, 34.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 34.26, 6, drogue, -3.71, 53086.00, 5130.29, 3810.43, -29.90, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 34.34, 6, drogue, -3.18, 53129.00, 5124.25, 3804.39, -29.92, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 34.43, 6, drogue, -3.18, 53129.00, 5124.25, 3804.39, -29.92, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 34.43, 6, drogue, -3.18, 53129.00, 5124.25, 3804.39, -29.92, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 34.43, 6, drogue, -3.18, 53129.00, 5124.25, 3804.39, -29.92, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 34.43, 6, drogue, -3.18, 53129.00, 5124.25, 3804.39, -29.92, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 34.43, 6, drogue, -3.18, 53129.00, 5124.25, 3804.39, -29.92, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9426537,-106.9170665, 5469.0, 2022, 6, 24, 15, 17, 50, 630, 4127, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 33, 27, 27, 29, 0, 0, 26, 0, 27, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 34.44, 6, drogue, -6.89, 53112.00, 5126.63, 3806.78, -29.80, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427219,-106.9171188, 5440.0, 2022, 6, 24, 15, 17, 51, 639, 4100, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 29, 0, 0, 0, 0, 27, 27, 26, 18, 0, 0, 30, 0, 31, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 34.54, 6, drogue, -10.60, 53120.00, 5125.51, 3805.65, -29.64, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427219,-106.9171188, 5440.0, 2022, 6, 24, 15, 17, 51, 639, 4100, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 29, 0, 0, 0, 0, 27, 27, 26, 18, 0, 0, 30, 0, 31, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 34.58, 6, drogue, -10.60, 53120.00, 5125.51, 3805.65, -29.64, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9427219,-106.9171188, 5440.0, 2022, 6, 24, 15, 17, 51, 639, 4100, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 29, 0, 0, 0, 0, 27, 27, 26, 18, 0, 0, 30, 0, 31, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 34.64, 6, drogue, -12.19, 53117.00, 5125.93, 3806.08, -29.48, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9427219,-106.9171188, 5440.0, 2022, 6, 24, 15, 17, 51, 639, 4100, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 29, 0, 0, 0, 0, 27, 27, 26, 18, 0, 0, 30, 0, 31, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 34.74, 6, drogue, -10.60, 53205.00, 5113.58, 3793.73, -29.35, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9427219,-106.9171188, 5440.0, 2022, 6, 24, 15, 17, 51, 639, 4100, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 29, 0, 0, 0, 0, 27, 27, 26, 18, 0, 0, 30, 0, 31, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 34.84, 6, drogue, -12.19, 53265.00, 5105.17, 3785.32, -29.22, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9427219,-106.9171188, 5440.0, 2022, 6, 24, 15, 17, 51, 639, 4100, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 29, 0, 0, 0, 0, 27, 27, 26, 18, 0, 0, 30, 0, 31, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 34.90, 6, drogue, -12.19, 53265.00, 5105.17, 3785.32, -29.22, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427219,-106.9171188, 5440.0, 2022, 6, 24, 15, 17, 51, 639, 4100, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 29, 0, 0, 0, 0, 27, 27, 26, 18, 0, 0, 30, 0, 31, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 34.94, 6, drogue, -15.90, 53276.00, 5103.63, 3783.77, -29.09, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427219,-106.9171188, 5440.0, 2022, 6, 24, 15, 17, 51, 639, 4100, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 29, 0, 0, 0, 0, 27, 27, 26, 18, 0, 0, 30, 0, 31, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 35.04, 6, drogue, -14.31, 53282.00, 5102.79, 3782.93, -28.94, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427219,-106.9171188, 5440.0, 2022, 6, 24, 15, 17, 51, 639, 4100, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 29, 0, 0, 0, 0, 27, 27, 26, 18, 0, 0, 30, 0, 31, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 35.14, 6, drogue, -12.72, 53248.00, 5107.55, 3787.70, -28.82, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427219,-106.9171188, 5440.0, 2022, 6, 24, 15, 17, 51, 639, 4100, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 29, 0, 0, 0, 0, 27, 27, 26, 18, 0, 0, 30, 0, 31, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 35.22, 6, drogue, -12.72, 53248.00, 5107.55, 3787.70, -28.82, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9427219,-106.9171188, 5440.0, 2022, 6, 24, 15, 17, 51, 639, 4100, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 29, 0, 0, 0, 0, 27, 27, 26, 18, 0, 0, 30, 0, 31, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 35.24, 6, drogue, -14.31, 53201.00, 5114.14, 3794.29, -28.75, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9427219,-106.9171188, 5440.0, 2022, 6, 24, 15, 17, 51, 639, 4100, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 29, 0, 0, 0, 0, 27, 27, 26, 18, 0, 0, 30, 0, 31, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 35.34, 6, drogue, -10.07, 53252.00, 5106.99, 3787.14, -28.68, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9427219,-106.9171188, 5440.0, 2022, 6, 24, 15, 17, 51, 639, 4100, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 29, 0, 0, 0, 0, 27, 27, 26, 18, 0, 0, 30, 0, 31, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 35.43, 6, drogue, -10.07, 53252.00, 5106.99, 3787.14, -28.68, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9427219,-106.9171188, 5440.0, 2022, 6, 24, 15, 17, 51, 639, 4100, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 29, 0, 0, 0, 0, 27, 27, 26, 18, 0, 0, 30, 0, 31, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 35.43, 6, drogue, -10.07, 53252.00, 5106.99, 3787.14, -28.68, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9427219,-106.9171188, 5440.0, 2022, 6, 24, 15, 17, 51, 639, 4100, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 29, 0, 0, 0, 0, 27, 27, 26, 18, 0, 0, 30, 0, 31, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 35.43, 6, drogue, -10.07, 53252.00, 5106.99, 3787.14, -28.68, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9427219,-106.9171188, 5440.0, 2022, 6, 24, 15, 17, 51, 639, 4100, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 29, 0, 0, 0, 0, 27, 27, 26, 18, 0, 0, 30, 0, 31, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 35.43, 6, drogue, -10.07, 53252.00, 5106.99, 3787.14, -28.68, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9427219,-106.9171188, 5440.0, 2022, 6, 24, 15, 17, 51, 639, 4100, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 29, 0, 0, 0, 0, 27, 27, 26, 18, 0, 0, 30, 0, 31, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 35.43, 6, drogue, -10.07, 53252.00, 5106.99, 3787.14, -28.68, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9427219,-106.9171188, 5440.0, 2022, 6, 24, 15, 17, 51, 639, 4100, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 29, 0, 0, 0, 0, 27, 27, 26, 18, 0, 0, 30, 0, 31, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 35.44, 6, drogue, -5.83, 53305.00, 5099.57, 3779.71, -28.58, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9427713,-106.9171623, 5410.0, 2022, 6, 24, 15, 17, 52, 645, 4071, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 30, 0, 0, 0, 0, 34, 28, 26, 28, 0, 0, 25, 0, 27, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 35.54, 6, drogue, -9.01, 53310.00, 5098.87, 3779.01, -28.47, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427713,-106.9171623, 5410.0, 2022, 6, 24, 15, 17, 52, 645, 4071, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 30, 0, 0, 0, 0, 34, 28, 26, 28, 0, 0, 25, 0, 27, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 35.54, 6, drogue, -9.01, 53310.00, 5098.87, 3779.01, -28.47, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427713,-106.9171623, 5410.0, 2022, 6, 24, 15, 17, 52, 645, 4071, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 30, 0, 0, 0, 0, 34, 28, 26, 28, 0, 0, 25, 0, 27, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 35.64, 6, drogue, -11.66, 53323.00, 5097.05, 3777.19, -28.37, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427713,-106.9171623, 5410.0, 2022, 6, 24, 15, 17, 52, 645, 4071, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 30, 0, 0, 0, 0, 34, 28, 26, 28, 0, 0, 25, 0, 27, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 35.74, 6, drogue, -10.60, 53413.00, 5084.46, 3764.60, -28.25, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427713,-106.9171623, 5410.0, 2022, 6, 24, 15, 17, 52, 645, 4071, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 30, 0, 0, 0, 0, 34, 28, 26, 28, 0, 0, 25, 0, 27, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 35.84, 6, drogue, -2.12, 53478.00, 5075.37, 3755.52, -28.05, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427713,-106.9171623, 5410.0, 2022, 6, 24, 15, 17, 52, 645, 4071, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 30, 0, 0, 0, 0, 34, 28, 26, 28, 0, 0, 25, 0, 27, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 35.86, 6, drogue, -2.12, 53478.00, 5075.37, 3755.52, -28.05, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427713,-106.9171623, 5410.0, 2022, 6, 24, 15, 17, 52, 645, 4071, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 30, 0, 0, 0, 0, 34, 28, 26, 28, 0, 0, 25, 0, 27, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 35.94, 6, drogue, -7.42, 53487.00, 5074.12, 3754.26, -27.85, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427713,-106.9171623, 5410.0, 2022, 6, 24, 15, 17, 52, 645, 4071, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 30, 0, 0, 0, 0, 34, 28, 26, 28, 0, 0, 25, 0, 27, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 36.04, 6, drogue, -10.07, 53460.00, 5077.89, 3758.03, -27.57, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427713,-106.9171623, 5410.0, 2022, 6, 24, 15, 17, 52, 645, 4071, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 30, 0, 0, 0, 0, 34, 28, 26, 28, 0, 0, 25, 0, 27, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 36.14, 6, drogue, -9.54, 53439.00, 5080.82, 3760.97, -27.29, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427713,-106.9171623, 5410.0, 2022, 6, 24, 15, 17, 52, 645, 4071, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 30, 0, 0, 0, 0, 34, 28, 26, 28, 0, 0, 25, 0, 27, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 36.18, 6, drogue, -9.54, 53439.00, 5080.82, 3760.97, -27.29, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427713,-106.9171623, 5410.0, 2022, 6, 24, 15, 17, 52, 645, 4071, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 30, 0, 0, 0, 0, 34, 28, 26, 28, 0, 0, 25, 0, 27, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 36.24, 6, drogue, -11.13, 53444.00, 5080.12, 3760.27, -27.02, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427713,-106.9171623, 5410.0, 2022, 6, 24, 15, 17, 52, 645, 4071, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 30, 0, 0, 0, 0, 34, 28, 26, 28, 0, 0, 25, 0, 27, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 36.34, 6, drogue, -11.66, 53479.00, 5075.24, 3755.38, -26.76, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427713,-106.9171623, 5410.0, 2022, 6, 24, 15, 17, 52, 645, 4071, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 30, 0, 0, 0, 0, 34, 28, 26, 28, 0, 0, 25, 0, 27, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 36.44, 6, drogue, -11.13, 53474.00, 5075.93, 3756.08, -26.52, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427713,-106.9171623, 5410.0, 2022, 6, 24, 15, 17, 52, 645, 4071, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 30, 0, 0, 0, 0, 34, 28, 26, 28, 0, 0, 25, 0, 27, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 36.45, 6, drogue, -11.13, 53474.00, 5075.93, 3756.08, -26.52, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427713,-106.9171623, 5410.0, 2022, 6, 24, 15, 17, 52, 645, 4071, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 30, 0, 0, 0, 0, 34, 28, 26, 28, 0, 0, 25, 0, 27, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 36.45, 6, drogue, -11.13, 53474.00, 5075.93, 3756.08, -26.52, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427713,-106.9171623, 5410.0, 2022, 6, 24, 15, 17, 52, 645, 4071, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 30, 0, 0, 0, 0, 34, 28, 26, 28, 0, 0, 25, 0, 27, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 36.45, 6, drogue, -11.13, 53474.00, 5075.93, 3756.08, -26.52, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427713,-106.9171623, 5410.0, 2022, 6, 24, 15, 17, 52, 645, 4071, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 30, 0, 0, 0, 0, 34, 28, 26, 28, 0, 0, 25, 0, 27, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 36.45, 6, drogue, -11.13, 53474.00, 5075.93, 3756.08, -26.52, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427713,-106.9171623, 5410.0, 2022, 6, 24, 15, 17, 52, 645, 4071, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 30, 0, 0, 0, 0, 34, 28, 26, 28, 0, 0, 25, 0, 27, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 36.45, 6, drogue, -11.13, 53474.00, 5075.93, 3756.08, -26.52, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9427713,-106.9171623, 5410.0, 2022, 6, 24, 15, 17, 52, 645, 4071, 304, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 30, 0, 0, 0, 0, 34, 28, 26, 28, 0, 0, 25, 0, 27, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 36.50, 6, drogue, -11.13, 53474.00, 5075.93, 3756.08, -26.52, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9428197,-106.9171696, 5380.0, 2022, 6, 24, 15, 17, 53, 649, 4042, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 27, 0, 0, 0, 0, 32, 28, 26, 31, 0, 0, 31, 0, 26, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 36.54, 6, drogue, -20.14, 53553.00, 5064.91, 3745.05, -26.30, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9428197,-106.9171696, 5380.0, 2022, 6, 24, 15, 17, 53, 649, 4042, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 27, 0, 0, 0, 0, 32, 28, 26, 31, 0, 0, 31, 0, 26, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 36.64, 6, drogue, -16.43, 53595.00, 5059.05, 3739.19, -26.10, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9428197,-106.9171696, 5380.0, 2022, 6, 24, 15, 17, 53, 649, 4042, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 27, 0, 0, 0, 0, 32, 28, 26, 31, 0, 0, 31, 0, 26, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 36.74, 6, drogue, -16.43, 53652.00, 5051.11, 3731.25, -26.01, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9428197,-106.9171696, 5380.0, 2022, 6, 24, 15, 17, 53, 649, 4042, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 27, 0, 0, 0, 0, 32, 28, 26, 31, 0, 0, 31, 0, 26, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 36.82, 6, drogue, -16.43, 53652.00, 5051.11, 3731.25, -26.01, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9428197,-106.9171696, 5380.0, 2022, 6, 24, 15, 17, 53, 649, 4042, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 27, 0, 0, 0, 0, 32, 28, 26, 31, 0, 0, 31, 0, 26, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 36.84, 6, drogue, -21.73, 53665.00, 5049.29, 3729.44, -26.02, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9428197,-106.9171696, 5380.0, 2022, 6, 24, 15, 17, 53, 649, 4042, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 27, 0, 0, 0, 0, 32, 28, 26, 31, 0, 0, 31, 0, 26, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 36.94, 6, drogue, -18.55, 53676.00, 5047.76, 3727.91, -26.09, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9428197,-106.9171696, 5380.0, 2022, 6, 24, 15, 17, 53, 649, 4042, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 27, 0, 0, 0, 0, 32, 28, 26, 31, 0, 0, 31, 0, 26, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 37.04, 6, drogue, -14.31, 53598.00, 5058.63, 3738.77, -26.26, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9428197,-106.9171696, 5380.0, 2022, 6, 24, 15, 17, 53, 649, 4042, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 27, 0, 0, 0, 0, 32, 28, 26, 31, 0, 0, 31, 0, 26, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 37.14, 6, drogue, -13.78, 53635.00, 5053.47, 3733.62, -26.49, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9428197,-106.9171696, 5380.0, 2022, 6, 24, 15, 17, 53, 649, 4042, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 27, 0, 0, 0, 0, 32, 28, 26, 31, 0, 0, 31, 0, 26, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 37.14, 6, drogue, -13.78, 53635.00, 5053.47, 3733.62, -26.49, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9428197,-106.9171696, 5380.0, 2022, 6, 24, 15, 17, 53, 649, 4042, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 27, 0, 0, 0, 0, 32, 28, 26, 31, 0, 0, 31, 0, 26, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 37.24, 6, drogue, -18.55, 53664.00, 5049.43, 3729.58, -26.78, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9428197,-106.9171696, 5380.0, 2022, 6, 24, 15, 17, 53, 649, 4042, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 27, 0, 0, 0, 0, 32, 28, 26, 31, 0, 0, 31, 0, 26, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 37.34, 6, drogue, -17.49, 53659.00, 5050.13, 3730.27, -27.20, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9428197,-106.9171696, 5380.0, 2022, 6, 24, 15, 17, 53, 649, 4042, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 27, 0, 0, 0, 0, 32, 28, 26, 31, 0, 0, 31, 0, 26, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 37.44, 6, drogue, -10.60, 53702.00, 5044.14, 3724.29, -27.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9428197,-106.9171696, 5380.0, 2022, 6, 24, 15, 17, 53, 649, 4042, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 27, 0, 0, 0, 0, 32, 28, 26, 31, 0, 0, 31, 0, 26, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 37.45, 6, drogue, -10.60, 53702.00, 5044.14, 3724.29, -27.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9428197,-106.9171696, 5380.0, 2022, 6, 24, 15, 17, 53, 649, 4042, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 27, 0, 0, 0, 0, 32, 28, 26, 31, 0, 0, 31, 0, 26, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 37.45, 6, drogue, -10.60, 53702.00, 5044.14, 3724.29, -27.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9428197,-106.9171696, 5380.0, 2022, 6, 24, 15, 17, 53, 649, 4042, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 27, 0, 0, 0, 0, 32, 28, 26, 31, 0, 0, 31, 0, 26, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 37.45, 6, drogue, -10.60, 53702.00, 5044.14, 3724.29, -27.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9428197,-106.9171696, 5380.0, 2022, 6, 24, 15, 17, 53, 649, 4042, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 27, 0, 0, 0, 0, 32, 28, 26, 31, 0, 0, 31, 0, 26, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 37.45, 6, drogue, -10.60, 53702.00, 5044.14, 3724.29, -27.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9428197,-106.9171696, 5380.0, 2022, 6, 24, 15, 17, 53, 649, 4042, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 27, 0, 0, 0, 0, 32, 28, 26, 31, 0, 0, 31, 0, 26, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 37.45, 6, drogue, -10.60, 53702.00, 5044.14, 3724.29, -27.72, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9428197,-106.9171696, 5380.0, 2022, 6, 24, 15, 17, 53, 649, 4042, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 27, 0, 0, 0, 0, 32, 28, 26, 31, 0, 0, 31, 0, 26, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 37.46, 6, drogue, -10.60, 53702.00, 5044.14, 3724.29, -27.72, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9428850,-106.9171631, 5349.0, 2022, 6, 24, 15, 17, 54, 652, 4012, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 26, 0, 0, 0, 0, 31, 29, 27, 26, 0, 0, 33, 0, 27, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 37.54, 6, drogue, -9.54, 53730.00, 5040.25, 3720.39, -28.30, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9428850,-106.9171631, 5349.0, 2022, 6, 24, 15, 17, 54, 652, 4012, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 26, 0, 0, 0, 0, 31, 29, 27, 26, 0, 0, 33, 0, 27, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 37.64, 6, drogue, -8.48, 53695.00, 5045.12, 3725.26, -28.92, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9428850,-106.9171631, 5349.0, 2022, 6, 24, 15, 17, 54, 652, 4012, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 26, 0, 0, 0, 0, 31, 29, 27, 26, 0, 0, 33, 0, 27, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 37.74, 6, drogue, -6.36, 53734.00, 5039.69, 3719.83, -29.56, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9428850,-106.9171631, 5349.0, 2022, 6, 24, 15, 17, 54, 652, 4012, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 26, 0, 0, 0, 0, 31, 29, 27, 26, 0, 0, 33, 0, 27, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 37.78, 6, drogue, -6.36, 53734.00, 5039.69, 3719.83, -29.56, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9428850,-106.9171631, 5349.0, 2022, 6, 24, 15, 17, 54, 652, 4012, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 26, 0, 0, 0, 0, 31, 29, 27, 26, 0, 0, 33, 0, 27, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 37.84, 6, drogue, -9.54, 53748.00, 5037.74, 3717.89, -30.25, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9428850,-106.9171631, 5349.0, 2022, 6, 24, 15, 17, 54, 652, 4012, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 26, 0, 0, 0, 0, 31, 29, 27, 26, 0, 0, 33, 0, 27, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 37.94, 6, drogue, -13.78, 53777.00, 5033.71, 3713.85, -30.91, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9428850,-106.9171631, 5349.0, 2022, 6, 24, 15, 17, 54, 652, 4012, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 26, 0, 0, 0, 0, 31, 29, 27, 26, 0, 0, 33, 0, 27, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 38.04, 6, drogue, -13.78, 53746.00, 5038.02, 3718.17, -31.49, 34.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9428850,-106.9171631, 5349.0, 2022, 6, 24, 15, 17, 54, 652, 4012, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 26, 0, 0, 0, 0, 31, 29, 27, 26, 0, 0, 33, 0, 27, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 38.10, 6, drogue, -13.78, 53746.00, 5038.02, 3718.17, -31.49, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9428850,-106.9171631, 5349.0, 2022, 6, 24, 15, 17, 54, 652, 4012, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 26, 0, 0, 0, 0, 31, 29, 27, 26, 0, 0, 33, 0, 27, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 38.14, 6, drogue, -10.60, 53809.00, 5029.26, 3709.41, -31.96, 34.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9428850,-106.9171631, 5349.0, 2022, 6, 24, 15, 17, 54, 652, 4012, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 26, 0, 0, 0, 0, 31, 29, 27, 26, 0, 0, 33, 0, 27, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 38.24, 6, drogue, -10.60, 53902.00, 5016.35, 3696.49, -32.35, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9428850,-106.9171631, 5349.0, 2022, 6, 24, 15, 17, 54, 652, 4012, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 26, 0, 0, 0, 0, 31, 29, 27, 26, 0, 0, 33, 0, 27, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 38.34, 6, drogue, -12.19, 53929.00, 5012.60, 3692.75, -32.68, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9428850,-106.9171631, 5349.0, 2022, 6, 24, 15, 17, 54, 652, 4012, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 26, 0, 0, 0, 0, 31, 29, 27, 26, 0, 0, 33, 0, 27, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 38.42, 6, drogue, -12.19, 53929.00, 5012.60, 3692.75, -32.68, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9428850,-106.9171631, 5349.0, 2022, 6, 24, 15, 17, 54, 652, 4012, 305, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 26, 0, 0, 0, 0, 31, 29, 27, 26, 0, 0, 33, 0, 27, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 38.44, 6, drogue, -14.84, 53991.00, 5004.00, 3684.15, -32.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9429501,-106.9171508, 5317.0, 2022, 6, 24, 15, 17, 55, 655, 3981, 306, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 19, 0, 0, 32, 0, 0, 0, 0, 26, 28, 27, 31, 0, 0, 27, 0, 25, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 38.44, 6, drogue, -14.84, 53991.00, 5004.00, 3684.15, -32.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9429501,-106.9171508, 5317.0, 2022, 6, 24, 15, 17, 55, 655, 3981, 306, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 19, 0, 0, 32, 0, 0, 0, 0, 26, 28, 27, 31, 0, 0, 27, 0, 25, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 38.44, 6, drogue, -14.84, 53991.00, 5004.00, 3684.15, -32.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9429501,-106.9171508, 5317.0, 2022, 6, 24, 15, 17, 55, 655, 3981, 306, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 19, 0, 0, 32, 0, 0, 0, 0, 26, 28, 27, 31, 0, 0, 27, 0, 25, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 38.44, 6, drogue, -14.84, 53991.00, 5004.00, 3684.15, -32.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9429501,-106.9171508, 5317.0, 2022, 6, 24, 15, 17, 55, 655, 3981, 306, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 19, 0, 0, 32, 0, 0, 0, 0, 26, 28, 27, 31, 0, 0, 27, 0, 25, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 38.44, 6, drogue, -14.84, 53991.00, 5004.00, 3684.15, -32.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9429501,-106.9171508, 5317.0, 2022, 6, 24, 15, 17, 55, 655, 3981, 306, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 19, 0, 0, 32, 0, 0, 0, 0, 26, 28, 27, 31, 0, 0, 27, 0, 25, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 38.44, 6, drogue, -14.84, 53991.00, 5004.00, 3684.15, -32.90, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9429501,-106.9171508, 5317.0, 2022, 6, 24, 15, 17, 55, 655, 3981, 306, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 19, 0, 0, 32, 0, 0, 0, 0, 26, 28, 27, 31, 0, 0, 27, 0, 25, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 38.54, 6, drogue, -19.61, 53991.00, 5004.00, 3684.15, -33.03, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9429501,-106.9171508, 5317.0, 2022, 6, 24, 15, 17, 55, 655, 3981, 306, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 19, 0, 0, 32, 0, 0, 0, 0, 26, 28, 27, 31, 0, 0, 27, 0, 25, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 38.64, 6, drogue, -17.49, 53980.00, 5005.53, 3685.67, -33.04, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9429501,-106.9171508, 5317.0, 2022, 6, 24, 15, 17, 55, 655, 3981, 306, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 19, 0, 0, 32, 0, 0, 0, 0, 26, 28, 27, 31, 0, 0, 27, 0, 25, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 38.74, 6, drogue, -7.95, 53989.00, 5004.28, 3684.43, -32.96, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9429501,-106.9171508, 5317.0, 2022, 6, 24, 15, 17, 55, 655, 3981, 306, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 19, 0, 0, 32, 0, 0, 0, 0, 26, 28, 27, 31, 0, 0, 27, 0, 25, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 38.74, 6, drogue, -7.95, 53989.00, 5004.28, 3684.43, -32.96, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9429501,-106.9171508, 5317.0, 2022, 6, 24, 15, 17, 55, 655, 3981, 306, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 19, 0, 0, 32, 0, 0, 0, 0, 26, 28, 27, 31, 0, 0, 27, 0, 25, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 38.84, 6, drogue, -6.89, 54035.00, 4997.91, 3678.05, -32.69, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9429501,-106.9171508, 5317.0, 2022, 6, 24, 15, 17, 55, 655, 3981, 306, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 19, 0, 0, 32, 0, 0, 0, 0, 26, 28, 27, 31, 0, 0, 27, 0, 25, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 38.94, 6, drogue, -12.19, 54060.00, 4994.45, 3674.59, -32.40, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9429501,-106.9171508, 5317.0, 2022, 6, 24, 15, 17, 55, 655, 3981, 306, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 19, 0, 0, 32, 0, 0, 0, 0, 26, 28, 27, 31, 0, 0, 27, 0, 25, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 39.04, 6, drogue, -9.54, 54100.00, 4988.91, 3669.06, -31.97, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9429501,-106.9171508, 5317.0, 2022, 6, 24, 15, 17, 55, 655, 3981, 306, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 19, 0, 0, 32, 0, 0, 0, 0, 26, 28, 27, 31, 0, 0, 27, 0, 25, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 39.06, 6, drogue, -9.54, 54100.00, 4988.91, 3669.06, -31.97, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9429501,-106.9171508, 5317.0, 2022, 6, 24, 15, 17, 55, 655, 3981, 306, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 19, 0, 0, 32, 0, 0, 0, 0, 26, 28, 27, 31, 0, 0, 27, 0, 25, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 39.14, 6, drogue, -13.25, 54130.00, 4984.76, 3664.91, -31.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9429501,-106.9171508, 5317.0, 2022, 6, 24, 15, 17, 55, 655, 3981, 306, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 19, 0, 0, 32, 0, 0, 0, 0, 26, 28, 27, 31, 0, 0, 27, 0, 25, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 39.24, 6, drogue, -9.54, 54132.00, 4984.48, 3664.63, -30.99, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9429501,-106.9171508, 5317.0, 2022, 6, 24, 15, 17, 55, 655, 3981, 306, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 19, 0, 0, 32, 0, 0, 0, 0, 26, 28, 27, 31, 0, 0, 27, 0, 25, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 39.34, 6, drogue, -14.84, 54133.00, 4984.35, 3664.49, -30.49, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9429501,-106.9171508, 5317.0, 2022, 6, 24, 15, 17, 55, 655, 3981, 306, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 19, 0, 0, 32, 0, 0, 0, 0, 26, 28, 27, 31, 0, 0, 27, 0, 25, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 39.38, 6, drogue, -14.84, 54133.00, 4984.35, 3664.49, -30.49, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9429501,-106.9171508, 5317.0, 2022, 6, 24, 15, 17, 55, 655, 3981, 306, 81, 1.4,2147483647.0,2147483647.0, 0, 29, 19, 0, 0, 32, 0, 0, 0, 0, 26, 28, 27, 31, 0, 0, 27, 0, 25, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 39.44, 6, drogue, -17.49, 54155.00, 4981.30, 3661.45, -30.01, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 39.44, 6, drogue, -17.49, 54155.00, 4981.30, 3661.45, -30.01, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 39.44, 6, drogue, -17.49, 54155.00, 4981.30, 3661.45, -30.01, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 39.44, 6, drogue, -17.49, 54155.00, 4981.30, 3661.45, -30.01, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 39.44, 6, drogue, -17.49, 54155.00, 4981.30, 3661.45, -30.01, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 39.44, 6, drogue, -17.49, 54155.00, 4981.30, 3661.45, -30.01, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 39.54, 6, drogue, -19.61, 54181.00, 4977.71, 3657.85, -29.55, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 39.64, 6, drogue, -19.08, 54208.00, 4973.98, 3654.12, -29.14, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 39.70, 6, drogue, -19.08, 54208.00, 4973.98, 3654.12, -29.14, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 39.74, 6, drogue, -20.67, 54189.00, 4976.61, 3656.75, -28.83, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 39.84, 6, drogue, -19.61, 54261.00, 4966.66, 3646.81, -28.62, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 39.94, 6, drogue, -18.55, 54319.00, 4958.66, 3638.80, -28.50, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 40.02, 6, drogue, -18.55, 54319.00, 4958.66, 3638.80, -28.50, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 40.04, 6, drogue, -17.49, 54331.00, 4957.00, 3637.15, -28.43, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 40.14, 6, drogue, -18.55, 54327.00, 4957.56, 3637.70, -28.41, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 40.24, 6, drogue, -18.55, 54329.00, 4957.28, 3637.42, -28.55, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 40.34, 6, drogue, -16.43, 54363.00, 4952.59, 3632.74, -28.65, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 40.34, 6, drogue, -16.43, 54363.00, 4952.59, 3632.74, -28.65, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 40.44, 6, drogue, -14.84, 54368.00, 4951.90, 3632.05, -28.78, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 40.45, 6, drogue, -14.84, 54368.00, 4951.90, 3632.05, -28.78, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 40.45, 6, drogue, -14.84, 54368.00, 4951.90, 3632.05, -28.78, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 40.45, 6, drogue, -14.84, 54368.00, 4951.90, 3632.05, -28.78, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 40.45, 6, drogue, -14.84, 54368.00, 4951.90, 3632.05, -28.78, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 40.45, 6, drogue, -14.84, 54368.00, 4951.90, 3632.05, -28.78, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430199,-106.9171386, 5285.0, 2022, 6, 24, 15, 17, 56, 659, 3950, 306, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 22, 0, 0, 35, 0, 0, 0, 0, 31, 27, 26, 32, 0, 0, 27, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 40.54, 6, drogue, -14.84, 54355.00, 4953.70, 3633.84, -28.89, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430994,-106.9171388, 5251.0, 2022, 6, 24, 15, 17, 57, 664, 3918, 307, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 23, 0, 0, 32, 0, 0, 0, 0, 24, 31, 31, 32, 0, 0, 30, 0, 32, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 40.64, 6, drogue, -14.84, 54371.00, 4951.49, 3631.64, -28.94, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9430994,-106.9171388, 5251.0, 2022, 6, 24, 15, 17, 57, 664, 3918, 307, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 23, 0, 0, 32, 0, 0, 0, 0, 24, 31, 31, 32, 0, 0, 30, 0, 32, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 40.66, 6, drogue, -14.84, 54371.00, 4951.49, 3631.64, -28.94, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9430994,-106.9171388, 5251.0, 2022, 6, 24, 15, 17, 57, 664, 3918, 307, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 23, 0, 0, 32, 0, 0, 0, 0, 24, 31, 31, 32, 0, 0, 30, 0, 32, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 40.74, 6, drogue, -15.37, 54409.00, 4946.26, 3626.40, -28.93, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9430994,-106.9171388, 5251.0, 2022, 6, 24, 15, 17, 57, 664, 3918, 307, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 23, 0, 0, 32, 0, 0, 0, 0, 24, 31, 31, 32, 0, 0, 30, 0, 32, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 40.84, 6, drogue, -13.25, 54370.00, 4951.63, 3631.77, -29.12, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9430994,-106.9171388, 5251.0, 2022, 6, 24, 15, 17, 57, 664, 3918, 307, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 23, 0, 0, 32, 0, 0, 0, 0, 24, 31, 31, 32, 0, 0, 30, 0, 32, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 40.94, 6, drogue, -11.13, 54509.00, 4932.49, 3612.64, -29.23, 34.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9430994,-106.9171388, 5251.0, 2022, 6, 24, 15, 17, 57, 664, 3918, 307, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 23, 0, 0, 32, 0, 0, 0, 0, 24, 31, 31, 32, 0, 0, 30, 0, 32, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 40.98, 6, drogue, -11.13, 54509.00, 4932.49, 3612.64, -29.23, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9430994,-106.9171388, 5251.0, 2022, 6, 24, 15, 17, 57, 664, 3918, 307, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 23, 0, 0, 32, 0, 0, 0, 0, 24, 31, 31, 32, 0, 0, 30, 0, 32, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 41.04, 6, drogue, -9.01, 54526.00, 4930.16, 3610.30, -29.34, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9430994,-106.9171388, 5251.0, 2022, 6, 24, 15, 17, 57, 664, 3918, 307, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 23, 0, 0, 32, 0, 0, 0, 0, 24, 31, 31, 32, 0, 0, 30, 0, 32, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 41.14, 6, drogue, -11.66, 54513.00, 4931.94, 3612.09, -29.44, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9430994,-106.9171388, 5251.0, 2022, 6, 24, 15, 17, 57, 664, 3918, 307, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 23, 0, 0, 32, 0, 0, 0, 0, 24, 31, 31, 32, 0, 0, 30, 0, 32, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 41.24, 6, drogue, -13.25, 54515.00, 4931.67, 3611.81, -29.54, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9430994,-106.9171388, 5251.0, 2022, 6, 24, 15, 17, 57, 664, 3918, 307, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 23, 0, 0, 32, 0, 0, 0, 0, 24, 31, 31, 32, 0, 0, 30, 0, 32, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 41.30, 6, drogue, -13.25, 54515.00, 4931.67, 3611.81, -29.54, 34.1, 0.00, 0.01, 3.86, 1, 1, 10, 32.9430994,-106.9171388, 5251.0, 2022, 6, 24, 15, 17, 57, 664, 3918, 307, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 23, 0, 0, 32, 0, 0, 0, 0, 24, 31, 31, 32, 0, 0, 30, 0, 32, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 41.34, 6, drogue, -15.37, 54565.00, 4924.80, 3604.94, -29.64, 34.1, 0.00, 0.01, 3.86, 1, 1, 10, 32.9430994,-106.9171388, 5251.0, 2022, 6, 24, 15, 17, 57, 664, 3918, 307, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 23, 0, 0, 32, 0, 0, 0, 0, 24, 31, 31, 32, 0, 0, 30, 0, 32, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 41.44, 6, drogue, -16.43, 54576.00, 4923.28, 3603.43, -29.76, 34.1, 0.00, 0.01, 3.86, 1, 1, 10, 32.9430994,-106.9171388, 5251.0, 2022, 6, 24, 15, 17, 57, 664, 3918, 307, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 23, 0, 0, 32, 0, 0, 0, 0, 24, 31, 31, 32, 0, 0, 30, 0, 32, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 41.45, 6, drogue, -16.43, 54576.00, 4923.28, 3603.43, -29.76, 34.1, 0.00, 0.01, 3.86, 1, 1, 10, 32.9430994,-106.9171388, 5251.0, 2022, 6, 24, 15, 17, 57, 664, 3918, 307, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 23, 0, 0, 32, 0, 0, 0, 0, 24, 31, 31, 32, 0, 0, 30, 0, 32, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 41.45, 6, drogue, -16.43, 54576.00, 4923.28, 3603.43, -29.76, 34.1, 0.00, 0.01, 3.86, 1, 1, 10, 32.9430994,-106.9171388, 5251.0, 2022, 6, 24, 15, 17, 57, 664, 3918, 307, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 23, 0, 0, 32, 0, 0, 0, 0, 24, 31, 31, 32, 0, 0, 30, 0, 32, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 41.45, 6, drogue, -16.43, 54576.00, 4923.28, 3603.43, -29.76, 34.1, 0.00, 0.01, 3.86, 1, 1, 10, 32.9430994,-106.9171388, 5251.0, 2022, 6, 24, 15, 17, 57, 664, 3918, 307, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 23, 0, 0, 32, 0, 0, 0, 0, 24, 31, 31, 32, 0, 0, 30, 0, 32, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 41.45, 6, drogue, -16.43, 54576.00, 4923.28, 3603.43, -29.76, 34.1, 0.00, 0.01, 3.86, 1, 1, 10, 32.9430994,-106.9171388, 5251.0, 2022, 6, 24, 15, 17, 57, 664, 3918, 307, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 23, 0, 0, 32, 0, 0, 0, 0, 24, 31, 31, 32, 0, 0, 30, 0, 32, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 41.45, 6, drogue, -16.43, 54576.00, 4923.28, 3603.43, -29.76, 34.1, 0.00, 0.01, 3.86, 1, 1, 10, 32.9430994,-106.9171388, 5251.0, 2022, 6, 24, 15, 17, 57, 664, 3918, 307, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 23, 0, 0, 32, 0, 0, 0, 0, 24, 31, 31, 32, 0, 0, 30, 0, 32, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 41.54, 6, drogue, -16.43, 54594.00, 4920.81, 3600.96, -29.87, 34.1, 0.00, 0.01, 3.86, 1, 1, 10, 32.9431690,-106.9171327, 5218.0, 2022, 6, 24, 15, 17, 58, 669, 3886, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 27, 0, 0, 0, 0, 31, 22, 30, 26, 0, 0, 34, 0, 32, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 41.62, 6, drogue, -16.43, 54594.00, 4920.81, 3600.96, -29.87, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9431690,-106.9171327, 5218.0, 2022, 6, 24, 15, 17, 58, 669, 3886, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 27, 0, 0, 0, 0, 31, 22, 30, 26, 0, 0, 34, 0, 32, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 41.64, 6, drogue, -14.84, 54667.00, 4910.79, 3590.94, -30.02, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9431690,-106.9171327, 5218.0, 2022, 6, 24, 15, 17, 58, 669, 3886, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 27, 0, 0, 0, 0, 31, 22, 30, 26, 0, 0, 34, 0, 32, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 41.74, 6, drogue, -14.84, 54688.00, 4907.91, 3588.06, -30.15, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9431690,-106.9171327, 5218.0, 2022, 6, 24, 15, 17, 58, 669, 3886, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 27, 0, 0, 0, 0, 31, 22, 30, 26, 0, 0, 34, 0, 32, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 41.84, 6, drogue, -17.49, 54732.00, 4901.88, 3582.02, -30.37, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9431690,-106.9171327, 5218.0, 2022, 6, 24, 15, 17, 58, 669, 3886, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 27, 0, 0, 0, 0, 31, 22, 30, 26, 0, 0, 34, 0, 32, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 41.94, 6, drogue, -17.49, 54739.00, 4900.92, 3581.06, -30.70, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9431690,-106.9171327, 5218.0, 2022, 6, 24, 15, 17, 58, 669, 3886, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 27, 0, 0, 0, 0, 31, 22, 30, 26, 0, 0, 34, 0, 32, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 41.94, 6, drogue, -17.49, 54739.00, 4900.92, 3581.06, -30.70, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9431690,-106.9171327, 5218.0, 2022, 6, 24, 15, 17, 58, 669, 3886, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 27, 0, 0, 0, 0, 31, 22, 30, 26, 0, 0, 34, 0, 32, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 42.04, 6, drogue, -12.72, 54749.00, 4899.55, 3579.69, -31.14, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9431690,-106.9171327, 5218.0, 2022, 6, 24, 15, 17, 58, 669, 3886, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 27, 0, 0, 0, 0, 31, 22, 30, 26, 0, 0, 34, 0, 32, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 42.14, 6, drogue, -6.89, 54685.00, 4908.32, 3588.47, -31.54, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9431690,-106.9171327, 5218.0, 2022, 6, 24, 15, 17, 58, 669, 3886, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 27, 0, 0, 0, 0, 31, 22, 30, 26, 0, 0, 34, 0, 32, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 42.24, 6, drogue, -5.30, 54772.00, 4896.40, 3576.54, -31.88, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9431690,-106.9171327, 5218.0, 2022, 6, 24, 15, 17, 58, 669, 3886, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 27, 0, 0, 0, 0, 31, 22, 30, 26, 0, 0, 34, 0, 32, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 42.26, 6, drogue, -5.30, 54772.00, 4896.40, 3576.54, -31.88, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9431690,-106.9171327, 5218.0, 2022, 6, 24, 15, 17, 58, 669, 3886, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 27, 0, 0, 0, 0, 31, 22, 30, 26, 0, 0, 34, 0, 32, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 42.34, 6, drogue, -6.36, 54699.00, 4906.40, 3586.55, -32.34, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9431690,-106.9171327, 5218.0, 2022, 6, 24, 15, 17, 58, 669, 3886, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 27, 0, 0, 0, 0, 31, 22, 30, 26, 0, 0, 34, 0, 32, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 42.44, 6, drogue, -5.83, 54739.00, 4900.92, 3581.06, -32.83, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9431690,-106.9171327, 5218.0, 2022, 6, 24, 15, 17, 58, 669, 3886, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 27, 0, 0, 0, 0, 31, 22, 30, 26, 0, 0, 34, 0, 32, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 42.45, 6, drogue, -5.83, 54739.00, 4900.92, 3581.06, -32.83, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9431690,-106.9171327, 5218.0, 2022, 6, 24, 15, 17, 58, 669, 3886, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 27, 0, 0, 0, 0, 31, 22, 30, 26, 0, 0, 34, 0, 32, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 42.45, 6, drogue, -5.83, 54739.00, 4900.92, 3581.06, -32.83, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9431690,-106.9171327, 5218.0, 2022, 6, 24, 15, 17, 58, 669, 3886, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 27, 0, 0, 0, 0, 31, 22, 30, 26, 0, 0, 34, 0, 32, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 42.45, 6, drogue, -5.83, 54739.00, 4900.92, 3581.06, -32.83, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9431690,-106.9171327, 5218.0, 2022, 6, 24, 15, 17, 58, 669, 3886, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 27, 0, 0, 0, 0, 31, 22, 30, 26, 0, 0, 34, 0, 32, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 42.45, 6, drogue, -5.83, 54739.00, 4900.92, 3581.06, -32.83, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9431690,-106.9171327, 5218.0, 2022, 6, 24, 15, 17, 58, 669, 3886, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 27, 0, 0, 0, 0, 31, 22, 30, 26, 0, 0, 34, 0, 32, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 42.45, 6, drogue, -5.83, 54739.00, 4900.92, 3581.06, -32.83, 34.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9431690,-106.9171327, 5218.0, 2022, 6, 24, 15, 17, 58, 669, 3886, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 27, 0, 0, 0, 0, 31, 22, 30, 26, 0, 0, 34, 0, 32, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 42.54, 6, drogue, -6.36, 54784.00, 4894.75, 3574.90, -33.35, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9432461,-106.9171166, 5186.0, 2022, 6, 24, 15, 17, 59, 673, 3855, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 32, 0, 0, 35, 0, 22, 20, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 42.58, 6, drogue, -6.36, 54784.00, 4894.75, 3574.90, -33.35, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9432461,-106.9171166, 5186.0, 2022, 6, 24, 15, 17, 59, 673, 3855, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 32, 0, 0, 35, 0, 22, 20, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 42.64, 6, drogue, -7.95, 54776.00, 4895.85, 3575.99, -33.95, 34.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9432461,-106.9171166, 5186.0, 2022, 6, 24, 15, 17, 59, 673, 3855, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 32, 0, 0, 35, 0, 22, 20, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 42.74, 6, drogue, 9.54, 54779.00, 4895.44, 3575.58, -34.59, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9432461,-106.9171166, 5186.0, 2022, 6, 24, 15, 17, 59, 673, 3855, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 32, 0, 0, 35, 0, 22, 20, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 42.84, 6, drogue, 18.02, 55023.00, 4862.08, 3542.22, -35.21, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9432461,-106.9171166, 5186.0, 2022, 6, 24, 15, 17, 59, 673, 3855, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 32, 0, 0, 35, 0, 22, 20, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 42.90, 6, drogue, 18.02, 55023.00, 4862.08, 3542.22, -35.21, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9432461,-106.9171166, 5186.0, 2022, 6, 24, 15, 17, 59, 673, 3855, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 32, 0, 0, 35, 0, 22, 20, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 42.94, 6, drogue, 2.65, 54937.00, 4873.82, 3553.97, -35.90, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9432461,-106.9171166, 5186.0, 2022, 6, 24, 15, 17, 59, 673, 3855, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 32, 0, 0, 35, 0, 22, 20, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 43.04, 6, drogue, -8.48, 54950.00, 4872.05, 3552.19, -36.51, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9432461,-106.9171166, 5186.0, 2022, 6, 24, 15, 17, 59, 673, 3855, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 32, 0, 0, 35, 0, 22, 20, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 43.14, 6, drogue, -8.48, 54983.00, 4867.54, 3547.68, -36.99, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9432461,-106.9171166, 5186.0, 2022, 6, 24, 15, 17, 59, 673, 3855, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 32, 0, 0, 35, 0, 22, 20, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 43.22, 6, drogue, -8.48, 54983.00, 4867.54, 3547.68, -36.99, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9432461,-106.9171166, 5186.0, 2022, 6, 24, 15, 17, 59, 673, 3855, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 32, 0, 0, 35, 0, 22, 20, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 43.24, 6, drogue, 6.89, 55023.00, 4862.08, 3542.22, -37.36, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9432461,-106.9171166, 5186.0, 2022, 6, 24, 15, 17, 59, 673, 3855, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 32, 0, 0, 35, 0, 22, 20, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 43.34, 6, drogue, 9.01, 55055.00, 4857.71, 3537.86, -37.65, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9432461,-106.9171166, 5186.0, 2022, 6, 24, 15, 17, 59, 673, 3855, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 32, 0, 0, 35, 0, 22, 20, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 43.44, 6, drogue, 7.42, 55088.00, 4853.21, 3533.35, -37.81, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9432461,-106.9171166, 5186.0, 2022, 6, 24, 15, 17, 59, 673, 3855, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 32, 0, 0, 35, 0, 22, 20, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 43.45, 6, drogue, 7.42, 55088.00, 4853.21, 3533.35, -37.81, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9432461,-106.9171166, 5186.0, 2022, 6, 24, 15, 17, 59, 673, 3855, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 32, 0, 0, 35, 0, 22, 20, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 43.45, 6, drogue, 7.42, 55088.00, 4853.21, 3533.35, -37.81, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9432461,-106.9171166, 5186.0, 2022, 6, 24, 15, 17, 59, 673, 3855, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 32, 0, 0, 35, 0, 22, 20, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 43.45, 6, drogue, 7.42, 55088.00, 4853.21, 3533.35, -37.81, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9432461,-106.9171166, 5186.0, 2022, 6, 24, 15, 17, 59, 673, 3855, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 32, 0, 0, 35, 0, 22, 20, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 43.45, 6, drogue, 7.42, 55088.00, 4853.21, 3533.35, -37.81, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9432461,-106.9171166, 5186.0, 2022, 6, 24, 15, 17, 59, 673, 3855, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 32, 0, 0, 35, 0, 22, 20, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 43.45, 6, drogue, 7.42, 55088.00, 4853.21, 3533.35, -37.81, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9432461,-106.9171166, 5186.0, 2022, 6, 24, 15, 17, 59, 673, 3855, 308, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 32, 0, 0, 35, 0, 22, 20, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 43.54, 6, drogue, 0.53, 55058.00, 4857.30, 3537.45, -37.83, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9433280,-106.9170992, 5154.0, 2022, 6, 24, 15, 18, 0, 677, 3824, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 32, 0, 0, 0, 0, 27, 24, 26, 30, 0, 0, 26, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 43.54, 6, drogue, 0.53, 55058.00, 4857.30, 3537.45, -37.83, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9433280,-106.9170992, 5154.0, 2022, 6, 24, 15, 18, 0, 677, 3824, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 32, 0, 0, 0, 0, 27, 24, 26, 30, 0, 0, 26, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 43.64, 6, drogue, -0.00, 55103.00, 4851.17, 3531.31, -37.76, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9433280,-106.9170992, 5154.0, 2022, 6, 24, 15, 18, 0, 677, 3824, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 32, 0, 0, 0, 0, 27, 24, 26, 30, 0, 0, 26, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 43.74, 6, drogue, 1.59, 55111.00, 4850.08, 3530.22, -37.54, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9433280,-106.9170992, 5154.0, 2022, 6, 24, 15, 18, 0, 677, 3824, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 32, 0, 0, 0, 0, 27, 24, 26, 30, 0, 0, 26, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 43.84, 6, drogue, -6.89, 55155.00, 4844.08, 3524.22, -37.21, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9433280,-106.9170992, 5154.0, 2022, 6, 24, 15, 18, 0, 677, 3824, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 32, 0, 0, 0, 0, 27, 24, 26, 30, 0, 0, 26, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 43.86, 6, drogue, -6.89, 55155.00, 4844.08, 3524.22, -37.21, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9433280,-106.9170992, 5154.0, 2022, 6, 24, 15, 18, 0, 677, 3824, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 32, 0, 0, 0, 0, 27, 24, 26, 30, 0, 0, 26, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 43.94, 6, drogue, -9.54, 55254.00, 4830.60, 3510.75, -36.79, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9433280,-106.9170992, 5154.0, 2022, 6, 24, 15, 18, 0, 677, 3824, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 32, 0, 0, 0, 0, 27, 24, 26, 30, 0, 0, 26, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 44.04, 6, drogue, 0.53, 55341.00, 4818.78, 3498.92, -36.31, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9433280,-106.9170992, 5154.0, 2022, 6, 24, 15, 18, 0, 677, 3824, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 32, 0, 0, 0, 0, 27, 24, 26, 30, 0, 0, 26, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 44.14, 6, drogue, -6.36, 55260.00, 4829.79, 3509.93, -35.72, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9433280,-106.9170992, 5154.0, 2022, 6, 24, 15, 18, 0, 677, 3824, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 32, 0, 0, 0, 0, 27, 24, 26, 30, 0, 0, 26, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 44.18, 6, drogue, -6.36, 55260.00, 4829.79, 3509.93, -35.72, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9433280,-106.9170992, 5154.0, 2022, 6, 24, 15, 18, 0, 677, 3824, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 32, 0, 0, 0, 0, 27, 24, 26, 30, 0, 0, 26, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 44.24, 6, drogue, -13.25, 55185.00, 4839.99, 3520.14, -35.16, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9433280,-106.9170992, 5154.0, 2022, 6, 24, 15, 18, 0, 677, 3824, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 32, 0, 0, 0, 0, 27, 24, 26, 30, 0, 0, 26, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 44.34, 6, drogue, -11.66, 55316.00, 4822.18, 3502.32, -34.54, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9433280,-106.9170992, 5154.0, 2022, 6, 24, 15, 18, 0, 677, 3824, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 32, 0, 0, 0, 0, 27, 24, 26, 30, 0, 0, 26, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 44.44, 6, drogue, -10.60, 55346.00, 4818.10, 3498.24, -33.97, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9433280,-106.9170992, 5154.0, 2022, 6, 24, 15, 18, 0, 677, 3824, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 32, 0, 0, 0, 0, 27, 24, 26, 30, 0, 0, 26, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 44.45, 6, drogue, -10.60, 55346.00, 4818.10, 3498.24, -33.97, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9433280,-106.9170992, 5154.0, 2022, 6, 24, 15, 18, 0, 677, 3824, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 32, 0, 0, 0, 0, 27, 24, 26, 30, 0, 0, 26, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 44.45, 6, drogue, -10.60, 55346.00, 4818.10, 3498.24, -33.97, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9433280,-106.9170992, 5154.0, 2022, 6, 24, 15, 18, 0, 677, 3824, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 32, 0, 0, 0, 0, 27, 24, 26, 30, 0, 0, 26, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 44.45, 6, drogue, -10.60, 55346.00, 4818.10, 3498.24, -33.97, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9433280,-106.9170992, 5154.0, 2022, 6, 24, 15, 18, 0, 677, 3824, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 32, 0, 0, 0, 0, 27, 24, 26, 30, 0, 0, 26, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 44.45, 6, drogue, -10.60, 55346.00, 4818.10, 3498.24, -33.97, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9433280,-106.9170992, 5154.0, 2022, 6, 24, 15, 18, 0, 677, 3824, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 32, 0, 0, 0, 0, 27, 24, 26, 30, 0, 0, 26, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 44.45, 6, drogue, -10.60, 55346.00, 4818.10, 3498.24, -33.97, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9433280,-106.9170992, 5154.0, 2022, 6, 24, 15, 18, 0, 677, 3824, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 32, 0, 0, 0, 0, 27, 24, 26, 30, 0, 0, 26, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 44.50, 6, drogue, -10.60, 55346.00, 4818.10, 3498.24, -33.97, 34.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9434010,-106.9170860, 5124.0, 2022, 6, 24, 15, 18, 1, 681, 3796, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 33, 0, 0, 0, 0, 32, 26, 26, 30, 0, 0, 32, 0, 29, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 44.54, 6, drogue, -8.48, 55384.00, 4812.94, 3493.08, -33.38, 34.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9434010,-106.9170860, 5124.0, 2022, 6, 24, 15, 18, 1, 681, 3796, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 33, 0, 0, 0, 0, 32, 26, 26, 30, 0, 0, 32, 0, 29, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 44.64, 6, drogue, -12.72, 55467.00, 4801.68, 3481.82, -32.78, 34.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9434010,-106.9170860, 5124.0, 2022, 6, 24, 15, 18, 1, 681, 3796, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 33, 0, 0, 0, 0, 32, 26, 26, 30, 0, 0, 32, 0, 29, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 44.74, 6, drogue, -18.02, 55484.00, 4799.37, 3479.52, -32.22, 34.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9434010,-106.9170860, 5124.0, 2022, 6, 24, 15, 18, 1, 681, 3796, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 33, 0, 0, 0, 0, 32, 26, 26, 30, 0, 0, 32, 0, 29, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 44.82, 6, drogue, -18.02, 55484.00, 4799.37, 3479.52, -32.22, 34.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9434010,-106.9170860, 5124.0, 2022, 6, 24, 15, 18, 1, 681, 3796, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 33, 0, 0, 0, 0, 32, 26, 26, 30, 0, 0, 32, 0, 29, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 44.84, 6, drogue, -15.90, 55504.00, 4796.66, 3476.81, -31.83, 34.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9434010,-106.9170860, 5124.0, 2022, 6, 24, 15, 18, 1, 681, 3796, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 33, 0, 0, 0, 0, 32, 26, 26, 30, 0, 0, 32, 0, 29, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 44.94, 6, drogue, -12.72, 55503.00, 4796.80, 3476.94, -31.39, 34.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9434010,-106.9170860, 5124.0, 2022, 6, 24, 15, 18, 1, 681, 3796, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 33, 0, 0, 0, 0, 32, 26, 26, 30, 0, 0, 32, 0, 29, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 45.04, 6, drogue, -11.66, 55492.00, 4798.29, 3478.43, -30.97, 34.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9434010,-106.9170860, 5124.0, 2022, 6, 24, 15, 18, 1, 681, 3796, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 33, 0, 0, 0, 0, 32, 26, 26, 30, 0, 0, 32, 0, 29, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 45.14, 6, drogue, -11.66, 55471.00, 4801.14, 3481.28, -30.56, 34.0, 0.01, 0.00, 3.86, 1, 1, 10, 32.9434010,-106.9170860, 5124.0, 2022, 6, 24, 15, 18, 1, 681, 3796, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 33, 0, 0, 0, 0, 32, 26, 26, 30, 0, 0, 32, 0, 29, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 45.14, 6, drogue, -11.66, 55471.00, 4801.14, 3481.28, -30.56, 34.0, 0.01, 0.00, 3.86, 1, 1, 10, 32.9434010,-106.9170860, 5124.0, 2022, 6, 24, 15, 18, 1, 681, 3796, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 33, 0, 0, 0, 0, 32, 26, 26, 30, 0, 0, 32, 0, 29, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 45.24, 6, drogue, -11.66, 55486.00, 4799.10, 3479.25, -30.23, 34.0, 0.01, 0.00, 3.86, 1, 1, 10, 32.9434010,-106.9170860, 5124.0, 2022, 6, 24, 15, 18, 1, 681, 3796, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 33, 0, 0, 0, 0, 32, 26, 26, 30, 0, 0, 32, 0, 29, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 45.34, 6, drogue, -9.01, 55522.00, 4794.22, 3474.37, -29.92, 34.0, 0.01, 0.00, 3.86, 1, 1, 10, 32.9434010,-106.9170860, 5124.0, 2022, 6, 24, 15, 18, 1, 681, 3796, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 33, 0, 0, 0, 0, 32, 26, 26, 30, 0, 0, 32, 0, 29, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 45.44, 6, drogue, -9.01, 55531.00, 4793.00, 3473.15, -29.66, 34.0, 0.01, 0.00, 3.86, 1, 1, 10, 32.9434010,-106.9170860, 5124.0, 2022, 6, 24, 15, 18, 1, 681, 3796, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 33, 0, 0, 0, 0, 32, 26, 26, 30, 0, 0, 32, 0, 29, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 45.44, 6, drogue, -9.01, 55531.00, 4793.00, 3473.15, -29.66, 34.0, 0.01, 0.00, 3.86, 1, 1, 10, 32.9434010,-106.9170860, 5124.0, 2022, 6, 24, 15, 18, 1, 681, 3796, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 33, 0, 0, 0, 0, 32, 26, 26, 30, 0, 0, 32, 0, 29, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 45.44, 6, drogue, -9.01, 55531.00, 4793.00, 3473.15, -29.66, 34.0, 0.01, 0.00, 3.86, 1, 1, 10, 32.9434010,-106.9170860, 5124.0, 2022, 6, 24, 15, 18, 1, 681, 3796, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 33, 0, 0, 0, 0, 32, 26, 26, 30, 0, 0, 32, 0, 29, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 45.44, 6, drogue, -9.01, 55531.00, 4793.00, 3473.15, -29.66, 34.0, 0.01, 0.00, 3.86, 1, 1, 10, 32.9434010,-106.9170860, 5124.0, 2022, 6, 24, 15, 18, 1, 681, 3796, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 33, 0, 0, 0, 0, 32, 26, 26, 30, 0, 0, 32, 0, 29, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 45.44, 6, drogue, -9.01, 55531.00, 4793.00, 3473.15, -29.66, 34.0, 0.01, 0.00, 3.86, 1, 1, 10, 32.9434010,-106.9170860, 5124.0, 2022, 6, 24, 15, 18, 1, 681, 3796, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 33, 0, 0, 0, 0, 32, 26, 26, 30, 0, 0, 32, 0, 29, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 45.44, 6, drogue, -9.01, 55531.00, 4793.00, 3473.15, -29.66, 34.0, 0.01, 0.00, 3.86, 1, 1, 10, 32.9434010,-106.9170860, 5124.0, 2022, 6, 24, 15, 18, 1, 681, 3796, 309, 80, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 33, 0, 0, 0, 0, 32, 26, 26, 30, 0, 0, 32, 0, 29, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 45.46, 6, drogue, -9.01, 55531.00, 4793.00, 3473.15, -29.66, 34.0, 0.00, 0.01, 3.87, 1, 1, 10, 32.9434899,-106.9170844, 5093.0, 2022, 6, 24, 15, 18, 2, 688, 3766, 310, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 28, 0, 0, 0, 0, 34, 31, 31, 22, 0, 0, 30, 0, 33, 31, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 45.54, 6, drogue, -6.36, 55548.00, 4790.70, 3470.85, -29.43, 34.0, 0.00, 0.01, 3.87, 1, 1, 10, 32.9434899,-106.9170844, 5093.0, 2022, 6, 24, 15, 18, 2, 688, 3766, 310, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 28, 0, 0, 0, 0, 34, 31, 31, 22, 0, 0, 30, 0, 33, 31, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 45.64, 6, drogue, -10.60, 55583.00, 4785.96, 3466.11, -29.23, 34.0, 0.00, 0.01, 3.87, 1, 1, 10, 32.9434899,-106.9170844, 5093.0, 2022, 6, 24, 15, 18, 2, 688, 3766, 310, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 28, 0, 0, 0, 0, 34, 31, 31, 22, 0, 0, 30, 0, 33, 31, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 45.74, 6, drogue, -13.25, 55594.00, 4784.47, 3464.62, -29.10, 34.0, 0.00, 0.01, 3.87, 1, 1, 10, 32.9434899,-106.9170844, 5093.0, 2022, 6, 24, 15, 18, 2, 688, 3766, 310, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 28, 0, 0, 0, 0, 34, 31, 31, 22, 0, 0, 30, 0, 33, 31, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 45.78, 6, drogue, -13.25, 55594.00, 4784.47, 3464.62, -29.10, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9434899,-106.9170844, 5093.0, 2022, 6, 24, 15, 18, 2, 688, 3766, 310, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 28, 0, 0, 0, 0, 34, 31, 31, 22, 0, 0, 30, 0, 33, 31, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 45.84, 6, drogue, -14.31, 55651.00, 4776.76, 3456.91, -29.01, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9434899,-106.9170844, 5093.0, 2022, 6, 24, 15, 18, 2, 688, 3766, 310, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 28, 0, 0, 0, 0, 34, 31, 31, 22, 0, 0, 30, 0, 33, 31, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 45.94, 6, drogue, -8.48, 55707.00, 4769.19, 3449.34, -28.92, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9434899,-106.9170844, 5093.0, 2022, 6, 24, 15, 18, 2, 688, 3766, 310, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 28, 0, 0, 0, 0, 34, 31, 31, 22, 0, 0, 30, 0, 33, 31, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 46.04, 6, drogue, -6.36, 55766.00, 4761.22, 3441.37, -28.90, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9434899,-106.9170844, 5093.0, 2022, 6, 24, 15, 18, 2, 688, 3766, 310, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 28, 0, 0, 0, 0, 34, 31, 31, 22, 0, 0, 30, 0, 33, 31, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 46.10, 6, drogue, -6.36, 55766.00, 4761.22, 3441.37, -28.90, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9434899,-106.9170844, 5093.0, 2022, 6, 24, 15, 18, 2, 688, 3766, 310, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 28, 0, 0, 0, 0, 34, 31, 31, 22, 0, 0, 30, 0, 33, 31, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 46.14, 6, drogue, -15.37, 55774.00, 4760.14, 3440.29, -28.80, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9434899,-106.9170844, 5093.0, 2022, 6, 24, 15, 18, 2, 688, 3766, 310, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 28, 0, 0, 0, 0, 34, 31, 31, 22, 0, 0, 30, 0, 33, 31, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 46.24, 6, drogue, -16.43, 55788.00, 4758.25, 3438.40, -28.67, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9434899,-106.9170844, 5093.0, 2022, 6, 24, 15, 18, 2, 688, 3766, 310, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 28, 0, 0, 0, 0, 34, 31, 31, 22, 0, 0, 30, 0, 33, 31, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 46.34, 6, drogue, -12.19, 55820.00, 4753.94, 3434.08, -28.68, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9434899,-106.9170844, 5093.0, 2022, 6, 24, 15, 18, 2, 688, 3766, 310, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 28, 0, 0, 0, 0, 34, 31, 31, 22, 0, 0, 30, 0, 33, 31, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 46.42, 6, drogue, -12.19, 55820.00, 4753.94, 3434.08, -28.68, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9434899,-106.9170844, 5093.0, 2022, 6, 24, 15, 18, 2, 688, 3766, 310, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 28, 0, 0, 0, 0, 34, 31, 31, 22, 0, 0, 30, 0, 33, 31, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 46.44, 6, drogue, -8.48, 55837.00, 4751.64, 3431.79, -28.72, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9434899,-106.9170844, 5093.0, 2022, 6, 24, 15, 18, 2, 688, 3766, 310, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 28, 0, 0, 0, 0, 34, 31, 31, 22, 0, 0, 30, 0, 33, 31, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 46.45, 6, drogue, -8.48, 55837.00, 4751.64, 3431.79, -28.72, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9434899,-106.9170844, 5093.0, 2022, 6, 24, 15, 18, 2, 688, 3766, 310, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 28, 0, 0, 0, 0, 34, 31, 31, 22, 0, 0, 30, 0, 33, 31, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 46.45, 6, drogue, -8.48, 55837.00, 4751.64, 3431.79, -28.72, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9434899,-106.9170844, 5093.0, 2022, 6, 24, 15, 18, 2, 688, 3766, 310, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 28, 0, 0, 0, 0, 34, 31, 31, 22, 0, 0, 30, 0, 33, 31, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 46.45, 6, drogue, -8.48, 55837.00, 4751.64, 3431.79, -28.72, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9434899,-106.9170844, 5093.0, 2022, 6, 24, 15, 18, 2, 688, 3766, 310, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 28, 0, 0, 0, 0, 34, 31, 31, 22, 0, 0, 30, 0, 33, 31, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 46.45, 6, drogue, -8.48, 55837.00, 4751.64, 3431.79, -28.72, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9434899,-106.9170844, 5093.0, 2022, 6, 24, 15, 18, 2, 688, 3766, 310, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 28, 0, 0, 0, 0, 34, 31, 31, 22, 0, 0, 30, 0, 33, 31, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 46.45, 6, drogue, -8.48, 55837.00, 4751.64, 3431.79, -28.72, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9434899,-106.9170844, 5093.0, 2022, 6, 24, 15, 18, 2, 688, 3766, 310, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 28, 0, 0, 0, 0, 34, 31, 31, 22, 0, 0, 30, 0, 33, 31, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 46.54, 6, drogue, -10.60, 55762.00, 4761.76, 3441.91, -28.80, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9435988,-106.9170941, 5061.0, 2022, 6, 24, 15, 18, 3, 696, 3736, 311, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 31, 31, 24, 30, 0, 0, 31, 0, 29, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 46.64, 6, drogue, -12.72, 55781.00, 4759.20, 3439.34, -28.91, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9435988,-106.9170941, 5061.0, 2022, 6, 24, 15, 18, 3, 696, 3736, 311, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 31, 31, 24, 30, 0, 0, 31, 0, 29, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 46.74, 6, drogue, -12.72, 55818.00, 4754.21, 3434.35, -28.97, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9435988,-106.9170941, 5061.0, 2022, 6, 24, 15, 18, 3, 696, 3736, 311, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 31, 31, 24, 30, 0, 0, 31, 0, 29, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 46.74, 6, drogue, -12.72, 55818.00, 4754.21, 3434.35, -28.97, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9435988,-106.9170941, 5061.0, 2022, 6, 24, 15, 18, 3, 696, 3736, 311, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 31, 31, 24, 30, 0, 0, 31, 0, 29, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 46.84, 6, drogue, -4.77, 55836.00, 4751.78, 3431.92, -29.04, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9435988,-106.9170941, 5061.0, 2022, 6, 24, 15, 18, 3, 696, 3736, 311, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 31, 31, 24, 30, 0, 0, 31, 0, 29, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 46.94, 6, drogue, -0.53, 55887.00, 4744.90, 3425.05, -29.10, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9435988,-106.9170941, 5061.0, 2022, 6, 24, 15, 18, 3, 696, 3736, 311, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 31, 31, 24, 30, 0, 0, 31, 0, 29, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 47.04, 6, drogue, -7.95, 55912.00, 4741.53, 3421.68, -29.19, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9435988,-106.9170941, 5061.0, 2022, 6, 24, 15, 18, 3, 696, 3736, 311, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 31, 31, 24, 30, 0, 0, 31, 0, 29, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 47.06, 6, drogue, -7.95, 55912.00, 4741.53, 3421.68, -29.19, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9435988,-106.9170941, 5061.0, 2022, 6, 24, 15, 18, 3, 696, 3736, 311, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 31, 31, 24, 30, 0, 0, 31, 0, 29, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 47.14, 6, drogue, -18.02, 55885.00, 4745.17, 3425.32, -29.27, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9435988,-106.9170941, 5061.0, 2022, 6, 24, 15, 18, 3, 696, 3736, 311, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 31, 31, 24, 30, 0, 0, 31, 0, 29, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 47.24, 6, drogue, -13.25, 55964.00, 4734.53, 3414.68, -29.40, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9435988,-106.9170941, 5061.0, 2022, 6, 24, 15, 18, 3, 696, 3736, 311, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 31, 31, 24, 30, 0, 0, 31, 0, 29, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 47.34, 6, drogue, -10.60, 55967.00, 4734.13, 3414.27, -29.61, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9435988,-106.9170941, 5061.0, 2022, 6, 24, 15, 18, 3, 696, 3736, 311, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 31, 31, 24, 30, 0, 0, 31, 0, 29, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 47.38, 6, drogue, -10.60, 55967.00, 4734.13, 3414.27, -29.61, 34.0, 0.01, 0.00, 3.87, 1, 1, 10, 32.9435988,-106.9170941, 5061.0, 2022, 6, 24, 15, 18, 3, 696, 3736, 311, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 31, 31, 24, 30, 0, 0, 31, 0, 29, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 47.44, 6, drogue, -11.66, 55999.00, 4729.82, 3409.97, -29.83, 34.0, 0.01, 0.00, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 47.44, 6, drogue, -11.66, 55999.00, 4729.82, 3409.97, -29.83, 34.0, 0.01, 0.00, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 47.44, 6, drogue, -11.66, 55999.00, 4729.82, 3409.97, -29.83, 34.0, 0.01, 0.00, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 47.44, 6, drogue, -11.66, 55999.00, 4729.82, 3409.97, -29.83, 34.0, 0.01, 0.00, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 47.44, 6, drogue, -11.66, 55999.00, 4729.82, 3409.97, -29.83, 34.0, 0.01, 0.00, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 47.44, 6, drogue, -11.66, 55999.00, 4729.82, 3409.97, -29.83, 34.0, 0.01, 0.00, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 47.54, 6, drogue, -16.43, 56059.00, 4721.75, 3401.90, -30.03, 34.0, 0.01, 0.00, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 47.64, 6, drogue, -17.49, 56038.00, 4724.58, 3404.72, -30.21, 34.0, 0.01, 0.00, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 47.70, 6, drogue, -17.49, 56038.00, 4724.58, 3404.72, -30.21, 34.0, 0.00, 0.01, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 47.74, 6, drogue, -13.25, 56116.00, 4714.09, 3394.24, -30.36, 34.0, 0.00, 0.01, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 47.84, 6, drogue, -10.60, 56098.00, 4716.51, 3396.65, -30.53, 34.0, 0.00, 0.01, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 47.94, 6, drogue, -15.90, 56041.00, 4724.17, 3404.32, -30.67, 34.0, 0.00, 0.01, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 48.02, 6, drogue, -15.90, 56041.00, 4724.17, 3404.32, -30.67, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 48.04, 6, drogue, -16.43, 56128.00, 4712.48, 3392.62, -30.76, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 48.14, 6, drogue, -12.19, 56144.00, 4710.33, 3390.48, -30.80, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 48.24, 6, drogue, -10.07, 56197.00, 4703.22, 3383.36, -30.83, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 48.34, 6, drogue, -9.54, 56232.00, 4698.52, 3378.67, -30.85, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 48.34, 6, drogue, -9.54, 56232.00, 4698.52, 3378.67, -30.85, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 48.44, 6, drogue, -12.19, 56251.00, 4695.98, 3376.12, -30.86, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 48.45, 6, drogue, -12.19, 56251.00, 4695.98, 3376.12, -30.86, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 48.45, 6, drogue, -12.19, 56251.00, 4695.98, 3376.12, -30.86, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 48.45, 6, drogue, -12.19, 56251.00, 4695.98, 3376.12, -30.86, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 48.45, 6, drogue, -12.19, 56251.00, 4695.98, 3376.12, -30.86, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 48.45, 6, drogue, -12.19, 56251.00, 4695.98, 3376.12, -30.86, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9437101,-106.9171139, 5032.0, 2022, 6, 24, 15, 18, 4, 706, 3710, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 26, 0, 0, 0, 0, 25, 32, 29, 30, 0, 0, 26, 0, 28, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 48.54, 6, drogue, -15.90, 56278.00, 4692.36, 3372.50, -30.77, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9438231,-106.9171445, 5002.0, 2022, 6, 24, 15, 18, 5, 716, 3682, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 27, 0, 0, 0, 0, 30, 32, 29, 31, 0, 0, 31, 0, 27, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 48.64, 6, drogue, -13.78, 56276.00, 4692.63, 3372.77, -30.68, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9438231,-106.9171445, 5002.0, 2022, 6, 24, 15, 18, 5, 716, 3682, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 27, 0, 0, 0, 0, 30, 32, 29, 31, 0, 0, 31, 0, 27, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 48.66, 6, drogue, -13.78, 56276.00, 4692.63, 3372.77, -30.68, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9438231,-106.9171445, 5002.0, 2022, 6, 24, 15, 18, 5, 716, 3682, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 27, 0, 0, 0, 0, 30, 32, 29, 31, 0, 0, 31, 0, 27, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 48.74, 6, drogue, -12.72, 56239.00, 4697.59, 3377.73, -30.61, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9438231,-106.9171445, 5002.0, 2022, 6, 24, 15, 18, 5, 716, 3682, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 27, 0, 0, 0, 0, 30, 32, 29, 31, 0, 0, 31, 0, 27, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 48.84, 6, drogue, -16.43, 56303.00, 4689.01, 3369.15, -30.56, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9438231,-106.9171445, 5002.0, 2022, 6, 24, 15, 18, 5, 716, 3682, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 27, 0, 0, 0, 0, 30, 32, 29, 31, 0, 0, 31, 0, 27, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 48.94, 6, drogue, -15.90, 56320.00, 4686.73, 3366.88, -30.56, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9438231,-106.9171445, 5002.0, 2022, 6, 24, 15, 18, 5, 716, 3682, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 27, 0, 0, 0, 0, 30, 32, 29, 31, 0, 0, 31, 0, 27, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 48.98, 6, drogue, -15.90, 56320.00, 4686.73, 3366.88, -30.56, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9438231,-106.9171445, 5002.0, 2022, 6, 24, 15, 18, 5, 716, 3682, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 27, 0, 0, 0, 0, 30, 32, 29, 31, 0, 0, 31, 0, 27, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 49.04, 6, drogue, -17.49, 56386.00, 4677.90, 3358.04, -30.55, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9438231,-106.9171445, 5002.0, 2022, 6, 24, 15, 18, 5, 716, 3682, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 27, 0, 0, 0, 0, 30, 32, 29, 31, 0, 0, 31, 0, 27, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 49.14, 6, drogue, -17.49, 56389.00, 4677.49, 3357.64, -30.52, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9438231,-106.9171445, 5002.0, 2022, 6, 24, 15, 18, 5, 716, 3682, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 27, 0, 0, 0, 0, 30, 32, 29, 31, 0, 0, 31, 0, 27, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 49.24, 6, drogue, -16.43, 56444.00, 4670.14, 3350.28, -30.50, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9438231,-106.9171445, 5002.0, 2022, 6, 24, 15, 18, 5, 716, 3682, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 27, 0, 0, 0, 0, 30, 32, 29, 31, 0, 0, 31, 0, 27, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 49.30, 6, drogue, -16.43, 56444.00, 4670.14, 3350.28, -30.50, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9438231,-106.9171445, 5002.0, 2022, 6, 24, 15, 18, 5, 716, 3682, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 27, 0, 0, 0, 0, 30, 32, 29, 31, 0, 0, 31, 0, 27, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 49.34, 6, drogue, -15.90, 56487.00, 4664.39, 3344.54, -30.46, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9438231,-106.9171445, 5002.0, 2022, 6, 24, 15, 18, 5, 716, 3682, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 27, 0, 0, 0, 0, 30, 32, 29, 31, 0, 0, 31, 0, 27, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 49.44, 6, drogue, -16.43, 56490.00, 4663.99, 3344.14, -30.48, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9438231,-106.9171445, 5002.0, 2022, 6, 24, 15, 18, 5, 716, 3682, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 27, 0, 0, 0, 0, 30, 32, 29, 31, 0, 0, 31, 0, 27, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 49.45, 6, drogue, -16.43, 56490.00, 4663.99, 3344.14, -30.48, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9438231,-106.9171445, 5002.0, 2022, 6, 24, 15, 18, 5, 716, 3682, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 27, 0, 0, 0, 0, 30, 32, 29, 31, 0, 0, 31, 0, 27, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 49.45, 6, drogue, -16.43, 56490.00, 4663.99, 3344.14, -30.48, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9438231,-106.9171445, 5002.0, 2022, 6, 24, 15, 18, 5, 716, 3682, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 27, 0, 0, 0, 0, 30, 32, 29, 31, 0, 0, 31, 0, 27, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 49.45, 6, drogue, -16.43, 56490.00, 4663.99, 3344.14, -30.48, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9438231,-106.9171445, 5002.0, 2022, 6, 24, 15, 18, 5, 716, 3682, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 27, 0, 0, 0, 0, 30, 32, 29, 31, 0, 0, 31, 0, 27, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 49.45, 6, drogue, -16.43, 56490.00, 4663.99, 3344.14, -30.48, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9438231,-106.9171445, 5002.0, 2022, 6, 24, 15, 18, 5, 716, 3682, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 27, 0, 0, 0, 0, 30, 32, 29, 31, 0, 0, 31, 0, 27, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 49.45, 6, drogue, -16.43, 56490.00, 4663.99, 3344.14, -30.48, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9438231,-106.9171445, 5002.0, 2022, 6, 24, 15, 18, 5, 716, 3682, 312, 79, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 27, 0, 0, 0, 0, 30, 32, 29, 31, 0, 0, 31, 0, 27, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 49.54, 6, drogue, -15.37, 56477.00, 4665.73, 3345.87, -30.55, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9439223,-106.9171811, 4970.0, 2022, 6, 24, 15, 18, 6, 726, 3653, 313, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 32, 0, 0, 0, 0, 36, 31, 29, 25, 0, 0, 26, 0, 27, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 49.62, 6, drogue, -15.37, 56477.00, 4665.73, 3345.87, -30.55, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9439223,-106.9171811, 4970.0, 2022, 6, 24, 15, 18, 6, 726, 3653, 313, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 32, 0, 0, 0, 0, 36, 31, 29, 25, 0, 0, 26, 0, 27, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 49.64, 6, drogue, -13.78, 56448.00, 4669.60, 3349.75, -30.53, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9439223,-106.9171811, 4970.0, 2022, 6, 24, 15, 18, 6, 726, 3653, 313, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 32, 0, 0, 0, 0, 36, 31, 29, 25, 0, 0, 26, 0, 27, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 49.74, 6, drogue, -13.25, 56496.00, 4663.19, 3343.33, -30.52, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9439223,-106.9171811, 4970.0, 2022, 6, 24, 15, 18, 6, 726, 3653, 313, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 32, 0, 0, 0, 0, 36, 31, 29, 25, 0, 0, 26, 0, 27, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 49.84, 6, drogue, -12.72, 56528.00, 4658.92, 3339.06, -30.48, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9439223,-106.9171811, 4970.0, 2022, 6, 24, 15, 18, 6, 726, 3653, 313, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 32, 0, 0, 0, 0, 36, 31, 29, 25, 0, 0, 26, 0, 27, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 49.94, 6, drogue, -17.49, 56550.00, 4655.98, 3336.12, -30.44, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9439223,-106.9171811, 4970.0, 2022, 6, 24, 15, 18, 6, 726, 3653, 313, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 32, 0, 0, 0, 0, 36, 31, 29, 25, 0, 0, 26, 0, 27, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 49.94, 6, drogue, -17.49, 56550.00, 4655.98, 3336.12, -30.44, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9439223,-106.9171811, 4970.0, 2022, 6, 24, 15, 18, 6, 726, 3653, 313, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 32, 0, 0, 0, 0, 36, 31, 29, 25, 0, 0, 26, 0, 27, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 50.04, 6, drogue, -16.43, 56557.00, 4655.04, 3335.19, -30.40, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9439223,-106.9171811, 4970.0, 2022, 6, 24, 15, 18, 6, 726, 3653, 313, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 32, 0, 0, 0, 0, 36, 31, 29, 25, 0, 0, 26, 0, 27, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 50.14, 6, drogue, -16.96, 56604.00, 4648.77, 3328.92, -30.27, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9439223,-106.9171811, 4970.0, 2022, 6, 24, 15, 18, 6, 726, 3653, 313, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 32, 0, 0, 0, 0, 36, 31, 29, 25, 0, 0, 26, 0, 27, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 50.24, 6, drogue, -15.37, 56682.00, 4638.37, 3318.52, -30.05, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9439223,-106.9171811, 4970.0, 2022, 6, 24, 15, 18, 6, 726, 3653, 313, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 32, 0, 0, 0, 0, 36, 31, 29, 25, 0, 0, 26, 0, 27, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 50.26, 6, drogue, -15.37, 56682.00, 4638.37, 3318.52, -30.05, 34.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9439223,-106.9171811, 4970.0, 2022, 6, 24, 15, 18, 6, 726, 3653, 313, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 32, 0, 0, 0, 0, 36, 31, 29, 25, 0, 0, 26, 0, 27, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 50.34, 6, drogue, -16.96, 56715.00, 4633.98, 3314.12, -29.75, 34.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9439223,-106.9171811, 4970.0, 2022, 6, 24, 15, 18, 6, 726, 3653, 313, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 32, 0, 0, 0, 0, 36, 31, 29, 25, 0, 0, 26, 0, 27, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 50.44, 6, drogue, -16.43, 56729.00, 4632.11, 3312.26, -29.47, 34.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9439223,-106.9171811, 4970.0, 2022, 6, 24, 15, 18, 6, 726, 3653, 313, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 32, 0, 0, 0, 0, 36, 31, 29, 25, 0, 0, 26, 0, 27, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 50.45, 6, drogue, -16.43, 56729.00, 4632.11, 3312.26, -29.47, 34.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9439223,-106.9171811, 4970.0, 2022, 6, 24, 15, 18, 6, 726, 3653, 313, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 32, 0, 0, 0, 0, 36, 31, 29, 25, 0, 0, 26, 0, 27, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 50.45, 6, drogue, -16.43, 56729.00, 4632.11, 3312.26, -29.47, 34.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9439223,-106.9171811, 4970.0, 2022, 6, 24, 15, 18, 6, 726, 3653, 313, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 32, 0, 0, 0, 0, 36, 31, 29, 25, 0, 0, 26, 0, 27, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 50.45, 6, drogue, -16.43, 56729.00, 4632.11, 3312.26, -29.47, 34.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9439223,-106.9171811, 4970.0, 2022, 6, 24, 15, 18, 6, 726, 3653, 313, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 32, 0, 0, 0, 0, 36, 31, 29, 25, 0, 0, 26, 0, 27, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 50.45, 6, drogue, -16.43, 56729.00, 4632.11, 3312.26, -29.47, 34.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9439223,-106.9171811, 4970.0, 2022, 6, 24, 15, 18, 6, 726, 3653, 313, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 32, 0, 0, 0, 0, 36, 31, 29, 25, 0, 0, 26, 0, 27, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 50.45, 6, drogue, -16.43, 56729.00, 4632.11, 3312.26, -29.47, 34.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9439223,-106.9171811, 4970.0, 2022, 6, 24, 15, 18, 6, 726, 3653, 313, 79, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 32, 0, 0, 0, 0, 36, 31, 29, 25, 0, 0, 26, 0, 27, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 50.54, 6, drogue, -16.96, 56721.00, 4633.18, 3313.32, -29.22, 34.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9440083,-106.9172203, 4938.0, 2022, 6, 24, 15, 18, 7, 735, 3623, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 35, 19, 0, 0, 31, 0, 0, 0, 0, 33, 31, 28, 26, 0, 0, 24, 0, 26, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 50.58, 6, drogue, -16.96, 56721.00, 4633.18, 3313.32, -29.22, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440083,-106.9172203, 4938.0, 2022, 6, 24, 15, 18, 7, 735, 3623, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 35, 19, 0, 0, 31, 0, 0, 0, 0, 33, 31, 28, 26, 0, 0, 24, 0, 26, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 50.64, 6, drogue, -18.02, 56704.00, 4635.44, 3315.59, -28.95, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440083,-106.9172203, 4938.0, 2022, 6, 24, 15, 18, 7, 735, 3623, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 35, 19, 0, 0, 31, 0, 0, 0, 0, 33, 31, 28, 26, 0, 0, 24, 0, 26, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 50.74, 6, drogue, -16.96, 56737.00, 4631.05, 3311.19, -28.68, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440083,-106.9172203, 4938.0, 2022, 6, 24, 15, 18, 7, 735, 3623, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 35, 19, 0, 0, 31, 0, 0, 0, 0, 33, 31, 28, 26, 0, 0, 24, 0, 26, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 50.84, 6, drogue, -16.43, 56775.00, 4625.99, 3306.14, -28.44, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440083,-106.9172203, 4938.0, 2022, 6, 24, 15, 18, 7, 735, 3623, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 35, 19, 0, 0, 31, 0, 0, 0, 0, 33, 31, 28, 26, 0, 0, 24, 0, 26, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 50.90, 6, drogue, -16.43, 56775.00, 4625.99, 3306.14, -28.44, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440083,-106.9172203, 4938.0, 2022, 6, 24, 15, 18, 7, 735, 3623, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 35, 19, 0, 0, 31, 0, 0, 0, 0, 33, 31, 28, 26, 0, 0, 24, 0, 26, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 50.94, 6, drogue, -16.43, 56813.00, 4620.94, 3301.08, -28.14, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440083,-106.9172203, 4938.0, 2022, 6, 24, 15, 18, 7, 735, 3623, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 35, 19, 0, 0, 31, 0, 0, 0, 0, 33, 31, 28, 26, 0, 0, 24, 0, 26, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 51.04, 6, drogue, -17.49, 56820.00, 4620.01, 3300.15, -27.85, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440083,-106.9172203, 4938.0, 2022, 6, 24, 15, 18, 7, 735, 3623, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 35, 19, 0, 0, 31, 0, 0, 0, 0, 33, 31, 28, 26, 0, 0, 24, 0, 26, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 51.14, 6, drogue, -17.49, 56836.00, 4617.88, 3298.02, -27.49, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440083,-106.9172203, 4938.0, 2022, 6, 24, 15, 18, 7, 735, 3623, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 35, 19, 0, 0, 31, 0, 0, 0, 0, 33, 31, 28, 26, 0, 0, 24, 0, 26, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 51.22, 6, drogue, -17.49, 56836.00, 4617.88, 3298.02, -27.49, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440083,-106.9172203, 4938.0, 2022, 6, 24, 15, 18, 7, 735, 3623, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 35, 19, 0, 0, 31, 0, 0, 0, 0, 33, 31, 28, 26, 0, 0, 24, 0, 26, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 51.24, 6, drogue, -18.02, 56830.00, 4618.68, 3298.82, -27.17, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440083,-106.9172203, 4938.0, 2022, 6, 24, 15, 18, 7, 735, 3623, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 35, 19, 0, 0, 31, 0, 0, 0, 0, 33, 31, 28, 26, 0, 0, 24, 0, 26, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 51.34, 6, drogue, -19.08, 56860.00, 4614.69, 3294.83, -26.92, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440083,-106.9172203, 4938.0, 2022, 6, 24, 15, 18, 7, 735, 3623, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 35, 19, 0, 0, 31, 0, 0, 0, 0, 33, 31, 28, 26, 0, 0, 24, 0, 26, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 51.44, 6, drogue, -16.96, 56944.00, 4603.53, 3283.68, -26.69, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440083,-106.9172203, 4938.0, 2022, 6, 24, 15, 18, 7, 735, 3623, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 35, 19, 0, 0, 31, 0, 0, 0, 0, 33, 31, 28, 26, 0, 0, 24, 0, 26, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 51.45, 6, drogue, -16.96, 56944.00, 4603.53, 3283.68, -26.69, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440083,-106.9172203, 4938.0, 2022, 6, 24, 15, 18, 7, 735, 3623, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 35, 19, 0, 0, 31, 0, 0, 0, 0, 33, 31, 28, 26, 0, 0, 24, 0, 26, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 51.45, 6, drogue, -16.96, 56944.00, 4603.53, 3283.68, -26.69, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440083,-106.9172203, 4938.0, 2022, 6, 24, 15, 18, 7, 735, 3623, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 35, 19, 0, 0, 31, 0, 0, 0, 0, 33, 31, 28, 26, 0, 0, 24, 0, 26, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 51.45, 6, drogue, -16.96, 56944.00, 4603.53, 3283.68, -26.69, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440083,-106.9172203, 4938.0, 2022, 6, 24, 15, 18, 7, 735, 3623, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 35, 19, 0, 0, 31, 0, 0, 0, 0, 33, 31, 28, 26, 0, 0, 24, 0, 26, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 51.45, 6, drogue, -16.96, 56944.00, 4603.53, 3283.68, -26.69, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440083,-106.9172203, 4938.0, 2022, 6, 24, 15, 18, 7, 735, 3623, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 35, 19, 0, 0, 31, 0, 0, 0, 0, 33, 31, 28, 26, 0, 0, 24, 0, 26, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 51.45, 6, drogue, -16.96, 56944.00, 4603.53, 3283.68, -26.69, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440083,-106.9172203, 4938.0, 2022, 6, 24, 15, 18, 7, 735, 3623, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 35, 19, 0, 0, 31, 0, 0, 0, 0, 33, 31, 28, 26, 0, 0, 24, 0, 26, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 51.54, 6, drogue, -10.60, 56995.00, 4596.77, 3276.91, -26.51, 33.9, 0.01, 0.00, 3.87, 1, 1, 10, 32.9440886,-106.9172556, 4906.0, 2022, 6, 24, 15, 18, 8, 744, 3594, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 26, 0, 0, 0, 0, 27, 30, 27, 26, 0, 0, 34, 0, 32, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 51.54, 6, drogue, -10.60, 56995.00, 4596.77, 3276.91, -26.51, 33.9, 0.01, 0.00, 3.87, 1, 1, 10, 32.9440886,-106.9172556, 4906.0, 2022, 6, 24, 15, 18, 8, 744, 3594, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 26, 0, 0, 0, 0, 27, 30, 27, 26, 0, 0, 34, 0, 32, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 51.64, 6, drogue, -9.54, 56937.00, 4604.46, 3284.61, -26.39, 33.9, 0.01, 0.00, 3.87, 1, 1, 10, 32.9440886,-106.9172556, 4906.0, 2022, 6, 24, 15, 18, 8, 744, 3594, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 26, 0, 0, 0, 0, 27, 30, 27, 26, 0, 0, 34, 0, 32, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 51.74, 6, drogue, -13.25, 56943.00, 4603.67, 3283.81, -26.37, 33.9, 0.01, 0.00, 3.87, 1, 1, 10, 32.9440886,-106.9172556, 4906.0, 2022, 6, 24, 15, 18, 8, 744, 3594, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 26, 0, 0, 0, 0, 27, 30, 27, 26, 0, 0, 34, 0, 32, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 51.84, 6, drogue, -10.07, 56988.00, 4597.69, 3277.84, -26.32, 33.9, 0.01, 0.00, 3.87, 1, 1, 10, 32.9440886,-106.9172556, 4906.0, 2022, 6, 24, 15, 18, 8, 744, 3594, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 26, 0, 0, 0, 0, 27, 30, 27, 26, 0, 0, 34, 0, 32, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 51.86, 6, drogue, -10.07, 56988.00, 4597.69, 3277.84, -26.32, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9440886,-106.9172556, 4906.0, 2022, 6, 24, 15, 18, 8, 744, 3594, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 26, 0, 0, 0, 0, 27, 30, 27, 26, 0, 0, 34, 0, 32, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 51.94, 6, drogue, 0.53, 57081.00, 4585.37, 3265.51, -26.30, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9440886,-106.9172556, 4906.0, 2022, 6, 24, 15, 18, 8, 744, 3594, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 26, 0, 0, 0, 0, 27, 30, 27, 26, 0, 0, 34, 0, 32, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 52.04, 6, drogue, 3.18, 57010.00, 4594.78, 3274.92, -26.30, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9440886,-106.9172556, 4906.0, 2022, 6, 24, 15, 18, 8, 744, 3594, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 26, 0, 0, 0, 0, 27, 30, 27, 26, 0, 0, 34, 0, 32, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 52.14, 6, drogue, -5.83, 56961.00, 4601.28, 3281.42, -26.30, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9440886,-106.9172556, 4906.0, 2022, 6, 24, 15, 18, 8, 744, 3594, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 26, 0, 0, 0, 0, 27, 30, 27, 26, 0, 0, 34, 0, 32, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 52.18, 6, drogue, -5.83, 56961.00, 4601.28, 3281.42, -26.30, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440886,-106.9172556, 4906.0, 2022, 6, 24, 15, 18, 8, 744, 3594, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 26, 0, 0, 0, 0, 27, 30, 27, 26, 0, 0, 34, 0, 32, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 52.24, 6, drogue, -14.84, 56927.00, 4605.79, 3285.93, -26.34, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440886,-106.9172556, 4906.0, 2022, 6, 24, 15, 18, 8, 744, 3594, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 26, 0, 0, 0, 0, 27, 30, 27, 26, 0, 0, 34, 0, 32, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 52.34, 6, drogue, -11.66, 56950.00, 4602.74, 3282.88, -26.37, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440886,-106.9172556, 4906.0, 2022, 6, 24, 15, 18, 8, 744, 3594, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 26, 0, 0, 0, 0, 27, 30, 27, 26, 0, 0, 34, 0, 32, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 52.44, 6, drogue, -2.12, 57094.00, 4583.64, 3263.79, -26.38, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440886,-106.9172556, 4906.0, 2022, 6, 24, 15, 18, 8, 744, 3594, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 26, 0, 0, 0, 0, 27, 30, 27, 26, 0, 0, 34, 0, 32, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 52.45, 6, drogue, -2.12, 57094.00, 4583.64, 3263.79, -26.38, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440886,-106.9172556, 4906.0, 2022, 6, 24, 15, 18, 8, 744, 3594, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 26, 0, 0, 0, 0, 27, 30, 27, 26, 0, 0, 34, 0, 32, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 52.45, 6, drogue, -2.12, 57094.00, 4583.64, 3263.79, -26.38, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440886,-106.9172556, 4906.0, 2022, 6, 24, 15, 18, 8, 744, 3594, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 26, 0, 0, 0, 0, 27, 30, 27, 26, 0, 0, 34, 0, 32, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 52.45, 6, drogue, -2.12, 57094.00, 4583.64, 3263.79, -26.38, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440886,-106.9172556, 4906.0, 2022, 6, 24, 15, 18, 8, 744, 3594, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 26, 0, 0, 0, 0, 27, 30, 27, 26, 0, 0, 34, 0, 32, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 52.45, 6, drogue, -2.12, 57094.00, 4583.64, 3263.79, -26.38, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440886,-106.9172556, 4906.0, 2022, 6, 24, 15, 18, 8, 744, 3594, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 26, 0, 0, 0, 0, 27, 30, 27, 26, 0, 0, 34, 0, 32, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 52.45, 6, drogue, -2.12, 57094.00, 4583.64, 3263.79, -26.38, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9440886,-106.9172556, 4906.0, 2022, 6, 24, 15, 18, 8, 744, 3594, 313, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 26, 0, 0, 0, 0, 27, 30, 27, 26, 0, 0, 34, 0, 32, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 52.50, 6, drogue, -2.12, 57094.00, 4583.64, 3263.79, -26.38, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9441724,-106.9172805, 4875.0, 2022, 6, 24, 15, 18, 9, 752, 3565, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 28, 24, 31, 26, 0, 0, 34, 0, 32, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 52.54, 6, drogue, -4.77, 57184.00, 4571.73, 3251.87, -26.35, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9441724,-106.9172805, 4875.0, 2022, 6, 24, 15, 18, 9, 752, 3565, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 28, 24, 31, 26, 0, 0, 34, 0, 32, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 52.64, 6, drogue, -16.43, 57225.00, 4566.31, 3246.45, -26.26, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9441724,-106.9172805, 4875.0, 2022, 6, 24, 15, 18, 9, 752, 3565, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 28, 24, 31, 26, 0, 0, 34, 0, 32, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 52.74, 6, drogue, -17.49, 57261.00, 4561.55, 3241.69, -26.17, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9441724,-106.9172805, 4875.0, 2022, 6, 24, 15, 18, 9, 752, 3565, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 28, 24, 31, 26, 0, 0, 34, 0, 32, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 52.82, 6, drogue, -17.49, 57261.00, 4561.55, 3241.69, -26.17, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9441724,-106.9172805, 4875.0, 2022, 6, 24, 15, 18, 9, 752, 3565, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 28, 24, 31, 26, 0, 0, 34, 0, 32, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 52.84, 6, drogue, -10.60, 57235.00, 4564.99, 3245.13, -26.10, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9441724,-106.9172805, 4875.0, 2022, 6, 24, 15, 18, 9, 752, 3565, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 28, 24, 31, 26, 0, 0, 34, 0, 32, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 52.94, 6, drogue, -8.48, 57161.00, 4574.77, 3254.92, -26.05, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9441724,-106.9172805, 4875.0, 2022, 6, 24, 15, 18, 9, 752, 3565, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 28, 24, 31, 26, 0, 0, 34, 0, 32, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 53.04, 6, drogue, -12.19, 57164.00, 4574.38, 3254.52, -25.97, 34.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9441724,-106.9172805, 4875.0, 2022, 6, 24, 15, 18, 9, 752, 3565, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 28, 24, 31, 26, 0, 0, 34, 0, 32, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 53.14, 6, drogue, -15.90, 57136.00, 4578.08, 3258.23, -25.87, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9441724,-106.9172805, 4875.0, 2022, 6, 24, 15, 18, 9, 752, 3565, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 28, 24, 31, 26, 0, 0, 34, 0, 32, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 53.14, 6, drogue, -15.90, 57136.00, 4578.08, 3258.23, -25.87, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9441724,-106.9172805, 4875.0, 2022, 6, 24, 15, 18, 9, 752, 3565, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 28, 24, 31, 26, 0, 0, 34, 0, 32, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 53.24, 6, drogue, -10.60, 57199.00, 4569.75, 3249.89, -25.77, 34.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9441724,-106.9172805, 4875.0, 2022, 6, 24, 15, 18, 9, 752, 3565, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 28, 24, 31, 26, 0, 0, 34, 0, 32, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 53.34, 6, drogue, -6.89, 57290.00, 4557.72, 3237.86, -25.72, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9441724,-106.9172805, 4875.0, 2022, 6, 24, 15, 18, 9, 752, 3565, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 28, 24, 31, 26, 0, 0, 34, 0, 32, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 53.44, 6, drogue, -11.13, 57318.00, 4554.02, 3234.16, -25.77, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9441724,-106.9172805, 4875.0, 2022, 6, 24, 15, 18, 9, 752, 3565, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 28, 24, 31, 26, 0, 0, 34, 0, 32, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 53.45, 6, drogue, -11.13, 57318.00, 4554.02, 3234.16, -25.77, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9441724,-106.9172805, 4875.0, 2022, 6, 24, 15, 18, 9, 752, 3565, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 28, 24, 31, 26, 0, 0, 34, 0, 32, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 53.45, 6, drogue, -11.13, 57318.00, 4554.02, 3234.16, -25.77, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9441724,-106.9172805, 4875.0, 2022, 6, 24, 15, 18, 9, 752, 3565, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 28, 24, 31, 26, 0, 0, 34, 0, 32, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 53.45, 6, drogue, -11.13, 57318.00, 4554.02, 3234.16, -25.77, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9441724,-106.9172805, 4875.0, 2022, 6, 24, 15, 18, 9, 752, 3565, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 28, 24, 31, 26, 0, 0, 34, 0, 32, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 53.45, 6, drogue, -11.13, 57318.00, 4554.02, 3234.16, -25.77, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9441724,-106.9172805, 4875.0, 2022, 6, 24, 15, 18, 9, 752, 3565, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 28, 24, 31, 26, 0, 0, 34, 0, 32, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 53.45, 6, drogue, -11.13, 57318.00, 4554.02, 3234.16, -25.77, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9441724,-106.9172805, 4875.0, 2022, 6, 24, 15, 18, 9, 752, 3565, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 28, 24, 31, 26, 0, 0, 34, 0, 32, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 53.46, 6, drogue, -11.13, 57318.00, 4554.02, 3234.16, -25.77, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9442615,-106.9172643, 4844.0, 2022, 6, 24, 15, 18, 10, 758, 3536, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 26, 0, 0, 0, 0, 32, 31, 31, 25, 0, 0, 29, 0, 32, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 53.54, 6, drogue, -16.43, 57393.00, 4544.12, 3224.27, -25.83, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9442615,-106.9172643, 4844.0, 2022, 6, 24, 15, 18, 10, 758, 3536, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 26, 0, 0, 0, 0, 32, 31, 31, 25, 0, 0, 29, 0, 32, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 53.64, 6, drogue, -16.43, 57422.00, 4540.30, 3220.44, -25.83, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9442615,-106.9172643, 4844.0, 2022, 6, 24, 15, 18, 10, 758, 3536, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 26, 0, 0, 0, 0, 32, 31, 31, 25, 0, 0, 29, 0, 32, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 53.74, 6, drogue, -13.78, 57431.00, 4539.11, 3219.26, -25.88, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9442615,-106.9172643, 4844.0, 2022, 6, 24, 15, 18, 10, 758, 3536, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 26, 0, 0, 0, 0, 32, 31, 31, 25, 0, 0, 29, 0, 32, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 53.78, 6, drogue, -13.78, 57431.00, 4539.11, 3219.26, -25.88, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9442615,-106.9172643, 4844.0, 2022, 6, 24, 15, 18, 10, 758, 3536, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 26, 0, 0, 0, 0, 32, 31, 31, 25, 0, 0, 29, 0, 32, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 53.84, 6, drogue, -13.25, 57323.00, 4553.36, 3233.50, -25.98, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9442615,-106.9172643, 4844.0, 2022, 6, 24, 15, 18, 10, 758, 3536, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 26, 0, 0, 0, 0, 32, 31, 31, 25, 0, 0, 29, 0, 32, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 53.94, 6, drogue, -12.72, 57351.00, 4549.66, 3229.81, -26.15, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9442615,-106.9172643, 4844.0, 2022, 6, 24, 15, 18, 10, 758, 3536, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 26, 0, 0, 0, 0, 32, 31, 31, 25, 0, 0, 29, 0, 32, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 54.04, 6, drogue, -13.25, 57377.00, 4546.23, 3226.38, -26.29, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9442615,-106.9172643, 4844.0, 2022, 6, 24, 15, 18, 10, 758, 3536, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 26, 0, 0, 0, 0, 32, 31, 31, 25, 0, 0, 29, 0, 32, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 54.10, 6, drogue, -13.25, 57377.00, 4546.23, 3226.38, -26.29, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9442615,-106.9172643, 4844.0, 2022, 6, 24, 15, 18, 10, 758, 3536, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 26, 0, 0, 0, 0, 32, 31, 31, 25, 0, 0, 29, 0, 32, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 54.14, 6, drogue, -10.07, 57365.00, 4547.82, 3227.96, -26.43, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9442615,-106.9172643, 4844.0, 2022, 6, 24, 15, 18, 10, 758, 3536, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 26, 0, 0, 0, 0, 32, 31, 31, 25, 0, 0, 29, 0, 32, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 54.24, 6, drogue, -4.77, 57405.00, 4542.54, 3222.68, -26.58, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9442615,-106.9172643, 4844.0, 2022, 6, 24, 15, 18, 10, 758, 3536, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 26, 0, 0, 0, 0, 32, 31, 31, 25, 0, 0, 29, 0, 32, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 54.34, 6, drogue, -1.59, 57442.00, 4537.66, 3217.81, -26.77, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9442615,-106.9172643, 4844.0, 2022, 6, 24, 15, 18, 10, 758, 3536, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 26, 0, 0, 0, 0, 32, 31, 31, 25, 0, 0, 29, 0, 32, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 54.42, 6, drogue, -1.59, 57442.00, 4537.66, 3217.81, -26.77, 33.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9442615,-106.9172643, 4844.0, 2022, 6, 24, 15, 18, 10, 758, 3536, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 26, 0, 0, 0, 0, 32, 31, 31, 25, 0, 0, 29, 0, 32, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 54.44, 6, drogue, -1.06, 57486.00, 4531.86, 3212.01, -27.10, 33.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9442615,-106.9172643, 4844.0, 2022, 6, 24, 15, 18, 10, 758, 3536, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 26, 0, 0, 0, 0, 32, 31, 31, 25, 0, 0, 29, 0, 32, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 54.45, 6, drogue, -1.06, 57486.00, 4531.86, 3212.01, -27.10, 33.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9442615,-106.9172643, 4844.0, 2022, 6, 24, 15, 18, 10, 758, 3536, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 26, 0, 0, 0, 0, 32, 31, 31, 25, 0, 0, 29, 0, 32, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 54.45, 6, drogue, -1.06, 57486.00, 4531.86, 3212.01, -27.10, 33.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9442615,-106.9172643, 4844.0, 2022, 6, 24, 15, 18, 10, 758, 3536, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 26, 0, 0, 0, 0, 32, 31, 31, 25, 0, 0, 29, 0, 32, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 54.45, 6, drogue, -1.06, 57486.00, 4531.86, 3212.01, -27.10, 33.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9442615,-106.9172643, 4844.0, 2022, 6, 24, 15, 18, 10, 758, 3536, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 26, 0, 0, 0, 0, 32, 31, 31, 25, 0, 0, 29, 0, 32, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 54.45, 6, drogue, -1.06, 57486.00, 4531.86, 3212.01, -27.10, 33.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9442615,-106.9172643, 4844.0, 2022, 6, 24, 15, 18, 10, 758, 3536, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 26, 0, 0, 0, 0, 32, 31, 31, 25, 0, 0, 29, 0, 32, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 54.45, 6, drogue, -1.06, 57486.00, 4531.86, 3212.01, -27.10, 33.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9442615,-106.9172643, 4844.0, 2022, 6, 24, 15, 18, 10, 758, 3536, 314, 78, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 26, 0, 0, 0, 0, 32, 31, 31, 25, 0, 0, 29, 0, 32, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 54.54, 6, drogue, -5.30, 57516.00, 4527.91, 3208.06, -27.44, 33.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9443593,-106.9172070, 4813.0, 2022, 6, 24, 15, 18, 11, 762, 3507, 315, 77, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 35, 0, 0, 0, 0, 32, 31, 26, 34, 0, 0, 29, 0, 26, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 54.64, 6, drogue, -11.66, 57512.00, 4528.44, 3208.58, -27.80, 33.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9443593,-106.9172070, 4813.0, 2022, 6, 24, 15, 18, 11, 762, 3507, 315, 77, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 35, 0, 0, 0, 0, 32, 31, 26, 34, 0, 0, 29, 0, 26, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 54.74, 6, drogue, -15.37, 57549.00, 4523.57, 3203.71, -28.08, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9443593,-106.9172070, 4813.0, 2022, 6, 24, 15, 18, 11, 762, 3507, 315, 77, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 35, 0, 0, 0, 0, 32, 31, 26, 34, 0, 0, 29, 0, 26, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 54.74, 6, drogue, -15.37, 57549.00, 4523.57, 3203.71, -28.08, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9443593,-106.9172070, 4813.0, 2022, 6, 24, 15, 18, 11, 762, 3507, 315, 77, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 35, 0, 0, 0, 0, 32, 31, 26, 34, 0, 0, 29, 0, 26, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 54.84, 6, drogue, -14.31, 57586.00, 4518.70, 3198.85, -28.25, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9443593,-106.9172070, 4813.0, 2022, 6, 24, 15, 18, 11, 762, 3507, 315, 77, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 35, 0, 0, 0, 0, 32, 31, 26, 34, 0, 0, 29, 0, 26, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 54.94, 6, drogue, -6.36, 57628.00, 4513.18, 3193.32, -28.30, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9443593,-106.9172070, 4813.0, 2022, 6, 24, 15, 18, 11, 762, 3507, 315, 77, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 35, 0, 0, 0, 0, 32, 31, 26, 34, 0, 0, 29, 0, 26, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 55.04, 6, drogue, -7.42, 57625.00, 4513.57, 3193.72, -28.34, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9443593,-106.9172070, 4813.0, 2022, 6, 24, 15, 18, 11, 762, 3507, 315, 77, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 35, 0, 0, 0, 0, 32, 31, 26, 34, 0, 0, 29, 0, 26, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 55.06, 6, drogue, -7.42, 57625.00, 4513.57, 3193.72, -28.34, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9443593,-106.9172070, 4813.0, 2022, 6, 24, 15, 18, 11, 762, 3507, 315, 77, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 35, 0, 0, 0, 0, 32, 31, 26, 34, 0, 0, 29, 0, 26, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 55.14, 6, drogue, -16.43, 57619.00, 4514.36, 3194.51, -28.38, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9443593,-106.9172070, 4813.0, 2022, 6, 24, 15, 18, 11, 762, 3507, 315, 77, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 35, 0, 0, 0, 0, 32, 31, 26, 34, 0, 0, 29, 0, 26, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 55.24, 6, drogue, -15.90, 57667.00, 4508.05, 3188.20, -28.47, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9443593,-106.9172070, 4813.0, 2022, 6, 24, 15, 18, 11, 762, 3507, 315, 77, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 35, 0, 0, 0, 0, 32, 31, 26, 34, 0, 0, 29, 0, 26, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 55.34, 6, drogue, -11.66, 57698.00, 4503.98, 3184.12, -28.56, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9443593,-106.9172070, 4813.0, 2022, 6, 24, 15, 18, 11, 762, 3507, 315, 77, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 35, 0, 0, 0, 0, 32, 31, 26, 34, 0, 0, 29, 0, 26, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 55.38, 6, drogue, -11.66, 57698.00, 4503.98, 3184.12, -28.56, 33.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9443593,-106.9172070, 4813.0, 2022, 6, 24, 15, 18, 11, 762, 3507, 315, 77, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 35, 0, 0, 0, 0, 32, 31, 26, 34, 0, 0, 29, 0, 26, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 55.44, 6, drogue, -12.72, 57758.00, 4496.10, 3176.25, -28.60, 33.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9443593,-106.9172070, 4813.0, 2022, 6, 24, 15, 18, 11, 762, 3507, 315, 77, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 35, 0, 0, 0, 0, 32, 31, 26, 34, 0, 0, 29, 0, 26, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 55.45, 6, drogue, -12.72, 57758.00, 4496.10, 3176.25, -28.60, 33.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9443593,-106.9172070, 4813.0, 2022, 6, 24, 15, 18, 11, 762, 3507, 315, 77, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 35, 0, 0, 0, 0, 32, 31, 26, 34, 0, 0, 29, 0, 26, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 55.45, 6, drogue, -12.72, 57758.00, 4496.10, 3176.25, -28.60, 33.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9443593,-106.9172070, 4813.0, 2022, 6, 24, 15, 18, 11, 762, 3507, 315, 77, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 35, 0, 0, 0, 0, 32, 31, 26, 34, 0, 0, 29, 0, 26, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 55.45, 6, drogue, -12.72, 57758.00, 4496.10, 3176.25, -28.60, 33.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9443593,-106.9172070, 4813.0, 2022, 6, 24, 15, 18, 11, 762, 3507, 315, 77, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 35, 0, 0, 0, 0, 32, 31, 26, 34, 0, 0, 29, 0, 26, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 55.45, 6, drogue, -12.72, 57758.00, 4496.10, 3176.25, -28.60, 33.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9443593,-106.9172070, 4813.0, 2022, 6, 24, 15, 18, 11, 762, 3507, 315, 77, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 35, 0, 0, 0, 0, 32, 31, 26, 34, 0, 0, 29, 0, 26, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 55.45, 6, drogue, -12.72, 57758.00, 4496.10, 3176.25, -28.60, 33.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9443593,-106.9172070, 4813.0, 2022, 6, 24, 15, 18, 11, 762, 3507, 315, 77, 1.4,2147483647.0,2147483647.0, 0, 33, 25, 0, 0, 35, 0, 0, 0, 0, 32, 31, 26, 34, 0, 0, 29, 0, 26, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 55.54, 6, drogue, -14.84, 57729.00, 4499.91, 3180.05, -28.62, 33.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9444730,-106.9171805, 4783.0, 2022, 6, 24, 15, 18, 12, 769, 3479, 316, 77, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 30, 0, 0, 23, 0, 28, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 55.64, 6, drogue, -15.37, 57728.00, 4500.04, 3180.19, -28.59, 33.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9444730,-106.9171805, 4783.0, 2022, 6, 24, 15, 18, 12, 769, 3479, 316, 77, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 30, 0, 0, 23, 0, 28, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 55.70, 6, drogue, -15.37, 57728.00, 4500.04, 3180.19, -28.59, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9444730,-106.9171805, 4783.0, 2022, 6, 24, 15, 18, 12, 769, 3479, 316, 77, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 30, 0, 0, 23, 0, 28, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 55.74, 6, drogue, -11.66, 57754.00, 4496.63, 3176.77, -28.53, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9444730,-106.9171805, 4783.0, 2022, 6, 24, 15, 18, 12, 769, 3479, 316, 77, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 30, 0, 0, 23, 0, 28, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 55.84, 6, drogue, -10.60, 57785.00, 4492.56, 3172.71, -28.41, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9444730,-106.9171805, 4783.0, 2022, 6, 24, 15, 18, 12, 769, 3479, 316, 77, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 30, 0, 0, 23, 0, 28, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 55.94, 6, drogue, -11.66, 57777.00, 4493.61, 3173.76, -28.33, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9444730,-106.9171805, 4783.0, 2022, 6, 24, 15, 18, 12, 769, 3479, 316, 77, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 30, 0, 0, 23, 0, 28, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 56.02, 6, drogue, -11.66, 57777.00, 4493.61, 3173.76, -28.33, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9444730,-106.9171805, 4783.0, 2022, 6, 24, 15, 18, 12, 769, 3479, 316, 77, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 30, 0, 0, 23, 0, 28, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 56.04, 6, drogue, -14.84, 57837.00, 4485.74, 3165.89, -28.31, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9444730,-106.9171805, 4783.0, 2022, 6, 24, 15, 18, 12, 769, 3479, 316, 77, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 30, 0, 0, 23, 0, 28, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 56.14, 6, drogue, -18.02, 57860.00, 4482.73, 3162.87, -28.30, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9444730,-106.9171805, 4783.0, 2022, 6, 24, 15, 18, 12, 769, 3479, 316, 77, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 30, 0, 0, 23, 0, 28, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 56.24, 6, drogue, -19.08, 57873.00, 4481.03, 3161.17, -28.38, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9444730,-106.9171805, 4783.0, 2022, 6, 24, 15, 18, 12, 769, 3479, 316, 77, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 30, 0, 0, 23, 0, 28, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 56.34, 6, drogue, -18.55, 57894.00, 4478.27, 3158.42, -28.52, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9444730,-106.9171805, 4783.0, 2022, 6, 24, 15, 18, 12, 769, 3479, 316, 77, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 30, 0, 0, 23, 0, 28, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 56.34, 6, drogue, -18.55, 57894.00, 4478.27, 3158.42, -28.52, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9444730,-106.9171805, 4783.0, 2022, 6, 24, 15, 18, 12, 769, 3479, 316, 77, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 30, 0, 0, 23, 0, 28, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 56.44, 6, drogue, -18.02, 57941.00, 4472.12, 3152.27, -28.75, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9444730,-106.9171805, 4783.0, 2022, 6, 24, 15, 18, 12, 769, 3479, 316, 77, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 30, 0, 0, 23, 0, 28, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 56.44, 6, drogue, -18.02, 57941.00, 4472.12, 3152.27, -28.75, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9444730,-106.9171805, 4783.0, 2022, 6, 24, 15, 18, 12, 769, 3479, 316, 77, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 30, 0, 0, 23, 0, 28, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 56.44, 6, drogue, -18.02, 57941.00, 4472.12, 3152.27, -28.75, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9444730,-106.9171805, 4783.0, 2022, 6, 24, 15, 18, 12, 769, 3479, 316, 77, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 30, 0, 0, 23, 0, 28, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 56.44, 6, drogue, -18.02, 57941.00, 4472.12, 3152.27, -28.75, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9444730,-106.9171805, 4783.0, 2022, 6, 24, 15, 18, 12, 769, 3479, 316, 77, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 30, 0, 0, 23, 0, 28, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 56.44, 6, drogue, -18.02, 57941.00, 4472.12, 3152.27, -28.75, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9444730,-106.9171805, 4783.0, 2022, 6, 24, 15, 18, 12, 769, 3479, 316, 77, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 30, 0, 0, 23, 0, 28, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 56.44, 6, drogue, -18.02, 57941.00, 4472.12, 3152.27, -28.75, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9444730,-106.9171805, 4783.0, 2022, 6, 24, 15, 18, 12, 769, 3479, 316, 77, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 30, 0, 0, 23, 0, 28, 27, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 56.54, 6, drogue, -18.02, 57945.00, 4471.60, 3151.74, -29.03, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9445907,-106.9171987, 4752.0, 2022, 6, 24, 15, 18, 13, 779, 3451, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 31, 0, 0, 0, 0, 15, 29, 27, 29, 0, 0, 33, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 56.64, 6, drogue, -14.31, 58021.00, 4461.66, 3141.80, -29.29, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9445907,-106.9171987, 4752.0, 2022, 6, 24, 15, 18, 13, 779, 3451, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 31, 0, 0, 0, 0, 15, 29, 27, 29, 0, 0, 33, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 56.66, 6, drogue, -14.31, 58021.00, 4461.66, 3141.80, -29.29, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9445907,-106.9171987, 4752.0, 2022, 6, 24, 15, 18, 13, 779, 3451, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 31, 0, 0, 0, 0, 15, 29, 27, 29, 0, 0, 33, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 56.74, 6, drogue, -11.13, 57991.00, 4465.58, 3145.72, -29.57, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9445907,-106.9171987, 4752.0, 2022, 6, 24, 15, 18, 13, 779, 3451, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 31, 0, 0, 0, 0, 15, 29, 27, 29, 0, 0, 33, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 56.84, 6, drogue, -15.90, 57971.00, 4468.20, 3148.34, -29.89, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9445907,-106.9171987, 4752.0, 2022, 6, 24, 15, 18, 13, 779, 3451, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 31, 0, 0, 0, 0, 15, 29, 27, 29, 0, 0, 33, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 56.94, 6, drogue, -16.43, 57977.00, 4467.41, 3147.55, -30.19, 33.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9445907,-106.9171987, 4752.0, 2022, 6, 24, 15, 18, 13, 779, 3451, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 31, 0, 0, 0, 0, 15, 29, 27, 29, 0, 0, 33, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 56.98, 6, drogue, -16.43, 57977.00, 4467.41, 3147.55, -30.19, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9445907,-106.9171987, 4752.0, 2022, 6, 24, 15, 18, 13, 779, 3451, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 31, 0, 0, 0, 0, 15, 29, 27, 29, 0, 0, 33, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 57.04, 6, drogue, -15.37, 58034.00, 4459.96, 3140.10, -30.45, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9445907,-106.9171987, 4752.0, 2022, 6, 24, 15, 18, 13, 779, 3451, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 31, 0, 0, 0, 0, 15, 29, 27, 29, 0, 0, 33, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 57.14, 6, drogue, -14.84, 58112.00, 4449.77, 3129.91, -30.65, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9445907,-106.9171987, 4752.0, 2022, 6, 24, 15, 18, 13, 779, 3451, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 31, 0, 0, 0, 0, 15, 29, 27, 29, 0, 0, 33, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 57.24, 6, drogue, -14.31, 58141.00, 4445.98, 3126.12, -30.85, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9445907,-106.9171987, 4752.0, 2022, 6, 24, 15, 18, 13, 779, 3451, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 31, 0, 0, 0, 0, 15, 29, 27, 29, 0, 0, 33, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 57.30, 6, drogue, -14.31, 58141.00, 4445.98, 3126.12, -30.85, 33.9, 0.01, 0.00, 3.86, 1, 1, 10, 32.9445907,-106.9171987, 4752.0, 2022, 6, 24, 15, 18, 13, 779, 3451, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 31, 0, 0, 0, 0, 15, 29, 27, 29, 0, 0, 33, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 57.34, 6, drogue, -12.19, 58106.00, 4450.55, 3130.69, -31.04, 33.9, 0.01, 0.00, 3.86, 1, 1, 10, 32.9445907,-106.9171987, 4752.0, 2022, 6, 24, 15, 18, 13, 779, 3451, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 31, 0, 0, 0, 0, 15, 29, 27, 29, 0, 0, 33, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 57.44, 6, drogue, -11.13, 58120.00, 4448.72, 3128.87, -31.20, 33.9, 0.01, 0.00, 3.86, 1, 1, 10, 32.9445907,-106.9171987, 4752.0, 2022, 6, 24, 15, 18, 13, 779, 3451, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 31, 0, 0, 0, 0, 15, 29, 27, 29, 0, 0, 33, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 57.45, 6, drogue, -11.13, 58120.00, 4448.72, 3128.87, -31.20, 33.9, 0.01, 0.00, 3.86, 1, 1, 10, 32.9445907,-106.9171987, 4752.0, 2022, 6, 24, 15, 18, 13, 779, 3451, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 31, 0, 0, 0, 0, 15, 29, 27, 29, 0, 0, 33, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 57.45, 6, drogue, -11.13, 58120.00, 4448.72, 3128.87, -31.20, 33.9, 0.01, 0.00, 3.86, 1, 1, 10, 32.9445907,-106.9171987, 4752.0, 2022, 6, 24, 15, 18, 13, 779, 3451, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 31, 0, 0, 0, 0, 15, 29, 27, 29, 0, 0, 33, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 57.45, 6, drogue, -11.13, 58120.00, 4448.72, 3128.87, -31.20, 33.9, 0.01, 0.00, 3.86, 1, 1, 10, 32.9445907,-106.9171987, 4752.0, 2022, 6, 24, 15, 18, 13, 779, 3451, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 31, 0, 0, 0, 0, 15, 29, 27, 29, 0, 0, 33, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 57.45, 6, drogue, -11.13, 58120.00, 4448.72, 3128.87, -31.20, 33.9, 0.01, 0.00, 3.86, 1, 1, 10, 32.9445907,-106.9171987, 4752.0, 2022, 6, 24, 15, 18, 13, 779, 3451, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 31, 0, 0, 0, 0, 15, 29, 27, 29, 0, 0, 33, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 57.45, 6, drogue, -11.13, 58120.00, 4448.72, 3128.87, -31.20, 33.9, 0.01, 0.00, 3.86, 1, 1, 10, 32.9445907,-106.9171987, 4752.0, 2022, 6, 24, 15, 18, 13, 779, 3451, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 31, 0, 0, 0, 0, 15, 29, 27, 29, 0, 0, 33, 0, 29, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 57.54, 6, drogue, -10.60, 58118.00, 4448.98, 3129.13, -31.36, 33.9, 0.01, 0.00, 3.86, 1, 1, 10, 32.9447036,-106.9172251, 4723.0, 2022, 6, 24, 15, 18, 14, 790, 3425, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 35, 0, 0, 0, 0, 28, 29, 26, 30, 0, 0, 29, 0, 28, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 57.62, 6, drogue, -10.60, 58118.00, 4448.98, 3129.13, -31.36, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9447036,-106.9172251, 4723.0, 2022, 6, 24, 15, 18, 14, 790, 3425, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 35, 0, 0, 0, 0, 28, 29, 26, 30, 0, 0, 29, 0, 28, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 57.64, 6, drogue, -11.13, 58155.00, 4444.15, 3124.30, -31.49, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9447036,-106.9172251, 4723.0, 2022, 6, 24, 15, 18, 14, 790, 3425, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 35, 0, 0, 0, 0, 28, 29, 26, 30, 0, 0, 29, 0, 28, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 57.74, 6, drogue, -7.42, 58196.00, 4438.80, 3118.95, -31.56, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9447036,-106.9172251, 4723.0, 2022, 6, 24, 15, 18, 14, 790, 3425, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 35, 0, 0, 0, 0, 28, 29, 26, 30, 0, 0, 29, 0, 28, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 57.84, 6, drogue, -4.77, 58259.00, 4430.59, 3110.74, -31.60, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9447036,-106.9172251, 4723.0, 2022, 6, 24, 15, 18, 14, 790, 3425, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 35, 0, 0, 0, 0, 28, 29, 26, 30, 0, 0, 29, 0, 28, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 57.94, 6, drogue, -1.59, 58287.00, 4426.94, 3107.09, -31.61, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9447036,-106.9172251, 4723.0, 2022, 6, 24, 15, 18, 14, 790, 3425, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 35, 0, 0, 0, 0, 28, 29, 26, 30, 0, 0, 29, 0, 28, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 57.94, 6, drogue, -1.59, 58287.00, 4426.94, 3107.09, -31.61, 33.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9447036,-106.9172251, 4723.0, 2022, 6, 24, 15, 18, 14, 790, 3425, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 35, 0, 0, 0, 0, 28, 29, 26, 30, 0, 0, 29, 0, 28, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 58.04, 6, drogue, -10.07, 58323.00, 4422.26, 3102.40, -31.59, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9447036,-106.9172251, 4723.0, 2022, 6, 24, 15, 18, 14, 790, 3425, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 35, 0, 0, 0, 0, 28, 29, 26, 30, 0, 0, 29, 0, 28, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 58.14, 6, drogue, -15.90, 58336.00, 4420.56, 3100.71, -31.51, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9447036,-106.9172251, 4723.0, 2022, 6, 24, 15, 18, 14, 790, 3425, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 35, 0, 0, 0, 0, 28, 29, 26, 30, 0, 0, 29, 0, 28, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 58.24, 6, drogue, -19.08, 58377.00, 4415.23, 3095.37, -31.37, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9447036,-106.9172251, 4723.0, 2022, 6, 24, 15, 18, 14, 790, 3425, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 35, 0, 0, 0, 0, 28, 29, 26, 30, 0, 0, 29, 0, 28, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 58.26, 6, drogue, -19.08, 58377.00, 4415.23, 3095.37, -31.37, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9447036,-106.9172251, 4723.0, 2022, 6, 24, 15, 18, 14, 790, 3425, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 35, 0, 0, 0, 0, 28, 29, 26, 30, 0, 0, 29, 0, 28, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 58.34, 6, drogue, -19.08, 58388.00, 4413.80, 3093.94, -31.23, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9447036,-106.9172251, 4723.0, 2022, 6, 24, 15, 18, 14, 790, 3425, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 35, 0, 0, 0, 0, 28, 29, 26, 30, 0, 0, 29, 0, 28, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 58.44, 6, drogue, -19.61, 58455.00, 4405.09, 3085.23, -31.06, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9447036,-106.9172251, 4723.0, 2022, 6, 24, 15, 18, 14, 790, 3425, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 35, 0, 0, 0, 0, 28, 29, 26, 30, 0, 0, 29, 0, 28, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 58.45, 6, drogue, -19.61, 58455.00, 4405.09, 3085.23, -31.06, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9447036,-106.9172251, 4723.0, 2022, 6, 24, 15, 18, 14, 790, 3425, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 35, 0, 0, 0, 0, 28, 29, 26, 30, 0, 0, 29, 0, 28, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 58.45, 6, drogue, -19.61, 58455.00, 4405.09, 3085.23, -31.06, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9447036,-106.9172251, 4723.0, 2022, 6, 24, 15, 18, 14, 790, 3425, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 35, 0, 0, 0, 0, 28, 29, 26, 30, 0, 0, 29, 0, 28, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 58.45, 6, drogue, -19.61, 58455.00, 4405.09, 3085.23, -31.06, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9447036,-106.9172251, 4723.0, 2022, 6, 24, 15, 18, 14, 790, 3425, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 35, 0, 0, 0, 0, 28, 29, 26, 30, 0, 0, 29, 0, 28, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 58.45, 6, drogue, -19.61, 58455.00, 4405.09, 3085.23, -31.06, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9447036,-106.9172251, 4723.0, 2022, 6, 24, 15, 18, 14, 790, 3425, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 35, 0, 0, 0, 0, 28, 29, 26, 30, 0, 0, 29, 0, 28, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 58.45, 6, drogue, -19.61, 58455.00, 4405.09, 3085.23, -31.06, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9447036,-106.9172251, 4723.0, 2022, 6, 24, 15, 18, 14, 790, 3425, 317, 77, 1.4,2147483647.0,2147483647.0, 0, 27, 24, 0, 0, 35, 0, 0, 0, 0, 28, 29, 26, 30, 0, 0, 29, 0, 28, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 58.54, 6, drogue, -19.08, 58463.00, 4404.05, 3084.19, -30.86, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448010,-106.9172384, 4693.0, 2022, 6, 24, 15, 18, 15, 799, 3398, 317, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 24, 0, 0, 29, 0, 0, 0, 0, 29, 29, 25, 29, 0, 0, 33, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 58.58, 6, drogue, -19.08, 58463.00, 4404.05, 3084.19, -30.86, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448010,-106.9172384, 4693.0, 2022, 6, 24, 15, 18, 15, 799, 3398, 317, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 24, 0, 0, 29, 0, 0, 0, 0, 29, 29, 25, 29, 0, 0, 33, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 58.64, 6, drogue, -18.02, 58443.00, 4406.65, 3086.79, -30.66, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448010,-106.9172384, 4693.0, 2022, 6, 24, 15, 18, 15, 799, 3398, 317, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 24, 0, 0, 29, 0, 0, 0, 0, 29, 29, 25, 29, 0, 0, 33, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 58.74, 6, drogue, -18.02, 58435.00, 4407.69, 3087.83, -30.40, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448010,-106.9172384, 4693.0, 2022, 6, 24, 15, 18, 15, 799, 3398, 317, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 24, 0, 0, 29, 0, 0, 0, 0, 29, 29, 25, 29, 0, 0, 33, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 58.84, 6, drogue, -16.96, 58483.00, 4401.45, 3081.59, -30.13, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448010,-106.9172384, 4693.0, 2022, 6, 24, 15, 18, 15, 799, 3398, 317, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 24, 0, 0, 29, 0, 0, 0, 0, 29, 29, 25, 29, 0, 0, 33, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 58.90, 6, drogue, -16.96, 58483.00, 4401.45, 3081.59, -30.13, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9448010,-106.9172384, 4693.0, 2022, 6, 24, 15, 18, 15, 799, 3398, 317, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 24, 0, 0, 29, 0, 0, 0, 0, 29, 29, 25, 29, 0, 0, 33, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 58.94, 6, drogue, -14.84, 58462.00, 4404.18, 3084.32, -29.90, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9448010,-106.9172384, 4693.0, 2022, 6, 24, 15, 18, 15, 799, 3398, 317, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 24, 0, 0, 29, 0, 0, 0, 0, 29, 29, 25, 29, 0, 0, 33, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 59.04, 6, drogue, -11.66, 58495.00, 4399.89, 3080.03, -29.77, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9448010,-106.9172384, 4693.0, 2022, 6, 24, 15, 18, 15, 799, 3398, 317, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 24, 0, 0, 29, 0, 0, 0, 0, 29, 29, 25, 29, 0, 0, 33, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 59.14, 6, drogue, -10.60, 58506.00, 4398.46, 3078.61, -29.73, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9448010,-106.9172384, 4693.0, 2022, 6, 24, 15, 18, 15, 799, 3398, 317, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 24, 0, 0, 29, 0, 0, 0, 0, 29, 29, 25, 29, 0, 0, 33, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 59.22, 6, drogue, -10.60, 58506.00, 4398.46, 3078.61, -29.73, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448010,-106.9172384, 4693.0, 2022, 6, 24, 15, 18, 15, 799, 3398, 317, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 24, 0, 0, 29, 0, 0, 0, 0, 29, 29, 25, 29, 0, 0, 33, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 59.24, 6, drogue, -10.07, 58550.00, 4392.75, 3072.89, -29.70, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448010,-106.9172384, 4693.0, 2022, 6, 24, 15, 18, 15, 799, 3398, 317, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 24, 0, 0, 29, 0, 0, 0, 0, 29, 29, 25, 29, 0, 0, 33, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 59.34, 6, drogue, -9.54, 58598.00, 4386.52, 3066.67, -29.65, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448010,-106.9172384, 4693.0, 2022, 6, 24, 15, 18, 15, 799, 3398, 317, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 24, 0, 0, 29, 0, 0, 0, 0, 29, 29, 25, 29, 0, 0, 33, 0, 32, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 59.44, 6, drogue, -9.01, 58621.00, 4383.54, 3063.68, -29.58, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448789,-106.9172538, 4662.0, 2022, 6, 24, 15, 18, 16, 806, 3370, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 32, 0, 0, 0, 0, 31, 32, 31, 33, 0, 0, 27, 0, 29, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 59.44, 6, drogue, -9.01, 58621.00, 4383.54, 3063.68, -29.58, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448789,-106.9172538, 4662.0, 2022, 6, 24, 15, 18, 16, 806, 3370, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 32, 0, 0, 0, 0, 31, 32, 31, 33, 0, 0, 27, 0, 29, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 59.44, 6, drogue, -9.01, 58621.00, 4383.54, 3063.68, -29.58, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448789,-106.9172538, 4662.0, 2022, 6, 24, 15, 18, 16, 806, 3370, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 32, 0, 0, 0, 0, 31, 32, 31, 33, 0, 0, 27, 0, 29, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 59.44, 6, drogue, -9.01, 58621.00, 4383.54, 3063.68, -29.58, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448789,-106.9172538, 4662.0, 2022, 6, 24, 15, 18, 16, 806, 3370, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 32, 0, 0, 0, 0, 31, 32, 31, 33, 0, 0, 27, 0, 29, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 59.44, 6, drogue, -9.01, 58621.00, 4383.54, 3063.68, -29.58, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448789,-106.9172538, 4662.0, 2022, 6, 24, 15, 18, 16, 806, 3370, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 32, 0, 0, 0, 0, 31, 32, 31, 33, 0, 0, 27, 0, 29, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 59.44, 6, drogue, -9.01, 58621.00, 4383.54, 3063.68, -29.58, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448789,-106.9172538, 4662.0, 2022, 6, 24, 15, 18, 16, 806, 3370, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 32, 0, 0, 0, 0, 31, 32, 31, 33, 0, 0, 27, 0, 29, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 59.54, 6, drogue, -6.89, 58740.00, 4368.12, 3048.27, -29.53, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448789,-106.9172538, 4662.0, 2022, 6, 24, 15, 18, 16, 806, 3370, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 32, 0, 0, 0, 0, 31, 32, 31, 33, 0, 0, 27, 0, 29, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 59.54, 6, drogue, -6.89, 58740.00, 4368.12, 3048.27, -29.53, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448789,-106.9172538, 4662.0, 2022, 6, 24, 15, 18, 16, 806, 3370, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 32, 0, 0, 0, 0, 31, 32, 31, 33, 0, 0, 27, 0, 29, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 59.64, 6, drogue, -4.77, 58749.00, 4366.96, 3047.10, -29.51, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448789,-106.9172538, 4662.0, 2022, 6, 24, 15, 18, 16, 806, 3370, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 32, 0, 0, 0, 0, 31, 32, 31, 33, 0, 0, 27, 0, 29, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 59.74, 6, drogue, -13.25, 58713.00, 4371.62, 3051.76, -29.52, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448789,-106.9172538, 4662.0, 2022, 6, 24, 15, 18, 16, 806, 3370, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 32, 0, 0, 0, 0, 31, 32, 31, 33, 0, 0, 27, 0, 29, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 59.84, 6, drogue, -14.31, 58714.00, 4371.49, 3051.63, -29.58, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448789,-106.9172538, 4662.0, 2022, 6, 24, 15, 18, 16, 806, 3370, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 32, 0, 0, 0, 0, 31, 32, 31, 33, 0, 0, 27, 0, 29, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 59.86, 6, drogue, -14.31, 58714.00, 4371.49, 3051.63, -29.58, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448789,-106.9172538, 4662.0, 2022, 6, 24, 15, 18, 16, 806, 3370, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 32, 0, 0, 0, 0, 31, 32, 31, 33, 0, 0, 27, 0, 29, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 59.94, 6, drogue, -6.36, 58768.00, 4364.50, 3044.64, -29.65, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448789,-106.9172538, 4662.0, 2022, 6, 24, 15, 18, 16, 806, 3370, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 32, 0, 0, 0, 0, 31, 32, 31, 33, 0, 0, 27, 0, 29, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 60.04, 6, drogue, -9.54, 58749.00, 4366.96, 3047.10, -29.73, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448789,-106.9172538, 4662.0, 2022, 6, 24, 15, 18, 16, 806, 3370, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 32, 0, 0, 0, 0, 31, 32, 31, 33, 0, 0, 27, 0, 29, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 60.14, 6, drogue, -18.02, 58733.00, 4369.03, 3049.17, -29.72, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9448789,-106.9172538, 4662.0, 2022, 6, 24, 15, 18, 16, 806, 3370, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 32, 0, 0, 0, 0, 31, 32, 31, 33, 0, 0, 27, 0, 29, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 60.18, 6, drogue, -18.02, 58733.00, 4369.03, 3049.17, -29.72, 33.8, 0.01, 0.00, 3.86, 1, 1, 10, 32.9448789,-106.9172538, 4662.0, 2022, 6, 24, 15, 18, 16, 806, 3370, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 32, 0, 0, 0, 0, 31, 32, 31, 33, 0, 0, 27, 0, 29, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 60.24, 6, drogue, -17.49, 58757.00, 4365.92, 3046.07, -29.74, 33.8, 0.01, 0.00, 3.86, 1, 1, 10, 32.9448789,-106.9172538, 4662.0, 2022, 6, 24, 15, 18, 16, 806, 3370, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 32, 0, 0, 0, 0, 31, 32, 31, 33, 0, 0, 27, 0, 29, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 60.34, 6, drogue, -12.72, 58824.00, 4357.26, 3037.40, -29.67, 33.8, 0.01, 0.00, 3.86, 1, 1, 10, 32.9448789,-106.9172538, 4662.0, 2022, 6, 24, 15, 18, 16, 806, 3370, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 32, 0, 0, 0, 0, 31, 32, 31, 33, 0, 0, 27, 0, 29, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 60.44, 6, drogue, -10.60, 58830.00, 4356.48, 3036.62, -29.61, 33.8, 0.01, 0.00, 3.86, 1, 1, 10, 32.9449517,-106.9172777, 4631.0, 2022, 6, 24, 15, 18, 17, 814, 3342, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 27, 0, 0, 0, 0, 28, 32, 25, 29, 0, 0, 26, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 60.44, 6, drogue, -10.60, 58830.00, 4356.48, 3036.62, -29.61, 33.8, 0.01, 0.00, 3.86, 1, 1, 10, 32.9449517,-106.9172777, 4631.0, 2022, 6, 24, 15, 18, 17, 814, 3342, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 27, 0, 0, 0, 0, 28, 32, 25, 29, 0, 0, 26, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 60.44, 6, drogue, -10.60, 58830.00, 4356.48, 3036.62, -29.61, 33.8, 0.01, 0.00, 3.86, 1, 1, 10, 32.9449517,-106.9172777, 4631.0, 2022, 6, 24, 15, 18, 17, 814, 3342, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 27, 0, 0, 0, 0, 28, 32, 25, 29, 0, 0, 26, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 60.44, 6, drogue, -10.60, 58830.00, 4356.48, 3036.62, -29.61, 33.8, 0.01, 0.00, 3.86, 1, 1, 10, 32.9449517,-106.9172777, 4631.0, 2022, 6, 24, 15, 18, 17, 814, 3342, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 27, 0, 0, 0, 0, 28, 32, 25, 29, 0, 0, 26, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 60.44, 6, drogue, -10.60, 58830.00, 4356.48, 3036.62, -29.61, 33.8, 0.01, 0.00, 3.86, 1, 1, 10, 32.9449517,-106.9172777, 4631.0, 2022, 6, 24, 15, 18, 17, 814, 3342, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 27, 0, 0, 0, 0, 28, 32, 25, 29, 0, 0, 26, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 60.44, 6, drogue, -10.60, 58830.00, 4356.48, 3036.62, -29.61, 33.8, 0.01, 0.00, 3.86, 1, 1, 10, 32.9449517,-106.9172777, 4631.0, 2022, 6, 24, 15, 18, 17, 814, 3342, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 27, 0, 0, 0, 0, 28, 32, 25, 29, 0, 0, 26, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 60.50, 6, drogue, -10.60, 58830.00, 4356.48, 3036.62, -29.61, 33.8, 0.00, 0.01, 3.86, 1, 1, 10, 32.9449517,-106.9172777, 4631.0, 2022, 6, 24, 15, 18, 17, 814, 3342, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 27, 0, 0, 0, 0, 28, 32, 25, 29, 0, 0, 26, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 60.54, 6, drogue, -12.72, 58860.00, 4352.60, 3032.75, -29.50, 33.8, 0.00, 0.01, 3.86, 1, 1, 10, 32.9449517,-106.9172777, 4631.0, 2022, 6, 24, 15, 18, 17, 814, 3342, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 27, 0, 0, 0, 0, 28, 32, 25, 29, 0, 0, 26, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 60.64, 6, drogue, -15.90, 58860.00, 4352.60, 3032.75, -29.39, 33.8, 0.00, 0.01, 3.86, 1, 1, 10, 32.9449517,-106.9172777, 4631.0, 2022, 6, 24, 15, 18, 17, 814, 3342, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 27, 0, 0, 0, 0, 28, 32, 25, 29, 0, 0, 26, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 60.74, 6, drogue, -16.96, 58905.00, 4346.79, 3026.93, -29.29, 33.8, 0.00, 0.01, 3.86, 1, 1, 10, 32.9449517,-106.9172777, 4631.0, 2022, 6, 24, 15, 18, 17, 814, 3342, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 27, 0, 0, 0, 0, 28, 32, 25, 29, 0, 0, 26, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 60.82, 6, drogue, -16.96, 58905.00, 4346.79, 3026.93, -29.29, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9449517,-106.9172777, 4631.0, 2022, 6, 24, 15, 18, 17, 814, 3342, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 27, 0, 0, 0, 0, 28, 32, 25, 29, 0, 0, 26, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 60.84, 6, drogue, -12.72, 58935.00, 4342.92, 3023.06, -29.22, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9449517,-106.9172777, 4631.0, 2022, 6, 24, 15, 18, 17, 814, 3342, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 27, 0, 0, 0, 0, 28, 32, 25, 29, 0, 0, 26, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 60.94, 6, drogue, -11.13, 59006.00, 4333.75, 3013.90, -29.11, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9449517,-106.9172777, 4631.0, 2022, 6, 24, 15, 18, 17, 814, 3342, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 27, 0, 0, 0, 0, 28, 32, 25, 29, 0, 0, 26, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 61.04, 6, drogue, -11.13, 59066.00, 4326.02, 3006.16, -28.99, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9449517,-106.9172777, 4631.0, 2022, 6, 24, 15, 18, 17, 814, 3342, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 27, 0, 0, 0, 0, 28, 32, 25, 29, 0, 0, 26, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 61.14, 6, drogue, -11.66, 59084.00, 4323.70, 3003.84, -28.88, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9449517,-106.9172777, 4631.0, 2022, 6, 24, 15, 18, 17, 814, 3342, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 27, 0, 0, 0, 0, 28, 32, 25, 29, 0, 0, 26, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 61.14, 6, drogue, -11.66, 59084.00, 4323.70, 3003.84, -28.88, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9449517,-106.9172777, 4631.0, 2022, 6, 24, 15, 18, 17, 814, 3342, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 27, 0, 0, 0, 0, 28, 32, 25, 29, 0, 0, 26, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 61.24, 6, drogue, -14.31, 59087.00, 4323.31, 3003.46, -28.78, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9449517,-106.9172777, 4631.0, 2022, 6, 24, 15, 18, 17, 814, 3342, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 27, 0, 0, 0, 0, 28, 32, 25, 29, 0, 0, 26, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 61.34, 6, drogue, -10.07, 59078.00, 4324.47, 3004.62, -28.70, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9449517,-106.9172777, 4631.0, 2022, 6, 24, 15, 18, 17, 814, 3342, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 27, 0, 0, 0, 0, 28, 32, 25, 29, 0, 0, 26, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 61.44, 6, drogue, -9.54, 59035.00, 4330.01, 3010.16, -28.61, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450087,-106.9172851, 4601.0, 2022, 6, 24, 15, 18, 18, 819, 3314, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 23, 0, 0, 27, 0, 0, 0, 0, 28, 32, 26, 29, 0, 0, 28, 0, 29, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 61.44, 6, drogue, -9.54, 59035.00, 4330.01, 3010.16, -28.61, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450087,-106.9172851, 4601.0, 2022, 6, 24, 15, 18, 18, 819, 3314, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 23, 0, 0, 27, 0, 0, 0, 0, 28, 32, 26, 29, 0, 0, 28, 0, 29, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 61.44, 6, drogue, -9.54, 59035.00, 4330.01, 3010.16, -28.61, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450087,-106.9172851, 4601.0, 2022, 6, 24, 15, 18, 18, 819, 3314, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 23, 0, 0, 27, 0, 0, 0, 0, 28, 32, 26, 29, 0, 0, 28, 0, 29, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 61.44, 6, drogue, -9.54, 59035.00, 4330.01, 3010.16, -28.61, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450087,-106.9172851, 4601.0, 2022, 6, 24, 15, 18, 18, 819, 3314, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 23, 0, 0, 27, 0, 0, 0, 0, 28, 32, 26, 29, 0, 0, 28, 0, 29, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 61.44, 6, drogue, -9.54, 59035.00, 4330.01, 3010.16, -28.61, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450087,-106.9172851, 4601.0, 2022, 6, 24, 15, 18, 18, 819, 3314, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 23, 0, 0, 27, 0, 0, 0, 0, 28, 32, 26, 29, 0, 0, 28, 0, 29, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 61.44, 6, drogue, -9.54, 59035.00, 4330.01, 3010.16, -28.61, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450087,-106.9172851, 4601.0, 2022, 6, 24, 15, 18, 18, 819, 3314, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 23, 0, 0, 27, 0, 0, 0, 0, 28, 32, 26, 29, 0, 0, 28, 0, 29, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 61.46, 6, drogue, -9.54, 59035.00, 4330.01, 3010.16, -28.61, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9450087,-106.9172851, 4601.0, 2022, 6, 24, 15, 18, 18, 819, 3314, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 23, 0, 0, 27, 0, 0, 0, 0, 28, 32, 26, 29, 0, 0, 28, 0, 29, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 61.54, 6, drogue, -6.89, 59065.00, 4326.15, 3006.29, -28.56, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9450087,-106.9172851, 4601.0, 2022, 6, 24, 15, 18, 18, 819, 3314, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 23, 0, 0, 27, 0, 0, 0, 0, 28, 32, 26, 29, 0, 0, 28, 0, 29, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 61.64, 6, drogue, -5.83, 59098.00, 4321.90, 3002.04, -28.47, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9450087,-106.9172851, 4601.0, 2022, 6, 24, 15, 18, 18, 819, 3314, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 23, 0, 0, 27, 0, 0, 0, 0, 28, 32, 26, 29, 0, 0, 28, 0, 29, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 61.74, 6, drogue, -13.25, 59115.00, 4319.71, 2999.85, -28.40, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9450087,-106.9172851, 4601.0, 2022, 6, 24, 15, 18, 18, 819, 3314, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 23, 0, 0, 27, 0, 0, 0, 0, 28, 32, 26, 29, 0, 0, 28, 0, 29, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 61.78, 6, drogue, -13.25, 59115.00, 4319.71, 2999.85, -28.40, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450087,-106.9172851, 4601.0, 2022, 6, 24, 15, 18, 18, 819, 3314, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 23, 0, 0, 27, 0, 0, 0, 0, 28, 32, 26, 29, 0, 0, 28, 0, 29, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 61.84, 6, drogue, -16.43, 59174.00, 4312.11, 2992.26, -28.37, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450087,-106.9172851, 4601.0, 2022, 6, 24, 15, 18, 18, 819, 3314, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 23, 0, 0, 27, 0, 0, 0, 0, 28, 32, 26, 29, 0, 0, 28, 0, 29, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 61.94, 6, drogue, -15.37, 59220.00, 4306.20, 2986.34, -28.36, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450087,-106.9172851, 4601.0, 2022, 6, 24, 15, 18, 18, 819, 3314, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 23, 0, 0, 27, 0, 0, 0, 0, 28, 32, 26, 29, 0, 0, 28, 0, 29, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 62.04, 6, drogue, -13.25, 59239.00, 4303.75, 2983.90, -28.33, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450087,-106.9172851, 4601.0, 2022, 6, 24, 15, 18, 18, 819, 3314, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 23, 0, 0, 27, 0, 0, 0, 0, 28, 32, 26, 29, 0, 0, 28, 0, 29, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 62.10, 6, drogue, -13.25, 59239.00, 4303.75, 2983.90, -28.33, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450087,-106.9172851, 4601.0, 2022, 6, 24, 15, 18, 18, 819, 3314, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 23, 0, 0, 27, 0, 0, 0, 0, 28, 32, 26, 29, 0, 0, 28, 0, 29, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 62.14, 6, drogue, -13.78, 59181.00, 4311.21, 2991.36, -28.31, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450087,-106.9172851, 4601.0, 2022, 6, 24, 15, 18, 18, 819, 3314, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 23, 0, 0, 27, 0, 0, 0, 0, 28, 32, 26, 29, 0, 0, 28, 0, 29, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 62.24, 6, drogue, -13.78, 59259.00, 4301.18, 2981.33, -28.34, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450087,-106.9172851, 4601.0, 2022, 6, 24, 15, 18, 18, 819, 3314, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 23, 0, 0, 27, 0, 0, 0, 0, 28, 32, 26, 29, 0, 0, 28, 0, 29, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 62.34, 6, drogue, -13.78, 59232.00, 4304.65, 2984.80, -28.46, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450087,-106.9172851, 4601.0, 2022, 6, 24, 15, 18, 18, 819, 3314, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 23, 0, 0, 27, 0, 0, 0, 0, 28, 32, 26, 29, 0, 0, 28, 0, 29, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 62.42, 6, drogue, -13.78, 59232.00, 4304.65, 2984.80, -28.46, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450087,-106.9172851, 4601.0, 2022, 6, 24, 15, 18, 18, 819, 3314, 318, 76, 1.4,2147483647.0,2147483647.0, 0, 28, 23, 0, 0, 27, 0, 0, 0, 0, 28, 32, 26, 29, 0, 0, 28, 0, 29, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 62.44, 6, drogue, -13.25, 59262.00, 4300.80, 2980.94, -28.62, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450659,-106.9172823, 4572.0, 2022, 6, 24, 15, 18, 19, 824, 3287, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 35, 31, 0, 0, 29, 0, 0, 0, 0, 33, 31, 26, 30, 0, 0, 27, 0, 29, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 62.44, 6, drogue, -13.25, 59262.00, 4300.80, 2980.94, -28.62, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450659,-106.9172823, 4572.0, 2022, 6, 24, 15, 18, 19, 824, 3287, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 35, 31, 0, 0, 29, 0, 0, 0, 0, 33, 31, 26, 30, 0, 0, 27, 0, 29, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 62.44, 6, drogue, -13.25, 59262.00, 4300.80, 2980.94, -28.62, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450659,-106.9172823, 4572.0, 2022, 6, 24, 15, 18, 19, 824, 3287, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 35, 31, 0, 0, 29, 0, 0, 0, 0, 33, 31, 26, 30, 0, 0, 27, 0, 29, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 62.44, 6, drogue, -13.25, 59262.00, 4300.80, 2980.94, -28.62, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450659,-106.9172823, 4572.0, 2022, 6, 24, 15, 18, 19, 824, 3287, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 35, 31, 0, 0, 29, 0, 0, 0, 0, 33, 31, 26, 30, 0, 0, 27, 0, 29, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 62.44, 6, drogue, -13.25, 59262.00, 4300.80, 2980.94, -28.62, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450659,-106.9172823, 4572.0, 2022, 6, 24, 15, 18, 19, 824, 3287, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 35, 31, 0, 0, 29, 0, 0, 0, 0, 33, 31, 26, 30, 0, 0, 27, 0, 29, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 62.44, 6, drogue, -13.25, 59262.00, 4300.80, 2980.94, -28.62, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450659,-106.9172823, 4572.0, 2022, 6, 24, 15, 18, 19, 824, 3287, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 35, 31, 0, 0, 29, 0, 0, 0, 0, 33, 31, 26, 30, 0, 0, 27, 0, 29, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 62.54, 6, drogue, -12.72, 59310.00, 4294.63, 2974.77, -28.86, 33.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450659,-106.9172823, 4572.0, 2022, 6, 24, 15, 18, 19, 824, 3287, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 35, 31, 0, 0, 29, 0, 0, 0, 0, 33, 31, 26, 30, 0, 0, 27, 0, 29, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 62.64, 6, drogue, -13.78, 59382.00, 4285.39, 2965.53, -29.08, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450659,-106.9172823, 4572.0, 2022, 6, 24, 15, 18, 19, 824, 3287, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 35, 31, 0, 0, 29, 0, 0, 0, 0, 33, 31, 26, 30, 0, 0, 27, 0, 29, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 62.74, 6, drogue, -14.31, 59443.00, 4277.56, 2957.71, -29.27, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450659,-106.9172823, 4572.0, 2022, 6, 24, 15, 18, 19, 824, 3287, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 35, 31, 0, 0, 29, 0, 0, 0, 0, 33, 31, 26, 30, 0, 0, 27, 0, 29, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 62.74, 6, drogue, -14.31, 59443.00, 4277.56, 2957.71, -29.27, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450659,-106.9172823, 4572.0, 2022, 6, 24, 15, 18, 19, 824, 3287, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 35, 31, 0, 0, 29, 0, 0, 0, 0, 33, 31, 26, 30, 0, 0, 27, 0, 29, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 62.84, 6, drogue, -15.37, 59431.00, 4279.10, 2959.25, -29.42, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450659,-106.9172823, 4572.0, 2022, 6, 24, 15, 18, 19, 824, 3287, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 35, 31, 0, 0, 29, 0, 0, 0, 0, 33, 31, 26, 30, 0, 0, 27, 0, 29, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 62.94, 6, drogue, -15.37, 59433.00, 4278.84, 2958.99, -29.60, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450659,-106.9172823, 4572.0, 2022, 6, 24, 15, 18, 19, 824, 3287, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 35, 31, 0, 0, 29, 0, 0, 0, 0, 33, 31, 26, 30, 0, 0, 27, 0, 29, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 63.04, 6, drogue, -16.43, 59405.00, 4282.44, 2962.58, -29.78, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450659,-106.9172823, 4572.0, 2022, 6, 24, 15, 18, 19, 824, 3287, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 35, 31, 0, 0, 29, 0, 0, 0, 0, 33, 31, 26, 30, 0, 0, 27, 0, 29, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 63.06, 6, drogue, -16.43, 59405.00, 4282.44, 2962.58, -29.78, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9450659,-106.9172823, 4572.0, 2022, 6, 24, 15, 18, 19, 824, 3287, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 35, 31, 0, 0, 29, 0, 0, 0, 0, 33, 31, 26, 30, 0, 0, 27, 0, 29, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 63.14, 6, drogue, -13.78, 59443.00, 4277.56, 2957.71, -29.92, 33.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9450659,-106.9172823, 4572.0, 2022, 6, 24, 15, 18, 19, 824, 3287, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 35, 31, 0, 0, 29, 0, 0, 0, 0, 33, 31, 26, 30, 0, 0, 27, 0, 29, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 63.24, 6, drogue, -10.07, 59446.00, 4277.18, 2957.32, -30.06, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9450659,-106.9172823, 4572.0, 2022, 6, 24, 15, 18, 19, 824, 3287, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 35, 31, 0, 0, 29, 0, 0, 0, 0, 33, 31, 26, 30, 0, 0, 27, 0, 29, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 63.34, 6, drogue, -8.48, 59486.00, 4272.05, 2952.20, -30.15, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9450659,-106.9172823, 4572.0, 2022, 6, 24, 15, 18, 19, 824, 3287, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 35, 31, 0, 0, 29, 0, 0, 0, 0, 33, 31, 26, 30, 0, 0, 27, 0, 29, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 63.38, 6, drogue, -8.48, 59486.00, 4272.05, 2952.20, -30.15, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9450659,-106.9172823, 4572.0, 2022, 6, 24, 15, 18, 19, 824, 3287, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 35, 31, 0, 0, 29, 0, 0, 0, 0, 33, 31, 26, 30, 0, 0, 27, 0, 29, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 63.44, 6, drogue, -10.60, 59496.00, 4270.77, 2950.91, -30.17, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9451457,-106.9172868, 4541.0, 2022, 6, 24, 15, 18, 20, 831, 3259, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 20, 0, 0, 0, 0, 18, 35, 31, 32, 0, 0, 33, 0, 20, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 63.44, 6, drogue, -10.60, 59496.00, 4270.77, 2950.91, -30.17, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9451457,-106.9172868, 4541.0, 2022, 6, 24, 15, 18, 20, 831, 3259, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 20, 0, 0, 0, 0, 18, 35, 31, 32, 0, 0, 33, 0, 20, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 63.44, 6, drogue, -10.60, 59496.00, 4270.77, 2950.91, -30.17, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9451457,-106.9172868, 4541.0, 2022, 6, 24, 15, 18, 20, 831, 3259, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 20, 0, 0, 0, 0, 18, 35, 31, 32, 0, 0, 33, 0, 20, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 63.44, 6, drogue, -10.60, 59496.00, 4270.77, 2950.91, -30.17, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9451457,-106.9172868, 4541.0, 2022, 6, 24, 15, 18, 20, 831, 3259, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 20, 0, 0, 0, 0, 18, 35, 31, 32, 0, 0, 33, 0, 20, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 63.44, 6, drogue, -10.60, 59496.00, 4270.77, 2950.91, -30.17, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9451457,-106.9172868, 4541.0, 2022, 6, 24, 15, 18, 20, 831, 3259, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 20, 0, 0, 0, 0, 18, 35, 31, 32, 0, 0, 33, 0, 20, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 63.44, 6, drogue, -10.60, 59496.00, 4270.77, 2950.91, -30.17, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9451457,-106.9172868, 4541.0, 2022, 6, 24, 15, 18, 20, 831, 3259, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 20, 0, 0, 0, 0, 18, 35, 31, 32, 0, 0, 33, 0, 20, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 63.54, 6, drogue, -12.19, 59510.00, 4268.98, 2949.12, -30.17, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9451457,-106.9172868, 4541.0, 2022, 6, 24, 15, 18, 20, 831, 3259, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 20, 0, 0, 0, 0, 18, 35, 31, 32, 0, 0, 33, 0, 20, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 63.64, 6, drogue, -11.13, 59530.00, 4266.42, 2946.56, -30.09, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9451457,-106.9172868, 4541.0, 2022, 6, 24, 15, 18, 20, 831, 3259, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 20, 0, 0, 0, 0, 18, 35, 31, 32, 0, 0, 33, 0, 20, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 63.70, 6, drogue, -11.13, 59530.00, 4266.42, 2946.56, -30.09, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9451457,-106.9172868, 4541.0, 2022, 6, 24, 15, 18, 20, 831, 3259, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 20, 0, 0, 0, 0, 18, 35, 31, 32, 0, 0, 33, 0, 20, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 63.74, 6, drogue, -6.89, 59650.00, 4251.06, 2931.21, -29.98, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9451457,-106.9172868, 4541.0, 2022, 6, 24, 15, 18, 20, 831, 3259, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 20, 0, 0, 0, 0, 18, 35, 31, 32, 0, 0, 33, 0, 20, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 63.84, 6, drogue, -8.48, 59687.00, 4246.33, 2926.48, -29.87, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9451457,-106.9172868, 4541.0, 2022, 6, 24, 15, 18, 20, 831, 3259, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 20, 0, 0, 0, 0, 18, 35, 31, 32, 0, 0, 33, 0, 20, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 63.94, 6, drogue, -14.84, 59653.00, 4250.68, 2930.82, -29.74, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9451457,-106.9172868, 4541.0, 2022, 6, 24, 15, 18, 20, 831, 3259, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 20, 0, 0, 0, 0, 18, 35, 31, 32, 0, 0, 33, 0, 20, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 64.02, 6, drogue, -14.84, 59653.00, 4250.68, 2930.82, -29.74, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9451457,-106.9172868, 4541.0, 2022, 6, 24, 15, 18, 20, 831, 3259, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 20, 0, 0, 0, 0, 18, 35, 31, 32, 0, 0, 33, 0, 20, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 64.04, 6, drogue, -14.31, 59657.00, 4250.17, 2930.31, -29.60, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9451457,-106.9172868, 4541.0, 2022, 6, 24, 15, 18, 20, 831, 3259, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 20, 0, 0, 0, 0, 18, 35, 31, 32, 0, 0, 33, 0, 20, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 64.14, 6, drogue, -14.31, 59682.00, 4246.97, 2927.12, -29.40, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9451457,-106.9172868, 4541.0, 2022, 6, 24, 15, 18, 20, 831, 3259, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 20, 0, 0, 0, 0, 18, 35, 31, 32, 0, 0, 33, 0, 20, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 64.24, 6, drogue, -14.31, 59706.00, 4243.91, 2924.05, -29.26, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9451457,-106.9172868, 4541.0, 2022, 6, 24, 15, 18, 20, 831, 3259, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 20, 0, 0, 0, 0, 18, 35, 31, 32, 0, 0, 33, 0, 20, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 64.34, 6, drogue, -14.84, 59767.00, 4236.12, 2916.26, -29.03, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9451457,-106.9172868, 4541.0, 2022, 6, 24, 15, 18, 20, 831, 3259, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 20, 0, 0, 0, 0, 18, 35, 31, 32, 0, 0, 33, 0, 20, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 64.34, 6, drogue, -14.84, 59767.00, 4236.12, 2916.26, -29.03, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9451457,-106.9172868, 4541.0, 2022, 6, 24, 15, 18, 20, 831, 3259, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 20, 0, 0, 0, 0, 18, 35, 31, 32, 0, 0, 33, 0, 20, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 64.44, 6, drogue, -17.49, 59813.00, 4230.25, 2910.39, -28.73, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9452354,-106.9173018, 4511.0, 2022, 6, 24, 15, 18, 21, 839, 3232, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 34, 28, 0, 0, 29, 0, 0, 0, 0, 30, 31, 26, 27, 0, 0, 27, 0, 28, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 64.44, 6, drogue, -17.49, 59813.00, 4230.25, 2910.39, -28.73, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9452354,-106.9173018, 4511.0, 2022, 6, 24, 15, 18, 21, 839, 3232, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 34, 28, 0, 0, 29, 0, 0, 0, 0, 30, 31, 26, 27, 0, 0, 27, 0, 28, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 64.44, 6, drogue, -17.49, 59813.00, 4230.25, 2910.39, -28.73, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9452354,-106.9173018, 4511.0, 2022, 6, 24, 15, 18, 21, 839, 3232, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 34, 28, 0, 0, 29, 0, 0, 0, 0, 30, 31, 26, 27, 0, 0, 27, 0, 28, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 64.44, 6, drogue, -17.49, 59813.00, 4230.25, 2910.39, -28.73, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9452354,-106.9173018, 4511.0, 2022, 6, 24, 15, 18, 21, 839, 3232, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 34, 28, 0, 0, 29, 0, 0, 0, 0, 30, 31, 26, 27, 0, 0, 27, 0, 28, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 64.44, 6, drogue, -17.49, 59813.00, 4230.25, 2910.39, -28.73, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9452354,-106.9173018, 4511.0, 2022, 6, 24, 15, 18, 21, 839, 3232, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 34, 28, 0, 0, 29, 0, 0, 0, 0, 30, 31, 26, 27, 0, 0, 27, 0, 28, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 64.44, 6, drogue, -17.49, 59813.00, 4230.25, 2910.39, -28.73, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9452354,-106.9173018, 4511.0, 2022, 6, 24, 15, 18, 21, 839, 3232, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 34, 28, 0, 0, 29, 0, 0, 0, 0, 30, 31, 26, 27, 0, 0, 27, 0, 28, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 64.54, 6, drogue, -19.08, 59880.00, 4221.70, 2901.85, -28.43, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9452354,-106.9173018, 4511.0, 2022, 6, 24, 15, 18, 21, 839, 3232, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 34, 28, 0, 0, 29, 0, 0, 0, 0, 30, 31, 26, 27, 0, 0, 27, 0, 28, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 64.64, 6, drogue, -19.61, 59836.00, 4227.31, 2907.46, -28.19, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9452354,-106.9173018, 4511.0, 2022, 6, 24, 15, 18, 21, 839, 3232, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 34, 28, 0, 0, 29, 0, 0, 0, 0, 30, 31, 26, 27, 0, 0, 27, 0, 28, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 64.66, 6, drogue, -19.61, 59836.00, 4227.31, 2907.46, -28.19, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9452354,-106.9173018, 4511.0, 2022, 6, 24, 15, 18, 21, 839, 3232, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 34, 28, 0, 0, 29, 0, 0, 0, 0, 30, 31, 26, 27, 0, 0, 27, 0, 28, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 64.74, 6, drogue, -15.37, 59789.00, 4233.31, 2913.45, -27.91, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9452354,-106.9173018, 4511.0, 2022, 6, 24, 15, 18, 21, 839, 3232, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 34, 28, 0, 0, 29, 0, 0, 0, 0, 30, 31, 26, 27, 0, 0, 27, 0, 28, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 64.84, 6, drogue, -12.72, 59777.00, 4234.84, 2914.98, -27.61, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9452354,-106.9173018, 4511.0, 2022, 6, 24, 15, 18, 21, 839, 3232, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 34, 28, 0, 0, 29, 0, 0, 0, 0, 30, 31, 26, 27, 0, 0, 27, 0, 28, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 64.94, 6, drogue, -13.78, 59830.00, 4228.08, 2908.22, -27.34, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9452354,-106.9173018, 4511.0, 2022, 6, 24, 15, 18, 21, 839, 3232, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 34, 28, 0, 0, 29, 0, 0, 0, 0, 30, 31, 26, 27, 0, 0, 27, 0, 28, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 64.98, 6, drogue, -13.78, 59830.00, 4228.08, 2908.22, -27.34, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9452354,-106.9173018, 4511.0, 2022, 6, 24, 15, 18, 21, 839, 3232, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 34, 28, 0, 0, 29, 0, 0, 0, 0, 30, 31, 26, 27, 0, 0, 27, 0, 28, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 65.04, 6, drogue, -12.72, 59895.00, 4219.79, 2899.94, -27.12, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9452354,-106.9173018, 4511.0, 2022, 6, 24, 15, 18, 21, 839, 3232, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 34, 28, 0, 0, 29, 0, 0, 0, 0, 30, 31, 26, 27, 0, 0, 27, 0, 28, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 65.14, 6, drogue, -13.25, 59923.00, 4216.23, 2896.37, -26.98, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9452354,-106.9173018, 4511.0, 2022, 6, 24, 15, 18, 21, 839, 3232, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 34, 28, 0, 0, 29, 0, 0, 0, 0, 30, 31, 26, 27, 0, 0, 27, 0, 28, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 65.24, 6, drogue, -14.84, 59993.00, 4207.31, 2887.46, -26.89, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9452354,-106.9173018, 4511.0, 2022, 6, 24, 15, 18, 21, 839, 3232, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 34, 28, 0, 0, 29, 0, 0, 0, 0, 30, 31, 26, 27, 0, 0, 27, 0, 28, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 65.30, 6, drogue, -14.84, 59993.00, 4207.31, 2887.46, -26.89, 33.7, 0.00, 0.01, 3.86, 1, 1, 10, 32.9452354,-106.9173018, 4511.0, 2022, 6, 24, 15, 18, 21, 839, 3232, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 34, 28, 0, 0, 29, 0, 0, 0, 0, 30, 31, 26, 27, 0, 0, 27, 0, 28, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 65.34, 6, drogue, -14.84, 60011.00, 4205.02, 2885.17, -26.91, 33.7, 0.00, 0.01, 3.86, 1, 1, 10, 32.9452354,-106.9173018, 4511.0, 2022, 6, 24, 15, 18, 21, 839, 3232, 319, 75, 1.4,2147483647.0,2147483647.0, 0, 34, 28, 0, 0, 29, 0, 0, 0, 0, 30, 31, 26, 27, 0, 0, 27, 0, 28, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 65.44, 6, drogue, -15.90, 60003.00, 4206.04, 2886.19, -26.99, 33.7, 0.00, 0.01, 3.86, 1, 1, 10, 32.9453261,-106.9173335, 4480.0, 2022, 6, 24, 15, 18, 22, 849, 3204, 320, 75, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 30, 26, 26, 31, 0, 0, 32, 0, 27, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 65.44, 6, drogue, -15.90, 60003.00, 4206.04, 2886.19, -26.99, 33.7, 0.00, 0.01, 3.86, 1, 1, 10, 32.9453261,-106.9173335, 4480.0, 2022, 6, 24, 15, 18, 22, 849, 3204, 320, 75, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 30, 26, 26, 31, 0, 0, 32, 0, 27, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 65.44, 6, drogue, -15.90, 60003.00, 4206.04, 2886.19, -26.99, 33.7, 0.00, 0.01, 3.86, 1, 1, 10, 32.9453261,-106.9173335, 4480.0, 2022, 6, 24, 15, 18, 22, 849, 3204, 320, 75, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 30, 26, 26, 31, 0, 0, 32, 0, 27, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 65.44, 6, drogue, -15.90, 60003.00, 4206.04, 2886.19, -26.99, 33.7, 0.00, 0.01, 3.86, 1, 1, 10, 32.9453261,-106.9173335, 4480.0, 2022, 6, 24, 15, 18, 22, 849, 3204, 320, 75, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 30, 26, 26, 31, 0, 0, 32, 0, 27, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 65.44, 6, drogue, -15.90, 60003.00, 4206.04, 2886.19, -26.99, 33.7, 0.00, 0.01, 3.86, 1, 1, 10, 32.9453261,-106.9173335, 4480.0, 2022, 6, 24, 15, 18, 22, 849, 3204, 320, 75, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 30, 26, 26, 31, 0, 0, 32, 0, 27, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 65.44, 6, drogue, -15.90, 60003.00, 4206.04, 2886.19, -26.99, 33.7, 0.00, 0.01, 3.86, 1, 1, 10, 32.9453261,-106.9173335, 4480.0, 2022, 6, 24, 15, 18, 22, 849, 3204, 320, 75, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 30, 26, 26, 31, 0, 0, 32, 0, 27, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 65.54, 6, drogue, -14.84, 59998.00, 4206.68, 2886.82, -27.12, 33.7, 0.00, 0.01, 3.86, 1, 1, 10, 32.9453261,-106.9173335, 4480.0, 2022, 6, 24, 15, 18, 22, 849, 3204, 320, 75, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 30, 26, 26, 31, 0, 0, 32, 0, 27, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 65.62, 6, drogue, -14.84, 59998.00, 4206.68, 2886.82, -27.12, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9453261,-106.9173335, 4480.0, 2022, 6, 24, 15, 18, 22, 849, 3204, 320, 75, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 30, 26, 26, 31, 0, 0, 32, 0, 27, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 65.64, 6, drogue, -12.72, 59947.00, 4213.17, 2893.31, -27.30, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9453261,-106.9173335, 4480.0, 2022, 6, 24, 15, 18, 22, 849, 3204, 320, 75, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 30, 26, 26, 31, 0, 0, 32, 0, 27, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 65.74, 6, drogue, -13.78, 59993.00, 4207.31, 2887.46, -27.59, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9453261,-106.9173335, 4480.0, 2022, 6, 24, 15, 18, 22, 849, 3204, 320, 75, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 30, 26, 26, 31, 0, 0, 32, 0, 27, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 65.84, 6, drogue, -13.78, 60037.00, 4201.72, 2881.86, -27.87, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9453261,-106.9173335, 4480.0, 2022, 6, 24, 15, 18, 22, 849, 3204, 320, 75, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 30, 26, 26, 31, 0, 0, 32, 0, 27, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 65.94, 6, drogue, -13.25, 60087.00, 4195.36, 2875.51, -28.15, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9453261,-106.9173335, 4480.0, 2022, 6, 24, 15, 18, 22, 849, 3204, 320, 75, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 30, 26, 26, 31, 0, 0, 32, 0, 27, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 65.94, 6, drogue, -13.25, 60087.00, 4195.36, 2875.51, -28.15, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9453261,-106.9173335, 4480.0, 2022, 6, 24, 15, 18, 22, 849, 3204, 320, 75, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 30, 26, 26, 31, 0, 0, 32, 0, 27, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 66.04, 6, drogue, -11.13, 60147.00, 4187.74, 2867.88, -28.45, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9453261,-106.9173335, 4480.0, 2022, 6, 24, 15, 18, 22, 849, 3204, 320, 75, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 30, 26, 26, 31, 0, 0, 32, 0, 27, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 66.14, 6, drogue, -13.78, 60193.00, 4181.90, 2862.04, -28.78, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9453261,-106.9173335, 4480.0, 2022, 6, 24, 15, 18, 22, 849, 3204, 320, 75, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 30, 26, 26, 31, 0, 0, 32, 0, 27, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 66.24, 6, drogue, -15.37, 60213.00, 4179.36, 2859.51, -29.14, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9453261,-106.9173335, 4480.0, 2022, 6, 24, 15, 18, 22, 849, 3204, 320, 75, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 30, 26, 26, 31, 0, 0, 32, 0, 27, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 66.26, 6, drogue, -15.37, 60213.00, 4179.36, 2859.51, -29.14, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9453261,-106.9173335, 4480.0, 2022, 6, 24, 15, 18, 22, 849, 3204, 320, 75, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 30, 26, 26, 31, 0, 0, 32, 0, 27, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 66.34, 6, drogue, -14.84, 60165.00, 4185.45, 2865.60, -29.51, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9453261,-106.9173335, 4480.0, 2022, 6, 24, 15, 18, 22, 849, 3204, 320, 75, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 30, 26, 26, 31, 0, 0, 32, 0, 27, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 66.44, 6, drogue, -12.72, 60110.00, 4192.44, 2872.58, -29.87, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 66.44, 6, drogue, -12.72, 60110.00, 4192.44, 2872.58, -29.87, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 66.44, 6, drogue, -12.72, 60110.00, 4192.44, 2872.58, -29.87, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 66.44, 6, drogue, -12.72, 60110.00, 4192.44, 2872.58, -29.87, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 66.44, 6, drogue, -12.72, 60110.00, 4192.44, 2872.58, -29.87, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 66.44, 6, drogue, -12.72, 60110.00, 4192.44, 2872.58, -29.87, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 66.54, 6, drogue, -13.25, 60132.00, 4189.64, 2869.79, -30.23, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 66.58, 6, drogue, -13.25, 60132.00, 4189.64, 2869.79, -30.23, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 66.64, 6, drogue, -12.72, 60225.00, 4177.84, 2857.98, -30.45, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 66.74, 6, drogue, -13.25, 60202.00, 4180.76, 2860.90, -30.61, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 66.84, 6, drogue, -12.19, 60261.00, 4173.27, 2853.42, -30.69, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 66.90, 6, drogue, -12.19, 60261.00, 4173.27, 2853.42, -30.69, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 66.94, 6, drogue, -11.13, 60323.00, 4165.42, 2845.56, -30.76, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 67.04, 6, drogue, -12.72, 60399.00, 4155.79, 2835.94, -30.82, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 67.14, 6, drogue, -14.84, 60429.00, 4152.00, 2832.14, -30.85, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 67.22, 6, drogue, -14.84, 60429.00, 4152.00, 2832.14, -30.85, 33.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 67.24, 6, drogue, -16.96, 60426.00, 4152.38, 2832.52, -30.87, 33.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 67.34, 6, drogue, -18.02, 60471.00, 4146.69, 2826.83, -30.82, 33.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 67.44, 6, drogue, -16.43, 60470.00, 4146.81, 2826.96, -30.71, 33.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 67.44, 6, drogue, -16.43, 60470.00, 4146.81, 2826.96, -30.71, 33.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 67.44, 6, drogue, -16.43, 60470.00, 4146.81, 2826.96, -30.71, 33.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 67.44, 6, drogue, -16.43, 60470.00, 4146.81, 2826.96, -30.71, 33.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 67.44, 6, drogue, -16.43, 60470.00, 4146.81, 2826.96, -30.71, 33.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 67.44, 6, drogue, -16.43, 60470.00, 4146.81, 2826.96, -30.71, 33.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9453971,-106.9173664, 4448.0, 2022, 6, 24, 15, 18, 23, 857, 3176, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 30, 0, 0, 0, 0, 24, 31, 27, 31, 0, 0, 32, 0, 33, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 67.54, 6, drogue, -16.43, 60476.00, 4146.05, 2826.20, -30.54, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9454668,-106.9173941, 4420.0, 2022, 6, 24, 15, 18, 24, 864, 3151, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 25, 0, 0, 0, 0, 30, 31, 28, 31, 0, 0, 31, 0, 33, 25, 0, 0, 0, 23, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 67.54, 6, drogue, -16.43, 60476.00, 4146.05, 2826.20, -30.54, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9454668,-106.9173941, 4420.0, 2022, 6, 24, 15, 18, 24, 864, 3151, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 25, 0, 0, 0, 0, 30, 31, 28, 31, 0, 0, 31, 0, 33, 25, 0, 0, 0, 23, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 67.64, 6, drogue, -14.84, 60468.00, 4147.06, 2827.21, -30.33, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9454668,-106.9173941, 4420.0, 2022, 6, 24, 15, 18, 24, 864, 3151, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 25, 0, 0, 0, 0, 30, 31, 28, 31, 0, 0, 31, 0, 33, 25, 0, 0, 0, 23, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 67.74, 6, drogue, -14.31, 60496.00, 4143.53, 2823.67, -30.16, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9454668,-106.9173941, 4420.0, 2022, 6, 24, 15, 18, 24, 864, 3151, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 25, 0, 0, 0, 0, 30, 31, 28, 31, 0, 0, 31, 0, 33, 25, 0, 0, 0, 23, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 67.84, 6, drogue, -19.61, 60478.00, 4145.80, 2825.94, -30.01, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9454668,-106.9173941, 4420.0, 2022, 6, 24, 15, 18, 24, 864, 3151, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 25, 0, 0, 0, 0, 30, 31, 28, 31, 0, 0, 31, 0, 33, 25, 0, 0, 0, 23, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 67.86, 6, drogue, -19.61, 60478.00, 4145.80, 2825.94, -30.01, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9454668,-106.9173941, 4420.0, 2022, 6, 24, 15, 18, 24, 864, 3151, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 25, 0, 0, 0, 0, 30, 31, 28, 31, 0, 0, 31, 0, 33, 25, 0, 0, 0, 23, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 67.94, 6, drogue, -18.02, 60554.00, 4136.20, 2816.34, -29.83, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9454668,-106.9173941, 4420.0, 2022, 6, 24, 15, 18, 24, 864, 3151, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 25, 0, 0, 0, 0, 30, 31, 28, 31, 0, 0, 31, 0, 33, 25, 0, 0, 0, 23, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 68.04, 6, drogue, -18.55, 60589.00, 4131.78, 2811.92, -29.66, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9454668,-106.9173941, 4420.0, 2022, 6, 24, 15, 18, 24, 864, 3151, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 25, 0, 0, 0, 0, 30, 31, 28, 31, 0, 0, 31, 0, 33, 25, 0, 0, 0, 23, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 68.14, 6, drogue, -18.55, 60625.00, 4127.23, 2807.38, -29.46, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9454668,-106.9173941, 4420.0, 2022, 6, 24, 15, 18, 24, 864, 3151, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 25, 0, 0, 0, 0, 30, 31, 28, 31, 0, 0, 31, 0, 33, 25, 0, 0, 0, 23, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 68.18, 6, drogue, -18.55, 60625.00, 4127.23, 2807.38, -29.46, 33.6, 0.01, 0.00, 3.87, 1, 1, 10, 32.9454668,-106.9173941, 4420.0, 2022, 6, 24, 15, 18, 24, 864, 3151, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 25, 0, 0, 0, 0, 30, 31, 28, 31, 0, 0, 31, 0, 33, 25, 0, 0, 0, 23, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 68.24, 6, drogue, -19.08, 60668.00, 4121.81, 2801.96, -29.26, 33.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9454668,-106.9173941, 4420.0, 2022, 6, 24, 15, 18, 24, 864, 3151, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 25, 0, 0, 0, 0, 30, 31, 28, 31, 0, 0, 31, 0, 33, 25, 0, 0, 0, 23, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 68.34, 6, drogue, -19.61, 60676.00, 4120.80, 2800.95, -28.96, 33.6, 0.01, 0.00, 3.87, 1, 1, 10, 32.9454668,-106.9173941, 4420.0, 2022, 6, 24, 15, 18, 24, 864, 3151, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 25, 0, 0, 0, 0, 30, 31, 28, 31, 0, 0, 31, 0, 33, 25, 0, 0, 0, 23, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 68.44, 6, drogue, -19.08, 60692.00, 4118.78, 2798.93, -28.69, 33.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9455457,-106.9174224, 4390.0, 2022, 6, 24, 15, 18, 25, 873, 3124, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 26, 0, 0, 0, 0, 26, 25, 28, 30, 0, 0, 35, 0, 33, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 68.44, 6, drogue, -19.08, 60692.00, 4118.78, 2798.93, -28.69, 33.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9455457,-106.9174224, 4390.0, 2022, 6, 24, 15, 18, 25, 873, 3124, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 26, 0, 0, 0, 0, 26, 25, 28, 30, 0, 0, 35, 0, 33, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 68.44, 6, drogue, -19.08, 60692.00, 4118.78, 2798.93, -28.69, 33.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9455457,-106.9174224, 4390.0, 2022, 6, 24, 15, 18, 25, 873, 3124, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 26, 0, 0, 0, 0, 26, 25, 28, 30, 0, 0, 35, 0, 33, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 68.44, 6, drogue, -19.08, 60692.00, 4118.78, 2798.93, -28.69, 33.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9455457,-106.9174224, 4390.0, 2022, 6, 24, 15, 18, 25, 873, 3124, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 26, 0, 0, 0, 0, 26, 25, 28, 30, 0, 0, 35, 0, 33, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 68.44, 6, drogue, -19.08, 60692.00, 4118.78, 2798.93, -28.69, 33.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9455457,-106.9174224, 4390.0, 2022, 6, 24, 15, 18, 25, 873, 3124, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 26, 0, 0, 0, 0, 26, 25, 28, 30, 0, 0, 35, 0, 33, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 68.44, 6, drogue, -19.08, 60692.00, 4118.78, 2798.93, -28.69, 33.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9455457,-106.9174224, 4390.0, 2022, 6, 24, 15, 18, 25, 873, 3124, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 26, 0, 0, 0, 0, 26, 25, 28, 30, 0, 0, 35, 0, 33, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 68.50, 6, drogue, -19.08, 60692.00, 4118.78, 2798.93, -28.69, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9455457,-106.9174224, 4390.0, 2022, 6, 24, 15, 18, 25, 873, 3124, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 26, 0, 0, 0, 0, 26, 25, 28, 30, 0, 0, 35, 0, 33, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 68.54, 6, drogue, -18.55, 60718.00, 4115.51, 2795.65, -28.42, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9455457,-106.9174224, 4390.0, 2022, 6, 24, 15, 18, 25, 873, 3124, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 26, 0, 0, 0, 0, 26, 25, 28, 30, 0, 0, 35, 0, 33, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 68.64, 6, drogue, -19.61, 60688.00, 4119.29, 2799.43, -28.26, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9455457,-106.9174224, 4390.0, 2022, 6, 24, 15, 18, 25, 873, 3124, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 26, 0, 0, 0, 0, 26, 25, 28, 30, 0, 0, 35, 0, 33, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 68.74, 6, drogue, -19.61, 60754.00, 4110.97, 2791.12, -28.06, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9455457,-106.9174224, 4390.0, 2022, 6, 24, 15, 18, 25, 873, 3124, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 26, 0, 0, 0, 0, 26, 25, 28, 30, 0, 0, 35, 0, 33, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 68.82, 6, drogue, -19.61, 60754.00, 4110.97, 2791.12, -28.06, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9455457,-106.9174224, 4390.0, 2022, 6, 24, 15, 18, 25, 873, 3124, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 26, 0, 0, 0, 0, 26, 25, 28, 30, 0, 0, 35, 0, 33, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 68.84, 6, drogue, -19.08, 60724.00, 4114.75, 2794.90, -27.91, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9455457,-106.9174224, 4390.0, 2022, 6, 24, 15, 18, 25, 873, 3124, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 26, 0, 0, 0, 0, 26, 25, 28, 30, 0, 0, 35, 0, 33, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 68.94, 6, drogue, -18.02, 60769.00, 4109.08, 2789.23, -27.78, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9455457,-106.9174224, 4390.0, 2022, 6, 24, 15, 18, 25, 873, 3124, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 26, 0, 0, 0, 0, 26, 25, 28, 30, 0, 0, 35, 0, 33, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 69.04, 6, drogue, -18.02, 60814.00, 4103.42, 2783.56, -27.68, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9455457,-106.9174224, 4390.0, 2022, 6, 24, 15, 18, 25, 873, 3124, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 26, 0, 0, 0, 0, 26, 25, 28, 30, 0, 0, 35, 0, 33, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 69.14, 6, drogue, -17.49, 60863.00, 4097.25, 2777.40, -27.59, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9455457,-106.9174224, 4390.0, 2022, 6, 24, 15, 18, 25, 873, 3124, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 26, 0, 0, 0, 0, 26, 25, 28, 30, 0, 0, 35, 0, 33, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 69.14, 6, drogue, -17.49, 60863.00, 4097.25, 2777.40, -27.59, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9455457,-106.9174224, 4390.0, 2022, 6, 24, 15, 18, 25, 873, 3124, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 26, 0, 0, 0, 0, 26, 25, 28, 30, 0, 0, 35, 0, 33, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 69.24, 6, drogue, -17.49, 60892.00, 4093.61, 2773.75, -27.51, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9455457,-106.9174224, 4390.0, 2022, 6, 24, 15, 18, 25, 873, 3124, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 26, 0, 0, 0, 0, 26, 25, 28, 30, 0, 0, 35, 0, 33, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 69.34, 6, drogue, -18.55, 60893.00, 4093.48, 2773.62, -27.45, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9455457,-106.9174224, 4390.0, 2022, 6, 24, 15, 18, 25, 873, 3124, 320, 74, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 26, 0, 0, 0, 0, 26, 25, 28, 30, 0, 0, 35, 0, 33, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 69.44, 6, drogue, -19.61, 60922.00, 4089.84, 2769.98, -27.43, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456151,-106.9174411, 4360.0, 2022, 6, 24, 15, 18, 26, 880, 3098, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 33, 28, 0, 0, 26, 0, 0, 0, 0, 31, 25, 33, 34, 0, 0, 35, 0, 25, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 69.44, 6, drogue, -19.61, 60922.00, 4089.84, 2769.98, -27.43, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456151,-106.9174411, 4360.0, 2022, 6, 24, 15, 18, 26, 880, 3098, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 33, 28, 0, 0, 26, 0, 0, 0, 0, 31, 25, 33, 34, 0, 0, 35, 0, 25, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 69.44, 6, drogue, -19.61, 60922.00, 4089.84, 2769.98, -27.43, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456151,-106.9174411, 4360.0, 2022, 6, 24, 15, 18, 26, 880, 3098, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 33, 28, 0, 0, 26, 0, 0, 0, 0, 31, 25, 33, 34, 0, 0, 35, 0, 25, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 69.44, 6, drogue, -19.61, 60922.00, 4089.84, 2769.98, -27.43, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456151,-106.9174411, 4360.0, 2022, 6, 24, 15, 18, 26, 880, 3098, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 33, 28, 0, 0, 26, 0, 0, 0, 0, 31, 25, 33, 34, 0, 0, 35, 0, 25, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 69.44, 6, drogue, -19.61, 60922.00, 4089.84, 2769.98, -27.43, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456151,-106.9174411, 4360.0, 2022, 6, 24, 15, 18, 26, 880, 3098, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 33, 28, 0, 0, 26, 0, 0, 0, 0, 31, 25, 33, 34, 0, 0, 35, 0, 25, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 69.44, 6, drogue, -19.61, 60922.00, 4089.84, 2769.98, -27.43, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456151,-106.9174411, 4360.0, 2022, 6, 24, 15, 18, 26, 880, 3098, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 33, 28, 0, 0, 26, 0, 0, 0, 0, 31, 25, 33, 34, 0, 0, 35, 0, 25, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 69.46, 6, drogue, -19.61, 60922.00, 4089.84, 2769.98, -27.43, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456151,-106.9174411, 4360.0, 2022, 6, 24, 15, 18, 26, 880, 3098, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 33, 28, 0, 0, 26, 0, 0, 0, 0, 31, 25, 33, 34, 0, 0, 35, 0, 25, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 69.54, 6, drogue, -18.55, 60930.00, 4088.83, 2768.97, -27.43, 33.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456151,-106.9174411, 4360.0, 2022, 6, 24, 15, 18, 26, 880, 3098, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 33, 28, 0, 0, 26, 0, 0, 0, 0, 31, 25, 33, 34, 0, 0, 35, 0, 25, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 69.64, 6, drogue, -19.61, 60972.00, 4083.55, 2763.70, -27.45, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456151,-106.9174411, 4360.0, 2022, 6, 24, 15, 18, 26, 880, 3098, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 33, 28, 0, 0, 26, 0, 0, 0, 0, 31, 25, 33, 34, 0, 0, 35, 0, 25, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 69.74, 6, drogue, -19.61, 60992.00, 4081.04, 2761.19, -27.55, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456151,-106.9174411, 4360.0, 2022, 6, 24, 15, 18, 26, 880, 3098, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 33, 28, 0, 0, 26, 0, 0, 0, 0, 31, 25, 33, 34, 0, 0, 35, 0, 25, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 69.78, 6, drogue, -19.61, 60992.00, 4081.04, 2761.19, -27.55, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9456151,-106.9174411, 4360.0, 2022, 6, 24, 15, 18, 26, 880, 3098, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 33, 28, 0, 0, 26, 0, 0, 0, 0, 31, 25, 33, 34, 0, 0, 35, 0, 25, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 69.84, 6, drogue, -19.08, 61005.00, 4079.41, 2759.55, -27.66, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9456151,-106.9174411, 4360.0, 2022, 6, 24, 15, 18, 26, 880, 3098, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 33, 28, 0, 0, 26, 0, 0, 0, 0, 31, 25, 33, 34, 0, 0, 35, 0, 25, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 69.94, 6, drogue, -19.61, 60967.00, 4084.18, 2764.33, -27.83, 33.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9456151,-106.9174411, 4360.0, 2022, 6, 24, 15, 18, 26, 880, 3098, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 33, 28, 0, 0, 26, 0, 0, 0, 0, 31, 25, 33, 34, 0, 0, 35, 0, 25, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 70.04, 6, drogue, -19.61, 61005.00, 4079.41, 2759.55, -27.99, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9456151,-106.9174411, 4360.0, 2022, 6, 24, 15, 18, 26, 880, 3098, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 33, 28, 0, 0, 26, 0, 0, 0, 0, 31, 25, 33, 34, 0, 0, 35, 0, 25, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 70.10, 6, drogue, -19.61, 61005.00, 4079.41, 2759.55, -27.99, 33.6, 0.01, 0.01, 3.87, 1, 1, 10, 32.9456151,-106.9174411, 4360.0, 2022, 6, 24, 15, 18, 26, 880, 3098, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 33, 28, 0, 0, 26, 0, 0, 0, 0, 31, 25, 33, 34, 0, 0, 35, 0, 25, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 70.14, 6, drogue, -19.08, 60993.00, 4080.92, 2761.06, -28.16, 33.6, 0.01, 0.01, 3.87, 1, 1, 10, 32.9456151,-106.9174411, 4360.0, 2022, 6, 24, 15, 18, 26, 880, 3098, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 33, 28, 0, 0, 26, 0, 0, 0, 0, 31, 25, 33, 34, 0, 0, 35, 0, 25, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 70.24, 6, drogue, -18.55, 61057.00, 4072.88, 2753.03, -28.32, 33.6, 0.01, 0.01, 3.87, 1, 1, 10, 32.9456151,-106.9174411, 4360.0, 2022, 6, 24, 15, 18, 26, 880, 3098, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 33, 28, 0, 0, 26, 0, 0, 0, 0, 31, 25, 33, 34, 0, 0, 35, 0, 25, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 70.34, 6, drogue, -18.02, 61033.00, 4075.90, 2756.04, -28.49, 33.6, 0.01, 0.01, 3.87, 1, 1, 10, 32.9456151,-106.9174411, 4360.0, 2022, 6, 24, 15, 18, 26, 880, 3098, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 33, 28, 0, 0, 26, 0, 0, 0, 0, 31, 25, 33, 34, 0, 0, 35, 0, 25, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 70.42, 6, drogue, -18.02, 61033.00, 4075.90, 2756.04, -28.49, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456151,-106.9174411, 4360.0, 2022, 6, 24, 15, 18, 26, 880, 3098, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 33, 28, 0, 0, 26, 0, 0, 0, 0, 31, 25, 33, 34, 0, 0, 35, 0, 25, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 70.44, 6, drogue, -16.43, 61144.00, 4061.98, 2742.12, -28.67, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456660,-106.9174360, 4329.0, 2022, 6, 24, 15, 18, 27, 884, 3069, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 35, 33, 0, 0, 25, 0, 0, 0, 0, 34, 26, 30, 30, 0, 0, 28, 0, 26, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 70.44, 6, drogue, -16.43, 61144.00, 4061.98, 2742.12, -28.67, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456660,-106.9174360, 4329.0, 2022, 6, 24, 15, 18, 27, 884, 3069, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 35, 33, 0, 0, 25, 0, 0, 0, 0, 34, 26, 30, 30, 0, 0, 28, 0, 26, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 70.44, 6, drogue, -16.43, 61144.00, 4061.98, 2742.12, -28.67, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456660,-106.9174360, 4329.0, 2022, 6, 24, 15, 18, 27, 884, 3069, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 35, 33, 0, 0, 25, 0, 0, 0, 0, 34, 26, 30, 30, 0, 0, 28, 0, 26, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 70.44, 6, drogue, -16.43, 61144.00, 4061.98, 2742.12, -28.67, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456660,-106.9174360, 4329.0, 2022, 6, 24, 15, 18, 27, 884, 3069, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 35, 33, 0, 0, 25, 0, 0, 0, 0, 34, 26, 30, 30, 0, 0, 28, 0, 26, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 70.44, 6, drogue, -16.43, 61144.00, 4061.98, 2742.12, -28.67, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456660,-106.9174360, 4329.0, 2022, 6, 24, 15, 18, 27, 884, 3069, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 35, 33, 0, 0, 25, 0, 0, 0, 0, 34, 26, 30, 30, 0, 0, 28, 0, 26, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 70.44, 6, drogue, -16.43, 61144.00, 4061.98, 2742.12, -28.67, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456660,-106.9174360, 4329.0, 2022, 6, 24, 15, 18, 27, 884, 3069, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 35, 33, 0, 0, 25, 0, 0, 0, 0, 34, 26, 30, 30, 0, 0, 28, 0, 26, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 70.54, 6, drogue, -15.90, 61136.00, 4062.98, 2743.12, -28.83, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456660,-106.9174360, 4329.0, 2022, 6, 24, 15, 18, 27, 884, 3069, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 35, 33, 0, 0, 25, 0, 0, 0, 0, 34, 26, 30, 30, 0, 0, 28, 0, 26, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 70.64, 6, drogue, -18.02, 61190.00, 4056.21, 2736.36, -28.94, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456660,-106.9174360, 4329.0, 2022, 6, 24, 15, 18, 27, 884, 3069, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 35, 33, 0, 0, 25, 0, 0, 0, 0, 34, 26, 30, 30, 0, 0, 28, 0, 26, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 70.74, 6, drogue, -18.55, 61193.00, 4055.84, 2735.98, -29.06, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9456660,-106.9174360, 4329.0, 2022, 6, 24, 15, 18, 27, 884, 3069, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 35, 33, 0, 0, 25, 0, 0, 0, 0, 34, 26, 30, 30, 0, 0, 28, 0, 26, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 70.74, 6, drogue, -18.55, 61193.00, 4055.84, 2735.98, -29.06, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9456660,-106.9174360, 4329.0, 2022, 6, 24, 15, 18, 27, 884, 3069, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 35, 33, 0, 0, 25, 0, 0, 0, 0, 34, 26, 30, 30, 0, 0, 28, 0, 26, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 70.84, 6, drogue, -18.02, 61218.00, 4052.71, 2732.85, -29.12, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9456660,-106.9174360, 4329.0, 2022, 6, 24, 15, 18, 27, 884, 3069, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 35, 33, 0, 0, 25, 0, 0, 0, 0, 34, 26, 30, 30, 0, 0, 28, 0, 26, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 70.94, 6, drogue, -16.43, 61233.00, 4050.83, 2730.98, -29.16, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9456660,-106.9174360, 4329.0, 2022, 6, 24, 15, 18, 27, 884, 3069, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 35, 33, 0, 0, 25, 0, 0, 0, 0, 34, 26, 30, 30, 0, 0, 28, 0, 26, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 71.04, 6, drogue, -16.96, 61243.00, 4049.58, 2729.72, -29.17, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9456660,-106.9174360, 4329.0, 2022, 6, 24, 15, 18, 27, 884, 3069, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 35, 33, 0, 0, 25, 0, 0, 0, 0, 34, 26, 30, 30, 0, 0, 28, 0, 26, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 71.06, 6, drogue, -16.96, 61243.00, 4049.58, 2729.72, -29.17, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456660,-106.9174360, 4329.0, 2022, 6, 24, 15, 18, 27, 884, 3069, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 35, 33, 0, 0, 25, 0, 0, 0, 0, 34, 26, 30, 30, 0, 0, 28, 0, 26, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 71.14, 6, drogue, -17.49, 61298.00, 4042.70, 2722.84, -29.19, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456660,-106.9174360, 4329.0, 2022, 6, 24, 15, 18, 27, 884, 3069, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 35, 33, 0, 0, 25, 0, 0, 0, 0, 34, 26, 30, 30, 0, 0, 28, 0, 26, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 71.24, 6, drogue, -18.02, 61334.00, 4038.20, 2718.34, -29.19, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456660,-106.9174360, 4329.0, 2022, 6, 24, 15, 18, 27, 884, 3069, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 35, 33, 0, 0, 25, 0, 0, 0, 0, 34, 26, 30, 30, 0, 0, 28, 0, 26, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 71.34, 6, drogue, -17.49, 61337.00, 4037.82, 2717.97, -29.19, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456660,-106.9174360, 4329.0, 2022, 6, 24, 15, 18, 27, 884, 3069, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 35, 33, 0, 0, 25, 0, 0, 0, 0, 34, 26, 30, 30, 0, 0, 28, 0, 26, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 71.38, 6, drogue, -17.49, 61337.00, 4037.82, 2717.97, -29.19, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9456660,-106.9174360, 4329.0, 2022, 6, 24, 15, 18, 27, 884, 3069, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 35, 33, 0, 0, 25, 0, 0, 0, 0, 34, 26, 30, 30, 0, 0, 28, 0, 26, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 71.44, 6, drogue, -15.90, 61397.00, 4030.33, 2710.47, -29.18, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 71.44, 6, drogue, -15.90, 61397.00, 4030.33, 2710.47, -29.18, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 71.44, 6, drogue, -15.90, 61397.00, 4030.33, 2710.47, -29.18, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 71.44, 6, drogue, -15.90, 61397.00, 4030.33, 2710.47, -29.18, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 71.44, 6, drogue, -15.90, 61397.00, 4030.33, 2710.47, -29.18, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 71.44, 6, drogue, -15.90, 61397.00, 4030.33, 2710.47, -29.18, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 71.54, 6, drogue, -15.37, 61395.00, 4030.58, 2710.72, -29.17, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 71.64, 6, drogue, -16.43, 61416.00, 4027.95, 2708.10, -29.20, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 71.70, 6, drogue, -16.43, 61416.00, 4027.95, 2708.10, -29.20, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 71.74, 6, drogue, -15.90, 61444.00, 4024.46, 2704.60, -29.25, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 71.84, 6, drogue, -14.84, 61449.00, 4023.84, 2703.98, -29.31, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 71.94, 6, drogue, -14.84, 61453.00, 4023.34, 2703.48, -29.34, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 72.02, 6, drogue, -14.84, 61453.00, 4023.34, 2703.48, -29.34, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 72.04, 6, drogue, -15.90, 61426.00, 4026.71, 2706.85, -29.39, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 72.14, 6, drogue, -18.55, 61460.00, 4022.46, 2702.61, -29.48, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 72.24, 6, drogue, -18.02, 61490.00, 4018.72, 2698.86, -29.63, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 72.34, 6, drogue, -16.96, 61584.00, 4007.00, 2687.15, -29.77, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 72.34, 6, drogue, -16.96, 61584.00, 4007.00, 2687.15, -29.77, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 72.44, 6, drogue, -15.37, 61623.00, 4002.14, 2682.29, -29.96, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 72.45, 6, drogue, -15.37, 61623.00, 4002.14, 2682.29, -29.96, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 72.45, 6, drogue, -15.37, 61623.00, 4002.14, 2682.29, -29.96, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 72.45, 6, drogue, -15.37, 61623.00, 4002.14, 2682.29, -29.96, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 72.45, 6, drogue, -15.37, 61623.00, 4002.14, 2682.29, -29.96, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 72.45, 6, drogue, -15.37, 61623.00, 4002.14, 2682.29, -29.96, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457247,-106.9174076, 4297.0, 2022, 6, 24, 15, 18, 28, 887, 3039, 321, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 32, 0, 0, 24, 0, 0, 0, 0, 31, 34, 24, 27, 0, 0, 28, 0, 25, 23, 0, 0, 0, 32, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 72.54, 6, drogue, -16.43, 61638.00, 4000.28, 2680.42, -30.11, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457892,-106.9173763, 4266.0, 2022, 6, 24, 15, 18, 29, 891, 3011, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 30, 0, 0, 0, 0, 32, 32, 31, 32, 0, 0, 33, 0, 31, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 72.64, 6, drogue, -16.96, 61663.00, 3997.17, 2677.31, -30.24, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457892,-106.9173763, 4266.0, 2022, 6, 24, 15, 18, 29, 891, 3011, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 30, 0, 0, 0, 0, 32, 32, 31, 32, 0, 0, 33, 0, 31, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 72.66, 6, drogue, -16.96, 61663.00, 3997.17, 2677.31, -30.24, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457892,-106.9173763, 4266.0, 2022, 6, 24, 15, 18, 29, 891, 3011, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 30, 0, 0, 0, 0, 32, 32, 31, 32, 0, 0, 33, 0, 31, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 72.74, 6, drogue, -19.08, 61660.00, 3997.54, 2677.68, -30.31, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457892,-106.9173763, 4266.0, 2022, 6, 24, 15, 18, 29, 891, 3011, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 30, 0, 0, 0, 0, 32, 32, 31, 32, 0, 0, 33, 0, 31, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 72.84, 6, drogue, -16.96, 61682.00, 3994.80, 2674.95, -30.35, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457892,-106.9173763, 4266.0, 2022, 6, 24, 15, 18, 29, 891, 3011, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 30, 0, 0, 0, 0, 32, 32, 31, 32, 0, 0, 33, 0, 31, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 72.94, 6, drogue, -16.43, 61685.00, 3994.43, 2674.57, -30.34, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457892,-106.9173763, 4266.0, 2022, 6, 24, 15, 18, 29, 891, 3011, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 30, 0, 0, 0, 0, 32, 32, 31, 32, 0, 0, 33, 0, 31, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 72.98, 6, drogue, -16.43, 61685.00, 3994.43, 2674.57, -30.34, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9457892,-106.9173763, 4266.0, 2022, 6, 24, 15, 18, 29, 891, 3011, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 30, 0, 0, 0, 0, 32, 32, 31, 32, 0, 0, 33, 0, 31, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 73.04, 6, drogue, -16.96, 61688.00, 3994.05, 2674.20, -30.31, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9457892,-106.9173763, 4266.0, 2022, 6, 24, 15, 18, 29, 891, 3011, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 30, 0, 0, 0, 0, 32, 32, 31, 32, 0, 0, 33, 0, 31, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 73.14, 6, drogue, -17.49, 61753.00, 3985.97, 2666.12, -30.26, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9457892,-106.9173763, 4266.0, 2022, 6, 24, 15, 18, 29, 891, 3011, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 30, 0, 0, 0, 0, 32, 32, 31, 32, 0, 0, 33, 0, 31, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 73.24, 6, drogue, -16.96, 61791.00, 3981.25, 2661.39, -30.17, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9457892,-106.9173763, 4266.0, 2022, 6, 24, 15, 18, 29, 891, 3011, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 30, 0, 0, 0, 0, 32, 32, 31, 32, 0, 0, 33, 0, 31, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 73.30, 6, drogue, -16.96, 61791.00, 3981.25, 2661.39, -30.17, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457892,-106.9173763, 4266.0, 2022, 6, 24, 15, 18, 29, 891, 3011, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 30, 0, 0, 0, 0, 32, 32, 31, 32, 0, 0, 33, 0, 31, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 73.34, 6, drogue, -17.49, 61842.00, 3974.92, 2655.06, -30.05, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9457892,-106.9173763, 4266.0, 2022, 6, 24, 15, 18, 29, 891, 3011, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 30, 0, 0, 0, 0, 32, 32, 31, 32, 0, 0, 33, 0, 31, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 73.44, 6, drogue, -17.49, 61851.00, 3973.80, 2653.94, -29.89, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9458577,-106.9173691, 4235.0, 2022, 6, 24, 15, 18, 30, 897, 2983, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 29, 30, 0, 0, 30, 0, 0, 0, 0, 28, 33, 31, 32, 0, 0, 30, 0, 26, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 73.44, 6, drogue, -17.49, 61851.00, 3973.80, 2653.94, -29.89, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9458577,-106.9173691, 4235.0, 2022, 6, 24, 15, 18, 30, 897, 2983, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 29, 30, 0, 0, 30, 0, 0, 0, 0, 28, 33, 31, 32, 0, 0, 30, 0, 26, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 73.44, 6, drogue, -17.49, 61851.00, 3973.80, 2653.94, -29.89, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9458577,-106.9173691, 4235.0, 2022, 6, 24, 15, 18, 30, 897, 2983, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 29, 30, 0, 0, 30, 0, 0, 0, 0, 28, 33, 31, 32, 0, 0, 30, 0, 26, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 73.44, 6, drogue, -17.49, 61851.00, 3973.80, 2653.94, -29.89, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9458577,-106.9173691, 4235.0, 2022, 6, 24, 15, 18, 30, 897, 2983, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 29, 30, 0, 0, 30, 0, 0, 0, 0, 28, 33, 31, 32, 0, 0, 30, 0, 26, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 73.44, 6, drogue, -17.49, 61851.00, 3973.80, 2653.94, -29.89, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9458577,-106.9173691, 4235.0, 2022, 6, 24, 15, 18, 30, 897, 2983, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 29, 30, 0, 0, 30, 0, 0, 0, 0, 28, 33, 31, 32, 0, 0, 30, 0, 26, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 73.44, 6, drogue, -17.49, 61851.00, 3973.80, 2653.94, -29.89, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9458577,-106.9173691, 4235.0, 2022, 6, 24, 15, 18, 30, 897, 2983, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 29, 30, 0, 0, 30, 0, 0, 0, 0, 28, 33, 31, 32, 0, 0, 30, 0, 26, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 73.54, 6, drogue, -18.02, 61879.00, 3970.32, 2650.47, -29.72, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9458577,-106.9173691, 4235.0, 2022, 6, 24, 15, 18, 30, 897, 2983, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 29, 30, 0, 0, 30, 0, 0, 0, 0, 28, 33, 31, 32, 0, 0, 30, 0, 26, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 73.62, 6, drogue, -18.02, 61879.00, 3970.32, 2650.47, -29.72, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9458577,-106.9173691, 4235.0, 2022, 6, 24, 15, 18, 30, 897, 2983, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 29, 30, 0, 0, 30, 0, 0, 0, 0, 28, 33, 31, 32, 0, 0, 30, 0, 26, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 73.64, 6, drogue, -18.02, 61905.00, 3967.10, 2647.24, -29.54, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9458577,-106.9173691, 4235.0, 2022, 6, 24, 15, 18, 30, 897, 2983, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 29, 30, 0, 0, 30, 0, 0, 0, 0, 28, 33, 31, 32, 0, 0, 30, 0, 26, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 73.74, 6, drogue, -16.96, 61927.00, 3964.37, 2644.51, -29.38, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9458577,-106.9173691, 4235.0, 2022, 6, 24, 15, 18, 30, 897, 2983, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 29, 30, 0, 0, 30, 0, 0, 0, 0, 28, 33, 31, 32, 0, 0, 30, 0, 26, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 73.84, 6, drogue, -17.49, 61932.00, 3963.75, 2643.89, -29.25, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9458577,-106.9173691, 4235.0, 2022, 6, 24, 15, 18, 30, 897, 2983, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 29, 30, 0, 0, 30, 0, 0, 0, 0, 28, 33, 31, 32, 0, 0, 30, 0, 26, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 73.94, 6, drogue, -18.02, 61940.00, 3962.76, 2642.90, -29.12, 33.6, 0.01, 0.00, 3.86, 1, 1, 10, 32.9458577,-106.9173691, 4235.0, 2022, 6, 24, 15, 18, 30, 897, 2983, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 29, 30, 0, 0, 30, 0, 0, 0, 0, 28, 33, 31, 32, 0, 0, 30, 0, 26, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 73.94, 6, drogue, -18.02, 61940.00, 3962.76, 2642.90, -29.12, 33.6, 0.01, 0.00, 3.86, 1, 1, 10, 32.9458577,-106.9173691, 4235.0, 2022, 6, 24, 15, 18, 30, 897, 2983, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 29, 30, 0, 0, 30, 0, 0, 0, 0, 28, 33, 31, 32, 0, 0, 30, 0, 26, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 74.04, 6, drogue, -19.61, 61943.00, 3962.38, 2642.53, -29.00, 33.5, 0.01, 0.00, 3.86, 1, 1, 10, 32.9458577,-106.9173691, 4235.0, 2022, 6, 24, 15, 18, 30, 897, 2983, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 29, 30, 0, 0, 30, 0, 0, 0, 0, 28, 33, 31, 32, 0, 0, 30, 0, 26, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 74.14, 6, drogue, -19.61, 62005.00, 3954.70, 2634.84, -28.93, 33.6, 0.01, 0.00, 3.86, 1, 1, 10, 32.9458577,-106.9173691, 4235.0, 2022, 6, 24, 15, 18, 30, 897, 2983, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 29, 30, 0, 0, 30, 0, 0, 0, 0, 28, 33, 31, 32, 0, 0, 30, 0, 26, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 74.24, 6, drogue, -20.14, 62035.00, 3950.98, 2631.13, -28.90, 33.6, 0.01, 0.00, 3.86, 1, 1, 10, 32.9458577,-106.9173691, 4235.0, 2022, 6, 24, 15, 18, 30, 897, 2983, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 29, 30, 0, 0, 30, 0, 0, 0, 0, 28, 33, 31, 32, 0, 0, 30, 0, 26, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 74.26, 6, drogue, -20.14, 62035.00, 3950.98, 2631.13, -28.90, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9458577,-106.9173691, 4235.0, 2022, 6, 24, 15, 18, 30, 897, 2983, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 29, 30, 0, 0, 30, 0, 0, 0, 0, 28, 33, 31, 32, 0, 0, 30, 0, 26, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 74.34, 6, drogue, -20.14, 62064.00, 3947.39, 2627.54, -28.98, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9458577,-106.9173691, 4235.0, 2022, 6, 24, 15, 18, 30, 897, 2983, 322, 73, 1.4,2147483647.0,2147483647.0, 0, 29, 30, 0, 0, 30, 0, 0, 0, 0, 28, 33, 31, 32, 0, 0, 30, 0, 26, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 74.44, 6, drogue, -20.14, 62063.00, 3947.52, 2627.66, -29.06, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 74.44, 6, drogue, -20.14, 62063.00, 3947.52, 2627.66, -29.06, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 74.44, 6, drogue, -20.14, 62063.00, 3947.52, 2627.66, -29.06, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 74.44, 6, drogue, -20.14, 62063.00, 3947.52, 2627.66, -29.06, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 74.44, 6, drogue, -20.14, 62063.00, 3947.52, 2627.66, -29.06, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 74.44, 6, drogue, -20.14, 62063.00, 3947.52, 2627.66, -29.06, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 74.54, 6, drogue, -20.14, 62100.00, 3942.94, 2623.08, -29.15, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 74.58, 6, drogue, -20.14, 62100.00, 3942.94, 2623.08, -29.15, 33.6, 0.00, 0.01, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 74.64, 6, drogue, -19.08, 62088.00, 3944.42, 2624.57, -29.26, 33.6, 0.00, 0.01, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 74.74, 6, drogue, -17.49, 62113.00, 3941.33, 2621.47, -29.36, 33.6, 0.00, 0.01, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 74.84, 6, drogue, -17.49, 62145.00, 3937.37, 2617.51, -29.50, 33.6, 0.00, 0.01, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 74.90, 6, drogue, -17.49, 62145.00, 3937.37, 2617.51, -29.50, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 74.94, 6, drogue, -16.43, 62179.00, 3933.17, 2613.31, -29.63, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 75.04, 6, drogue, -16.43, 62218.00, 3928.35, 2608.49, -29.72, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 75.14, 6, drogue, -14.84, 62235.00, 3926.25, 2606.39, -29.84, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 75.22, 6, drogue, -14.84, 62235.00, 3926.25, 2606.39, -29.84, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 75.24, 6, drogue, -14.31, 62251.00, 3924.27, 2604.41, -29.92, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 75.34, 6, drogue, -18.02, 62291.00, 3919.33, 2599.48, -29.96, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 75.43, 6, drogue, -18.02, 62291.00, 3919.33, 2599.48, -29.96, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 75.43, 6, drogue, -18.02, 62291.00, 3919.33, 2599.48, -29.96, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 75.43, 6, drogue, -18.02, 62291.00, 3919.33, 2599.48, -29.96, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 75.43, 6, drogue, -18.02, 62291.00, 3919.33, 2599.48, -29.96, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 75.43, 6, drogue, -18.02, 62291.00, 3919.33, 2599.48, -29.96, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9459314,-106.9173876, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2956, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 24, 30, 0, 0, 24, 0, 0, 0, 0, 28, 33, 30, 30, 0, 0, 33, 0, 26, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 75.44, 6, drogue, -16.96, 62278.00, 3920.94, 2601.08, -29.94, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9460036,-106.9174029, 4173.0, 2022, 6, 24, 15, 18, 32, 911, 2928, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 25, 0, 0, 0, 0, 28, 32, 30, 30, 0, 0, 35, 0, 27, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 75.54, 6, drogue, -16.43, 62327.00, 3914.89, 2595.03, -29.91, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460036,-106.9174029, 4173.0, 2022, 6, 24, 15, 18, 32, 911, 2928, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 25, 0, 0, 0, 0, 28, 32, 30, 30, 0, 0, 35, 0, 27, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 75.54, 6, drogue, -16.43, 62327.00, 3914.89, 2595.03, -29.91, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460036,-106.9174029, 4173.0, 2022, 6, 24, 15, 18, 32, 911, 2928, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 25, 0, 0, 0, 0, 28, 32, 30, 30, 0, 0, 35, 0, 27, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 75.64, 6, drogue, -16.43, 62358.00, 3911.06, 2591.21, -29.83, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460036,-106.9174029, 4173.0, 2022, 6, 24, 15, 18, 32, 911, 2928, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 25, 0, 0, 0, 0, 28, 32, 30, 30, 0, 0, 35, 0, 27, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 75.74, 6, drogue, -16.43, 62392.00, 3906.87, 2587.02, -29.72, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460036,-106.9174029, 4173.0, 2022, 6, 24, 15, 18, 32, 911, 2928, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 25, 0, 0, 0, 0, 28, 32, 30, 30, 0, 0, 35, 0, 27, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 75.84, 6, drogue, -17.49, 62453.00, 3899.36, 2579.50, -29.55, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460036,-106.9174029, 4173.0, 2022, 6, 24, 15, 18, 32, 911, 2928, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 25, 0, 0, 0, 0, 28, 32, 30, 30, 0, 0, 35, 0, 27, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 75.86, 6, drogue, -17.49, 62453.00, 3899.36, 2579.50, -29.55, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460036,-106.9174029, 4173.0, 2022, 6, 24, 15, 18, 32, 911, 2928, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 25, 0, 0, 0, 0, 28, 32, 30, 30, 0, 0, 35, 0, 27, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 75.94, 6, drogue, -17.49, 62437.00, 3901.33, 2581.47, -29.35, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460036,-106.9174029, 4173.0, 2022, 6, 24, 15, 18, 32, 911, 2928, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 25, 0, 0, 0, 0, 28, 32, 30, 30, 0, 0, 35, 0, 27, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 76.04, 6, drogue, -18.55, 62458.00, 3898.74, 2578.88, -29.18, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460036,-106.9174029, 4173.0, 2022, 6, 24, 15, 18, 32, 911, 2928, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 25, 0, 0, 0, 0, 28, 32, 30, 30, 0, 0, 35, 0, 27, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 76.14, 6, drogue, -19.61, 62475.00, 3896.65, 2576.79, -29.02, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460036,-106.9174029, 4173.0, 2022, 6, 24, 15, 18, 32, 911, 2928, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 25, 0, 0, 0, 0, 28, 32, 30, 30, 0, 0, 35, 0, 27, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 76.18, 6, drogue, -19.61, 62475.00, 3896.65, 2576.79, -29.02, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460036,-106.9174029, 4173.0, 2022, 6, 24, 15, 18, 32, 911, 2928, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 25, 0, 0, 0, 0, 28, 32, 30, 30, 0, 0, 35, 0, 27, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 76.24, 6, drogue, -20.14, 62482.00, 3895.78, 2575.93, -28.89, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460036,-106.9174029, 4173.0, 2022, 6, 24, 15, 18, 32, 911, 2928, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 25, 0, 0, 0, 0, 28, 32, 30, 30, 0, 0, 35, 0, 27, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 76.34, 6, drogue, -19.08, 62539.00, 3888.77, 2568.91, -28.78, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460036,-106.9174029, 4173.0, 2022, 6, 24, 15, 18, 32, 911, 2928, 322, 72, 1.4,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 25, 0, 0, 0, 0, 28, 32, 30, 30, 0, 0, 35, 0, 27, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 76.44, 6, drogue, -19.61, 62539.00, 3888.77, 2568.91, -28.67, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460726,-106.9174005, 4142.0, 2022, 6, 24, 15, 18, 33, 917, 2901, 323, 72, 1.4,2147483647.0,2147483647.0, 0, 35, 28, 0, 0, 30, 0, 0, 0, 0, 34, 31, 31, 23, 0, 0, 31, 0, 27, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 76.44, 6, drogue, -19.61, 62539.00, 3888.77, 2568.91, -28.67, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460726,-106.9174005, 4142.0, 2022, 6, 24, 15, 18, 33, 917, 2901, 323, 72, 1.4,2147483647.0,2147483647.0, 0, 35, 28, 0, 0, 30, 0, 0, 0, 0, 34, 31, 31, 23, 0, 0, 31, 0, 27, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 76.44, 6, drogue, -19.61, 62539.00, 3888.77, 2568.91, -28.67, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460726,-106.9174005, 4142.0, 2022, 6, 24, 15, 18, 33, 917, 2901, 323, 72, 1.4,2147483647.0,2147483647.0, 0, 35, 28, 0, 0, 30, 0, 0, 0, 0, 34, 31, 31, 23, 0, 0, 31, 0, 27, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 76.44, 6, drogue, -19.61, 62539.00, 3888.77, 2568.91, -28.67, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460726,-106.9174005, 4142.0, 2022, 6, 24, 15, 18, 33, 917, 2901, 323, 72, 1.4,2147483647.0,2147483647.0, 0, 35, 28, 0, 0, 30, 0, 0, 0, 0, 34, 31, 31, 23, 0, 0, 31, 0, 27, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 76.44, 6, drogue, -19.61, 62539.00, 3888.77, 2568.91, -28.67, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460726,-106.9174005, 4142.0, 2022, 6, 24, 15, 18, 33, 917, 2901, 323, 72, 1.4,2147483647.0,2147483647.0, 0, 35, 28, 0, 0, 30, 0, 0, 0, 0, 34, 31, 31, 23, 0, 0, 31, 0, 27, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 76.44, 6, drogue, -19.61, 62539.00, 3888.77, 2568.91, -28.67, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460726,-106.9174005, 4142.0, 2022, 6, 24, 15, 18, 33, 917, 2901, 323, 72, 1.4,2147483647.0,2147483647.0, 0, 35, 28, 0, 0, 30, 0, 0, 0, 0, 34, 31, 31, 23, 0, 0, 31, 0, 27, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 76.50, 6, drogue, -19.61, 62539.00, 3888.77, 2568.91, -28.67, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460726,-106.9174005, 4142.0, 2022, 6, 24, 15, 18, 33, 917, 2901, 323, 72, 1.4,2147483647.0,2147483647.0, 0, 35, 28, 0, 0, 30, 0, 0, 0, 0, 34, 31, 31, 23, 0, 0, 31, 0, 27, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 76.54, 6, drogue, -18.55, 62578.00, 3883.97, 2564.12, -28.56, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460726,-106.9174005, 4142.0, 2022, 6, 24, 15, 18, 33, 917, 2901, 323, 72, 1.4,2147483647.0,2147483647.0, 0, 35, 28, 0, 0, 30, 0, 0, 0, 0, 34, 31, 31, 23, 0, 0, 31, 0, 27, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 76.64, 6, drogue, -17.49, 62599.00, 3881.39, 2561.53, -28.41, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460726,-106.9174005, 4142.0, 2022, 6, 24, 15, 18, 33, 917, 2901, 323, 72, 1.4,2147483647.0,2147483647.0, 0, 35, 28, 0, 0, 30, 0, 0, 0, 0, 34, 31, 31, 23, 0, 0, 31, 0, 27, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 76.74, 6, drogue, -17.49, 62624.00, 3878.32, 2558.46, -28.28, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9460726,-106.9174005, 4142.0, 2022, 6, 24, 15, 18, 33, 917, 2901, 323, 72, 1.4,2147483647.0,2147483647.0, 0, 35, 28, 0, 0, 30, 0, 0, 0, 0, 34, 31, 31, 23, 0, 0, 31, 0, 27, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 76.82, 6, drogue, -17.49, 62624.00, 3878.32, 2558.46, -28.28, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9460726,-106.9174005, 4142.0, 2022, 6, 24, 15, 18, 33, 917, 2901, 323, 72, 1.4,2147483647.0,2147483647.0, 0, 35, 28, 0, 0, 30, 0, 0, 0, 0, 34, 31, 31, 23, 0, 0, 31, 0, 27, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 76.84, 6, drogue, -19.61, 62687.00, 3870.58, 2550.72, -28.21, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9460726,-106.9174005, 4142.0, 2022, 6, 24, 15, 18, 33, 917, 2901, 323, 72, 1.4,2147483647.0,2147483647.0, 0, 35, 28, 0, 0, 30, 0, 0, 0, 0, 34, 31, 31, 23, 0, 0, 31, 0, 27, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 76.94, 6, drogue, -21.73, 62675.00, 3872.05, 2552.19, -28.18, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9460726,-106.9174005, 4142.0, 2022, 6, 24, 15, 18, 33, 917, 2901, 323, 72, 1.4,2147483647.0,2147483647.0, 0, 35, 28, 0, 0, 30, 0, 0, 0, 0, 34, 31, 31, 23, 0, 0, 31, 0, 27, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 77.04, 6, drogue, -19.61, 62675.00, 3872.05, 2552.19, -28.16, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9460726,-106.9174005, 4142.0, 2022, 6, 24, 15, 18, 33, 917, 2901, 323, 72, 1.4,2147483647.0,2147483647.0, 0, 35, 28, 0, 0, 30, 0, 0, 0, 0, 34, 31, 31, 23, 0, 0, 31, 0, 27, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 77.14, 6, drogue, -17.49, 62693.00, 3869.84, 2549.98, -28.18, 33.5, 0.01, 0.00, 3.86, 1, 1, 10, 32.9460726,-106.9174005, 4142.0, 2022, 6, 24, 15, 18, 33, 917, 2901, 323, 72, 1.4,2147483647.0,2147483647.0, 0, 35, 28, 0, 0, 30, 0, 0, 0, 0, 34, 31, 31, 23, 0, 0, 31, 0, 27, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 77.14, 6, drogue, -17.49, 62693.00, 3869.84, 2549.98, -28.18, 33.5, 0.01, 0.00, 3.86, 1, 1, 10, 32.9460726,-106.9174005, 4142.0, 2022, 6, 24, 15, 18, 33, 917, 2901, 323, 72, 1.4,2147483647.0,2147483647.0, 0, 35, 28, 0, 0, 30, 0, 0, 0, 0, 34, 31, 31, 23, 0, 0, 31, 0, 27, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 77.24, 6, drogue, -19.08, 62704.00, 3868.49, 2548.63, -28.20, 33.6, 0.01, 0.00, 3.86, 1, 1, 10, 32.9460726,-106.9174005, 4142.0, 2022, 6, 24, 15, 18, 33, 917, 2901, 323, 72, 1.4,2147483647.0,2147483647.0, 0, 35, 28, 0, 0, 30, 0, 0, 0, 0, 34, 31, 31, 23, 0, 0, 31, 0, 27, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 77.34, 6, drogue, -18.02, 62709.00, 3867.88, 2548.02, -28.26, 33.5, 0.01, 0.00, 3.86, 1, 1, 10, 32.9460726,-106.9174005, 4142.0, 2022, 6, 24, 15, 18, 33, 917, 2901, 323, 72, 1.4,2147483647.0,2147483647.0, 0, 35, 28, 0, 0, 30, 0, 0, 0, 0, 34, 31, 31, 23, 0, 0, 31, 0, 27, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 77.44, 6, drogue, -18.55, 62741.00, 3863.95, 2544.09, -28.31, 33.5, 0.01, 0.00, 3.86, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 77.44, 6, drogue, -18.55, 62741.00, 3863.95, 2544.09, -28.31, 33.5, 0.01, 0.00, 3.86, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 77.44, 6, drogue, -18.55, 62741.00, 3863.95, 2544.09, -28.31, 33.5, 0.01, 0.00, 3.86, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 77.44, 6, drogue, -18.55, 62741.00, 3863.95, 2544.09, -28.31, 33.5, 0.01, 0.00, 3.86, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 77.44, 6, drogue, -18.55, 62741.00, 3863.95, 2544.09, -28.31, 33.5, 0.01, 0.00, 3.86, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 77.44, 6, drogue, -18.55, 62741.00, 3863.95, 2544.09, -28.31, 33.5, 0.01, 0.00, 3.86, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 77.46, 6, drogue, -18.55, 62741.00, 3863.95, 2544.09, -28.31, 33.5, 0.00, 0.01, 3.87, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 77.54, 6, drogue, -16.96, 62804.00, 3856.22, 2536.36, -28.38, 33.5, 0.00, 0.01, 3.87, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 77.64, 6, drogue, -14.31, 62825.00, 3853.64, 2533.79, -28.45, 33.5, 0.00, 0.01, 3.87, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 77.74, 6, drogue, -16.43, 62849.00, 3850.70, 2530.85, -28.56, 33.5, 0.00, 0.01, 3.87, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 77.78, 6, drogue, -16.43, 62849.00, 3850.70, 2530.85, -28.56, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 77.84, 6, drogue, -15.90, 62861.00, 3849.23, 2529.38, -28.65, 33.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 77.94, 6, drogue, -15.37, 62886.00, 3846.17, 2526.31, -28.71, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 78.04, 6, drogue, -15.90, 62961.00, 3836.99, 2517.13, -28.74, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 78.10, 6, drogue, -15.90, 62961.00, 3836.99, 2517.13, -28.74, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 78.14, 6, drogue, -18.55, 62967.00, 3836.25, 2516.40, -28.74, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 78.24, 6, drogue, -20.14, 63000.00, 3832.22, 2512.36, -28.74, 33.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 78.34, 6, drogue, -21.20, 63018.00, 3830.02, 2510.16, -28.77, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 78.42, 6, drogue, -21.20, 63018.00, 3830.02, 2510.16, -28.77, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 78.44, 6, drogue, -17.49, 63028.00, 3828.79, 2508.94, -28.76, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 78.44, 6, drogue, -17.49, 63028.00, 3828.79, 2508.94, -28.76, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 78.44, 6, drogue, -17.49, 63028.00, 3828.79, 2508.94, -28.76, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 78.44, 6, drogue, -17.49, 63028.00, 3828.79, 2508.94, -28.76, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 78.44, 6, drogue, -17.49, 63028.00, 3828.79, 2508.94, -28.76, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 78.44, 6, drogue, -17.49, 63028.00, 3828.79, 2508.94, -28.76, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9461479,-106.9173844, 4110.0, 2022, 6, 24, 15, 18, 34, 923, 2872, 323, 71, 1.4,2147483647.0,2147483647.0, 0, 23, 28, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 30, 0, 0, 24, 0, 26, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 78.54, 6, drogue, -15.90, 63005.00, 3831.61, 2511.75, -28.78, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9462282,-106.9173580, 4080.0, 2022, 6, 24, 15, 18, 35, 929, 2846, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 30, 0, 0, 26, 0, 25, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 78.64, 6, drogue, -16.96, 62992.00, 3833.20, 2513.34, -28.79, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9462282,-106.9173580, 4080.0, 2022, 6, 24, 15, 18, 35, 929, 2846, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 30, 0, 0, 26, 0, 25, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 78.74, 6, drogue, -16.43, 63021.00, 3829.65, 2509.79, -28.73, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9462282,-106.9173580, 4080.0, 2022, 6, 24, 15, 18, 35, 929, 2846, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 30, 0, 0, 26, 0, 25, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 78.74, 6, drogue, -16.43, 63021.00, 3829.65, 2509.79, -28.73, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9462282,-106.9173580, 4080.0, 2022, 6, 24, 15, 18, 35, 929, 2846, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 30, 0, 0, 26, 0, 25, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 78.84, 6, drogue, -14.84, 63092.00, 3820.97, 2501.12, -28.62, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9462282,-106.9173580, 4080.0, 2022, 6, 24, 15, 18, 35, 929, 2846, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 30, 0, 0, 26, 0, 25, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 78.94, 6, drogue, -13.78, 63133.00, 3815.96, 2496.11, -28.46, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9462282,-106.9173580, 4080.0, 2022, 6, 24, 15, 18, 35, 929, 2846, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 30, 0, 0, 26, 0, 25, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 79.04, 6, drogue, -12.72, 63144.00, 3814.62, 2494.77, -28.22, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9462282,-106.9173580, 4080.0, 2022, 6, 24, 15, 18, 35, 929, 2846, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 30, 0, 0, 26, 0, 25, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 79.06, 6, drogue, -12.72, 63144.00, 3814.62, 2494.77, -28.22, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9462282,-106.9173580, 4080.0, 2022, 6, 24, 15, 18, 35, 929, 2846, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 30, 0, 0, 26, 0, 25, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 79.14, 6, drogue, -14.31, 63198.00, 3808.03, 2488.17, -27.96, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9462282,-106.9173580, 4080.0, 2022, 6, 24, 15, 18, 35, 929, 2846, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 30, 0, 0, 26, 0, 25, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 79.24, 6, drogue, -15.90, 63213.00, 3806.20, 2486.35, -27.66, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9462282,-106.9173580, 4080.0, 2022, 6, 24, 15, 18, 35, 929, 2846, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 30, 0, 0, 26, 0, 25, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 79.34, 6, drogue, -16.96, 63250.00, 3801.69, 2481.83, -27.34, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9462282,-106.9173580, 4080.0, 2022, 6, 24, 15, 18, 35, 929, 2846, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 30, 0, 0, 26, 0, 25, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 79.38, 6, drogue, -16.96, 63250.00, 3801.69, 2481.83, -27.34, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9462282,-106.9173580, 4080.0, 2022, 6, 24, 15, 18, 35, 929, 2846, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 30, 0, 0, 26, 0, 25, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 79.44, 6, drogue, -16.96, 63269.00, 3799.37, 2479.52, -27.04, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9463064,-106.9173209, 4050.0, 2022, 6, 24, 15, 18, 36, 934, 2819, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 28, 0, 0, 0, 0, 26, 31, 29, 25, 0, 0, 26, 0, 30, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 79.44, 6, drogue, -16.96, 63269.00, 3799.37, 2479.52, -27.04, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9463064,-106.9173209, 4050.0, 2022, 6, 24, 15, 18, 36, 934, 2819, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 28, 0, 0, 0, 0, 26, 31, 29, 25, 0, 0, 26, 0, 30, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 79.44, 6, drogue, -16.96, 63269.00, 3799.37, 2479.52, -27.04, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9463064,-106.9173209, 4050.0, 2022, 6, 24, 15, 18, 36, 934, 2819, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 28, 0, 0, 0, 0, 26, 31, 29, 25, 0, 0, 26, 0, 30, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 79.44, 6, drogue, -16.96, 63269.00, 3799.37, 2479.52, -27.04, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9463064,-106.9173209, 4050.0, 2022, 6, 24, 15, 18, 36, 934, 2819, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 28, 0, 0, 0, 0, 26, 31, 29, 25, 0, 0, 26, 0, 30, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 79.44, 6, drogue, -16.96, 63269.00, 3799.37, 2479.52, -27.04, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9463064,-106.9173209, 4050.0, 2022, 6, 24, 15, 18, 36, 934, 2819, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 28, 0, 0, 0, 0, 26, 31, 29, 25, 0, 0, 26, 0, 30, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 79.44, 6, drogue, -16.96, 63269.00, 3799.37, 2479.52, -27.04, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9463064,-106.9173209, 4050.0, 2022, 6, 24, 15, 18, 36, 934, 2819, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 28, 0, 0, 0, 0, 26, 31, 29, 25, 0, 0, 26, 0, 30, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 79.54, 6, drogue, -18.55, 63274.00, 3798.76, 2478.91, -26.78, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9463064,-106.9173209, 4050.0, 2022, 6, 24, 15, 18, 36, 934, 2819, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 28, 0, 0, 0, 0, 26, 31, 29, 25, 0, 0, 26, 0, 30, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 79.64, 6, drogue, -21.73, 63291.00, 3796.69, 2476.84, -26.52, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9463064,-106.9173209, 4050.0, 2022, 6, 24, 15, 18, 36, 934, 2819, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 28, 0, 0, 0, 0, 26, 31, 29, 25, 0, 0, 26, 0, 30, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 79.70, 6, drogue, -21.73, 63291.00, 3796.69, 2476.84, -26.52, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463064,-106.9173209, 4050.0, 2022, 6, 24, 15, 18, 36, 934, 2819, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 28, 0, 0, 0, 0, 26, 31, 29, 25, 0, 0, 26, 0, 30, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 79.74, 6, drogue, -20.14, 63349.00, 3789.63, 2469.77, -26.29, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463064,-106.9173209, 4050.0, 2022, 6, 24, 15, 18, 36, 934, 2819, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 28, 0, 0, 0, 0, 26, 31, 29, 25, 0, 0, 26, 0, 30, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 79.84, 6, drogue, -19.08, 63332.00, 3791.70, 2471.84, -26.12, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463064,-106.9173209, 4050.0, 2022, 6, 24, 15, 18, 36, 934, 2819, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 28, 0, 0, 0, 0, 26, 31, 29, 25, 0, 0, 26, 0, 30, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 79.94, 6, drogue, -19.61, 63348.00, 3789.75, 2469.89, -25.95, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463064,-106.9173209, 4050.0, 2022, 6, 24, 15, 18, 36, 934, 2819, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 28, 0, 0, 0, 0, 26, 31, 29, 25, 0, 0, 26, 0, 30, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 80.02, 6, drogue, -19.61, 63348.00, 3789.75, 2469.89, -25.95, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463064,-106.9173209, 4050.0, 2022, 6, 24, 15, 18, 36, 934, 2819, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 28, 0, 0, 0, 0, 26, 31, 29, 25, 0, 0, 26, 0, 30, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 80.04, 6, drogue, -19.61, 63361.00, 3788.17, 2468.31, -25.84, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463064,-106.9173209, 4050.0, 2022, 6, 24, 15, 18, 36, 934, 2819, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 28, 0, 0, 0, 0, 26, 31, 29, 25, 0, 0, 26, 0, 30, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 80.14, 6, drogue, -19.08, 63369.00, 3787.19, 2467.34, -25.70, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463064,-106.9173209, 4050.0, 2022, 6, 24, 15, 18, 36, 934, 2819, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 28, 0, 0, 0, 0, 26, 31, 29, 25, 0, 0, 26, 0, 30, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 80.24, 6, drogue, -15.90, 63432.00, 3779.53, 2459.67, -25.62, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463064,-106.9173209, 4050.0, 2022, 6, 24, 15, 18, 36, 934, 2819, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 28, 0, 0, 0, 0, 26, 31, 29, 25, 0, 0, 26, 0, 30, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 80.34, 6, drogue, -17.49, 63467.00, 3775.27, 2455.41, -25.55, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463064,-106.9173209, 4050.0, 2022, 6, 24, 15, 18, 36, 934, 2819, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 28, 0, 0, 0, 0, 26, 31, 29, 25, 0, 0, 26, 0, 30, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 80.34, 6, drogue, -17.49, 63467.00, 3775.27, 2455.41, -25.55, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463064,-106.9173209, 4050.0, 2022, 6, 24, 15, 18, 36, 934, 2819, 324, 71, 1.4,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 28, 0, 0, 0, 0, 26, 31, 29, 25, 0, 0, 26, 0, 30, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 80.44, 6, drogue, -21.20, 63478.00, 3773.93, 2454.08, -25.52, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463831,-106.9172909, 4019.0, 2022, 6, 24, 15, 18, 37, 939, 2792, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 29, 0, 0, 0, 0, 33, 31, 30, 31, 0, 0, 32, 0, 23, 27, 0, 0, 0, 18, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 80.44, 6, drogue, -21.20, 63478.00, 3773.93, 2454.08, -25.52, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463831,-106.9172909, 4019.0, 2022, 6, 24, 15, 18, 37, 939, 2792, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 29, 0, 0, 0, 0, 33, 31, 30, 31, 0, 0, 32, 0, 23, 27, 0, 0, 0, 18, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 80.44, 6, drogue, -21.20, 63478.00, 3773.93, 2454.08, -25.52, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463831,-106.9172909, 4019.0, 2022, 6, 24, 15, 18, 37, 939, 2792, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 29, 0, 0, 0, 0, 33, 31, 30, 31, 0, 0, 32, 0, 23, 27, 0, 0, 0, 18, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 80.44, 6, drogue, -21.20, 63478.00, 3773.93, 2454.08, -25.52, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463831,-106.9172909, 4019.0, 2022, 6, 24, 15, 18, 37, 939, 2792, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 29, 0, 0, 0, 0, 33, 31, 30, 31, 0, 0, 32, 0, 23, 27, 0, 0, 0, 18, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 80.44, 6, drogue, -21.20, 63478.00, 3773.93, 2454.08, -25.52, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463831,-106.9172909, 4019.0, 2022, 6, 24, 15, 18, 37, 939, 2792, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 29, 0, 0, 0, 0, 33, 31, 30, 31, 0, 0, 32, 0, 23, 27, 0, 0, 0, 18, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 80.44, 6, drogue, -21.20, 63478.00, 3773.93, 2454.08, -25.52, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463831,-106.9172909, 4019.0, 2022, 6, 24, 15, 18, 37, 939, 2792, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 29, 0, 0, 0, 0, 33, 31, 30, 31, 0, 0, 32, 0, 23, 27, 0, 0, 0, 18, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 80.54, 6, drogue, -20.67, 63526.00, 3768.10, 2448.24, -25.55, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463831,-106.9172909, 4019.0, 2022, 6, 24, 15, 18, 37, 939, 2792, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 29, 0, 0, 0, 0, 33, 31, 30, 31, 0, 0, 32, 0, 23, 27, 0, 0, 0, 18, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 80.64, 6, drogue, -18.02, 63538.00, 3766.64, 2446.79, -25.65, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463831,-106.9172909, 4019.0, 2022, 6, 24, 15, 18, 37, 939, 2792, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 29, 0, 0, 0, 0, 33, 31, 30, 31, 0, 0, 32, 0, 23, 27, 0, 0, 0, 18, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 80.66, 6, drogue, -18.02, 63538.00, 3766.64, 2446.79, -25.65, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463831,-106.9172909, 4019.0, 2022, 6, 24, 15, 18, 37, 939, 2792, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 29, 0, 0, 0, 0, 33, 31, 30, 31, 0, 0, 32, 0, 23, 27, 0, 0, 0, 18, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 80.74, 6, drogue, -17.49, 63499.00, 3771.38, 2451.52, -25.84, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463831,-106.9172909, 4019.0, 2022, 6, 24, 15, 18, 37, 939, 2792, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 29, 0, 0, 0, 0, 33, 31, 30, 31, 0, 0, 32, 0, 23, 27, 0, 0, 0, 18, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 80.84, 6, drogue, -18.02, 63461.00, 3776.00, 2456.14, -26.11, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463831,-106.9172909, 4019.0, 2022, 6, 24, 15, 18, 37, 939, 2792, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 29, 0, 0, 0, 0, 33, 31, 30, 31, 0, 0, 32, 0, 23, 27, 0, 0, 0, 18, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 80.94, 6, drogue, -13.25, 63512.00, 3769.80, 2449.94, -26.44, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463831,-106.9172909, 4019.0, 2022, 6, 24, 15, 18, 37, 939, 2792, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 29, 0, 0, 0, 0, 33, 31, 30, 31, 0, 0, 32, 0, 23, 27, 0, 0, 0, 18, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 80.98, 6, drogue, -13.25, 63512.00, 3769.80, 2449.94, -26.44, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463831,-106.9172909, 4019.0, 2022, 6, 24, 15, 18, 37, 939, 2792, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 29, 0, 0, 0, 0, 33, 31, 30, 31, 0, 0, 32, 0, 23, 27, 0, 0, 0, 18, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 81.04, 6, drogue, -11.13, 63516.00, 3769.31, 2449.46, -26.77, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463831,-106.9172909, 4019.0, 2022, 6, 24, 15, 18, 37, 939, 2792, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 29, 0, 0, 0, 0, 33, 31, 30, 31, 0, 0, 32, 0, 23, 27, 0, 0, 0, 18, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 81.14, 6, drogue, -8.48, 63568.00, 3763.00, 2443.14, -27.11, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463831,-106.9172909, 4019.0, 2022, 6, 24, 15, 18, 37, 939, 2792, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 29, 0, 0, 0, 0, 33, 31, 30, 31, 0, 0, 32, 0, 23, 27, 0, 0, 0, 18, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 81.24, 6, drogue, -9.54, 63591.00, 3760.21, 2440.35, -27.41, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463831,-106.9172909, 4019.0, 2022, 6, 24, 15, 18, 37, 939, 2792, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 29, 0, 0, 0, 0, 33, 31, 30, 31, 0, 0, 32, 0, 23, 27, 0, 0, 0, 18, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 81.30, 6, drogue, -9.54, 63591.00, 3760.21, 2440.35, -27.41, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463831,-106.9172909, 4019.0, 2022, 6, 24, 15, 18, 37, 939, 2792, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 29, 0, 0, 0, 0, 33, 31, 30, 31, 0, 0, 32, 0, 23, 27, 0, 0, 0, 18, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 81.34, 6, drogue, -9.54, 63634.00, 3754.99, 2435.13, -27.68, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9463831,-106.9172909, 4019.0, 2022, 6, 24, 15, 18, 37, 939, 2792, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 29, 0, 0, 0, 0, 33, 31, 30, 31, 0, 0, 32, 0, 23, 27, 0, 0, 0, 18, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 81.44, 6, drogue, -8.48, 63694.00, 3747.71, 2427.86, -27.91, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 81.44, 6, drogue, -8.48, 63694.00, 3747.71, 2427.86, -27.91, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 81.44, 6, drogue, -8.48, 63694.00, 3747.71, 2427.86, -27.91, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 81.44, 6, drogue, -8.48, 63694.00, 3747.71, 2427.86, -27.91, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 81.44, 6, drogue, -8.48, 63694.00, 3747.71, 2427.86, -27.91, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 81.44, 6, drogue, -8.48, 63694.00, 3747.71, 2427.86, -27.91, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 81.54, 6, drogue, -10.60, 63732.00, 3743.11, 2423.25, -28.14, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 81.62, 6, drogue, -10.60, 63732.00, 3743.11, 2423.25, -28.14, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 81.64, 6, drogue, -12.19, 63765.00, 3739.11, 2419.25, -28.26, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 81.74, 6, drogue, -14.31, 63787.00, 3736.44, 2416.59, -28.37, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 81.84, 6, drogue, -10.07, 63846.00, 3729.30, 2409.45, -28.37, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 81.94, 6, drogue, -8.48, 63803.00, 3734.51, 2414.65, -28.25, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 81.94, 6, drogue, -8.48, 63803.00, 3734.51, 2414.65, -28.25, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 82.04, 6, drogue, -9.54, 63797.00, 3735.23, 2415.38, -28.17, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 82.14, 6, drogue, -11.66, 63769.00, 3738.62, 2418.77, -28.10, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 82.24, 6, drogue, -10.60, 63812.00, 3733.42, 2413.56, -28.07, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 82.26, 6, drogue, -10.60, 63812.00, 3733.42, 2413.56, -28.07, 33.5, 0.00, 0.01, 3.87, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 82.34, 6, drogue, -9.54, 63819.00, 3732.57, 2412.71, -28.02, 33.5, 0.00, 0.01, 3.87, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 82.43, 6, drogue, -9.54, 63819.00, 3732.57, 2412.71, -28.02, 33.5, 0.00, 0.01, 3.87, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 82.43, 6, drogue, -9.54, 63819.00, 3732.57, 2412.71, -28.02, 33.5, 0.00, 0.01, 3.87, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 82.43, 6, drogue, -9.54, 63819.00, 3732.57, 2412.71, -28.02, 33.5, 0.00, 0.01, 3.87, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 82.43, 6, drogue, -9.54, 63819.00, 3732.57, 2412.71, -28.02, 33.5, 0.00, 0.01, 3.87, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 82.43, 6, drogue, -9.54, 63819.00, 3732.57, 2412.71, -28.02, 33.5, 0.00, 0.01, 3.87, 1, 1, 10, 32.9464416,-106.9172810, 3989.0, 2022, 6, 24, 15, 18, 38, 944, 2765, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 21, 0, 0, 0, 0, 25, 31, 31, 30, 0, 0, 32, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 82.44, 6, drogue, -7.95, 63874.00, 3725.92, 2406.06, -27.90, 33.5, 0.00, 0.01, 3.87, 1, 1, 10, 32.9464849,-106.9172650, 3959.0, 2022, 6, 24, 15, 18, 39, 947, 2738, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 23, 0, 0, 0, 0, 34, 31, 30, 30, 0, 0, 32, 0, 29, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 82.54, 6, drogue, -7.95, 63940.00, 3717.94, 2398.08, -27.73, 33.4, 0.00, 0.01, 3.87, 1, 1, 10, 32.9464849,-106.9172650, 3959.0, 2022, 6, 24, 15, 18, 39, 947, 2738, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 23, 0, 0, 0, 0, 34, 31, 30, 30, 0, 0, 32, 0, 29, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 82.58, 6, drogue, -7.95, 63940.00, 3717.94, 2398.08, -27.73, 33.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9464849,-106.9172650, 3959.0, 2022, 6, 24, 15, 18, 39, 947, 2738, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 23, 0, 0, 0, 0, 34, 31, 30, 30, 0, 0, 32, 0, 29, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 82.64, 6, drogue, -8.48, 64012.00, 3709.24, 2389.38, -27.51, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9464849,-106.9172650, 3959.0, 2022, 6, 24, 15, 18, 39, 947, 2738, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 23, 0, 0, 0, 0, 34, 31, 30, 30, 0, 0, 32, 0, 29, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 82.74, 6, drogue, -10.60, 64035.00, 3706.46, 2386.61, -27.23, 33.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9464849,-106.9172650, 3959.0, 2022, 6, 24, 15, 18, 39, 947, 2738, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 23, 0, 0, 0, 0, 34, 31, 30, 30, 0, 0, 32, 0, 29, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 82.84, 6, drogue, -13.25, 64044.00, 3705.38, 2385.52, -26.87, 33.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9464849,-106.9172650, 3959.0, 2022, 6, 24, 15, 18, 39, 947, 2738, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 23, 0, 0, 0, 0, 34, 31, 30, 30, 0, 0, 32, 0, 29, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 82.90, 6, drogue, -13.25, 64044.00, 3705.38, 2385.52, -26.87, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464849,-106.9172650, 3959.0, 2022, 6, 24, 15, 18, 39, 947, 2738, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 23, 0, 0, 0, 0, 34, 31, 30, 30, 0, 0, 32, 0, 29, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 82.94, 6, drogue, -8.48, 64077.00, 3701.39, 2381.54, -26.60, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464849,-106.9172650, 3959.0, 2022, 6, 24, 15, 18, 39, 947, 2738, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 23, 0, 0, 0, 0, 34, 31, 30, 30, 0, 0, 32, 0, 29, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 83.04, 6, drogue, -5.83, 64061.00, 3703.32, 2383.47, -26.36, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464849,-106.9172650, 3959.0, 2022, 6, 24, 15, 18, 39, 947, 2738, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 23, 0, 0, 0, 0, 34, 31, 30, 30, 0, 0, 32, 0, 29, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 83.14, 6, drogue, -6.36, 64075.00, 3701.64, 2381.78, -26.17, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464849,-106.9172650, 3959.0, 2022, 6, 24, 15, 18, 39, 947, 2738, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 23, 0, 0, 0, 0, 34, 31, 30, 30, 0, 0, 32, 0, 29, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 83.22, 6, drogue, -6.36, 64075.00, 3701.64, 2381.78, -26.17, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464849,-106.9172650, 3959.0, 2022, 6, 24, 15, 18, 39, 947, 2738, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 23, 0, 0, 0, 0, 34, 31, 30, 30, 0, 0, 32, 0, 29, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 83.24, 6, drogue, -9.01, 64048.00, 3704.89, 2385.04, -25.98, 33.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464849,-106.9172650, 3959.0, 2022, 6, 24, 15, 18, 39, 947, 2738, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 23, 0, 0, 0, 0, 34, 31, 30, 30, 0, 0, 32, 0, 29, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 83.34, 6, drogue, -11.66, 64078.00, 3701.27, 2381.42, -25.86, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464849,-106.9172650, 3959.0, 2022, 6, 24, 15, 18, 39, 947, 2738, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 23, 0, 0, 0, 0, 34, 31, 30, 30, 0, 0, 32, 0, 29, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 83.43, 6, drogue, -11.66, 64078.00, 3701.27, 2381.42, -25.86, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464849,-106.9172650, 3959.0, 2022, 6, 24, 15, 18, 39, 947, 2738, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 23, 0, 0, 0, 0, 34, 31, 30, 30, 0, 0, 32, 0, 29, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 83.43, 6, drogue, -11.66, 64078.00, 3701.27, 2381.42, -25.86, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464849,-106.9172650, 3959.0, 2022, 6, 24, 15, 18, 39, 947, 2738, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 23, 0, 0, 0, 0, 34, 31, 30, 30, 0, 0, 32, 0, 29, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 83.43, 6, drogue, -11.66, 64078.00, 3701.27, 2381.42, -25.86, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464849,-106.9172650, 3959.0, 2022, 6, 24, 15, 18, 39, 947, 2738, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 23, 0, 0, 0, 0, 34, 31, 30, 30, 0, 0, 32, 0, 29, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 83.43, 6, drogue, -11.66, 64078.00, 3701.27, 2381.42, -25.86, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464849,-106.9172650, 3959.0, 2022, 6, 24, 15, 18, 39, 947, 2738, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 23, 0, 0, 0, 0, 34, 31, 30, 30, 0, 0, 32, 0, 29, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 83.43, 6, drogue, -11.66, 64078.00, 3701.27, 2381.42, -25.86, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9464849,-106.9172650, 3959.0, 2022, 6, 24, 15, 18, 39, 947, 2738, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 23, 0, 0, 0, 0, 34, 31, 30, 30, 0, 0, 32, 0, 29, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 83.44, 6, drogue, -3.18, 64100.00, 3698.62, 2378.76, -25.80, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9465235,-106.9172338, 3928.0, 2022, 6, 24, 15, 18, 40, 949, 2710, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 25, 31, 30, 26, 0, 0, 28, 0, 32, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 83.54, 6, drogue, 16.96, 64195.00, 3687.17, 2367.31, -25.79, 33.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9465235,-106.9172338, 3928.0, 2022, 6, 24, 15, 18, 40, 949, 2710, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 25, 31, 30, 26, 0, 0, 28, 0, 32, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 83.54, 6, drogue, 16.96, 64195.00, 3687.17, 2367.31, -25.79, 33.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9465235,-106.9172338, 3928.0, 2022, 6, 24, 15, 18, 40, 949, 2710, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 25, 31, 30, 26, 0, 0, 28, 0, 32, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 83.64, 6, drogue, 12.19, 64129.00, 3695.12, 2375.27, -25.85, 33.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9465235,-106.9172338, 3928.0, 2022, 6, 24, 15, 18, 40, 949, 2710, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 25, 31, 30, 26, 0, 0, 28, 0, 32, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 83.74, 6, drogue, -2.65, 64184.00, 3688.49, 2368.64, -25.96, 33.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9465235,-106.9172338, 3928.0, 2022, 6, 24, 15, 18, 40, 949, 2710, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 25, 31, 30, 26, 0, 0, 28, 0, 32, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 83.84, 6, drogue, -9.54, 64174.00, 3689.70, 2369.84, -26.19, 33.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9465235,-106.9172338, 3928.0, 2022, 6, 24, 15, 18, 40, 949, 2710, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 25, 31, 30, 26, 0, 0, 28, 0, 32, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 83.86, 6, drogue, -9.54, 64174.00, 3689.70, 2369.84, -26.19, 33.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9465235,-106.9172338, 3928.0, 2022, 6, 24, 15, 18, 40, 949, 2710, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 25, 31, 30, 26, 0, 0, 28, 0, 32, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 83.94, 6, drogue, -11.13, 64133.00, 3694.64, 2374.78, -26.45, 33.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9465235,-106.9172338, 3928.0, 2022, 6, 24, 15, 18, 40, 949, 2710, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 25, 31, 30, 26, 0, 0, 28, 0, 32, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 84.04, 6, drogue, -0.53, 64299.00, 3674.65, 2354.79, -26.77, 33.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9465235,-106.9172338, 3928.0, 2022, 6, 24, 15, 18, 40, 949, 2710, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 25, 31, 30, 26, 0, 0, 28, 0, 32, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 84.14, 6, drogue, -5.30, 64387.00, 3664.07, 2344.21, -27.13, 33.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9465235,-106.9172338, 3928.0, 2022, 6, 24, 15, 18, 40, 949, 2710, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 25, 31, 30, 26, 0, 0, 28, 0, 32, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 84.18, 6, drogue, -5.30, 64387.00, 3664.07, 2344.21, -27.13, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9465235,-106.9172338, 3928.0, 2022, 6, 24, 15, 18, 40, 949, 2710, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 25, 31, 30, 26, 0, 0, 28, 0, 32, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 84.24, 6, drogue, -16.96, 64421.00, 3659.98, 2340.13, -27.60, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9465235,-106.9172338, 3928.0, 2022, 6, 24, 15, 18, 40, 949, 2710, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 25, 31, 30, 26, 0, 0, 28, 0, 32, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 84.34, 6, drogue, -12.19, 64397.00, 3662.87, 2343.01, -28.17, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9465235,-106.9172338, 3928.0, 2022, 6, 24, 15, 18, 40, 949, 2710, 325, 70, 1.4,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 25, 31, 30, 26, 0, 0, 28, 0, 32, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 84.44, 6, drogue, -7.42, 64348.00, 3668.76, 2348.90, -28.80, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9465695,-106.9172031, 3899.0, 2022, 6, 24, 15, 18, 41, 951, 2683, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 33, 0, 0, 0, 0, 26, 24, 23, 31, 0, 0, 33, 0, 31, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 84.44, 6, drogue, -7.42, 64348.00, 3668.76, 2348.90, -28.80, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9465695,-106.9172031, 3899.0, 2022, 6, 24, 15, 18, 41, 951, 2683, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 33, 0, 0, 0, 0, 26, 24, 23, 31, 0, 0, 33, 0, 31, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 84.44, 6, drogue, -7.42, 64348.00, 3668.76, 2348.90, -28.80, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9465695,-106.9172031, 3899.0, 2022, 6, 24, 15, 18, 41, 951, 2683, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 33, 0, 0, 0, 0, 26, 24, 23, 31, 0, 0, 33, 0, 31, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 84.44, 6, drogue, -7.42, 64348.00, 3668.76, 2348.90, -28.80, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9465695,-106.9172031, 3899.0, 2022, 6, 24, 15, 18, 41, 951, 2683, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 33, 0, 0, 0, 0, 26, 24, 23, 31, 0, 0, 33, 0, 31, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 84.44, 6, drogue, -7.42, 64348.00, 3668.76, 2348.90, -28.80, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9465695,-106.9172031, 3899.0, 2022, 6, 24, 15, 18, 41, 951, 2683, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 33, 0, 0, 0, 0, 26, 24, 23, 31, 0, 0, 33, 0, 31, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 84.44, 6, drogue, -7.42, 64348.00, 3668.76, 2348.90, -28.80, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9465695,-106.9172031, 3899.0, 2022, 6, 24, 15, 18, 41, 951, 2683, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 33, 0, 0, 0, 0, 26, 24, 23, 31, 0, 0, 33, 0, 31, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 84.50, 6, drogue, -7.42, 64348.00, 3668.76, 2348.90, -28.80, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9465695,-106.9172031, 3899.0, 2022, 6, 24, 15, 18, 41, 951, 2683, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 33, 0, 0, 0, 0, 26, 24, 23, 31, 0, 0, 33, 0, 31, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 84.54, 6, drogue, -10.60, 64299.00, 3674.65, 2354.79, -29.47, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9465695,-106.9172031, 3899.0, 2022, 6, 24, 15, 18, 41, 951, 2683, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 33, 0, 0, 0, 0, 26, 24, 23, 31, 0, 0, 33, 0, 31, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 84.64, 6, drogue, -14.31, 64302.00, 3674.29, 2354.43, -30.14, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9465695,-106.9172031, 3899.0, 2022, 6, 24, 15, 18, 41, 951, 2683, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 33, 0, 0, 0, 0, 26, 24, 23, 31, 0, 0, 33, 0, 31, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 84.74, 6, drogue, -11.66, 64336.00, 3670.20, 2350.34, -30.80, 33.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9465695,-106.9172031, 3899.0, 2022, 6, 24, 15, 18, 41, 951, 2683, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 33, 0, 0, 0, 0, 26, 24, 23, 31, 0, 0, 33, 0, 31, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 84.82, 6, drogue, -11.66, 64336.00, 3670.20, 2350.34, -30.80, 33.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9465695,-106.9172031, 3899.0, 2022, 6, 24, 15, 18, 41, 951, 2683, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 33, 0, 0, 0, 0, 26, 24, 23, 31, 0, 0, 33, 0, 31, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 84.84, 6, drogue, -7.42, 64313.00, 3672.97, 2353.11, -31.42, 33.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9465695,-106.9172031, 3899.0, 2022, 6, 24, 15, 18, 41, 951, 2683, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 33, 0, 0, 0, 0, 26, 24, 23, 31, 0, 0, 33, 0, 31, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 84.94, 6, drogue, -3.71, 64435.00, 3658.30, 2338.45, -31.99, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9465695,-106.9172031, 3899.0, 2022, 6, 24, 15, 18, 41, 951, 2683, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 33, 0, 0, 0, 0, 26, 24, 23, 31, 0, 0, 33, 0, 31, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 85.04, 6, drogue, -5.30, 64508.00, 3649.54, 2329.68, -32.48, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9465695,-106.9172031, 3899.0, 2022, 6, 24, 15, 18, 41, 951, 2683, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 33, 0, 0, 0, 0, 26, 24, 23, 31, 0, 0, 33, 0, 31, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 85.14, 6, drogue, -8.48, 64523.00, 3647.74, 2327.88, -32.88, 33.4, 0.00, 0.01, 3.86, 1, 1, 10, 32.9465695,-106.9172031, 3899.0, 2022, 6, 24, 15, 18, 41, 951, 2683, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 33, 0, 0, 0, 0, 26, 24, 23, 31, 0, 0, 33, 0, 31, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 85.14, 6, drogue, -8.48, 64523.00, 3647.74, 2327.88, -32.88, 33.4, 0.00, 0.01, 3.86, 1, 1, 10, 32.9465695,-106.9172031, 3899.0, 2022, 6, 24, 15, 18, 41, 951, 2683, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 33, 0, 0, 0, 0, 26, 24, 23, 31, 0, 0, 33, 0, 31, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 85.24, 6, drogue, -12.72, 64519.00, 3648.22, 2328.36, -33.15, 33.4, 0.00, 0.01, 3.86, 1, 1, 10, 32.9465695,-106.9172031, 3899.0, 2022, 6, 24, 15, 18, 41, 951, 2683, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 33, 0, 0, 0, 0, 26, 24, 23, 31, 0, 0, 33, 0, 31, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 85.34, 6, drogue, -14.84, 64588.00, 3639.94, 2320.09, -33.32, 33.4, 0.00, 0.01, 3.86, 1, 1, 10, 32.9465695,-106.9172031, 3899.0, 2022, 6, 24, 15, 18, 41, 951, 2683, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 33, 0, 0, 0, 0, 26, 24, 23, 31, 0, 0, 33, 0, 31, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 85.44, 6, drogue, -15.37, 64631.00, 3634.79, 2314.94, -33.40, 33.4, 0.00, 0.01, 3.86, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 85.44, 6, drogue, -15.37, 64631.00, 3634.79, 2314.94, -33.40, 33.4, 0.00, 0.01, 3.86, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 85.44, 6, drogue, -15.37, 64631.00, 3634.79, 2314.94, -33.40, 33.4, 0.00, 0.01, 3.86, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 85.44, 6, drogue, -15.37, 64631.00, 3634.79, 2314.94, -33.40, 33.4, 0.00, 0.01, 3.86, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 85.44, 6, drogue, -15.37, 64631.00, 3634.79, 2314.94, -33.40, 33.4, 0.00, 0.01, 3.86, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 85.44, 6, drogue, -15.37, 64631.00, 3634.79, 2314.94, -33.40, 33.4, 0.00, 0.01, 3.86, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 85.46, 6, drogue, -15.37, 64631.00, 3634.79, 2314.94, -33.40, 33.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 85.54, 6, drogue, -13.78, 64661.00, 3631.20, 2311.34, -33.42, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 85.64, 6, drogue, -16.43, 64700.00, 3626.53, 2306.67, -33.28, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 85.74, 6, drogue, -16.96, 64725.00, 3623.54, 2303.68, -33.07, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 85.78, 6, drogue, -16.96, 64725.00, 3623.54, 2303.68, -33.07, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 85.84, 6, drogue, -18.55, 64785.00, 3616.36, 2296.50, -32.78, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 85.94, 6, drogue, -19.61, 64793.00, 3615.40, 2295.55, -32.37, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 86.04, 6, drogue, -17.49, 64797.00, 3614.93, 2295.07, -32.01, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 86.10, 6, drogue, -17.49, 64797.00, 3614.93, 2295.07, -32.01, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 86.14, 6, drogue, -18.55, 64794.00, 3615.28, 2295.43, -31.61, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 86.24, 6, drogue, -18.55, 64831.00, 3610.86, 2291.01, -31.12, 33.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 86.34, 6, drogue, -19.08, 64892.00, 3603.57, 2283.72, -30.49, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 86.42, 6, drogue, -19.08, 64892.00, 3603.57, 2283.72, -30.49, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 86.44, 6, drogue, -16.43, 64893.00, 3603.46, 2283.60, -29.78, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 86.45, 6, drogue, -16.43, 64893.00, 3603.46, 2283.60, -29.78, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 86.45, 6, drogue, -16.43, 64893.00, 3603.46, 2283.60, -29.78, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 86.45, 6, drogue, -16.43, 64893.00, 3603.46, 2283.60, -29.78, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 86.45, 6, drogue, -16.43, 64893.00, 3603.46, 2283.60, -29.78, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 86.45, 6, drogue, -16.43, 64893.00, 3603.46, 2283.60, -29.78, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9466350,-106.9171626, 3872.0, 2022, 6, 24, 15, 18, 42, 955, 2660, 326, 69, 1.4,2147483647.0,2147483647.0, 0, 24, 27, 0, 0, 33, 0, 0, 0, 0, 25, 30, 24, 30, 0, 0, 32, 0, 32, 24, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 86.54, 6, drogue, -16.96, 64901.00, 3602.50, 2282.64, -29.04, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9467141,-106.9171119, 3843.0, 2022, 6, 24, 15, 18, 43, 960, 2634, 327, 69, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 23, 0, 0, 0, 0, 33, 26, 31, 31, 0, 0, 36, 0, 27, 26, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 86.64, 6, drogue, -21.20, 64892.00, 3603.57, 2283.72, -28.34, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9467141,-106.9171119, 3843.0, 2022, 6, 24, 15, 18, 43, 960, 2634, 327, 69, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 23, 0, 0, 0, 0, 33, 26, 31, 31, 0, 0, 36, 0, 27, 26, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 86.74, 6, drogue, -17.49, 64962.00, 3595.22, 2275.36, -27.71, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9467141,-106.9171119, 3843.0, 2022, 6, 24, 15, 18, 43, 960, 2634, 327, 69, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 23, 0, 0, 0, 0, 33, 26, 31, 31, 0, 0, 36, 0, 27, 26, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 86.74, 6, drogue, -17.49, 64962.00, 3595.22, 2275.36, -27.71, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9467141,-106.9171119, 3843.0, 2022, 6, 24, 15, 18, 43, 960, 2634, 327, 69, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 23, 0, 0, 0, 0, 33, 26, 31, 31, 0, 0, 36, 0, 27, 26, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 86.84, 6, drogue, -16.43, 65008.00, 3589.73, 2269.88, -27.08, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9467141,-106.9171119, 3843.0, 2022, 6, 24, 15, 18, 43, 960, 2634, 327, 69, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 23, 0, 0, 0, 0, 33, 26, 31, 31, 0, 0, 36, 0, 27, 26, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 86.94, 6, drogue, -20.67, 65020.00, 3588.30, 2268.45, -26.55, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9467141,-106.9171119, 3843.0, 2022, 6, 24, 15, 18, 43, 960, 2634, 327, 69, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 23, 0, 0, 0, 0, 33, 26, 31, 31, 0, 0, 36, 0, 27, 26, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 87.04, 6, drogue, -18.55, 65061.00, 3583.42, 2263.56, -26.04, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9467141,-106.9171119, 3843.0, 2022, 6, 24, 15, 18, 43, 960, 2634, 327, 69, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 23, 0, 0, 0, 0, 33, 26, 31, 31, 0, 0, 36, 0, 27, 26, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 87.06, 6, drogue, -18.55, 65061.00, 3583.42, 2263.56, -26.04, 33.3, 0.01, 0.00, 3.86, 1, 1, 10, 32.9467141,-106.9171119, 3843.0, 2022, 6, 24, 15, 18, 43, 960, 2634, 327, 69, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 23, 0, 0, 0, 0, 33, 26, 31, 31, 0, 0, 36, 0, 27, 26, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 87.14, 6, drogue, -15.90, 65071.00, 3582.22, 2262.37, -25.54, 33.3, 0.01, 0.00, 3.86, 1, 1, 10, 32.9467141,-106.9171119, 3843.0, 2022, 6, 24, 15, 18, 43, 960, 2634, 327, 69, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 23, 0, 0, 0, 0, 33, 26, 31, 31, 0, 0, 36, 0, 27, 26, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 87.24, 6, drogue, -15.37, 65057.00, 3583.89, 2264.04, -25.05, 33.3, 0.01, 0.00, 3.86, 1, 1, 10, 32.9467141,-106.9171119, 3843.0, 2022, 6, 24, 15, 18, 43, 960, 2634, 327, 69, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 23, 0, 0, 0, 0, 33, 26, 31, 31, 0, 0, 36, 0, 27, 26, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 87.34, 6, drogue, -16.43, 65057.00, 3583.89, 2264.04, -24.64, 33.3, 0.01, 0.00, 3.86, 1, 1, 10, 32.9467141,-106.9171119, 3843.0, 2022, 6, 24, 15, 18, 43, 960, 2634, 327, 69, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 23, 0, 0, 0, 0, 33, 26, 31, 31, 0, 0, 36, 0, 27, 26, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 87.38, 6, drogue, -16.43, 65057.00, 3583.89, 2264.04, -24.64, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9467141,-106.9171119, 3843.0, 2022, 6, 24, 15, 18, 43, 960, 2634, 327, 69, 1.4,2147483647.0,2147483647.0, 0, 34, 29, 0, 0, 23, 0, 0, 0, 0, 33, 26, 31, 31, 0, 0, 36, 0, 27, 26, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 87.44, 6, drogue, -16.96, 65106.00, 3578.05, 2258.20, -24.32, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 87.44, 6, drogue, -16.96, 65106.00, 3578.05, 2258.20, -24.32, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 87.44, 6, drogue, -16.96, 65106.00, 3578.05, 2258.20, -24.32, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 87.44, 6, drogue, -16.96, 65106.00, 3578.05, 2258.20, -24.32, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 87.44, 6, drogue, -16.96, 65106.00, 3578.05, 2258.20, -24.32, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 87.44, 6, drogue, -16.96, 65106.00, 3578.05, 2258.20, -24.32, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 87.54, 6, drogue, -16.96, 65133.00, 3574.84, 2254.98, -24.04, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 87.64, 6, drogue, -16.43, 65175.00, 3569.84, 2249.98, -23.80, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 87.70, 6, drogue, -16.43, 65175.00, 3569.84, 2249.98, -23.80, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 87.74, 6, drogue, -16.96, 65198.00, 3567.10, 2247.25, -23.62, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 87.84, 6, drogue, -18.55, 65240.00, 3562.11, 2242.25, -23.51, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 87.94, 6, drogue, -19.08, 65243.00, 3561.75, 2241.90, -23.37, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 88.02, 6, drogue, -19.08, 65243.00, 3561.75, 2241.90, -23.37, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 88.04, 6, drogue, -16.43, 65255.00, 3560.33, 2240.47, -23.29, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 88.14, 6, drogue, -14.31, 65274.00, 3558.07, 2238.21, -23.25, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 88.24, 6, drogue, -13.78, 65260.00, 3559.73, 2239.88, -23.25, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 88.34, 6, drogue, -14.84, 65205.00, 3566.27, 2246.42, -23.33, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 88.34, 6, drogue, -14.84, 65205.00, 3566.27, 2246.42, -23.33, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 88.44, 6, drogue, -11.66, 65250.00, 3560.92, 2241.06, -23.45, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 88.45, 6, drogue, -11.66, 65250.00, 3560.92, 2241.06, -23.45, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 88.45, 6, drogue, -11.66, 65250.00, 3560.92, 2241.06, -23.45, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 88.45, 6, drogue, -11.66, 65250.00, 3560.92, 2241.06, -23.45, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 88.45, 6, drogue, -11.66, 65250.00, 3560.92, 2241.06, -23.45, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 88.45, 6, drogue, -11.66, 65250.00, 3560.92, 2241.06, -23.45, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9467954,-106.9170776, 3814.0, 2022, 6, 24, 15, 18, 44, 966, 2609, 327, 68, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 24, 0, 0, 0, 0, 29, 32, 31, 33, 0, 0, 33, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 88.54, 6, drogue, -9.54, 65288.00, 3556.40, 2236.55, -23.59, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9468707,-106.9170381, 3784.0, 2022, 6, 24, 15, 18, 45, 971, 2583, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 26, 0, 0, 0, 0, 30, 32, 30, 30, 0, 0, 33, 0, 26, 29, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 88.64, 6, drogue, -11.13, 65348.00, 3549.28, 2229.42, -23.73, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9468707,-106.9170381, 3784.0, 2022, 6, 24, 15, 18, 45, 971, 2583, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 26, 0, 0, 0, 0, 30, 32, 30, 30, 0, 0, 33, 0, 26, 29, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 88.66, 6, drogue, -11.13, 65348.00, 3549.28, 2229.42, -23.73, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9468707,-106.9170381, 3784.0, 2022, 6, 24, 15, 18, 45, 971, 2583, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 26, 0, 0, 0, 0, 30, 32, 30, 30, 0, 0, 33, 0, 26, 29, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 88.74, 6, drogue, -12.72, 65382.00, 3545.24, 2225.38, -23.93, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9468707,-106.9170381, 3784.0, 2022, 6, 24, 15, 18, 45, 971, 2583, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 26, 0, 0, 0, 0, 30, 32, 30, 30, 0, 0, 33, 0, 26, 29, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 88.84, 6, drogue, -14.31, 65386.00, 3544.77, 2224.91, -24.19, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9468707,-106.9170381, 3784.0, 2022, 6, 24, 15, 18, 45, 971, 2583, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 26, 0, 0, 0, 0, 30, 32, 30, 30, 0, 0, 33, 0, 26, 29, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 88.94, 6, drogue, -14.84, 65398.00, 3543.34, 2223.49, -24.44, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9468707,-106.9170381, 3784.0, 2022, 6, 24, 15, 18, 45, 971, 2583, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 26, 0, 0, 0, 0, 30, 32, 30, 30, 0, 0, 33, 0, 26, 29, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 88.98, 6, drogue, -14.84, 65398.00, 3543.34, 2223.49, -24.44, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9468707,-106.9170381, 3784.0, 2022, 6, 24, 15, 18, 45, 971, 2583, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 26, 0, 0, 0, 0, 30, 32, 30, 30, 0, 0, 33, 0, 26, 29, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 89.04, 6, drogue, -17.49, 65386.00, 3544.77, 2224.91, -24.69, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9468707,-106.9170381, 3784.0, 2022, 6, 24, 15, 18, 45, 971, 2583, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 26, 0, 0, 0, 0, 30, 32, 30, 30, 0, 0, 33, 0, 26, 29, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 89.14, 6, drogue, -17.49, 65412.00, 3541.68, 2221.82, -24.92, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9468707,-106.9170381, 3784.0, 2022, 6, 24, 15, 18, 45, 971, 2583, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 26, 0, 0, 0, 0, 30, 32, 30, 30, 0, 0, 33, 0, 26, 29, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 89.24, 6, drogue, -18.02, 65455.00, 3536.58, 2216.72, -25.08, 33.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9468707,-106.9170381, 3784.0, 2022, 6, 24, 15, 18, 45, 971, 2583, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 26, 0, 0, 0, 0, 30, 32, 30, 30, 0, 0, 33, 0, 26, 29, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 89.30, 6, drogue, -18.02, 65455.00, 3536.58, 2216.72, -25.08, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9468707,-106.9170381, 3784.0, 2022, 6, 24, 15, 18, 45, 971, 2583, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 26, 0, 0, 0, 0, 30, 32, 30, 30, 0, 0, 33, 0, 26, 29, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 89.34, 6, drogue, -19.08, 65514.00, 3529.59, 2209.73, -25.22, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9468707,-106.9170381, 3784.0, 2022, 6, 24, 15, 18, 45, 971, 2583, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 26, 0, 0, 0, 0, 30, 32, 30, 30, 0, 0, 33, 0, 26, 29, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 89.44, 6, drogue, -19.08, 65570.00, 3522.95, 2203.10, -25.30, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9468707,-106.9170381, 3784.0, 2022, 6, 24, 15, 18, 45, 971, 2583, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 26, 0, 0, 0, 0, 30, 32, 30, 30, 0, 0, 33, 0, 26, 29, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 89.44, 6, drogue, -19.08, 65570.00, 3522.95, 2203.10, -25.30, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9468707,-106.9170381, 3784.0, 2022, 6, 24, 15, 18, 45, 971, 2583, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 26, 0, 0, 0, 0, 30, 32, 30, 30, 0, 0, 33, 0, 26, 29, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 89.44, 6, drogue, -19.08, 65570.00, 3522.95, 2203.10, -25.30, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9468707,-106.9170381, 3784.0, 2022, 6, 24, 15, 18, 45, 971, 2583, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 26, 0, 0, 0, 0, 30, 32, 30, 30, 0, 0, 33, 0, 26, 29, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 89.44, 6, drogue, -19.08, 65570.00, 3522.95, 2203.10, -25.30, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9468707,-106.9170381, 3784.0, 2022, 6, 24, 15, 18, 45, 971, 2583, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 26, 0, 0, 0, 0, 30, 32, 30, 30, 0, 0, 33, 0, 26, 29, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 89.44, 6, drogue, -19.08, 65570.00, 3522.95, 2203.10, -25.30, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9468707,-106.9170381, 3784.0, 2022, 6, 24, 15, 18, 45, 971, 2583, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 26, 0, 0, 0, 0, 30, 32, 30, 30, 0, 0, 33, 0, 26, 29, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 89.44, 6, drogue, -19.08, 65570.00, 3522.95, 2203.10, -25.30, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9468707,-106.9170381, 3784.0, 2022, 6, 24, 15, 18, 45, 971, 2583, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 26, 0, 0, 0, 0, 30, 32, 30, 30, 0, 0, 33, 0, 26, 29, 0, 0, 0, 25, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 89.54, 6, drogue, -19.08, 65585.00, 3521.18, 2201.32, -25.29, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469338,-106.9169966, 3755.0, 2022, 6, 24, 15, 18, 46, 975, 2558, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 35, 0, 0, 0, 0, 31, 32, 26, 34, 0, 0, 28, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 89.62, 6, drogue, -19.08, 65585.00, 3521.18, 2201.32, -25.29, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469338,-106.9169966, 3755.0, 2022, 6, 24, 15, 18, 46, 975, 2558, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 35, 0, 0, 0, 0, 31, 32, 26, 34, 0, 0, 28, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 89.64, 6, drogue, -20.67, 65573.00, 3522.60, 2202.74, -25.26, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469338,-106.9169966, 3755.0, 2022, 6, 24, 15, 18, 46, 975, 2558, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 35, 0, 0, 0, 0, 31, 32, 26, 34, 0, 0, 28, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 89.74, 6, drogue, -20.14, 65606.00, 3518.69, 2198.84, -25.21, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469338,-106.9169966, 3755.0, 2022, 6, 24, 15, 18, 46, 975, 2558, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 35, 0, 0, 0, 0, 31, 32, 26, 34, 0, 0, 28, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 89.84, 6, drogue, -19.08, 65617.00, 3517.39, 2197.53, -25.12, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469338,-106.9169966, 3755.0, 2022, 6, 24, 15, 18, 46, 975, 2558, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 35, 0, 0, 0, 0, 31, 32, 26, 34, 0, 0, 28, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 89.94, 6, drogue, -18.55, 65533.00, 3527.34, 2207.48, -24.99, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469338,-106.9169966, 3755.0, 2022, 6, 24, 15, 18, 46, 975, 2558, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 35, 0, 0, 0, 0, 31, 32, 26, 34, 0, 0, 28, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 89.94, 6, drogue, -18.55, 65533.00, 3527.34, 2207.48, -24.99, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469338,-106.9169966, 3755.0, 2022, 6, 24, 15, 18, 46, 975, 2558, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 35, 0, 0, 0, 0, 31, 32, 26, 34, 0, 0, 28, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 90.04, 6, drogue, -16.43, 65624.00, 3516.56, 2196.71, -24.81, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469338,-106.9169966, 3755.0, 2022, 6, 24, 15, 18, 46, 975, 2558, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 35, 0, 0, 0, 0, 31, 32, 26, 34, 0, 0, 28, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 90.14, 6, drogue, -18.55, 65630.00, 3515.85, 2196.00, -24.60, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469338,-106.9169966, 3755.0, 2022, 6, 24, 15, 18, 46, 975, 2558, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 35, 0, 0, 0, 0, 31, 32, 26, 34, 0, 0, 28, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 90.24, 6, drogue, -19.61, 65644.00, 3514.20, 2194.34, -24.38, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469338,-106.9169966, 3755.0, 2022, 6, 24, 15, 18, 46, 975, 2558, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 35, 0, 0, 0, 0, 31, 32, 26, 34, 0, 0, 28, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 90.26, 6, drogue, -19.61, 65644.00, 3514.20, 2194.34, -24.38, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469338,-106.9169966, 3755.0, 2022, 6, 24, 15, 18, 46, 975, 2558, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 35, 0, 0, 0, 0, 31, 32, 26, 34, 0, 0, 28, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 90.34, 6, drogue, -17.49, 65699.00, 3507.69, 2187.83, -24.14, 33.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469338,-106.9169966, 3755.0, 2022, 6, 24, 15, 18, 46, 975, 2558, 328, 68, 1.4,2147483647.0,2147483647.0, 0, 29, 29, 0, 0, 35, 0, 0, 0, 0, 31, 32, 26, 34, 0, 0, 28, 0, 26, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 90.44, 6, drogue, -16.43, 65747.00, 3502.02, 2182.16, -24.03, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469928,-106.9169800, 3726.0, 2022, 6, 24, 15, 18, 47, 980, 2533, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 34, 0, 0, 0, 0, 25, 35, 27, 31, 0, 0, 31, 0, 31, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 90.44, 6, drogue, -16.43, 65747.00, 3502.02, 2182.16, -24.03, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469928,-106.9169800, 3726.0, 2022, 6, 24, 15, 18, 47, 980, 2533, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 34, 0, 0, 0, 0, 25, 35, 27, 31, 0, 0, 31, 0, 31, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 90.44, 6, drogue, -16.43, 65747.00, 3502.02, 2182.16, -24.03, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469928,-106.9169800, 3726.0, 2022, 6, 24, 15, 18, 47, 980, 2533, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 34, 0, 0, 0, 0, 25, 35, 27, 31, 0, 0, 31, 0, 31, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 90.44, 6, drogue, -16.43, 65747.00, 3502.02, 2182.16, -24.03, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469928,-106.9169800, 3726.0, 2022, 6, 24, 15, 18, 47, 980, 2533, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 34, 0, 0, 0, 0, 25, 35, 27, 31, 0, 0, 31, 0, 31, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 90.44, 6, drogue, -16.43, 65747.00, 3502.02, 2182.16, -24.03, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469928,-106.9169800, 3726.0, 2022, 6, 24, 15, 18, 47, 980, 2533, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 34, 0, 0, 0, 0, 25, 35, 27, 31, 0, 0, 31, 0, 31, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 90.44, 6, drogue, -16.43, 65747.00, 3502.02, 2182.16, -24.03, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469928,-106.9169800, 3726.0, 2022, 6, 24, 15, 18, 47, 980, 2533, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 34, 0, 0, 0, 0, 25, 35, 27, 31, 0, 0, 31, 0, 31, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 90.54, 6, drogue, -16.43, 65751.00, 3501.54, 2181.69, -24.03, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469928,-106.9169800, 3726.0, 2022, 6, 24, 15, 18, 47, 980, 2533, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 34, 0, 0, 0, 0, 25, 35, 27, 31, 0, 0, 31, 0, 31, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 90.58, 6, drogue, -16.43, 65751.00, 3501.54, 2181.69, -24.03, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9469928,-106.9169800, 3726.0, 2022, 6, 24, 15, 18, 47, 980, 2533, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 34, 0, 0, 0, 0, 25, 35, 27, 31, 0, 0, 31, 0, 31, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 90.64, 6, drogue, -16.43, 65776.00, 3498.59, 2178.74, -24.13, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9469928,-106.9169800, 3726.0, 2022, 6, 24, 15, 18, 47, 980, 2533, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 34, 0, 0, 0, 0, 25, 35, 27, 31, 0, 0, 31, 0, 31, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 90.74, 6, drogue, -16.43, 65801.00, 3495.64, 2175.78, -24.30, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9469928,-106.9169800, 3726.0, 2022, 6, 24, 15, 18, 47, 980, 2533, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 34, 0, 0, 0, 0, 25, 35, 27, 31, 0, 0, 31, 0, 31, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 90.84, 6, drogue, -18.55, 65859.00, 3488.79, 2168.94, -24.46, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9469928,-106.9169800, 3726.0, 2022, 6, 24, 15, 18, 47, 980, 2533, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 34, 0, 0, 0, 0, 25, 35, 27, 31, 0, 0, 31, 0, 31, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 90.90, 6, drogue, -18.55, 65859.00, 3488.79, 2168.94, -24.46, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469928,-106.9169800, 3726.0, 2022, 6, 24, 15, 18, 47, 980, 2533, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 34, 0, 0, 0, 0, 25, 35, 27, 31, 0, 0, 31, 0, 31, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 90.94, 6, drogue, -19.61, 65874.00, 3487.02, 2167.17, -24.67, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469928,-106.9169800, 3726.0, 2022, 6, 24, 15, 18, 47, 980, 2533, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 34, 0, 0, 0, 0, 25, 35, 27, 31, 0, 0, 31, 0, 31, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 91.04, 6, drogue, -18.02, 65880.00, 3486.32, 2166.46, -24.94, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469928,-106.9169800, 3726.0, 2022, 6, 24, 15, 18, 47, 980, 2533, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 34, 0, 0, 0, 0, 25, 35, 27, 31, 0, 0, 31, 0, 31, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 91.14, 6, drogue, -15.37, 65892.00, 3484.90, 2165.04, -25.34, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9469928,-106.9169800, 3726.0, 2022, 6, 24, 15, 18, 47, 980, 2533, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 34, 0, 0, 0, 0, 25, 35, 27, 31, 0, 0, 31, 0, 31, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 91.22, 6, drogue, -15.37, 65892.00, 3484.90, 2165.04, -25.34, 33.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9469928,-106.9169800, 3726.0, 2022, 6, 24, 15, 18, 47, 980, 2533, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 34, 0, 0, 0, 0, 25, 35, 27, 31, 0, 0, 31, 0, 31, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 91.24, 6, drogue, -13.78, 65871.00, 3487.38, 2167.52, -25.82, 33.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9469928,-106.9169800, 3726.0, 2022, 6, 24, 15, 18, 47, 980, 2533, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 34, 0, 0, 0, 0, 25, 35, 27, 31, 0, 0, 31, 0, 31, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 91.34, 6, drogue, -13.25, 65908.00, 3483.01, 2163.16, -26.36, 33.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9469928,-106.9169800, 3726.0, 2022, 6, 24, 15, 18, 47, 980, 2533, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 34, 0, 0, 0, 0, 25, 35, 27, 31, 0, 0, 31, 0, 31, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 91.44, 6, drogue, -13.25, 65852.00, 3489.62, 2169.76, -26.88, 33.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9470412,-106.9169863, 3699.0, 2022, 6, 24, 15, 18, 48, 984, 2510, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 35, 0, 0, 0, 0, 23, 26, 27, 31, 0, 0, 32, 0, 35, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 91.44, 6, drogue, -13.25, 65852.00, 3489.62, 2169.76, -26.88, 33.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9470412,-106.9169863, 3699.0, 2022, 6, 24, 15, 18, 48, 984, 2510, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 35, 0, 0, 0, 0, 23, 26, 27, 31, 0, 0, 32, 0, 35, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 91.44, 6, drogue, -13.25, 65852.00, 3489.62, 2169.76, -26.88, 33.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9470412,-106.9169863, 3699.0, 2022, 6, 24, 15, 18, 48, 984, 2510, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 35, 0, 0, 0, 0, 23, 26, 27, 31, 0, 0, 32, 0, 35, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 91.44, 6, drogue, -13.25, 65852.00, 3489.62, 2169.76, -26.88, 33.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9470412,-106.9169863, 3699.0, 2022, 6, 24, 15, 18, 48, 984, 2510, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 35, 0, 0, 0, 0, 23, 26, 27, 31, 0, 0, 32, 0, 35, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 91.44, 6, drogue, -13.25, 65852.00, 3489.62, 2169.76, -26.88, 33.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9470412,-106.9169863, 3699.0, 2022, 6, 24, 15, 18, 48, 984, 2510, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 35, 0, 0, 0, 0, 23, 26, 27, 31, 0, 0, 32, 0, 35, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 91.44, 6, drogue, -13.25, 65852.00, 3489.62, 2169.76, -26.88, 33.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9470412,-106.9169863, 3699.0, 2022, 6, 24, 15, 18, 48, 984, 2510, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 35, 0, 0, 0, 0, 23, 26, 27, 31, 0, 0, 32, 0, 35, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 91.54, 6, drogue, -13.78, 65837.00, 3491.39, 2171.53, -27.43, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9470412,-106.9169863, 3699.0, 2022, 6, 24, 15, 18, 48, 984, 2510, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 35, 0, 0, 0, 0, 23, 26, 27, 31, 0, 0, 32, 0, 35, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 91.54, 6, drogue, -13.78, 65837.00, 3491.39, 2171.53, -27.43, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9470412,-106.9169863, 3699.0, 2022, 6, 24, 15, 18, 48, 984, 2510, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 35, 0, 0, 0, 0, 23, 26, 27, 31, 0, 0, 32, 0, 35, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 91.64, 6, drogue, -10.07, 65897.00, 3484.31, 2164.46, -27.95, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9470412,-106.9169863, 3699.0, 2022, 6, 24, 15, 18, 48, 984, 2510, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 35, 0, 0, 0, 0, 23, 26, 27, 31, 0, 0, 32, 0, 35, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 91.74, 6, drogue, -7.42, 65987.00, 3473.70, 2153.85, -28.50, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9470412,-106.9169863, 3699.0, 2022, 6, 24, 15, 18, 48, 984, 2510, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 35, 0, 0, 0, 0, 23, 26, 27, 31, 0, 0, 32, 0, 35, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 91.84, 6, drogue, -7.95, 66012.00, 3470.76, 2150.90, -29.03, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9470412,-106.9169863, 3699.0, 2022, 6, 24, 15, 18, 48, 984, 2510, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 35, 0, 0, 0, 0, 23, 26, 27, 31, 0, 0, 32, 0, 35, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 91.86, 6, drogue, -7.95, 66012.00, 3470.76, 2150.90, -29.03, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9470412,-106.9169863, 3699.0, 2022, 6, 24, 15, 18, 48, 984, 2510, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 35, 0, 0, 0, 0, 23, 26, 27, 31, 0, 0, 32, 0, 35, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 91.94, 6, drogue, -8.48, 66044.00, 3466.99, 2147.13, -29.46, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9470412,-106.9169863, 3699.0, 2022, 6, 24, 15, 18, 48, 984, 2510, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 35, 0, 0, 0, 0, 23, 26, 27, 31, 0, 0, 32, 0, 35, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 92.04, 6, drogue, -10.60, 66046.00, 3466.75, 2146.90, -29.93, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9470412,-106.9169863, 3699.0, 2022, 6, 24, 15, 18, 48, 984, 2510, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 35, 0, 0, 0, 0, 23, 26, 27, 31, 0, 0, 32, 0, 35, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 92.14, 6, drogue, -13.78, 66057.00, 3465.46, 2145.60, -30.33, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9470412,-106.9169863, 3699.0, 2022, 6, 24, 15, 18, 48, 984, 2510, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 35, 0, 0, 0, 0, 23, 26, 27, 31, 0, 0, 32, 0, 35, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 92.18, 6, drogue, -13.78, 66057.00, 3465.46, 2145.60, -30.33, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9470412,-106.9169863, 3699.0, 2022, 6, 24, 15, 18, 48, 984, 2510, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 35, 0, 0, 0, 0, 23, 26, 27, 31, 0, 0, 32, 0, 35, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 92.24, 6, drogue, -12.19, 66106.00, 3459.69, 2139.84, -30.68, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9470412,-106.9169863, 3699.0, 2022, 6, 24, 15, 18, 48, 984, 2510, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 35, 0, 0, 0, 0, 23, 26, 27, 31, 0, 0, 32, 0, 35, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 92.34, 6, drogue, -10.60, 66133.00, 3456.52, 2136.66, -31.00, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9470412,-106.9169863, 3699.0, 2022, 6, 24, 15, 18, 48, 984, 2510, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 35, 0, 0, 0, 0, 23, 26, 27, 31, 0, 0, 32, 0, 35, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 92.44, 6, drogue, -10.60, 66260.00, 3441.60, 2121.74, -31.27, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9470786,-106.9170150, 3671.0, 2022, 6, 24, 15, 18, 49, 989, 2486, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 21, 30, 25, 32, 0, 0, 28, 0, 32, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 92.44, 6, drogue, -10.60, 66260.00, 3441.60, 2121.74, -31.27, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9470786,-106.9170150, 3671.0, 2022, 6, 24, 15, 18, 49, 989, 2486, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 21, 30, 25, 32, 0, 0, 28, 0, 32, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 92.44, 6, drogue, -10.60, 66260.00, 3441.60, 2121.74, -31.27, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9470786,-106.9170150, 3671.0, 2022, 6, 24, 15, 18, 49, 989, 2486, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 21, 30, 25, 32, 0, 0, 28, 0, 32, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 92.44, 6, drogue, -10.60, 66260.00, 3441.60, 2121.74, -31.27, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9470786,-106.9170150, 3671.0, 2022, 6, 24, 15, 18, 49, 989, 2486, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 21, 30, 25, 32, 0, 0, 28, 0, 32, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 92.44, 6, drogue, -10.60, 66260.00, 3441.60, 2121.74, -31.27, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9470786,-106.9170150, 3671.0, 2022, 6, 24, 15, 18, 49, 989, 2486, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 21, 30, 25, 32, 0, 0, 28, 0, 32, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 92.44, 6, drogue, -10.60, 66260.00, 3441.60, 2121.74, -31.27, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9470786,-106.9170150, 3671.0, 2022, 6, 24, 15, 18, 49, 989, 2486, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 21, 30, 25, 32, 0, 0, 28, 0, 32, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 92.50, 6, drogue, -10.60, 66260.00, 3441.60, 2121.74, -31.27, 33.2, 0.00, 0.01, 3.86, 1, 1, 10, 32.9470786,-106.9170150, 3671.0, 2022, 6, 24, 15, 18, 49, 989, 2486, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 21, 30, 25, 32, 0, 0, 28, 0, 32, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 92.54, 6, drogue, -12.19, 66291.00, 3437.96, 2118.10, -31.40, 33.2, 0.00, 0.01, 3.86, 1, 1, 10, 32.9470786,-106.9170150, 3671.0, 2022, 6, 24, 15, 18, 49, 989, 2486, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 21, 30, 25, 32, 0, 0, 28, 0, 32, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 92.64, 6, drogue, -17.49, 66309.00, 3435.84, 2115.99, -31.47, 33.2, 0.00, 0.01, 3.86, 1, 1, 10, 32.9470786,-106.9170150, 3671.0, 2022, 6, 24, 15, 18, 49, 989, 2486, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 21, 30, 25, 32, 0, 0, 28, 0, 32, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 92.74, 6, drogue, -19.08, 66309.00, 3435.84, 2115.99, -31.46, 33.2, 0.00, 0.01, 3.86, 1, 1, 10, 32.9470786,-106.9170150, 3671.0, 2022, 6, 24, 15, 18, 49, 989, 2486, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 21, 30, 25, 32, 0, 0, 28, 0, 32, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 92.82, 6, drogue, -19.08, 66309.00, 3435.84, 2115.99, -31.46, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9470786,-106.9170150, 3671.0, 2022, 6, 24, 15, 18, 49, 989, 2486, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 21, 30, 25, 32, 0, 0, 28, 0, 32, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 92.84, 6, drogue, -18.02, 66233.00, 3444.77, 2124.91, -31.41, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9470786,-106.9170150, 3671.0, 2022, 6, 24, 15, 18, 49, 989, 2486, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 21, 30, 25, 32, 0, 0, 28, 0, 32, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 92.94, 6, drogue, -16.96, 66257.00, 3441.95, 2122.09, -31.32, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9470786,-106.9170150, 3671.0, 2022, 6, 24, 15, 18, 49, 989, 2486, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 21, 30, 25, 32, 0, 0, 28, 0, 32, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 93.04, 6, drogue, -15.90, 66304.00, 3436.43, 2116.58, -31.18, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9470786,-106.9170150, 3671.0, 2022, 6, 24, 15, 18, 49, 989, 2486, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 21, 30, 25, 32, 0, 0, 28, 0, 32, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 93.14, 6, drogue, -7.95, 66417.00, 3423.18, 2103.32, -31.00, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9470786,-106.9170150, 3671.0, 2022, 6, 24, 15, 18, 49, 989, 2486, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 21, 30, 25, 32, 0, 0, 28, 0, 32, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 93.14, 6, drogue, -7.95, 66417.00, 3423.18, 2103.32, -31.00, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9470786,-106.9170150, 3671.0, 2022, 6, 24, 15, 18, 49, 989, 2486, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 21, 30, 25, 32, 0, 0, 28, 0, 32, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 93.24, 6, drogue, -6.36, 66414.00, 3423.53, 2103.68, -30.79, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9470786,-106.9170150, 3671.0, 2022, 6, 24, 15, 18, 49, 989, 2486, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 21, 30, 25, 32, 0, 0, 28, 0, 32, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 93.34, 6, drogue, -13.25, 66414.00, 3423.53, 2103.68, -30.60, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9470786,-106.9170150, 3671.0, 2022, 6, 24, 15, 18, 49, 989, 2486, 328, 67, 1.4,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 21, 30, 25, 32, 0, 0, 28, 0, 32, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 93.44, 6, drogue, -18.55, 66377.00, 3427.87, 2108.01, -30.36, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471165,-106.9170435, 3642.0, 2022, 6, 24, 15, 18, 50, 994, 2462, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 26, 0, 0, 0, 0, 29, 33, 26, 33, 0, 0, 23, 0, 27, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 93.44, 6, drogue, -18.55, 66377.00, 3427.87, 2108.01, -30.36, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471165,-106.9170435, 3642.0, 2022, 6, 24, 15, 18, 50, 994, 2462, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 26, 0, 0, 0, 0, 29, 33, 26, 33, 0, 0, 23, 0, 27, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 93.44, 6, drogue, -18.55, 66377.00, 3427.87, 2108.01, -30.36, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471165,-106.9170435, 3642.0, 2022, 6, 24, 15, 18, 50, 994, 2462, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 26, 0, 0, 0, 0, 29, 33, 26, 33, 0, 0, 23, 0, 27, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 93.44, 6, drogue, -18.55, 66377.00, 3427.87, 2108.01, -30.36, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471165,-106.9170435, 3642.0, 2022, 6, 24, 15, 18, 50, 994, 2462, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 26, 0, 0, 0, 0, 29, 33, 26, 33, 0, 0, 23, 0, 27, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 93.44, 6, drogue, -18.55, 66377.00, 3427.87, 2108.01, -30.36, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471165,-106.9170435, 3642.0, 2022, 6, 24, 15, 18, 50, 994, 2462, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 26, 0, 0, 0, 0, 29, 33, 26, 33, 0, 0, 23, 0, 27, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 93.44, 6, drogue, -18.55, 66377.00, 3427.87, 2108.01, -30.36, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471165,-106.9170435, 3642.0, 2022, 6, 24, 15, 18, 50, 994, 2462, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 26, 0, 0, 0, 0, 29, 33, 26, 33, 0, 0, 23, 0, 27, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 93.46, 6, drogue, -18.55, 66377.00, 3427.87, 2108.01, -30.36, 33.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9471165,-106.9170435, 3642.0, 2022, 6, 24, 15, 18, 50, 994, 2462, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 26, 0, 0, 0, 0, 29, 33, 26, 33, 0, 0, 23, 0, 27, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 93.54, 6, drogue, -13.78, 66445.00, 3419.90, 2100.04, -30.10, 33.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9471165,-106.9170435, 3642.0, 2022, 6, 24, 15, 18, 50, 994, 2462, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 26, 0, 0, 0, 0, 29, 33, 26, 33, 0, 0, 23, 0, 27, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 93.64, 6, drogue, -13.25, 66490.00, 3414.63, 2094.77, -29.89, 33.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9471165,-106.9170435, 3642.0, 2022, 6, 24, 15, 18, 50, 994, 2462, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 26, 0, 0, 0, 0, 29, 33, 26, 33, 0, 0, 23, 0, 27, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 93.74, 6, drogue, -14.84, 66550.00, 3407.61, 2087.75, -29.68, 33.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9471165,-106.9170435, 3642.0, 2022, 6, 24, 15, 18, 50, 994, 2462, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 26, 0, 0, 0, 0, 29, 33, 26, 33, 0, 0, 23, 0, 27, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 93.78, 6, drogue, -14.84, 66550.00, 3407.61, 2087.75, -29.68, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471165,-106.9170435, 3642.0, 2022, 6, 24, 15, 18, 50, 994, 2462, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 26, 0, 0, 0, 0, 29, 33, 26, 33, 0, 0, 23, 0, 27, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 93.84, 6, drogue, -16.43, 66576.00, 3404.56, 2084.71, -29.44, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471165,-106.9170435, 3642.0, 2022, 6, 24, 15, 18, 50, 994, 2462, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 26, 0, 0, 0, 0, 29, 33, 26, 33, 0, 0, 23, 0, 27, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 93.94, 6, drogue, -17.49, 66592.00, 3402.69, 2082.84, -29.18, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471165,-106.9170435, 3642.0, 2022, 6, 24, 15, 18, 50, 994, 2462, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 26, 0, 0, 0, 0, 29, 33, 26, 33, 0, 0, 23, 0, 27, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 94.04, 6, drogue, -16.96, 66624.00, 3398.95, 2079.10, -28.84, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471165,-106.9170435, 3642.0, 2022, 6, 24, 15, 18, 50, 994, 2462, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 26, 0, 0, 0, 0, 29, 33, 26, 33, 0, 0, 23, 0, 27, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 94.10, 6, drogue, -16.96, 66624.00, 3398.95, 2079.10, -28.84, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471165,-106.9170435, 3642.0, 2022, 6, 24, 15, 18, 50, 994, 2462, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 26, 0, 0, 0, 0, 29, 33, 26, 33, 0, 0, 23, 0, 27, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 94.14, 6, drogue, -17.49, 66633.00, 3397.90, 2078.04, -28.44, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471165,-106.9170435, 3642.0, 2022, 6, 24, 15, 18, 50, 994, 2462, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 26, 0, 0, 0, 0, 29, 33, 26, 33, 0, 0, 23, 0, 27, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 94.24, 6, drogue, -16.96, 66668.00, 3393.81, 2073.95, -28.01, 33.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471165,-106.9170435, 3642.0, 2022, 6, 24, 15, 18, 50, 994, 2462, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 26, 0, 0, 0, 0, 29, 33, 26, 33, 0, 0, 23, 0, 27, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 94.34, 6, drogue, -14.84, 66704.00, 3389.61, 2069.75, -27.52, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471165,-106.9170435, 3642.0, 2022, 6, 24, 15, 18, 50, 994, 2462, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 26, 0, 0, 0, 0, 29, 33, 26, 33, 0, 0, 23, 0, 27, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 94.42, 6, drogue, -14.84, 66704.00, 3389.61, 2069.75, -27.52, 33.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9471165,-106.9170435, 3642.0, 2022, 6, 24, 15, 18, 50, 994, 2462, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 26, 0, 0, 0, 0, 29, 33, 26, 33, 0, 0, 23, 0, 27, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 94.44, 6, drogue, -15.90, 66710.00, 3388.90, 2069.05, -27.03, 33.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9471592,-106.9170579, 3614.0, 2022, 6, 24, 15, 18, 51, 999, 2438, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 30, 0, 0, 0, 0, 28, 33, 26, 30, 0, 0, 34, 0, 32, 22, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 94.44, 6, drogue, -15.90, 66710.00, 3388.90, 2069.05, -27.03, 33.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9471592,-106.9170579, 3614.0, 2022, 6, 24, 15, 18, 51, 999, 2438, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 30, 0, 0, 0, 0, 28, 33, 26, 30, 0, 0, 34, 0, 32, 22, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 94.44, 6, drogue, -15.90, 66710.00, 3388.90, 2069.05, -27.03, 33.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9471592,-106.9170579, 3614.0, 2022, 6, 24, 15, 18, 51, 999, 2438, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 30, 0, 0, 0, 0, 28, 33, 26, 30, 0, 0, 34, 0, 32, 22, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 94.44, 6, drogue, -15.90, 66710.00, 3388.90, 2069.05, -27.03, 33.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9471592,-106.9170579, 3614.0, 2022, 6, 24, 15, 18, 51, 999, 2438, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 30, 0, 0, 0, 0, 28, 33, 26, 30, 0, 0, 34, 0, 32, 22, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 94.44, 6, drogue, -15.90, 66710.00, 3388.90, 2069.05, -27.03, 33.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9471592,-106.9170579, 3614.0, 2022, 6, 24, 15, 18, 51, 999, 2438, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 30, 0, 0, 0, 0, 28, 33, 26, 30, 0, 0, 34, 0, 32, 22, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 94.44, 6, drogue, -15.90, 66710.00, 3388.90, 2069.05, -27.03, 33.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9471592,-106.9170579, 3614.0, 2022, 6, 24, 15, 18, 51, 999, 2438, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 30, 0, 0, 0, 0, 28, 33, 26, 30, 0, 0, 34, 0, 32, 22, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 94.54, 6, drogue, -19.08, 66688.00, 3391.47, 2071.62, -26.49, 33.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9471592,-106.9170579, 3614.0, 2022, 6, 24, 15, 18, 51, 999, 2438, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 30, 0, 0, 0, 0, 28, 33, 26, 30, 0, 0, 34, 0, 32, 22, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 94.64, 6, drogue, -18.02, 66726.00, 3387.04, 2067.18, -25.88, 33.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9471592,-106.9170579, 3614.0, 2022, 6, 24, 15, 18, 51, 999, 2438, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 30, 0, 0, 0, 0, 28, 33, 26, 30, 0, 0, 34, 0, 32, 22, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 94.74, 6, drogue, -15.90, 66747.00, 3384.59, 2064.73, -25.24, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471592,-106.9170579, 3614.0, 2022, 6, 24, 15, 18, 51, 999, 2438, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 30, 0, 0, 0, 0, 28, 33, 26, 30, 0, 0, 34, 0, 32, 22, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 94.74, 6, drogue, -15.90, 66747.00, 3384.59, 2064.73, -25.24, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471592,-106.9170579, 3614.0, 2022, 6, 24, 15, 18, 51, 999, 2438, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 30, 0, 0, 0, 0, 28, 33, 26, 30, 0, 0, 34, 0, 32, 22, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 94.84, 6, drogue, -15.37, 66781.00, 3380.62, 2060.76, -24.53, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471592,-106.9170579, 3614.0, 2022, 6, 24, 15, 18, 51, 999, 2438, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 30, 0, 0, 0, 0, 28, 33, 26, 30, 0, 0, 34, 0, 32, 22, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 94.94, 6, drogue, -14.84, 66848.00, 3372.80, 2052.95, -23.84, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471592,-106.9170579, 3614.0, 2022, 6, 24, 15, 18, 51, 999, 2438, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 30, 0, 0, 0, 0, 28, 33, 26, 30, 0, 0, 34, 0, 32, 22, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 95.04, 6, drogue, -15.37, 66864.00, 3370.94, 2051.08, -23.26, 33.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471592,-106.9170579, 3614.0, 2022, 6, 24, 15, 18, 51, 999, 2438, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 30, 0, 0, 0, 0, 28, 33, 26, 30, 0, 0, 34, 0, 32, 22, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 95.06, 6, drogue, -15.37, 66864.00, 3370.94, 2051.08, -23.26, 33.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471592,-106.9170579, 3614.0, 2022, 6, 24, 15, 18, 51, 999, 2438, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 30, 0, 0, 0, 0, 28, 33, 26, 30, 0, 0, 34, 0, 32, 22, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 95.14, 6, drogue, -16.96, 66875.00, 3369.66, 2049.80, -22.74, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471592,-106.9170579, 3614.0, 2022, 6, 24, 15, 18, 51, 999, 2438, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 30, 0, 0, 0, 0, 28, 33, 26, 30, 0, 0, 34, 0, 32, 22, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 95.24, 6, drogue, -18.02, 66908.00, 3365.81, 2045.96, -22.25, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471592,-106.9170579, 3614.0, 2022, 6, 24, 15, 18, 51, 999, 2438, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 30, 0, 0, 0, 0, 28, 33, 26, 30, 0, 0, 34, 0, 32, 22, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 95.34, 6, drogue, -18.55, 66942.00, 3361.85, 2042.00, -21.83, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471592,-106.9170579, 3614.0, 2022, 6, 24, 15, 18, 51, 999, 2438, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 30, 0, 0, 0, 0, 28, 33, 26, 30, 0, 0, 34, 0, 32, 22, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 95.38, 6, drogue, -18.55, 66942.00, 3361.85, 2042.00, -21.83, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9471592,-106.9170579, 3614.0, 2022, 6, 24, 15, 18, 51, 999, 2438, 328, 66, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 30, 0, 0, 0, 0, 28, 33, 26, 30, 0, 0, 34, 0, 32, 22, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 95.44, 6, drogue, -16.43, 66943.00, 3361.74, 2041.88, -21.46, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472022,-106.9170577, 3584.0, 2022, 6, 24, 15, 18, 52, 1003, 2412, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 30, 0, 0, 0, 0, 33, 33, 28, 34, 0, 0, 34, 0, 26, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 95.44, 6, drogue, -16.43, 66943.00, 3361.74, 2041.88, -21.46, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472022,-106.9170577, 3584.0, 2022, 6, 24, 15, 18, 52, 1003, 2412, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 30, 0, 0, 0, 0, 33, 33, 28, 34, 0, 0, 34, 0, 26, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 95.44, 6, drogue, -16.43, 66943.00, 3361.74, 2041.88, -21.46, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472022,-106.9170577, 3584.0, 2022, 6, 24, 15, 18, 52, 1003, 2412, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 30, 0, 0, 0, 0, 33, 33, 28, 34, 0, 0, 34, 0, 26, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 95.44, 6, drogue, -16.43, 66943.00, 3361.74, 2041.88, -21.46, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472022,-106.9170577, 3584.0, 2022, 6, 24, 15, 18, 52, 1003, 2412, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 30, 0, 0, 0, 0, 33, 33, 28, 34, 0, 0, 34, 0, 26, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 95.44, 6, drogue, -16.43, 66943.00, 3361.74, 2041.88, -21.46, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472022,-106.9170577, 3584.0, 2022, 6, 24, 15, 18, 52, 1003, 2412, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 30, 0, 0, 0, 0, 33, 33, 28, 34, 0, 0, 34, 0, 26, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 95.44, 6, drogue, -16.43, 66943.00, 3361.74, 2041.88, -21.46, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472022,-106.9170577, 3584.0, 2022, 6, 24, 15, 18, 52, 1003, 2412, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 30, 0, 0, 0, 0, 33, 33, 28, 34, 0, 0, 34, 0, 26, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 95.54, 6, drogue, -16.96, 66934.00, 3362.78, 2042.93, -21.17, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472022,-106.9170577, 3584.0, 2022, 6, 24, 15, 18, 52, 1003, 2412, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 30, 0, 0, 0, 0, 33, 33, 28, 34, 0, 0, 34, 0, 26, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 95.64, 6, drogue, -17.49, 66961.00, 3359.64, 2039.78, -21.04, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472022,-106.9170577, 3584.0, 2022, 6, 24, 15, 18, 52, 1003, 2412, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 30, 0, 0, 0, 0, 33, 33, 28, 34, 0, 0, 34, 0, 26, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 95.70, 6, drogue, -17.49, 66961.00, 3359.64, 2039.78, -21.04, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472022,-106.9170577, 3584.0, 2022, 6, 24, 15, 18, 52, 1003, 2412, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 30, 0, 0, 0, 0, 33, 33, 28, 34, 0, 0, 34, 0, 26, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 95.74, 6, drogue, -19.08, 66927.00, 3363.60, 2043.74, -21.02, 33.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472022,-106.9170577, 3584.0, 2022, 6, 24, 15, 18, 52, 1003, 2412, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 30, 0, 0, 0, 0, 33, 33, 28, 34, 0, 0, 34, 0, 26, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 95.84, 6, drogue, -19.08, 66958.00, 3359.99, 2040.13, -21.08, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472022,-106.9170577, 3584.0, 2022, 6, 24, 15, 18, 52, 1003, 2412, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 30, 0, 0, 0, 0, 33, 33, 28, 34, 0, 0, 34, 0, 26, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 95.94, 6, drogue, -18.55, 66993.00, 3355.92, 2036.06, -21.26, 33.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472022,-106.9170577, 3584.0, 2022, 6, 24, 15, 18, 52, 1003, 2412, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 30, 0, 0, 0, 0, 33, 33, 28, 34, 0, 0, 34, 0, 26, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 96.02, 6, drogue, -18.55, 66993.00, 3355.92, 2036.06, -21.26, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472022,-106.9170577, 3584.0, 2022, 6, 24, 15, 18, 52, 1003, 2412, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 30, 0, 0, 0, 0, 33, 33, 28, 34, 0, 0, 34, 0, 26, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 96.04, 6, drogue, -17.49, 66984.00, 3356.96, 2037.11, -21.53, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472022,-106.9170577, 3584.0, 2022, 6, 24, 15, 18, 52, 1003, 2412, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 30, 0, 0, 0, 0, 33, 33, 28, 34, 0, 0, 34, 0, 26, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 96.14, 6, drogue, -18.55, 66996.00, 3355.57, 2035.71, -21.90, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472022,-106.9170577, 3584.0, 2022, 6, 24, 15, 18, 52, 1003, 2412, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 30, 0, 0, 0, 0, 33, 33, 28, 34, 0, 0, 34, 0, 26, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 96.24, 6, drogue, -18.55, 67030.00, 3351.61, 2031.76, -22.33, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472022,-106.9170577, 3584.0, 2022, 6, 24, 15, 18, 52, 1003, 2412, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 30, 0, 0, 0, 0, 33, 33, 28, 34, 0, 0, 34, 0, 26, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 96.34, 6, drogue, -17.49, 67029.00, 3351.73, 2031.87, -22.83, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472022,-106.9170577, 3584.0, 2022, 6, 24, 15, 18, 52, 1003, 2412, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 30, 0, 0, 0, 0, 33, 33, 28, 34, 0, 0, 34, 0, 26, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 96.34, 6, drogue, -17.49, 67029.00, 3351.73, 2031.87, -22.83, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472022,-106.9170577, 3584.0, 2022, 6, 24, 15, 18, 52, 1003, 2412, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 30, 0, 0, 0, 0, 33, 33, 28, 34, 0, 0, 34, 0, 26, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 96.44, 6, drogue, -17.49, 67048.00, 3349.52, 2029.66, -23.38, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472409,-106.9170487, 3556.0, 2022, 6, 24, 15, 18, 53, 1006, 2388, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 29, 29, 26, 0, 0, 34, 0, 32, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 96.44, 6, drogue, -17.49, 67048.00, 3349.52, 2029.66, -23.38, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472409,-106.9170487, 3556.0, 2022, 6, 24, 15, 18, 53, 1006, 2388, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 29, 29, 26, 0, 0, 34, 0, 32, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 96.44, 6, drogue, -17.49, 67048.00, 3349.52, 2029.66, -23.38, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472409,-106.9170487, 3556.0, 2022, 6, 24, 15, 18, 53, 1006, 2388, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 29, 29, 26, 0, 0, 34, 0, 32, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 96.44, 6, drogue, -17.49, 67048.00, 3349.52, 2029.66, -23.38, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472409,-106.9170487, 3556.0, 2022, 6, 24, 15, 18, 53, 1006, 2388, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 29, 29, 26, 0, 0, 34, 0, 32, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 96.44, 6, drogue, -17.49, 67048.00, 3349.52, 2029.66, -23.38, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472409,-106.9170487, 3556.0, 2022, 6, 24, 15, 18, 53, 1006, 2388, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 29, 29, 26, 0, 0, 34, 0, 32, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 96.44, 6, drogue, -17.49, 67048.00, 3349.52, 2029.66, -23.38, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472409,-106.9170487, 3556.0, 2022, 6, 24, 15, 18, 53, 1006, 2388, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 29, 29, 26, 0, 0, 34, 0, 32, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 96.54, 6, drogue, -18.02, 67099.00, 3343.59, 2023.73, -23.96, 33.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472409,-106.9170487, 3556.0, 2022, 6, 24, 15, 18, 53, 1006, 2388, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 29, 29, 26, 0, 0, 34, 0, 32, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 96.64, 6, drogue, -18.55, 67112.00, 3342.08, 2022.22, -24.57, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472409,-106.9170487, 3556.0, 2022, 6, 24, 15, 18, 53, 1006, 2388, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 29, 29, 26, 0, 0, 34, 0, 32, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 96.66, 6, drogue, -18.55, 67112.00, 3342.08, 2022.22, -24.57, 33.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9472409,-106.9170487, 3556.0, 2022, 6, 24, 15, 18, 53, 1006, 2388, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 29, 29, 26, 0, 0, 34, 0, 32, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 96.74, 6, drogue, -18.02, 67153.00, 3337.31, 2017.46, -25.19, 33.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9472409,-106.9170487, 3556.0, 2022, 6, 24, 15, 18, 53, 1006, 2388, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 29, 29, 26, 0, 0, 34, 0, 32, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 96.84, 6, drogue, -16.96, 67160.00, 3336.50, 2016.65, -25.77, 33.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9472409,-106.9170487, 3556.0, 2022, 6, 24, 15, 18, 53, 1006, 2388, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 29, 29, 26, 0, 0, 34, 0, 32, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 96.94, 6, drogue, -15.90, 67171.00, 3335.22, 2015.37, -26.36, 33.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9472409,-106.9170487, 3556.0, 2022, 6, 24, 15, 18, 53, 1006, 2388, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 29, 29, 26, 0, 0, 34, 0, 32, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 96.98, 6, drogue, -15.90, 67171.00, 3335.22, 2015.37, -26.36, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472409,-106.9170487, 3556.0, 2022, 6, 24, 15, 18, 53, 1006, 2388, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 29, 29, 26, 0, 0, 34, 0, 32, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 97.04, 6, drogue, -15.90, 67245.00, 3326.63, 2006.78, -26.88, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472409,-106.9170487, 3556.0, 2022, 6, 24, 15, 18, 53, 1006, 2388, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 29, 29, 26, 0, 0, 34, 0, 32, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 97.14, 6, drogue, -13.78, 67225.00, 3328.96, 2009.10, -27.34, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472409,-106.9170487, 3556.0, 2022, 6, 24, 15, 18, 53, 1006, 2388, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 29, 29, 26, 0, 0, 34, 0, 32, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 97.24, 6, drogue, -13.25, 67231.00, 3328.26, 2008.40, -27.71, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472409,-106.9170487, 3556.0, 2022, 6, 24, 15, 18, 53, 1006, 2388, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 29, 29, 26, 0, 0, 34, 0, 32, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 97.30, 6, drogue, -13.25, 67231.00, 3328.26, 2008.40, -27.71, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472409,-106.9170487, 3556.0, 2022, 6, 24, 15, 18, 53, 1006, 2388, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 29, 29, 26, 0, 0, 34, 0, 32, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 97.34, 6, drogue, -11.66, 67294.00, 3320.95, 2001.10, -28.03, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472409,-106.9170487, 3556.0, 2022, 6, 24, 15, 18, 53, 1006, 2388, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 29, 29, 26, 0, 0, 34, 0, 32, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 97.44, 6, drogue, -13.78, 67311.00, 3318.98, 1999.13, -28.24, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472657,-106.9170301, 3528.0, 2022, 6, 24, 15, 18, 54, 1008, 2364, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 28, 0, 0, 0, 0, 27, 27, 30, 31, 0, 0, 35, 0, 31, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 97.44, 6, drogue, -13.78, 67311.00, 3318.98, 1999.13, -28.24, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472657,-106.9170301, 3528.0, 2022, 6, 24, 15, 18, 54, 1008, 2364, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 28, 0, 0, 0, 0, 27, 27, 30, 31, 0, 0, 35, 0, 31, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 97.44, 6, drogue, -13.78, 67311.00, 3318.98, 1999.13, -28.24, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472657,-106.9170301, 3528.0, 2022, 6, 24, 15, 18, 54, 1008, 2364, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 28, 0, 0, 0, 0, 27, 27, 30, 31, 0, 0, 35, 0, 31, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 97.44, 6, drogue, -13.78, 67311.00, 3318.98, 1999.13, -28.24, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472657,-106.9170301, 3528.0, 2022, 6, 24, 15, 18, 54, 1008, 2364, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 28, 0, 0, 0, 0, 27, 27, 30, 31, 0, 0, 35, 0, 31, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 97.44, 6, drogue, -13.78, 67311.00, 3318.98, 1999.13, -28.24, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472657,-106.9170301, 3528.0, 2022, 6, 24, 15, 18, 54, 1008, 2364, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 28, 0, 0, 0, 0, 27, 27, 30, 31, 0, 0, 35, 0, 31, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 97.44, 6, drogue, -13.78, 67311.00, 3318.98, 1999.13, -28.24, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472657,-106.9170301, 3528.0, 2022, 6, 24, 15, 18, 54, 1008, 2364, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 28, 0, 0, 0, 0, 27, 27, 30, 31, 0, 0, 35, 0, 31, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 97.54, 6, drogue, -14.31, 67277.00, 3322.92, 2003.07, -28.35, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472657,-106.9170301, 3528.0, 2022, 6, 24, 15, 18, 54, 1008, 2364, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 28, 0, 0, 0, 0, 27, 27, 30, 31, 0, 0, 35, 0, 31, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 97.62, 6, drogue, -14.31, 67277.00, 3322.92, 2003.07, -28.35, 33.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472657,-106.9170301, 3528.0, 2022, 6, 24, 15, 18, 54, 1008, 2364, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 28, 0, 0, 0, 0, 27, 27, 30, 31, 0, 0, 35, 0, 31, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 97.64, 6, drogue, -14.84, 67363.00, 3312.95, 1993.10, -28.40, 33.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472657,-106.9170301, 3528.0, 2022, 6, 24, 15, 18, 54, 1008, 2364, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 28, 0, 0, 0, 0, 27, 27, 30, 31, 0, 0, 35, 0, 31, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 97.74, 6, drogue, -16.43, 67387.00, 3310.17, 1990.32, -28.36, 33.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472657,-106.9170301, 3528.0, 2022, 6, 24, 15, 18, 54, 1008, 2364, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 28, 0, 0, 0, 0, 27, 27, 30, 31, 0, 0, 35, 0, 31, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 97.84, 6, drogue, -12.19, 67400.00, 3308.67, 1988.81, -28.28, 33.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472657,-106.9170301, 3528.0, 2022, 6, 24, 15, 18, 54, 1008, 2364, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 28, 0, 0, 0, 0, 27, 27, 30, 31, 0, 0, 35, 0, 31, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 97.94, 6, drogue, -11.66, 67461.00, 3301.61, 1981.75, -28.22, 33.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472657,-106.9170301, 3528.0, 2022, 6, 24, 15, 18, 54, 1008, 2364, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 28, 0, 0, 0, 0, 27, 27, 30, 31, 0, 0, 35, 0, 31, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 97.94, 6, drogue, -11.66, 67461.00, 3301.61, 1981.75, -28.22, 33.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472657,-106.9170301, 3528.0, 2022, 6, 24, 15, 18, 54, 1008, 2364, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 28, 0, 0, 0, 0, 27, 27, 30, 31, 0, 0, 35, 0, 31, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 98.04, 6, drogue, -16.43, 67479.00, 3299.53, 1979.67, -28.11, 33.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472657,-106.9170301, 3528.0, 2022, 6, 24, 15, 18, 54, 1008, 2364, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 28, 0, 0, 0, 0, 27, 27, 30, 31, 0, 0, 35, 0, 31, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 98.14, 6, drogue, -19.61, 67520.00, 3294.78, 1974.93, -27.99, 33.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472657,-106.9170301, 3528.0, 2022, 6, 24, 15, 18, 54, 1008, 2364, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 28, 0, 0, 0, 0, 27, 27, 30, 31, 0, 0, 35, 0, 31, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 98.24, 6, drogue, -20.14, 67509.00, 3296.05, 1976.20, -27.87, 33.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472657,-106.9170301, 3528.0, 2022, 6, 24, 15, 18, 54, 1008, 2364, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 28, 0, 0, 0, 0, 27, 27, 30, 31, 0, 0, 35, 0, 31, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 98.26, 6, drogue, -20.14, 67509.00, 3296.05, 1976.20, -27.87, 33.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9472657,-106.9170301, 3528.0, 2022, 6, 24, 15, 18, 54, 1008, 2364, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 28, 0, 0, 0, 0, 27, 27, 30, 31, 0, 0, 35, 0, 31, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 98.34, 6, drogue, -18.02, 67533.00, 3293.28, 1973.42, -27.72, 33.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9472657,-106.9170301, 3528.0, 2022, 6, 24, 15, 18, 54, 1008, 2364, 329, 65, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 28, 0, 0, 0, 0, 27, 27, 30, 31, 0, 0, 35, 0, 31, 28, 0, 0, 0, 25, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 98.44, 6, drogue, -18.55, 67581.00, 3287.73, 1967.88, -27.57, 33.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9472884,-106.9170078, 3499.0, 2022, 6, 24, 15, 18, 55, 1009, 2338, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 30, 30, 0, 0, 33, 0, 0, 0, 0, 32, 31, 29, 30, 0, 0, 27, 0, 20, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 98.44, 6, drogue, -18.55, 67581.00, 3287.73, 1967.88, -27.57, 33.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9472884,-106.9170078, 3499.0, 2022, 6, 24, 15, 18, 55, 1009, 2338, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 30, 30, 0, 0, 33, 0, 0, 0, 0, 32, 31, 29, 30, 0, 0, 27, 0, 20, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 98.44, 6, drogue, -18.55, 67581.00, 3287.73, 1967.88, -27.57, 33.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9472884,-106.9170078, 3499.0, 2022, 6, 24, 15, 18, 55, 1009, 2338, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 30, 30, 0, 0, 33, 0, 0, 0, 0, 32, 31, 29, 30, 0, 0, 27, 0, 20, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 98.44, 6, drogue, -18.55, 67581.00, 3287.73, 1967.88, -27.57, 33.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9472884,-106.9170078, 3499.0, 2022, 6, 24, 15, 18, 55, 1009, 2338, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 30, 30, 0, 0, 33, 0, 0, 0, 0, 32, 31, 29, 30, 0, 0, 27, 0, 20, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 98.44, 6, drogue, -18.55, 67581.00, 3287.73, 1967.88, -27.57, 33.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9472884,-106.9170078, 3499.0, 2022, 6, 24, 15, 18, 55, 1009, 2338, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 30, 30, 0, 0, 33, 0, 0, 0, 0, 32, 31, 29, 30, 0, 0, 27, 0, 20, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 98.44, 6, drogue, -18.55, 67581.00, 3287.73, 1967.88, -27.57, 33.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9472884,-106.9170078, 3499.0, 2022, 6, 24, 15, 18, 55, 1009, 2338, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 30, 30, 0, 0, 33, 0, 0, 0, 0, 32, 31, 29, 30, 0, 0, 27, 0, 20, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 98.54, 6, drogue, -19.61, 67602.00, 3285.31, 1965.45, -27.41, 33.1, 0.01, 0.00, 3.86, 1, 1, 10, 32.9472884,-106.9170078, 3499.0, 2022, 6, 24, 15, 18, 55, 1009, 2338, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 30, 30, 0, 0, 33, 0, 0, 0, 0, 32, 31, 29, 30, 0, 0, 27, 0, 20, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 98.58, 6, drogue, -19.61, 67602.00, 3285.31, 1965.45, -27.41, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472884,-106.9170078, 3499.0, 2022, 6, 24, 15, 18, 55, 1009, 2338, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 30, 30, 0, 0, 33, 0, 0, 0, 0, 32, 31, 29, 30, 0, 0, 27, 0, 20, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 98.64, 6, drogue, -20.14, 67616.00, 3283.69, 1963.83, -27.25, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472884,-106.9170078, 3499.0, 2022, 6, 24, 15, 18, 55, 1009, 2338, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 30, 30, 0, 0, 33, 0, 0, 0, 0, 32, 31, 29, 30, 0, 0, 27, 0, 20, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 98.74, 6, drogue, -20.14, 67634.00, 3281.61, 1961.75, -27.06, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472884,-106.9170078, 3499.0, 2022, 6, 24, 15, 18, 55, 1009, 2338, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 30, 30, 0, 0, 33, 0, 0, 0, 0, 32, 31, 29, 30, 0, 0, 27, 0, 20, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 98.84, 6, drogue, -20.14, 67622.00, 3283.00, 1963.14, -26.86, 33.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9472884,-106.9170078, 3499.0, 2022, 6, 24, 15, 18, 55, 1009, 2338, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 30, 30, 0, 0, 33, 0, 0, 0, 0, 32, 31, 29, 30, 0, 0, 27, 0, 20, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 98.90, 6, drogue, -20.14, 67622.00, 3283.00, 1963.14, -26.86, 33.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9472884,-106.9170078, 3499.0, 2022, 6, 24, 15, 18, 55, 1009, 2338, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 30, 30, 0, 0, 33, 0, 0, 0, 0, 32, 31, 29, 30, 0, 0, 27, 0, 20, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 98.94, 6, drogue, -20.14, 67665.00, 3278.03, 1958.17, -26.65, 33.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9472884,-106.9170078, 3499.0, 2022, 6, 24, 15, 18, 55, 1009, 2338, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 30, 30, 0, 0, 33, 0, 0, 0, 0, 32, 31, 29, 30, 0, 0, 27, 0, 20, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 99.04, 6, drogue, -20.67, 67673.00, 3277.11, 1957.25, -26.44, 33.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9472884,-106.9170078, 3499.0, 2022, 6, 24, 15, 18, 55, 1009, 2338, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 30, 30, 0, 0, 33, 0, 0, 0, 0, 32, 31, 29, 30, 0, 0, 27, 0, 20, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 99.14, 6, drogue, -18.55, 67724.00, 3271.22, 1951.37, -26.15, 33.1, 0.00, 0.01, 3.87, 1, 1, 10, 32.9472884,-106.9170078, 3499.0, 2022, 6, 24, 15, 18, 55, 1009, 2338, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 30, 30, 0, 0, 33, 0, 0, 0, 0, 32, 31, 29, 30, 0, 0, 27, 0, 20, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 99.22, 6, drogue, -18.55, 67724.00, 3271.22, 1951.37, -26.15, 33.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472884,-106.9170078, 3499.0, 2022, 6, 24, 15, 18, 55, 1009, 2338, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 30, 30, 0, 0, 33, 0, 0, 0, 0, 32, 31, 29, 30, 0, 0, 27, 0, 20, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 99.24, 6, drogue, -18.02, 67723.00, 3271.34, 1951.48, -25.83, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472884,-106.9170078, 3499.0, 2022, 6, 24, 15, 18, 55, 1009, 2338, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 30, 30, 0, 0, 33, 0, 0, 0, 0, 32, 31, 29, 30, 0, 0, 27, 0, 20, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 99.34, 6, drogue, -19.61, 67778.00, 3265.00, 1945.14, -25.48, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9472884,-106.9170078, 3499.0, 2022, 6, 24, 15, 18, 55, 1009, 2338, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 30, 30, 0, 0, 33, 0, 0, 0, 0, 32, 31, 29, 30, 0, 0, 27, 0, 20, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 99.44, 6, drogue, -19.08, 67773.00, 3265.57, 1945.72, -25.16, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 99.44, 6, drogue, -19.08, 67773.00, 3265.57, 1945.72, -25.16, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 99.44, 6, drogue, -19.08, 67773.00, 3265.57, 1945.72, -25.16, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 99.44, 6, drogue, -19.08, 67773.00, 3265.57, 1945.72, -25.16, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 99.44, 6, drogue, -19.08, 67773.00, 3265.57, 1945.72, -25.16, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 99.44, 6, drogue, -19.08, 67773.00, 3265.57, 1945.72, -25.16, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 99.54, 6, drogue, -16.43, 67788.00, 3263.84, 1943.99, -24.86, 33.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 99.54, 6, drogue, -16.43, 67788.00, 3263.84, 1943.99, -24.86, 33.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 99.64, 6, drogue, -18.55, 67837.00, 3258.20, 1938.34, -24.61, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 99.74, 6, drogue, -20.14, 67844.00, 3257.39, 1937.53, -24.38, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 99.84, 6, drogue, -18.02, 67889.00, 3252.21, 1932.35, -24.18, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 99.86, 6, drogue, -18.02, 67889.00, 3252.21, 1932.35, -24.18, 33.0, 0.01, 0.00, 3.86, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 99.94, 6, drogue, -18.02, 67957.00, 3244.38, 1924.53, -24.00, 33.0, 0.01, 0.00, 3.86, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 100.04, 6, drogue, -18.55, 67964.00, 3243.58, 1923.72, -23.84, 33.0, 0.01, 0.00, 3.86, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 100.14, 6, drogue, -19.61, 67987.00, 3240.93, 1921.08, -23.77, 33.0, 0.01, 0.00, 3.86, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 100.18, 6, drogue, -19.61, 67987.00, 3240.93, 1921.08, -23.77, 33.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 100.24, 6, drogue, -18.55, 67994.00, 3240.13, 1920.27, -23.75, 33.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 100.34, 6, drogue, -17.49, 67977.00, 3242.08, 1922.23, -23.80, 33.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 100.44, 6, drogue, -17.49, 68009.00, 3238.40, 1918.55, -23.91, 33.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 100.44, 6, drogue, -17.49, 68009.00, 3238.40, 1918.55, -23.91, 33.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 100.44, 6, drogue, -17.49, 68009.00, 3238.40, 1918.55, -23.91, 33.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 100.44, 6, drogue, -17.49, 68009.00, 3238.40, 1918.55, -23.91, 33.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 100.44, 6, drogue, -17.49, 68009.00, 3238.40, 1918.55, -23.91, 33.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 100.44, 6, drogue, -17.49, 68009.00, 3238.40, 1918.55, -23.91, 33.0, 0.00, 0.01, 3.86, 1, 1, 10, 32.9473294,-106.9169831, 3471.0, 2022, 6, 24, 15, 18, 56, 1012, 2314, 329, 64, 1.4,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 31, 30, 27, 34, 0, 0, 28, 0, 27, 26, 0, 0, 0, 21, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 100.50, 6, drogue, -17.49, 68009.00, 3238.40, 1918.55, -23.91, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9473994,-106.9169509, 3442.0, 2022, 6, 24, 15, 18, 57, 1017, 2290, 330, 64, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 35, 0, 0, 0, 0, 31, 31, 27, 29, 0, 0, 28, 0, 26, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 100.54, 6, drogue, -20.14, 67986.00, 3241.05, 1921.19, -24.03, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9473994,-106.9169509, 3442.0, 2022, 6, 24, 15, 18, 57, 1017, 2290, 330, 64, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 35, 0, 0, 0, 0, 31, 31, 27, 29, 0, 0, 28, 0, 26, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 100.64, 6, drogue, -17.49, 68022.00, 3236.91, 1917.05, -24.15, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9473994,-106.9169509, 3442.0, 2022, 6, 24, 15, 18, 57, 1017, 2290, 330, 64, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 35, 0, 0, 0, 0, 31, 31, 27, 29, 0, 0, 28, 0, 26, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 100.74, 6, drogue, -10.07, 68012.00, 3238.06, 1918.20, -24.30, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9473994,-106.9169509, 3442.0, 2022, 6, 24, 15, 18, 57, 1017, 2290, 330, 64, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 35, 0, 0, 0, 0, 31, 31, 27, 29, 0, 0, 28, 0, 26, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 100.82, 6, drogue, -10.07, 68012.00, 3238.06, 1918.20, -24.30, 33.0, 0.01, 0.00, 3.87, 1, 1, 10, 32.9473994,-106.9169509, 3442.0, 2022, 6, 24, 15, 18, 57, 1017, 2290, 330, 64, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 35, 0, 0, 0, 0, 31, 31, 27, 29, 0, 0, 28, 0, 26, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 100.84, 6, drogue, -6.36, 68058.00, 3232.77, 1912.92, -24.57, 33.0, 0.01, 0.00, 3.87, 1, 1, 10, 32.9473994,-106.9169509, 3442.0, 2022, 6, 24, 15, 18, 57, 1017, 2290, 330, 64, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 35, 0, 0, 0, 0, 31, 31, 27, 29, 0, 0, 28, 0, 26, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 100.94, 6, drogue, -9.01, 68084.00, 3229.78, 1909.93, -24.90, 33.0, 0.01, 0.00, 3.87, 1, 1, 10, 32.9473994,-106.9169509, 3442.0, 2022, 6, 24, 15, 18, 57, 1017, 2290, 330, 64, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 35, 0, 0, 0, 0, 31, 31, 27, 29, 0, 0, 28, 0, 26, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 101.04, 6, drogue, -10.07, 68093.00, 3228.75, 1908.90, -25.25, 32.9, 0.01, 0.00, 3.87, 1, 1, 10, 32.9473994,-106.9169509, 3442.0, 2022, 6, 24, 15, 18, 57, 1017, 2290, 330, 64, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 35, 0, 0, 0, 0, 31, 31, 27, 29, 0, 0, 28, 0, 26, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 101.14, 6, drogue, -7.42, 68076.00, 3230.70, 1910.85, -25.64, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9473994,-106.9169509, 3442.0, 2022, 6, 24, 15, 18, 57, 1017, 2290, 330, 64, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 35, 0, 0, 0, 0, 31, 31, 27, 29, 0, 0, 28, 0, 26, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 101.14, 6, drogue, -7.42, 68076.00, 3230.70, 1910.85, -25.64, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9473994,-106.9169509, 3442.0, 2022, 6, 24, 15, 18, 57, 1017, 2290, 330, 64, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 35, 0, 0, 0, 0, 31, 31, 27, 29, 0, 0, 28, 0, 26, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 101.24, 6, drogue, -11.13, 68102.00, 3227.72, 1907.86, -26.04, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9473994,-106.9169509, 3442.0, 2022, 6, 24, 15, 18, 57, 1017, 2290, 330, 64, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 35, 0, 0, 0, 0, 31, 31, 27, 29, 0, 0, 28, 0, 26, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 101.34, 6, drogue, -13.25, 68110.00, 3226.80, 1906.94, -26.43, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9473994,-106.9169509, 3442.0, 2022, 6, 24, 15, 18, 57, 1017, 2290, 330, 64, 1.4,2147483647.0,2147483647.0, 0, 32, 24, 0, 0, 35, 0, 0, 0, 0, 31, 31, 27, 29, 0, 0, 28, 0, 26, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 101.44, 6, drogue, -9.54, 68220.00, 3214.18, 1894.32, -26.75, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474797,-106.9169283, 3414.0, 2022, 6, 24, 15, 18, 58, 1024, 2268, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 25, 0, 0, 0, 0, 31, 26, 33, 29, 0, 0, 32, 0, 27, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 101.44, 6, drogue, -9.54, 68220.00, 3214.18, 1894.32, -26.75, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474797,-106.9169283, 3414.0, 2022, 6, 24, 15, 18, 58, 1024, 2268, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 25, 0, 0, 0, 0, 31, 26, 33, 29, 0, 0, 32, 0, 27, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 101.44, 6, drogue, -9.54, 68220.00, 3214.18, 1894.32, -26.75, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474797,-106.9169283, 3414.0, 2022, 6, 24, 15, 18, 58, 1024, 2268, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 25, 0, 0, 0, 0, 31, 26, 33, 29, 0, 0, 32, 0, 27, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 101.44, 6, drogue, -9.54, 68220.00, 3214.18, 1894.32, -26.75, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474797,-106.9169283, 3414.0, 2022, 6, 24, 15, 18, 58, 1024, 2268, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 25, 0, 0, 0, 0, 31, 26, 33, 29, 0, 0, 32, 0, 27, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 101.44, 6, drogue, -9.54, 68220.00, 3214.18, 1894.32, -26.75, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474797,-106.9169283, 3414.0, 2022, 6, 24, 15, 18, 58, 1024, 2268, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 25, 0, 0, 0, 0, 31, 26, 33, 29, 0, 0, 32, 0, 27, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 101.44, 6, drogue, -9.54, 68220.00, 3214.18, 1894.32, -26.75, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474797,-106.9169283, 3414.0, 2022, 6, 24, 15, 18, 58, 1024, 2268, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 25, 0, 0, 0, 0, 31, 26, 33, 29, 0, 0, 32, 0, 27, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 101.46, 6, drogue, -9.54, 68220.00, 3214.18, 1894.32, -26.75, 33.0, 0.01, 0.00, 3.87, 1, 1, 10, 32.9474797,-106.9169283, 3414.0, 2022, 6, 24, 15, 18, 58, 1024, 2268, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 25, 0, 0, 0, 0, 31, 26, 33, 29, 0, 0, 32, 0, 27, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 101.54, 6, drogue, -11.13, 68313.00, 3203.52, 1883.66, -27.05, 32.9, 0.01, 0.00, 3.87, 1, 1, 10, 32.9474797,-106.9169283, 3414.0, 2022, 6, 24, 15, 18, 58, 1024, 2268, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 25, 0, 0, 0, 0, 31, 26, 33, 29, 0, 0, 32, 0, 27, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 101.64, 6, drogue, -13.25, 68313.00, 3203.52, 1883.66, -27.31, 32.9, 0.01, 0.00, 3.87, 1, 1, 10, 32.9474797,-106.9169283, 3414.0, 2022, 6, 24, 15, 18, 58, 1024, 2268, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 25, 0, 0, 0, 0, 31, 26, 33, 29, 0, 0, 32, 0, 27, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 101.74, 6, drogue, -15.90, 68327.00, 3201.91, 1882.06, -27.51, 32.9, 0.01, 0.00, 3.87, 1, 1, 10, 32.9474797,-106.9169283, 3414.0, 2022, 6, 24, 15, 18, 58, 1024, 2268, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 25, 0, 0, 0, 0, 31, 26, 33, 29, 0, 0, 32, 0, 27, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 101.78, 6, drogue, -15.90, 68327.00, 3201.91, 1882.06, -27.51, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474797,-106.9169283, 3414.0, 2022, 6, 24, 15, 18, 58, 1024, 2268, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 25, 0, 0, 0, 0, 31, 26, 33, 29, 0, 0, 32, 0, 27, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 101.84, 6, drogue, -18.55, 68346.00, 3199.74, 1879.88, -27.58, 33.0, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474797,-106.9169283, 3414.0, 2022, 6, 24, 15, 18, 58, 1024, 2268, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 25, 0, 0, 0, 0, 31, 26, 33, 29, 0, 0, 32, 0, 27, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 101.94, 6, drogue, -14.31, 68317.00, 3203.06, 1883.20, -27.59, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474797,-106.9169283, 3414.0, 2022, 6, 24, 15, 18, 58, 1024, 2268, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 25, 0, 0, 0, 0, 31, 26, 33, 29, 0, 0, 32, 0, 27, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 102.04, 6, drogue, -19.08, 68330.00, 3201.57, 1881.71, -27.48, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474797,-106.9169283, 3414.0, 2022, 6, 24, 15, 18, 58, 1024, 2268, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 25, 0, 0, 0, 0, 31, 26, 33, 29, 0, 0, 32, 0, 27, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 102.10, 6, drogue, -19.08, 68330.00, 3201.57, 1881.71, -27.48, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474797,-106.9169283, 3414.0, 2022, 6, 24, 15, 18, 58, 1024, 2268, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 25, 0, 0, 0, 0, 31, 26, 33, 29, 0, 0, 32, 0, 27, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 102.14, 6, drogue, -14.31, 68411.00, 3192.30, 1872.44, -27.33, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474797,-106.9169283, 3414.0, 2022, 6, 24, 15, 18, 58, 1024, 2268, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 25, 0, 0, 0, 0, 31, 26, 33, 29, 0, 0, 32, 0, 27, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 102.24, 6, drogue, -7.95, 68432.00, 3189.90, 1870.04, -27.19, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474797,-106.9169283, 3414.0, 2022, 6, 24, 15, 18, 58, 1024, 2268, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 25, 0, 0, 0, 0, 31, 26, 33, 29, 0, 0, 32, 0, 27, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 102.34, 6, drogue, -1.59, 68461.00, 3186.58, 1866.72, -26.95, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474797,-106.9169283, 3414.0, 2022, 6, 24, 15, 18, 58, 1024, 2268, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 25, 0, 0, 0, 0, 31, 26, 33, 29, 0, 0, 32, 0, 27, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 102.42, 6, drogue, -1.59, 68461.00, 3186.58, 1866.72, -26.95, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9474797,-106.9169283, 3414.0, 2022, 6, 24, 15, 18, 58, 1024, 2268, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 25, 0, 0, 0, 0, 31, 26, 33, 29, 0, 0, 32, 0, 27, 25, 0, 0, 0, 22, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 102.44, 6, drogue, -2.65, 68434.00, 3189.67, 1869.81, -26.68, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475474,-106.9169382, 3386.0, 2022, 6, 24, 15, 18, 59, 1031, 2246, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 27, 0, 0, 0, 0, 30, 27, 27, 30, 0, 0, 32, 0, 32, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 102.44, 6, drogue, -2.65, 68434.00, 3189.67, 1869.81, -26.68, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475474,-106.9169382, 3386.0, 2022, 6, 24, 15, 18, 59, 1031, 2246, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 27, 0, 0, 0, 0, 30, 27, 27, 30, 0, 0, 32, 0, 32, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 102.44, 6, drogue, -2.65, 68434.00, 3189.67, 1869.81, -26.68, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475474,-106.9169382, 3386.0, 2022, 6, 24, 15, 18, 59, 1031, 2246, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 27, 0, 0, 0, 0, 30, 27, 27, 30, 0, 0, 32, 0, 32, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 102.44, 6, drogue, -2.65, 68434.00, 3189.67, 1869.81, -26.68, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475474,-106.9169382, 3386.0, 2022, 6, 24, 15, 18, 59, 1031, 2246, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 27, 0, 0, 0, 0, 30, 27, 27, 30, 0, 0, 32, 0, 32, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 102.44, 6, drogue, -2.65, 68434.00, 3189.67, 1869.81, -26.68, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475474,-106.9169382, 3386.0, 2022, 6, 24, 15, 18, 59, 1031, 2246, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 27, 0, 0, 0, 0, 30, 27, 27, 30, 0, 0, 32, 0, 32, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 102.44, 6, drogue, -2.65, 68434.00, 3189.67, 1869.81, -26.68, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475474,-106.9169382, 3386.0, 2022, 6, 24, 15, 18, 59, 1031, 2246, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 27, 0, 0, 0, 0, 30, 27, 27, 30, 0, 0, 32, 0, 32, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 102.54, 6, drogue, -7.95, 68405.00, 3192.99, 1873.13, -26.38, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475474,-106.9169382, 3386.0, 2022, 6, 24, 15, 18, 59, 1031, 2246, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 27, 0, 0, 0, 0, 30, 27, 27, 30, 0, 0, 32, 0, 32, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 102.64, 6, drogue, -16.43, 68395.00, 3194.13, 1874.27, -26.10, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475474,-106.9169382, 3386.0, 2022, 6, 24, 15, 18, 59, 1031, 2246, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 27, 0, 0, 0, 0, 30, 27, 27, 30, 0, 0, 32, 0, 32, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 102.74, 6, drogue, -2.65, 68447.00, 3188.18, 1868.32, -25.84, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475474,-106.9169382, 3386.0, 2022, 6, 24, 15, 18, 59, 1031, 2246, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 27, 0, 0, 0, 0, 30, 27, 27, 30, 0, 0, 32, 0, 32, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 102.74, 6, drogue, -2.65, 68447.00, 3188.18, 1868.32, -25.84, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475474,-106.9169382, 3386.0, 2022, 6, 24, 15, 18, 59, 1031, 2246, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 27, 0, 0, 0, 0, 30, 27, 27, 30, 0, 0, 32, 0, 32, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 102.84, 6, drogue, 2.12, 68620.00, 3168.42, 1848.56, -25.66, 33.0, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475474,-106.9169382, 3386.0, 2022, 6, 24, 15, 18, 59, 1031, 2246, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 27, 0, 0, 0, 0, 30, 27, 27, 30, 0, 0, 32, 0, 32, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 102.94, 6, drogue, -4.77, 68646.00, 3165.45, 1845.59, -25.55, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475474,-106.9169382, 3386.0, 2022, 6, 24, 15, 18, 59, 1031, 2246, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 27, 0, 0, 0, 0, 30, 27, 27, 30, 0, 0, 32, 0, 32, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 103.04, 6, drogue, -12.19, 68638.00, 3166.36, 1846.51, -25.48, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475474,-106.9169382, 3386.0, 2022, 6, 24, 15, 18, 59, 1031, 2246, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 27, 0, 0, 0, 0, 30, 27, 27, 30, 0, 0, 32, 0, 32, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 103.06, 6, drogue, -12.19, 68638.00, 3166.36, 1846.51, -25.48, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475474,-106.9169382, 3386.0, 2022, 6, 24, 15, 18, 59, 1031, 2246, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 27, 0, 0, 0, 0, 30, 27, 27, 30, 0, 0, 32, 0, 32, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 103.14, 6, drogue, -11.13, 68671.00, 3162.60, 1842.74, -25.44, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475474,-106.9169382, 3386.0, 2022, 6, 24, 15, 18, 59, 1031, 2246, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 27, 0, 0, 0, 0, 30, 27, 27, 30, 0, 0, 32, 0, 32, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 103.24, 6, drogue, -6.36, 68700.00, 3159.29, 1839.43, -25.47, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475474,-106.9169382, 3386.0, 2022, 6, 24, 15, 18, 59, 1031, 2246, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 27, 0, 0, 0, 0, 30, 27, 27, 30, 0, 0, 32, 0, 32, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 103.34, 6, drogue, -11.13, 68675.00, 3162.14, 1842.28, -25.55, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475474,-106.9169382, 3386.0, 2022, 6, 24, 15, 18, 59, 1031, 2246, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 27, 0, 0, 0, 0, 30, 27, 27, 30, 0, 0, 32, 0, 32, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 103.38, 6, drogue, -11.13, 68675.00, 3162.14, 1842.28, -25.55, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475474,-106.9169382, 3386.0, 2022, 6, 24, 15, 18, 59, 1031, 2246, 330, 63, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 27, 0, 0, 0, 0, 30, 27, 27, 30, 0, 0, 32, 0, 32, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 103.44, 6, drogue, -9.54, 68650.00, 3164.99, 1845.14, -25.74, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476078,-106.9169623, 3361.0, 2022, 6, 24, 15, 19, 0, 1037, 2227, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 26, 0, 0, 0, 0, 26, 31, 26, 35, 0, 0, 31, 0, 26, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 103.44, 6, drogue, -9.54, 68650.00, 3164.99, 1845.14, -25.74, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476078,-106.9169623, 3361.0, 2022, 6, 24, 15, 19, 0, 1037, 2227, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 26, 0, 0, 0, 0, 26, 31, 26, 35, 0, 0, 31, 0, 26, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 103.44, 6, drogue, -9.54, 68650.00, 3164.99, 1845.14, -25.74, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476078,-106.9169623, 3361.0, 2022, 6, 24, 15, 19, 0, 1037, 2227, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 26, 0, 0, 0, 0, 26, 31, 26, 35, 0, 0, 31, 0, 26, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 103.44, 6, drogue, -9.54, 68650.00, 3164.99, 1845.14, -25.74, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476078,-106.9169623, 3361.0, 2022, 6, 24, 15, 19, 0, 1037, 2227, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 26, 0, 0, 0, 0, 26, 31, 26, 35, 0, 0, 31, 0, 26, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 103.44, 6, drogue, -9.54, 68650.00, 3164.99, 1845.14, -25.74, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476078,-106.9169623, 3361.0, 2022, 6, 24, 15, 19, 0, 1037, 2227, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 26, 0, 0, 0, 0, 26, 31, 26, 35, 0, 0, 31, 0, 26, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 103.44, 6, drogue, -9.54, 68650.00, 3164.99, 1845.14, -25.74, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476078,-106.9169623, 3361.0, 2022, 6, 24, 15, 19, 0, 1037, 2227, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 26, 0, 0, 0, 0, 26, 31, 26, 35, 0, 0, 31, 0, 26, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 103.54, 6, drogue, -1.06, 68715.00, 3157.58, 1837.72, -26.01, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476078,-106.9169623, 3361.0, 2022, 6, 24, 15, 19, 0, 1037, 2227, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 26, 0, 0, 0, 0, 26, 31, 26, 35, 0, 0, 31, 0, 26, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 103.64, 6, drogue, -5.30, 68717.00, 3157.35, 1837.50, -26.30, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476078,-106.9169623, 3361.0, 2022, 6, 24, 15, 19, 0, 1037, 2227, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 26, 0, 0, 0, 0, 26, 31, 26, 35, 0, 0, 31, 0, 26, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 103.70, 6, drogue, -5.30, 68717.00, 3157.35, 1837.50, -26.30, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476078,-106.9169623, 3361.0, 2022, 6, 24, 15, 19, 0, 1037, 2227, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 26, 0, 0, 0, 0, 26, 31, 26, 35, 0, 0, 31, 0, 26, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 103.74, 6, drogue, -7.42, 68731.00, 3155.76, 1835.90, -26.55, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476078,-106.9169623, 3361.0, 2022, 6, 24, 15, 19, 0, 1037, 2227, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 26, 0, 0, 0, 0, 26, 31, 26, 35, 0, 0, 31, 0, 26, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 103.84, 6, drogue, -2.12, 68662.00, 3163.62, 1843.77, -26.81, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476078,-106.9169623, 3361.0, 2022, 6, 24, 15, 19, 0, 1037, 2227, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 26, 0, 0, 0, 0, 26, 31, 26, 35, 0, 0, 31, 0, 26, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 103.94, 6, drogue, -6.89, 68703.00, 3158.95, 1839.09, -27.07, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476078,-106.9169623, 3361.0, 2022, 6, 24, 15, 19, 0, 1037, 2227, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 26, 0, 0, 0, 0, 26, 31, 26, 35, 0, 0, 31, 0, 26, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 104.02, 6, drogue, -6.89, 68703.00, 3158.95, 1839.09, -27.07, 32.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9476078,-106.9169623, 3361.0, 2022, 6, 24, 15, 19, 0, 1037, 2227, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 26, 0, 0, 0, 0, 26, 31, 26, 35, 0, 0, 31, 0, 26, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 104.04, 6, drogue, -6.36, 68715.00, 3157.58, 1837.72, -27.30, 32.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9476078,-106.9169623, 3361.0, 2022, 6, 24, 15, 19, 0, 1037, 2227, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 26, 0, 0, 0, 0, 26, 31, 26, 35, 0, 0, 31, 0, 26, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 104.14, 6, drogue, -0.53, 68816.00, 3146.07, 1826.22, -27.59, 32.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9476078,-106.9169623, 3361.0, 2022, 6, 24, 15, 19, 0, 1037, 2227, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 26, 0, 0, 0, 0, 26, 31, 26, 35, 0, 0, 31, 0, 26, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 104.24, 6, drogue, -0.53, 68954.00, 3130.37, 1810.52, -27.84, 32.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9476078,-106.9169623, 3361.0, 2022, 6, 24, 15, 19, 0, 1037, 2227, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 26, 0, 0, 0, 0, 26, 31, 26, 35, 0, 0, 31, 0, 26, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 104.34, 6, drogue, -9.01, 68911.00, 3135.26, 1815.40, -28.05, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476078,-106.9169623, 3361.0, 2022, 6, 24, 15, 19, 0, 1037, 2227, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 26, 0, 0, 0, 0, 26, 31, 26, 35, 0, 0, 31, 0, 26, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 104.34, 6, drogue, -9.01, 68911.00, 3135.26, 1815.40, -28.05, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476078,-106.9169623, 3361.0, 2022, 6, 24, 15, 19, 0, 1037, 2227, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 26, 0, 0, 0, 0, 26, 31, 26, 35, 0, 0, 31, 0, 26, 30, 0, 0, 0, 27, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 104.44, 6, drogue, -16.43, 68891.00, 3137.54, 1817.68, -28.19, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 104.44, 6, drogue, -16.43, 68891.00, 3137.54, 1817.68, -28.19, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 104.44, 6, drogue, -16.43, 68891.00, 3137.54, 1817.68, -28.19, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 104.44, 6, drogue, -16.43, 68891.00, 3137.54, 1817.68, -28.19, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 104.44, 6, drogue, -16.43, 68891.00, 3137.54, 1817.68, -28.19, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 104.44, 6, drogue, -16.43, 68891.00, 3137.54, 1817.68, -28.19, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 104.54, 6, drogue, -18.55, 68928.00, 3133.33, 1813.47, -28.30, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 104.64, 6, drogue, -15.90, 68961.00, 3129.58, 1809.72, -28.37, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 104.66, 6, drogue, -15.90, 68961.00, 3129.58, 1809.72, -28.37, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 104.74, 6, drogue, -14.84, 69008.00, 3124.23, 1804.38, -28.40, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 104.84, 6, drogue, -15.90, 69046.00, 3119.92, 1800.06, -28.49, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 104.94, 6, drogue, -15.90, 69095.00, 3114.35, 1794.50, -28.53, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 104.98, 6, drogue, -15.90, 69095.00, 3114.35, 1794.50, -28.53, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 105.04, 6, drogue, -14.84, 69102.00, 3113.56, 1793.70, -28.49, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 105.14, 6, drogue, -13.25, 69084.00, 3115.60, 1795.75, -28.40, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 105.24, 6, drogue, -15.90, 69120.00, 3111.52, 1791.66, -28.29, 32.9, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 105.30, 6, drogue, -15.90, 69120.00, 3111.52, 1791.66, -28.29, 32.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 105.34, 6, drogue, -15.90, 69117.00, 3111.86, 1792.00, -28.12, 32.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 105.43, 6, drogue, -15.90, 69117.00, 3111.86, 1792.00, -28.12, 32.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 105.43, 6, drogue, -15.90, 69117.00, 3111.86, 1792.00, -28.12, 32.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 105.43, 6, drogue, -15.90, 69117.00, 3111.86, 1792.00, -28.12, 32.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 105.43, 6, drogue, -15.90, 69117.00, 3111.86, 1792.00, -28.12, 32.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 105.43, 6, drogue, -15.90, 69117.00, 3111.86, 1792.00, -28.12, 32.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9476684,-106.9169834, 3334.0, 2022, 6, 24, 15, 19, 1, 1044, 2207, 330, 62, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 32, 0, 0, 0, 0, 31, 24, 26, 31, 0, 0, 34, 0, 32, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 105.44, 6, drogue, -14.31, 69152.00, 3107.89, 1788.03, -27.95, 32.9, 0.00, 0.01, 3.87, 1, 1, 10, 32.9477108,-106.9169991, 3306.0, 2022, 6, 24, 15, 19, 2, 1049, 2184, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 27, 0, 0, 0, 0, 26, 26, 25, 35, 0, 0, 32, 0, 32, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 105.54, 6, drogue, -14.84, 69189.00, 3103.69, 1783.84, -27.78, 32.8, 0.00, 0.01, 3.87, 1, 1, 10, 32.9477108,-106.9169991, 3306.0, 2022, 6, 24, 15, 19, 2, 1049, 2184, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 27, 0, 0, 0, 0, 26, 26, 25, 35, 0, 0, 32, 0, 32, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 105.62, 6, drogue, -14.84, 69189.00, 3103.69, 1783.84, -27.78, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477108,-106.9169991, 3306.0, 2022, 6, 24, 15, 19, 2, 1049, 2184, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 27, 0, 0, 0, 0, 26, 26, 25, 35, 0, 0, 32, 0, 32, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 105.64, 6, drogue, -14.84, 69240.00, 3097.91, 1778.06, -27.63, 32.9, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477108,-106.9169991, 3306.0, 2022, 6, 24, 15, 19, 2, 1049, 2184, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 27, 0, 0, 0, 0, 26, 26, 25, 35, 0, 0, 32, 0, 32, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 105.74, 6, drogue, -15.90, 69200.00, 3102.45, 1782.59, -27.51, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477108,-106.9169991, 3306.0, 2022, 6, 24, 15, 19, 2, 1049, 2184, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 27, 0, 0, 0, 0, 26, 26, 25, 35, 0, 0, 32, 0, 32, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 105.84, 6, drogue, -17.49, 69233.00, 3098.71, 1778.85, -27.35, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477108,-106.9169991, 3306.0, 2022, 6, 24, 15, 19, 2, 1049, 2184, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 27, 0, 0, 0, 0, 26, 26, 25, 35, 0, 0, 32, 0, 32, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 105.94, 6, drogue, -16.96, 69291.00, 3092.14, 1772.28, -27.26, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477108,-106.9169991, 3306.0, 2022, 6, 24, 15, 19, 2, 1049, 2184, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 27, 0, 0, 0, 0, 26, 26, 25, 35, 0, 0, 32, 0, 32, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 105.94, 6, drogue, -16.96, 69291.00, 3092.14, 1772.28, -27.26, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477108,-106.9169991, 3306.0, 2022, 6, 24, 15, 19, 2, 1049, 2184, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 27, 0, 0, 0, 0, 26, 26, 25, 35, 0, 0, 32, 0, 32, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 106.04, 6, drogue, -18.55, 69287.00, 3092.59, 1772.73, -27.13, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477108,-106.9169991, 3306.0, 2022, 6, 24, 15, 19, 2, 1049, 2184, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 27, 0, 0, 0, 0, 26, 26, 25, 35, 0, 0, 32, 0, 32, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 106.14, 6, drogue, -20.14, 69366.00, 3083.65, 1763.79, -27.05, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477108,-106.9169991, 3306.0, 2022, 6, 24, 15, 19, 2, 1049, 2184, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 27, 0, 0, 0, 0, 26, 26, 25, 35, 0, 0, 32, 0, 32, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 106.24, 6, drogue, -18.55, 69354.00, 3085.00, 1765.15, -27.03, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477108,-106.9169991, 3306.0, 2022, 6, 24, 15, 19, 2, 1049, 2184, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 27, 0, 0, 0, 0, 26, 26, 25, 35, 0, 0, 32, 0, 32, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 106.26, 6, drogue, -18.55, 69354.00, 3085.00, 1765.15, -27.03, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477108,-106.9169991, 3306.0, 2022, 6, 24, 15, 19, 2, 1049, 2184, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 27, 0, 0, 0, 0, 26, 26, 25, 35, 0, 0, 32, 0, 32, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 106.34, 6, drogue, -18.02, 69371.00, 3083.08, 1763.22, -26.93, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477108,-106.9169991, 3306.0, 2022, 6, 24, 15, 19, 2, 1049, 2184, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 27, 0, 0, 0, 0, 26, 26, 25, 35, 0, 0, 32, 0, 32, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 106.43, 6, drogue, -18.02, 69371.00, 3083.08, 1763.22, -26.93, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477108,-106.9169991, 3306.0, 2022, 6, 24, 15, 19, 2, 1049, 2184, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 27, 0, 0, 0, 0, 26, 26, 25, 35, 0, 0, 32, 0, 32, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 106.43, 6, drogue, -18.02, 69371.00, 3083.08, 1763.22, -26.93, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477108,-106.9169991, 3306.0, 2022, 6, 24, 15, 19, 2, 1049, 2184, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 27, 0, 0, 0, 0, 26, 26, 25, 35, 0, 0, 32, 0, 32, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 106.43, 6, drogue, -18.02, 69371.00, 3083.08, 1763.22, -26.93, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477108,-106.9169991, 3306.0, 2022, 6, 24, 15, 19, 2, 1049, 2184, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 27, 0, 0, 0, 0, 26, 26, 25, 35, 0, 0, 32, 0, 32, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 106.43, 6, drogue, -18.02, 69371.00, 3083.08, 1763.22, -26.93, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477108,-106.9169991, 3306.0, 2022, 6, 24, 15, 19, 2, 1049, 2184, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 27, 0, 0, 0, 0, 26, 26, 25, 35, 0, 0, 32, 0, 32, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 106.43, 6, drogue, -18.02, 69371.00, 3083.08, 1763.22, -26.93, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477108,-106.9169991, 3306.0, 2022, 6, 24, 15, 19, 2, 1049, 2184, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 24, 26, 0, 0, 27, 0, 0, 0, 0, 26, 26, 25, 35, 0, 0, 32, 0, 32, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 106.44, 6, drogue, -19.61, 69409.00, 3078.78, 1758.93, -26.80, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477319,-106.9170057, 3277.0, 2022, 6, 24, 15, 19, 3, 1051, 2160, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 28, 0, 0, 0, 0, 31, 25, 30, 27, 0, 0, 28, 0, 28, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 106.54, 6, drogue, -18.02, 69461.00, 3072.90, 1753.05, -26.68, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477319,-106.9170057, 3277.0, 2022, 6, 24, 15, 19, 3, 1051, 2160, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 28, 0, 0, 0, 0, 31, 25, 30, 27, 0, 0, 28, 0, 28, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 106.58, 6, drogue, -18.02, 69461.00, 3072.90, 1753.05, -26.68, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477319,-106.9170057, 3277.0, 2022, 6, 24, 15, 19, 3, 1051, 2160, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 28, 0, 0, 0, 0, 31, 25, 30, 27, 0, 0, 28, 0, 28, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 106.64, 6, drogue, -20.14, 69490.00, 3069.63, 1749.77, -26.60, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477319,-106.9170057, 3277.0, 2022, 6, 24, 15, 19, 3, 1051, 2160, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 28, 0, 0, 0, 0, 31, 25, 30, 27, 0, 0, 28, 0, 28, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 106.74, 6, drogue, -19.61, 69446.00, 3074.60, 1754.74, -26.53, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477319,-106.9170057, 3277.0, 2022, 6, 24, 15, 19, 3, 1051, 2160, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 28, 0, 0, 0, 0, 31, 25, 30, 27, 0, 0, 28, 0, 28, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 106.84, 6, drogue, -19.61, 69503.00, 3068.16, 1748.30, -26.48, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477319,-106.9170057, 3277.0, 2022, 6, 24, 15, 19, 3, 1051, 2160, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 28, 0, 0, 0, 0, 31, 25, 30, 27, 0, 0, 28, 0, 28, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 106.90, 6, drogue, -19.61, 69503.00, 3068.16, 1748.30, -26.48, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477319,-106.9170057, 3277.0, 2022, 6, 24, 15, 19, 3, 1051, 2160, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 28, 0, 0, 0, 0, 31, 25, 30, 27, 0, 0, 28, 0, 28, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 106.94, 6, drogue, -19.61, 69550.00, 3062.85, 1743.00, -26.42, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477319,-106.9170057, 3277.0, 2022, 6, 24, 15, 19, 3, 1051, 2160, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 28, 0, 0, 0, 0, 31, 25, 30, 27, 0, 0, 28, 0, 28, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 107.04, 6, drogue, -19.08, 69548.00, 3063.08, 1743.22, -26.34, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477319,-106.9170057, 3277.0, 2022, 6, 24, 15, 19, 3, 1051, 2160, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 28, 0, 0, 0, 0, 31, 25, 30, 27, 0, 0, 28, 0, 28, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 107.14, 6, drogue, -19.08, 69570.00, 3060.59, 1740.74, -26.23, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477319,-106.9170057, 3277.0, 2022, 6, 24, 15, 19, 3, 1051, 2160, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 28, 0, 0, 0, 0, 31, 25, 30, 27, 0, 0, 28, 0, 28, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 107.22, 6, drogue, -19.08, 69570.00, 3060.59, 1740.74, -26.23, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477319,-106.9170057, 3277.0, 2022, 6, 24, 15, 19, 3, 1051, 2160, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 28, 0, 0, 0, 0, 31, 25, 30, 27, 0, 0, 28, 0, 28, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 107.24, 6, drogue, -20.67, 69598.00, 3057.43, 1737.58, -26.12, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477319,-106.9170057, 3277.0, 2022, 6, 24, 15, 19, 3, 1051, 2160, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 28, 0, 0, 0, 0, 31, 25, 30, 27, 0, 0, 28, 0, 28, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 107.34, 6, drogue, -18.02, 69606.00, 3056.53, 1736.68, -26.03, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477319,-106.9170057, 3277.0, 2022, 6, 24, 15, 19, 3, 1051, 2160, 330, 61, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 28, 0, 0, 0, 0, 31, 25, 30, 27, 0, 0, 28, 0, 28, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 107.44, 6, drogue, -18.02, 69657.00, 3050.78, 1730.92, -26.01, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477394,-106.9169891, 3249.0, 2022, 6, 24, 15, 19, 4, 1051, 2136, 331, 61, 1.4,2147483647.0,2147483647.0, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 33, 27, 30, 27, 0, 0, 30, 0, 28, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 107.44, 6, drogue, -18.02, 69657.00, 3050.78, 1730.92, -26.01, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477394,-106.9169891, 3249.0, 2022, 6, 24, 15, 19, 4, 1051, 2136, 331, 61, 1.4,2147483647.0,2147483647.0, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 33, 27, 30, 27, 0, 0, 30, 0, 28, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 107.44, 6, drogue, -18.02, 69657.00, 3050.78, 1730.92, -26.01, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477394,-106.9169891, 3249.0, 2022, 6, 24, 15, 19, 4, 1051, 2136, 331, 61, 1.4,2147483647.0,2147483647.0, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 33, 27, 30, 27, 0, 0, 30, 0, 28, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 107.44, 6, drogue, -18.02, 69657.00, 3050.78, 1730.92, -26.01, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477394,-106.9169891, 3249.0, 2022, 6, 24, 15, 19, 4, 1051, 2136, 331, 61, 1.4,2147483647.0,2147483647.0, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 33, 27, 30, 27, 0, 0, 30, 0, 28, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 107.44, 6, drogue, -18.02, 69657.00, 3050.78, 1730.92, -26.01, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477394,-106.9169891, 3249.0, 2022, 6, 24, 15, 19, 4, 1051, 2136, 331, 61, 1.4,2147483647.0,2147483647.0, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 33, 27, 30, 27, 0, 0, 30, 0, 28, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 107.44, 6, drogue, -18.02, 69657.00, 3050.78, 1730.92, -26.01, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477394,-106.9169891, 3249.0, 2022, 6, 24, 15, 19, 4, 1051, 2136, 331, 61, 1.4,2147483647.0,2147483647.0, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 33, 27, 30, 27, 0, 0, 30, 0, 28, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 107.54, 6, drogue, -19.61, 69638.00, 3052.92, 1733.07, -26.02, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477394,-106.9169891, 3249.0, 2022, 6, 24, 15, 19, 4, 1051, 2136, 331, 61, 1.4,2147483647.0,2147483647.0, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 33, 27, 30, 27, 0, 0, 30, 0, 28, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 107.54, 6, drogue, -19.61, 69638.00, 3052.92, 1733.07, -26.02, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477394,-106.9169891, 3249.0, 2022, 6, 24, 15, 19, 4, 1051, 2136, 331, 61, 1.4,2147483647.0,2147483647.0, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 33, 27, 30, 27, 0, 0, 30, 0, 28, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 107.64, 6, drogue, -10.07, 69692.00, 3046.83, 1726.98, -26.03, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477394,-106.9169891, 3249.0, 2022, 6, 24, 15, 19, 4, 1051, 2136, 331, 61, 1.4,2147483647.0,2147483647.0, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 33, 27, 30, 27, 0, 0, 30, 0, 28, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 107.74, 6, drogue, -16.96, 69729.00, 3042.66, 1722.81, -25.98, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477394,-106.9169891, 3249.0, 2022, 6, 24, 15, 19, 4, 1051, 2136, 331, 61, 1.4,2147483647.0,2147483647.0, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 33, 27, 30, 27, 0, 0, 30, 0, 28, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 107.84, 6, drogue, -19.61, 69743.00, 3041.09, 1721.23, -25.93, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477394,-106.9169891, 3249.0, 2022, 6, 24, 15, 19, 4, 1051, 2136, 331, 61, 1.4,2147483647.0,2147483647.0, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 33, 27, 30, 27, 0, 0, 30, 0, 28, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 107.86, 6, drogue, -19.61, 69743.00, 3041.09, 1721.23, -25.93, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477394,-106.9169891, 3249.0, 2022, 6, 24, 15, 19, 4, 1051, 2136, 331, 61, 1.4,2147483647.0,2147483647.0, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 33, 27, 30, 27, 0, 0, 30, 0, 28, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 107.94, 6, drogue, -9.54, 69786.00, 3036.25, 1716.39, -25.93, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477394,-106.9169891, 3249.0, 2022, 6, 24, 15, 19, 4, 1051, 2136, 331, 61, 1.4,2147483647.0,2147483647.0, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 33, 27, 30, 27, 0, 0, 30, 0, 28, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 108.04, 6, drogue, -9.01, 69717.00, 3044.02, 1724.16, -25.93, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477394,-106.9169891, 3249.0, 2022, 6, 24, 15, 19, 4, 1051, 2136, 331, 61, 1.4,2147483647.0,2147483647.0, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 33, 27, 30, 27, 0, 0, 30, 0, 28, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 108.14, 6, drogue, -13.25, 69736.00, 3041.88, 1722.02, -25.96, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477394,-106.9169891, 3249.0, 2022, 6, 24, 15, 19, 4, 1051, 2136, 331, 61, 1.4,2147483647.0,2147483647.0, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 33, 27, 30, 27, 0, 0, 30, 0, 28, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 108.18, 6, drogue, -13.25, 69736.00, 3041.88, 1722.02, -25.96, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477394,-106.9169891, 3249.0, 2022, 6, 24, 15, 19, 4, 1051, 2136, 331, 61, 1.4,2147483647.0,2147483647.0, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 33, 27, 30, 27, 0, 0, 30, 0, 28, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 108.24, 6, drogue, -14.84, 69809.00, 3033.66, 1713.80, -25.99, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477394,-106.9169891, 3249.0, 2022, 6, 24, 15, 19, 4, 1051, 2136, 331, 61, 1.4,2147483647.0,2147483647.0, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 33, 27, 30, 27, 0, 0, 30, 0, 28, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 108.34, 6, drogue, -14.31, 69821.00, 3032.31, 1712.45, -26.04, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477394,-106.9169891, 3249.0, 2022, 6, 24, 15, 19, 4, 1051, 2136, 331, 61, 1.4,2147483647.0,2147483647.0, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 33, 27, 30, 27, 0, 0, 30, 0, 28, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 108.44, 6, drogue, -15.90, 69877.00, 3026.01, 1706.15, -26.14, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477343,-106.9169462, 3221.0, 2022, 6, 24, 15, 19, 5, 1049, 2110, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 27, 0, 0, 0, 0, 28, 28, 29, 27, 0, 0, 33, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 108.44, 6, drogue, -15.90, 69877.00, 3026.01, 1706.15, -26.14, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477343,-106.9169462, 3221.0, 2022, 6, 24, 15, 19, 5, 1049, 2110, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 27, 0, 0, 0, 0, 28, 28, 29, 27, 0, 0, 33, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 108.44, 6, drogue, -15.90, 69877.00, 3026.01, 1706.15, -26.14, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477343,-106.9169462, 3221.0, 2022, 6, 24, 15, 19, 5, 1049, 2110, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 27, 0, 0, 0, 0, 28, 28, 29, 27, 0, 0, 33, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 108.44, 6, drogue, -15.90, 69877.00, 3026.01, 1706.15, -26.14, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477343,-106.9169462, 3221.0, 2022, 6, 24, 15, 19, 5, 1049, 2110, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 27, 0, 0, 0, 0, 28, 28, 29, 27, 0, 0, 33, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 108.44, 6, drogue, -15.90, 69877.00, 3026.01, 1706.15, -26.14, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477343,-106.9169462, 3221.0, 2022, 6, 24, 15, 19, 5, 1049, 2110, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 27, 0, 0, 0, 0, 28, 28, 29, 27, 0, 0, 33, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 108.44, 6, drogue, -15.90, 69877.00, 3026.01, 1706.15, -26.14, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477343,-106.9169462, 3221.0, 2022, 6, 24, 15, 19, 5, 1049, 2110, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 27, 0, 0, 0, 0, 28, 28, 29, 27, 0, 0, 33, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 108.50, 6, drogue, -15.90, 69877.00, 3026.01, 1706.15, -26.14, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477343,-106.9169462, 3221.0, 2022, 6, 24, 15, 19, 5, 1049, 2110, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 27, 0, 0, 0, 0, 28, 28, 29, 27, 0, 0, 33, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 108.54, 6, drogue, -18.55, 69915.00, 3021.73, 1701.88, -26.28, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477343,-106.9169462, 3221.0, 2022, 6, 24, 15, 19, 5, 1049, 2110, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 27, 0, 0, 0, 0, 28, 28, 29, 27, 0, 0, 33, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 108.64, 6, drogue, -19.08, 69985.00, 3013.87, 1694.01, -26.40, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477343,-106.9169462, 3221.0, 2022, 6, 24, 15, 19, 5, 1049, 2110, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 27, 0, 0, 0, 0, 28, 28, 29, 27, 0, 0, 33, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 108.74, 6, drogue, -20.14, 69973.00, 3015.21, 1695.36, -26.54, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477343,-106.9169462, 3221.0, 2022, 6, 24, 15, 19, 5, 1049, 2110, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 27, 0, 0, 0, 0, 28, 28, 29, 27, 0, 0, 33, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 108.82, 6, drogue, -20.14, 69973.00, 3015.21, 1695.36, -26.54, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477343,-106.9169462, 3221.0, 2022, 6, 24, 15, 19, 5, 1049, 2110, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 27, 0, 0, 0, 0, 28, 28, 29, 27, 0, 0, 33, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 108.84, 6, drogue, -19.08, 70003.00, 3011.84, 1691.99, -26.74, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477343,-106.9169462, 3221.0, 2022, 6, 24, 15, 19, 5, 1049, 2110, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 27, 0, 0, 0, 0, 28, 28, 29, 27, 0, 0, 33, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 108.94, 6, drogue, -18.02, 70000.00, 3012.18, 1692.33, -26.98, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477343,-106.9169462, 3221.0, 2022, 6, 24, 15, 19, 5, 1049, 2110, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 27, 0, 0, 0, 0, 28, 28, 29, 27, 0, 0, 33, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 109.04, 6, drogue, -15.37, 69990.00, 3013.30, 1693.45, -27.26, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477343,-106.9169462, 3221.0, 2022, 6, 24, 15, 19, 5, 1049, 2110, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 27, 0, 0, 0, 0, 28, 28, 29, 27, 0, 0, 33, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 109.14, 6, drogue, -17.49, 70000.00, 3012.18, 1692.33, -27.56, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477343,-106.9169462, 3221.0, 2022, 6, 24, 15, 19, 5, 1049, 2110, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 27, 0, 0, 0, 0, 28, 28, 29, 27, 0, 0, 33, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 109.14, 6, drogue, -17.49, 70000.00, 3012.18, 1692.33, -27.56, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477343,-106.9169462, 3221.0, 2022, 6, 24, 15, 19, 5, 1049, 2110, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 27, 0, 0, 0, 0, 28, 28, 29, 27, 0, 0, 33, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 109.24, 6, drogue, -17.49, 70001.00, 3012.07, 1692.21, -27.86, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477343,-106.9169462, 3221.0, 2022, 6, 24, 15, 19, 5, 1049, 2110, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 27, 0, 0, 0, 0, 28, 28, 29, 27, 0, 0, 33, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 109.34, 6, drogue, -13.25, 70066.00, 3004.77, 1684.92, -28.15, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477343,-106.9169462, 3221.0, 2022, 6, 24, 15, 19, 5, 1049, 2110, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 27, 0, 0, 0, 0, 28, 28, 29, 27, 0, 0, 33, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 109.44, 6, drogue, -10.60, 70148.00, 2995.57, 1675.72, -28.42, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477149,-106.9169008, 3193.0, 2022, 6, 24, 15, 19, 6, 1045, 2084, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 29, 30, 29, 32, 0, 0, 33, 0, 34, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 109.44, 6, drogue, -10.60, 70148.00, 2995.57, 1675.72, -28.42, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477149,-106.9169008, 3193.0, 2022, 6, 24, 15, 19, 6, 1045, 2084, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 29, 30, 29, 32, 0, 0, 33, 0, 34, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 109.44, 6, drogue, -10.60, 70148.00, 2995.57, 1675.72, -28.42, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477149,-106.9169008, 3193.0, 2022, 6, 24, 15, 19, 6, 1045, 2084, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 29, 30, 29, 32, 0, 0, 33, 0, 34, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 109.44, 6, drogue, -10.60, 70148.00, 2995.57, 1675.72, -28.42, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477149,-106.9169008, 3193.0, 2022, 6, 24, 15, 19, 6, 1045, 2084, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 29, 30, 29, 32, 0, 0, 33, 0, 34, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 109.44, 6, drogue, -10.60, 70148.00, 2995.57, 1675.72, -28.42, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477149,-106.9169008, 3193.0, 2022, 6, 24, 15, 19, 6, 1045, 2084, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 29, 30, 29, 32, 0, 0, 33, 0, 34, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 109.44, 6, drogue, -10.60, 70148.00, 2995.57, 1675.72, -28.42, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477149,-106.9169008, 3193.0, 2022, 6, 24, 15, 19, 6, 1045, 2084, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 29, 30, 29, 32, 0, 0, 33, 0, 34, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 109.46, 6, drogue, -10.60, 70148.00, 2995.57, 1675.72, -28.42, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477149,-106.9169008, 3193.0, 2022, 6, 24, 15, 19, 6, 1045, 2084, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 29, 30, 29, 32, 0, 0, 33, 0, 34, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 109.54, 6, drogue, -9.54, 70151.00, 2995.24, 1675.38, -28.58, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477149,-106.9169008, 3193.0, 2022, 6, 24, 15, 19, 6, 1045, 2084, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 29, 30, 29, 32, 0, 0, 33, 0, 34, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 109.64, 6, drogue, -11.66, 70133.00, 2997.26, 1677.40, -28.81, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477149,-106.9169008, 3193.0, 2022, 6, 24, 15, 19, 6, 1045, 2084, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 29, 30, 29, 32, 0, 0, 33, 0, 34, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 109.74, 6, drogue, -12.72, 70126.00, 2998.04, 1678.19, -29.02, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477149,-106.9169008, 3193.0, 2022, 6, 24, 15, 19, 6, 1045, 2084, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 29, 30, 29, 32, 0, 0, 33, 0, 34, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 109.78, 6, drogue, -12.72, 70126.00, 2998.04, 1678.19, -29.02, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477149,-106.9169008, 3193.0, 2022, 6, 24, 15, 19, 6, 1045, 2084, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 29, 30, 29, 32, 0, 0, 33, 0, 34, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 109.84, 6, drogue, -14.31, 70141.00, 2996.36, 1676.50, -29.19, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477149,-106.9169008, 3193.0, 2022, 6, 24, 15, 19, 6, 1045, 2084, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 29, 30, 29, 32, 0, 0, 33, 0, 34, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 109.94, 6, drogue, -13.78, 70200.00, 2989.75, 1669.89, -29.33, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477149,-106.9169008, 3193.0, 2022, 6, 24, 15, 19, 6, 1045, 2084, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 29, 30, 29, 32, 0, 0, 33, 0, 34, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 110.04, 6, drogue, -11.66, 70268.00, 2982.13, 1662.27, -29.33, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477149,-106.9169008, 3193.0, 2022, 6, 24, 15, 19, 6, 1045, 2084, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 29, 30, 29, 32, 0, 0, 33, 0, 34, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 110.10, 6, drogue, -11.66, 70268.00, 2982.13, 1662.27, -29.33, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477149,-106.9169008, 3193.0, 2022, 6, 24, 15, 19, 6, 1045, 2084, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 29, 30, 29, 32, 0, 0, 33, 0, 34, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 110.14, 6, drogue, -10.60, 70290.00, 2979.67, 1659.81, -29.31, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477149,-106.9169008, 3193.0, 2022, 6, 24, 15, 19, 6, 1045, 2084, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 29, 30, 29, 32, 0, 0, 33, 0, 34, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 110.24, 6, drogue, -12.72, 70330.00, 2975.19, 1655.34, -29.32, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477149,-106.9169008, 3193.0, 2022, 6, 24, 15, 19, 6, 1045, 2084, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 29, 30, 29, 32, 0, 0, 33, 0, 34, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 110.34, 6, drogue, -14.84, 70380.00, 2969.60, 1649.74, -29.27, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477149,-106.9169008, 3193.0, 2022, 6, 24, 15, 19, 6, 1045, 2084, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 29, 30, 29, 32, 0, 0, 33, 0, 34, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 110.42, 6, drogue, -14.84, 70380.00, 2969.60, 1649.74, -29.27, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477149,-106.9169008, 3193.0, 2022, 6, 24, 15, 19, 6, 1045, 2084, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 29, 30, 29, 32, 0, 0, 33, 0, 34, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 110.44, 6, drogue, -18.55, 70428.00, 2964.23, 1644.38, -29.19, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 110.44, 6, drogue, -18.55, 70428.00, 2964.23, 1644.38, -29.19, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 110.44, 6, drogue, -18.55, 70428.00, 2964.23, 1644.38, -29.19, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 110.44, 6, drogue, -18.55, 70428.00, 2964.23, 1644.38, -29.19, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 110.44, 6, drogue, -18.55, 70428.00, 2964.23, 1644.38, -29.19, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 110.44, 6, drogue, -18.55, 70428.00, 2964.23, 1644.38, -29.19, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 110.54, 6, drogue, -14.31, 70439.00, 2963.00, 1643.15, -29.09, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 110.64, 6, drogue, -12.19, 70399.00, 2967.47, 1647.62, -28.98, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 110.74, 6, drogue, -16.43, 70489.00, 2957.42, 1637.56, -28.74, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 110.74, 6, drogue, -16.43, 70489.00, 2957.42, 1637.56, -28.74, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 110.84, 6, drogue, -15.37, 70503.00, 2955.86, 1636.00, -28.44, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 110.94, 6, drogue, -14.31, 70516.00, 2954.40, 1634.55, -28.10, 32.8, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 111.04, 6, drogue, -17.49, 70571.00, 2948.27, 1628.41, -27.71, 32.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 111.06, 6, drogue, -17.49, 70571.00, 2948.27, 1628.41, -27.71, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 111.14, 6, drogue, -20.14, 70574.00, 2947.93, 1628.08, -27.32, 32.8, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 111.24, 6, drogue, -16.96, 70566.00, 2948.82, 1628.97, -26.94, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 111.34, 6, drogue, -15.37, 70565.00, 2948.94, 1629.08, -26.59, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 111.38, 6, drogue, -15.37, 70565.00, 2948.94, 1629.08, -26.59, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 111.44, 6, drogue, -16.96, 70558.00, 2949.72, 1629.86, -26.29, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 111.44, 6, drogue, -16.96, 70558.00, 2949.72, 1629.86, -26.29, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 111.44, 6, drogue, -16.96, 70558.00, 2949.72, 1629.86, -26.29, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 111.44, 6, drogue, -16.96, 70558.00, 2949.72, 1629.86, -26.29, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 111.44, 6, drogue, -16.96, 70558.00, 2949.72, 1629.86, -26.29, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 111.44, 6, drogue, -16.96, 70558.00, 2949.72, 1629.86, -26.29, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476923,-106.9168722, 3164.0, 2022, 6, 24, 15, 19, 7, 1042, 2057, 331, 60, 1.4,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 35, 0, 0, 0, 0, 33, 28, 28, 27, 0, 0, 26, 0, 30, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 111.54, 6, drogue, -18.55, 70531.00, 2952.73, 1632.87, -26.02, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476718,-106.9168472, 3136.0, 2022, 6, 24, 15, 19, 8, 1038, 2031, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 27, 0, 0, 0, 0, 29, 32, 28, 26, 0, 0, 34, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 111.64, 6, drogue, -16.96, 70681.00, 2936.00, 1616.15, -25.72, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476718,-106.9168472, 3136.0, 2022, 6, 24, 15, 19, 8, 1038, 2031, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 27, 0, 0, 0, 0, 29, 32, 28, 26, 0, 0, 34, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 111.70, 6, drogue, -16.96, 70681.00, 2936.00, 1616.15, -25.72, 32.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476718,-106.9168472, 3136.0, 2022, 6, 24, 15, 19, 8, 1038, 2031, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 27, 0, 0, 0, 0, 29, 32, 28, 26, 0, 0, 34, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 111.74, 6, drogue, -14.31, 70719.00, 2931.77, 1611.91, -25.42, 32.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476718,-106.9168472, 3136.0, 2022, 6, 24, 15, 19, 8, 1038, 2031, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 27, 0, 0, 0, 0, 29, 32, 28, 26, 0, 0, 34, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 111.84, 6, drogue, -13.25, 70759.00, 2927.31, 1607.46, -25.17, 32.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476718,-106.9168472, 3136.0, 2022, 6, 24, 15, 19, 8, 1038, 2031, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 27, 0, 0, 0, 0, 29, 32, 28, 26, 0, 0, 34, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 111.94, 6, drogue, -15.90, 70773.00, 2925.76, 1605.90, -24.95, 32.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476718,-106.9168472, 3136.0, 2022, 6, 24, 15, 19, 8, 1038, 2031, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 27, 0, 0, 0, 0, 29, 32, 28, 26, 0, 0, 34, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 112.02, 6, drogue, -15.90, 70773.00, 2925.76, 1605.90, -24.95, 32.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476718,-106.9168472, 3136.0, 2022, 6, 24, 15, 19, 8, 1038, 2031, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 27, 0, 0, 0, 0, 29, 32, 28, 26, 0, 0, 34, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 112.04, 6, drogue, -19.08, 70754.00, 2927.87, 1608.01, -24.79, 32.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476718,-106.9168472, 3136.0, 2022, 6, 24, 15, 19, 8, 1038, 2031, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 27, 0, 0, 0, 0, 29, 32, 28, 26, 0, 0, 34, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 112.14, 6, drogue, -21.20, 70801.00, 2922.64, 1602.78, -24.62, 32.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476718,-106.9168472, 3136.0, 2022, 6, 24, 15, 19, 8, 1038, 2031, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 27, 0, 0, 0, 0, 29, 32, 28, 26, 0, 0, 34, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 112.24, 6, drogue, -19.61, 70870.00, 2914.96, 1595.11, -24.45, 32.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476718,-106.9168472, 3136.0, 2022, 6, 24, 15, 19, 8, 1038, 2031, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 27, 0, 0, 0, 0, 29, 32, 28, 26, 0, 0, 34, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 112.34, 6, drogue, -18.55, 70871.00, 2914.85, 1595.00, -24.28, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476718,-106.9168472, 3136.0, 2022, 6, 24, 15, 19, 8, 1038, 2031, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 27, 0, 0, 0, 0, 29, 32, 28, 26, 0, 0, 34, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 112.34, 6, drogue, -18.55, 70871.00, 2914.85, 1595.00, -24.28, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476718,-106.9168472, 3136.0, 2022, 6, 24, 15, 19, 8, 1038, 2031, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 27, 0, 0, 0, 0, 29, 32, 28, 26, 0, 0, 34, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 112.44, 6, drogue, -17.49, 70884.00, 2913.41, 1593.55, -24.14, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476468,-106.9168259, 3107.0, 2022, 6, 24, 15, 19, 9, 1035, 2005, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 26, 0, 0, 0, 0, 28, 35, 28, 32, 0, 0, 35, 0, 29, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 112.44, 6, drogue, -17.49, 70884.00, 2913.41, 1593.55, -24.14, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476468,-106.9168259, 3107.0, 2022, 6, 24, 15, 19, 9, 1035, 2005, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 26, 0, 0, 0, 0, 28, 35, 28, 32, 0, 0, 35, 0, 29, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 112.44, 6, drogue, -17.49, 70884.00, 2913.41, 1593.55, -24.14, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476468,-106.9168259, 3107.0, 2022, 6, 24, 15, 19, 9, 1035, 2005, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 26, 0, 0, 0, 0, 28, 35, 28, 32, 0, 0, 35, 0, 29, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 112.44, 6, drogue, -17.49, 70884.00, 2913.41, 1593.55, -24.14, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476468,-106.9168259, 3107.0, 2022, 6, 24, 15, 19, 9, 1035, 2005, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 26, 0, 0, 0, 0, 28, 35, 28, 32, 0, 0, 35, 0, 29, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 112.44, 6, drogue, -17.49, 70884.00, 2913.41, 1593.55, -24.14, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476468,-106.9168259, 3107.0, 2022, 6, 24, 15, 19, 9, 1035, 2005, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 26, 0, 0, 0, 0, 28, 35, 28, 32, 0, 0, 35, 0, 29, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 112.44, 6, drogue, -17.49, 70884.00, 2913.41, 1593.55, -24.14, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476468,-106.9168259, 3107.0, 2022, 6, 24, 15, 19, 9, 1035, 2005, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 26, 0, 0, 0, 0, 28, 35, 28, 32, 0, 0, 35, 0, 29, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 112.54, 6, drogue, -19.08, 70911.00, 2910.41, 1590.55, -24.02, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476468,-106.9168259, 3107.0, 2022, 6, 24, 15, 19, 9, 1035, 2005, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 26, 0, 0, 0, 0, 28, 35, 28, 32, 0, 0, 35, 0, 29, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 112.64, 6, drogue, -16.96, 70920.00, 2909.41, 1589.55, -23.87, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476468,-106.9168259, 3107.0, 2022, 6, 24, 15, 19, 9, 1035, 2005, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 26, 0, 0, 0, 0, 28, 35, 28, 32, 0, 0, 35, 0, 29, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 112.66, 6, drogue, -16.96, 70920.00, 2909.41, 1589.55, -23.87, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476468,-106.9168259, 3107.0, 2022, 6, 24, 15, 19, 9, 1035, 2005, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 26, 0, 0, 0, 0, 28, 35, 28, 32, 0, 0, 35, 0, 29, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 112.74, 6, drogue, -11.66, 70853.00, 2916.85, 1597.00, -23.81, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476468,-106.9168259, 3107.0, 2022, 6, 24, 15, 19, 9, 1035, 2005, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 26, 0, 0, 0, 0, 28, 35, 28, 32, 0, 0, 35, 0, 29, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 112.84, 6, drogue, -9.01, 70853.00, 2916.85, 1597.00, -23.74, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476468,-106.9168259, 3107.0, 2022, 6, 24, 15, 19, 9, 1035, 2005, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 26, 0, 0, 0, 0, 28, 35, 28, 32, 0, 0, 35, 0, 29, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 112.94, 6, drogue, -9.01, 70901.00, 2911.52, 1591.66, -23.68, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476468,-106.9168259, 3107.0, 2022, 6, 24, 15, 19, 9, 1035, 2005, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 26, 0, 0, 0, 0, 28, 35, 28, 32, 0, 0, 35, 0, 29, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 112.98, 6, drogue, -9.01, 70901.00, 2911.52, 1591.66, -23.68, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476468,-106.9168259, 3107.0, 2022, 6, 24, 15, 19, 9, 1035, 2005, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 26, 0, 0, 0, 0, 28, 35, 28, 32, 0, 0, 35, 0, 29, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 113.04, 6, drogue, -12.19, 70927.00, 2908.63, 1588.77, -23.62, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476468,-106.9168259, 3107.0, 2022, 6, 24, 15, 19, 9, 1035, 2005, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 26, 0, 0, 0, 0, 28, 35, 28, 32, 0, 0, 35, 0, 29, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 113.14, 6, drogue, -13.78, 70973.00, 2903.52, 1583.66, -23.55, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476468,-106.9168259, 3107.0, 2022, 6, 24, 15, 19, 9, 1035, 2005, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 26, 0, 0, 0, 0, 28, 35, 28, 32, 0, 0, 35, 0, 29, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 113.24, 6, drogue, -13.25, 71022.00, 2898.08, 1578.22, -23.50, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476468,-106.9168259, 3107.0, 2022, 6, 24, 15, 19, 9, 1035, 2005, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 26, 0, 0, 0, 0, 28, 35, 28, 32, 0, 0, 35, 0, 29, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 113.30, 6, drogue, -13.25, 71022.00, 2898.08, 1578.22, -23.50, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9476468,-106.9168259, 3107.0, 2022, 6, 24, 15, 19, 9, 1035, 2005, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 26, 0, 0, 0, 0, 28, 35, 28, 32, 0, 0, 35, 0, 29, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 113.34, 6, drogue, -14.84, 71050.00, 2894.97, 1575.11, -23.45, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9476468,-106.9168259, 3107.0, 2022, 6, 24, 15, 19, 9, 1035, 2005, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 26, 0, 0, 0, 0, 28, 35, 28, 32, 0, 0, 35, 0, 29, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 113.44, 6, drogue, -17.49, 71081.00, 2891.53, 1571.68, -23.45, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9476088,-106.9167981, 3078.0, 2022, 6, 24, 15, 19, 10, 1030, 1977, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 26, 0, 0, 0, 0, 28, 32, 30, 27, 0, 0, 34, 0, 31, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 113.44, 6, drogue, -17.49, 71081.00, 2891.53, 1571.68, -23.45, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9476088,-106.9167981, 3078.0, 2022, 6, 24, 15, 19, 10, 1030, 1977, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 26, 0, 0, 0, 0, 28, 32, 30, 27, 0, 0, 34, 0, 31, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 113.44, 6, drogue, -17.49, 71081.00, 2891.53, 1571.68, -23.45, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9476088,-106.9167981, 3078.0, 2022, 6, 24, 15, 19, 10, 1030, 1977, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 26, 0, 0, 0, 0, 28, 32, 30, 27, 0, 0, 34, 0, 31, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 113.44, 6, drogue, -17.49, 71081.00, 2891.53, 1571.68, -23.45, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9476088,-106.9167981, 3078.0, 2022, 6, 24, 15, 19, 10, 1030, 1977, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 26, 0, 0, 0, 0, 28, 32, 30, 27, 0, 0, 34, 0, 31, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 113.44, 6, drogue, -17.49, 71081.00, 2891.53, 1571.68, -23.45, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9476088,-106.9167981, 3078.0, 2022, 6, 24, 15, 19, 10, 1030, 1977, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 26, 0, 0, 0, 0, 28, 32, 30, 27, 0, 0, 34, 0, 31, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 113.44, 6, drogue, -17.49, 71081.00, 2891.53, 1571.68, -23.45, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9476088,-106.9167981, 3078.0, 2022, 6, 24, 15, 19, 10, 1030, 1977, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 26, 0, 0, 0, 0, 28, 32, 30, 27, 0, 0, 34, 0, 31, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 113.54, 6, drogue, -19.08, 71150.00, 2883.88, 1564.03, -23.36, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9476088,-106.9167981, 3078.0, 2022, 6, 24, 15, 19, 10, 1030, 1977, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 26, 0, 0, 0, 0, 28, 32, 30, 27, 0, 0, 34, 0, 31, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 113.62, 6, drogue, -19.08, 71150.00, 2883.88, 1564.03, -23.36, 32.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476088,-106.9167981, 3078.0, 2022, 6, 24, 15, 19, 10, 1030, 1977, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 26, 0, 0, 0, 0, 28, 32, 30, 27, 0, 0, 34, 0, 31, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 113.64, 6, drogue, -19.08, 71137.00, 2885.32, 1565.47, -23.32, 32.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476088,-106.9167981, 3078.0, 2022, 6, 24, 15, 19, 10, 1030, 1977, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 26, 0, 0, 0, 0, 28, 32, 30, 27, 0, 0, 34, 0, 31, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 113.74, 6, drogue, -18.02, 71134.00, 2885.65, 1565.80, -23.23, 32.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476088,-106.9167981, 3078.0, 2022, 6, 24, 15, 19, 10, 1030, 1977, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 26, 0, 0, 0, 0, 28, 32, 30, 27, 0, 0, 34, 0, 31, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 113.84, 6, drogue, -15.90, 71183.00, 2880.22, 1560.37, -23.10, 32.7, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476088,-106.9167981, 3078.0, 2022, 6, 24, 15, 19, 10, 1030, 1977, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 26, 0, 0, 0, 0, 28, 32, 30, 27, 0, 0, 34, 0, 31, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 113.94, 6, drogue, -14.84, 71164.00, 2882.33, 1562.47, -22.90, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476088,-106.9167981, 3078.0, 2022, 6, 24, 15, 19, 10, 1030, 1977, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 26, 0, 0, 0, 0, 28, 32, 30, 27, 0, 0, 34, 0, 31, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 113.94, 6, drogue, -14.84, 71164.00, 2882.33, 1562.47, -22.90, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476088,-106.9167981, 3078.0, 2022, 6, 24, 15, 19, 10, 1030, 1977, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 26, 0, 0, 0, 0, 28, 32, 30, 27, 0, 0, 34, 0, 31, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 114.04, 6, drogue, -16.43, 71190.00, 2879.45, 1559.59, -22.74, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476088,-106.9167981, 3078.0, 2022, 6, 24, 15, 19, 10, 1030, 1977, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 26, 0, 0, 0, 0, 28, 32, 30, 27, 0, 0, 34, 0, 31, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 114.14, 6, drogue, -13.25, 71195.00, 2878.89, 1559.04, -22.56, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476088,-106.9167981, 3078.0, 2022, 6, 24, 15, 19, 10, 1030, 1977, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 26, 0, 0, 0, 0, 28, 32, 30, 27, 0, 0, 34, 0, 31, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 114.24, 6, drogue, -12.19, 71189.00, 2879.56, 1559.70, -22.41, 32.7, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476088,-106.9167981, 3078.0, 2022, 6, 24, 15, 19, 10, 1030, 1977, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 26, 0, 0, 0, 0, 28, 32, 30, 27, 0, 0, 34, 0, 31, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 114.26, 6, drogue, -12.19, 71189.00, 2879.56, 1559.70, -22.41, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9476088,-106.9167981, 3078.0, 2022, 6, 24, 15, 19, 10, 1030, 1977, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 26, 0, 0, 0, 0, 28, 32, 30, 27, 0, 0, 34, 0, 31, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 114.34, 6, drogue, -13.78, 71204.00, 2877.90, 1558.04, -22.22, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9476088,-106.9167981, 3078.0, 2022, 6, 24, 15, 19, 10, 1030, 1977, 331, 59, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 26, 0, 0, 0, 0, 28, 32, 30, 27, 0, 0, 34, 0, 31, 27, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 114.44, 6, drogue, -19.08, 71259.00, 2871.81, 1551.95, -22.04, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9475745,-106.9167648, 3050.0, 2022, 6, 24, 15, 19, 11, 1025, 1951, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 33, 0, 0, 0, 0, 30, 31, 22, 26, 0, 0, 24, 0, 31, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 114.44, 6, drogue, -19.08, 71259.00, 2871.81, 1551.95, -22.04, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9475745,-106.9167648, 3050.0, 2022, 6, 24, 15, 19, 11, 1025, 1951, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 33, 0, 0, 0, 0, 30, 31, 22, 26, 0, 0, 24, 0, 31, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 114.44, 6, drogue, -19.08, 71259.00, 2871.81, 1551.95, -22.04, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9475745,-106.9167648, 3050.0, 2022, 6, 24, 15, 19, 11, 1025, 1951, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 33, 0, 0, 0, 0, 30, 31, 22, 26, 0, 0, 24, 0, 31, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 114.44, 6, drogue, -19.08, 71259.00, 2871.81, 1551.95, -22.04, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9475745,-106.9167648, 3050.0, 2022, 6, 24, 15, 19, 11, 1025, 1951, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 33, 0, 0, 0, 0, 30, 31, 22, 26, 0, 0, 24, 0, 31, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 114.44, 6, drogue, -19.08, 71259.00, 2871.81, 1551.95, -22.04, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9475745,-106.9167648, 3050.0, 2022, 6, 24, 15, 19, 11, 1025, 1951, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 33, 0, 0, 0, 0, 30, 31, 22, 26, 0, 0, 24, 0, 31, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 114.44, 6, drogue, -19.08, 71259.00, 2871.81, 1551.95, -22.04, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9475745,-106.9167648, 3050.0, 2022, 6, 24, 15, 19, 11, 1025, 1951, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 33, 0, 0, 0, 0, 30, 31, 22, 26, 0, 0, 24, 0, 31, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 114.54, 6, drogue, -18.02, 71316.00, 2865.50, 1545.64, -21.90, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9475745,-106.9167648, 3050.0, 2022, 6, 24, 15, 19, 11, 1025, 1951, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 33, 0, 0, 0, 0, 30, 31, 22, 26, 0, 0, 24, 0, 31, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 114.58, 6, drogue, -18.02, 71316.00, 2865.50, 1545.64, -21.90, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9475745,-106.9167648, 3050.0, 2022, 6, 24, 15, 19, 11, 1025, 1951, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 33, 0, 0, 0, 0, 30, 31, 22, 26, 0, 0, 24, 0, 31, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 114.64, 6, drogue, -15.90, 71326.00, 2864.39, 1544.54, -21.79, 32.6, 0.01, 0.00, 3.87, 1, 1, 10, 32.9475745,-106.9167648, 3050.0, 2022, 6, 24, 15, 19, 11, 1025, 1951, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 33, 0, 0, 0, 0, 30, 31, 22, 26, 0, 0, 24, 0, 31, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 114.74, 6, drogue, -14.31, 71378.00, 2858.64, 1538.79, -21.73, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9475745,-106.9167648, 3050.0, 2022, 6, 24, 15, 19, 11, 1025, 1951, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 33, 0, 0, 0, 0, 30, 31, 22, 26, 0, 0, 24, 0, 31, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 114.84, 6, drogue, -12.19, 71363.00, 2860.30, 1540.45, -21.75, 32.7, 0.01, 0.00, 3.87, 1, 1, 10, 32.9475745,-106.9167648, 3050.0, 2022, 6, 24, 15, 19, 11, 1025, 1951, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 33, 0, 0, 0, 0, 30, 31, 22, 26, 0, 0, 24, 0, 31, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 114.90, 6, drogue, -12.19, 71363.00, 2860.30, 1540.45, -21.75, 32.7, 0.00, 0.01, 3.87, 1, 1, 10, 32.9475745,-106.9167648, 3050.0, 2022, 6, 24, 15, 19, 11, 1025, 1951, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 33, 0, 0, 0, 0, 30, 31, 22, 26, 0, 0, 24, 0, 31, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 114.94, 6, drogue, -12.72, 71383.00, 2858.09, 1538.23, -21.90, 32.6, 0.00, 0.01, 3.87, 1, 1, 10, 32.9475745,-106.9167648, 3050.0, 2022, 6, 24, 15, 19, 11, 1025, 1951, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 33, 0, 0, 0, 0, 30, 31, 22, 26, 0, 0, 24, 0, 31, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 115.04, 6, drogue, -18.02, 71359.00, 2860.74, 1540.89, -22.12, 32.7, 0.00, 0.01, 3.87, 1, 1, 10, 32.9475745,-106.9167648, 3050.0, 2022, 6, 24, 15, 19, 11, 1025, 1951, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 33, 0, 0, 0, 0, 30, 31, 22, 26, 0, 0, 24, 0, 31, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 115.14, 6, drogue, -20.14, 71390.00, 2857.32, 1537.46, -22.41, 32.6, 0.00, 0.01, 3.87, 1, 1, 10, 32.9475745,-106.9167648, 3050.0, 2022, 6, 24, 15, 19, 11, 1025, 1951, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 33, 0, 0, 0, 0, 30, 31, 22, 26, 0, 0, 24, 0, 31, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 115.22, 6, drogue, -20.14, 71390.00, 2857.32, 1537.46, -22.41, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475745,-106.9167648, 3050.0, 2022, 6, 24, 15, 19, 11, 1025, 1951, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 33, 0, 0, 0, 0, 30, 31, 22, 26, 0, 0, 24, 0, 31, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 115.24, 6, drogue, -18.55, 71451.00, 2850.58, 1530.72, -22.78, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475745,-106.9167648, 3050.0, 2022, 6, 24, 15, 19, 11, 1025, 1951, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 33, 0, 0, 0, 0, 30, 31, 22, 26, 0, 0, 24, 0, 31, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 115.34, 6, drogue, -18.02, 71473.00, 2848.15, 1528.29, -23.16, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475745,-106.9167648, 3050.0, 2022, 6, 24, 15, 19, 11, 1025, 1951, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 33, 0, 0, 0, 0, 30, 31, 22, 26, 0, 0, 24, 0, 31, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 115.44, 6, drogue, -17.49, 71543.00, 2840.42, 1520.56, -23.60, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475420,-106.9167311, 3022.0, 2022, 6, 24, 15, 19, 12, 1021, 1925, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 24, 25, 30, 35, 0, 0, 35, 0, 31, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 115.44, 6, drogue, -17.49, 71543.00, 2840.42, 1520.56, -23.60, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475420,-106.9167311, 3022.0, 2022, 6, 24, 15, 19, 12, 1021, 1925, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 24, 25, 30, 35, 0, 0, 35, 0, 31, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 115.44, 6, drogue, -17.49, 71543.00, 2840.42, 1520.56, -23.60, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475420,-106.9167311, 3022.0, 2022, 6, 24, 15, 19, 12, 1021, 1925, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 24, 25, 30, 35, 0, 0, 35, 0, 31, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 115.44, 6, drogue, -17.49, 71543.00, 2840.42, 1520.56, -23.60, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475420,-106.9167311, 3022.0, 2022, 6, 24, 15, 19, 12, 1021, 1925, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 24, 25, 30, 35, 0, 0, 35, 0, 31, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 115.44, 6, drogue, -17.49, 71543.00, 2840.42, 1520.56, -23.60, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475420,-106.9167311, 3022.0, 2022, 6, 24, 15, 19, 12, 1021, 1925, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 24, 25, 30, 35, 0, 0, 35, 0, 31, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 115.44, 6, drogue, -17.49, 71543.00, 2840.42, 1520.56, -23.60, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475420,-106.9167311, 3022.0, 2022, 6, 24, 15, 19, 12, 1021, 1925, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 24, 25, 30, 35, 0, 0, 35, 0, 31, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 115.54, 6, drogue, -15.37, 71443.00, 2851.46, 1531.60, -24.11, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475420,-106.9167311, 3022.0, 2022, 6, 24, 15, 19, 12, 1021, 1925, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 24, 25, 30, 35, 0, 0, 35, 0, 31, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 115.54, 6, drogue, -15.37, 71443.00, 2851.46, 1531.60, -24.11, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475420,-106.9167311, 3022.0, 2022, 6, 24, 15, 19, 12, 1021, 1925, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 24, 25, 30, 35, 0, 0, 35, 0, 31, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 115.64, 6, drogue, -14.84, 71429.00, 2853.01, 1533.15, -24.61, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475420,-106.9167311, 3022.0, 2022, 6, 24, 15, 19, 12, 1021, 1925, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 24, 25, 30, 35, 0, 0, 35, 0, 31, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 115.74, 6, drogue, -15.90, 71453.00, 2850.36, 1530.50, -25.06, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475420,-106.9167311, 3022.0, 2022, 6, 24, 15, 19, 12, 1021, 1925, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 24, 25, 30, 35, 0, 0, 35, 0, 31, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 115.84, 6, drogue, -12.72, 71464.00, 2849.14, 1529.29, -25.51, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475420,-106.9167311, 3022.0, 2022, 6, 24, 15, 19, 12, 1021, 1925, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 24, 25, 30, 35, 0, 0, 35, 0, 31, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 115.86, 6, drogue, -12.72, 71464.00, 2849.14, 1529.29, -25.51, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475420,-106.9167311, 3022.0, 2022, 6, 24, 15, 19, 12, 1021, 1925, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 24, 25, 30, 35, 0, 0, 35, 0, 31, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 115.94, 6, drogue, -9.54, 71499.00, 2845.28, 1525.42, -25.92, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475420,-106.9167311, 3022.0, 2022, 6, 24, 15, 19, 12, 1021, 1925, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 24, 25, 30, 35, 0, 0, 35, 0, 31, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 116.04, 6, drogue, -10.07, 71648.00, 2828.84, 1508.99, -26.36, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475420,-106.9167311, 3022.0, 2022, 6, 24, 15, 19, 12, 1021, 1925, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 24, 25, 30, 35, 0, 0, 35, 0, 31, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 116.14, 6, drogue, -11.66, 71646.00, 2829.06, 1509.21, -26.74, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475420,-106.9167311, 3022.0, 2022, 6, 24, 15, 19, 12, 1021, 1925, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 24, 25, 30, 35, 0, 0, 35, 0, 31, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 116.18, 6, drogue, -11.66, 71646.00, 2829.06, 1509.21, -26.74, 32.6, 0.01, 0.00, 3.87, 1, 1, 10, 32.9475420,-106.9167311, 3022.0, 2022, 6, 24, 15, 19, 12, 1021, 1925, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 24, 25, 30, 35, 0, 0, 35, 0, 31, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 116.24, 6, drogue, -14.84, 71658.00, 2827.74, 1507.88, -27.04, 32.6, 0.01, 0.00, 3.87, 1, 1, 10, 32.9475420,-106.9167311, 3022.0, 2022, 6, 24, 15, 19, 12, 1021, 1925, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 24, 25, 30, 35, 0, 0, 35, 0, 31, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 116.34, 6, drogue, -15.90, 71659.00, 2827.63, 1507.77, -27.32, 32.6, 0.01, 0.00, 3.87, 1, 1, 10, 32.9475420,-106.9167311, 3022.0, 2022, 6, 24, 15, 19, 12, 1021, 1925, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 24, 25, 30, 35, 0, 0, 35, 0, 31, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 116.44, 6, drogue, -17.49, 71694.00, 2823.77, 1503.92, -27.57, 32.6, 0.01, 0.00, 3.87, 1, 1, 10, 32.9474979,-106.9167178, 2994.0, 2022, 6, 24, 15, 19, 13, 1016, 1899, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 35, 0, 0, 0, 0, 30, 34, 24, 27, 0, 0, 28, 0, 26, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 116.44, 6, drogue, -17.49, 71694.00, 2823.77, 1503.92, -27.57, 32.6, 0.01, 0.00, 3.87, 1, 1, 10, 32.9474979,-106.9167178, 2994.0, 2022, 6, 24, 15, 19, 13, 1016, 1899, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 35, 0, 0, 0, 0, 30, 34, 24, 27, 0, 0, 28, 0, 26, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 116.44, 6, drogue, -17.49, 71694.00, 2823.77, 1503.92, -27.57, 32.6, 0.01, 0.00, 3.87, 1, 1, 10, 32.9474979,-106.9167178, 2994.0, 2022, 6, 24, 15, 19, 13, 1016, 1899, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 35, 0, 0, 0, 0, 30, 34, 24, 27, 0, 0, 28, 0, 26, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 116.44, 6, drogue, -17.49, 71694.00, 2823.77, 1503.92, -27.57, 32.6, 0.01, 0.00, 3.87, 1, 1, 10, 32.9474979,-106.9167178, 2994.0, 2022, 6, 24, 15, 19, 13, 1016, 1899, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 35, 0, 0, 0, 0, 30, 34, 24, 27, 0, 0, 28, 0, 26, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 116.44, 6, drogue, -17.49, 71694.00, 2823.77, 1503.92, -27.57, 32.6, 0.01, 0.00, 3.87, 1, 1, 10, 32.9474979,-106.9167178, 2994.0, 2022, 6, 24, 15, 19, 13, 1016, 1899, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 35, 0, 0, 0, 0, 30, 34, 24, 27, 0, 0, 28, 0, 26, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 116.44, 6, drogue, -17.49, 71694.00, 2823.77, 1503.92, -27.57, 32.6, 0.01, 0.00, 3.87, 1, 1, 10, 32.9474979,-106.9167178, 2994.0, 2022, 6, 24, 15, 19, 13, 1016, 1899, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 35, 0, 0, 0, 0, 30, 34, 24, 27, 0, 0, 28, 0, 26, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 116.50, 6, drogue, -17.49, 71694.00, 2823.77, 1503.92, -27.57, 32.6, 0.00, 0.01, 3.87, 1, 1, 10, 32.9474979,-106.9167178, 2994.0, 2022, 6, 24, 15, 19, 13, 1016, 1899, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 35, 0, 0, 0, 0, 30, 34, 24, 27, 0, 0, 28, 0, 26, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 116.54, 6, drogue, -16.43, 71723.00, 2820.58, 1500.72, -27.79, 32.6, 0.00, 0.01, 3.87, 1, 1, 10, 32.9474979,-106.9167178, 2994.0, 2022, 6, 24, 15, 19, 13, 1016, 1899, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 35, 0, 0, 0, 0, 30, 34, 24, 27, 0, 0, 28, 0, 26, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 116.64, 6, drogue, -16.43, 71758.00, 2816.73, 1496.87, -27.94, 32.6, 0.00, 0.01, 3.87, 1, 1, 10, 32.9474979,-106.9167178, 2994.0, 2022, 6, 24, 15, 19, 13, 1016, 1899, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 35, 0, 0, 0, 0, 30, 34, 24, 27, 0, 0, 28, 0, 26, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 116.74, 6, drogue, -16.96, 71824.00, 2809.46, 1489.61, -28.06, 32.6, 0.00, 0.01, 3.87, 1, 1, 10, 32.9474979,-106.9167178, 2994.0, 2022, 6, 24, 15, 19, 13, 1016, 1899, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 35, 0, 0, 0, 0, 30, 34, 24, 27, 0, 0, 28, 0, 26, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 116.82, 6, drogue, -16.96, 71824.00, 2809.46, 1489.61, -28.06, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474979,-106.9167178, 2994.0, 2022, 6, 24, 15, 19, 13, 1016, 1899, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 35, 0, 0, 0, 0, 30, 34, 24, 27, 0, 0, 28, 0, 26, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 116.84, 6, drogue, -14.84, 71845.00, 2807.15, 1487.30, -28.10, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474979,-106.9167178, 2994.0, 2022, 6, 24, 15, 19, 13, 1016, 1899, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 35, 0, 0, 0, 0, 30, 34, 24, 27, 0, 0, 28, 0, 26, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 116.94, 6, drogue, -9.54, 71879.00, 2803.42, 1483.56, -28.13, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474979,-106.9167178, 2994.0, 2022, 6, 24, 15, 19, 13, 1016, 1899, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 35, 0, 0, 0, 0, 30, 34, 24, 27, 0, 0, 28, 0, 26, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 117.04, 6, drogue, -9.01, 71855.00, 2806.05, 1486.20, -28.12, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474979,-106.9167178, 2994.0, 2022, 6, 24, 15, 19, 13, 1016, 1899, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 35, 0, 0, 0, 0, 30, 34, 24, 27, 0, 0, 28, 0, 26, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 117.14, 6, drogue, -15.37, 71868.00, 2804.63, 1484.77, -28.15, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474979,-106.9167178, 2994.0, 2022, 6, 24, 15, 19, 13, 1016, 1899, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 35, 0, 0, 0, 0, 30, 34, 24, 27, 0, 0, 28, 0, 26, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 117.14, 6, drogue, -15.37, 71868.00, 2804.63, 1484.77, -28.15, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474979,-106.9167178, 2994.0, 2022, 6, 24, 15, 19, 13, 1016, 1899, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 35, 0, 0, 0, 0, 30, 34, 24, 27, 0, 0, 28, 0, 26, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 117.24, 6, drogue, -21.20, 71890.00, 2802.21, 1482.35, -28.18, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474979,-106.9167178, 2994.0, 2022, 6, 24, 15, 19, 13, 1016, 1899, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 35, 0, 0, 0, 0, 30, 34, 24, 27, 0, 0, 28, 0, 26, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 117.34, 6, drogue, -19.61, 71876.00, 2803.75, 1483.89, -28.21, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474979,-106.9167178, 2994.0, 2022, 6, 24, 15, 19, 13, 1016, 1899, 331, 58, 1.4,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 35, 0, 0, 0, 0, 30, 34, 24, 27, 0, 0, 28, 0, 26, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 117.44, 6, drogue, -20.14, 71946.00, 2796.05, 1476.20, -28.28, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474632,-106.9167215, 2964.0, 2022, 6, 24, 15, 19, 14, 1012, 1872, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 34, 0, 0, 0, 0, 30, 29, 30, 31, 0, 0, 29, 0, 27, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 117.44, 6, drogue, -20.14, 71946.00, 2796.05, 1476.20, -28.28, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474632,-106.9167215, 2964.0, 2022, 6, 24, 15, 19, 14, 1012, 1872, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 34, 0, 0, 0, 0, 30, 29, 30, 31, 0, 0, 29, 0, 27, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 117.44, 6, drogue, -20.14, 71946.00, 2796.05, 1476.20, -28.28, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474632,-106.9167215, 2964.0, 2022, 6, 24, 15, 19, 14, 1012, 1872, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 34, 0, 0, 0, 0, 30, 29, 30, 31, 0, 0, 29, 0, 27, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 117.44, 6, drogue, -20.14, 71946.00, 2796.05, 1476.20, -28.28, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474632,-106.9167215, 2964.0, 2022, 6, 24, 15, 19, 14, 1012, 1872, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 34, 0, 0, 0, 0, 30, 29, 30, 31, 0, 0, 29, 0, 27, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 117.44, 6, drogue, -20.14, 71946.00, 2796.05, 1476.20, -28.28, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474632,-106.9167215, 2964.0, 2022, 6, 24, 15, 19, 14, 1012, 1872, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 34, 0, 0, 0, 0, 30, 29, 30, 31, 0, 0, 29, 0, 27, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 117.44, 6, drogue, -20.14, 71946.00, 2796.05, 1476.20, -28.28, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474632,-106.9167215, 2964.0, 2022, 6, 24, 15, 19, 14, 1012, 1872, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 34, 0, 0, 0, 0, 30, 29, 30, 31, 0, 0, 29, 0, 27, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 117.46, 6, drogue, -20.14, 71946.00, 2796.05, 1476.20, -28.28, 32.6, 0.00, 0.01, 3.86, 1, 1, 10, 32.9474632,-106.9167215, 2964.0, 2022, 6, 24, 15, 19, 14, 1012, 1872, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 34, 0, 0, 0, 0, 30, 29, 30, 31, 0, 0, 29, 0, 27, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 117.54, 6, drogue, -21.20, 72000.00, 2790.12, 1470.27, -28.29, 32.6, 0.00, 0.01, 3.86, 1, 1, 10, 32.9474632,-106.9167215, 2964.0, 2022, 6, 24, 15, 19, 14, 1012, 1872, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 34, 0, 0, 0, 0, 30, 29, 30, 31, 0, 0, 29, 0, 27, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 117.64, 6, drogue, -17.49, 72017.00, 2788.26, 1468.40, -28.28, 32.6, 0.00, 0.01, 3.86, 1, 1, 10, 32.9474632,-106.9167215, 2964.0, 2022, 6, 24, 15, 19, 14, 1012, 1872, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 34, 0, 0, 0, 0, 30, 29, 30, 31, 0, 0, 29, 0, 27, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 117.74, 6, drogue, -13.25, 72002.00, 2789.91, 1470.05, -28.34, 32.6, 0.00, 0.01, 3.86, 1, 1, 10, 32.9474632,-106.9167215, 2964.0, 2022, 6, 24, 15, 19, 14, 1012, 1872, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 34, 0, 0, 0, 0, 30, 29, 30, 31, 0, 0, 29, 0, 27, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 117.78, 6, drogue, -13.25, 72002.00, 2789.91, 1470.05, -28.34, 32.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9474632,-106.9167215, 2964.0, 2022, 6, 24, 15, 19, 14, 1012, 1872, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 34, 0, 0, 0, 0, 30, 29, 30, 31, 0, 0, 29, 0, 27, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 117.84, 6, drogue, -13.25, 72021.00, 2787.82, 1467.96, -28.47, 32.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9474632,-106.9167215, 2964.0, 2022, 6, 24, 15, 19, 14, 1012, 1872, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 34, 0, 0, 0, 0, 30, 29, 30, 31, 0, 0, 29, 0, 27, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 117.94, 6, drogue, -13.78, 72062.00, 2783.32, 1463.47, -28.65, 32.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9474632,-106.9167215, 2964.0, 2022, 6, 24, 15, 19, 14, 1012, 1872, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 34, 0, 0, 0, 0, 30, 29, 30, 31, 0, 0, 29, 0, 27, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 118.04, 6, drogue, -16.43, 72158.00, 2772.80, 1452.94, -28.90, 32.6, 0.00, 0.00, 3.86, 1, 1, 10, 32.9474632,-106.9167215, 2964.0, 2022, 6, 24, 15, 19, 14, 1012, 1872, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 34, 0, 0, 0, 0, 30, 29, 30, 31, 0, 0, 29, 0, 27, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 118.10, 6, drogue, -16.43, 72158.00, 2772.80, 1452.94, -28.90, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474632,-106.9167215, 2964.0, 2022, 6, 24, 15, 19, 14, 1012, 1872, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 34, 0, 0, 0, 0, 30, 29, 30, 31, 0, 0, 29, 0, 27, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 118.14, 6, drogue, -11.13, 72149.00, 2773.78, 1453.93, -29.10, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474632,-106.9167215, 2964.0, 2022, 6, 24, 15, 19, 14, 1012, 1872, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 34, 0, 0, 0, 0, 30, 29, 30, 31, 0, 0, 29, 0, 27, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 118.24, 6, drogue, -12.19, 72143.00, 2774.44, 1454.58, -29.25, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474632,-106.9167215, 2964.0, 2022, 6, 24, 15, 19, 14, 1012, 1872, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 34, 0, 0, 0, 0, 30, 29, 30, 31, 0, 0, 29, 0, 27, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 118.34, 6, drogue, -17.49, 72183.00, 2770.06, 1450.20, -29.33, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474632,-106.9167215, 2964.0, 2022, 6, 24, 15, 19, 14, 1012, 1872, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 34, 0, 0, 0, 0, 30, 29, 30, 31, 0, 0, 29, 0, 27, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 118.42, 6, drogue, -17.49, 72183.00, 2770.06, 1450.20, -29.33, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474632,-106.9167215, 2964.0, 2022, 6, 24, 15, 19, 14, 1012, 1872, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 34, 0, 0, 0, 0, 30, 29, 30, 31, 0, 0, 29, 0, 27, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 118.44, 6, drogue, -14.31, 72212.00, 2766.88, 1447.02, -29.35, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474726,-106.9167209, 2935.0, 2022, 6, 24, 15, 19, 15, 1013, 1848, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 31, 0, 0, 0, 0, 28, 29, 25, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 118.44, 6, drogue, -14.31, 72212.00, 2766.88, 1447.02, -29.35, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474726,-106.9167209, 2935.0, 2022, 6, 24, 15, 19, 15, 1013, 1848, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 31, 0, 0, 0, 0, 28, 29, 25, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 118.44, 6, drogue, -14.31, 72212.00, 2766.88, 1447.02, -29.35, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474726,-106.9167209, 2935.0, 2022, 6, 24, 15, 19, 15, 1013, 1848, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 31, 0, 0, 0, 0, 28, 29, 25, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 118.44, 6, drogue, -14.31, 72212.00, 2766.88, 1447.02, -29.35, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474726,-106.9167209, 2935.0, 2022, 6, 24, 15, 19, 15, 1013, 1848, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 31, 0, 0, 0, 0, 28, 29, 25, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 118.44, 6, drogue, -14.31, 72212.00, 2766.88, 1447.02, -29.35, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474726,-106.9167209, 2935.0, 2022, 6, 24, 15, 19, 15, 1013, 1848, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 31, 0, 0, 0, 0, 28, 29, 25, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 118.44, 6, drogue, -14.31, 72212.00, 2766.88, 1447.02, -29.35, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474726,-106.9167209, 2935.0, 2022, 6, 24, 15, 19, 15, 1013, 1848, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 31, 0, 0, 0, 0, 28, 29, 25, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 118.54, 6, drogue, -10.07, 72243.00, 2763.49, 1443.63, -29.36, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474726,-106.9167209, 2935.0, 2022, 6, 24, 15, 19, 15, 1013, 1848, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 31, 0, 0, 0, 0, 28, 29, 25, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 118.64, 6, drogue, -10.07, 72271.00, 2760.42, 1440.57, -29.37, 32.6, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474726,-106.9167209, 2935.0, 2022, 6, 24, 15, 19, 15, 1013, 1848, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 31, 0, 0, 0, 0, 28, 29, 25, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 118.74, 6, drogue, -13.78, 72295.00, 2757.80, 1437.94, -29.35, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9474726,-106.9167209, 2935.0, 2022, 6, 24, 15, 19, 15, 1013, 1848, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 31, 0, 0, 0, 0, 28, 29, 25, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 118.74, 6, drogue, -13.78, 72295.00, 2757.80, 1437.94, -29.35, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9474726,-106.9167209, 2935.0, 2022, 6, 24, 15, 19, 15, 1013, 1848, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 31, 0, 0, 0, 0, 28, 29, 25, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 118.84, 6, drogue, -18.02, 72299.00, 2757.36, 1437.50, -29.28, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9474726,-106.9167209, 2935.0, 2022, 6, 24, 15, 19, 15, 1013, 1848, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 31, 0, 0, 0, 0, 28, 29, 25, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 118.94, 6, drogue, -18.02, 72372.00, 2749.37, 1429.52, -29.15, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9474726,-106.9167209, 2935.0, 2022, 6, 24, 15, 19, 15, 1013, 1848, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 31, 0, 0, 0, 0, 28, 29, 25, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 119.04, 6, drogue, -18.55, 72387.00, 2747.73, 1427.88, -28.95, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9474726,-106.9167209, 2935.0, 2022, 6, 24, 15, 19, 15, 1013, 1848, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 31, 0, 0, 0, 0, 28, 29, 25, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 119.06, 6, drogue, -18.55, 72387.00, 2747.73, 1427.88, -28.95, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474726,-106.9167209, 2935.0, 2022, 6, 24, 15, 19, 15, 1013, 1848, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 31, 0, 0, 0, 0, 28, 29, 25, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 119.14, 6, drogue, -20.67, 72454.00, 2740.41, 1420.56, -28.69, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474726,-106.9167209, 2935.0, 2022, 6, 24, 15, 19, 15, 1013, 1848, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 31, 0, 0, 0, 0, 28, 29, 25, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 119.24, 6, drogue, -20.14, 72421.00, 2744.02, 1424.16, -28.40, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474726,-106.9167209, 2935.0, 2022, 6, 24, 15, 19, 15, 1013, 1848, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 31, 0, 0, 0, 0, 28, 29, 25, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 119.34, 6, drogue, -11.13, 72456.00, 2740.20, 1420.34, -28.07, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474726,-106.9167209, 2935.0, 2022, 6, 24, 15, 19, 15, 1013, 1848, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 31, 0, 0, 0, 0, 28, 29, 25, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 119.38, 6, drogue, -11.13, 72456.00, 2740.20, 1420.34, -28.07, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9474726,-106.9167209, 2935.0, 2022, 6, 24, 15, 19, 15, 1013, 1848, 331, 57, 1.4,2147483647.0,2147483647.0, 0, 28, 26, 0, 0, 31, 0, 0, 0, 0, 28, 29, 25, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 119.44, 6, drogue, -11.66, 72487.00, 2736.81, 1416.96, -27.77, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475216,-106.9166878, 2907.0, 2022, 6, 24, 15, 19, 16, 1017, 1826, 331, 56, 1.4,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 30, 0, 0, 0, 0, 33, 23, 26, 27, 0, 0, 29, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 119.44, 6, drogue, -11.66, 72487.00, 2736.81, 1416.96, -27.77, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475216,-106.9166878, 2907.0, 2022, 6, 24, 15, 19, 16, 1017, 1826, 331, 56, 1.4,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 30, 0, 0, 0, 0, 33, 23, 26, 27, 0, 0, 29, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 119.44, 6, drogue, -11.66, 72487.00, 2736.81, 1416.96, -27.77, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475216,-106.9166878, 2907.0, 2022, 6, 24, 15, 19, 16, 1017, 1826, 331, 56, 1.4,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 30, 0, 0, 0, 0, 33, 23, 26, 27, 0, 0, 29, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 119.44, 6, drogue, -11.66, 72487.00, 2736.81, 1416.96, -27.77, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475216,-106.9166878, 2907.0, 2022, 6, 24, 15, 19, 16, 1017, 1826, 331, 56, 1.4,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 30, 0, 0, 0, 0, 33, 23, 26, 27, 0, 0, 29, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 119.44, 6, drogue, -11.66, 72487.00, 2736.81, 1416.96, -27.77, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475216,-106.9166878, 2907.0, 2022, 6, 24, 15, 19, 16, 1017, 1826, 331, 56, 1.4,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 30, 0, 0, 0, 0, 33, 23, 26, 27, 0, 0, 29, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 119.44, 6, drogue, -11.66, 72487.00, 2736.81, 1416.96, -27.77, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475216,-106.9166878, 2907.0, 2022, 6, 24, 15, 19, 16, 1017, 1826, 331, 56, 1.4,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 30, 0, 0, 0, 0, 33, 23, 26, 27, 0, 0, 29, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 119.54, 6, drogue, -14.31, 72508.00, 2734.52, 1414.66, -27.47, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475216,-106.9166878, 2907.0, 2022, 6, 24, 15, 19, 16, 1017, 1826, 331, 56, 1.4,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 30, 0, 0, 0, 0, 33, 23, 26, 27, 0, 0, 29, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 119.64, 6, drogue, -14.84, 72498.00, 2735.61, 1415.75, -27.16, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475216,-106.9166878, 2907.0, 2022, 6, 24, 15, 19, 16, 1017, 1826, 331, 56, 1.4,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 30, 0, 0, 0, 0, 33, 23, 26, 27, 0, 0, 29, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 119.70, 6, drogue, -14.84, 72498.00, 2735.61, 1415.75, -27.16, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475216,-106.9166878, 2907.0, 2022, 6, 24, 15, 19, 16, 1017, 1826, 331, 56, 1.4,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 30, 0, 0, 0, 0, 33, 23, 26, 27, 0, 0, 29, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 119.74, 6, drogue, -17.49, 72574.00, 2727.32, 1407.46, -26.82, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475216,-106.9166878, 2907.0, 2022, 6, 24, 15, 19, 16, 1017, 1826, 331, 56, 1.4,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 30, 0, 0, 0, 0, 33, 23, 26, 27, 0, 0, 29, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 119.84, 6, drogue, -15.90, 72653.00, 2718.70, 1398.85, -26.49, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475216,-106.9166878, 2907.0, 2022, 6, 24, 15, 19, 16, 1017, 1826, 331, 56, 1.4,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 30, 0, 0, 0, 0, 33, 23, 26, 27, 0, 0, 29, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 119.94, 6, drogue, -17.49, 72670.00, 2716.85, 1397.00, -26.17, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475216,-106.9166878, 2907.0, 2022, 6, 24, 15, 19, 16, 1017, 1826, 331, 56, 1.4,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 30, 0, 0, 0, 0, 33, 23, 26, 27, 0, 0, 29, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 120.02, 6, drogue, -17.49, 72670.00, 2716.85, 1397.00, -26.17, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475216,-106.9166878, 2907.0, 2022, 6, 24, 15, 19, 16, 1017, 1826, 331, 56, 1.4,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 30, 0, 0, 0, 0, 33, 23, 26, 27, 0, 0, 29, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 120.04, 6, drogue, -20.14, 72674.00, 2716.42, 1396.56, -25.92, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475216,-106.9166878, 2907.0, 2022, 6, 24, 15, 19, 16, 1017, 1826, 331, 56, 1.4,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 30, 0, 0, 0, 0, 33, 23, 26, 27, 0, 0, 29, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 120.14, 6, drogue, -14.84, 72657.00, 2718.27, 1398.41, -25.66, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475216,-106.9166878, 2907.0, 2022, 6, 24, 15, 19, 16, 1017, 1826, 331, 56, 1.4,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 30, 0, 0, 0, 0, 33, 23, 26, 27, 0, 0, 29, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 120.24, 6, drogue, -15.37, 72661.00, 2717.83, 1397.98, -25.38, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475216,-106.9166878, 2907.0, 2022, 6, 24, 15, 19, 16, 1017, 1826, 331, 56, 1.4,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 30, 0, 0, 0, 0, 33, 23, 26, 27, 0, 0, 29, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 120.34, 6, drogue, -19.61, 72651.00, 2718.92, 1399.07, -25.16, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475216,-106.9166878, 2907.0, 2022, 6, 24, 15, 19, 16, 1017, 1826, 331, 56, 1.4,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 30, 0, 0, 0, 0, 33, 23, 26, 27, 0, 0, 29, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 120.34, 6, drogue, -19.61, 72651.00, 2718.92, 1399.07, -25.16, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475216,-106.9166878, 2907.0, 2022, 6, 24, 15, 19, 16, 1017, 1826, 331, 56, 1.4,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 30, 0, 0, 0, 0, 33, 23, 26, 27, 0, 0, 29, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 120.44, 6, drogue, -16.43, 72646.00, 2719.47, 1399.61, -24.97, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 120.44, 6, drogue, -16.43, 72646.00, 2719.47, 1399.61, -24.97, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 120.44, 6, drogue, -16.43, 72646.00, 2719.47, 1399.61, -24.97, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 120.44, 6, drogue, -16.43, 72646.00, 2719.47, 1399.61, -24.97, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 120.44, 6, drogue, -16.43, 72646.00, 2719.47, 1399.61, -24.97, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 120.44, 6, drogue, -16.43, 72646.00, 2719.47, 1399.61, -24.97, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 120.54, 6, drogue, -14.84, 72742.00, 2709.01, 1389.15, -24.81, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 120.64, 6, drogue, -14.84, 72820.00, 2700.52, 1380.67, -24.66, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 120.66, 6, drogue, -14.84, 72820.00, 2700.52, 1380.67, -24.66, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 120.74, 6, drogue, -14.84, 72832.00, 2699.22, 1379.36, -24.54, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 120.84, 6, drogue, -16.43, 72838.00, 2698.57, 1378.71, -24.43, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 120.94, 6, drogue, -18.02, 72849.00, 2697.37, 1377.51, -24.39, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 120.98, 6, drogue, -18.02, 72849.00, 2697.37, 1377.51, -24.39, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 121.04, 6, drogue, -18.02, 72874.00, 2694.65, 1374.80, -24.38, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 121.14, 6, drogue, -18.02, 72859.00, 2696.28, 1376.43, -24.44, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 121.24, 6, drogue, -19.08, 72885.00, 2693.46, 1373.60, -24.52, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 121.30, 6, drogue, -19.08, 72885.00, 2693.46, 1373.60, -24.52, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 121.34, 6, drogue, -19.08, 72909.00, 2690.85, 1370.99, -24.65, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 121.43, 6, drogue, -19.08, 72909.00, 2690.85, 1370.99, -24.65, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 121.43, 6, drogue, -19.08, 72909.00, 2690.85, 1370.99, -24.65, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 121.43, 6, drogue, -19.08, 72909.00, 2690.85, 1370.99, -24.65, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 121.43, 6, drogue, -19.08, 72909.00, 2690.85, 1370.99, -24.65, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 121.43, 6, drogue, -19.08, 72909.00, 2690.85, 1370.99, -24.65, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475608,-106.9166208, 2880.0, 2022, 6, 24, 15, 19, 17, 1017, 1804, 332, 56, 1.4,2147483647.0,2147483647.0, 0, 25, 25, 0, 0, 29, 0, 0, 0, 0, 29, 30, 32, 31, 0, 0, 30, 0, 29, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 121.44, 6, drogue, -17.49, 72950.00, 2686.39, 1366.54, -24.82, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475686,-106.9165540, 2853.0, 2022, 6, 24, 15, 19, 18, 1015, 1781, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 33, 0, 0, 0, 0, 29, 30, 31, 31, 0, 0, 31, 0, 35, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 121.54, 6, drogue, -14.31, 72982.00, 2682.92, 1363.06, -25.02, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475686,-106.9165540, 2853.0, 2022, 6, 24, 15, 19, 18, 1015, 1781, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 33, 0, 0, 0, 0, 29, 30, 31, 31, 0, 0, 31, 0, 35, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 121.62, 6, drogue, -14.31, 72982.00, 2682.92, 1363.06, -25.02, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475686,-106.9165540, 2853.0, 2022, 6, 24, 15, 19, 18, 1015, 1781, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 33, 0, 0, 0, 0, 29, 30, 31, 31, 0, 0, 31, 0, 35, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 121.64, 6, drogue, -13.78, 73013.00, 2679.55, 1359.70, -25.20, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475686,-106.9165540, 2853.0, 2022, 6, 24, 15, 19, 18, 1015, 1781, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 33, 0, 0, 0, 0, 29, 30, 31, 31, 0, 0, 31, 0, 35, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 121.74, 6, drogue, -12.72, 73014.00, 2679.44, 1359.59, -25.42, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475686,-106.9165540, 2853.0, 2022, 6, 24, 15, 19, 18, 1015, 1781, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 33, 0, 0, 0, 0, 29, 30, 31, 31, 0, 0, 31, 0, 35, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 121.84, 6, drogue, -15.90, 73036.00, 2677.06, 1357.20, -25.65, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475686,-106.9165540, 2853.0, 2022, 6, 24, 15, 19, 18, 1015, 1781, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 33, 0, 0, 0, 0, 29, 30, 31, 31, 0, 0, 31, 0, 35, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 121.94, 6, drogue, -17.49, 73054.00, 2675.10, 1355.25, -25.85, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475686,-106.9165540, 2853.0, 2022, 6, 24, 15, 19, 18, 1015, 1781, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 33, 0, 0, 0, 0, 29, 30, 31, 31, 0, 0, 31, 0, 35, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 121.94, 6, drogue, -17.49, 73054.00, 2675.10, 1355.25, -25.85, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475686,-106.9165540, 2853.0, 2022, 6, 24, 15, 19, 18, 1015, 1781, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 33, 0, 0, 0, 0, 29, 30, 31, 31, 0, 0, 31, 0, 35, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 122.04, 6, drogue, -16.96, 73090.00, 2671.20, 1351.34, -26.02, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475686,-106.9165540, 2853.0, 2022, 6, 24, 15, 19, 18, 1015, 1781, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 33, 0, 0, 0, 0, 29, 30, 31, 31, 0, 0, 31, 0, 35, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 122.14, 6, drogue, -16.43, 73112.00, 2668.81, 1348.96, -26.13, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475686,-106.9165540, 2853.0, 2022, 6, 24, 15, 19, 18, 1015, 1781, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 33, 0, 0, 0, 0, 29, 30, 31, 31, 0, 0, 31, 0, 35, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 122.24, 6, drogue, -15.90, 73104.00, 2669.68, 1349.82, -26.21, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475686,-106.9165540, 2853.0, 2022, 6, 24, 15, 19, 18, 1015, 1781, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 33, 0, 0, 0, 0, 29, 30, 31, 31, 0, 0, 31, 0, 35, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 122.26, 6, drogue, -15.90, 73104.00, 2669.68, 1349.82, -26.21, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475686,-106.9165540, 2853.0, 2022, 6, 24, 15, 19, 18, 1015, 1781, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 33, 0, 0, 0, 0, 29, 30, 31, 31, 0, 0, 31, 0, 35, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 122.34, 6, drogue, -19.08, 73177.00, 2661.77, 1341.91, -26.25, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475686,-106.9165540, 2853.0, 2022, 6, 24, 15, 19, 18, 1015, 1781, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 33, 0, 0, 0, 0, 29, 30, 31, 31, 0, 0, 31, 0, 35, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 122.44, 6, drogue, -15.90, 73174.00, 2662.09, 1342.24, -26.23, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475686,-106.9165540, 2853.0, 2022, 6, 24, 15, 19, 18, 1015, 1781, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 33, 0, 0, 0, 0, 29, 30, 31, 31, 0, 0, 31, 0, 35, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 122.44, 6, drogue, -15.90, 73174.00, 2662.09, 1342.24, -26.23, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475686,-106.9165540, 2853.0, 2022, 6, 24, 15, 19, 18, 1015, 1781, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 33, 0, 0, 0, 0, 29, 30, 31, 31, 0, 0, 31, 0, 35, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 122.44, 6, drogue, -15.90, 73174.00, 2662.09, 1342.24, -26.23, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475686,-106.9165540, 2853.0, 2022, 6, 24, 15, 19, 18, 1015, 1781, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 33, 0, 0, 0, 0, 29, 30, 31, 31, 0, 0, 31, 0, 35, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 122.44, 6, drogue, -15.90, 73174.00, 2662.09, 1342.24, -26.23, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475686,-106.9165540, 2853.0, 2022, 6, 24, 15, 19, 18, 1015, 1781, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 33, 0, 0, 0, 0, 29, 30, 31, 31, 0, 0, 31, 0, 35, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 122.44, 6, drogue, -15.90, 73174.00, 2662.09, 1342.24, -26.23, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475686,-106.9165540, 2853.0, 2022, 6, 24, 15, 19, 18, 1015, 1781, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 33, 0, 0, 0, 0, 29, 30, 31, 31, 0, 0, 31, 0, 35, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 122.44, 6, drogue, -15.90, 73174.00, 2662.09, 1342.24, -26.23, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475686,-106.9165540, 2853.0, 2022, 6, 24, 15, 19, 18, 1015, 1781, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 33, 0, 0, 0, 0, 29, 30, 31, 31, 0, 0, 31, 0, 35, 31, 0, 0, 0, 26, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 122.54, 6, drogue, -12.19, 73206.00, 2658.63, 1338.77, -26.25, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475735,-106.9165278, 2826.0, 2022, 6, 24, 15, 19, 19, 1015, 1758, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 35, 0, 0, 0, 0, 32, 25, 24, 27, 0, 0, 32, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 122.58, 6, drogue, -12.19, 73206.00, 2658.63, 1338.77, -26.25, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475735,-106.9165278, 2826.0, 2022, 6, 24, 15, 19, 19, 1015, 1758, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 35, 0, 0, 0, 0, 32, 25, 24, 27, 0, 0, 32, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 122.64, 6, drogue, -14.84, 73200.00, 2659.28, 1339.42, -26.26, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475735,-106.9165278, 2826.0, 2022, 6, 24, 15, 19, 19, 1015, 1758, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 35, 0, 0, 0, 0, 32, 25, 24, 27, 0, 0, 32, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 122.74, 6, drogue, -15.37, 73240.00, 2654.95, 1335.09, -26.24, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475735,-106.9165278, 2826.0, 2022, 6, 24, 15, 19, 19, 1015, 1758, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 35, 0, 0, 0, 0, 32, 25, 24, 27, 0, 0, 32, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 122.84, 6, drogue, -15.90, 73258.00, 2653.00, 1333.14, -26.17, 32.5, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475735,-106.9165278, 2826.0, 2022, 6, 24, 15, 19, 19, 1015, 1758, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 35, 0, 0, 0, 0, 32, 25, 24, 27, 0, 0, 32, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 122.90, 6, drogue, -15.90, 73258.00, 2653.00, 1333.14, -26.17, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475735,-106.9165278, 2826.0, 2022, 6, 24, 15, 19, 19, 1015, 1758, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 35, 0, 0, 0, 0, 32, 25, 24, 27, 0, 0, 32, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 122.94, 6, drogue, -15.90, 73304.00, 2648.02, 1328.16, -26.03, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475735,-106.9165278, 2826.0, 2022, 6, 24, 15, 19, 19, 1015, 1758, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 35, 0, 0, 0, 0, 32, 25, 24, 27, 0, 0, 32, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 123.04, 6, drogue, -15.90, 73361.00, 2641.85, 1322.00, -25.88, 32.5, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475735,-106.9165278, 2826.0, 2022, 6, 24, 15, 19, 19, 1015, 1758, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 35, 0, 0, 0, 0, 32, 25, 24, 27, 0, 0, 32, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 123.14, 6, drogue, -15.37, 73394.00, 2638.29, 1318.43, -25.68, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475735,-106.9165278, 2826.0, 2022, 6, 24, 15, 19, 19, 1015, 1758, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 35, 0, 0, 0, 0, 32, 25, 24, 27, 0, 0, 32, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 123.22, 6, drogue, -15.37, 73394.00, 2638.29, 1318.43, -25.68, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475735,-106.9165278, 2826.0, 2022, 6, 24, 15, 19, 19, 1015, 1758, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 35, 0, 0, 0, 0, 32, 25, 24, 27, 0, 0, 32, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 123.24, 6, drogue, -20.14, 73444.00, 2632.88, 1313.03, -25.48, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475735,-106.9165278, 2826.0, 2022, 6, 24, 15, 19, 19, 1015, 1758, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 35, 0, 0, 0, 0, 32, 25, 24, 27, 0, 0, 32, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 123.34, 6, drogue, -20.67, 73463.00, 2630.83, 1310.98, -25.29, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475735,-106.9165278, 2826.0, 2022, 6, 24, 15, 19, 19, 1015, 1758, 332, 55, 1.4,2147483647.0,2147483647.0, 0, 31, 32, 0, 0, 35, 0, 0, 0, 0, 32, 25, 24, 27, 0, 0, 32, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 123.44, 6, drogue, -18.55, 73478.00, 2629.21, 1309.36, -25.11, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475944,-106.9165157, 2799.0, 2022, 6, 24, 15, 19, 20, 1016, 1737, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 30, 24, 0, 0, 27, 0, 0, 0, 0, 26, 31, 23, 27, 0, 0, 26, 0, 25, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 123.44, 6, drogue, -18.55, 73478.00, 2629.21, 1309.36, -25.11, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475944,-106.9165157, 2799.0, 2022, 6, 24, 15, 19, 20, 1016, 1737, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 30, 24, 0, 0, 27, 0, 0, 0, 0, 26, 31, 23, 27, 0, 0, 26, 0, 25, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 123.44, 6, drogue, -18.55, 73478.00, 2629.21, 1309.36, -25.11, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475944,-106.9165157, 2799.0, 2022, 6, 24, 15, 19, 20, 1016, 1737, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 30, 24, 0, 0, 27, 0, 0, 0, 0, 26, 31, 23, 27, 0, 0, 26, 0, 25, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 123.44, 6, drogue, -18.55, 73478.00, 2629.21, 1309.36, -25.11, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475944,-106.9165157, 2799.0, 2022, 6, 24, 15, 19, 20, 1016, 1737, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 30, 24, 0, 0, 27, 0, 0, 0, 0, 26, 31, 23, 27, 0, 0, 26, 0, 25, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 123.44, 6, drogue, -18.55, 73478.00, 2629.21, 1309.36, -25.11, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475944,-106.9165157, 2799.0, 2022, 6, 24, 15, 19, 20, 1016, 1737, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 30, 24, 0, 0, 27, 0, 0, 0, 0, 26, 31, 23, 27, 0, 0, 26, 0, 25, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 123.44, 6, drogue, -18.55, 73478.00, 2629.21, 1309.36, -25.11, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475944,-106.9165157, 2799.0, 2022, 6, 24, 15, 19, 20, 1016, 1737, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 30, 24, 0, 0, 27, 0, 0, 0, 0, 26, 31, 23, 27, 0, 0, 26, 0, 25, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 123.54, 6, drogue, -19.08, 73486.00, 2628.35, 1308.49, -24.95, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475944,-106.9165157, 2799.0, 2022, 6, 24, 15, 19, 20, 1016, 1737, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 30, 24, 0, 0, 27, 0, 0, 0, 0, 26, 31, 23, 27, 0, 0, 26, 0, 25, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 123.54, 6, drogue, -19.08, 73486.00, 2628.35, 1308.49, -24.95, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475944,-106.9165157, 2799.0, 2022, 6, 24, 15, 19, 20, 1016, 1737, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 30, 24, 0, 0, 27, 0, 0, 0, 0, 26, 31, 23, 27, 0, 0, 26, 0, 25, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 123.64, 6, drogue, -19.61, 73454.00, 2631.80, 1311.95, -24.83, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475944,-106.9165157, 2799.0, 2022, 6, 24, 15, 19, 20, 1016, 1737, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 30, 24, 0, 0, 27, 0, 0, 0, 0, 26, 31, 23, 27, 0, 0, 26, 0, 25, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 123.74, 6, drogue, -18.02, 73478.00, 2629.21, 1309.36, -24.74, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475944,-106.9165157, 2799.0, 2022, 6, 24, 15, 19, 20, 1016, 1737, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 30, 24, 0, 0, 27, 0, 0, 0, 0, 26, 31, 23, 27, 0, 0, 26, 0, 25, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 123.84, 6, drogue, -15.37, 73475.00, 2629.54, 1309.68, -24.67, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475944,-106.9165157, 2799.0, 2022, 6, 24, 15, 19, 20, 1016, 1737, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 30, 24, 0, 0, 27, 0, 0, 0, 0, 26, 31, 23, 27, 0, 0, 26, 0, 25, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 123.86, 6, drogue, -15.37, 73475.00, 2629.54, 1309.68, -24.67, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475944,-106.9165157, 2799.0, 2022, 6, 24, 15, 19, 20, 1016, 1737, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 30, 24, 0, 0, 27, 0, 0, 0, 0, 26, 31, 23, 27, 0, 0, 26, 0, 25, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 123.94, 6, drogue, -11.66, 73519.00, 2624.79, 1304.93, -24.68, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475944,-106.9165157, 2799.0, 2022, 6, 24, 15, 19, 20, 1016, 1737, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 30, 24, 0, 0, 27, 0, 0, 0, 0, 26, 31, 23, 27, 0, 0, 26, 0, 25, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 124.04, 6, drogue, -14.84, 73543.00, 2622.20, 1302.34, -24.76, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475944,-106.9165157, 2799.0, 2022, 6, 24, 15, 19, 20, 1016, 1737, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 30, 24, 0, 0, 27, 0, 0, 0, 0, 26, 31, 23, 27, 0, 0, 26, 0, 25, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 124.14, 6, drogue, -18.02, 73561.00, 2620.25, 1300.40, -24.88, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9475944,-106.9165157, 2799.0, 2022, 6, 24, 15, 19, 20, 1016, 1737, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 30, 24, 0, 0, 27, 0, 0, 0, 0, 26, 31, 23, 27, 0, 0, 26, 0, 25, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 124.18, 6, drogue, -18.02, 73561.00, 2620.25, 1300.40, -24.88, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475944,-106.9165157, 2799.0, 2022, 6, 24, 15, 19, 20, 1016, 1737, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 30, 24, 0, 0, 27, 0, 0, 0, 0, 26, 31, 23, 27, 0, 0, 26, 0, 25, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 124.24, 6, drogue, -16.43, 73587.00, 2617.45, 1297.59, -25.03, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475944,-106.9165157, 2799.0, 2022, 6, 24, 15, 19, 20, 1016, 1737, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 30, 24, 0, 0, 27, 0, 0, 0, 0, 26, 31, 23, 27, 0, 0, 26, 0, 25, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 124.34, 6, drogue, -15.90, 73627.00, 2613.14, 1293.28, -25.26, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9475944,-106.9165157, 2799.0, 2022, 6, 24, 15, 19, 20, 1016, 1737, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 30, 24, 0, 0, 27, 0, 0, 0, 0, 26, 31, 23, 27, 0, 0, 26, 0, 25, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 124.44, 6, drogue, -16.43, 73622.00, 2613.67, 1293.82, -25.51, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476126,-106.9164818, 2773.0, 2022, 6, 24, 15, 19, 21, 1016, 1716, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 23, 0, 0, 0, 0, 31, 30, 25, 25, 0, 0, 35, 0, 31, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 124.44, 6, drogue, -16.43, 73622.00, 2613.67, 1293.82, -25.51, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476126,-106.9164818, 2773.0, 2022, 6, 24, 15, 19, 21, 1016, 1716, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 23, 0, 0, 0, 0, 31, 30, 25, 25, 0, 0, 35, 0, 31, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 124.44, 6, drogue, -16.43, 73622.00, 2613.67, 1293.82, -25.51, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476126,-106.9164818, 2773.0, 2022, 6, 24, 15, 19, 21, 1016, 1716, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 23, 0, 0, 0, 0, 31, 30, 25, 25, 0, 0, 35, 0, 31, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 124.44, 6, drogue, -16.43, 73622.00, 2613.67, 1293.82, -25.51, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476126,-106.9164818, 2773.0, 2022, 6, 24, 15, 19, 21, 1016, 1716, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 23, 0, 0, 0, 0, 31, 30, 25, 25, 0, 0, 35, 0, 31, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 124.44, 6, drogue, -16.43, 73622.00, 2613.67, 1293.82, -25.51, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476126,-106.9164818, 2773.0, 2022, 6, 24, 15, 19, 21, 1016, 1716, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 23, 0, 0, 0, 0, 31, 30, 25, 25, 0, 0, 35, 0, 31, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 124.44, 6, drogue, -16.43, 73622.00, 2613.67, 1293.82, -25.51, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476126,-106.9164818, 2773.0, 2022, 6, 24, 15, 19, 21, 1016, 1716, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 23, 0, 0, 0, 0, 31, 30, 25, 25, 0, 0, 35, 0, 31, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 124.50, 6, drogue, -16.43, 73622.00, 2613.67, 1293.82, -25.51, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476126,-106.9164818, 2773.0, 2022, 6, 24, 15, 19, 21, 1016, 1716, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 23, 0, 0, 0, 0, 31, 30, 25, 25, 0, 0, 35, 0, 31, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 124.54, 6, drogue, -15.90, 73693.00, 2606.02, 1286.17, -25.78, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476126,-106.9164818, 2773.0, 2022, 6, 24, 15, 19, 21, 1016, 1716, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 23, 0, 0, 0, 0, 31, 30, 25, 25, 0, 0, 35, 0, 31, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 124.64, 6, drogue, -16.96, 73733.00, 2601.72, 1281.86, -26.07, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476126,-106.9164818, 2773.0, 2022, 6, 24, 15, 19, 21, 1016, 1716, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 23, 0, 0, 0, 0, 31, 30, 25, 25, 0, 0, 35, 0, 31, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 124.74, 6, drogue, -18.02, 73770.00, 2597.73, 1277.88, -26.38, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476126,-106.9164818, 2773.0, 2022, 6, 24, 15, 19, 21, 1016, 1716, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 23, 0, 0, 0, 0, 31, 30, 25, 25, 0, 0, 35, 0, 31, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 124.82, 6, drogue, -18.02, 73770.00, 2597.73, 1277.88, -26.38, 32.4, 0.00, 0.01, 3.87, 1, 1, 10, 32.9476126,-106.9164818, 2773.0, 2022, 6, 24, 15, 19, 21, 1016, 1716, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 23, 0, 0, 0, 0, 31, 30, 25, 25, 0, 0, 35, 0, 31, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 124.84, 6, drogue, -15.90, 73788.00, 2595.79, 1275.94, -26.70, 32.4, 0.00, 0.01, 3.87, 1, 1, 10, 32.9476126,-106.9164818, 2773.0, 2022, 6, 24, 15, 19, 21, 1016, 1716, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 23, 0, 0, 0, 0, 31, 30, 25, 25, 0, 0, 35, 0, 31, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 124.94, 6, drogue, -19.08, 73767.00, 2598.05, 1278.20, -27.04, 32.4, 0.00, 0.01, 3.87, 1, 1, 10, 32.9476126,-106.9164818, 2773.0, 2022, 6, 24, 15, 19, 21, 1016, 1716, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 23, 0, 0, 0, 0, 31, 30, 25, 25, 0, 0, 35, 0, 31, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 125.04, 6, drogue, -18.55, 73786.00, 2596.01, 1276.15, -27.42, 32.4, 0.00, 0.01, 3.87, 1, 1, 10, 32.9476126,-106.9164818, 2773.0, 2022, 6, 24, 15, 19, 21, 1016, 1716, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 23, 0, 0, 0, 0, 31, 30, 25, 25, 0, 0, 35, 0, 31, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 125.14, 6, drogue, -20.14, 73801.00, 2594.40, 1274.54, -27.79, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476126,-106.9164818, 2773.0, 2022, 6, 24, 15, 19, 21, 1016, 1716, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 23, 0, 0, 0, 0, 31, 30, 25, 25, 0, 0, 35, 0, 31, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 125.14, 6, drogue, -20.14, 73801.00, 2594.40, 1274.54, -27.79, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476126,-106.9164818, 2773.0, 2022, 6, 24, 15, 19, 21, 1016, 1716, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 23, 0, 0, 0, 0, 31, 30, 25, 25, 0, 0, 35, 0, 31, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 125.24, 6, drogue, -19.08, 73832.00, 2591.06, 1271.21, -28.14, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476126,-106.9164818, 2773.0, 2022, 6, 24, 15, 19, 21, 1016, 1716, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 23, 0, 0, 0, 0, 31, 30, 25, 25, 0, 0, 35, 0, 31, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 125.34, 6, drogue, -19.08, 73848.00, 2589.34, 1269.48, -28.46, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476126,-106.9164818, 2773.0, 2022, 6, 24, 15, 19, 21, 1016, 1716, 332, 54, 1.4,2147483647.0,2147483647.0, 0, 31, 30, 0, 0, 23, 0, 0, 0, 0, 31, 30, 25, 25, 0, 0, 35, 0, 31, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 125.44, 6, drogue, -18.02, 73869.00, 2587.08, 1267.23, -28.75, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476153,-106.9164264, 2745.0, 2022, 6, 24, 15, 19, 22, 1014, 1693, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 31, 0, 0, 0, 0, 22, 32, 24, 32, 0, 0, 32, 0, 31, 23, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 125.44, 6, drogue, -18.02, 73869.00, 2587.08, 1267.23, -28.75, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476153,-106.9164264, 2745.0, 2022, 6, 24, 15, 19, 22, 1014, 1693, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 31, 0, 0, 0, 0, 22, 32, 24, 32, 0, 0, 32, 0, 31, 23, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 125.44, 6, drogue, -18.02, 73869.00, 2587.08, 1267.23, -28.75, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476153,-106.9164264, 2745.0, 2022, 6, 24, 15, 19, 22, 1014, 1693, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 31, 0, 0, 0, 0, 22, 32, 24, 32, 0, 0, 32, 0, 31, 23, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 125.44, 6, drogue, -18.02, 73869.00, 2587.08, 1267.23, -28.75, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476153,-106.9164264, 2745.0, 2022, 6, 24, 15, 19, 22, 1014, 1693, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 31, 0, 0, 0, 0, 22, 32, 24, 32, 0, 0, 32, 0, 31, 23, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 125.44, 6, drogue, -18.02, 73869.00, 2587.08, 1267.23, -28.75, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476153,-106.9164264, 2745.0, 2022, 6, 24, 15, 19, 22, 1014, 1693, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 31, 0, 0, 0, 0, 22, 32, 24, 32, 0, 0, 32, 0, 31, 23, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 125.44, 6, drogue, -18.02, 73869.00, 2587.08, 1267.23, -28.75, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476153,-106.9164264, 2745.0, 2022, 6, 24, 15, 19, 22, 1014, 1693, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 31, 0, 0, 0, 0, 22, 32, 24, 32, 0, 0, 32, 0, 31, 23, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 125.46, 6, drogue, -18.02, 73869.00, 2587.08, 1267.23, -28.75, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476153,-106.9164264, 2745.0, 2022, 6, 24, 15, 19, 22, 1014, 1693, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 31, 0, 0, 0, 0, 22, 32, 24, 32, 0, 0, 32, 0, 31, 23, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 125.54, 6, drogue, -15.37, 73909.00, 2582.78, 1262.93, -29.00, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476153,-106.9164264, 2745.0, 2022, 6, 24, 15, 19, 22, 1014, 1693, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 31, 0, 0, 0, 0, 22, 32, 24, 32, 0, 0, 32, 0, 31, 23, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 125.64, 6, drogue, -11.66, 73948.00, 2578.59, 1258.74, -29.19, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476153,-106.9164264, 2745.0, 2022, 6, 24, 15, 19, 22, 1014, 1693, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 31, 0, 0, 0, 0, 22, 32, 24, 32, 0, 0, 32, 0, 31, 23, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 125.74, 6, drogue, -13.25, 74000.00, 2573.01, 1253.15, -29.38, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476153,-106.9164264, 2745.0, 2022, 6, 24, 15, 19, 22, 1014, 1693, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 31, 0, 0, 0, 0, 22, 32, 24, 32, 0, 0, 32, 0, 31, 23, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 125.78, 6, drogue, -13.25, 74000.00, 2573.01, 1253.15, -29.38, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476153,-106.9164264, 2745.0, 2022, 6, 24, 15, 19, 22, 1014, 1693, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 31, 0, 0, 0, 0, 22, 32, 24, 32, 0, 0, 32, 0, 31, 23, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 125.84, 6, drogue, -16.43, 74005.00, 2572.47, 1252.61, -29.50, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476153,-106.9164264, 2745.0, 2022, 6, 24, 15, 19, 22, 1014, 1693, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 31, 0, 0, 0, 0, 22, 32, 24, 32, 0, 0, 32, 0, 31, 23, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 125.94, 6, drogue, -16.96, 74073.00, 2565.17, 1245.32, -29.58, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476153,-106.9164264, 2745.0, 2022, 6, 24, 15, 19, 22, 1014, 1693, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 31, 0, 0, 0, 0, 22, 32, 24, 32, 0, 0, 32, 0, 31, 23, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 126.04, 6, drogue, -19.08, 74107.00, 2561.53, 1241.67, -29.62, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476153,-106.9164264, 2745.0, 2022, 6, 24, 15, 19, 22, 1014, 1693, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 31, 0, 0, 0, 0, 22, 32, 24, 32, 0, 0, 32, 0, 31, 23, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 126.10, 6, drogue, -19.08, 74107.00, 2561.53, 1241.67, -29.62, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476153,-106.9164264, 2745.0, 2022, 6, 24, 15, 19, 22, 1014, 1693, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 31, 0, 0, 0, 0, 22, 32, 24, 32, 0, 0, 32, 0, 31, 23, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 126.14, 6, drogue, -19.08, 74108.00, 2561.42, 1241.56, -29.58, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476153,-106.9164264, 2745.0, 2022, 6, 24, 15, 19, 22, 1014, 1693, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 31, 0, 0, 0, 0, 22, 32, 24, 32, 0, 0, 32, 0, 31, 23, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 126.24, 6, drogue, -17.49, 74130.00, 2559.06, 1239.20, -29.52, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476153,-106.9164264, 2745.0, 2022, 6, 24, 15, 19, 22, 1014, 1693, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 31, 0, 0, 0, 0, 22, 32, 24, 32, 0, 0, 32, 0, 31, 23, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 126.34, 6, drogue, -17.49, 74151.00, 2556.81, 1236.95, -29.39, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476153,-106.9164264, 2745.0, 2022, 6, 24, 15, 19, 22, 1014, 1693, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 31, 0, 0, 0, 0, 22, 32, 24, 32, 0, 0, 32, 0, 31, 23, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 126.42, 6, drogue, -17.49, 74151.00, 2556.81, 1236.95, -29.39, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476153,-106.9164264, 2745.0, 2022, 6, 24, 15, 19, 22, 1014, 1693, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 31, 0, 0, 0, 0, 22, 32, 24, 32, 0, 0, 32, 0, 31, 23, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 126.44, 6, drogue, -15.90, 74183.00, 2553.38, 1233.52, -29.19, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476089,-106.9163784, 2718.0, 2022, 6, 24, 15, 19, 23, 1012, 1669, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 35, 0, 0, 0, 0, 31, 26, 30, 32, 0, 0, 36, 0, 32, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 126.44, 6, drogue, -15.90, 74183.00, 2553.38, 1233.52, -29.19, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476089,-106.9163784, 2718.0, 2022, 6, 24, 15, 19, 23, 1012, 1669, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 35, 0, 0, 0, 0, 31, 26, 30, 32, 0, 0, 36, 0, 32, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 126.44, 6, drogue, -15.90, 74183.00, 2553.38, 1233.52, -29.19, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476089,-106.9163784, 2718.0, 2022, 6, 24, 15, 19, 23, 1012, 1669, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 35, 0, 0, 0, 0, 31, 26, 30, 32, 0, 0, 36, 0, 32, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 126.44, 6, drogue, -15.90, 74183.00, 2553.38, 1233.52, -29.19, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476089,-106.9163784, 2718.0, 2022, 6, 24, 15, 19, 23, 1012, 1669, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 35, 0, 0, 0, 0, 31, 26, 30, 32, 0, 0, 36, 0, 32, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 126.44, 6, drogue, -15.90, 74183.00, 2553.38, 1233.52, -29.19, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476089,-106.9163784, 2718.0, 2022, 6, 24, 15, 19, 23, 1012, 1669, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 35, 0, 0, 0, 0, 31, 26, 30, 32, 0, 0, 36, 0, 32, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 126.44, 6, drogue, -15.90, 74183.00, 2553.38, 1233.52, -29.19, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476089,-106.9163784, 2718.0, 2022, 6, 24, 15, 19, 23, 1012, 1669, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 35, 0, 0, 0, 0, 31, 26, 30, 32, 0, 0, 36, 0, 32, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 126.54, 6, drogue, -15.90, 74189.00, 2552.74, 1232.88, -29.00, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476089,-106.9163784, 2718.0, 2022, 6, 24, 15, 19, 23, 1012, 1669, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 35, 0, 0, 0, 0, 31, 26, 30, 32, 0, 0, 36, 0, 32, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 126.64, 6, drogue, -15.90, 74226.00, 2548.77, 1228.92, -28.77, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476089,-106.9163784, 2718.0, 2022, 6, 24, 15, 19, 23, 1012, 1669, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 35, 0, 0, 0, 0, 31, 26, 30, 32, 0, 0, 36, 0, 32, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 126.74, 6, drogue, -17.49, 74236.00, 2547.70, 1227.85, -28.51, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476089,-106.9163784, 2718.0, 2022, 6, 24, 15, 19, 23, 1012, 1669, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 35, 0, 0, 0, 0, 31, 26, 30, 32, 0, 0, 36, 0, 32, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 126.74, 6, drogue, -17.49, 74236.00, 2547.70, 1227.85, -28.51, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476089,-106.9163784, 2718.0, 2022, 6, 24, 15, 19, 23, 1012, 1669, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 35, 0, 0, 0, 0, 31, 26, 30, 32, 0, 0, 36, 0, 32, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 126.84, 6, drogue, -17.49, 74295.00, 2541.39, 1221.53, -28.21, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476089,-106.9163784, 2718.0, 2022, 6, 24, 15, 19, 23, 1012, 1669, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 35, 0, 0, 0, 0, 31, 26, 30, 32, 0, 0, 36, 0, 32, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 126.94, 6, drogue, -18.02, 74321.00, 2538.60, 1218.75, -27.85, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476089,-106.9163784, 2718.0, 2022, 6, 24, 15, 19, 23, 1012, 1669, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 35, 0, 0, 0, 0, 31, 26, 30, 32, 0, 0, 36, 0, 32, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 127.04, 6, drogue, -19.08, 74383.00, 2531.97, 1212.12, -27.41, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476089,-106.9163784, 2718.0, 2022, 6, 24, 15, 19, 23, 1012, 1669, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 35, 0, 0, 0, 0, 31, 26, 30, 32, 0, 0, 36, 0, 32, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 127.06, 6, drogue, -19.08, 74383.00, 2531.97, 1212.12, -27.41, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476089,-106.9163784, 2718.0, 2022, 6, 24, 15, 19, 23, 1012, 1669, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 35, 0, 0, 0, 0, 31, 26, 30, 32, 0, 0, 36, 0, 32, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 127.14, 6, drogue, -18.55, 74409.00, 2529.19, 1209.34, -27.01, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476089,-106.9163784, 2718.0, 2022, 6, 24, 15, 19, 23, 1012, 1669, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 35, 0, 0, 0, 0, 31, 26, 30, 32, 0, 0, 36, 0, 32, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 127.24, 6, drogue, -19.08, 74425.00, 2527.48, 1207.63, -26.56, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476089,-106.9163784, 2718.0, 2022, 6, 24, 15, 19, 23, 1012, 1669, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 35, 0, 0, 0, 0, 31, 26, 30, 32, 0, 0, 36, 0, 32, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 127.34, 6, drogue, -19.08, 74447.00, 2525.13, 1205.28, -26.14, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476089,-106.9163784, 2718.0, 2022, 6, 24, 15, 19, 23, 1012, 1669, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 35, 0, 0, 0, 0, 31, 26, 30, 32, 0, 0, 36, 0, 32, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 127.38, 6, drogue, -19.08, 74447.00, 2525.13, 1205.28, -26.14, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476089,-106.9163784, 2718.0, 2022, 6, 24, 15, 19, 23, 1012, 1669, 333, 53, 1.4,2147483647.0,2147483647.0, 0, 31, 27, 0, 0, 35, 0, 0, 0, 0, 31, 26, 30, 32, 0, 0, 36, 0, 32, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 127.44, 6, drogue, -18.55, 74463.00, 2523.42, 1203.57, -25.74, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 127.44, 6, drogue, -18.55, 74463.00, 2523.42, 1203.57, -25.74, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 127.44, 6, drogue, -18.55, 74463.00, 2523.42, 1203.57, -25.74, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 127.44, 6, drogue, -18.55, 74463.00, 2523.42, 1203.57, -25.74, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 127.44, 6, drogue, -18.55, 74463.00, 2523.42, 1203.57, -25.74, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 127.44, 6, drogue, -18.55, 74463.00, 2523.42, 1203.57, -25.74, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 127.54, 6, drogue, -20.14, 74485.00, 2521.07, 1201.22, -25.41, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 127.64, 6, drogue, -19.61, 74512.00, 2518.19, 1198.33, -25.14, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 127.70, 6, drogue, -19.61, 74512.00, 2518.19, 1198.33, -25.14, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 127.74, 6, drogue, -19.08, 74545.00, 2514.67, 1194.81, -24.92, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 127.84, 6, drogue, -18.02, 74519.00, 2517.44, 1197.59, -24.71, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 127.94, 6, drogue, -20.67, 74533.00, 2515.95, 1196.09, -24.57, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 128.02, 6, drogue, -20.67, 74533.00, 2515.95, 1196.09, -24.57, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 128.04, 6, drogue, -20.14, 74553.00, 2513.81, 1193.96, -24.43, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 128.14, 6, drogue, -15.90, 74564.00, 2512.64, 1192.78, -24.30, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 128.24, 6, drogue, -15.37, 74628.00, 2505.81, 1185.96, -24.20, 32.4, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 128.34, 6, drogue, -15.37, 74632.00, 2505.39, 1185.53, -24.14, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 128.34, 6, drogue, -15.37, 74632.00, 2505.39, 1185.53, -24.14, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 128.43, 6, drogue, -15.37, 74632.00, 2505.39, 1185.53, -24.14, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 128.43, 6, drogue, -15.37, 74632.00, 2505.39, 1185.53, -24.14, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 128.43, 6, drogue, -15.37, 74632.00, 2505.39, 1185.53, -24.14, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 128.43, 6, drogue, -15.37, 74632.00, 2505.39, 1185.53, -24.14, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 128.43, 6, drogue, -15.37, 74632.00, 2505.39, 1185.53, -24.14, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476085,-106.9163516, 2690.0, 2022, 6, 24, 15, 19, 24, 1011, 1647, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 30, 29, 0, 0, 30, 0, 0, 0, 0, 32, 31, 29, 31, 0, 0, 29, 0, 26, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 128.44, 6, drogue, -15.90, 74675.00, 2500.80, 1180.95, -24.12, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476261,-106.9163229, 2662.0, 2022, 6, 24, 15, 19, 25, 1011, 1625, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 34, 33, 0, 0, 29, 0, 0, 0, 0, 33, 29, 28, 27, 0, 0, 28, 0, 25, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 128.54, 6, drogue, -16.96, 74737.00, 2494.20, 1174.34, -24.11, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476261,-106.9163229, 2662.0, 2022, 6, 24, 15, 19, 25, 1011, 1625, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 34, 33, 0, 0, 29, 0, 0, 0, 0, 33, 29, 28, 27, 0, 0, 28, 0, 25, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 128.64, 6, drogue, -18.02, 74758.00, 2491.96, 1172.10, -24.12, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476261,-106.9163229, 2662.0, 2022, 6, 24, 15, 19, 25, 1011, 1625, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 34, 33, 0, 0, 29, 0, 0, 0, 0, 33, 29, 28, 27, 0, 0, 28, 0, 25, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 128.66, 6, drogue, -18.02, 74758.00, 2491.96, 1172.10, -24.12, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476261,-106.9163229, 2662.0, 2022, 6, 24, 15, 19, 25, 1011, 1625, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 34, 33, 0, 0, 29, 0, 0, 0, 0, 33, 29, 28, 27, 0, 0, 28, 0, 25, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 128.74, 6, drogue, -18.55, 74783.00, 2489.30, 1169.44, -24.13, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476261,-106.9163229, 2662.0, 2022, 6, 24, 15, 19, 25, 1011, 1625, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 34, 33, 0, 0, 29, 0, 0, 0, 0, 33, 29, 28, 27, 0, 0, 28, 0, 25, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 128.84, 6, drogue, -18.02, 74782.00, 2489.41, 1169.55, -24.19, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476261,-106.9163229, 2662.0, 2022, 6, 24, 15, 19, 25, 1011, 1625, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 34, 33, 0, 0, 29, 0, 0, 0, 0, 33, 29, 28, 27, 0, 0, 28, 0, 25, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 128.94, 6, drogue, -16.96, 74802.00, 2487.28, 1167.42, -24.24, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476261,-106.9163229, 2662.0, 2022, 6, 24, 15, 19, 25, 1011, 1625, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 34, 33, 0, 0, 29, 0, 0, 0, 0, 33, 29, 28, 27, 0, 0, 28, 0, 25, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 128.98, 6, drogue, -16.96, 74802.00, 2487.28, 1167.42, -24.24, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476261,-106.9163229, 2662.0, 2022, 6, 24, 15, 19, 25, 1011, 1625, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 34, 33, 0, 0, 29, 0, 0, 0, 0, 33, 29, 28, 27, 0, 0, 28, 0, 25, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 129.04, 6, drogue, -16.43, 74727.00, 2495.26, 1175.41, -24.28, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476261,-106.9163229, 2662.0, 2022, 6, 24, 15, 19, 25, 1011, 1625, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 34, 33, 0, 0, 29, 0, 0, 0, 0, 33, 29, 28, 27, 0, 0, 28, 0, 25, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 129.14, 6, drogue, -15.90, 74820.00, 2485.36, 1165.50, -24.30, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476261,-106.9163229, 2662.0, 2022, 6, 24, 15, 19, 25, 1011, 1625, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 34, 33, 0, 0, 29, 0, 0, 0, 0, 33, 29, 28, 27, 0, 0, 28, 0, 25, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 129.24, 6, drogue, -15.37, 74774.00, 2490.26, 1170.40, -24.29, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476261,-106.9163229, 2662.0, 2022, 6, 24, 15, 19, 25, 1011, 1625, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 34, 33, 0, 0, 29, 0, 0, 0, 0, 33, 29, 28, 27, 0, 0, 28, 0, 25, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 129.30, 6, drogue, -15.37, 74774.00, 2490.26, 1170.40, -24.29, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476261,-106.9163229, 2662.0, 2022, 6, 24, 15, 19, 25, 1011, 1625, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 34, 33, 0, 0, 29, 0, 0, 0, 0, 33, 29, 28, 27, 0, 0, 28, 0, 25, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 129.34, 6, drogue, -16.43, 74865.00, 2480.57, 1160.72, -24.28, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476261,-106.9163229, 2662.0, 2022, 6, 24, 15, 19, 25, 1011, 1625, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 34, 33, 0, 0, 29, 0, 0, 0, 0, 33, 29, 28, 27, 0, 0, 28, 0, 25, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 129.43, 6, drogue, -16.43, 74865.00, 2480.57, 1160.72, -24.28, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476261,-106.9163229, 2662.0, 2022, 6, 24, 15, 19, 25, 1011, 1625, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 34, 33, 0, 0, 29, 0, 0, 0, 0, 33, 29, 28, 27, 0, 0, 28, 0, 25, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 129.43, 6, drogue, -16.43, 74865.00, 2480.57, 1160.72, -24.28, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476261,-106.9163229, 2662.0, 2022, 6, 24, 15, 19, 25, 1011, 1625, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 34, 33, 0, 0, 29, 0, 0, 0, 0, 33, 29, 28, 27, 0, 0, 28, 0, 25, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 129.43, 6, drogue, -16.43, 74865.00, 2480.57, 1160.72, -24.28, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476261,-106.9163229, 2662.0, 2022, 6, 24, 15, 19, 25, 1011, 1625, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 34, 33, 0, 0, 29, 0, 0, 0, 0, 33, 29, 28, 27, 0, 0, 28, 0, 25, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 129.43, 6, drogue, -16.43, 74865.00, 2480.57, 1160.72, -24.28, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476261,-106.9163229, 2662.0, 2022, 6, 24, 15, 19, 25, 1011, 1625, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 34, 33, 0, 0, 29, 0, 0, 0, 0, 33, 29, 28, 27, 0, 0, 28, 0, 25, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 129.43, 6, drogue, -16.43, 74865.00, 2480.57, 1160.72, -24.28, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476261,-106.9163229, 2662.0, 2022, 6, 24, 15, 19, 25, 1011, 1625, 333, 52, 1.4,2147483647.0,2147483647.0, 0, 34, 33, 0, 0, 29, 0, 0, 0, 0, 33, 29, 28, 27, 0, 0, 28, 0, 25, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 129.44, 6, drogue, -16.43, 74896.00, 2477.28, 1157.42, -24.21, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476454,-106.9162716, 2633.0, 2022, 6, 24, 15, 19, 26, 1011, 1602, 334, 51, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 33, 26, 0, 0, 33, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 129.54, 6, drogue, -17.49, 74967.00, 2469.73, 1149.87, -24.12, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476454,-106.9162716, 2633.0, 2022, 6, 24, 15, 19, 26, 1011, 1602, 334, 51, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 33, 26, 0, 0, 33, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 129.62, 6, drogue, -17.49, 74967.00, 2469.73, 1149.87, -24.12, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476454,-106.9162716, 2633.0, 2022, 6, 24, 15, 19, 26, 1011, 1602, 334, 51, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 33, 26, 0, 0, 33, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 129.64, 6, drogue, -18.02, 75013.00, 2464.84, 1144.99, -24.01, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476454,-106.9162716, 2633.0, 2022, 6, 24, 15, 19, 26, 1011, 1602, 334, 51, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 33, 26, 0, 0, 33, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 129.74, 6, drogue, -18.55, 75011.00, 2465.06, 1145.20, -23.88, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476454,-106.9162716, 2633.0, 2022, 6, 24, 15, 19, 26, 1011, 1602, 334, 51, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 33, 26, 0, 0, 33, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 129.84, 6, drogue, -17.49, 75006.00, 2465.59, 1145.73, -23.73, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476454,-106.9162716, 2633.0, 2022, 6, 24, 15, 19, 26, 1011, 1602, 334, 51, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 33, 26, 0, 0, 33, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 129.94, 6, drogue, -14.31, 75036.00, 2462.40, 1142.55, -23.60, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476454,-106.9162716, 2633.0, 2022, 6, 24, 15, 19, 26, 1011, 1602, 334, 51, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 33, 26, 0, 0, 33, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 129.94, 6, drogue, -14.31, 75036.00, 2462.40, 1142.55, -23.60, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476454,-106.9162716, 2633.0, 2022, 6, 24, 15, 19, 26, 1011, 1602, 334, 51, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 33, 26, 0, 0, 33, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 130.04, 6, drogue, -14.84, 75009.00, 2465.27, 1145.41, -23.52, 32.4, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476454,-106.9162716, 2633.0, 2022, 6, 24, 15, 19, 26, 1011, 1602, 334, 51, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 33, 26, 0, 0, 33, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 130.14, 6, drogue, -13.78, 75026.00, 2463.46, 1143.61, -23.45, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476454,-106.9162716, 2633.0, 2022, 6, 24, 15, 19, 26, 1011, 1602, 334, 51, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 33, 26, 0, 0, 33, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 130.24, 6, drogue, -15.37, 75063.00, 2459.54, 1139.68, -23.42, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476454,-106.9162716, 2633.0, 2022, 6, 24, 15, 19, 26, 1011, 1602, 334, 51, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 33, 26, 0, 0, 33, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 130.26, 6, drogue, -15.37, 75063.00, 2459.54, 1139.68, -23.42, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476454,-106.9162716, 2633.0, 2022, 6, 24, 15, 19, 26, 1011, 1602, 334, 51, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 33, 26, 0, 0, 33, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 130.34, 6, drogue, -17.49, 75096.00, 2456.04, 1136.18, -23.40, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476454,-106.9162716, 2633.0, 2022, 6, 24, 15, 19, 26, 1011, 1602, 334, 51, 1.4,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 33, 26, 0, 0, 33, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 130.44, 6, drogue, -20.67, 75145.00, 2450.84, 1130.98, -23.42, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476514,-106.9162287, 2604.0, 2022, 6, 24, 15, 19, 27, 1010, 1579, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 27, 0, 0, 0, 0, 21, 33, 29, 31, 0, 0, 33, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 130.44, 6, drogue, -20.67, 75145.00, 2450.84, 1130.98, -23.42, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476514,-106.9162287, 2604.0, 2022, 6, 24, 15, 19, 27, 1010, 1579, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 27, 0, 0, 0, 0, 21, 33, 29, 31, 0, 0, 33, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 130.44, 6, drogue, -20.67, 75145.00, 2450.84, 1130.98, -23.42, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476514,-106.9162287, 2604.0, 2022, 6, 24, 15, 19, 27, 1010, 1579, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 27, 0, 0, 0, 0, 21, 33, 29, 31, 0, 0, 33, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 130.44, 6, drogue, -20.67, 75145.00, 2450.84, 1130.98, -23.42, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476514,-106.9162287, 2604.0, 2022, 6, 24, 15, 19, 27, 1010, 1579, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 27, 0, 0, 0, 0, 21, 33, 29, 31, 0, 0, 33, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 130.44, 6, drogue, -20.67, 75145.00, 2450.84, 1130.98, -23.42, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476514,-106.9162287, 2604.0, 2022, 6, 24, 15, 19, 27, 1010, 1579, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 27, 0, 0, 0, 0, 21, 33, 29, 31, 0, 0, 33, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 130.44, 6, drogue, -20.67, 75145.00, 2450.84, 1130.98, -23.42, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476514,-106.9162287, 2604.0, 2022, 6, 24, 15, 19, 27, 1010, 1579, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 27, 0, 0, 0, 0, 21, 33, 29, 31, 0, 0, 33, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 130.54, 6, drogue, -19.61, 75151.00, 2450.20, 1130.35, -23.44, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476514,-106.9162287, 2604.0, 2022, 6, 24, 15, 19, 27, 1010, 1579, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 27, 0, 0, 0, 0, 21, 33, 29, 31, 0, 0, 33, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 130.58, 6, drogue, -19.61, 75151.00, 2450.20, 1130.35, -23.44, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476514,-106.9162287, 2604.0, 2022, 6, 24, 15, 19, 27, 1010, 1579, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 27, 0, 0, 0, 0, 21, 33, 29, 31, 0, 0, 33, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 130.64, 6, drogue, -19.61, 75178.00, 2447.34, 1127.48, -23.46, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476514,-106.9162287, 2604.0, 2022, 6, 24, 15, 19, 27, 1010, 1579, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 27, 0, 0, 0, 0, 21, 33, 29, 31, 0, 0, 33, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 130.74, 6, drogue, -21.20, 75188.00, 2446.28, 1126.42, -23.50, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476514,-106.9162287, 2604.0, 2022, 6, 24, 15, 19, 27, 1010, 1579, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 27, 0, 0, 0, 0, 21, 33, 29, 31, 0, 0, 33, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 130.84, 6, drogue, -17.49, 75239.00, 2440.88, 1121.02, -23.54, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476514,-106.9162287, 2604.0, 2022, 6, 24, 15, 19, 27, 1010, 1579, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 27, 0, 0, 0, 0, 21, 33, 29, 31, 0, 0, 33, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 130.90, 6, drogue, -17.49, 75239.00, 2440.88, 1121.02, -23.54, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476514,-106.9162287, 2604.0, 2022, 6, 24, 15, 19, 27, 1010, 1579, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 27, 0, 0, 0, 0, 21, 33, 29, 31, 0, 0, 33, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 130.94, 6, drogue, -11.66, 75242.00, 2440.56, 1120.70, -23.63, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476514,-106.9162287, 2604.0, 2022, 6, 24, 15, 19, 27, 1010, 1579, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 27, 0, 0, 0, 0, 21, 33, 29, 31, 0, 0, 33, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 131.04, 6, drogue, -12.19, 75251.00, 2439.60, 1119.75, -23.70, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476514,-106.9162287, 2604.0, 2022, 6, 24, 15, 19, 27, 1010, 1579, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 27, 0, 0, 0, 0, 21, 33, 29, 31, 0, 0, 33, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 131.14, 6, drogue, -15.90, 75264.00, 2438.23, 1118.37, -23.84, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476514,-106.9162287, 2604.0, 2022, 6, 24, 15, 19, 27, 1010, 1579, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 27, 0, 0, 0, 0, 21, 33, 29, 31, 0, 0, 33, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 131.22, 6, drogue, -15.90, 75264.00, 2438.23, 1118.37, -23.84, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476514,-106.9162287, 2604.0, 2022, 6, 24, 15, 19, 27, 1010, 1579, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 27, 0, 0, 0, 0, 21, 33, 29, 31, 0, 0, 33, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 131.24, 6, drogue, -21.20, 75293.00, 2435.16, 1115.30, -23.97, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476514,-106.9162287, 2604.0, 2022, 6, 24, 15, 19, 27, 1010, 1579, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 27, 0, 0, 0, 0, 21, 33, 29, 31, 0, 0, 33, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 131.34, 6, drogue, -25.44, 75343.00, 2429.86, 1110.01, -24.17, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476514,-106.9162287, 2604.0, 2022, 6, 24, 15, 19, 27, 1010, 1579, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 25, 28, 0, 0, 27, 0, 0, 0, 0, 21, 33, 29, 31, 0, 0, 33, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 131.44, 6, drogue, -16.96, 75307.00, 2433.67, 1113.82, -24.36, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476647,-106.9162045, 2576.0, 2022, 6, 24, 15, 19, 28, 1010, 1558, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 33, 20, 33, 31, 0, 0, 30, 0, 27, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 131.44, 6, drogue, -16.96, 75307.00, 2433.67, 1113.82, -24.36, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476647,-106.9162045, 2576.0, 2022, 6, 24, 15, 19, 28, 1010, 1558, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 33, 20, 33, 31, 0, 0, 30, 0, 27, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 131.44, 6, drogue, -16.96, 75307.00, 2433.67, 1113.82, -24.36, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476647,-106.9162045, 2576.0, 2022, 6, 24, 15, 19, 28, 1010, 1558, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 33, 20, 33, 31, 0, 0, 30, 0, 27, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 131.44, 6, drogue, -16.96, 75307.00, 2433.67, 1113.82, -24.36, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476647,-106.9162045, 2576.0, 2022, 6, 24, 15, 19, 28, 1010, 1558, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 33, 20, 33, 31, 0, 0, 30, 0, 27, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 131.44, 6, drogue, -16.96, 75307.00, 2433.67, 1113.82, -24.36, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476647,-106.9162045, 2576.0, 2022, 6, 24, 15, 19, 28, 1010, 1558, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 33, 20, 33, 31, 0, 0, 30, 0, 27, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 131.44, 6, drogue, -16.96, 75307.00, 2433.67, 1113.82, -24.36, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476647,-106.9162045, 2576.0, 2022, 6, 24, 15, 19, 28, 1010, 1558, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 33, 20, 33, 31, 0, 0, 30, 0, 27, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 131.54, 6, drogue, -16.43, 75337.00, 2430.50, 1110.64, -24.55, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476647,-106.9162045, 2576.0, 2022, 6, 24, 15, 19, 28, 1010, 1558, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 33, 20, 33, 31, 0, 0, 30, 0, 27, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 131.54, 6, drogue, -16.43, 75337.00, 2430.50, 1110.64, -24.55, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476647,-106.9162045, 2576.0, 2022, 6, 24, 15, 19, 28, 1010, 1558, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 33, 20, 33, 31, 0, 0, 30, 0, 27, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 131.64, 6, drogue, -16.43, 75369.00, 2427.11, 1107.26, -24.72, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476647,-106.9162045, 2576.0, 2022, 6, 24, 15, 19, 28, 1010, 1558, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 33, 20, 33, 31, 0, 0, 30, 0, 27, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 131.74, 6, drogue, -13.78, 75369.00, 2427.11, 1107.26, -24.83, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476647,-106.9162045, 2576.0, 2022, 6, 24, 15, 19, 28, 1010, 1558, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 33, 20, 33, 31, 0, 0, 30, 0, 27, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 131.84, 6, drogue, -11.66, 75442.00, 2419.39, 1099.54, -24.93, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476647,-106.9162045, 2576.0, 2022, 6, 24, 15, 19, 28, 1010, 1558, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 33, 20, 33, 31, 0, 0, 30, 0, 27, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 131.86, 6, drogue, -11.66, 75442.00, 2419.39, 1099.54, -24.93, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476647,-106.9162045, 2576.0, 2022, 6, 24, 15, 19, 28, 1010, 1558, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 33, 20, 33, 31, 0, 0, 30, 0, 27, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 131.94, 6, drogue, -9.54, 75483.00, 2415.06, 1095.21, -25.03, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476647,-106.9162045, 2576.0, 2022, 6, 24, 15, 19, 28, 1010, 1558, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 33, 20, 33, 31, 0, 0, 30, 0, 27, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 132.04, 6, drogue, -11.13, 75560.00, 2406.93, 1087.07, -25.11, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476647,-106.9162045, 2576.0, 2022, 6, 24, 15, 19, 28, 1010, 1558, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 33, 20, 33, 31, 0, 0, 30, 0, 27, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 132.14, 6, drogue, -11.13, 75543.00, 2408.73, 1088.87, -25.21, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9476647,-106.9162045, 2576.0, 2022, 6, 24, 15, 19, 28, 1010, 1558, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 33, 20, 33, 31, 0, 0, 30, 0, 27, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 132.18, 6, drogue, -11.13, 75543.00, 2408.73, 1088.87, -25.21, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476647,-106.9162045, 2576.0, 2022, 6, 24, 15, 19, 28, 1010, 1558, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 33, 20, 33, 31, 0, 0, 30, 0, 27, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 132.24, 6, drogue, -14.31, 75556.00, 2407.35, 1087.50, -25.33, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476647,-106.9162045, 2576.0, 2022, 6, 24, 15, 19, 28, 1010, 1558, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 33, 20, 33, 31, 0, 0, 30, 0, 27, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 132.34, 6, drogue, -15.90, 75562.00, 2406.72, 1086.86, -25.46, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9476647,-106.9162045, 2576.0, 2022, 6, 24, 15, 19, 28, 1010, 1558, 334, 50, 1.4,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 33, 20, 33, 31, 0, 0, 30, 0, 27, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 132.44, 6, drogue, -17.49, 75591.00, 2403.66, 1083.80, -25.62, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 132.44, 6, drogue, -17.49, 75591.00, 2403.66, 1083.80, -25.62, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 132.44, 6, drogue, -17.49, 75591.00, 2403.66, 1083.80, -25.62, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 132.44, 6, drogue, -17.49, 75591.00, 2403.66, 1083.80, -25.62, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 132.44, 6, drogue, -17.49, 75591.00, 2403.66, 1083.80, -25.62, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 132.44, 6, drogue, -17.49, 75591.00, 2403.66, 1083.80, -25.62, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 132.50, 6, drogue, -17.49, 75591.00, 2403.66, 1083.80, -25.62, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 132.54, 6, drogue, -17.49, 75561.00, 2406.82, 1086.97, -25.75, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 132.64, 6, drogue, -18.02, 75593.00, 2403.45, 1083.59, -25.87, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 132.74, 6, drogue, -18.55, 75625.00, 2400.07, 1080.22, -25.94, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 132.82, 6, drogue, -18.55, 75625.00, 2400.07, 1080.22, -25.94, 32.3, 0.00, 0.01, 3.86, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 132.84, 6, drogue, -13.25, 75666.00, 2395.75, 1075.89, -26.06, 32.3, 0.00, 0.01, 3.86, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 132.94, 6, drogue, -15.37, 75728.00, 2389.21, 1069.36, -26.11, 32.3, 0.00, 0.01, 3.86, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 133.04, 6, drogue, -15.37, 75770.00, 2384.79, 1064.93, -26.17, 32.3, 0.00, 0.01, 3.86, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 133.14, 6, drogue, -16.96, 75762.00, 2385.63, 1065.77, -26.19, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 133.14, 6, drogue, -16.96, 75762.00, 2385.63, 1065.77, -26.19, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 133.24, 6, drogue, -20.14, 75793.00, 2382.36, 1062.51, -26.22, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 133.34, 6, drogue, -19.61, 75833.00, 2378.15, 1058.30, -26.23, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 133.44, 6, drogue, -18.55, 75822.00, 2379.31, 1059.45, -26.18, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 133.44, 6, drogue, -18.55, 75822.00, 2379.31, 1059.45, -26.18, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 133.44, 6, drogue, -18.55, 75822.00, 2379.31, 1059.45, -26.18, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 133.44, 6, drogue, -18.55, 75822.00, 2379.31, 1059.45, -26.18, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 133.44, 6, drogue, -18.55, 75822.00, 2379.31, 1059.45, -26.18, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 133.44, 6, drogue, -18.55, 75822.00, 2379.31, 1059.45, -26.18, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477123,-106.9161685, 2549.0, 2022, 6, 24, 15, 19, 29, 1013, 1539, 334, 49, 1.4,2147483647.0,2147483647.0, 0, 27, 27, 0, 0, 34, 0, 0, 0, 0, 27, 31, 21, 32, 0, 0, 30, 0, 33, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 133.46, 6, drogue, -18.55, 75822.00, 2379.31, 1059.45, -26.18, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477760,-106.9161126, 2524.0, 2022, 6, 24, 15, 19, 30, 1017, 1524, 335, 48, 1.4,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 33, 0, 0, 0, 0, 26, 28, 22, 32, 0, 0, 33, 0, 32, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 133.54, 6, drogue, -19.08, 75805.00, 2381.10, 1061.24, -26.10, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477760,-106.9161126, 2524.0, 2022, 6, 24, 15, 19, 30, 1017, 1524, 335, 48, 1.4,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 33, 0, 0, 0, 0, 26, 28, 22, 32, 0, 0, 33, 0, 32, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 133.64, 6, drogue, -20.14, 75844.00, 2377.00, 1057.14, -26.03, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477760,-106.9161126, 2524.0, 2022, 6, 24, 15, 19, 30, 1017, 1524, 335, 48, 1.4,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 33, 0, 0, 0, 0, 26, 28, 22, 32, 0, 0, 33, 0, 32, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 133.74, 6, drogue, -15.37, 75858.00, 2375.52, 1055.67, -25.93, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477760,-106.9161126, 2524.0, 2022, 6, 24, 15, 19, 30, 1017, 1524, 335, 48, 1.4,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 33, 0, 0, 0, 0, 26, 28, 22, 32, 0, 0, 33, 0, 32, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 133.78, 6, drogue, -15.37, 75858.00, 2375.52, 1055.67, -25.93, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477760,-106.9161126, 2524.0, 2022, 6, 24, 15, 19, 30, 1017, 1524, 335, 48, 1.4,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 33, 0, 0, 0, 0, 26, 28, 22, 32, 0, 0, 33, 0, 32, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 133.84, 6, drogue, -13.78, 75919.00, 2369.10, 1049.25, -25.83, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477760,-106.9161126, 2524.0, 2022, 6, 24, 15, 19, 30, 1017, 1524, 335, 48, 1.4,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 33, 0, 0, 0, 0, 26, 28, 22, 32, 0, 0, 33, 0, 32, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 133.94, 6, drogue, -13.78, 75970.00, 2363.74, 1043.89, -25.73, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477760,-106.9161126, 2524.0, 2022, 6, 24, 15, 19, 30, 1017, 1524, 335, 48, 1.4,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 33, 0, 0, 0, 0, 26, 28, 22, 32, 0, 0, 33, 0, 32, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 134.04, 6, drogue, -14.31, 76027.00, 2357.75, 1037.90, -25.61, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9477760,-106.9161126, 2524.0, 2022, 6, 24, 15, 19, 30, 1017, 1524, 335, 48, 1.4,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 33, 0, 0, 0, 0, 26, 28, 22, 32, 0, 0, 33, 0, 32, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 134.10, 6, drogue, -14.31, 76027.00, 2357.75, 1037.90, -25.61, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477760,-106.9161126, 2524.0, 2022, 6, 24, 15, 19, 30, 1017, 1524, 335, 48, 1.4,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 33, 0, 0, 0, 0, 26, 28, 22, 32, 0, 0, 33, 0, 32, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 134.14, 6, drogue, -19.08, 76048.00, 2355.55, 1035.69, -25.45, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477760,-106.9161126, 2524.0, 2022, 6, 24, 15, 19, 30, 1017, 1524, 335, 48, 1.4,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 33, 0, 0, 0, 0, 26, 28, 22, 32, 0, 0, 33, 0, 32, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 134.24, 6, drogue, -19.08, 76078.00, 2352.40, 1032.54, -25.27, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477760,-106.9161126, 2524.0, 2022, 6, 24, 15, 19, 30, 1017, 1524, 335, 48, 1.4,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 33, 0, 0, 0, 0, 26, 28, 22, 32, 0, 0, 33, 0, 32, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 134.34, 6, drogue, -18.55, 76077.00, 2352.50, 1032.65, -25.08, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477760,-106.9161126, 2524.0, 2022, 6, 24, 15, 19, 30, 1017, 1524, 335, 48, 1.4,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 33, 0, 0, 0, 0, 26, 28, 22, 32, 0, 0, 33, 0, 32, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 134.42, 6, drogue, -18.55, 76077.00, 2352.50, 1032.65, -25.08, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9477760,-106.9161126, 2524.0, 2022, 6, 24, 15, 19, 30, 1017, 1524, 335, 48, 1.4,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 33, 0, 0, 0, 0, 26, 28, 22, 32, 0, 0, 33, 0, 32, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 134.44, 6, drogue, -18.55, 76124.00, 2347.57, 1027.71, -24.88, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478149,-106.9160577, 2497.0, 2022, 6, 24, 15, 19, 31, 1019, 1505, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 34, 0, 0, 0, 0, 27, 28, 23, 31, 0, 0, 30, 0, 31, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 134.44, 6, drogue, -18.55, 76124.00, 2347.57, 1027.71, -24.88, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478149,-106.9160577, 2497.0, 2022, 6, 24, 15, 19, 31, 1019, 1505, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 34, 0, 0, 0, 0, 27, 28, 23, 31, 0, 0, 30, 0, 31, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 134.44, 6, drogue, -18.55, 76124.00, 2347.57, 1027.71, -24.88, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478149,-106.9160577, 2497.0, 2022, 6, 24, 15, 19, 31, 1019, 1505, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 34, 0, 0, 0, 0, 27, 28, 23, 31, 0, 0, 30, 0, 31, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 134.44, 6, drogue, -18.55, 76124.00, 2347.57, 1027.71, -24.88, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478149,-106.9160577, 2497.0, 2022, 6, 24, 15, 19, 31, 1019, 1505, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 34, 0, 0, 0, 0, 27, 28, 23, 31, 0, 0, 30, 0, 31, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 134.44, 6, drogue, -18.55, 76124.00, 2347.57, 1027.71, -24.88, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478149,-106.9160577, 2497.0, 2022, 6, 24, 15, 19, 31, 1019, 1505, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 34, 0, 0, 0, 0, 27, 28, 23, 31, 0, 0, 30, 0, 31, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 134.44, 6, drogue, -18.55, 76124.00, 2347.57, 1027.71, -24.88, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478149,-106.9160577, 2497.0, 2022, 6, 24, 15, 19, 31, 1019, 1505, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 34, 0, 0, 0, 0, 27, 28, 23, 31, 0, 0, 30, 0, 31, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 134.54, 6, drogue, -17.49, 76110.00, 2349.04, 1029.18, -24.69, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478149,-106.9160577, 2497.0, 2022, 6, 24, 15, 19, 31, 1019, 1505, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 34, 0, 0, 0, 0, 27, 28, 23, 31, 0, 0, 30, 0, 31, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 134.64, 6, drogue, -18.02, 76117.00, 2348.30, 1028.45, -24.50, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478149,-106.9160577, 2497.0, 2022, 6, 24, 15, 19, 31, 1019, 1505, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 34, 0, 0, 0, 0, 27, 28, 23, 31, 0, 0, 30, 0, 31, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 134.74, 6, drogue, -18.02, 76093.00, 2350.82, 1030.97, -24.31, 32.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9478149,-106.9160577, 2497.0, 2022, 6, 24, 15, 19, 31, 1019, 1505, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 34, 0, 0, 0, 0, 27, 28, 23, 31, 0, 0, 30, 0, 31, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 134.74, 6, drogue, -18.02, 76093.00, 2350.82, 1030.97, -24.31, 32.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9478149,-106.9160577, 2497.0, 2022, 6, 24, 15, 19, 31, 1019, 1505, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 34, 0, 0, 0, 0, 27, 28, 23, 31, 0, 0, 30, 0, 31, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 134.84, 6, drogue, -20.14, 76175.00, 2342.22, 1022.36, -24.16, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9478149,-106.9160577, 2497.0, 2022, 6, 24, 15, 19, 31, 1019, 1505, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 34, 0, 0, 0, 0, 27, 28, 23, 31, 0, 0, 30, 0, 31, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 134.94, 6, drogue, -17.49, 76154.00, 2344.42, 1024.57, -24.02, 32.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9478149,-106.9160577, 2497.0, 2022, 6, 24, 15, 19, 31, 1019, 1505, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 34, 0, 0, 0, 0, 27, 28, 23, 31, 0, 0, 30, 0, 31, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 135.04, 6, drogue, -19.08, 76220.00, 2337.50, 1017.65, -23.85, 32.3, 0.00, 0.00, 3.87, 1, 1, 10, 32.9478149,-106.9160577, 2497.0, 2022, 6, 24, 15, 19, 31, 1019, 1505, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 34, 0, 0, 0, 0, 27, 28, 23, 31, 0, 0, 30, 0, 31, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 135.06, 6, drogue, -19.08, 76220.00, 2337.50, 1017.65, -23.85, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478149,-106.9160577, 2497.0, 2022, 6, 24, 15, 19, 31, 1019, 1505, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 34, 0, 0, 0, 0, 27, 28, 23, 31, 0, 0, 30, 0, 31, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 135.14, 6, drogue, -19.61, 76218.00, 2337.71, 1017.86, -23.68, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478149,-106.9160577, 2497.0, 2022, 6, 24, 15, 19, 31, 1019, 1505, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 34, 0, 0, 0, 0, 27, 28, 23, 31, 0, 0, 30, 0, 31, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 135.24, 6, drogue, -16.96, 76278.00, 2331.42, 1011.57, -23.53, 32.3, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478149,-106.9160577, 2497.0, 2022, 6, 24, 15, 19, 31, 1019, 1505, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 34, 0, 0, 0, 0, 27, 28, 23, 31, 0, 0, 30, 0, 31, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 135.34, 6, drogue, -13.25, 76276.00, 2331.63, 1011.78, -23.40, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478149,-106.9160577, 2497.0, 2022, 6, 24, 15, 19, 31, 1019, 1505, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 34, 0, 0, 0, 0, 27, 28, 23, 31, 0, 0, 30, 0, 31, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 135.38, 6, drogue, -13.25, 76276.00, 2331.63, 1011.78, -23.40, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478149,-106.9160577, 2497.0, 2022, 6, 24, 15, 19, 31, 1019, 1505, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 27, 29, 0, 0, 34, 0, 0, 0, 0, 27, 28, 23, 31, 0, 0, 30, 0, 31, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 135.44, 6, drogue, -12.72, 76300.00, 2329.12, 1009.26, -23.26, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478341,-106.9160170, 2471.0, 2022, 6, 24, 15, 19, 32, 1020, 1486, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 29, 0, 0, 0, 0, 27, 27, 24, 26, 0, 0, 34, 0, 31, 24, 0, 0, 0, 24, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 135.44, 6, drogue, -12.72, 76300.00, 2329.12, 1009.26, -23.26, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478341,-106.9160170, 2471.0, 2022, 6, 24, 15, 19, 32, 1020, 1486, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 29, 0, 0, 0, 0, 27, 27, 24, 26, 0, 0, 34, 0, 31, 24, 0, 0, 0, 24, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 135.44, 6, drogue, -12.72, 76300.00, 2329.12, 1009.26, -23.26, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478341,-106.9160170, 2471.0, 2022, 6, 24, 15, 19, 32, 1020, 1486, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 29, 0, 0, 0, 0, 27, 27, 24, 26, 0, 0, 34, 0, 31, 24, 0, 0, 0, 24, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 135.44, 6, drogue, -12.72, 76300.00, 2329.12, 1009.26, -23.26, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478341,-106.9160170, 2471.0, 2022, 6, 24, 15, 19, 32, 1020, 1486, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 29, 0, 0, 0, 0, 27, 27, 24, 26, 0, 0, 34, 0, 31, 24, 0, 0, 0, 24, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 135.44, 6, drogue, -12.72, 76300.00, 2329.12, 1009.26, -23.26, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478341,-106.9160170, 2471.0, 2022, 6, 24, 15, 19, 32, 1020, 1486, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 29, 0, 0, 0, 0, 27, 27, 24, 26, 0, 0, 34, 0, 31, 24, 0, 0, 0, 24, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 135.44, 6, drogue, -12.72, 76300.00, 2329.12, 1009.26, -23.26, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478341,-106.9160170, 2471.0, 2022, 6, 24, 15, 19, 32, 1020, 1486, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 29, 0, 0, 0, 0, 27, 27, 24, 26, 0, 0, 34, 0, 31, 24, 0, 0, 0, 24, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 135.54, 6, drogue, -15.37, 76319.00, 2327.13, 1007.27, -23.10, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478341,-106.9160170, 2471.0, 2022, 6, 24, 15, 19, 32, 1020, 1486, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 29, 0, 0, 0, 0, 27, 27, 24, 26, 0, 0, 34, 0, 31, 24, 0, 0, 0, 24, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 135.64, 6, drogue, -16.96, 76368.00, 2322.00, 1002.14, -22.98, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478341,-106.9160170, 2471.0, 2022, 6, 24, 15, 19, 32, 1020, 1486, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 29, 0, 0, 0, 0, 27, 27, 24, 26, 0, 0, 34, 0, 31, 24, 0, 0, 0, 24, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 135.70, 6, drogue, -16.96, 76368.00, 2322.00, 1002.14, -22.98, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478341,-106.9160170, 2471.0, 2022, 6, 24, 15, 19, 32, 1020, 1486, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 29, 0, 0, 0, 0, 27, 27, 24, 26, 0, 0, 34, 0, 31, 24, 0, 0, 0, 24, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 135.74, 6, drogue, -16.43, 76397.00, 2318.97, 999.11, -22.90, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478341,-106.9160170, 2471.0, 2022, 6, 24, 15, 19, 32, 1020, 1486, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 29, 0, 0, 0, 0, 27, 27, 24, 26, 0, 0, 34, 0, 31, 24, 0, 0, 0, 24, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 135.84, 6, drogue, -18.02, 76415.00, 2317.08, 997.23, -22.85, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478341,-106.9160170, 2471.0, 2022, 6, 24, 15, 19, 32, 1020, 1486, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 29, 0, 0, 0, 0, 27, 27, 24, 26, 0, 0, 34, 0, 31, 24, 0, 0, 0, 24, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 135.94, 6, drogue, -20.14, 76437.00, 2314.78, 994.93, -22.83, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478341,-106.9160170, 2471.0, 2022, 6, 24, 15, 19, 32, 1020, 1486, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 29, 0, 0, 0, 0, 27, 27, 24, 26, 0, 0, 34, 0, 31, 24, 0, 0, 0, 24, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 136.02, 6, drogue, -20.14, 76437.00, 2314.78, 994.93, -22.83, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478341,-106.9160170, 2471.0, 2022, 6, 24, 15, 19, 32, 1020, 1486, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 29, 0, 0, 0, 0, 27, 27, 24, 26, 0, 0, 34, 0, 31, 24, 0, 0, 0, 24, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 136.04, 6, drogue, -17.49, 76444.00, 2314.05, 994.19, -22.85, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478341,-106.9160170, 2471.0, 2022, 6, 24, 15, 19, 32, 1020, 1486, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 29, 0, 0, 0, 0, 27, 27, 24, 26, 0, 0, 34, 0, 31, 24, 0, 0, 0, 24, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 136.14, 6, drogue, -18.55, 76471.00, 2311.23, 991.37, -22.89, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478341,-106.9160170, 2471.0, 2022, 6, 24, 15, 19, 32, 1020, 1486, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 29, 0, 0, 0, 0, 27, 27, 24, 26, 0, 0, 34, 0, 31, 24, 0, 0, 0, 24, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 136.24, 6, drogue, -20.67, 76491.00, 2309.13, 989.28, -22.94, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478341,-106.9160170, 2471.0, 2022, 6, 24, 15, 19, 32, 1020, 1486, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 29, 0, 0, 0, 0, 27, 27, 24, 26, 0, 0, 34, 0, 31, 24, 0, 0, 0, 24, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 136.34, 6, drogue, -21.73, 76519.00, 2306.21, 986.35, -23.00, 32.2, 0.00, 0.01, 3.86, 1, 1, 10, 32.9478341,-106.9160170, 2471.0, 2022, 6, 24, 15, 19, 32, 1020, 1486, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 29, 0, 0, 0, 0, 27, 27, 24, 26, 0, 0, 34, 0, 31, 24, 0, 0, 0, 24, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 136.34, 6, drogue, -21.73, 76519.00, 2306.21, 986.35, -23.00, 32.2, 0.00, 0.01, 3.86, 1, 1, 10, 32.9478341,-106.9160170, 2471.0, 2022, 6, 24, 15, 19, 32, 1020, 1486, 335, 47, 1.4,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 29, 0, 0, 0, 0, 27, 27, 24, 26, 0, 0, 34, 0, 31, 24, 0, 0, 0, 24, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 136.44, 6, drogue, -20.67, 76513.00, 2306.84, 986.98, -23.15, 32.2, 0.00, 0.01, 3.86, 1, 1, 10, 32.9478654,-106.9159919, 2445.0, 2022, 6, 24, 15, 19, 33, 1022, 1469, 336, 46, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 31, 28, 29, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 136.44, 6, drogue, -20.67, 76513.00, 2306.84, 986.98, -23.15, 32.2, 0.00, 0.01, 3.86, 1, 1, 10, 32.9478654,-106.9159919, 2445.0, 2022, 6, 24, 15, 19, 33, 1022, 1469, 336, 46, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 31, 28, 29, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 136.44, 6, drogue, -20.67, 76513.00, 2306.84, 986.98, -23.15, 32.2, 0.00, 0.01, 3.86, 1, 1, 10, 32.9478654,-106.9159919, 2445.0, 2022, 6, 24, 15, 19, 33, 1022, 1469, 336, 46, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 31, 28, 29, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 136.44, 6, drogue, -20.67, 76513.00, 2306.84, 986.98, -23.15, 32.2, 0.00, 0.01, 3.86, 1, 1, 10, 32.9478654,-106.9159919, 2445.0, 2022, 6, 24, 15, 19, 33, 1022, 1469, 336, 46, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 31, 28, 29, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 136.44, 6, drogue, -20.67, 76513.00, 2306.84, 986.98, -23.15, 32.2, 0.00, 0.01, 3.86, 1, 1, 10, 32.9478654,-106.9159919, 2445.0, 2022, 6, 24, 15, 19, 33, 1022, 1469, 336, 46, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 31, 28, 29, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 136.44, 6, drogue, -20.67, 76513.00, 2306.84, 986.98, -23.15, 32.2, 0.00, 0.01, 3.86, 1, 1, 10, 32.9478654,-106.9159919, 2445.0, 2022, 6, 24, 15, 19, 33, 1022, 1469, 336, 46, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 31, 28, 29, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 136.54, 6, drogue, -19.08, 76568.00, 2301.09, 981.23, -23.31, 32.2, 0.00, 0.01, 3.86, 1, 1, 10, 32.9478654,-106.9159919, 2445.0, 2022, 6, 24, 15, 19, 33, 1022, 1469, 336, 46, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 31, 28, 29, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 136.64, 6, drogue, -19.08, 76549.00, 2303.07, 983.22, -23.49, 32.2, 0.00, 0.01, 3.86, 1, 1, 10, 32.9478654,-106.9159919, 2445.0, 2022, 6, 24, 15, 19, 33, 1022, 1469, 336, 46, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 31, 28, 29, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 136.66, 6, drogue, -19.08, 76549.00, 2303.07, 983.22, -23.49, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478654,-106.9159919, 2445.0, 2022, 6, 24, 15, 19, 33, 1022, 1469, 336, 46, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 31, 28, 29, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 136.74, 6, drogue, -17.49, 76551.00, 2302.87, 983.01, -23.69, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478654,-106.9159919, 2445.0, 2022, 6, 24, 15, 19, 33, 1022, 1469, 336, 46, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 31, 28, 29, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 136.84, 6, drogue, -17.49, 76600.00, 2297.75, 977.89, -23.92, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478654,-106.9159919, 2445.0, 2022, 6, 24, 15, 19, 33, 1022, 1469, 336, 46, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 31, 28, 29, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 136.94, 6, drogue, -18.02, 76614.00, 2296.29, 976.43, -24.14, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478654,-106.9159919, 2445.0, 2022, 6, 24, 15, 19, 33, 1022, 1469, 336, 46, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 31, 28, 29, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 136.98, 6, drogue, -18.02, 76614.00, 2296.29, 976.43, -24.14, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478654,-106.9159919, 2445.0, 2022, 6, 24, 15, 19, 33, 1022, 1469, 336, 46, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 31, 28, 29, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 137.04, 6, drogue, -16.96, 76593.00, 2298.48, 978.62, -24.36, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478654,-106.9159919, 2445.0, 2022, 6, 24, 15, 19, 33, 1022, 1469, 336, 46, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 31, 28, 29, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 137.14, 6, drogue, -17.49, 76664.00, 2291.07, 971.21, -24.57, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478654,-106.9159919, 2445.0, 2022, 6, 24, 15, 19, 33, 1022, 1469, 336, 46, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 31, 28, 29, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 137.24, 6, drogue, -15.37, 76717.00, 2285.54, 965.68, -24.79, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478654,-106.9159919, 2445.0, 2022, 6, 24, 15, 19, 33, 1022, 1469, 336, 46, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 31, 28, 29, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 137.30, 6, drogue, -15.37, 76717.00, 2285.54, 965.68, -24.79, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478654,-106.9159919, 2445.0, 2022, 6, 24, 15, 19, 33, 1022, 1469, 336, 46, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 31, 28, 29, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 137.34, 6, drogue, -13.78, 76738.00, 2283.35, 963.50, -24.97, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9478654,-106.9159919, 2445.0, 2022, 6, 24, 15, 19, 33, 1022, 1469, 336, 46, 1.4,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 31, 28, 29, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 137.44, 6, drogue, -13.78, 76772.00, 2279.81, 959.95, -25.09, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479203,-106.9159360, 2419.0, 2022, 6, 24, 15, 19, 34, 1025, 1452, 336, 45, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 27, 0, 0, 0, 0, 31, 26, 28, 27, 0, 0, 33, 0, 34, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 137.44, 6, drogue, -13.78, 76772.00, 2279.81, 959.95, -25.09, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479203,-106.9159360, 2419.0, 2022, 6, 24, 15, 19, 34, 1025, 1452, 336, 45, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 27, 0, 0, 0, 0, 31, 26, 28, 27, 0, 0, 33, 0, 34, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 137.44, 6, drogue, -13.78, 76772.00, 2279.81, 959.95, -25.09, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479203,-106.9159360, 2419.0, 2022, 6, 24, 15, 19, 34, 1025, 1452, 336, 45, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 27, 0, 0, 0, 0, 31, 26, 28, 27, 0, 0, 33, 0, 34, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 137.44, 6, drogue, -13.78, 76772.00, 2279.81, 959.95, -25.09, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479203,-106.9159360, 2419.0, 2022, 6, 24, 15, 19, 34, 1025, 1452, 336, 45, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 27, 0, 0, 0, 0, 31, 26, 28, 27, 0, 0, 33, 0, 34, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 137.44, 6, drogue, -13.78, 76772.00, 2279.81, 959.95, -25.09, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479203,-106.9159360, 2419.0, 2022, 6, 24, 15, 19, 34, 1025, 1452, 336, 45, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 27, 0, 0, 0, 0, 31, 26, 28, 27, 0, 0, 33, 0, 34, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 137.44, 6, drogue, -13.78, 76772.00, 2279.81, 959.95, -25.09, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479203,-106.9159360, 2419.0, 2022, 6, 24, 15, 19, 34, 1025, 1452, 336, 45, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 27, 0, 0, 0, 0, 31, 26, 28, 27, 0, 0, 33, 0, 34, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 137.54, 6, drogue, -16.43, 76762.00, 2280.85, 960.99, -25.19, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479203,-106.9159360, 2419.0, 2022, 6, 24, 15, 19, 34, 1025, 1452, 336, 45, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 27, 0, 0, 0, 0, 31, 26, 28, 27, 0, 0, 33, 0, 34, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 137.62, 6, drogue, -16.43, 76762.00, 2280.85, 960.99, -25.19, 32.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9479203,-106.9159360, 2419.0, 2022, 6, 24, 15, 19, 34, 1025, 1452, 336, 45, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 27, 0, 0, 0, 0, 31, 26, 28, 27, 0, 0, 33, 0, 34, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 137.64, 6, drogue, -14.84, 76813.00, 2275.54, 955.68, -25.24, 32.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9479203,-106.9159360, 2419.0, 2022, 6, 24, 15, 19, 34, 1025, 1452, 336, 45, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 27, 0, 0, 0, 0, 31, 26, 28, 27, 0, 0, 33, 0, 34, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 137.74, 6, drogue, -12.72, 76850.00, 2271.68, 951.83, -25.23, 32.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9479203,-106.9159360, 2419.0, 2022, 6, 24, 15, 19, 34, 1025, 1452, 336, 45, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 27, 0, 0, 0, 0, 31, 26, 28, 27, 0, 0, 33, 0, 34, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 137.84, 6, drogue, -12.72, 76846.00, 2272.10, 952.24, -25.16, 32.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9479203,-106.9159360, 2419.0, 2022, 6, 24, 15, 19, 34, 1025, 1452, 336, 45, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 27, 0, 0, 0, 0, 31, 26, 28, 27, 0, 0, 33, 0, 34, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 137.94, 6, drogue, -14.84, 76875.00, 2269.08, 949.22, -25.06, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479203,-106.9159360, 2419.0, 2022, 6, 24, 15, 19, 34, 1025, 1452, 336, 45, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 27, 0, 0, 0, 0, 31, 26, 28, 27, 0, 0, 33, 0, 34, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 137.94, 6, drogue, -14.84, 76875.00, 2269.08, 949.22, -25.06, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479203,-106.9159360, 2419.0, 2022, 6, 24, 15, 19, 34, 1025, 1452, 336, 45, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 27, 0, 0, 0, 0, 31, 26, 28, 27, 0, 0, 33, 0, 34, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 138.04, 6, drogue, -13.78, 76906.00, 2265.85, 946.00, -24.93, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479203,-106.9159360, 2419.0, 2022, 6, 24, 15, 19, 34, 1025, 1452, 336, 45, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 27, 0, 0, 0, 0, 31, 26, 28, 27, 0, 0, 33, 0, 34, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 138.14, 6, drogue, -10.60, 76940.00, 2262.31, 942.46, -24.76, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479203,-106.9159360, 2419.0, 2022, 6, 24, 15, 19, 34, 1025, 1452, 336, 45, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 27, 0, 0, 0, 0, 31, 26, 28, 27, 0, 0, 33, 0, 34, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 138.24, 6, drogue, -18.02, 76937.00, 2262.63, 942.77, -24.60, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479203,-106.9159360, 2419.0, 2022, 6, 24, 15, 19, 34, 1025, 1452, 336, 45, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 27, 0, 0, 0, 0, 31, 26, 28, 27, 0, 0, 33, 0, 34, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 138.26, 6, drogue, -18.02, 76937.00, 2262.63, 942.77, -24.60, 32.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9479203,-106.9159360, 2419.0, 2022, 6, 24, 15, 19, 34, 1025, 1452, 336, 45, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 27, 0, 0, 0, 0, 31, 26, 28, 27, 0, 0, 33, 0, 34, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 138.34, 6, drogue, -20.14, 76972.00, 2258.99, 939.13, -24.43, 32.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9479203,-106.9159360, 2419.0, 2022, 6, 24, 15, 19, 34, 1025, 1452, 336, 45, 1.4,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 27, 0, 0, 0, 0, 31, 26, 28, 27, 0, 0, 33, 0, 34, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 138.44, 6, drogue, -19.61, 77058.00, 2250.05, 930.19, -24.25, 32.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9479729,-106.9158556, 2393.0, 2022, 6, 24, 15, 19, 35, 1027, 1436, 336, 44, 1.4,2147483647.0,2147483647.0, 0, 28, 29, 0, 0, 35, 0, 0, 0, 0, 27, 27, 20, 31, 0, 0, 30, 0, 31, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 138.44, 6, drogue, -19.61, 77058.00, 2250.05, 930.19, -24.25, 32.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9479729,-106.9158556, 2393.0, 2022, 6, 24, 15, 19, 35, 1027, 1436, 336, 44, 1.4,2147483647.0,2147483647.0, 0, 28, 29, 0, 0, 35, 0, 0, 0, 0, 27, 27, 20, 31, 0, 0, 30, 0, 31, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 138.44, 6, drogue, -19.61, 77058.00, 2250.05, 930.19, -24.25, 32.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9479729,-106.9158556, 2393.0, 2022, 6, 24, 15, 19, 35, 1027, 1436, 336, 44, 1.4,2147483647.0,2147483647.0, 0, 28, 29, 0, 0, 35, 0, 0, 0, 0, 27, 27, 20, 31, 0, 0, 30, 0, 31, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 138.44, 6, drogue, -19.61, 77058.00, 2250.05, 930.19, -24.25, 32.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9479729,-106.9158556, 2393.0, 2022, 6, 24, 15, 19, 35, 1027, 1436, 336, 44, 1.4,2147483647.0,2147483647.0, 0, 28, 29, 0, 0, 35, 0, 0, 0, 0, 27, 27, 20, 31, 0, 0, 30, 0, 31, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 138.44, 6, drogue, -19.61, 77058.00, 2250.05, 930.19, -24.25, 32.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9479729,-106.9158556, 2393.0, 2022, 6, 24, 15, 19, 35, 1027, 1436, 336, 44, 1.4,2147483647.0,2147483647.0, 0, 28, 29, 0, 0, 35, 0, 0, 0, 0, 27, 27, 20, 31, 0, 0, 30, 0, 31, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 138.44, 6, drogue, -19.61, 77058.00, 2250.05, 930.19, -24.25, 32.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9479729,-106.9158556, 2393.0, 2022, 6, 24, 15, 19, 35, 1027, 1436, 336, 44, 1.4,2147483647.0,2147483647.0, 0, 28, 29, 0, 0, 35, 0, 0, 0, 0, 27, 27, 20, 31, 0, 0, 30, 0, 31, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 138.54, 6, drogue, -20.67, 77058.00, 2250.05, 930.19, -24.08, 32.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9479729,-106.9158556, 2393.0, 2022, 6, 24, 15, 19, 35, 1027, 1436, 336, 44, 1.4,2147483647.0,2147483647.0, 0, 28, 29, 0, 0, 35, 0, 0, 0, 0, 27, 27, 20, 31, 0, 0, 30, 0, 31, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 138.58, 6, drogue, -20.67, 77058.00, 2250.05, 930.19, -24.08, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479729,-106.9158556, 2393.0, 2022, 6, 24, 15, 19, 35, 1027, 1436, 336, 44, 1.4,2147483647.0,2147483647.0, 0, 28, 29, 0, 0, 35, 0, 0, 0, 0, 27, 27, 20, 31, 0, 0, 30, 0, 31, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 138.64, 6, drogue, -19.08, 77074.00, 2248.38, 928.53, -23.91, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479729,-106.9158556, 2393.0, 2022, 6, 24, 15, 19, 35, 1027, 1436, 336, 44, 1.4,2147483647.0,2147483647.0, 0, 28, 29, 0, 0, 35, 0, 0, 0, 0, 27, 27, 20, 31, 0, 0, 30, 0, 31, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 138.74, 6, drogue, -16.96, 77082.00, 2247.55, 927.70, -23.73, 32.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479729,-106.9158556, 2393.0, 2022, 6, 24, 15, 19, 35, 1027, 1436, 336, 44, 1.4,2147483647.0,2147483647.0, 0, 28, 29, 0, 0, 35, 0, 0, 0, 0, 27, 27, 20, 31, 0, 0, 30, 0, 31, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 138.84, 6, drogue, -17.49, 77052.00, 2250.67, 930.81, -23.59, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479729,-106.9158556, 2393.0, 2022, 6, 24, 15, 19, 35, 1027, 1436, 336, 44, 1.4,2147483647.0,2147483647.0, 0, 28, 29, 0, 0, 35, 0, 0, 0, 0, 27, 27, 20, 31, 0, 0, 30, 0, 31, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 138.90, 6, drogue, -17.49, 77052.00, 2250.67, 930.81, -23.59, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479729,-106.9158556, 2393.0, 2022, 6, 24, 15, 19, 35, 1027, 1436, 336, 44, 1.4,2147483647.0,2147483647.0, 0, 28, 29, 0, 0, 35, 0, 0, 0, 0, 27, 27, 20, 31, 0, 0, 30, 0, 31, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 138.94, 6, drogue, -20.14, 77081.00, 2247.66, 927.80, -23.50, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479729,-106.9158556, 2393.0, 2022, 6, 24, 15, 19, 35, 1027, 1436, 336, 44, 1.4,2147483647.0,2147483647.0, 0, 28, 29, 0, 0, 35, 0, 0, 0, 0, 27, 27, 20, 31, 0, 0, 30, 0, 31, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 139.04, 6, drogue, -20.14, 77085.00, 2247.24, 927.39, -23.42, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479729,-106.9158556, 2393.0, 2022, 6, 24, 15, 19, 35, 1027, 1436, 336, 44, 1.4,2147483647.0,2147483647.0, 0, 28, 29, 0, 0, 35, 0, 0, 0, 0, 27, 27, 20, 31, 0, 0, 30, 0, 31, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 139.14, 6, drogue, -18.55, 77150.00, 2240.49, 920.64, -23.37, 32.2, 0.00, 0.00, 3.86, 1, 1, 10, 32.9479729,-106.9158556, 2393.0, 2022, 6, 24, 15, 19, 35, 1027, 1436, 336, 44, 1.4,2147483647.0,2147483647.0, 0, 28, 29, 0, 0, 35, 0, 0, 0, 0, 27, 27, 20, 31, 0, 0, 30, 0, 31, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 139.22, 6, drogue, -18.55, 77150.00, 2240.49, 920.64, -23.37, 32.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9479729,-106.9158556, 2393.0, 2022, 6, 24, 15, 19, 35, 1027, 1436, 336, 44, 1.4,2147483647.0,2147483647.0, 0, 28, 29, 0, 0, 35, 0, 0, 0, 0, 27, 27, 20, 31, 0, 0, 30, 0, 31, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 139.24, 6, drogue, -17.49, 77190.00, 2236.34, 916.49, -23.38, 32.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9479729,-106.9158556, 2393.0, 2022, 6, 24, 15, 19, 35, 1027, 1436, 336, 44, 1.4,2147483647.0,2147483647.0, 0, 28, 29, 0, 0, 35, 0, 0, 0, 0, 27, 27, 20, 31, 0, 0, 30, 0, 31, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 139.34, 6, drogue, -15.90, 77216.00, 2233.64, 913.79, -23.37, 32.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9479729,-106.9158556, 2393.0, 2022, 6, 24, 15, 19, 35, 1027, 1436, 336, 44, 1.4,2147483647.0,2147483647.0, 0, 28, 29, 0, 0, 35, 0, 0, 0, 0, 27, 27, 20, 31, 0, 0, 30, 0, 31, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 139.44, 6, drogue, -19.08, 77211.00, 2234.16, 914.31, -23.38, 32.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9480239,-106.9157914, 2366.0, 2022, 6, 24, 15, 19, 36, 1030, 1419, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 30, 0, 0, 0, 0, 30, 26, 28, 31, 0, 0, 29, 0, 26, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 139.44, 6, drogue, -19.08, 77211.00, 2234.16, 914.31, -23.38, 32.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9480239,-106.9157914, 2366.0, 2022, 6, 24, 15, 19, 36, 1030, 1419, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 30, 0, 0, 0, 0, 30, 26, 28, 31, 0, 0, 29, 0, 26, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 139.44, 6, drogue, -19.08, 77211.00, 2234.16, 914.31, -23.38, 32.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9480239,-106.9157914, 2366.0, 2022, 6, 24, 15, 19, 36, 1030, 1419, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 30, 0, 0, 0, 0, 30, 26, 28, 31, 0, 0, 29, 0, 26, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 139.44, 6, drogue, -19.08, 77211.00, 2234.16, 914.31, -23.38, 32.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9480239,-106.9157914, 2366.0, 2022, 6, 24, 15, 19, 36, 1030, 1419, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 30, 0, 0, 0, 0, 30, 26, 28, 31, 0, 0, 29, 0, 26, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 139.44, 6, drogue, -19.08, 77211.00, 2234.16, 914.31, -23.38, 32.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9480239,-106.9157914, 2366.0, 2022, 6, 24, 15, 19, 36, 1030, 1419, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 30, 0, 0, 0, 0, 30, 26, 28, 31, 0, 0, 29, 0, 26, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 139.44, 6, drogue, -19.08, 77211.00, 2234.16, 914.31, -23.38, 32.2, 0.00, 0.00, 3.87, 1, 1, 10, 32.9480239,-106.9157914, 2366.0, 2022, 6, 24, 15, 19, 36, 1030, 1419, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 30, 0, 0, 0, 0, 30, 26, 28, 31, 0, 0, 29, 0, 26, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 139.54, 6, drogue, -19.08, 77265.00, 2228.56, 908.71, -23.44, 32.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9480239,-106.9157914, 2366.0, 2022, 6, 24, 15, 19, 36, 1030, 1419, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 30, 0, 0, 0, 0, 30, 26, 28, 31, 0, 0, 29, 0, 26, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 139.54, 6, drogue, -19.08, 77265.00, 2228.56, 908.71, -23.44, 32.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9480239,-106.9157914, 2366.0, 2022, 6, 24, 15, 19, 36, 1030, 1419, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 30, 0, 0, 0, 0, 30, 26, 28, 31, 0, 0, 29, 0, 26, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 139.64, 6, drogue, -16.96, 77253.00, 2229.81, 909.95, -23.56, 32.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9480239,-106.9157914, 2366.0, 2022, 6, 24, 15, 19, 36, 1030, 1419, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 30, 0, 0, 0, 0, 30, 26, 28, 31, 0, 0, 29, 0, 26, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 139.74, 6, drogue, -16.96, 77269.00, 2228.15, 908.29, -23.67, 32.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9480239,-106.9157914, 2366.0, 2022, 6, 24, 15, 19, 36, 1030, 1419, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 30, 0, 0, 0, 0, 30, 26, 28, 31, 0, 0, 29, 0, 26, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 139.84, 6, drogue, -15.37, 77308.00, 2224.11, 904.25, -23.76, 32.2, 0.00, 0.01, 3.87, 1, 1, 10, 32.9480239,-106.9157914, 2366.0, 2022, 6, 24, 15, 19, 36, 1030, 1419, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 30, 0, 0, 0, 0, 30, 26, 28, 31, 0, 0, 29, 0, 26, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 139.86, 6, drogue, -15.37, 77308.00, 2224.11, 904.25, -23.76, 32.2, 0.01, 0.00, 3.87, 1, 1, 10, 32.9480239,-106.9157914, 2366.0, 2022, 6, 24, 15, 19, 36, 1030, 1419, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 30, 0, 0, 0, 0, 30, 26, 28, 31, 0, 0, 29, 0, 26, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 139.94, 6, drogue, -14.31, 77333.00, 2221.52, 901.66, -23.84, 32.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9480239,-106.9157914, 2366.0, 2022, 6, 24, 15, 19, 36, 1030, 1419, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 30, 0, 0, 0, 0, 30, 26, 28, 31, 0, 0, 29, 0, 26, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 140.04, 6, drogue, -14.84, 77392.00, 2215.40, 895.55, -23.93, 32.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9480239,-106.9157914, 2366.0, 2022, 6, 24, 15, 19, 36, 1030, 1419, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 30, 0, 0, 0, 0, 30, 26, 28, 31, 0, 0, 29, 0, 26, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 140.14, 6, drogue, -15.90, 77382.00, 2216.44, 896.58, -24.02, 32.1, 0.01, 0.00, 3.87, 1, 1, 10, 32.9480239,-106.9157914, 2366.0, 2022, 6, 24, 15, 19, 36, 1030, 1419, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 30, 0, 0, 0, 0, 30, 26, 28, 31, 0, 0, 29, 0, 26, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 140.18, 6, drogue, -15.90, 77382.00, 2216.44, 896.58, -24.02, 32.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9480239,-106.9157914, 2366.0, 2022, 6, 24, 15, 19, 36, 1030, 1419, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 30, 0, 0, 0, 0, 30, 26, 28, 31, 0, 0, 29, 0, 26, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 140.24, 6, drogue, -16.96, 77436.00, 2210.85, 890.99, -24.10, 32.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9480239,-106.9157914, 2366.0, 2022, 6, 24, 15, 19, 36, 1030, 1419, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 30, 0, 0, 0, 0, 30, 26, 28, 31, 0, 0, 29, 0, 26, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 140.34, 6, drogue, -14.84, 77443.00, 2210.13, 890.27, -24.19, 32.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9480239,-106.9157914, 2366.0, 2022, 6, 24, 15, 19, 36, 1030, 1419, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 30, 0, 0, 0, 0, 30, 26, 28, 31, 0, 0, 29, 0, 26, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 140.44, 6, drogue, -11.13, 77457.00, 2208.68, 888.82, -24.30, 32.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9480959,-106.9157613, 2341.0, 2022, 6, 24, 15, 19, 37, 1037, 1407, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 29, 32, 28, 30, 0, 0, 29, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 140.44, 6, drogue, -11.13, 77457.00, 2208.68, 888.82, -24.30, 32.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9480959,-106.9157613, 2341.0, 2022, 6, 24, 15, 19, 37, 1037, 1407, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 29, 32, 28, 30, 0, 0, 29, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 140.44, 6, drogue, -11.13, 77457.00, 2208.68, 888.82, -24.30, 32.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9480959,-106.9157613, 2341.0, 2022, 6, 24, 15, 19, 37, 1037, 1407, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 29, 32, 28, 30, 0, 0, 29, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 140.44, 6, drogue, -11.13, 77457.00, 2208.68, 888.82, -24.30, 32.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9480959,-106.9157613, 2341.0, 2022, 6, 24, 15, 19, 37, 1037, 1407, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 29, 32, 28, 30, 0, 0, 29, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 140.44, 6, drogue, -11.13, 77457.00, 2208.68, 888.82, -24.30, 32.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9480959,-106.9157613, 2341.0, 2022, 6, 24, 15, 19, 37, 1037, 1407, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 29, 32, 28, 30, 0, 0, 29, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 140.44, 6, drogue, -11.13, 77457.00, 2208.68, 888.82, -24.30, 32.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9480959,-106.9157613, 2341.0, 2022, 6, 24, 15, 19, 37, 1037, 1407, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 29, 32, 28, 30, 0, 0, 29, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 140.50, 6, drogue, -11.13, 77457.00, 2208.68, 888.82, -24.30, 32.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9480959,-106.9157613, 2341.0, 2022, 6, 24, 15, 19, 37, 1037, 1407, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 29, 32, 28, 30, 0, 0, 29, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 140.54, 6, drogue, -10.60, 77466.00, 2207.75, 887.89, -24.36, 32.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9480959,-106.9157613, 2341.0, 2022, 6, 24, 15, 19, 37, 1037, 1407, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 29, 32, 28, 30, 0, 0, 29, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 140.64, 6, drogue, -11.66, 77481.00, 2206.19, 886.34, -24.39, 32.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9480959,-106.9157613, 2341.0, 2022, 6, 24, 15, 19, 37, 1037, 1407, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 29, 32, 28, 30, 0, 0, 29, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 140.74, 6, drogue, -12.19, 77490.00, 2205.26, 885.41, -24.41, 32.1, 0.00, 0.00, 3.87, 1, 1, 10, 32.9480959,-106.9157613, 2341.0, 2022, 6, 24, 15, 19, 37, 1037, 1407, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 29, 32, 28, 30, 0, 0, 29, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 140.82, 6, drogue, -12.19, 77490.00, 2205.26, 885.41, -24.41, 32.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9480959,-106.9157613, 2341.0, 2022, 6, 24, 15, 19, 37, 1037, 1407, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 29, 32, 28, 30, 0, 0, 29, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 140.84, 6, drogue, -10.07, 77505.00, 2203.71, 883.86, -24.38, 32.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9480959,-106.9157613, 2341.0, 2022, 6, 24, 15, 19, 37, 1037, 1407, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 29, 32, 28, 30, 0, 0, 29, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 140.94, 6, drogue, -7.42, 77588.00, 2195.13, 875.28, -24.37, 32.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9480959,-106.9157613, 2341.0, 2022, 6, 24, 15, 19, 37, 1037, 1407, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 29, 32, 28, 30, 0, 0, 29, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 141.04, 6, drogue, -6.36, 77597.00, 2194.20, 874.35, -24.33, 32.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9480959,-106.9157613, 2341.0, 2022, 6, 24, 15, 19, 37, 1037, 1407, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 29, 32, 28, 30, 0, 0, 29, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 141.14, 6, drogue, -11.66, 77598.00, 2194.10, 874.24, -24.32, 32.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9480959,-106.9157613, 2341.0, 2022, 6, 24, 15, 19, 37, 1037, 1407, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 29, 32, 28, 30, 0, 0, 29, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 141.14, 6, drogue, -11.66, 77598.00, 2194.10, 874.24, -24.32, 32.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9480959,-106.9157613, 2341.0, 2022, 6, 24, 15, 19, 37, 1037, 1407, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 29, 32, 28, 30, 0, 0, 29, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 141.24, 6, drogue, -15.90, 77648.00, 2188.93, 869.08, -24.33, 32.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9480959,-106.9157613, 2341.0, 2022, 6, 24, 15, 19, 37, 1037, 1407, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 29, 32, 28, 30, 0, 0, 29, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 141.34, 6, drogue, -17.49, 77628.00, 2191.00, 871.14, -24.33, 32.1, 0.00, 0.00, 3.86, 1, 1, 10, 32.9480959,-106.9157613, 2341.0, 2022, 6, 24, 15, 19, 37, 1037, 1407, 337, 43, 1.4,2147483647.0,2147483647.0, 0, 30, 28, 0, 0, 29, 0, 0, 0, 0, 29, 32, 28, 30, 0, 0, 29, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 141.44, 6, drogue, -19.61, 77690.00, 2184.60, 864.74, -24.34, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9481741,-106.9157497, 2316.0, 2022, 6, 24, 15, 19, 38, 1044, 1396, 337, 42, 1.7,2147483647.0,2147483647.0, 0, 26, 21, 0, 0, 33, 0, 0, 0, 0, 24, 29, 27, 29, 0, 0, 24, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 141.44, 6, drogue, -19.61, 77690.00, 2184.60, 864.74, -24.34, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9481741,-106.9157497, 2316.0, 2022, 6, 24, 15, 19, 38, 1044, 1396, 337, 42, 1.7,2147483647.0,2147483647.0, 0, 26, 21, 0, 0, 33, 0, 0, 0, 0, 24, 29, 27, 29, 0, 0, 24, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 141.44, 6, drogue, -19.61, 77690.00, 2184.60, 864.74, -24.34, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9481741,-106.9157497, 2316.0, 2022, 6, 24, 15, 19, 38, 1044, 1396, 337, 42, 1.7,2147483647.0,2147483647.0, 0, 26, 21, 0, 0, 33, 0, 0, 0, 0, 24, 29, 27, 29, 0, 0, 24, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 141.44, 6, drogue, -19.61, 77690.00, 2184.60, 864.74, -24.34, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9481741,-106.9157497, 2316.0, 2022, 6, 24, 15, 19, 38, 1044, 1396, 337, 42, 1.7,2147483647.0,2147483647.0, 0, 26, 21, 0, 0, 33, 0, 0, 0, 0, 24, 29, 27, 29, 0, 0, 24, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 141.44, 6, drogue, -19.61, 77690.00, 2184.60, 864.74, -24.34, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9481741,-106.9157497, 2316.0, 2022, 6, 24, 15, 19, 38, 1044, 1396, 337, 42, 1.7,2147483647.0,2147483647.0, 0, 26, 21, 0, 0, 33, 0, 0, 0, 0, 24, 29, 27, 29, 0, 0, 24, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 141.44, 6, drogue, -19.61, 77690.00, 2184.60, 864.74, -24.34, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9481741,-106.9157497, 2316.0, 2022, 6, 24, 15, 19, 38, 1044, 1396, 337, 42, 1.7,2147483647.0,2147483647.0, 0, 26, 21, 0, 0, 33, 0, 0, 0, 0, 24, 29, 27, 29, 0, 0, 24, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 141.46, 6, drogue, -19.61, 77690.00, 2184.60, 864.74, -24.34, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9481741,-106.9157497, 2316.0, 2022, 6, 24, 15, 19, 38, 1044, 1396, 337, 42, 1.7,2147483647.0,2147483647.0, 0, 26, 21, 0, 0, 33, 0, 0, 0, 0, 24, 29, 27, 29, 0, 0, 24, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 141.54, 6, drogue, -18.02, 77780.00, 2175.31, 855.46, -24.40, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9481741,-106.9157497, 2316.0, 2022, 6, 24, 15, 19, 38, 1044, 1396, 337, 42, 1.7,2147483647.0,2147483647.0, 0, 26, 21, 0, 0, 33, 0, 0, 0, 0, 24, 29, 27, 29, 0, 0, 24, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 141.64, 6, drogue, -16.96, 77818.00, 2171.40, 851.54, -24.43, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9481741,-106.9157497, 2316.0, 2022, 6, 24, 15, 19, 38, 1044, 1396, 337, 42, 1.7,2147483647.0,2147483647.0, 0, 26, 21, 0, 0, 33, 0, 0, 0, 0, 24, 29, 27, 29, 0, 0, 24, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 141.74, 6, drogue, -18.55, 77781.00, 2175.21, 855.35, -24.43, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9481741,-106.9157497, 2316.0, 2022, 6, 24, 15, 19, 38, 1044, 1396, 337, 42, 1.7,2147483647.0,2147483647.0, 0, 26, 21, 0, 0, 33, 0, 0, 0, 0, 24, 29, 27, 29, 0, 0, 24, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 141.78, 6, drogue, -18.55, 77781.00, 2175.21, 855.35, -24.43, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9481741,-106.9157497, 2316.0, 2022, 6, 24, 15, 19, 38, 1044, 1396, 337, 42, 1.7,2147483647.0,2147483647.0, 0, 26, 21, 0, 0, 33, 0, 0, 0, 0, 24, 29, 27, 29, 0, 0, 24, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 141.84, 6, drogue, -18.55, 77778.00, 2175.52, 855.66, -24.45, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9481741,-106.9157497, 2316.0, 2022, 6, 24, 15, 19, 38, 1044, 1396, 337, 42, 1.7,2147483647.0,2147483647.0, 0, 26, 21, 0, 0, 33, 0, 0, 0, 0, 24, 29, 27, 29, 0, 0, 24, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 141.94, 6, drogue, -21.20, 77765.00, 2176.86, 857.00, -24.45, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9481741,-106.9157497, 2316.0, 2022, 6, 24, 15, 19, 38, 1044, 1396, 337, 42, 1.7,2147483647.0,2147483647.0, 0, 26, 21, 0, 0, 33, 0, 0, 0, 0, 24, 29, 27, 29, 0, 0, 24, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 142.04, 6, drogue, -19.08, 77814.00, 2171.81, 851.95, -24.46, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9481741,-106.9157497, 2316.0, 2022, 6, 24, 15, 19, 38, 1044, 1396, 337, 42, 1.7,2147483647.0,2147483647.0, 0, 26, 21, 0, 0, 33, 0, 0, 0, 0, 24, 29, 27, 29, 0, 0, 24, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 142.10, 6, drogue, -19.08, 77814.00, 2171.81, 851.95, -24.46, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9481741,-106.9157497, 2316.0, 2022, 6, 24, 15, 19, 38, 1044, 1396, 337, 42, 1.7,2147483647.0,2147483647.0, 0, 26, 21, 0, 0, 33, 0, 0, 0, 0, 24, 29, 27, 29, 0, 0, 24, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 142.14, 6, drogue, -18.02, 77832.00, 2169.95, 850.10, -24.45, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9481741,-106.9157497, 2316.0, 2022, 6, 24, 15, 19, 38, 1044, 1396, 337, 42, 1.7,2147483647.0,2147483647.0, 0, 26, 21, 0, 0, 33, 0, 0, 0, 0, 24, 29, 27, 29, 0, 0, 24, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 142.24, 6, drogue, -18.55, 77876.00, 2165.42, 845.56, -24.45, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9481741,-106.9157497, 2316.0, 2022, 6, 24, 15, 19, 38, 1044, 1396, 337, 42, 1.7,2147483647.0,2147483647.0, 0, 26, 21, 0, 0, 33, 0, 0, 0, 0, 24, 29, 27, 29, 0, 0, 24, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 142.34, 6, drogue, -18.55, 77912.00, 2161.71, 841.85, -24.44, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9481741,-106.9157497, 2316.0, 2022, 6, 24, 15, 19, 38, 1044, 1396, 337, 42, 1.7,2147483647.0,2147483647.0, 0, 26, 21, 0, 0, 33, 0, 0, 0, 0, 24, 29, 27, 29, 0, 0, 24, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 142.42, 6, drogue, -18.55, 77912.00, 2161.71, 841.85, -24.44, 32.1, 0.00, 0.00, 3.87, 1, 1, 9, 32.9481741,-106.9157497, 2316.0, 2022, 6, 24, 15, 19, 38, 1044, 1396, 337, 42, 1.7,2147483647.0,2147483647.0, 0, 26, 21, 0, 0, 33, 0, 0, 0, 0, 24, 29, 27, 29, 0, 0, 24, 0, 25, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 142.44, 6, drogue, -19.08, 77919.00, 2160.99, 841.13, -24.43, 32.1, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 142.44, 6, drogue, -19.08, 77919.00, 2160.99, 841.13, -24.43, 32.1, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 142.44, 6, drogue, -19.08, 77919.00, 2160.99, 841.13, -24.43, 32.1, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 142.44, 6, drogue, -19.08, 77919.00, 2160.99, 841.13, -24.43, 32.1, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 142.44, 6, drogue, -19.08, 77919.00, 2160.99, 841.13, -24.43, 32.1, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 142.44, 6, drogue, -19.08, 77919.00, 2160.99, 841.13, -24.43, 32.1, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 142.54, 6, drogue, -16.43, 77930.00, 2159.86, 840.00, -24.37, 32.1, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 142.64, 6, drogue, -19.61, 77949.00, 2157.90, 838.05, -24.32, 32.1, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 142.74, 6, drogue, -20.67, 77994.00, 2153.27, 833.41, -24.21, 32.1, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 142.74, 6, drogue, -20.67, 77994.00, 2153.27, 833.41, -24.21, 32.1, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 142.84, 6, drogue, -12.72, 77994.00, 2153.27, 833.41, -24.04, 32.1, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 142.94, 6, drogue, -12.19, 78065.00, 2145.97, 826.11, -23.88, 32.1, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 143.04, 6, drogue, -13.25, 78047.00, 2147.82, 827.96, -23.69, 32.1, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 143.06, 6, drogue, -13.25, 78047.00, 2147.82, 827.96, -23.69, 32.1, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 143.14, 6, drogue, -13.78, 78091.00, 2143.29, 823.44, -23.49, 32.1, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 143.24, 6, drogue, -18.55, 78150.00, 2137.23, 817.38, -23.28, 32.1, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 143.34, 6, drogue, -18.02, 78164.00, 2135.79, 815.94, -23.04, 32.1, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 143.38, 6, drogue, -18.02, 78164.00, 2135.79, 815.94, -23.04, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 143.43, 6, drogue, -18.02, 78164.00, 2135.79, 815.94, -23.04, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 143.43, 6, drogue, -18.02, 78164.00, 2135.79, 815.94, -23.04, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 143.43, 6, drogue, -18.02, 78164.00, 2135.79, 815.94, -23.04, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 143.43, 6, drogue, -18.02, 78164.00, 2135.79, 815.94, -23.04, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 143.43, 6, drogue, -18.02, 78164.00, 2135.79, 815.94, -23.04, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482393,-106.9157354, 2291.0, 2022, 6, 24, 15, 19, 39, 1050, 1384, 338, 41, 1.7,2147483647.0,2147483647.0, 0, 30, 23, 0, 0, 30, 0, 0, 0, 0, 24, 29, 33, 27, 0, 0, 34, 0, 34, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 143.44, 6, drogue, -18.55, 78207.00, 2131.38, 811.52, -22.81, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482726,-106.9157261, 2264.0, 2022, 6, 24, 15, 19, 40, 1053, 1369, 338, 40, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 30, 0, 0, 0, 0, 25, 24, 26, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 143.54, 6, drogue, -20.67, 78267.00, 2125.22, 805.37, -22.57, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482726,-106.9157261, 2264.0, 2022, 6, 24, 15, 19, 40, 1053, 1369, 338, 40, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 30, 0, 0, 0, 0, 25, 24, 26, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 143.64, 6, drogue, -17.49, 78231.00, 2128.92, 809.06, -22.33, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482726,-106.9157261, 2264.0, 2022, 6, 24, 15, 19, 40, 1053, 1369, 338, 40, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 30, 0, 0, 0, 0, 25, 24, 26, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 143.70, 6, drogue, -17.49, 78231.00, 2128.92, 809.06, -22.33, 32.1, 0.00, 0.01, 3.86, 1, 1, 9, 32.9482726,-106.9157261, 2264.0, 2022, 6, 24, 15, 19, 40, 1053, 1369, 338, 40, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 30, 0, 0, 0, 0, 25, 24, 26, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 143.74, 6, drogue, -11.13, 78207.00, 2131.38, 811.52, -22.11, 32.1, 0.00, 0.01, 3.86, 1, 1, 9, 32.9482726,-106.9157261, 2264.0, 2022, 6, 24, 15, 19, 40, 1053, 1369, 338, 40, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 30, 0, 0, 0, 0, 25, 24, 26, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 143.84, 6, drogue, -3.71, 78227.00, 2129.33, 809.47, -21.95, 32.1, 0.00, 0.01, 3.86, 1, 1, 9, 32.9482726,-106.9157261, 2264.0, 2022, 6, 24, 15, 19, 40, 1053, 1369, 338, 40, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 30, 0, 0, 0, 0, 25, 24, 26, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 143.94, 6, drogue, -6.36, 78221.00, 2129.94, 810.09, -21.81, 32.1, 0.00, 0.01, 3.86, 1, 1, 9, 32.9482726,-106.9157261, 2264.0, 2022, 6, 24, 15, 19, 40, 1053, 1369, 338, 40, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 30, 0, 0, 0, 0, 25, 24, 26, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 144.02, 6, drogue, -6.36, 78221.00, 2129.94, 810.09, -21.81, 32.1, 0.00, 0.01, 3.86, 1, 1, 9, 32.9482726,-106.9157261, 2264.0, 2022, 6, 24, 15, 19, 40, 1053, 1369, 338, 40, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 30, 0, 0, 0, 0, 25, 24, 26, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 144.04, 6, drogue, -14.31, 78260.00, 2125.94, 806.08, -21.73, 32.0, 0.00, 0.01, 3.86, 1, 1, 9, 32.9482726,-106.9157261, 2264.0, 2022, 6, 24, 15, 19, 40, 1053, 1369, 338, 40, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 30, 0, 0, 0, 0, 25, 24, 26, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 144.14, 6, drogue, -14.84, 78293.00, 2122.55, 802.70, -21.68, 32.0, 0.00, 0.01, 3.86, 1, 1, 9, 32.9482726,-106.9157261, 2264.0, 2022, 6, 24, 15, 19, 40, 1053, 1369, 338, 40, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 30, 0, 0, 0, 0, 25, 24, 26, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 144.24, 6, drogue, -13.78, 78343.00, 2117.43, 797.57, -21.72, 32.1, 0.00, 0.01, 3.86, 1, 1, 9, 32.9482726,-106.9157261, 2264.0, 2022, 6, 24, 15, 19, 40, 1053, 1369, 338, 40, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 30, 0, 0, 0, 0, 25, 24, 26, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 144.34, 6, drogue, -15.37, 78370.00, 2114.66, 794.80, -21.75, 32.0, 0.00, 0.01, 3.87, 1, 1, 9, 32.9482726,-106.9157261, 2264.0, 2022, 6, 24, 15, 19, 40, 1053, 1369, 338, 40, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 30, 0, 0, 0, 0, 25, 24, 26, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 144.34, 6, drogue, -15.37, 78370.00, 2114.66, 794.80, -21.75, 32.0, 0.00, 0.01, 3.87, 1, 1, 9, 32.9482726,-106.9157261, 2264.0, 2022, 6, 24, 15, 19, 40, 1053, 1369, 338, 40, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 30, 0, 0, 0, 0, 25, 24, 26, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 144.42, 6, drogue, -15.37, 78370.00, 2114.66, 794.80, -21.75, 32.0, 0.00, 0.01, 3.87, 1, 1, 9, 32.9482726,-106.9157261, 2264.0, 2022, 6, 24, 15, 19, 40, 1053, 1369, 338, 40, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 30, 0, 0, 0, 0, 25, 24, 26, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 144.42, 6, drogue, -15.37, 78370.00, 2114.66, 794.80, -21.75, 32.0, 0.00, 0.01, 3.87, 1, 1, 9, 32.9482726,-106.9157261, 2264.0, 2022, 6, 24, 15, 19, 40, 1053, 1369, 338, 40, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 30, 0, 0, 0, 0, 25, 24, 26, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 144.42, 6, drogue, -15.37, 78370.00, 2114.66, 794.80, -21.75, 32.0, 0.00, 0.01, 3.87, 1, 1, 9, 32.9482726,-106.9157261, 2264.0, 2022, 6, 24, 15, 19, 40, 1053, 1369, 338, 40, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 30, 0, 0, 0, 0, 25, 24, 26, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 144.42, 6, drogue, -15.37, 78370.00, 2114.66, 794.80, -21.75, 32.0, 0.00, 0.01, 3.87, 1, 1, 9, 32.9482726,-106.9157261, 2264.0, 2022, 6, 24, 15, 19, 40, 1053, 1369, 338, 40, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 30, 0, 0, 0, 0, 25, 24, 26, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 144.42, 6, drogue, -15.37, 78370.00, 2114.66, 794.80, -21.75, 32.0, 0.00, 0.01, 3.87, 1, 1, 9, 32.9482726,-106.9157261, 2264.0, 2022, 6, 24, 15, 19, 40, 1053, 1369, 338, 40, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 30, 0, 0, 0, 0, 25, 24, 26, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 144.44, 6, drogue, -18.02, 78414.00, 2110.15, 790.29, -21.79, 32.0, 0.00, 0.01, 3.87, 1, 1, 9, 32.9482876,-106.9157259, 2236.0, 2022, 6, 24, 15, 19, 41, 1055, 1352, 338, 39, 1.7,2147483647.0,2147483647.0, 0, 29, 24, 0, 0, 30, 0, 0, 0, 0, 32, 31, 26, 28, 0, 0, 32, 0, 30, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 144.54, 6, drogue, -15.90, 78397.00, 2111.89, 792.04, -21.90, 32.0, 0.00, 0.01, 3.87, 1, 1, 9, 32.9482876,-106.9157259, 2236.0, 2022, 6, 24, 15, 19, 41, 1055, 1352, 338, 39, 1.7,2147483647.0,2147483647.0, 0, 29, 24, 0, 0, 30, 0, 0, 0, 0, 32, 31, 26, 28, 0, 0, 32, 0, 30, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 144.64, 6, drogue, -12.19, 78434.00, 2108.10, 788.25, -22.11, 32.0, 0.00, 0.01, 3.87, 1, 1, 9, 32.9482876,-106.9157259, 2236.0, 2022, 6, 24, 15, 19, 41, 1055, 1352, 338, 39, 1.7,2147483647.0,2147483647.0, 0, 29, 24, 0, 0, 30, 0, 0, 0, 0, 32, 31, 26, 28, 0, 0, 32, 0, 30, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 144.66, 6, drogue, -12.19, 78434.00, 2108.10, 788.25, -22.11, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482876,-106.9157259, 2236.0, 2022, 6, 24, 15, 19, 41, 1055, 1352, 338, 39, 1.7,2147483647.0,2147483647.0, 0, 29, 24, 0, 0, 30, 0, 0, 0, 0, 32, 31, 26, 28, 0, 0, 32, 0, 30, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 144.74, 6, drogue, -11.13, 78405.00, 2111.07, 791.22, -22.34, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482876,-106.9157259, 2236.0, 2022, 6, 24, 15, 19, 41, 1055, 1352, 338, 39, 1.7,2147483647.0,2147483647.0, 0, 29, 24, 0, 0, 30, 0, 0, 0, 0, 32, 31, 26, 28, 0, 0, 32, 0, 30, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 144.84, 6, drogue, -15.90, 78379.00, 2113.74, 793.88, -22.58, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482876,-106.9157259, 2236.0, 2022, 6, 24, 15, 19, 41, 1055, 1352, 338, 39, 1.7,2147483647.0,2147483647.0, 0, 29, 24, 0, 0, 30, 0, 0, 0, 0, 32, 31, 26, 28, 0, 0, 32, 0, 30, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 144.94, 6, drogue, -14.84, 78436.00, 2107.90, 788.04, -22.86, 32.1, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482876,-106.9157259, 2236.0, 2022, 6, 24, 15, 19, 41, 1055, 1352, 338, 39, 1.7,2147483647.0,2147483647.0, 0, 29, 24, 0, 0, 30, 0, 0, 0, 0, 32, 31, 26, 28, 0, 0, 32, 0, 30, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 144.98, 6, drogue, -14.84, 78436.00, 2107.90, 788.04, -22.86, 32.1, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482876,-106.9157259, 2236.0, 2022, 6, 24, 15, 19, 41, 1055, 1352, 338, 39, 1.7,2147483647.0,2147483647.0, 0, 29, 24, 0, 0, 30, 0, 0, 0, 0, 32, 31, 26, 28, 0, 0, 32, 0, 30, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 145.04, 6, drogue, -13.25, 78495.00, 2101.86, 782.00, -23.15, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482876,-106.9157259, 2236.0, 2022, 6, 24, 15, 19, 41, 1055, 1352, 338, 39, 1.7,2147483647.0,2147483647.0, 0, 29, 24, 0, 0, 30, 0, 0, 0, 0, 32, 31, 26, 28, 0, 0, 32, 0, 30, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 145.14, 6, drogue, -19.61, 78551.00, 2096.13, 776.27, -23.42, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482876,-106.9157259, 2236.0, 2022, 6, 24, 15, 19, 41, 1055, 1352, 338, 39, 1.7,2147483647.0,2147483647.0, 0, 29, 24, 0, 0, 30, 0, 0, 0, 0, 32, 31, 26, 28, 0, 0, 32, 0, 30, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 145.24, 6, drogue, -18.02, 78560.00, 2095.20, 775.35, -23.67, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482876,-106.9157259, 2236.0, 2022, 6, 24, 15, 19, 41, 1055, 1352, 338, 39, 1.7,2147483647.0,2147483647.0, 0, 29, 24, 0, 0, 30, 0, 0, 0, 0, 32, 31, 26, 28, 0, 0, 32, 0, 30, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 145.30, 6, drogue, -18.02, 78560.00, 2095.20, 775.35, -23.67, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482876,-106.9157259, 2236.0, 2022, 6, 24, 15, 19, 41, 1055, 1352, 338, 39, 1.7,2147483647.0,2147483647.0, 0, 29, 24, 0, 0, 30, 0, 0, 0, 0, 32, 31, 26, 28, 0, 0, 32, 0, 30, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 145.34, 6, drogue, -15.37, 78582.00, 2092.95, 773.10, -23.93, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482876,-106.9157259, 2236.0, 2022, 6, 24, 15, 19, 41, 1055, 1352, 338, 39, 1.7,2147483647.0,2147483647.0, 0, 29, 24, 0, 0, 30, 0, 0, 0, 0, 32, 31, 26, 28, 0, 0, 32, 0, 30, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 145.44, 6, drogue, -13.78, 78585.00, 2092.65, 772.79, -24.20, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483172,-106.9157351, 2208.0, 2022, 6, 24, 15, 19, 42, 1058, 1338, 338, 38, 1.7,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 31, 0, 0, 0, 0, 26, 32, 26, 29, 0, 0, 28, 0, 31, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 145.44, 6, drogue, -13.78, 78585.00, 2092.65, 772.79, -24.20, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483172,-106.9157351, 2208.0, 2022, 6, 24, 15, 19, 42, 1058, 1338, 338, 38, 1.7,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 31, 0, 0, 0, 0, 26, 32, 26, 29, 0, 0, 28, 0, 31, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 145.44, 6, drogue, -13.78, 78585.00, 2092.65, 772.79, -24.20, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483172,-106.9157351, 2208.0, 2022, 6, 24, 15, 19, 42, 1058, 1338, 338, 38, 1.7,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 31, 0, 0, 0, 0, 26, 32, 26, 29, 0, 0, 28, 0, 31, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 145.44, 6, drogue, -13.78, 78585.00, 2092.65, 772.79, -24.20, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483172,-106.9157351, 2208.0, 2022, 6, 24, 15, 19, 42, 1058, 1338, 338, 38, 1.7,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 31, 0, 0, 0, 0, 26, 32, 26, 29, 0, 0, 28, 0, 31, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 145.44, 6, drogue, -13.78, 78585.00, 2092.65, 772.79, -24.20, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483172,-106.9157351, 2208.0, 2022, 6, 24, 15, 19, 42, 1058, 1338, 338, 38, 1.7,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 31, 0, 0, 0, 0, 26, 32, 26, 29, 0, 0, 28, 0, 31, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 145.44, 6, drogue, -13.78, 78585.00, 2092.65, 772.79, -24.20, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483172,-106.9157351, 2208.0, 2022, 6, 24, 15, 19, 42, 1058, 1338, 338, 38, 1.7,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 31, 0, 0, 0, 0, 26, 32, 26, 29, 0, 0, 28, 0, 31, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 145.54, 6, drogue, -12.72, 78566.00, 2094.59, 774.74, -24.44, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483172,-106.9157351, 2208.0, 2022, 6, 24, 15, 19, 42, 1058, 1338, 338, 38, 1.7,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 31, 0, 0, 0, 0, 26, 32, 26, 29, 0, 0, 28, 0, 31, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 145.62, 6, drogue, -12.72, 78566.00, 2094.59, 774.74, -24.44, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483172,-106.9157351, 2208.0, 2022, 6, 24, 15, 19, 42, 1058, 1338, 338, 38, 1.7,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 31, 0, 0, 0, 0, 26, 32, 26, 29, 0, 0, 28, 0, 31, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 145.64, 6, drogue, -5.30, 78597.00, 2091.42, 771.56, -24.55, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483172,-106.9157351, 2208.0, 2022, 6, 24, 15, 19, 42, 1058, 1338, 338, 38, 1.7,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 31, 0, 0, 0, 0, 26, 32, 26, 29, 0, 0, 28, 0, 31, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 145.74, 6, drogue, -11.13, 78703.00, 2080.59, 760.73, -24.58, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483172,-106.9157351, 2208.0, 2022, 6, 24, 15, 19, 42, 1058, 1338, 338, 38, 1.7,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 31, 0, 0, 0, 0, 26, 32, 26, 29, 0, 0, 28, 0, 31, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 145.84, 6, drogue, -17.49, 78765.00, 2074.26, 754.40, -24.63, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483172,-106.9157351, 2208.0, 2022, 6, 24, 15, 19, 42, 1058, 1338, 338, 38, 1.7,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 31, 0, 0, 0, 0, 26, 32, 26, 29, 0, 0, 28, 0, 31, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 145.94, 6, drogue, -15.37, 78765.00, 2074.26, 754.40, -24.63, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483172,-106.9157351, 2208.0, 2022, 6, 24, 15, 19, 42, 1058, 1338, 338, 38, 1.7,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 31, 0, 0, 0, 0, 26, 32, 26, 29, 0, 0, 28, 0, 31, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 145.94, 6, drogue, -15.37, 78765.00, 2074.26, 754.40, -24.63, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483172,-106.9157351, 2208.0, 2022, 6, 24, 15, 19, 42, 1058, 1338, 338, 38, 1.7,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 31, 0, 0, 0, 0, 26, 32, 26, 29, 0, 0, 28, 0, 31, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 146.04, 6, drogue, -16.96, 78737.00, 2077.12, 757.26, -24.62, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483172,-106.9157351, 2208.0, 2022, 6, 24, 15, 19, 42, 1058, 1338, 338, 38, 1.7,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 31, 0, 0, 0, 0, 26, 32, 26, 29, 0, 0, 28, 0, 31, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 146.14, 6, drogue, -12.72, 78719.00, 2078.95, 759.10, -24.56, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483172,-106.9157351, 2208.0, 2022, 6, 24, 15, 19, 42, 1058, 1338, 338, 38, 1.7,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 31, 0, 0, 0, 0, 26, 32, 26, 29, 0, 0, 28, 0, 31, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 146.24, 6, drogue, -11.66, 78809.00, 2069.77, 749.91, -24.47, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483172,-106.9157351, 2208.0, 2022, 6, 24, 15, 19, 42, 1058, 1338, 338, 38, 1.7,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 31, 0, 0, 0, 0, 26, 32, 26, 29, 0, 0, 28, 0, 31, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 146.26, 6, drogue, -11.66, 78809.00, 2069.77, 749.91, -24.47, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483172,-106.9157351, 2208.0, 2022, 6, 24, 15, 19, 42, 1058, 1338, 338, 38, 1.7,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 31, 0, 0, 0, 0, 26, 32, 26, 29, 0, 0, 28, 0, 31, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 146.34, 6, drogue, -18.02, 78716.00, 2079.26, 759.40, -24.30, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483172,-106.9157351, 2208.0, 2022, 6, 24, 15, 19, 42, 1058, 1338, 338, 38, 1.7,2147483647.0,2147483647.0, 0, 29, 27, 0, 0, 31, 0, 0, 0, 0, 26, 32, 26, 29, 0, 0, 28, 0, 31, 24, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 146.44, 6, drogue, -9.54, 78746.00, 2076.20, 756.34, -24.12, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 146.44, 6, drogue, -9.54, 78746.00, 2076.20, 756.34, -24.12, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 146.44, 6, drogue, -9.54, 78746.00, 2076.20, 756.34, -24.12, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 146.44, 6, drogue, -9.54, 78746.00, 2076.20, 756.34, -24.12, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 146.44, 6, drogue, -9.54, 78746.00, 2076.20, 756.34, -24.12, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 146.44, 6, drogue, -9.54, 78746.00, 2076.20, 756.34, -24.12, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 146.54, 6, drogue, -11.66, 78867.00, 2063.85, 744.00, -23.87, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 146.58, 6, drogue, -11.66, 78867.00, 2063.85, 744.00, -23.87, 32.0, 0.00, 0.01, 3.87, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 146.64, 6, drogue, -14.31, 78978.00, 2052.54, 732.68, -23.59, 32.0, 0.00, 0.01, 3.87, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 146.74, 6, drogue, -12.72, 78941.00, 2056.31, 736.45, -23.42, 32.0, 0.00, 0.01, 3.87, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 146.84, 6, drogue, -16.43, 78952.00, 2055.19, 735.33, -23.22, 32.0, 0.00, 0.01, 3.87, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 146.90, 6, drogue, -16.43, 78952.00, 2055.19, 735.33, -23.22, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 146.94, 6, drogue, -22.26, 78981.00, 2052.23, 732.38, -23.02, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 147.04, 6, drogue, -22.26, 79023.00, 2047.96, 728.10, -22.89, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 147.14, 6, drogue, -19.61, 78983.00, 2052.03, 732.17, -22.79, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 147.22, 6, drogue, -19.61, 78983.00, 2052.03, 732.17, -22.79, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 147.24, 6, drogue, -20.67, 78993.00, 2051.01, 731.16, -22.77, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 147.34, 6, drogue, -23.32, 79068.00, 2043.38, 723.52, -22.88, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 147.43, 6, drogue, -23.32, 79068.00, 2043.38, 723.52, -22.88, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 147.43, 6, drogue, -23.32, 79068.00, 2043.38, 723.52, -22.88, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 147.43, 6, drogue, -23.32, 79068.00, 2043.38, 723.52, -22.88, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 147.43, 6, drogue, -23.32, 79068.00, 2043.38, 723.52, -22.88, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 147.43, 6, drogue, -23.32, 79068.00, 2043.38, 723.52, -22.88, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483822,-106.9157314, 2182.0, 2022, 6, 24, 15, 19, 43, 1065, 1327, 338, 37, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 32, 28, 25, 29, 0, 0, 28, 0, 30, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 147.44, 6, drogue, -22.79, 79126.00, 2037.48, 717.62, -23.09, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484644,-106.9156889, 2153.0, 2022, 6, 24, 15, 19, 44, 1072, 1316, 338, 35, 1.7,2147483647.0,2147483647.0, 0, 29, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 28, 0, 0, 33, 0, 31, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 147.54, 6, drogue, -18.02, 79096.00, 2040.53, 720.67, -23.36, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484644,-106.9156889, 2153.0, 2022, 6, 24, 15, 19, 44, 1072, 1316, 338, 35, 1.7,2147483647.0,2147483647.0, 0, 29, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 28, 0, 0, 33, 0, 31, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 147.54, 6, drogue, -18.02, 79096.00, 2040.53, 720.67, -23.36, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484644,-106.9156889, 2153.0, 2022, 6, 24, 15, 19, 44, 1072, 1316, 338, 35, 1.7,2147483647.0,2147483647.0, 0, 29, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 28, 0, 0, 33, 0, 31, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 147.64, 6, drogue, -18.55, 79041.00, 2046.12, 726.27, -23.72, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484644,-106.9156889, 2153.0, 2022, 6, 24, 15, 19, 44, 1072, 1316, 338, 35, 1.7,2147483647.0,2147483647.0, 0, 29, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 28, 0, 0, 33, 0, 31, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 147.74, 6, drogue, -18.55, 79067.00, 2043.48, 723.62, -24.17, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484644,-106.9156889, 2153.0, 2022, 6, 24, 15, 19, 44, 1072, 1316, 338, 35, 1.7,2147483647.0,2147483647.0, 0, 29, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 28, 0, 0, 33, 0, 31, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 147.84, 6, drogue, -20.14, 79159.00, 2034.12, 714.27, -24.70, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484644,-106.9156889, 2153.0, 2022, 6, 24, 15, 19, 44, 1072, 1316, 338, 35, 1.7,2147483647.0,2147483647.0, 0, 29, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 28, 0, 0, 33, 0, 31, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 147.86, 6, drogue, -20.14, 79159.00, 2034.12, 714.27, -24.70, 32.0, 0.00, 0.01, 3.87, 1, 1, 9, 32.9484644,-106.9156889, 2153.0, 2022, 6, 24, 15, 19, 44, 1072, 1316, 338, 35, 1.7,2147483647.0,2147483647.0, 0, 29, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 28, 0, 0, 33, 0, 31, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 147.94, 6, drogue, -16.96, 79182.00, 2031.78, 711.93, -25.27, 32.0, 0.00, 0.01, 3.87, 1, 1, 9, 32.9484644,-106.9156889, 2153.0, 2022, 6, 24, 15, 19, 44, 1072, 1316, 338, 35, 1.7,2147483647.0,2147483647.0, 0, 29, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 28, 0, 0, 33, 0, 31, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 148.04, 6, drogue, -13.25, 79213.00, 2028.63, 708.78, -25.89, 32.0, 0.00, 0.01, 3.87, 1, 1, 9, 32.9484644,-106.9156889, 2153.0, 2022, 6, 24, 15, 19, 44, 1072, 1316, 338, 35, 1.7,2147483647.0,2147483647.0, 0, 29, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 28, 0, 0, 33, 0, 31, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 148.14, 6, drogue, -10.60, 79195.00, 2030.46, 710.61, -26.51, 32.0, 0.00, 0.01, 3.87, 1, 1, 9, 32.9484644,-106.9156889, 2153.0, 2022, 6, 24, 15, 19, 44, 1072, 1316, 338, 35, 1.7,2147483647.0,2147483647.0, 0, 29, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 28, 0, 0, 33, 0, 31, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 148.18, 6, drogue, -10.60, 79195.00, 2030.46, 710.61, -26.51, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484644,-106.9156889, 2153.0, 2022, 6, 24, 15, 19, 44, 1072, 1316, 338, 35, 1.7,2147483647.0,2147483647.0, 0, 29, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 28, 0, 0, 33, 0, 31, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 148.24, 6, drogue, -10.07, 79218.00, 2028.13, 708.27, -27.15, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484644,-106.9156889, 2153.0, 2022, 6, 24, 15, 19, 44, 1072, 1316, 338, 35, 1.7,2147483647.0,2147483647.0, 0, 29, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 28, 0, 0, 33, 0, 31, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 148.34, 6, drogue, -9.01, 79177.00, 2032.29, 712.44, -27.71, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484644,-106.9156889, 2153.0, 2022, 6, 24, 15, 19, 44, 1072, 1316, 338, 35, 1.7,2147483647.0,2147483647.0, 0, 29, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 28, 0, 0, 33, 0, 31, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 148.44, 6, drogue, -8.48, 79268.00, 2023.05, 703.19, -28.26, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484932,-106.9156267, 2127.0, 2022, 6, 24, 15, 19, 45, 1073, 1302, 339, 34, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 36, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 29, 0, 30, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 148.44, 6, drogue, -8.48, 79268.00, 2023.05, 703.19, -28.26, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484932,-106.9156267, 2127.0, 2022, 6, 24, 15, 19, 45, 1073, 1302, 339, 34, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 36, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 29, 0, 30, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 148.44, 6, drogue, -8.48, 79268.00, 2023.05, 703.19, -28.26, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484932,-106.9156267, 2127.0, 2022, 6, 24, 15, 19, 45, 1073, 1302, 339, 34, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 36, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 29, 0, 30, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 148.44, 6, drogue, -8.48, 79268.00, 2023.05, 703.19, -28.26, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484932,-106.9156267, 2127.0, 2022, 6, 24, 15, 19, 45, 1073, 1302, 339, 34, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 36, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 29, 0, 30, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 148.44, 6, drogue, -8.48, 79268.00, 2023.05, 703.19, -28.26, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484932,-106.9156267, 2127.0, 2022, 6, 24, 15, 19, 45, 1073, 1302, 339, 34, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 36, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 29, 0, 30, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 148.44, 6, drogue, -8.48, 79268.00, 2023.05, 703.19, -28.26, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484932,-106.9156267, 2127.0, 2022, 6, 24, 15, 19, 45, 1073, 1302, 339, 34, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 36, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 29, 0, 30, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 148.50, 6, drogue, -8.48, 79268.00, 2023.05, 703.19, -28.26, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484932,-106.9156267, 2127.0, 2022, 6, 24, 15, 19, 45, 1073, 1302, 339, 34, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 36, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 29, 0, 30, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 148.54, 6, drogue, -8.48, 79286.00, 2021.22, 701.36, -28.81, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484932,-106.9156267, 2127.0, 2022, 6, 24, 15, 19, 45, 1073, 1302, 339, 34, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 36, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 29, 0, 30, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 148.64, 6, drogue, -2.65, 79289.00, 2020.91, 701.06, -29.32, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484932,-106.9156267, 2127.0, 2022, 6, 24, 15, 19, 45, 1073, 1302, 339, 34, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 36, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 29, 0, 30, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 148.74, 6, drogue, 27.56, 79533.00, 1996.17, 676.32, -29.72, 32.0, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484932,-106.9156267, 2127.0, 2022, 6, 24, 15, 19, 45, 1073, 1302, 339, 34, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 36, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 29, 0, 30, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 148.82, 6, drogue, 27.56, 79533.00, 1996.17, 676.32, -29.72, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484932,-106.9156267, 2127.0, 2022, 6, 24, 15, 19, 45, 1073, 1302, 339, 34, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 36, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 29, 0, 30, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 148.84, 6, drogue, 29.68, 79462.00, 2003.37, 683.51, -30.02, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484932,-106.9156267, 2127.0, 2022, 6, 24, 15, 19, 45, 1073, 1302, 339, 34, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 36, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 29, 0, 30, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 148.94, 6, drogue, -10.07, 79396.00, 2010.06, 690.20, -30.20, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484932,-106.9156267, 2127.0, 2022, 6, 24, 15, 19, 45, 1073, 1302, 339, 34, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 36, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 29, 0, 30, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 149.04, 6, drogue, -9.54, 79435.00, 2006.10, 686.25, -30.32, 32.0, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484932,-106.9156267, 2127.0, 2022, 6, 24, 15, 19, 45, 1073, 1302, 339, 34, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 36, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 29, 0, 30, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 149.14, 6, drogue, -3.18, 79444.00, 2005.19, 685.33, -30.33, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484932,-106.9156267, 2127.0, 2022, 6, 24, 15, 19, 45, 1073, 1302, 339, 34, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 36, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 29, 0, 30, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 149.14, 6, drogue, -3.18, 79444.00, 2005.19, 685.33, -30.33, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484932,-106.9156267, 2127.0, 2022, 6, 24, 15, 19, 45, 1073, 1302, 339, 34, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 36, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 29, 0, 30, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 149.24, 6, drogue, -3.18, 79557.00, 1993.74, 673.89, -30.25, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484932,-106.9156267, 2127.0, 2022, 6, 24, 15, 19, 45, 1073, 1302, 339, 34, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 36, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 29, 0, 30, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 149.34, 6, drogue, -0.00, 79674.00, 1981.90, 662.05, -30.12, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484932,-106.9156267, 2127.0, 2022, 6, 24, 15, 19, 45, 1073, 1302, 339, 34, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 36, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 29, 0, 30, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 149.44, 6, drogue, -4.77, 79714.00, 1977.86, 658.00, -29.87, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484898,-106.9155675, 2097.0, 2022, 6, 24, 15, 19, 46, 1070, 1283, 339, 33, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 27, 28, 26, 28, 0, 0, 30, 0, 29, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 149.44, 6, drogue, -4.77, 79714.00, 1977.86, 658.00, -29.87, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484898,-106.9155675, 2097.0, 2022, 6, 24, 15, 19, 46, 1070, 1283, 339, 33, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 27, 28, 26, 28, 0, 0, 30, 0, 29, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 149.44, 6, drogue, -4.77, 79714.00, 1977.86, 658.00, -29.87, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484898,-106.9155675, 2097.0, 2022, 6, 24, 15, 19, 46, 1070, 1283, 339, 33, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 27, 28, 26, 28, 0, 0, 30, 0, 29, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 149.44, 6, drogue, -4.77, 79714.00, 1977.86, 658.00, -29.87, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484898,-106.9155675, 2097.0, 2022, 6, 24, 15, 19, 46, 1070, 1283, 339, 33, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 27, 28, 26, 28, 0, 0, 30, 0, 29, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 149.44, 6, drogue, -4.77, 79714.00, 1977.86, 658.00, -29.87, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484898,-106.9155675, 2097.0, 2022, 6, 24, 15, 19, 46, 1070, 1283, 339, 33, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 27, 28, 26, 28, 0, 0, 30, 0, 29, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 149.44, 6, drogue, -4.77, 79714.00, 1977.86, 658.00, -29.87, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484898,-106.9155675, 2097.0, 2022, 6, 24, 15, 19, 46, 1070, 1283, 339, 33, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 27, 28, 26, 28, 0, 0, 30, 0, 29, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 149.46, 6, drogue, -4.77, 79714.00, 1977.86, 658.00, -29.87, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484898,-106.9155675, 2097.0, 2022, 6, 24, 15, 19, 46, 1070, 1283, 339, 33, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 27, 28, 26, 28, 0, 0, 30, 0, 29, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 149.54, 6, drogue, -6.36, 79698.00, 1979.48, 659.62, -29.53, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484898,-106.9155675, 2097.0, 2022, 6, 24, 15, 19, 46, 1070, 1283, 339, 33, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 27, 28, 26, 28, 0, 0, 30, 0, 29, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 149.64, 6, drogue, -3.71, 79679.00, 1981.40, 661.54, -29.08, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484898,-106.9155675, 2097.0, 2022, 6, 24, 15, 19, 46, 1070, 1283, 339, 33, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 27, 28, 26, 28, 0, 0, 30, 0, 29, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 149.74, 6, drogue, -13.25, 79653.00, 1984.03, 664.17, -28.64, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484898,-106.9155675, 2097.0, 2022, 6, 24, 15, 19, 46, 1070, 1283, 339, 33, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 27, 28, 26, 28, 0, 0, 30, 0, 29, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 149.78, 6, drogue, -13.25, 79653.00, 1984.03, 664.17, -28.64, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484898,-106.9155675, 2097.0, 2022, 6, 24, 15, 19, 46, 1070, 1283, 339, 33, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 27, 28, 26, 28, 0, 0, 30, 0, 29, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 149.84, 6, drogue, -15.37, 79692.00, 1980.08, 660.23, -28.22, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484898,-106.9155675, 2097.0, 2022, 6, 24, 15, 19, 46, 1070, 1283, 339, 33, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 27, 28, 26, 28, 0, 0, 30, 0, 29, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 149.94, 6, drogue, -11.66, 79763.00, 1972.91, 653.05, -27.80, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484898,-106.9155675, 2097.0, 2022, 6, 24, 15, 19, 46, 1070, 1283, 339, 33, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 27, 28, 26, 28, 0, 0, 30, 0, 29, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 150.04, 6, drogue, -6.89, 79823.00, 1966.85, 646.99, -27.41, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484898,-106.9155675, 2097.0, 2022, 6, 24, 15, 19, 46, 1070, 1283, 339, 33, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 27, 28, 26, 28, 0, 0, 30, 0, 29, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 150.10, 6, drogue, -6.89, 79823.00, 1966.85, 646.99, -27.41, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484898,-106.9155675, 2097.0, 2022, 6, 24, 15, 19, 46, 1070, 1283, 339, 33, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 27, 28, 26, 28, 0, 0, 30, 0, 29, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 150.14, 6, drogue, -4.77, 79822.00, 1966.95, 647.09, -27.03, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484898,-106.9155675, 2097.0, 2022, 6, 24, 15, 19, 46, 1070, 1283, 339, 33, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 27, 28, 26, 28, 0, 0, 30, 0, 29, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 150.24, 6, drogue, -11.13, 79806.00, 1968.56, 648.71, -26.72, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484898,-106.9155675, 2097.0, 2022, 6, 24, 15, 19, 46, 1070, 1283, 339, 33, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 27, 28, 26, 28, 0, 0, 30, 0, 29, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 150.34, 6, drogue, -16.96, 79818.00, 1967.35, 647.49, -26.40, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484898,-106.9155675, 2097.0, 2022, 6, 24, 15, 19, 46, 1070, 1283, 339, 33, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 27, 28, 26, 28, 0, 0, 30, 0, 29, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 150.42, 6, drogue, -16.96, 79818.00, 1967.35, 647.49, -26.40, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484898,-106.9155675, 2097.0, 2022, 6, 24, 15, 19, 46, 1070, 1283, 339, 33, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 27, 28, 26, 28, 0, 0, 30, 0, 29, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 150.44, 6, drogue, -18.02, 79871.00, 1962.00, 642.14, -26.14, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 150.44, 6, drogue, -18.02, 79871.00, 1962.00, 642.14, -26.14, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 150.44, 6, drogue, -18.02, 79871.00, 1962.00, 642.14, -26.14, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 150.44, 6, drogue, -18.02, 79871.00, 1962.00, 642.14, -26.14, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 150.44, 6, drogue, -18.02, 79871.00, 1962.00, 642.14, -26.14, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 150.44, 6, drogue, -18.02, 79871.00, 1962.00, 642.14, -26.14, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 150.54, 6, drogue, -12.72, 79887.00, 1960.39, 640.53, -25.88, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 150.64, 6, drogue, -12.19, 79922.00, 1956.85, 637.00, -25.65, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 150.74, 6, drogue, -13.78, 80003.00, 1948.69, 628.83, -25.56, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 150.74, 6, drogue, -13.78, 80003.00, 1948.69, 628.83, -25.56, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 150.84, 6, drogue, -10.60, 80014.00, 1947.58, 627.72, -25.40, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 150.94, 6, drogue, -16.43, 80018.00, 1947.17, 627.32, -25.23, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 151.04, 6, drogue, -17.49, 80078.00, 1941.13, 621.27, -25.10, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 151.06, 6, drogue, -17.49, 80078.00, 1941.13, 621.27, -25.10, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 151.14, 6, drogue, -17.49, 80114.00, 1937.50, 617.65, -24.98, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 151.24, 6, drogue, -16.43, 80115.00, 1937.40, 617.55, -24.91, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 151.34, 6, drogue, -12.19, 80127.00, 1936.20, 616.34, -24.90, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 151.38, 6, drogue, -12.19, 80127.00, 1936.20, 616.34, -24.90, 31.9, 0.00, 0.01, 3.86, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 151.42, 6, drogue, -12.19, 80127.00, 1936.20, 616.34, -24.90, 31.9, 0.00, 0.01, 3.86, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 151.42, 6, drogue, -12.19, 80127.00, 1936.20, 616.34, -24.90, 31.9, 0.00, 0.01, 3.86, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 151.42, 6, drogue, -12.19, 80127.00, 1936.20, 616.34, -24.90, 31.9, 0.00, 0.01, 3.86, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 151.42, 6, drogue, -12.19, 80127.00, 1936.20, 616.34, -24.90, 31.9, 0.00, 0.01, 3.86, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 151.42, 6, drogue, -12.19, 80127.00, 1936.20, 616.34, -24.90, 31.9, 0.00, 0.01, 3.86, 1, 1, 9, 32.9485085,-106.9155050, 2069.0, 2022, 6, 24, 15, 19, 47, 1070, 1268, 339, 32, 1.7,2147483647.0,2147483647.0, 0, 27, 26, 0, 0, 29, 0, 0, 0, 0, 26, 28, 26, 32, 0, 0, 30, 0, 29, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 151.44, 6, drogue, -8.48, 80032.00, 1945.76, 625.91, -24.86, 31.9, 0.00, 0.01, 3.86, 1, 1, 9, 32.9485384,-106.9154554, 2043.0, 2022, 6, 24, 15, 19, 48, 1072, 1255, 340, 31, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 33, 0, 28, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 151.54, 6, drogue, -16.96, 80109.00, 1938.01, 618.15, -24.78, 31.9, 0.00, 0.01, 3.86, 1, 1, 9, 32.9485384,-106.9154554, 2043.0, 2022, 6, 24, 15, 19, 48, 1072, 1255, 340, 31, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 33, 0, 28, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 151.64, 6, drogue, -15.90, 80120.00, 1936.90, 617.04, -24.67, 31.9, 0.00, 0.01, 3.86, 1, 1, 9, 32.9485384,-106.9154554, 2043.0, 2022, 6, 24, 15, 19, 48, 1072, 1255, 340, 31, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 33, 0, 28, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 151.70, 6, drogue, -15.90, 80120.00, 1936.90, 617.04, -24.67, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485384,-106.9154554, 2043.0, 2022, 6, 24, 15, 19, 48, 1072, 1255, 340, 31, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 33, 0, 28, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 151.74, 6, drogue, -16.43, 80188.00, 1930.06, 610.20, -24.56, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485384,-106.9154554, 2043.0, 2022, 6, 24, 15, 19, 48, 1072, 1255, 340, 31, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 33, 0, 28, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 151.84, 6, drogue, -13.78, 80223.00, 1926.54, 606.68, -24.48, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485384,-106.9154554, 2043.0, 2022, 6, 24, 15, 19, 48, 1072, 1255, 340, 31, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 33, 0, 28, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 151.94, 6, drogue, -16.96, 80280.00, 1920.81, 600.95, -24.42, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485384,-106.9154554, 2043.0, 2022, 6, 24, 15, 19, 48, 1072, 1255, 340, 31, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 33, 0, 28, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 152.02, 6, drogue, -16.96, 80280.00, 1920.81, 600.95, -24.42, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485384,-106.9154554, 2043.0, 2022, 6, 24, 15, 19, 48, 1072, 1255, 340, 31, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 33, 0, 28, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 152.04, 6, drogue, -18.02, 80324.00, 1916.38, 596.53, -24.39, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485384,-106.9154554, 2043.0, 2022, 6, 24, 15, 19, 48, 1072, 1255, 340, 31, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 33, 0, 28, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 152.14, 6, drogue, -17.49, 80369.00, 1911.86, 592.01, -24.34, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485384,-106.9154554, 2043.0, 2022, 6, 24, 15, 19, 48, 1072, 1255, 340, 31, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 33, 0, 28, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 152.24, 6, drogue, -14.84, 80417.00, 1907.05, 587.19, -24.26, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485384,-106.9154554, 2043.0, 2022, 6, 24, 15, 19, 48, 1072, 1255, 340, 31, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 33, 0, 28, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 152.34, 6, drogue, -19.08, 80386.00, 1910.16, 590.30, -24.20, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485384,-106.9154554, 2043.0, 2022, 6, 24, 15, 19, 48, 1072, 1255, 340, 31, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 33, 0, 28, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 152.34, 6, drogue, -19.08, 80386.00, 1910.16, 590.30, -24.20, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485384,-106.9154554, 2043.0, 2022, 6, 24, 15, 19, 48, 1072, 1255, 340, 31, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 33, 0, 28, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 152.43, 6, drogue, -19.08, 80386.00, 1910.16, 590.30, -24.20, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485384,-106.9154554, 2043.0, 2022, 6, 24, 15, 19, 48, 1072, 1255, 340, 31, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 33, 0, 28, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 152.43, 6, drogue, -19.08, 80386.00, 1910.16, 590.30, -24.20, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485384,-106.9154554, 2043.0, 2022, 6, 24, 15, 19, 48, 1072, 1255, 340, 31, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 33, 0, 28, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 152.43, 6, drogue, -19.08, 80386.00, 1910.16, 590.30, -24.20, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485384,-106.9154554, 2043.0, 2022, 6, 24, 15, 19, 48, 1072, 1255, 340, 31, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 33, 0, 28, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 152.43, 6, drogue, -19.08, 80386.00, 1910.16, 590.30, -24.20, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485384,-106.9154554, 2043.0, 2022, 6, 24, 15, 19, 48, 1072, 1255, 340, 31, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 33, 0, 28, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 152.43, 6, drogue, -19.08, 80386.00, 1910.16, 590.30, -24.20, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485384,-106.9154554, 2043.0, 2022, 6, 24, 15, 19, 48, 1072, 1255, 340, 31, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 33, 0, 28, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 152.44, 6, drogue, -19.08, 80362.00, 1912.57, 592.71, -24.15, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485575,-106.9154293, 2017.0, 2022, 6, 24, 15, 19, 49, 1073, 1243, 340, 30, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 28, 0, 0, 0, 0, 26, 31, 27, 32, 0, 0, 30, 0, 32, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 152.54, 6, drogue, -19.61, 80335.00, 1915.28, 595.42, -24.11, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485575,-106.9154293, 2017.0, 2022, 6, 24, 15, 19, 49, 1073, 1243, 340, 30, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 28, 0, 0, 0, 0, 26, 31, 27, 32, 0, 0, 30, 0, 32, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 152.64, 6, drogue, -19.61, 80394.00, 1909.35, 589.50, -24.09, 31.9, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485575,-106.9154293, 2017.0, 2022, 6, 24, 15, 19, 49, 1073, 1243, 340, 30, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 28, 0, 0, 0, 0, 26, 31, 27, 32, 0, 0, 30, 0, 32, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 152.66, 6, drogue, -19.61, 80394.00, 1909.35, 589.50, -24.09, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485575,-106.9154293, 2017.0, 2022, 6, 24, 15, 19, 49, 1073, 1243, 340, 30, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 28, 0, 0, 0, 0, 26, 31, 27, 32, 0, 0, 30, 0, 32, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 152.74, 6, drogue, -19.08, 80424.00, 1906.34, 586.49, -24.11, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485575,-106.9154293, 2017.0, 2022, 6, 24, 15, 19, 49, 1073, 1243, 340, 30, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 28, 0, 0, 0, 0, 26, 31, 27, 32, 0, 0, 30, 0, 32, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 152.84, 6, drogue, -18.02, 80452.00, 1903.53, 583.68, -24.16, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485575,-106.9154293, 2017.0, 2022, 6, 24, 15, 19, 49, 1073, 1243, 340, 30, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 28, 0, 0, 0, 0, 26, 31, 27, 32, 0, 0, 30, 0, 32, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 152.94, 6, drogue, -18.55, 80504.00, 1898.32, 578.46, -24.18, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485575,-106.9154293, 2017.0, 2022, 6, 24, 15, 19, 49, 1073, 1243, 340, 30, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 28, 0, 0, 0, 0, 26, 31, 27, 32, 0, 0, 30, 0, 32, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 152.98, 6, drogue, -18.55, 80504.00, 1898.32, 578.46, -24.18, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485575,-106.9154293, 2017.0, 2022, 6, 24, 15, 19, 49, 1073, 1243, 340, 30, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 28, 0, 0, 0, 0, 26, 31, 27, 32, 0, 0, 30, 0, 32, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 153.04, 6, drogue, -18.02, 80539.00, 1894.81, 574.95, -24.25, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485575,-106.9154293, 2017.0, 2022, 6, 24, 15, 19, 49, 1073, 1243, 340, 30, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 28, 0, 0, 0, 0, 26, 31, 27, 32, 0, 0, 30, 0, 32, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 153.14, 6, drogue, -18.02, 80554.00, 1893.30, 573.45, -24.31, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485575,-106.9154293, 2017.0, 2022, 6, 24, 15, 19, 49, 1073, 1243, 340, 30, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 28, 0, 0, 0, 0, 26, 31, 27, 32, 0, 0, 30, 0, 32, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 153.24, 6, drogue, -18.55, 80559.00, 1892.80, 572.95, -24.37, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485575,-106.9154293, 2017.0, 2022, 6, 24, 15, 19, 49, 1073, 1243, 340, 30, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 28, 0, 0, 0, 0, 26, 31, 27, 32, 0, 0, 30, 0, 32, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 153.30, 6, drogue, -18.55, 80559.00, 1892.80, 572.95, -24.37, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485575,-106.9154293, 2017.0, 2022, 6, 24, 15, 19, 49, 1073, 1243, 340, 30, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 28, 0, 0, 0, 0, 26, 31, 27, 32, 0, 0, 30, 0, 32, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 153.34, 6, drogue, -19.61, 80604.00, 1888.29, 568.44, -24.45, 31.9, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485575,-106.9154293, 2017.0, 2022, 6, 24, 15, 19, 49, 1073, 1243, 340, 30, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 28, 0, 0, 0, 0, 26, 31, 27, 32, 0, 0, 30, 0, 32, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 153.44, 6, drogue, -18.02, 80619.00, 1886.79, 566.93, -24.47, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 153.44, 6, drogue, -18.02, 80619.00, 1886.79, 566.93, -24.47, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 153.44, 6, drogue, -18.02, 80619.00, 1886.79, 566.93, -24.47, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 153.44, 6, drogue, -18.02, 80619.00, 1886.79, 566.93, -24.47, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 153.44, 6, drogue, -18.02, 80619.00, 1886.79, 566.93, -24.47, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 153.44, 6, drogue, -18.02, 80619.00, 1886.79, 566.93, -24.47, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 153.54, 6, drogue, -18.55, 80639.00, 1884.79, 564.93, -24.57, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 153.62, 6, drogue, -18.55, 80639.00, 1884.79, 564.93, -24.57, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 153.64, 6, drogue, -19.08, 80654.00, 1883.29, 563.43, -24.68, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 153.74, 6, drogue, -18.55, 80715.00, 1877.18, 557.32, -24.82, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 153.84, 6, drogue, -18.55, 80734.00, 1875.28, 555.42, -24.98, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 153.94, 6, drogue, -18.55, 80729.00, 1875.78, 555.92, -25.14, 31.8, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 153.94, 6, drogue, -18.55, 80729.00, 1875.78, 555.92, -25.14, 31.8, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 154.04, 6, drogue, -18.55, 80763.00, 1872.38, 552.52, -25.31, 31.8, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 154.14, 6, drogue, -19.08, 80782.00, 1870.48, 550.62, -25.46, 31.8, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 154.24, 6, drogue, -18.02, 80799.00, 1868.78, 548.92, -25.57, 31.8, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 154.26, 6, drogue, -18.02, 80799.00, 1868.78, 548.92, -25.57, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 154.34, 6, drogue, -18.02, 80827.00, 1865.98, 546.12, -25.61, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 154.43, 6, drogue, -18.02, 80827.00, 1865.98, 546.12, -25.61, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 154.43, 6, drogue, -18.02, 80827.00, 1865.98, 546.12, -25.61, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 154.43, 6, drogue, -18.02, 80827.00, 1865.98, 546.12, -25.61, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 154.43, 6, drogue, -18.02, 80827.00, 1865.98, 546.12, -25.61, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 154.43, 6, drogue, -18.02, 80827.00, 1865.98, 546.12, -25.61, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485534,-106.9153944, 1990.0, 2022, 6, 24, 15, 19, 50, 1071, 1228, 340, 29, 1.7,2147483647.0,2147483647.0, 0, 26, 27, 0, 0, 33, 0, 0, 0, 0, 25, 26, 30, 26, 0, 0, 30, 0, 32, 27, 0, 0, 0, 25, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 154.44, 6, drogue, -19.08, 80841.00, 1864.58, 544.72, -25.60, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485296,-106.9153380, 1964.0, 2022, 6, 24, 15, 19, 51, 1067, 1212, 340, 28, 1.7,2147483647.0,2147483647.0, 0, 34, 30, 0, 0, 27, 0, 0, 0, 0, 31, 27, 34, 32, 0, 0, 36, 0, 29, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 154.54, 6, drogue, -19.61, 80889.00, 1859.78, 539.93, -25.55, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485296,-106.9153380, 1964.0, 2022, 6, 24, 15, 19, 51, 1067, 1212, 340, 28, 1.7,2147483647.0,2147483647.0, 0, 34, 30, 0, 0, 27, 0, 0, 0, 0, 31, 27, 34, 32, 0, 0, 36, 0, 29, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 154.58, 6, drogue, -19.61, 80889.00, 1859.78, 539.93, -25.55, 31.8, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485296,-106.9153380, 1964.0, 2022, 6, 24, 15, 19, 51, 1067, 1212, 340, 28, 1.7,2147483647.0,2147483647.0, 0, 34, 30, 0, 0, 27, 0, 0, 0, 0, 31, 27, 34, 32, 0, 0, 36, 0, 29, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 154.64, 6, drogue, -18.55, 80910.00, 1857.68, 537.83, -25.50, 31.8, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485296,-106.9153380, 1964.0, 2022, 6, 24, 15, 19, 51, 1067, 1212, 340, 28, 1.7,2147483647.0,2147483647.0, 0, 34, 30, 0, 0, 27, 0, 0, 0, 0, 31, 27, 34, 32, 0, 0, 36, 0, 29, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 154.74, 6, drogue, -19.08, 80950.00, 1853.69, 533.83, -25.44, 31.8, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485296,-106.9153380, 1964.0, 2022, 6, 24, 15, 19, 51, 1067, 1212, 340, 28, 1.7,2147483647.0,2147483647.0, 0, 34, 30, 0, 0, 27, 0, 0, 0, 0, 31, 27, 34, 32, 0, 0, 36, 0, 29, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 154.84, 6, drogue, -19.08, 81027.00, 1846.00, 526.15, -25.36, 31.8, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485296,-106.9153380, 1964.0, 2022, 6, 24, 15, 19, 51, 1067, 1212, 340, 28, 1.7,2147483647.0,2147483647.0, 0, 34, 30, 0, 0, 27, 0, 0, 0, 0, 31, 27, 34, 32, 0, 0, 36, 0, 29, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 154.90, 6, drogue, -19.08, 81027.00, 1846.00, 526.15, -25.36, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485296,-106.9153380, 1964.0, 2022, 6, 24, 15, 19, 51, 1067, 1212, 340, 28, 1.7,2147483647.0,2147483647.0, 0, 34, 30, 0, 0, 27, 0, 0, 0, 0, 31, 27, 34, 32, 0, 0, 36, 0, 29, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 154.94, 6, drogue, -19.08, 80996.00, 1849.10, 529.24, -25.28, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485296,-106.9153380, 1964.0, 2022, 6, 24, 15, 19, 51, 1067, 1212, 340, 28, 1.7,2147483647.0,2147483647.0, 0, 34, 30, 0, 0, 27, 0, 0, 0, 0, 31, 27, 34, 32, 0, 0, 36, 0, 29, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 155.04, 6, drogue, -19.08, 81048.00, 1843.91, 524.05, -25.17, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485296,-106.9153380, 1964.0, 2022, 6, 24, 15, 19, 51, 1067, 1212, 340, 28, 1.7,2147483647.0,2147483647.0, 0, 34, 30, 0, 0, 27, 0, 0, 0, 0, 31, 27, 34, 32, 0, 0, 36, 0, 29, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 155.14, 6, drogue, -19.61, 81029.00, 1845.81, 525.95, -25.04, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485296,-106.9153380, 1964.0, 2022, 6, 24, 15, 19, 51, 1067, 1212, 340, 28, 1.7,2147483647.0,2147483647.0, 0, 34, 30, 0, 0, 27, 0, 0, 0, 0, 31, 27, 34, 32, 0, 0, 36, 0, 29, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 155.22, 6, drogue, -19.61, 81029.00, 1845.81, 525.95, -25.04, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485296,-106.9153380, 1964.0, 2022, 6, 24, 15, 19, 51, 1067, 1212, 340, 28, 1.7,2147483647.0,2147483647.0, 0, 34, 30, 0, 0, 27, 0, 0, 0, 0, 31, 27, 34, 32, 0, 0, 36, 0, 29, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 155.24, 6, drogue, -18.55, 81076.00, 1841.12, 521.26, -24.86, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485296,-106.9153380, 1964.0, 2022, 6, 24, 15, 19, 51, 1067, 1212, 340, 28, 1.7,2147483647.0,2147483647.0, 0, 34, 30, 0, 0, 27, 0, 0, 0, 0, 31, 27, 34, 32, 0, 0, 36, 0, 29, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 155.34, 6, drogue, -19.08, 81108.00, 1837.93, 518.07, -24.67, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485296,-106.9153380, 1964.0, 2022, 6, 24, 15, 19, 51, 1067, 1212, 340, 28, 1.7,2147483647.0,2147483647.0, 0, 34, 30, 0, 0, 27, 0, 0, 0, 0, 31, 27, 34, 32, 0, 0, 36, 0, 29, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 155.44, 6, drogue, -18.55, 81118.00, 1836.93, 517.08, -24.45, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485296,-106.9153380, 1964.0, 2022, 6, 24, 15, 19, 51, 1067, 1212, 340, 28, 1.7,2147483647.0,2147483647.0, 0, 34, 30, 0, 0, 27, 0, 0, 0, 0, 31, 27, 34, 32, 0, 0, 36, 0, 29, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 155.44, 6, drogue, -18.55, 81118.00, 1836.93, 517.08, -24.45, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485296,-106.9153380, 1964.0, 2022, 6, 24, 15, 19, 51, 1067, 1212, 340, 28, 1.7,2147483647.0,2147483647.0, 0, 34, 30, 0, 0, 27, 0, 0, 0, 0, 31, 27, 34, 32, 0, 0, 36, 0, 29, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 155.44, 6, drogue, -18.55, 81118.00, 1836.93, 517.08, -24.45, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485296,-106.9153380, 1964.0, 2022, 6, 24, 15, 19, 51, 1067, 1212, 340, 28, 1.7,2147483647.0,2147483647.0, 0, 34, 30, 0, 0, 27, 0, 0, 0, 0, 31, 27, 34, 32, 0, 0, 36, 0, 29, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 155.44, 6, drogue, -18.55, 81118.00, 1836.93, 517.08, -24.45, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485296,-106.9153380, 1964.0, 2022, 6, 24, 15, 19, 51, 1067, 1212, 340, 28, 1.7,2147483647.0,2147483647.0, 0, 34, 30, 0, 0, 27, 0, 0, 0, 0, 31, 27, 34, 32, 0, 0, 36, 0, 29, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 155.44, 6, drogue, -18.55, 81118.00, 1836.93, 517.08, -24.45, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485296,-106.9153380, 1964.0, 2022, 6, 24, 15, 19, 51, 1067, 1212, 340, 28, 1.7,2147483647.0,2147483647.0, 0, 34, 30, 0, 0, 27, 0, 0, 0, 0, 31, 27, 34, 32, 0, 0, 36, 0, 29, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 155.44, 6, drogue, -18.55, 81118.00, 1836.93, 517.08, -24.45, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485296,-106.9153380, 1964.0, 2022, 6, 24, 15, 19, 51, 1067, 1212, 340, 28, 1.7,2147483647.0,2147483647.0, 0, 34, 30, 0, 0, 27, 0, 0, 0, 0, 31, 27, 34, 32, 0, 0, 36, 0, 29, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 155.54, 6, drogue, -16.96, 81156.00, 1833.14, 513.29, -24.21, 31.8, 0.01, 0.00, 3.86, 1, 1, 9, 32.9484938,-106.9152784, 1938.0, 2022, 6, 24, 15, 19, 52, 1061, 1195, 340, 27, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 25, 0, 0, 0, 0, 26, 32, 33, 25, 0, 0, 32, 0, 34, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 155.54, 6, drogue, -16.96, 81156.00, 1833.14, 513.29, -24.21, 31.8, 0.01, 0.00, 3.86, 1, 1, 9, 32.9484938,-106.9152784, 1938.0, 2022, 6, 24, 15, 19, 52, 1061, 1195, 340, 27, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 25, 0, 0, 0, 0, 26, 32, 33, 25, 0, 0, 32, 0, 34, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 155.64, 6, drogue, -13.25, 81175.00, 1831.25, 511.40, -23.97, 31.8, 0.01, 0.00, 3.86, 1, 1, 9, 32.9484938,-106.9152784, 1938.0, 2022, 6, 24, 15, 19, 52, 1061, 1195, 340, 27, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 25, 0, 0, 0, 0, 26, 32, 33, 25, 0, 0, 32, 0, 34, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 155.74, 6, drogue, -16.43, 81206.00, 1828.16, 508.31, -23.78, 31.8, 0.01, 0.00, 3.86, 1, 1, 9, 32.9484938,-106.9152784, 1938.0, 2022, 6, 24, 15, 19, 52, 1061, 1195, 340, 27, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 25, 0, 0, 0, 0, 26, 32, 33, 25, 0, 0, 32, 0, 34, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 155.84, 6, drogue, -16.43, 81240.00, 1824.78, 504.92, -23.62, 31.8, 0.01, 0.00, 3.86, 1, 1, 9, 32.9484938,-106.9152784, 1938.0, 2022, 6, 24, 15, 19, 52, 1061, 1195, 340, 27, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 25, 0, 0, 0, 0, 26, 32, 33, 25, 0, 0, 32, 0, 34, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 155.86, 6, drogue, -16.43, 81240.00, 1824.78, 504.92, -23.62, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484938,-106.9152784, 1938.0, 2022, 6, 24, 15, 19, 52, 1061, 1195, 340, 27, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 25, 0, 0, 0, 0, 26, 32, 33, 25, 0, 0, 32, 0, 34, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 155.94, 6, drogue, -10.07, 81260.00, 1822.79, 502.93, -23.51, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484938,-106.9152784, 1938.0, 2022, 6, 24, 15, 19, 52, 1061, 1195, 340, 27, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 25, 0, 0, 0, 0, 26, 32, 33, 25, 0, 0, 32, 0, 34, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 156.04, 6, drogue, -7.95, 81305.00, 1818.31, 498.45, -23.40, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484938,-106.9152784, 1938.0, 2022, 6, 24, 15, 19, 52, 1061, 1195, 340, 27, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 25, 0, 0, 0, 0, 26, 32, 33, 25, 0, 0, 32, 0, 34, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 156.14, 6, drogue, -14.84, 81302.00, 1818.61, 498.75, -23.34, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484938,-106.9152784, 1938.0, 2022, 6, 24, 15, 19, 52, 1061, 1195, 340, 27, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 25, 0, 0, 0, 0, 26, 32, 33, 25, 0, 0, 32, 0, 34, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 156.18, 6, drogue, -14.84, 81302.00, 1818.61, 498.75, -23.34, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484938,-106.9152784, 1938.0, 2022, 6, 24, 15, 19, 52, 1061, 1195, 340, 27, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 25, 0, 0, 0, 0, 26, 32, 33, 25, 0, 0, 32, 0, 34, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 156.24, 6, drogue, -13.78, 81295.00, 1819.30, 499.45, -23.31, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484938,-106.9152784, 1938.0, 2022, 6, 24, 15, 19, 52, 1061, 1195, 340, 27, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 25, 0, 0, 0, 0, 26, 32, 33, 25, 0, 0, 32, 0, 34, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 156.34, 6, drogue, -15.37, 81318.00, 1817.02, 497.16, -23.33, 31.8, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484938,-106.9152784, 1938.0, 2022, 6, 24, 15, 19, 52, 1061, 1195, 340, 27, 1.7,2147483647.0,2147483647.0, 0, 28, 30, 0, 0, 25, 0, 0, 0, 0, 26, 32, 33, 25, 0, 0, 32, 0, 34, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 156.44, 6, drogue, -13.78, 81349.00, 1813.93, 494.08, -23.41, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484541,-106.9152152, 1913.0, 2022, 6, 24, 15, 19, 53, 1055, 1178, 341, 26, 1.7,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 27, 0, 0, 0, 0, 27, 31, 29, 31, 0, 0, 35, 0, 34, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 156.44, 6, drogue, -13.78, 81349.00, 1813.93, 494.08, -23.41, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484541,-106.9152152, 1913.0, 2022, 6, 24, 15, 19, 53, 1055, 1178, 341, 26, 1.7,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 27, 0, 0, 0, 0, 27, 31, 29, 31, 0, 0, 35, 0, 34, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 156.44, 6, drogue, -13.78, 81349.00, 1813.93, 494.08, -23.41, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484541,-106.9152152, 1913.0, 2022, 6, 24, 15, 19, 53, 1055, 1178, 341, 26, 1.7,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 27, 0, 0, 0, 0, 27, 31, 29, 31, 0, 0, 35, 0, 34, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 156.44, 6, drogue, -13.78, 81349.00, 1813.93, 494.08, -23.41, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484541,-106.9152152, 1913.0, 2022, 6, 24, 15, 19, 53, 1055, 1178, 341, 26, 1.7,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 27, 0, 0, 0, 0, 27, 31, 29, 31, 0, 0, 35, 0, 34, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 156.44, 6, drogue, -13.78, 81349.00, 1813.93, 494.08, -23.41, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484541,-106.9152152, 1913.0, 2022, 6, 24, 15, 19, 53, 1055, 1178, 341, 26, 1.7,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 27, 0, 0, 0, 0, 27, 31, 29, 31, 0, 0, 35, 0, 34, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 156.44, 6, drogue, -13.78, 81349.00, 1813.93, 494.08, -23.41, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484541,-106.9152152, 1913.0, 2022, 6, 24, 15, 19, 53, 1055, 1178, 341, 26, 1.7,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 27, 0, 0, 0, 0, 27, 31, 29, 31, 0, 0, 35, 0, 34, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 156.50, 6, drogue, -13.78, 81349.00, 1813.93, 494.08, -23.41, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484541,-106.9152152, 1913.0, 2022, 6, 24, 15, 19, 53, 1055, 1178, 341, 26, 1.7,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 27, 0, 0, 0, 0, 27, 31, 29, 31, 0, 0, 35, 0, 34, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 156.54, 6, drogue, -15.90, 81361.00, 1812.74, 492.88, -23.56, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484541,-106.9152152, 1913.0, 2022, 6, 24, 15, 19, 53, 1055, 1178, 341, 26, 1.7,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 27, 0, 0, 0, 0, 27, 31, 29, 31, 0, 0, 35, 0, 34, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 156.64, 6, drogue, -15.37, 81387.00, 1810.16, 490.30, -23.76, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484541,-106.9152152, 1913.0, 2022, 6, 24, 15, 19, 53, 1055, 1178, 341, 26, 1.7,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 27, 0, 0, 0, 0, 27, 31, 29, 31, 0, 0, 35, 0, 34, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 156.74, 6, drogue, -14.84, 81425.00, 1806.38, 486.52, -23.98, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484541,-106.9152152, 1913.0, 2022, 6, 24, 15, 19, 53, 1055, 1178, 341, 26, 1.7,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 27, 0, 0, 0, 0, 27, 31, 29, 31, 0, 0, 35, 0, 34, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 156.82, 6, drogue, -14.84, 81425.00, 1806.38, 486.52, -23.98, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484541,-106.9152152, 1913.0, 2022, 6, 24, 15, 19, 53, 1055, 1178, 341, 26, 1.7,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 27, 0, 0, 0, 0, 27, 31, 29, 31, 0, 0, 35, 0, 34, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 156.84, 6, drogue, -14.31, 81467.00, 1802.21, 482.35, -24.24, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484541,-106.9152152, 1913.0, 2022, 6, 24, 15, 19, 53, 1055, 1178, 341, 26, 1.7,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 27, 0, 0, 0, 0, 27, 31, 29, 31, 0, 0, 35, 0, 34, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 156.94, 6, drogue, -19.08, 81493.00, 1799.62, 479.77, -24.46, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484541,-106.9152152, 1913.0, 2022, 6, 24, 15, 19, 53, 1055, 1178, 341, 26, 1.7,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 27, 0, 0, 0, 0, 27, 31, 29, 31, 0, 0, 35, 0, 34, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 157.04, 6, drogue, -18.55, 81511.00, 1797.84, 477.98, -24.76, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484541,-106.9152152, 1913.0, 2022, 6, 24, 15, 19, 53, 1055, 1178, 341, 26, 1.7,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 27, 0, 0, 0, 0, 27, 31, 29, 31, 0, 0, 35, 0, 34, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 157.14, 6, drogue, -14.31, 81535.00, 1795.45, 475.60, -25.03, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484541,-106.9152152, 1913.0, 2022, 6, 24, 15, 19, 53, 1055, 1178, 341, 26, 1.7,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 27, 0, 0, 0, 0, 27, 31, 29, 31, 0, 0, 35, 0, 34, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 157.14, 6, drogue, -14.31, 81535.00, 1795.45, 475.60, -25.03, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484541,-106.9152152, 1913.0, 2022, 6, 24, 15, 19, 53, 1055, 1178, 341, 26, 1.7,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 27, 0, 0, 0, 0, 27, 31, 29, 31, 0, 0, 35, 0, 34, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 157.24, 6, drogue, -11.13, 81538.00, 1795.16, 475.30, -25.31, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484541,-106.9152152, 1913.0, 2022, 6, 24, 15, 19, 53, 1055, 1178, 341, 26, 1.7,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 27, 0, 0, 0, 0, 27, 31, 29, 31, 0, 0, 35, 0, 34, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 157.34, 6, drogue, -11.13, 81543.00, 1794.66, 474.81, -25.58, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484541,-106.9152152, 1913.0, 2022, 6, 24, 15, 19, 53, 1055, 1178, 341, 26, 1.7,2147483647.0,2147483647.0, 0, 22, 29, 0, 0, 27, 0, 0, 0, 0, 27, 31, 29, 31, 0, 0, 35, 0, 34, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 157.44, 6, drogue, -14.31, 81560.00, 1792.97, 473.12, -25.78, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 157.44, 6, drogue, -14.31, 81560.00, 1792.97, 473.12, -25.78, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 157.44, 6, drogue, -14.31, 81560.00, 1792.97, 473.12, -25.78, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 157.44, 6, drogue, -14.31, 81560.00, 1792.97, 473.12, -25.78, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 157.44, 6, drogue, -14.31, 81560.00, 1792.97, 473.12, -25.78, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 157.44, 6, drogue, -14.31, 81560.00, 1792.97, 473.12, -25.78, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 157.46, 6, drogue, -14.31, 81560.00, 1792.97, 473.12, -25.78, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 157.54, 6, drogue, -15.37, 81593.00, 1789.70, 469.84, -25.92, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 157.64, 6, drogue, -15.37, 81616.00, 1787.42, 467.56, -25.97, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 157.74, 6, drogue, -15.37, 81686.00, 1780.48, 460.62, -25.96, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 157.78, 6, drogue, -15.37, 81686.00, 1780.48, 460.62, -25.96, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 157.84, 6, drogue, -19.61, 81746.00, 1774.53, 454.68, -25.86, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 157.94, 6, drogue, -19.08, 81804.00, 1768.79, 448.93, -25.70, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 157.97, 7, main, -19.08, 81804.00, 1768.79, 448.93, -25.70, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 158.04, 7, main, -25.44, 81764.00, 1772.75, 452.90, -25.43, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 158.10, 7, main, -25.44, 81764.00, 1772.75, 452.90, -25.43, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 158.14, 7, main, -20.14, 81781.00, 1771.07, 451.21, -25.05, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 158.24, 7, main, -18.55, 81810.00, 1768.20, 448.34, -24.58, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 158.34, 7, main, -17.49, 81841.00, 1765.13, 445.27, -24.00, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 158.42, 7, main, -17.49, 81841.00, 1765.13, 445.27, -24.00, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484059,-106.9151603, 1887.0, 2022, 6, 24, 15, 19, 54, 1049, 1160, 341, 25, 1.7,2147483647.0,2147483647.0, 0, 25, 21, 0, 0, 28, 0, 0, 0, 0, 27, 31, 28, 30, 0, 0, 30, 0, 30, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 158.44, 7, main, -16.96, 81879.00, 1761.37, 441.51, -23.37, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483549,-106.9151201, 1859.0, 2022, 6, 24, 15, 19, 55, 1042, 1143, 341, 24, 1.7,2147483647.0,2147483647.0, 0, 24, 19, 0, 0, 18, 0, 0, 0, 0, 26, 33, 34, 25, 0, 0, 32, 0, 34, 34, 0, 0, 0, 21, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 158.44, 7, main, -16.96, 81879.00, 1761.37, 441.51, -23.37, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483549,-106.9151201, 1859.0, 2022, 6, 24, 15, 19, 55, 1042, 1143, 341, 24, 1.7,2147483647.0,2147483647.0, 0, 24, 19, 0, 0, 18, 0, 0, 0, 0, 26, 33, 34, 25, 0, 0, 32, 0, 34, 34, 0, 0, 0, 21, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 158.44, 7, main, -16.96, 81879.00, 1761.37, 441.51, -23.37, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483549,-106.9151201, 1859.0, 2022, 6, 24, 15, 19, 55, 1042, 1143, 341, 24, 1.7,2147483647.0,2147483647.0, 0, 24, 19, 0, 0, 18, 0, 0, 0, 0, 26, 33, 34, 25, 0, 0, 32, 0, 34, 34, 0, 0, 0, 21, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 158.44, 7, main, -16.96, 81879.00, 1761.37, 441.51, -23.37, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483549,-106.9151201, 1859.0, 2022, 6, 24, 15, 19, 55, 1042, 1143, 341, 24, 1.7,2147483647.0,2147483647.0, 0, 24, 19, 0, 0, 18, 0, 0, 0, 0, 26, 33, 34, 25, 0, 0, 32, 0, 34, 34, 0, 0, 0, 21, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 158.44, 7, main, -16.96, 81879.00, 1761.37, 441.51, -23.37, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483549,-106.9151201, 1859.0, 2022, 6, 24, 15, 19, 55, 1042, 1143, 341, 24, 1.7,2147483647.0,2147483647.0, 0, 24, 19, 0, 0, 18, 0, 0, 0, 0, 26, 33, 34, 25, 0, 0, 32, 0, 34, 34, 0, 0, 0, 21, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 158.44, 7, main, -16.96, 81879.00, 1761.37, 441.51, -23.37, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483549,-106.9151201, 1859.0, 2022, 6, 24, 15, 19, 55, 1042, 1143, 341, 24, 1.7,2147483647.0,2147483647.0, 0, 24, 19, 0, 0, 18, 0, 0, 0, 0, 26, 33, 34, 25, 0, 0, 32, 0, 34, 34, 0, 0, 0, 21, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 158.54, 7, main, -22.79, 81936.00, 1755.73, 435.88, -22.66, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483549,-106.9151201, 1859.0, 2022, 6, 24, 15, 19, 55, 1042, 1143, 341, 24, 1.7,2147483647.0,2147483647.0, 0, 24, 19, 0, 0, 18, 0, 0, 0, 0, 26, 33, 34, 25, 0, 0, 32, 0, 34, 34, 0, 0, 0, 21, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 158.64, 7, main, -10.07, 81944.00, 1754.94, 435.09, -21.89, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483549,-106.9151201, 1859.0, 2022, 6, 24, 15, 19, 55, 1042, 1143, 341, 24, 1.7,2147483647.0,2147483647.0, 0, 24, 19, 0, 0, 18, 0, 0, 0, 0, 26, 33, 34, 25, 0, 0, 32, 0, 34, 34, 0, 0, 0, 21, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 158.74, 7, main, -10.60, 81955.00, 1753.85, 434.00, -21.09, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483549,-106.9151201, 1859.0, 2022, 6, 24, 15, 19, 55, 1042, 1143, 341, 24, 1.7,2147483647.0,2147483647.0, 0, 24, 19, 0, 0, 18, 0, 0, 0, 0, 26, 33, 34, 25, 0, 0, 32, 0, 34, 34, 0, 0, 0, 21, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 158.74, 7, main, -10.60, 81955.00, 1753.85, 434.00, -21.09, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483549,-106.9151201, 1859.0, 2022, 6, 24, 15, 19, 55, 1042, 1143, 341, 24, 1.7,2147483647.0,2147483647.0, 0, 24, 19, 0, 0, 18, 0, 0, 0, 0, 26, 33, 34, 25, 0, 0, 32, 0, 34, 34, 0, 0, 0, 21, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 158.84, 7, main, -24.91, 81955.00, 1753.85, 434.00, -20.25, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483549,-106.9151201, 1859.0, 2022, 6, 24, 15, 19, 55, 1042, 1143, 341, 24, 1.7,2147483647.0,2147483647.0, 0, 24, 19, 0, 0, 18, 0, 0, 0, 0, 26, 33, 34, 25, 0, 0, 32, 0, 34, 34, 0, 0, 0, 21, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 158.94, 7, main, 134.11, 81965.00, 1752.87, 433.01, -19.37, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483549,-106.9151201, 1859.0, 2022, 6, 24, 15, 19, 55, 1042, 1143, 341, 24, 1.7,2147483647.0,2147483647.0, 0, 24, 19, 0, 0, 18, 0, 0, 0, 0, 26, 33, 34, 25, 0, 0, 32, 0, 34, 34, 0, 0, 0, 21, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 159.04, 7, main, 18.02, 82064.00, 1743.09, 423.23, -18.47, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483549,-106.9151201, 1859.0, 2022, 6, 24, 15, 19, 55, 1042, 1143, 341, 24, 1.7,2147483647.0,2147483647.0, 0, 24, 19, 0, 0, 18, 0, 0, 0, 0, 26, 33, 34, 25, 0, 0, 32, 0, 34, 34, 0, 0, 0, 21, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 159.06, 7, main, 18.02, 82064.00, 1743.09, 423.23, -18.47, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9483549,-106.9151201, 1859.0, 2022, 6, 24, 15, 19, 55, 1042, 1143, 341, 24, 1.7,2147483647.0,2147483647.0, 0, 24, 19, 0, 0, 18, 0, 0, 0, 0, 26, 33, 34, 25, 0, 0, 32, 0, 34, 34, 0, 0, 0, 21, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 159.14, 7, main, 142.06, 82085.00, 1741.01, 421.16, -17.58, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9483549,-106.9151201, 1859.0, 2022, 6, 24, 15, 19, 55, 1042, 1143, 341, 24, 1.7,2147483647.0,2147483647.0, 0, 24, 19, 0, 0, 18, 0, 0, 0, 0, 26, 33, 34, 25, 0, 0, 32, 0, 34, 34, 0, 0, 0, 21, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 159.24, 7, main, 73.68, 82093.00, 1740.22, 420.37, -16.70, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9483549,-106.9151201, 1859.0, 2022, 6, 24, 15, 19, 55, 1042, 1143, 341, 24, 1.7,2147483647.0,2147483647.0, 0, 24, 19, 0, 0, 18, 0, 0, 0, 0, 26, 33, 34, 25, 0, 0, 32, 0, 34, 34, 0, 0, 0, 21, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 159.34, 7, main, 129.34, 82103.00, 1739.24, 419.38, -15.83, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9483549,-106.9151201, 1859.0, 2022, 6, 24, 15, 19, 55, 1042, 1143, 341, 24, 1.7,2147483647.0,2147483647.0, 0, 24, 19, 0, 0, 18, 0, 0, 0, 0, 26, 33, 34, 25, 0, 0, 32, 0, 34, 34, 0, 0, 0, 21, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 159.38, 7, main, 129.34, 82103.00, 1739.24, 419.38, -15.83, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483549,-106.9151201, 1859.0, 2022, 6, 24, 15, 19, 55, 1042, 1143, 341, 24, 1.7,2147483647.0,2147483647.0, 0, 24, 19, 0, 0, 18, 0, 0, 0, 0, 26, 33, 34, 25, 0, 0, 32, 0, 34, 34, 0, 0, 0, 21, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 159.44, 7, main, 29.68, 82076.00, 1741.90, 422.04, -15.01, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483197,-106.9150608, 1835.0, 2022, 6, 24, 15, 19, 56, 1036, 1128, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 29, 23, 0, 0, 33, 0, 0, 0, 0, 31, 30, 30, 35, 0, 0, 34, 0, 31, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 159.44, 7, main, 29.68, 82076.00, 1741.90, 422.04, -15.01, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483197,-106.9150608, 1835.0, 2022, 6, 24, 15, 19, 56, 1036, 1128, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 29, 23, 0, 0, 33, 0, 0, 0, 0, 31, 30, 30, 35, 0, 0, 34, 0, 31, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 159.44, 7, main, 29.68, 82076.00, 1741.90, 422.04, -15.01, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483197,-106.9150608, 1835.0, 2022, 6, 24, 15, 19, 56, 1036, 1128, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 29, 23, 0, 0, 33, 0, 0, 0, 0, 31, 30, 30, 35, 0, 0, 34, 0, 31, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 159.44, 7, main, 29.68, 82076.00, 1741.90, 422.04, -15.01, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483197,-106.9150608, 1835.0, 2022, 6, 24, 15, 19, 56, 1036, 1128, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 29, 23, 0, 0, 33, 0, 0, 0, 0, 31, 30, 30, 35, 0, 0, 34, 0, 31, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 159.44, 7, main, 29.68, 82076.00, 1741.90, 422.04, -15.01, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483197,-106.9150608, 1835.0, 2022, 6, 24, 15, 19, 56, 1036, 1128, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 29, 23, 0, 0, 33, 0, 0, 0, 0, 31, 30, 30, 35, 0, 0, 34, 0, 31, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 159.44, 7, main, 29.68, 82076.00, 1741.90, 422.04, -15.01, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483197,-106.9150608, 1835.0, 2022, 6, 24, 15, 19, 56, 1036, 1128, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 29, 23, 0, 0, 33, 0, 0, 0, 0, 31, 30, 30, 35, 0, 0, 34, 0, 31, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 159.54, 7, main, -14.84, 82062.00, 1743.28, 423.43, -14.24, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483197,-106.9150608, 1835.0, 2022, 6, 24, 15, 19, 56, 1036, 1128, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 29, 23, 0, 0, 33, 0, 0, 0, 0, 31, 30, 30, 35, 0, 0, 34, 0, 31, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 159.64, 7, main, -6.36, 82065.00, 1742.99, 423.13, -13.53, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483197,-106.9150608, 1835.0, 2022, 6, 24, 15, 19, 56, 1036, 1128, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 29, 23, 0, 0, 33, 0, 0, 0, 0, 31, 30, 30, 35, 0, 0, 34, 0, 31, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 159.70, 7, main, -6.36, 82065.00, 1742.99, 423.13, -13.53, 31.7, 0.01, 0.00, 3.86, 1, 1, 9, 32.9483197,-106.9150608, 1835.0, 2022, 6, 24, 15, 19, 56, 1036, 1128, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 29, 23, 0, 0, 33, 0, 0, 0, 0, 31, 30, 30, 35, 0, 0, 34, 0, 31, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 159.74, 7, main, 15.37, 82093.00, 1740.22, 420.37, -12.90, 31.7, 0.01, 0.00, 3.86, 1, 1, 9, 32.9483197,-106.9150608, 1835.0, 2022, 6, 24, 15, 19, 56, 1036, 1128, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 29, 23, 0, 0, 33, 0, 0, 0, 0, 31, 30, 30, 35, 0, 0, 34, 0, 31, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 159.84, 7, main, 6.36, 82127.00, 1736.87, 417.01, -12.32, 31.7, 0.01, 0.00, 3.86, 1, 1, 9, 32.9483197,-106.9150608, 1835.0, 2022, 6, 24, 15, 19, 56, 1036, 1128, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 29, 23, 0, 0, 33, 0, 0, 0, 0, 31, 30, 30, 35, 0, 0, 34, 0, 31, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 159.94, 7, main, -3.71, 82178.00, 1731.84, 411.98, -11.80, 31.7, 0.01, 0.00, 3.86, 1, 1, 9, 32.9483197,-106.9150608, 1835.0, 2022, 6, 24, 15, 19, 56, 1036, 1128, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 29, 23, 0, 0, 33, 0, 0, 0, 0, 31, 30, 30, 35, 0, 0, 34, 0, 31, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 160.02, 7, main, -3.71, 82178.00, 1731.84, 411.98, -11.80, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483197,-106.9150608, 1835.0, 2022, 6, 24, 15, 19, 56, 1036, 1128, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 29, 23, 0, 0, 33, 0, 0, 0, 0, 31, 30, 30, 35, 0, 0, 34, 0, 31, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 160.04, 7, main, 14.31, 82147.00, 1734.89, 415.04, -11.30, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483197,-106.9150608, 1835.0, 2022, 6, 24, 15, 19, 56, 1036, 1128, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 29, 23, 0, 0, 33, 0, 0, 0, 0, 31, 30, 30, 35, 0, 0, 34, 0, 31, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 160.14, 7, main, 0.53, 82173.00, 1732.33, 412.47, -10.84, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483197,-106.9150608, 1835.0, 2022, 6, 24, 15, 19, 56, 1036, 1128, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 29, 23, 0, 0, 33, 0, 0, 0, 0, 31, 30, 30, 35, 0, 0, 34, 0, 31, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 160.24, 7, main, -5.30, 82188.00, 1730.85, 410.99, -10.44, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483197,-106.9150608, 1835.0, 2022, 6, 24, 15, 19, 56, 1036, 1128, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 29, 23, 0, 0, 33, 0, 0, 0, 0, 31, 30, 30, 35, 0, 0, 34, 0, 31, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 160.34, 7, main, -6.89, 82167.00, 1732.92, 413.06, -10.08, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483197,-106.9150608, 1835.0, 2022, 6, 24, 15, 19, 56, 1036, 1128, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 29, 23, 0, 0, 33, 0, 0, 0, 0, 31, 30, 30, 35, 0, 0, 34, 0, 31, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 160.34, 7, main, -6.89, 82167.00, 1732.92, 413.06, -10.08, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483197,-106.9150608, 1835.0, 2022, 6, 24, 15, 19, 56, 1036, 1128, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 29, 23, 0, 0, 33, 0, 0, 0, 0, 31, 30, 30, 35, 0, 0, 34, 0, 31, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 160.44, 7, main, -30.22, 82210.00, 1728.68, 408.82, -9.77, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482913,-106.9150353, 1820.0, 2022, 6, 24, 15, 19, 57, 1033, 1119, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 25, 30, 0, 0, 28, 0, 0, 0, 0, 25, 30, 28, 27, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 160.44, 7, main, -30.22, 82210.00, 1728.68, 408.82, -9.77, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482913,-106.9150353, 1820.0, 2022, 6, 24, 15, 19, 57, 1033, 1119, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 25, 30, 0, 0, 28, 0, 0, 0, 0, 25, 30, 28, 27, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 160.44, 7, main, -30.22, 82210.00, 1728.68, 408.82, -9.77, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482913,-106.9150353, 1820.0, 2022, 6, 24, 15, 19, 57, 1033, 1119, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 25, 30, 0, 0, 28, 0, 0, 0, 0, 25, 30, 28, 27, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 160.44, 7, main, -30.22, 82210.00, 1728.68, 408.82, -9.77, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482913,-106.9150353, 1820.0, 2022, 6, 24, 15, 19, 57, 1033, 1119, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 25, 30, 0, 0, 28, 0, 0, 0, 0, 25, 30, 28, 27, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 160.44, 7, main, -30.22, 82210.00, 1728.68, 408.82, -9.77, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482913,-106.9150353, 1820.0, 2022, 6, 24, 15, 19, 57, 1033, 1119, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 25, 30, 0, 0, 28, 0, 0, 0, 0, 25, 30, 28, 27, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 160.44, 7, main, -30.22, 82210.00, 1728.68, 408.82, -9.77, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482913,-106.9150353, 1820.0, 2022, 6, 24, 15, 19, 57, 1033, 1119, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 25, 30, 0, 0, 28, 0, 0, 0, 0, 25, 30, 28, 27, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 160.54, 7, main, 23.32, 82208.00, 1728.88, 409.02, -9.51, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482913,-106.9150353, 1820.0, 2022, 6, 24, 15, 19, 57, 1033, 1119, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 25, 30, 0, 0, 28, 0, 0, 0, 0, 25, 30, 28, 27, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 160.64, 7, main, 7.95, 82207.00, 1728.98, 409.12, -9.27, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482913,-106.9150353, 1820.0, 2022, 6, 24, 15, 19, 57, 1033, 1119, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 25, 30, 0, 0, 28, 0, 0, 0, 0, 25, 30, 28, 27, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 160.66, 7, main, 7.95, 82207.00, 1728.98, 409.12, -9.27, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482913,-106.9150353, 1820.0, 2022, 6, 24, 15, 19, 57, 1033, 1119, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 25, 30, 0, 0, 28, 0, 0, 0, 0, 25, 30, 28, 27, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 160.74, 7, main, -0.53, 82227.00, 1727.00, 407.15, -9.04, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482913,-106.9150353, 1820.0, 2022, 6, 24, 15, 19, 57, 1033, 1119, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 25, 30, 0, 0, 28, 0, 0, 0, 0, 25, 30, 28, 27, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 160.84, 7, main, -18.55, 82224.00, 1727.30, 407.44, -8.82, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482913,-106.9150353, 1820.0, 2022, 6, 24, 15, 19, 57, 1033, 1119, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 25, 30, 0, 0, 28, 0, 0, 0, 0, 25, 30, 28, 27, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 160.94, 7, main, -0.00, 82214.00, 1728.29, 408.43, -8.62, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9482913,-106.9150353, 1820.0, 2022, 6, 24, 15, 19, 57, 1033, 1119, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 25, 30, 0, 0, 28, 0, 0, 0, 0, 25, 30, 28, 27, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 160.98, 7, main, -0.00, 82214.00, 1728.29, 408.43, -8.62, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482913,-106.9150353, 1820.0, 2022, 6, 24, 15, 19, 57, 1033, 1119, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 25, 30, 0, 0, 28, 0, 0, 0, 0, 25, 30, 28, 27, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 161.04, 7, main, -2.12, 82227.00, 1727.00, 407.15, -8.46, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482913,-106.9150353, 1820.0, 2022, 6, 24, 15, 19, 57, 1033, 1119, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 25, 30, 0, 0, 28, 0, 0, 0, 0, 25, 30, 28, 27, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 161.14, 7, main, -1.06, 82257.00, 1724.05, 404.19, -8.29, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482913,-106.9150353, 1820.0, 2022, 6, 24, 15, 19, 57, 1033, 1119, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 25, 30, 0, 0, 28, 0, 0, 0, 0, 25, 30, 28, 27, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 161.24, 7, main, -7.95, 82281.00, 1721.68, 401.83, -8.13, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482913,-106.9150353, 1820.0, 2022, 6, 24, 15, 19, 57, 1033, 1119, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 25, 30, 0, 0, 28, 0, 0, 0, 0, 25, 30, 28, 27, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 161.30, 7, main, -7.95, 82281.00, 1721.68, 401.83, -8.13, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482913,-106.9150353, 1820.0, 2022, 6, 24, 15, 19, 57, 1033, 1119, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 25, 30, 0, 0, 28, 0, 0, 0, 0, 25, 30, 28, 27, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 161.34, 7, main, 1.59, 82279.00, 1721.88, 402.02, -7.97, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482913,-106.9150353, 1820.0, 2022, 6, 24, 15, 19, 57, 1033, 1119, 341, 23, 1.7,2147483647.0,2147483647.0, 0, 25, 30, 0, 0, 28, 0, 0, 0, 0, 25, 30, 28, 27, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 161.44, 7, main, -6.36, 82286.00, 1721.19, 401.33, -7.82, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482834,-106.9150474, 1811.0, 2022, 6, 24, 15, 19, 58, 1032, 1115, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 29, 0, 0, 0, 0, 32, 30, 28, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 18, 0, 0 +6, 5115, 1,VA3NPN, 161.44, 7, main, -6.36, 82286.00, 1721.19, 401.33, -7.82, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482834,-106.9150474, 1811.0, 2022, 6, 24, 15, 19, 58, 1032, 1115, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 29, 0, 0, 0, 0, 32, 30, 28, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 18, 0, 0 +6, 5115, 1,VA3NPN, 161.44, 7, main, -6.36, 82286.00, 1721.19, 401.33, -7.82, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482834,-106.9150474, 1811.0, 2022, 6, 24, 15, 19, 58, 1032, 1115, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 29, 0, 0, 0, 0, 32, 30, 28, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 18, 0, 0 +6, 5115, 1,VA3NPN, 161.44, 7, main, -6.36, 82286.00, 1721.19, 401.33, -7.82, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482834,-106.9150474, 1811.0, 2022, 6, 24, 15, 19, 58, 1032, 1115, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 29, 0, 0, 0, 0, 32, 30, 28, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 18, 0, 0 +6, 5115, 1,VA3NPN, 161.44, 7, main, -6.36, 82286.00, 1721.19, 401.33, -7.82, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482834,-106.9150474, 1811.0, 2022, 6, 24, 15, 19, 58, 1032, 1115, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 29, 0, 0, 0, 0, 32, 30, 28, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 18, 0, 0 +6, 5115, 1,VA3NPN, 161.44, 7, main, -6.36, 82286.00, 1721.19, 401.33, -7.82, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482834,-106.9150474, 1811.0, 2022, 6, 24, 15, 19, 58, 1032, 1115, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 29, 0, 0, 0, 0, 32, 30, 28, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 18, 0, 0 +6, 5115, 1,VA3NPN, 161.54, 7, main, -7.42, 82283.00, 1721.48, 401.63, -7.66, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482834,-106.9150474, 1811.0, 2022, 6, 24, 15, 19, 58, 1032, 1115, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 29, 0, 0, 0, 0, 32, 30, 28, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 18, 0, 0 +6, 5115, 1,VA3NPN, 161.62, 7, main, -7.42, 82283.00, 1721.48, 401.63, -7.66, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482834,-106.9150474, 1811.0, 2022, 6, 24, 15, 19, 58, 1032, 1115, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 29, 0, 0, 0, 0, 32, 30, 28, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 18, 0, 0 +6, 5115, 1,VA3NPN, 161.64, 7, main, -3.71, 82296.00, 1720.20, 400.35, -7.53, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482834,-106.9150474, 1811.0, 2022, 6, 24, 15, 19, 58, 1032, 1115, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 29, 0, 0, 0, 0, 32, 30, 28, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 18, 0, 0 +6, 5115, 1,VA3NPN, 161.74, 7, main, -4.24, 82313.00, 1718.53, 398.67, -7.43, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482834,-106.9150474, 1811.0, 2022, 6, 24, 15, 19, 58, 1032, 1115, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 29, 0, 0, 0, 0, 32, 30, 28, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 18, 0, 0 +6, 5115, 1,VA3NPN, 161.84, 7, main, 0.53, 82302.00, 1719.61, 399.76, -7.35, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482834,-106.9150474, 1811.0, 2022, 6, 24, 15, 19, 58, 1032, 1115, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 29, 0, 0, 0, 0, 32, 30, 28, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 18, 0, 0 +6, 5115, 1,VA3NPN, 161.94, 7, main, -6.89, 82313.00, 1718.53, 398.67, -7.31, 31.7, 0.01, 0.00, 3.86, 1, 1, 9, 32.9482834,-106.9150474, 1811.0, 2022, 6, 24, 15, 19, 58, 1032, 1115, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 29, 0, 0, 0, 0, 32, 30, 28, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 18, 0, 0 +6, 5115, 1,VA3NPN, 161.94, 7, main, -6.89, 82313.00, 1718.53, 398.67, -7.31, 31.7, 0.01, 0.00, 3.86, 1, 1, 9, 32.9482834,-106.9150474, 1811.0, 2022, 6, 24, 15, 19, 58, 1032, 1115, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 29, 0, 0, 0, 0, 32, 30, 28, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 18, 0, 0 +6, 5115, 1,VA3NPN, 162.04, 7, main, -9.01, 82338.00, 1716.07, 396.21, -7.26, 31.7, 0.01, 0.00, 3.86, 1, 1, 9, 32.9482834,-106.9150474, 1811.0, 2022, 6, 24, 15, 19, 58, 1032, 1115, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 29, 0, 0, 0, 0, 32, 30, 28, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 18, 0, 0 +6, 5115, 1,VA3NPN, 162.14, 7, main, -5.30, 82320.00, 1717.84, 397.98, -7.22, 31.7, 0.01, 0.00, 3.86, 1, 1, 9, 32.9482834,-106.9150474, 1811.0, 2022, 6, 24, 15, 19, 58, 1032, 1115, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 29, 0, 0, 0, 0, 32, 30, 28, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 18, 0, 0 +6, 5115, 1,VA3NPN, 162.24, 7, main, -3.18, 82344.00, 1715.48, 395.62, -7.20, 31.7, 0.01, 0.00, 3.86, 1, 1, 9, 32.9482834,-106.9150474, 1811.0, 2022, 6, 24, 15, 19, 58, 1032, 1115, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 29, 0, 0, 0, 0, 32, 30, 28, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 18, 0, 0 +6, 5115, 1,VA3NPN, 162.26, 7, main, -3.18, 82344.00, 1715.48, 395.62, -7.20, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482834,-106.9150474, 1811.0, 2022, 6, 24, 15, 19, 58, 1032, 1115, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 29, 0, 0, 0, 0, 32, 30, 28, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 18, 0, 0 +6, 5115, 1,VA3NPN, 162.34, 7, main, -7.42, 82331.00, 1716.76, 396.90, -7.18, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9482834,-106.9150474, 1811.0, 2022, 6, 24, 15, 19, 58, 1032, 1115, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 29, 0, 0, 0, 0, 32, 30, 28, 35, 0, 0, 29, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 18, 0, 0 +6, 5115, 1,VA3NPN, 162.44, 7, main, -0.53, 82356.00, 1714.30, 394.44, -7.18, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483043,-106.9150397, 1804.0, 2022, 6, 24, 15, 19, 59, 1034, 1114, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 31, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 162.44, 7, main, -0.53, 82356.00, 1714.30, 394.44, -7.18, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483043,-106.9150397, 1804.0, 2022, 6, 24, 15, 19, 59, 1034, 1114, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 31, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 162.44, 7, main, -0.53, 82356.00, 1714.30, 394.44, -7.18, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483043,-106.9150397, 1804.0, 2022, 6, 24, 15, 19, 59, 1034, 1114, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 31, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 162.44, 7, main, -0.53, 82356.00, 1714.30, 394.44, -7.18, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483043,-106.9150397, 1804.0, 2022, 6, 24, 15, 19, 59, 1034, 1114, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 31, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 162.44, 7, main, -0.53, 82356.00, 1714.30, 394.44, -7.18, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483043,-106.9150397, 1804.0, 2022, 6, 24, 15, 19, 59, 1034, 1114, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 31, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 162.44, 7, main, -0.53, 82356.00, 1714.30, 394.44, -7.18, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483043,-106.9150397, 1804.0, 2022, 6, 24, 15, 19, 59, 1034, 1114, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 31, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 162.54, 7, main, 3.18, 82357.00, 1714.20, 394.34, -7.18, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483043,-106.9150397, 1804.0, 2022, 6, 24, 15, 19, 59, 1034, 1114, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 31, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 162.58, 7, main, 3.18, 82357.00, 1714.20, 394.34, -7.18, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483043,-106.9150397, 1804.0, 2022, 6, 24, 15, 19, 59, 1034, 1114, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 31, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 162.64, 7, main, 2.12, 82369.00, 1713.02, 393.16, -7.17, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483043,-106.9150397, 1804.0, 2022, 6, 24, 15, 19, 59, 1034, 1114, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 31, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 162.74, 7, main, -2.65, 82372.00, 1712.72, 392.86, -7.17, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483043,-106.9150397, 1804.0, 2022, 6, 24, 15, 19, 59, 1034, 1114, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 31, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 162.84, 7, main, -5.30, 82370.00, 1712.92, 393.06, -7.16, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483043,-106.9150397, 1804.0, 2022, 6, 24, 15, 19, 59, 1034, 1114, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 31, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 162.90, 7, main, -5.30, 82370.00, 1712.92, 393.06, -7.16, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483043,-106.9150397, 1804.0, 2022, 6, 24, 15, 19, 59, 1034, 1114, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 31, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 162.94, 7, main, -6.36, 82385.00, 1711.44, 391.58, -7.14, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483043,-106.9150397, 1804.0, 2022, 6, 24, 15, 19, 59, 1034, 1114, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 31, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 163.04, 7, main, -0.53, 82374.00, 1712.52, 392.67, -7.14, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483043,-106.9150397, 1804.0, 2022, 6, 24, 15, 19, 59, 1034, 1114, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 31, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 163.14, 7, main, -2.65, 82380.00, 1711.93, 392.08, -7.13, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483043,-106.9150397, 1804.0, 2022, 6, 24, 15, 19, 59, 1034, 1114, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 31, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 163.22, 7, main, -2.65, 82380.00, 1711.93, 392.08, -7.13, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9483043,-106.9150397, 1804.0, 2022, 6, 24, 15, 19, 59, 1034, 1114, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 31, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 163.24, 7, main, -6.89, 82418.00, 1708.19, 388.34, -7.12, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9483043,-106.9150397, 1804.0, 2022, 6, 24, 15, 19, 59, 1034, 1114, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 31, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 163.34, 7, main, 1.06, 82416.00, 1708.39, 388.53, -7.09, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9483043,-106.9150397, 1804.0, 2022, 6, 24, 15, 19, 59, 1034, 1114, 341, 22, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 30, 0, 0, 0, 0, 31, 30, 28, 31, 0, 0, 33, 0, 30, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 163.44, 7, main, 3.71, 82447.00, 1705.34, 385.48, -7.06, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9483182,-106.9150393, 1797.0, 2022, 6, 24, 15, 20, 0, 1036, 1113, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 32, 29, 28, 32, 0, 0, 29, 0, 27, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 163.44, 7, main, 3.71, 82447.00, 1705.34, 385.48, -7.06, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9483182,-106.9150393, 1797.0, 2022, 6, 24, 15, 20, 0, 1036, 1113, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 32, 29, 28, 32, 0, 0, 29, 0, 27, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 163.44, 7, main, 3.71, 82447.00, 1705.34, 385.48, -7.06, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9483182,-106.9150393, 1797.0, 2022, 6, 24, 15, 20, 0, 1036, 1113, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 32, 29, 28, 32, 0, 0, 29, 0, 27, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 163.44, 7, main, 3.71, 82447.00, 1705.34, 385.48, -7.06, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9483182,-106.9150393, 1797.0, 2022, 6, 24, 15, 20, 0, 1036, 1113, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 32, 29, 28, 32, 0, 0, 29, 0, 27, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 163.44, 7, main, 3.71, 82447.00, 1705.34, 385.48, -7.06, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9483182,-106.9150393, 1797.0, 2022, 6, 24, 15, 20, 0, 1036, 1113, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 32, 29, 28, 32, 0, 0, 29, 0, 27, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 163.44, 7, main, 3.71, 82447.00, 1705.34, 385.48, -7.06, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9483182,-106.9150393, 1797.0, 2022, 6, 24, 15, 20, 0, 1036, 1113, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 32, 29, 28, 32, 0, 0, 29, 0, 27, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 163.54, 7, main, -0.00, 82437.00, 1706.32, 386.47, -7.02, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483182,-106.9150393, 1797.0, 2022, 6, 24, 15, 20, 0, 1036, 1113, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 32, 29, 28, 32, 0, 0, 29, 0, 27, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 163.54, 7, main, -0.00, 82437.00, 1706.32, 386.47, -7.02, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483182,-106.9150393, 1797.0, 2022, 6, 24, 15, 20, 0, 1036, 1113, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 32, 29, 28, 32, 0, 0, 29, 0, 27, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 163.64, 7, main, 1.59, 82453.00, 1704.75, 384.89, -6.97, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483182,-106.9150393, 1797.0, 2022, 6, 24, 15, 20, 0, 1036, 1113, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 32, 29, 28, 32, 0, 0, 29, 0, 27, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 163.74, 7, main, 2.65, 82447.00, 1705.34, 385.48, -6.93, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483182,-106.9150393, 1797.0, 2022, 6, 24, 15, 20, 0, 1036, 1113, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 32, 29, 28, 32, 0, 0, 29, 0, 27, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 163.84, 7, main, 1.06, 82448.00, 1705.24, 385.39, -6.88, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483182,-106.9150393, 1797.0, 2022, 6, 24, 15, 20, 0, 1036, 1113, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 32, 29, 28, 32, 0, 0, 29, 0, 27, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 163.86, 7, main, 1.06, 82448.00, 1705.24, 385.39, -6.88, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483182,-106.9150393, 1797.0, 2022, 6, 24, 15, 20, 0, 1036, 1113, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 32, 29, 28, 32, 0, 0, 29, 0, 27, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 163.94, 7, main, 4.77, 82475.00, 1702.59, 382.73, -6.85, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483182,-106.9150393, 1797.0, 2022, 6, 24, 15, 20, 0, 1036, 1113, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 32, 29, 28, 32, 0, 0, 29, 0, 27, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 164.04, 7, main, 2.65, 82466.00, 1703.47, 383.62, -6.84, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483182,-106.9150393, 1797.0, 2022, 6, 24, 15, 20, 0, 1036, 1113, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 32, 29, 28, 32, 0, 0, 29, 0, 27, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 164.14, 7, main, -3.18, 82466.00, 1703.47, 383.62, -6.80, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483182,-106.9150393, 1797.0, 2022, 6, 24, 15, 20, 0, 1036, 1113, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 32, 29, 28, 32, 0, 0, 29, 0, 27, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 164.18, 7, main, -3.18, 82466.00, 1703.47, 383.62, -6.80, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483182,-106.9150393, 1797.0, 2022, 6, 24, 15, 20, 0, 1036, 1113, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 32, 29, 28, 32, 0, 0, 29, 0, 27, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 164.24, 7, main, 2.12, 82482.00, 1701.90, 382.04, -6.78, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483182,-106.9150393, 1797.0, 2022, 6, 24, 15, 20, 0, 1036, 1113, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 32, 29, 28, 32, 0, 0, 29, 0, 27, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 164.34, 7, main, -0.00, 82499.00, 1700.23, 380.37, -6.79, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483182,-106.9150393, 1797.0, 2022, 6, 24, 15, 20, 0, 1036, 1113, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 31, 0, 0, 0, 0, 32, 29, 28, 32, 0, 0, 29, 0, 27, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 164.44, 7, main, -0.53, 82495.00, 1700.62, 380.76, -6.79, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 164.44, 7, main, -0.53, 82495.00, 1700.62, 380.76, -6.79, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 164.44, 7, main, -0.53, 82495.00, 1700.62, 380.76, -6.79, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 164.44, 7, main, -0.53, 82495.00, 1700.62, 380.76, -6.79, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 164.44, 7, main, -0.53, 82495.00, 1700.62, 380.76, -6.79, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 164.44, 7, main, -0.53, 82495.00, 1700.62, 380.76, -6.79, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 164.50, 7, main, -0.53, 82495.00, 1700.62, 380.76, -6.79, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 164.54, 7, main, -2.12, 82487.00, 1701.41, 381.55, -6.81, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 164.64, 7, main, -4.77, 82492.00, 1700.91, 381.06, -6.84, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 164.74, 7, main, -4.77, 82515.00, 1698.65, 378.80, -6.88, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 164.82, 7, main, -4.77, 82515.00, 1698.65, 378.80, -6.88, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 164.84, 7, main, -9.01, 82505.00, 1699.64, 379.78, -6.93, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 164.94, 7, main, -7.95, 82528.00, 1697.38, 377.52, -6.98, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 165.04, 7, main, -5.83, 82545.00, 1695.70, 375.85, -7.02, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 165.14, 7, main, -1.59, 82531.00, 1697.08, 377.22, -7.05, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 165.14, 7, main, -1.59, 82531.00, 1697.08, 377.22, -7.05, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 165.24, 7, main, 4.24, 82544.00, 1695.80, 375.95, -7.11, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 165.34, 7, main, -7.95, 82558.00, 1694.43, 374.57, -7.14, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 165.43, 7, main, -7.95, 82558.00, 1694.43, 374.57, -7.14, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 165.43, 7, main, -7.95, 82558.00, 1694.43, 374.57, -7.14, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 165.43, 7, main, -7.95, 82558.00, 1694.43, 374.57, -7.14, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 165.43, 7, main, -7.95, 82558.00, 1694.43, 374.57, -7.14, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 165.43, 7, main, -7.95, 82558.00, 1694.43, 374.57, -7.14, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483248,-106.9150537, 1790.0, 2022, 6, 24, 15, 20, 1, 1037, 1111, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 24, 0, 0, 30, 0, 0, 0, 0, 30, 33, 28, 27, 0, 0, 24, 0, 27, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 165.44, 7, main, -0.53, 82563.00, 1693.94, 374.08, -7.18, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 165.46, 7, main, -0.53, 82563.00, 1693.94, 374.08, -7.18, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 165.54, 7, main, -2.12, 82575.00, 1692.76, 372.90, -7.18, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 165.64, 7, main, 1.59, 82578.00, 1692.46, 372.61, -7.17, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 165.74, 7, main, -5.30, 82592.00, 1691.09, 371.23, -7.14, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 165.78, 7, main, -5.30, 82592.00, 1691.09, 371.23, -7.14, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 165.84, 7, main, -3.18, 82586.00, 1691.68, 371.82, -7.11, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 165.94, 7, main, -3.18, 82621.00, 1688.24, 368.38, -7.06, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 166.04, 7, main, 1.59, 82624.00, 1687.94, 368.09, -7.00, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 166.10, 7, main, 1.59, 82624.00, 1687.94, 368.09, -7.00, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 166.14, 7, main, -0.00, 82596.00, 1690.69, 370.84, -6.93, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 166.24, 7, main, 2.65, 82616.00, 1688.73, 368.87, -6.87, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 166.34, 7, main, -0.53, 82649.00, 1685.49, 365.63, -6.79, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 166.42, 7, main, -0.53, 82649.00, 1685.49, 365.63, -6.79, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 166.44, 7, main, 1.59, 82617.00, 1688.63, 368.78, -6.68, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 166.44, 7, main, 1.59, 82617.00, 1688.63, 368.78, -6.68, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 166.44, 7, main, 1.59, 82617.00, 1688.63, 368.78, -6.68, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 166.44, 7, main, 1.59, 82617.00, 1688.63, 368.78, -6.68, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 166.44, 7, main, 1.59, 82617.00, 1688.63, 368.78, -6.68, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 166.44, 7, main, 1.59, 82617.00, 1688.63, 368.78, -6.68, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483300,-106.9150707, 1783.0, 2022, 6, 24, 15, 20, 2, 1038, 1110, 341, 21, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 34, 0, 0, 0, 0, 31, 28, 33, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 166.54, 7, main, 1.59, 82647.00, 1685.69, 365.83, -6.57, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483519,-106.9150831, 1776.0, 2022, 6, 24, 15, 20, 3, 1041, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 29, 0, 0, 0, 0, 26, 29, 29, 27, 0, 0, 31, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 166.64, 7, main, -0.00, 82665.00, 1683.92, 364.06, -6.46, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9483519,-106.9150831, 1776.0, 2022, 6, 24, 15, 20, 3, 1041, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 29, 0, 0, 0, 0, 26, 29, 29, 27, 0, 0, 31, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 166.74, 7, main, -0.53, 82657.00, 1684.70, 364.85, -6.36, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483519,-106.9150831, 1776.0, 2022, 6, 24, 15, 20, 3, 1041, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 29, 0, 0, 0, 0, 26, 29, 29, 27, 0, 0, 31, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 166.74, 7, main, -0.53, 82657.00, 1684.70, 364.85, -6.36, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483519,-106.9150831, 1776.0, 2022, 6, 24, 15, 20, 3, 1041, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 29, 0, 0, 0, 0, 26, 29, 29, 27, 0, 0, 31, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 166.84, 7, main, 2.12, 82678.00, 1682.64, 362.79, -6.25, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483519,-106.9150831, 1776.0, 2022, 6, 24, 15, 20, 3, 1041, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 29, 0, 0, 0, 0, 26, 29, 29, 27, 0, 0, 31, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 166.94, 7, main, -1.59, 82667.00, 1683.72, 363.87, -6.18, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483519,-106.9150831, 1776.0, 2022, 6, 24, 15, 20, 3, 1041, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 29, 0, 0, 0, 0, 26, 29, 29, 27, 0, 0, 31, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 167.04, 7, main, 0.53, 82679.00, 1682.54, 362.69, -6.10, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483519,-106.9150831, 1776.0, 2022, 6, 24, 15, 20, 3, 1041, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 29, 0, 0, 0, 0, 26, 29, 29, 27, 0, 0, 31, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 167.06, 7, main, 0.53, 82679.00, 1682.54, 362.69, -6.10, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483519,-106.9150831, 1776.0, 2022, 6, 24, 15, 20, 3, 1041, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 29, 0, 0, 0, 0, 26, 29, 29, 27, 0, 0, 31, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 167.14, 7, main, -3.71, 82664.00, 1684.02, 364.16, -6.02, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483519,-106.9150831, 1776.0, 2022, 6, 24, 15, 20, 3, 1041, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 29, 0, 0, 0, 0, 26, 29, 29, 27, 0, 0, 31, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 167.24, 7, main, 1.06, 82698.00, 1680.68, 360.82, -5.96, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483519,-106.9150831, 1776.0, 2022, 6, 24, 15, 20, 3, 1041, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 29, 0, 0, 0, 0, 26, 29, 29, 27, 0, 0, 31, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 167.34, 7, main, -2.12, 82692.00, 1681.27, 361.41, -5.90, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483519,-106.9150831, 1776.0, 2022, 6, 24, 15, 20, 3, 1041, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 29, 0, 0, 0, 0, 26, 29, 29, 27, 0, 0, 31, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 167.38, 7, main, -2.12, 82692.00, 1681.27, 361.41, -5.90, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483519,-106.9150831, 1776.0, 2022, 6, 24, 15, 20, 3, 1041, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 29, 0, 0, 0, 0, 26, 29, 29, 27, 0, 0, 31, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 167.43, 7, main, -2.12, 82692.00, 1681.27, 361.41, -5.90, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483519,-106.9150831, 1776.0, 2022, 6, 24, 15, 20, 3, 1041, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 29, 0, 0, 0, 0, 26, 29, 29, 27, 0, 0, 31, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 167.43, 7, main, -2.12, 82692.00, 1681.27, 361.41, -5.90, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483519,-106.9150831, 1776.0, 2022, 6, 24, 15, 20, 3, 1041, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 29, 0, 0, 0, 0, 26, 29, 29, 27, 0, 0, 31, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 167.43, 7, main, -2.12, 82692.00, 1681.27, 361.41, -5.90, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483519,-106.9150831, 1776.0, 2022, 6, 24, 15, 20, 3, 1041, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 29, 0, 0, 0, 0, 26, 29, 29, 27, 0, 0, 31, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 167.43, 7, main, -2.12, 82692.00, 1681.27, 361.41, -5.90, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483519,-106.9150831, 1776.0, 2022, 6, 24, 15, 20, 3, 1041, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 29, 0, 0, 0, 0, 26, 29, 29, 27, 0, 0, 31, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 167.43, 7, main, -2.12, 82692.00, 1681.27, 361.41, -5.90, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483519,-106.9150831, 1776.0, 2022, 6, 24, 15, 20, 3, 1041, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 28, 25, 0, 0, 29, 0, 0, 0, 0, 26, 29, 29, 27, 0, 0, 31, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 167.44, 7, main, -2.12, 82713.00, 1679.21, 359.35, -5.87, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483764,-106.9151035, 1769.0, 2022, 6, 24, 15, 20, 4, 1044, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 27, 34, 0, 0, 29, 0, 0, 0, 0, 26, 29, 28, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 167.54, 7, main, -1.59, 82702.00, 1680.29, 360.43, -5.83, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483764,-106.9151035, 1769.0, 2022, 6, 24, 15, 20, 4, 1044, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 27, 34, 0, 0, 29, 0, 0, 0, 0, 26, 29, 28, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 167.64, 7, main, -2.12, 82706.00, 1679.90, 360.04, -5.80, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483764,-106.9151035, 1769.0, 2022, 6, 24, 15, 20, 4, 1044, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 27, 34, 0, 0, 29, 0, 0, 0, 0, 26, 29, 28, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 167.70, 7, main, -2.12, 82706.00, 1679.90, 360.04, -5.80, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483764,-106.9151035, 1769.0, 2022, 6, 24, 15, 20, 4, 1044, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 27, 34, 0, 0, 29, 0, 0, 0, 0, 26, 29, 28, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 167.74, 7, main, -1.59, 82713.00, 1679.21, 359.35, -5.78, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483764,-106.9151035, 1769.0, 2022, 6, 24, 15, 20, 4, 1044, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 27, 34, 0, 0, 29, 0, 0, 0, 0, 26, 29, 28, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 167.84, 7, main, -1.06, 82734.00, 1677.15, 357.29, -5.76, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483764,-106.9151035, 1769.0, 2022, 6, 24, 15, 20, 4, 1044, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 27, 34, 0, 0, 29, 0, 0, 0, 0, 26, 29, 28, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 167.94, 7, main, -1.59, 82733.00, 1677.25, 357.39, -5.78, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483764,-106.9151035, 1769.0, 2022, 6, 24, 15, 20, 4, 1044, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 27, 34, 0, 0, 29, 0, 0, 0, 0, 26, 29, 28, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 168.02, 7, main, -1.59, 82733.00, 1677.25, 357.39, -5.78, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483764,-106.9151035, 1769.0, 2022, 6, 24, 15, 20, 4, 1044, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 27, 34, 0, 0, 29, 0, 0, 0, 0, 26, 29, 28, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 168.04, 7, main, -1.06, 82735.00, 1677.05, 357.19, -5.80, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483764,-106.9151035, 1769.0, 2022, 6, 24, 15, 20, 4, 1044, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 27, 34, 0, 0, 29, 0, 0, 0, 0, 26, 29, 28, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 168.14, 7, main, -2.12, 82759.00, 1674.70, 354.84, -5.80, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483764,-106.9151035, 1769.0, 2022, 6, 24, 15, 20, 4, 1044, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 27, 34, 0, 0, 29, 0, 0, 0, 0, 26, 29, 28, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 168.24, 7, main, -3.71, 82754.00, 1675.19, 355.33, -5.81, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483764,-106.9151035, 1769.0, 2022, 6, 24, 15, 20, 4, 1044, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 27, 34, 0, 0, 29, 0, 0, 0, 0, 26, 29, 28, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 168.34, 7, main, -4.24, 82738.00, 1676.76, 356.90, -5.86, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483764,-106.9151035, 1769.0, 2022, 6, 24, 15, 20, 4, 1044, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 27, 34, 0, 0, 29, 0, 0, 0, 0, 26, 29, 28, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 168.34, 7, main, -4.24, 82738.00, 1676.76, 356.90, -5.86, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9483764,-106.9151035, 1769.0, 2022, 6, 24, 15, 20, 4, 1044, 1110, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 27, 34, 0, 0, 29, 0, 0, 0, 0, 26, 29, 28, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 168.44, 7, main, -2.65, 82733.00, 1677.25, 357.39, -5.87, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484022,-106.9151276, 1764.0, 2022, 6, 24, 15, 20, 5, 1047, 1112, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 33, 21, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 29, 0, 0, 27, 0, 31, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 168.44, 7, main, -2.65, 82733.00, 1677.25, 357.39, -5.87, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484022,-106.9151276, 1764.0, 2022, 6, 24, 15, 20, 5, 1047, 1112, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 33, 21, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 29, 0, 0, 27, 0, 31, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 168.44, 7, main, -2.65, 82733.00, 1677.25, 357.39, -5.87, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484022,-106.9151276, 1764.0, 2022, 6, 24, 15, 20, 5, 1047, 1112, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 33, 21, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 29, 0, 0, 27, 0, 31, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 168.44, 7, main, -2.65, 82733.00, 1677.25, 357.39, -5.87, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484022,-106.9151276, 1764.0, 2022, 6, 24, 15, 20, 5, 1047, 1112, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 33, 21, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 29, 0, 0, 27, 0, 31, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 168.44, 7, main, -2.65, 82733.00, 1677.25, 357.39, -5.87, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484022,-106.9151276, 1764.0, 2022, 6, 24, 15, 20, 5, 1047, 1112, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 33, 21, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 29, 0, 0, 27, 0, 31, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 168.44, 7, main, -2.65, 82733.00, 1677.25, 357.39, -5.87, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484022,-106.9151276, 1764.0, 2022, 6, 24, 15, 20, 5, 1047, 1112, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 33, 21, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 29, 0, 0, 27, 0, 31, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 168.54, 7, main, -3.18, 82743.00, 1676.27, 356.41, -5.91, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484022,-106.9151276, 1764.0, 2022, 6, 24, 15, 20, 5, 1047, 1112, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 33, 21, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 29, 0, 0, 27, 0, 31, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 168.64, 7, main, -1.06, 82777.00, 1672.93, 353.08, -5.95, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484022,-106.9151276, 1764.0, 2022, 6, 24, 15, 20, 5, 1047, 1112, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 33, 21, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 29, 0, 0, 27, 0, 31, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 168.66, 7, main, -1.06, 82777.00, 1672.93, 353.08, -5.95, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9484022,-106.9151276, 1764.0, 2022, 6, 24, 15, 20, 5, 1047, 1112, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 33, 21, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 29, 0, 0, 27, 0, 31, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 168.74, 7, main, -2.12, 82769.00, 1673.72, 353.86, -5.99, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9484022,-106.9151276, 1764.0, 2022, 6, 24, 15, 20, 5, 1047, 1112, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 33, 21, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 29, 0, 0, 27, 0, 31, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 168.84, 7, main, -2.12, 82775.00, 1673.13, 353.27, -6.03, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9484022,-106.9151276, 1764.0, 2022, 6, 24, 15, 20, 5, 1047, 1112, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 33, 21, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 29, 0, 0, 27, 0, 31, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 168.94, 7, main, -1.59, 82811.00, 1669.60, 349.74, -6.06, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9484022,-106.9151276, 1764.0, 2022, 6, 24, 15, 20, 5, 1047, 1112, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 33, 21, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 29, 0, 0, 27, 0, 31, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 168.98, 7, main, -1.59, 82811.00, 1669.60, 349.74, -6.06, 31.7, 0.01, 0.00, 3.86, 1, 1, 9, 32.9484022,-106.9151276, 1764.0, 2022, 6, 24, 15, 20, 5, 1047, 1112, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 33, 21, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 29, 0, 0, 27, 0, 31, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 169.04, 7, main, -1.06, 82798.00, 1670.87, 351.02, -6.09, 31.7, 0.01, 0.00, 3.86, 1, 1, 9, 32.9484022,-106.9151276, 1764.0, 2022, 6, 24, 15, 20, 5, 1047, 1112, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 33, 21, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 29, 0, 0, 27, 0, 31, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 169.14, 7, main, 1.59, 82806.00, 1670.09, 350.23, -6.11, 31.7, 0.01, 0.00, 3.86, 1, 1, 9, 32.9484022,-106.9151276, 1764.0, 2022, 6, 24, 15, 20, 5, 1047, 1112, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 33, 21, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 29, 0, 0, 27, 0, 31, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 169.24, 7, main, -0.00, 82819.00, 1668.81, 348.96, -6.14, 31.7, 0.01, 0.00, 3.86, 1, 1, 9, 32.9484022,-106.9151276, 1764.0, 2022, 6, 24, 15, 20, 5, 1047, 1112, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 33, 21, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 29, 0, 0, 27, 0, 31, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 169.30, 7, main, -0.00, 82819.00, 1668.81, 348.96, -6.14, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484022,-106.9151276, 1764.0, 2022, 6, 24, 15, 20, 5, 1047, 1112, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 33, 21, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 29, 0, 0, 27, 0, 31, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 169.34, 7, main, 0.53, 82809.00, 1669.79, 349.94, -6.16, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484022,-106.9151276, 1764.0, 2022, 6, 24, 15, 20, 5, 1047, 1112, 341, 20, 1.7,2147483647.0,2147483647.0, 0, 33, 21, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 29, 0, 0, 27, 0, 31, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 169.44, 7, main, 0.53, 82838.00, 1666.95, 347.10, -6.20, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 169.44, 7, main, 0.53, 82838.00, 1666.95, 347.10, -6.20, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 169.44, 7, main, 0.53, 82838.00, 1666.95, 347.10, -6.20, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 169.44, 7, main, 0.53, 82838.00, 1666.95, 347.10, -6.20, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 169.44, 7, main, 0.53, 82838.00, 1666.95, 347.10, -6.20, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 169.44, 7, main, 0.53, 82838.00, 1666.95, 347.10, -6.20, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 169.54, 7, main, -1.06, 82812.00, 1669.50, 349.64, -6.21, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 169.62, 7, main, -1.06, 82812.00, 1669.50, 349.64, -6.21, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 169.64, 7, main, -1.06, 82825.00, 1668.23, 348.37, -6.20, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 169.74, 7, main, -1.59, 82835.00, 1667.25, 347.39, -6.21, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 169.84, 7, main, -1.06, 82832.00, 1667.54, 347.68, -6.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 169.94, 7, main, -1.59, 82866.00, 1664.21, 344.35, -6.23, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 169.94, 7, main, -1.59, 82866.00, 1664.21, 344.35, -6.23, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 170.04, 7, main, -1.59, 82853.00, 1665.48, 345.63, -6.23, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 170.14, 7, main, -3.71, 82864.00, 1664.40, 344.55, -6.25, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 170.24, 7, main, -4.24, 82867.00, 1664.11, 344.25, -6.24, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 170.26, 7, main, -4.24, 82867.00, 1664.11, 344.25, -6.24, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 170.34, 7, main, -4.24, 82886.00, 1662.25, 342.39, -6.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 170.43, 7, main, -4.24, 82886.00, 1662.25, 342.39, -6.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 170.43, 7, main, -4.24, 82886.00, 1662.25, 342.39, -6.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 170.43, 7, main, -4.24, 82886.00, 1662.25, 342.39, -6.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 170.43, 7, main, -4.24, 82886.00, 1662.25, 342.39, -6.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 170.43, 7, main, -4.24, 82886.00, 1662.25, 342.39, -6.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484342,-106.9151482, 1757.0, 2022, 6, 24, 15, 20, 6, 1051, 1113, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 31, 0, 0, 0, 0, 28, 30, 25, 24, 0, 0, 35, 0, 31, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 170.44, 7, main, -5.83, 82875.00, 1663.33, 343.47, -6.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484672,-106.9151736, 1751.0, 2022, 6, 24, 15, 20, 7, 1055, 1115, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 32, 32, 31, 26, 0, 0, 27, 0, 26, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 170.54, 7, main, -1.59, 82887.00, 1662.15, 342.30, -6.21, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484672,-106.9151736, 1751.0, 2022, 6, 24, 15, 20, 7, 1055, 1115, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 32, 32, 31, 26, 0, 0, 27, 0, 26, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 170.58, 7, main, -1.59, 82887.00, 1662.15, 342.30, -6.21, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484672,-106.9151736, 1751.0, 2022, 6, 24, 15, 20, 7, 1055, 1115, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 32, 32, 31, 26, 0, 0, 27, 0, 26, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 170.64, 7, main, -3.18, 82907.00, 1660.19, 340.34, -6.20, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484672,-106.9151736, 1751.0, 2022, 6, 24, 15, 20, 7, 1055, 1115, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 32, 32, 31, 26, 0, 0, 27, 0, 26, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 170.74, 7, main, -1.59, 82907.00, 1660.19, 340.34, -6.21, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484672,-106.9151736, 1751.0, 2022, 6, 24, 15, 20, 7, 1055, 1115, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 32, 32, 31, 26, 0, 0, 27, 0, 26, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 170.84, 7, main, 0.53, 82906.00, 1660.29, 340.44, -6.20, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9484672,-106.9151736, 1751.0, 2022, 6, 24, 15, 20, 7, 1055, 1115, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 32, 32, 31, 26, 0, 0, 27, 0, 26, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 170.90, 7, main, 0.53, 82906.00, 1660.29, 340.44, -6.20, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484672,-106.9151736, 1751.0, 2022, 6, 24, 15, 20, 7, 1055, 1115, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 32, 32, 31, 26, 0, 0, 27, 0, 26, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 170.94, 7, main, -0.00, 82926.00, 1658.33, 338.48, -6.21, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484672,-106.9151736, 1751.0, 2022, 6, 24, 15, 20, 7, 1055, 1115, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 32, 32, 31, 26, 0, 0, 27, 0, 26, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 171.04, 7, main, -0.53, 82920.00, 1658.92, 339.06, -6.21, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484672,-106.9151736, 1751.0, 2022, 6, 24, 15, 20, 7, 1055, 1115, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 32, 32, 31, 26, 0, 0, 27, 0, 26, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 171.14, 7, main, 1.06, 82926.00, 1658.33, 338.48, -6.22, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484672,-106.9151736, 1751.0, 2022, 6, 24, 15, 20, 7, 1055, 1115, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 32, 32, 31, 26, 0, 0, 27, 0, 26, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 171.22, 7, main, 1.06, 82926.00, 1658.33, 338.48, -6.22, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484672,-106.9151736, 1751.0, 2022, 6, 24, 15, 20, 7, 1055, 1115, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 32, 32, 31, 26, 0, 0, 27, 0, 26, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 171.24, 7, main, -1.59, 82936.00, 1657.35, 337.50, -6.22, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484672,-106.9151736, 1751.0, 2022, 6, 24, 15, 20, 7, 1055, 1115, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 32, 32, 31, 26, 0, 0, 27, 0, 26, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 171.34, 7, main, -1.06, 82940.00, 1656.96, 337.11, -6.21, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9484672,-106.9151736, 1751.0, 2022, 6, 24, 15, 20, 7, 1055, 1115, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 32, 26, 0, 0, 35, 0, 0, 0, 0, 32, 32, 31, 26, 0, 0, 27, 0, 26, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 171.44, 7, main, -2.65, 82959.00, 1655.10, 335.25, -6.23, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 171.44, 7, main, -2.65, 82959.00, 1655.10, 335.25, -6.23, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 171.44, 7, main, -2.65, 82959.00, 1655.10, 335.25, -6.23, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 171.44, 7, main, -2.65, 82959.00, 1655.10, 335.25, -6.23, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 171.44, 7, main, -2.65, 82959.00, 1655.10, 335.25, -6.23, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 171.44, 7, main, -2.65, 82959.00, 1655.10, 335.25, -6.23, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 171.54, 7, main, -3.18, 82940.00, 1656.96, 337.11, -6.23, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 171.54, 7, main, -3.18, 82940.00, 1656.96, 337.11, -6.23, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 171.64, 7, main, -1.59, 82937.00, 1657.26, 337.40, -6.25, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 171.74, 7, main, -2.65, 82968.00, 1654.22, 334.37, -6.26, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 171.84, 7, main, -2.65, 82974.00, 1653.63, 333.78, -6.29, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 171.86, 7, main, -2.65, 82974.00, 1653.63, 333.78, -6.29, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 171.94, 7, main, -1.59, 82993.00, 1651.77, 331.92, -6.33, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 172.04, 7, main, -2.65, 82991.00, 1651.97, 332.11, -6.35, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 172.14, 7, main, -2.65, 82998.00, 1651.29, 331.43, -6.40, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 172.18, 7, main, -2.65, 82998.00, 1651.29, 331.43, -6.40, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 172.24, 7, main, -1.06, 82990.00, 1652.07, 332.21, -6.44, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 172.34, 7, main, -3.18, 82997.00, 1651.38, 331.53, -6.48, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 172.43, 7, main, -3.18, 82997.00, 1651.38, 331.53, -6.48, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 172.43, 7, main, -3.18, 82997.00, 1651.38, 331.53, -6.48, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 172.43, 7, main, -3.18, 82997.00, 1651.38, 331.53, -6.48, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 172.43, 7, main, -3.18, 82997.00, 1651.38, 331.53, -6.48, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 172.43, 7, main, -3.18, 82997.00, 1651.38, 331.53, -6.48, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485127,-106.9151862, 1745.0, 2022, 6, 24, 15, 20, 8, 1061, 1118, 341, 19, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 30, 0, 0, 0, 0, 26, 32, 19, 32, 0, 0, 35, 0, 32, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 172.44, 7, main, -1.06, 83021.00, 1649.04, 329.18, -6.53, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485590,-106.9151927, 1739.0, 2022, 6, 24, 15, 20, 9, 1066, 1121, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 25, 0, 0, 31, 0, 33, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 172.50, 7, main, -1.06, 83021.00, 1649.04, 329.18, -6.53, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485590,-106.9151927, 1739.0, 2022, 6, 24, 15, 20, 9, 1066, 1121, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 25, 0, 0, 31, 0, 33, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 172.54, 7, main, -2.65, 83015.00, 1649.62, 329.77, -6.58, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485590,-106.9151927, 1739.0, 2022, 6, 24, 15, 20, 9, 1066, 1121, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 25, 0, 0, 31, 0, 33, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 172.64, 7, main, -1.59, 83003.00, 1650.80, 330.94, -6.61, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485590,-106.9151927, 1739.0, 2022, 6, 24, 15, 20, 9, 1066, 1121, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 25, 0, 0, 31, 0, 33, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 172.74, 7, main, -3.18, 83039.00, 1647.28, 327.42, -6.66, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485590,-106.9151927, 1739.0, 2022, 6, 24, 15, 20, 9, 1066, 1121, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 25, 0, 0, 31, 0, 33, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 172.82, 7, main, -3.18, 83039.00, 1647.28, 327.42, -6.66, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485590,-106.9151927, 1739.0, 2022, 6, 24, 15, 20, 9, 1066, 1121, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 25, 0, 0, 31, 0, 33, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 172.84, 7, main, -3.71, 83037.00, 1647.47, 327.62, -6.69, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485590,-106.9151927, 1739.0, 2022, 6, 24, 15, 20, 9, 1066, 1121, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 25, 0, 0, 31, 0, 33, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 172.94, 7, main, -3.71, 83036.00, 1647.57, 327.71, -6.72, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485590,-106.9151927, 1739.0, 2022, 6, 24, 15, 20, 9, 1066, 1121, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 25, 0, 0, 31, 0, 33, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 173.04, 7, main, -4.77, 83065.00, 1644.73, 324.88, -6.76, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9485590,-106.9151927, 1739.0, 2022, 6, 24, 15, 20, 9, 1066, 1121, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 25, 0, 0, 31, 0, 33, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 173.14, 7, main, -4.24, 83063.00, 1644.93, 325.07, -6.79, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485590,-106.9151927, 1739.0, 2022, 6, 24, 15, 20, 9, 1066, 1121, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 25, 0, 0, 31, 0, 33, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 173.14, 7, main, -4.24, 83063.00, 1644.93, 325.07, -6.79, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485590,-106.9151927, 1739.0, 2022, 6, 24, 15, 20, 9, 1066, 1121, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 25, 0, 0, 31, 0, 33, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 173.24, 7, main, -4.77, 83061.00, 1645.12, 325.27, -6.81, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485590,-106.9151927, 1739.0, 2022, 6, 24, 15, 20, 9, 1066, 1121, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 25, 0, 0, 31, 0, 33, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 173.34, 7, main, -3.18, 83060.00, 1645.22, 325.37, -6.84, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9485590,-106.9151927, 1739.0, 2022, 6, 24, 15, 20, 9, 1066, 1121, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 28, 32, 0, 0, 28, 0, 0, 0, 0, 31, 30, 23, 25, 0, 0, 31, 0, 33, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 173.44, 7, main, -3.18, 83090.00, 1642.29, 322.43, -6.88, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486016,-106.9151890, 1732.0, 2022, 6, 24, 15, 20, 10, 1070, 1123, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 24, 31, 0, 0, 29, 0, 0, 0, 0, 26, 30, 24, 34, 0, 0, 34, 0, 33, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 173.44, 7, main, -3.18, 83090.00, 1642.29, 322.43, -6.88, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486016,-106.9151890, 1732.0, 2022, 6, 24, 15, 20, 10, 1070, 1123, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 24, 31, 0, 0, 29, 0, 0, 0, 0, 26, 30, 24, 34, 0, 0, 34, 0, 33, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 173.44, 7, main, -3.18, 83090.00, 1642.29, 322.43, -6.88, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486016,-106.9151890, 1732.0, 2022, 6, 24, 15, 20, 10, 1070, 1123, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 24, 31, 0, 0, 29, 0, 0, 0, 0, 26, 30, 24, 34, 0, 0, 34, 0, 33, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 173.44, 7, main, -3.18, 83090.00, 1642.29, 322.43, -6.88, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486016,-106.9151890, 1732.0, 2022, 6, 24, 15, 20, 10, 1070, 1123, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 24, 31, 0, 0, 29, 0, 0, 0, 0, 26, 30, 24, 34, 0, 0, 34, 0, 33, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 173.44, 7, main, -3.18, 83090.00, 1642.29, 322.43, -6.88, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486016,-106.9151890, 1732.0, 2022, 6, 24, 15, 20, 10, 1070, 1123, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 24, 31, 0, 0, 29, 0, 0, 0, 0, 26, 30, 24, 34, 0, 0, 34, 0, 33, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 173.44, 7, main, -3.18, 83090.00, 1642.29, 322.43, -6.88, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486016,-106.9151890, 1732.0, 2022, 6, 24, 15, 20, 10, 1070, 1123, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 24, 31, 0, 0, 29, 0, 0, 0, 0, 26, 30, 24, 34, 0, 0, 34, 0, 33, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 173.46, 7, main, -3.18, 83090.00, 1642.29, 322.43, -6.88, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486016,-106.9151890, 1732.0, 2022, 6, 24, 15, 20, 10, 1070, 1123, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 24, 31, 0, 0, 29, 0, 0, 0, 0, 26, 30, 24, 34, 0, 0, 34, 0, 33, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 173.54, 7, main, -3.71, 83097.00, 1641.60, 321.75, -6.89, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486016,-106.9151890, 1732.0, 2022, 6, 24, 15, 20, 10, 1070, 1123, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 24, 31, 0, 0, 29, 0, 0, 0, 0, 26, 30, 24, 34, 0, 0, 34, 0, 33, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 173.64, 7, main, -2.12, 83094.00, 1641.90, 322.04, -6.89, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486016,-106.9151890, 1732.0, 2022, 6, 24, 15, 20, 10, 1070, 1123, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 24, 31, 0, 0, 29, 0, 0, 0, 0, 26, 30, 24, 34, 0, 0, 34, 0, 33, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 173.74, 7, main, -2.12, 83092.00, 1642.09, 322.24, -6.90, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486016,-106.9151890, 1732.0, 2022, 6, 24, 15, 20, 10, 1070, 1123, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 24, 31, 0, 0, 29, 0, 0, 0, 0, 26, 30, 24, 34, 0, 0, 34, 0, 33, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 173.78, 7, main, -2.12, 83092.00, 1642.09, 322.24, -6.90, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9486016,-106.9151890, 1732.0, 2022, 6, 24, 15, 20, 10, 1070, 1123, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 24, 31, 0, 0, 29, 0, 0, 0, 0, 26, 30, 24, 34, 0, 0, 34, 0, 33, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 173.84, 7, main, -1.59, 83114.00, 1639.94, 320.09, -6.91, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9486016,-106.9151890, 1732.0, 2022, 6, 24, 15, 20, 10, 1070, 1123, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 24, 31, 0, 0, 29, 0, 0, 0, 0, 26, 30, 24, 34, 0, 0, 34, 0, 33, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 173.94, 7, main, -3.18, 83109.00, 1640.43, 320.58, -6.92, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9486016,-106.9151890, 1732.0, 2022, 6, 24, 15, 20, 10, 1070, 1123, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 24, 31, 0, 0, 29, 0, 0, 0, 0, 26, 30, 24, 34, 0, 0, 34, 0, 33, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 174.04, 7, main, -3.18, 83116.00, 1639.75, 319.89, -6.93, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9486016,-106.9151890, 1732.0, 2022, 6, 24, 15, 20, 10, 1070, 1123, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 24, 31, 0, 0, 29, 0, 0, 0, 0, 26, 30, 24, 34, 0, 0, 34, 0, 33, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 174.10, 7, main, -3.18, 83116.00, 1639.75, 319.89, -6.93, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9486016,-106.9151890, 1732.0, 2022, 6, 24, 15, 20, 10, 1070, 1123, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 24, 31, 0, 0, 29, 0, 0, 0, 0, 26, 30, 24, 34, 0, 0, 34, 0, 33, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 174.14, 7, main, -1.59, 83143.00, 1637.11, 317.25, -6.93, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9486016,-106.9151890, 1732.0, 2022, 6, 24, 15, 20, 10, 1070, 1123, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 24, 31, 0, 0, 29, 0, 0, 0, 0, 26, 30, 24, 34, 0, 0, 34, 0, 33, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 174.24, 7, main, -3.18, 83138.00, 1637.60, 317.74, -6.90, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9486016,-106.9151890, 1732.0, 2022, 6, 24, 15, 20, 10, 1070, 1123, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 24, 31, 0, 0, 29, 0, 0, 0, 0, 26, 30, 24, 34, 0, 0, 34, 0, 33, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 174.34, 7, main, -2.12, 83136.00, 1637.79, 317.94, -6.85, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9486016,-106.9151890, 1732.0, 2022, 6, 24, 15, 20, 10, 1070, 1123, 341, 18, 1.7,2147483647.0,2147483647.0, 0, 24, 31, 0, 0, 29, 0, 0, 0, 0, 26, 30, 24, 34, 0, 0, 34, 0, 33, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 174.42, 7, main, -2.12, 83136.00, 1637.79, 317.94, -6.85, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486496,-106.9151830, 1725.0, 2022, 6, 24, 15, 20, 11, 1075, 1126, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 26, 28, 25, 36, 0, 0, 34, 0, 34, 29, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 174.42, 7, main, -2.12, 83136.00, 1637.79, 317.94, -6.85, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486496,-106.9151830, 1725.0, 2022, 6, 24, 15, 20, 11, 1075, 1126, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 26, 28, 25, 36, 0, 0, 34, 0, 34, 29, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 174.42, 7, main, -2.12, 83136.00, 1637.79, 317.94, -6.85, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486496,-106.9151830, 1725.0, 2022, 6, 24, 15, 20, 11, 1075, 1126, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 26, 28, 25, 36, 0, 0, 34, 0, 34, 29, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 174.42, 7, main, -2.12, 83136.00, 1637.79, 317.94, -6.85, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486496,-106.9151830, 1725.0, 2022, 6, 24, 15, 20, 11, 1075, 1126, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 26, 28, 25, 36, 0, 0, 34, 0, 34, 29, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 174.42, 7, main, -2.12, 83136.00, 1637.79, 317.94, -6.85, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486496,-106.9151830, 1725.0, 2022, 6, 24, 15, 20, 11, 1075, 1126, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 26, 28, 25, 36, 0, 0, 34, 0, 34, 29, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 174.42, 7, main, -2.12, 83136.00, 1637.79, 317.94, -6.85, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486496,-106.9151830, 1725.0, 2022, 6, 24, 15, 20, 11, 1075, 1126, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 26, 28, 25, 36, 0, 0, 34, 0, 34, 29, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 174.44, 7, main, -3.71, 83160.00, 1635.45, 315.59, -6.82, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486496,-106.9151830, 1725.0, 2022, 6, 24, 15, 20, 11, 1075, 1126, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 26, 28, 25, 36, 0, 0, 34, 0, 34, 29, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 174.54, 7, main, -3.71, 83163.00, 1635.16, 315.30, -6.79, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486496,-106.9151830, 1725.0, 2022, 6, 24, 15, 20, 11, 1075, 1126, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 26, 28, 25, 36, 0, 0, 34, 0, 34, 29, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 174.64, 7, main, -3.71, 83146.00, 1636.82, 316.96, -6.74, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486496,-106.9151830, 1725.0, 2022, 6, 24, 15, 20, 11, 1075, 1126, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 26, 28, 25, 36, 0, 0, 34, 0, 34, 29, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 174.74, 7, main, -2.12, 83174.00, 1634.08, 314.23, -6.71, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9486496,-106.9151830, 1725.0, 2022, 6, 24, 15, 20, 11, 1075, 1126, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 26, 28, 25, 36, 0, 0, 34, 0, 34, 29, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 174.74, 7, main, -2.12, 83174.00, 1634.08, 314.23, -6.71, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9486496,-106.9151830, 1725.0, 2022, 6, 24, 15, 20, 11, 1075, 1126, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 26, 28, 25, 36, 0, 0, 34, 0, 34, 29, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 174.84, 7, main, -4.24, 83174.00, 1634.08, 314.23, -6.68, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9486496,-106.9151830, 1725.0, 2022, 6, 24, 15, 20, 11, 1075, 1126, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 26, 28, 25, 36, 0, 0, 34, 0, 34, 29, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 174.94, 7, main, -2.12, 83187.00, 1632.81, 312.96, -6.62, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9486496,-106.9151830, 1725.0, 2022, 6, 24, 15, 20, 11, 1075, 1126, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 26, 28, 25, 36, 0, 0, 34, 0, 34, 29, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 175.04, 7, main, -4.24, 83204.00, 1631.15, 311.30, -6.59, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9486496,-106.9151830, 1725.0, 2022, 6, 24, 15, 20, 11, 1075, 1126, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 26, 28, 25, 36, 0, 0, 34, 0, 34, 29, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 175.06, 7, main, -4.24, 83204.00, 1631.15, 311.30, -6.59, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9486496,-106.9151830, 1725.0, 2022, 6, 24, 15, 20, 11, 1075, 1126, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 26, 28, 25, 36, 0, 0, 34, 0, 34, 29, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 175.14, 7, main, -1.59, 83214.00, 1630.18, 310.32, -6.56, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9486496,-106.9151830, 1725.0, 2022, 6, 24, 15, 20, 11, 1075, 1126, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 26, 28, 25, 36, 0, 0, 34, 0, 34, 29, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 175.24, 7, main, -2.65, 83194.00, 1632.13, 312.27, -6.53, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9486496,-106.9151830, 1725.0, 2022, 6, 24, 15, 20, 11, 1075, 1126, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 26, 28, 25, 36, 0, 0, 34, 0, 34, 29, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 175.34, 7, main, 0.53, 83224.00, 1629.20, 309.34, -6.50, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9486496,-106.9151830, 1725.0, 2022, 6, 24, 15, 20, 11, 1075, 1126, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 26, 28, 25, 36, 0, 0, 34, 0, 34, 29, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 175.38, 7, main, 0.53, 83224.00, 1629.20, 309.34, -6.50, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9486496,-106.9151830, 1725.0, 2022, 6, 24, 15, 20, 11, 1075, 1126, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 29, 31, 0, 0, 28, 0, 0, 0, 0, 26, 28, 25, 36, 0, 0, 34, 0, 34, 29, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 175.44, 7, main, -1.59, 83236.00, 1628.03, 308.17, -6.50, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 175.44, 7, main, -1.59, 83236.00, 1628.03, 308.17, -6.50, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 175.44, 7, main, -1.59, 83236.00, 1628.03, 308.17, -6.50, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 175.44, 7, main, -1.59, 83236.00, 1628.03, 308.17, -6.50, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 175.44, 7, main, -1.59, 83236.00, 1628.03, 308.17, -6.50, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 175.44, 7, main, -1.59, 83236.00, 1628.03, 308.17, -6.50, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 175.54, 7, main, 0.53, 83226.00, 1629.00, 309.15, -6.51, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 175.64, 7, main, -1.06, 83221.00, 1629.49, 309.64, -6.51, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 175.70, 7, main, -1.06, 83221.00, 1629.49, 309.64, -6.51, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 175.74, 7, main, -1.59, 83227.00, 1628.91, 309.05, -6.54, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 175.84, 7, main, -1.06, 83244.00, 1627.25, 307.39, -6.58, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 175.94, 7, main, -1.59, 83263.00, 1625.39, 305.54, -6.62, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 176.02, 7, main, -1.59, 83263.00, 1625.39, 305.54, -6.62, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 176.04, 7, main, -0.53, 83270.00, 1624.71, 304.85, -6.66, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 176.14, 7, main, -1.59, 83267.00, 1625.00, 305.15, -6.71, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 176.24, 7, main, -1.59, 83262.00, 1625.49, 305.63, -6.77, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 176.34, 7, main, -1.59, 83239.00, 1627.73, 307.88, -6.82, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 176.34, 7, main, -1.59, 83239.00, 1627.73, 307.88, -6.82, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 176.42, 7, main, -1.59, 83239.00, 1627.73, 307.88, -6.82, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 176.42, 7, main, -1.59, 83239.00, 1627.73, 307.88, -6.82, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 176.42, 7, main, -1.59, 83239.00, 1627.73, 307.88, -6.82, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 176.42, 7, main, -1.59, 83239.00, 1627.73, 307.88, -6.82, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 176.42, 7, main, -1.59, 83239.00, 1627.73, 307.88, -6.82, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487044,-106.9151867, 1719.0, 2022, 6, 24, 15, 20, 12, 1081, 1130, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 28, 0, 0, 0, 0, 25, 29, 25, 33, 0, 0, 37, 0, 32, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 176.44, 7, main, -4.24, 83278.00, 1623.93, 304.07, -6.89, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487484,-106.9152101, 1712.0, 2022, 6, 24, 15, 20, 13, 1086, 1133, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 35, 31, 21, 0, 0, 25, 0, 25, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 176.54, 7, main, -4.77, 83305.00, 1621.29, 301.44, -6.96, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487484,-106.9152101, 1712.0, 2022, 6, 24, 15, 20, 13, 1086, 1133, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 35, 31, 21, 0, 0, 25, 0, 25, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 176.64, 7, main, -4.24, 83305.00, 1621.29, 301.44, -6.99, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487484,-106.9152101, 1712.0, 2022, 6, 24, 15, 20, 13, 1086, 1133, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 35, 31, 21, 0, 0, 25, 0, 25, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 176.66, 7, main, -4.24, 83305.00, 1621.29, 301.44, -6.99, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487484,-106.9152101, 1712.0, 2022, 6, 24, 15, 20, 13, 1086, 1133, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 35, 31, 21, 0, 0, 25, 0, 25, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 176.74, 7, main, -5.83, 83314.00, 1620.42, 300.56, -7.04, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487484,-106.9152101, 1712.0, 2022, 6, 24, 15, 20, 13, 1086, 1133, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 35, 31, 21, 0, 0, 25, 0, 25, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 176.84, 7, main, -4.24, 83318.00, 1620.03, 300.17, -7.08, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487484,-106.9152101, 1712.0, 2022, 6, 24, 15, 20, 13, 1086, 1133, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 35, 31, 21, 0, 0, 25, 0, 25, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 176.94, 7, main, -3.71, 83308.00, 1621.00, 301.15, -7.10, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487484,-106.9152101, 1712.0, 2022, 6, 24, 15, 20, 13, 1086, 1133, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 35, 31, 21, 0, 0, 25, 0, 25, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 176.98, 7, main, -3.71, 83308.00, 1621.00, 301.15, -7.10, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487484,-106.9152101, 1712.0, 2022, 6, 24, 15, 20, 13, 1086, 1133, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 35, 31, 21, 0, 0, 25, 0, 25, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 177.04, 7, main, -4.24, 83323.00, 1619.54, 299.68, -7.11, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487484,-106.9152101, 1712.0, 2022, 6, 24, 15, 20, 13, 1086, 1133, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 35, 31, 21, 0, 0, 25, 0, 25, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 177.14, 7, main, -3.18, 83350.00, 1616.91, 297.05, -7.10, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487484,-106.9152101, 1712.0, 2022, 6, 24, 15, 20, 13, 1086, 1133, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 35, 31, 21, 0, 0, 25, 0, 25, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 177.24, 7, main, -1.59, 83348.00, 1617.10, 297.25, -7.07, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487484,-106.9152101, 1712.0, 2022, 6, 24, 15, 20, 13, 1086, 1133, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 35, 31, 21, 0, 0, 25, 0, 25, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 177.30, 7, main, -1.59, 83348.00, 1617.10, 297.25, -7.07, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487484,-106.9152101, 1712.0, 2022, 6, 24, 15, 20, 13, 1086, 1133, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 35, 31, 21, 0, 0, 25, 0, 25, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 177.34, 7, main, -3.71, 83354.00, 1616.52, 296.66, -7.04, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487484,-106.9152101, 1712.0, 2022, 6, 24, 15, 20, 13, 1086, 1133, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 35, 31, 21, 0, 0, 25, 0, 25, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 177.44, 7, main, 0.53, 83362.00, 1615.74, 295.88, -7.01, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487484,-106.9152101, 1712.0, 2022, 6, 24, 15, 20, 13, 1086, 1133, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 35, 31, 21, 0, 0, 25, 0, 25, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 177.44, 7, main, 0.53, 83362.00, 1615.74, 295.88, -7.01, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487484,-106.9152101, 1712.0, 2022, 6, 24, 15, 20, 13, 1086, 1133, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 35, 31, 21, 0, 0, 25, 0, 25, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 177.44, 7, main, 0.53, 83362.00, 1615.74, 295.88, -7.01, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487484,-106.9152101, 1712.0, 2022, 6, 24, 15, 20, 13, 1086, 1133, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 35, 31, 21, 0, 0, 25, 0, 25, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 177.44, 7, main, 0.53, 83362.00, 1615.74, 295.88, -7.01, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487484,-106.9152101, 1712.0, 2022, 6, 24, 15, 20, 13, 1086, 1133, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 35, 31, 21, 0, 0, 25, 0, 25, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 177.44, 7, main, 0.53, 83362.00, 1615.74, 295.88, -7.01, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487484,-106.9152101, 1712.0, 2022, 6, 24, 15, 20, 13, 1086, 1133, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 35, 31, 21, 0, 0, 25, 0, 25, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 177.44, 7, main, 0.53, 83362.00, 1615.74, 295.88, -7.01, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487484,-106.9152101, 1712.0, 2022, 6, 24, 15, 20, 13, 1086, 1133, 341, 17, 1.7,2147483647.0,2147483647.0, 0, 32, 31, 0, 0, 28, 0, 0, 0, 0, 31, 35, 31, 21, 0, 0, 25, 0, 25, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 177.54, 7, main, -2.65, 83380.00, 1613.98, 294.13, -6.95, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487884,-106.9152420, 1705.0, 2022, 6, 24, 15, 20, 14, 1091, 1136, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 32, 21, 0, 0, 34, 0, 0, 0, 0, 32, 32, 31, 25, 0, 0, 25, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 177.62, 7, main, -2.65, 83380.00, 1613.98, 294.13, -6.95, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487884,-106.9152420, 1705.0, 2022, 6, 24, 15, 20, 14, 1091, 1136, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 32, 21, 0, 0, 34, 0, 0, 0, 0, 32, 32, 31, 25, 0, 0, 25, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 177.64, 7, main, -0.53, 83371.00, 1614.86, 295.00, -6.89, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487884,-106.9152420, 1705.0, 2022, 6, 24, 15, 20, 14, 1091, 1136, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 32, 21, 0, 0, 34, 0, 0, 0, 0, 32, 32, 31, 25, 0, 0, 25, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 177.74, 7, main, -2.65, 83393.00, 1612.71, 292.86, -6.84, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487884,-106.9152420, 1705.0, 2022, 6, 24, 15, 20, 14, 1091, 1136, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 32, 21, 0, 0, 34, 0, 0, 0, 0, 32, 32, 31, 25, 0, 0, 25, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 177.84, 7, main, -0.53, 83392.00, 1612.81, 292.96, -6.79, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487884,-106.9152420, 1705.0, 2022, 6, 24, 15, 20, 14, 1091, 1136, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 32, 21, 0, 0, 34, 0, 0, 0, 0, 32, 32, 31, 25, 0, 0, 25, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 177.94, 7, main, -0.53, 83384.00, 1613.59, 293.74, -6.73, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487884,-106.9152420, 1705.0, 2022, 6, 24, 15, 20, 14, 1091, 1136, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 32, 21, 0, 0, 34, 0, 0, 0, 0, 32, 32, 31, 25, 0, 0, 25, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 177.94, 7, main, -0.53, 83384.00, 1613.59, 293.74, -6.73, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487884,-106.9152420, 1705.0, 2022, 6, 24, 15, 20, 14, 1091, 1136, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 32, 21, 0, 0, 34, 0, 0, 0, 0, 32, 32, 31, 25, 0, 0, 25, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 178.04, 7, main, -0.53, 83389.00, 1613.10, 293.25, -6.70, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487884,-106.9152420, 1705.0, 2022, 6, 24, 15, 20, 14, 1091, 1136, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 32, 21, 0, 0, 34, 0, 0, 0, 0, 32, 32, 31, 25, 0, 0, 25, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 178.14, 7, main, -0.00, 83399.00, 1612.13, 292.27, -6.65, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487884,-106.9152420, 1705.0, 2022, 6, 24, 15, 20, 14, 1091, 1136, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 32, 21, 0, 0, 34, 0, 0, 0, 0, 32, 32, 31, 25, 0, 0, 25, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 178.24, 7, main, -1.59, 83427.00, 1609.40, 289.55, -6.60, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487884,-106.9152420, 1705.0, 2022, 6, 24, 15, 20, 14, 1091, 1136, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 32, 21, 0, 0, 34, 0, 0, 0, 0, 32, 32, 31, 25, 0, 0, 25, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 178.26, 7, main, -1.59, 83427.00, 1609.40, 289.55, -6.60, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487884,-106.9152420, 1705.0, 2022, 6, 24, 15, 20, 14, 1091, 1136, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 32, 21, 0, 0, 34, 0, 0, 0, 0, 32, 32, 31, 25, 0, 0, 25, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 178.34, 7, main, -1.06, 83421.00, 1609.99, 290.13, -6.56, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9487884,-106.9152420, 1705.0, 2022, 6, 24, 15, 20, 14, 1091, 1136, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 32, 21, 0, 0, 34, 0, 0, 0, 0, 32, 32, 31, 25, 0, 0, 25, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 178.44, 7, main, -2.65, 83440.00, 1608.13, 288.28, -6.55, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488311,-106.9152701, 1698.0, 2022, 6, 24, 15, 20, 15, 1097, 1139, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 29, 0, 0, 0, 0, 25, 33, 23, 24, 0, 0, 33, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 178.44, 7, main, -2.65, 83440.00, 1608.13, 288.28, -6.55, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488311,-106.9152701, 1698.0, 2022, 6, 24, 15, 20, 15, 1097, 1139, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 29, 0, 0, 0, 0, 25, 33, 23, 24, 0, 0, 33, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 178.44, 7, main, -2.65, 83440.00, 1608.13, 288.28, -6.55, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488311,-106.9152701, 1698.0, 2022, 6, 24, 15, 20, 15, 1097, 1139, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 29, 0, 0, 0, 0, 25, 33, 23, 24, 0, 0, 33, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 178.44, 7, main, -2.65, 83440.00, 1608.13, 288.28, -6.55, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488311,-106.9152701, 1698.0, 2022, 6, 24, 15, 20, 15, 1097, 1139, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 29, 0, 0, 0, 0, 25, 33, 23, 24, 0, 0, 33, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 178.44, 7, main, -2.65, 83440.00, 1608.13, 288.28, -6.55, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488311,-106.9152701, 1698.0, 2022, 6, 24, 15, 20, 15, 1097, 1139, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 29, 0, 0, 0, 0, 25, 33, 23, 24, 0, 0, 33, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 178.44, 7, main, -2.65, 83440.00, 1608.13, 288.28, -6.55, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488311,-106.9152701, 1698.0, 2022, 6, 24, 15, 20, 15, 1097, 1139, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 29, 0, 0, 0, 0, 25, 33, 23, 24, 0, 0, 33, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 178.54, 7, main, -3.71, 83455.00, 1606.67, 286.82, -6.55, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488311,-106.9152701, 1698.0, 2022, 6, 24, 15, 20, 15, 1097, 1139, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 29, 0, 0, 0, 0, 25, 33, 23, 24, 0, 0, 33, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 178.58, 7, main, -3.71, 83455.00, 1606.67, 286.82, -6.55, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488311,-106.9152701, 1698.0, 2022, 6, 24, 15, 20, 15, 1097, 1139, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 29, 0, 0, 0, 0, 25, 33, 23, 24, 0, 0, 33, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 178.64, 7, main, -3.71, 83431.00, 1609.01, 289.16, -6.55, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488311,-106.9152701, 1698.0, 2022, 6, 24, 15, 20, 15, 1097, 1139, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 29, 0, 0, 0, 0, 25, 33, 23, 24, 0, 0, 33, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 178.74, 7, main, -5.83, 83459.00, 1606.28, 286.43, -6.56, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488311,-106.9152701, 1698.0, 2022, 6, 24, 15, 20, 15, 1097, 1139, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 29, 0, 0, 0, 0, 25, 33, 23, 24, 0, 0, 33, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 178.84, 7, main, -4.24, 83462.00, 1605.99, 286.14, -6.56, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488311,-106.9152701, 1698.0, 2022, 6, 24, 15, 20, 15, 1097, 1139, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 29, 0, 0, 0, 0, 25, 33, 23, 24, 0, 0, 33, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 178.90, 7, main, -4.24, 83462.00, 1605.99, 286.14, -6.56, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488311,-106.9152701, 1698.0, 2022, 6, 24, 15, 20, 15, 1097, 1139, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 29, 0, 0, 0, 0, 25, 33, 23, 24, 0, 0, 33, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 178.94, 7, main, -5.30, 83434.00, 1608.72, 288.86, -6.56, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488311,-106.9152701, 1698.0, 2022, 6, 24, 15, 20, 15, 1097, 1139, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 29, 0, 0, 0, 0, 25, 33, 23, 24, 0, 0, 33, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 179.04, 7, main, -3.71, 83473.00, 1604.92, 285.06, -6.57, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488311,-106.9152701, 1698.0, 2022, 6, 24, 15, 20, 15, 1097, 1139, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 29, 0, 0, 0, 0, 25, 33, 23, 24, 0, 0, 33, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 179.14, 7, main, -3.71, 83457.00, 1606.48, 286.62, -6.59, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488311,-106.9152701, 1698.0, 2022, 6, 24, 15, 20, 15, 1097, 1139, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 29, 0, 0, 0, 0, 25, 33, 23, 24, 0, 0, 33, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 179.22, 7, main, -3.71, 83457.00, 1606.48, 286.62, -6.59, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488311,-106.9152701, 1698.0, 2022, 6, 24, 15, 20, 15, 1097, 1139, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 29, 0, 0, 0, 0, 25, 33, 23, 24, 0, 0, 33, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 179.24, 7, main, -4.24, 83473.00, 1604.92, 285.06, -6.61, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488311,-106.9152701, 1698.0, 2022, 6, 24, 15, 20, 15, 1097, 1139, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 29, 0, 0, 0, 0, 25, 33, 23, 24, 0, 0, 33, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 179.34, 7, main, -4.24, 83493.00, 1602.97, 283.12, -6.64, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488311,-106.9152701, 1698.0, 2022, 6, 24, 15, 20, 15, 1097, 1139, 341, 16, 1.7,2147483647.0,2147483647.0, 0, 27, 31, 0, 0, 29, 0, 0, 0, 0, 25, 33, 23, 24, 0, 0, 33, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 179.44, 7, main, -5.30, 83497.00, 1602.58, 282.73, -6.66, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488752,-106.9152904, 1691.0, 2022, 6, 24, 15, 20, 16, 1102, 1142, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 18, 31, 33, 0, 0, 33, 0, 27, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 179.44, 7, main, -5.30, 83497.00, 1602.58, 282.73, -6.66, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488752,-106.9152904, 1691.0, 2022, 6, 24, 15, 20, 16, 1102, 1142, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 18, 31, 33, 0, 0, 33, 0, 27, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 179.44, 7, main, -5.30, 83497.00, 1602.58, 282.73, -6.66, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488752,-106.9152904, 1691.0, 2022, 6, 24, 15, 20, 16, 1102, 1142, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 18, 31, 33, 0, 0, 33, 0, 27, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 179.44, 7, main, -5.30, 83497.00, 1602.58, 282.73, -6.66, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488752,-106.9152904, 1691.0, 2022, 6, 24, 15, 20, 16, 1102, 1142, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 18, 31, 33, 0, 0, 33, 0, 27, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 179.44, 7, main, -5.30, 83497.00, 1602.58, 282.73, -6.66, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488752,-106.9152904, 1691.0, 2022, 6, 24, 15, 20, 16, 1102, 1142, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 18, 31, 33, 0, 0, 33, 0, 27, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 179.44, 7, main, -5.30, 83497.00, 1602.58, 282.73, -6.66, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488752,-106.9152904, 1691.0, 2022, 6, 24, 15, 20, 16, 1102, 1142, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 18, 31, 33, 0, 0, 33, 0, 27, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 179.54, 7, main, -3.71, 83511.00, 1601.22, 281.36, -6.66, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488752,-106.9152904, 1691.0, 2022, 6, 24, 15, 20, 16, 1102, 1142, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 18, 31, 33, 0, 0, 33, 0, 27, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 179.54, 7, main, -3.71, 83511.00, 1601.22, 281.36, -6.66, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488752,-106.9152904, 1691.0, 2022, 6, 24, 15, 20, 16, 1102, 1142, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 18, 31, 33, 0, 0, 33, 0, 27, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 179.64, 7, main, -3.71, 83508.00, 1601.51, 281.66, -6.67, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488752,-106.9152904, 1691.0, 2022, 6, 24, 15, 20, 16, 1102, 1142, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 18, 31, 33, 0, 0, 33, 0, 27, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 179.74, 7, main, -2.65, 83531.00, 1599.27, 279.42, -6.67, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488752,-106.9152904, 1691.0, 2022, 6, 24, 15, 20, 16, 1102, 1142, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 18, 31, 33, 0, 0, 33, 0, 27, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 179.84, 7, main, -2.12, 83527.00, 1599.66, 279.81, -6.67, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488752,-106.9152904, 1691.0, 2022, 6, 24, 15, 20, 16, 1102, 1142, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 18, 31, 33, 0, 0, 33, 0, 27, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 179.86, 7, main, -2.12, 83527.00, 1599.66, 279.81, -6.67, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488752,-106.9152904, 1691.0, 2022, 6, 24, 15, 20, 16, 1102, 1142, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 18, 31, 33, 0, 0, 33, 0, 27, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 179.94, 7, main, -1.06, 83517.00, 1600.64, 280.78, -6.65, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488752,-106.9152904, 1691.0, 2022, 6, 24, 15, 20, 16, 1102, 1142, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 18, 31, 33, 0, 0, 33, 0, 27, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 180.04, 7, main, -1.59, 83561.00, 1596.35, 276.50, -6.62, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488752,-106.9152904, 1691.0, 2022, 6, 24, 15, 20, 16, 1102, 1142, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 18, 31, 33, 0, 0, 33, 0, 27, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 180.14, 7, main, -1.06, 83531.00, 1599.27, 279.42, -6.60, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488752,-106.9152904, 1691.0, 2022, 6, 24, 15, 20, 16, 1102, 1142, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 18, 31, 33, 0, 0, 33, 0, 27, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 180.18, 7, main, -1.06, 83531.00, 1599.27, 279.42, -6.60, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488752,-106.9152904, 1691.0, 2022, 6, 24, 15, 20, 16, 1102, 1142, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 18, 31, 33, 0, 0, 33, 0, 27, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 180.24, 7, main, 0.53, 83542.00, 1598.20, 278.35, -6.58, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488752,-106.9152904, 1691.0, 2022, 6, 24, 15, 20, 16, 1102, 1142, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 18, 31, 33, 0, 0, 33, 0, 27, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 180.34, 7, main, -0.00, 83568.00, 1595.67, 275.82, -6.55, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488752,-106.9152904, 1691.0, 2022, 6, 24, 15, 20, 16, 1102, 1142, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 32, 30, 0, 0, 28, 0, 0, 0, 0, 32, 18, 31, 33, 0, 0, 33, 0, 27, 28, 0, 0, 0, 24, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 180.44, 7, main, -0.00, 83563.00, 1596.16, 276.30, -6.52, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489269,-106.9152981, 1684.0, 2022, 6, 24, 15, 20, 17, 1108, 1146, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 26, 29, 31, 34, 0, 0, 36, 0, 28, 32, 0, 0, 0, 24, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 180.44, 7, main, -0.00, 83563.00, 1596.16, 276.30, -6.52, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489269,-106.9152981, 1684.0, 2022, 6, 24, 15, 20, 17, 1108, 1146, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 26, 29, 31, 34, 0, 0, 36, 0, 28, 32, 0, 0, 0, 24, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 180.44, 7, main, -0.00, 83563.00, 1596.16, 276.30, -6.52, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489269,-106.9152981, 1684.0, 2022, 6, 24, 15, 20, 17, 1108, 1146, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 26, 29, 31, 34, 0, 0, 36, 0, 28, 32, 0, 0, 0, 24, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 180.44, 7, main, -0.00, 83563.00, 1596.16, 276.30, -6.52, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489269,-106.9152981, 1684.0, 2022, 6, 24, 15, 20, 17, 1108, 1146, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 26, 29, 31, 34, 0, 0, 36, 0, 28, 32, 0, 0, 0, 24, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 180.44, 7, main, -0.00, 83563.00, 1596.16, 276.30, -6.52, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489269,-106.9152981, 1684.0, 2022, 6, 24, 15, 20, 17, 1108, 1146, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 26, 29, 31, 34, 0, 0, 36, 0, 28, 32, 0, 0, 0, 24, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 180.44, 7, main, -0.00, 83563.00, 1596.16, 276.30, -6.52, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489269,-106.9152981, 1684.0, 2022, 6, 24, 15, 20, 17, 1108, 1146, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 26, 29, 31, 34, 0, 0, 36, 0, 28, 32, 0, 0, 0, 24, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 180.50, 7, main, -0.00, 83563.00, 1596.16, 276.30, -6.52, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489269,-106.9152981, 1684.0, 2022, 6, 24, 15, 20, 17, 1108, 1146, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 26, 29, 31, 34, 0, 0, 36, 0, 28, 32, 0, 0, 0, 24, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 180.54, 7, main, -1.06, 83562.00, 1596.26, 276.40, -6.49, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489269,-106.9152981, 1684.0, 2022, 6, 24, 15, 20, 17, 1108, 1146, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 26, 29, 31, 34, 0, 0, 36, 0, 28, 32, 0, 0, 0, 24, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 180.64, 7, main, -2.65, 83579.00, 1594.60, 274.75, -6.45, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489269,-106.9152981, 1684.0, 2022, 6, 24, 15, 20, 17, 1108, 1146, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 26, 29, 31, 34, 0, 0, 36, 0, 28, 32, 0, 0, 0, 24, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 180.74, 7, main, -3.71, 83590.00, 1593.53, 273.68, -6.42, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489269,-106.9152981, 1684.0, 2022, 6, 24, 15, 20, 17, 1108, 1146, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 26, 29, 31, 34, 0, 0, 36, 0, 28, 32, 0, 0, 0, 24, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 180.82, 7, main, -3.71, 83590.00, 1593.53, 273.68, -6.42, 31.6, 0.01, 0.00, 3.87, 1, 1, 9, 32.9489269,-106.9152981, 1684.0, 2022, 6, 24, 15, 20, 17, 1108, 1146, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 26, 29, 31, 34, 0, 0, 36, 0, 28, 32, 0, 0, 0, 24, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 180.84, 7, main, -4.24, 83585.00, 1594.02, 274.16, -6.38, 31.7, 0.01, 0.00, 3.87, 1, 1, 9, 32.9489269,-106.9152981, 1684.0, 2022, 6, 24, 15, 20, 17, 1108, 1146, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 26, 29, 31, 34, 0, 0, 36, 0, 28, 32, 0, 0, 0, 24, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 180.94, 7, main, -4.77, 83599.00, 1592.66, 272.80, -6.32, 31.7, 0.01, 0.00, 3.87, 1, 1, 9, 32.9489269,-106.9152981, 1684.0, 2022, 6, 24, 15, 20, 17, 1108, 1146, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 26, 29, 31, 34, 0, 0, 36, 0, 28, 32, 0, 0, 0, 24, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 181.04, 7, main, -3.18, 83609.00, 1591.68, 271.83, -6.29, 31.7, 0.01, 0.00, 3.87, 1, 1, 9, 32.9489269,-106.9152981, 1684.0, 2022, 6, 24, 15, 20, 17, 1108, 1146, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 26, 29, 31, 34, 0, 0, 36, 0, 28, 32, 0, 0, 0, 24, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 181.14, 7, main, -4.77, 83608.00, 1591.78, 271.93, -6.25, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489269,-106.9152981, 1684.0, 2022, 6, 24, 15, 20, 17, 1108, 1146, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 26, 29, 31, 34, 0, 0, 36, 0, 28, 32, 0, 0, 0, 24, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 181.14, 7, main, -4.77, 83608.00, 1591.78, 271.93, -6.25, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489269,-106.9152981, 1684.0, 2022, 6, 24, 15, 20, 17, 1108, 1146, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 26, 29, 31, 34, 0, 0, 36, 0, 28, 32, 0, 0, 0, 24, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 181.24, 7, main, -3.71, 83625.00, 1590.13, 270.27, -6.22, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489269,-106.9152981, 1684.0, 2022, 6, 24, 15, 20, 17, 1108, 1146, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 26, 29, 31, 34, 0, 0, 36, 0, 28, 32, 0, 0, 0, 24, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 181.34, 7, main, -3.18, 83641.00, 1588.57, 268.72, -6.21, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489269,-106.9152981, 1684.0, 2022, 6, 24, 15, 20, 17, 1108, 1146, 341, 15, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 31, 0, 0, 0, 0, 26, 29, 31, 34, 0, 0, 36, 0, 28, 32, 0, 0, 0, 24, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 181.44, 7, main, -1.59, 83638.00, 1588.86, 269.01, -6.20, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489788,-106.9152992, 1677.0, 2022, 6, 24, 15, 20, 18, 1113, 1149, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 30, 0, 0, 0, 0, 24, 28, 29, 36, 0, 0, 31, 0, 33, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 181.44, 7, main, -1.59, 83638.00, 1588.86, 269.01, -6.20, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489788,-106.9152992, 1677.0, 2022, 6, 24, 15, 20, 18, 1113, 1149, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 30, 0, 0, 0, 0, 24, 28, 29, 36, 0, 0, 31, 0, 33, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 181.44, 7, main, -1.59, 83638.00, 1588.86, 269.01, -6.20, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489788,-106.9152992, 1677.0, 2022, 6, 24, 15, 20, 18, 1113, 1149, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 30, 0, 0, 0, 0, 24, 28, 29, 36, 0, 0, 31, 0, 33, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 181.44, 7, main, -1.59, 83638.00, 1588.86, 269.01, -6.20, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489788,-106.9152992, 1677.0, 2022, 6, 24, 15, 20, 18, 1113, 1149, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 30, 0, 0, 0, 0, 24, 28, 29, 36, 0, 0, 31, 0, 33, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 181.44, 7, main, -1.59, 83638.00, 1588.86, 269.01, -6.20, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489788,-106.9152992, 1677.0, 2022, 6, 24, 15, 20, 18, 1113, 1149, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 30, 0, 0, 0, 0, 24, 28, 29, 36, 0, 0, 31, 0, 33, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 181.44, 7, main, -1.59, 83638.00, 1588.86, 269.01, -6.20, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489788,-106.9152992, 1677.0, 2022, 6, 24, 15, 20, 18, 1113, 1149, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 30, 0, 0, 0, 0, 24, 28, 29, 36, 0, 0, 31, 0, 33, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 181.46, 7, main, -1.59, 83638.00, 1588.86, 269.01, -6.20, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489788,-106.9152992, 1677.0, 2022, 6, 24, 15, 20, 18, 1113, 1149, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 30, 0, 0, 0, 0, 24, 28, 29, 36, 0, 0, 31, 0, 33, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 181.54, 7, main, -3.18, 83614.00, 1591.20, 271.34, -6.19, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489788,-106.9152992, 1677.0, 2022, 6, 24, 15, 20, 18, 1113, 1149, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 30, 0, 0, 0, 0, 24, 28, 29, 36, 0, 0, 31, 0, 33, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 181.64, 7, main, 0.53, 83647.00, 1587.99, 268.13, -6.19, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489788,-106.9152992, 1677.0, 2022, 6, 24, 15, 20, 18, 1113, 1149, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 30, 0, 0, 0, 0, 24, 28, 29, 36, 0, 0, 31, 0, 33, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 181.74, 7, main, -1.06, 83647.00, 1587.99, 268.13, -6.20, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489788,-106.9152992, 1677.0, 2022, 6, 24, 15, 20, 18, 1113, 1149, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 30, 0, 0, 0, 0, 24, 28, 29, 36, 0, 0, 31, 0, 33, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 181.78, 7, main, -1.06, 83647.00, 1587.99, 268.13, -6.20, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489788,-106.9152992, 1677.0, 2022, 6, 24, 15, 20, 18, 1113, 1149, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 30, 0, 0, 0, 0, 24, 28, 29, 36, 0, 0, 31, 0, 33, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 181.84, 7, main, -1.06, 83654.00, 1587.31, 267.45, -6.18, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489788,-106.9152992, 1677.0, 2022, 6, 24, 15, 20, 18, 1113, 1149, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 30, 0, 0, 0, 0, 24, 28, 29, 36, 0, 0, 31, 0, 33, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 181.94, 7, main, -1.06, 83664.00, 1586.34, 266.48, -6.18, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489788,-106.9152992, 1677.0, 2022, 6, 24, 15, 20, 18, 1113, 1149, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 30, 0, 0, 0, 0, 24, 28, 29, 36, 0, 0, 31, 0, 33, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 182.04, 7, main, -2.12, 83653.00, 1587.41, 267.55, -6.21, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489788,-106.9152992, 1677.0, 2022, 6, 24, 15, 20, 18, 1113, 1149, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 30, 0, 0, 0, 0, 24, 28, 29, 36, 0, 0, 31, 0, 33, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 182.10, 7, main, -2.12, 83653.00, 1587.41, 267.55, -6.21, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489788,-106.9152992, 1677.0, 2022, 6, 24, 15, 20, 18, 1113, 1149, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 30, 0, 0, 0, 0, 24, 28, 29, 36, 0, 0, 31, 0, 33, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 182.14, 7, main, -2.12, 83679.00, 1584.88, 265.02, -6.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489788,-106.9152992, 1677.0, 2022, 6, 24, 15, 20, 18, 1113, 1149, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 30, 0, 0, 0, 0, 24, 28, 29, 36, 0, 0, 31, 0, 33, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 182.24, 7, main, -2.12, 83671.00, 1585.66, 265.80, -6.25, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489788,-106.9152992, 1677.0, 2022, 6, 24, 15, 20, 18, 1113, 1149, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 30, 0, 0, 0, 0, 24, 28, 29, 36, 0, 0, 31, 0, 33, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 182.34, 7, main, -2.65, 83692.00, 1583.62, 263.76, -6.30, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489788,-106.9152992, 1677.0, 2022, 6, 24, 15, 20, 18, 1113, 1149, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 30, 0, 0, 0, 0, 24, 28, 29, 36, 0, 0, 31, 0, 33, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 182.42, 7, main, -2.65, 83692.00, 1583.62, 263.76, -6.30, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489788,-106.9152992, 1677.0, 2022, 6, 24, 15, 20, 18, 1113, 1149, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 26, 28, 0, 0, 30, 0, 0, 0, 0, 24, 28, 29, 36, 0, 0, 31, 0, 33, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 182.44, 7, main, -2.65, 83681.00, 1584.68, 264.83, -6.34, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 182.44, 7, main, -2.65, 83681.00, 1584.68, 264.83, -6.34, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 182.44, 7, main, -2.65, 83681.00, 1584.68, 264.83, -6.34, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 182.44, 7, main, -2.65, 83681.00, 1584.68, 264.83, -6.34, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 182.44, 7, main, -2.65, 83681.00, 1584.68, 264.83, -6.34, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 182.44, 7, main, -2.65, 83681.00, 1584.68, 264.83, -6.34, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 182.54, 7, main, -2.65, 83704.00, 1582.45, 262.59, -6.37, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 182.64, 7, main, -2.65, 83727.00, 1580.21, 260.36, -6.44, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 182.74, 7, main, -4.24, 83728.00, 1580.12, 260.26, -6.50, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 182.74, 7, main, -4.24, 83728.00, 1580.12, 260.26, -6.50, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 182.84, 7, main, -2.65, 83709.00, 1581.96, 262.11, -6.56, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 182.94, 7, main, -4.24, 83709.00, 1581.96, 262.11, -6.62, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 183.04, 7, main, -2.65, 83721.00, 1580.80, 260.94, -6.68, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 183.06, 7, main, -2.65, 83721.00, 1580.80, 260.94, -6.68, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 183.14, 7, main, -4.24, 83738.00, 1579.15, 259.29, -6.74, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 183.24, 7, main, -3.18, 83750.00, 1577.98, 258.12, -6.82, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 183.34, 7, main, -4.24, 83755.00, 1577.49, 257.64, -6.89, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 183.38, 7, main, -4.24, 83755.00, 1577.49, 257.64, -6.89, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 183.43, 7, main, -4.24, 83755.00, 1577.49, 257.64, -6.89, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 183.43, 7, main, -4.24, 83755.00, 1577.49, 257.64, -6.89, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 183.43, 7, main, -4.24, 83755.00, 1577.49, 257.64, -6.89, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 183.43, 7, main, -4.24, 83755.00, 1577.49, 257.64, -6.89, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 183.43, 7, main, -4.24, 83755.00, 1577.49, 257.64, -6.89, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490274,-106.9153050, 1670.0, 2022, 6, 24, 15, 20, 19, 1118, 1153, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 27, 28, 0, 0, 29, 0, 0, 0, 0, 26, 34, 24, 23, 0, 0, 24, 0, 27, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 22, 0, 0 +6, 5115, 1,VA3NPN, 183.44, 7, main, -4.77, 83768.00, 1576.23, 256.38, -6.94, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490757,-106.9153025, 1664.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 33, 0, 0, 0, 0, 31, 35, 27, 23, 0, 0, 25, 0, 29, 26, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 183.54, 7, main, -2.65, 83763.00, 1576.72, 256.86, -6.97, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490757,-106.9153025, 1664.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 33, 0, 0, 0, 0, 31, 35, 27, 23, 0, 0, 25, 0, 29, 26, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 183.64, 7, main, -1.59, 83781.00, 1574.97, 255.11, -7.00, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490757,-106.9153025, 1664.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 33, 0, 0, 0, 0, 31, 35, 27, 23, 0, 0, 25, 0, 29, 26, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 183.70, 7, main, -1.59, 83781.00, 1574.97, 255.11, -7.00, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490757,-106.9153025, 1664.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 33, 0, 0, 0, 0, 31, 35, 27, 23, 0, 0, 25, 0, 29, 26, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 183.74, 7, main, -2.12, 83774.00, 1575.65, 255.79, -7.02, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490757,-106.9153025, 1664.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 33, 0, 0, 0, 0, 31, 35, 27, 23, 0, 0, 25, 0, 29, 26, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 183.84, 7, main, -0.00, 83763.00, 1576.72, 256.86, -7.04, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490757,-106.9153025, 1664.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 33, 0, 0, 0, 0, 31, 35, 27, 23, 0, 0, 25, 0, 29, 26, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 183.94, 7, main, -1.06, 83800.00, 1573.13, 253.27, -7.06, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490757,-106.9153025, 1664.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 33, 0, 0, 0, 0, 31, 35, 27, 23, 0, 0, 25, 0, 29, 26, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 184.02, 7, main, -1.06, 83800.00, 1573.13, 253.27, -7.06, 31.7, 0.01, 0.00, 3.87, 1, 1, 9, 32.9490757,-106.9153025, 1664.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 33, 0, 0, 0, 0, 31, 35, 27, 23, 0, 0, 25, 0, 29, 26, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 184.04, 7, main, -1.06, 83813.00, 1571.86, 252.01, -7.05, 31.6, 0.01, 0.00, 3.87, 1, 1, 9, 32.9490757,-106.9153025, 1664.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 33, 0, 0, 0, 0, 31, 35, 27, 23, 0, 0, 25, 0, 29, 26, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 184.14, 7, main, -0.00, 83816.00, 1571.57, 251.72, -7.06, 31.7, 0.01, 0.00, 3.87, 1, 1, 9, 32.9490757,-106.9153025, 1664.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 33, 0, 0, 0, 0, 31, 35, 27, 23, 0, 0, 25, 0, 29, 26, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 184.24, 7, main, -0.53, 83826.00, 1570.60, 250.75, -7.05, 31.7, 0.01, 0.00, 3.87, 1, 1, 9, 32.9490757,-106.9153025, 1664.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 33, 0, 0, 0, 0, 31, 35, 27, 23, 0, 0, 25, 0, 29, 26, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 184.34, 7, main, -2.12, 83833.00, 1569.92, 250.07, -7.05, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490757,-106.9153025, 1664.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 33, 0, 0, 0, 0, 31, 35, 27, 23, 0, 0, 25, 0, 29, 26, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 184.34, 7, main, -2.12, 83833.00, 1569.92, 250.07, -7.05, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490757,-106.9153025, 1664.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 33, 0, 0, 0, 0, 31, 35, 27, 23, 0, 0, 25, 0, 29, 26, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 184.44, 7, main, -0.00, 83832.00, 1570.02, 250.16, -7.04, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491205,-106.9152877, 1657.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 31, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 184.44, 7, main, -0.00, 83832.00, 1570.02, 250.16, -7.04, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491205,-106.9152877, 1657.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 31, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 184.44, 7, main, -0.00, 83832.00, 1570.02, 250.16, -7.04, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491205,-106.9152877, 1657.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 31, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 184.44, 7, main, -0.00, 83832.00, 1570.02, 250.16, -7.04, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491205,-106.9152877, 1657.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 31, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 184.44, 7, main, -0.00, 83832.00, 1570.02, 250.16, -7.04, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491205,-106.9152877, 1657.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 31, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 184.44, 7, main, -0.00, 83832.00, 1570.02, 250.16, -7.04, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491205,-106.9152877, 1657.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 31, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 184.54, 7, main, -2.65, 83832.00, 1570.02, 250.16, -7.03, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491205,-106.9152877, 1657.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 31, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 184.64, 7, main, -2.12, 83868.00, 1566.53, 246.67, -7.04, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491205,-106.9152877, 1657.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 31, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 184.66, 7, main, -2.12, 83868.00, 1566.53, 246.67, -7.04, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491205,-106.9152877, 1657.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 31, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 184.74, 7, main, -1.59, 83857.00, 1567.59, 247.74, -7.04, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491205,-106.9152877, 1657.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 31, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 184.84, 7, main, -2.12, 83864.00, 1566.91, 247.06, -7.03, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491205,-106.9152877, 1657.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 31, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 184.94, 7, main, -1.59, 83854.00, 1567.88, 248.03, -7.03, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491205,-106.9152877, 1657.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 31, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 184.98, 7, main, -1.59, 83854.00, 1567.88, 248.03, -7.03, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491205,-106.9152877, 1657.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 31, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 185.04, 7, main, -2.65, 83873.00, 1566.04, 246.19, -7.03, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491205,-106.9152877, 1657.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 31, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 185.14, 7, main, -2.12, 83900.00, 1563.42, 243.57, -7.06, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491205,-106.9152877, 1657.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 31, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 185.24, 7, main, -1.06, 83910.00, 1562.45, 242.60, -7.10, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491205,-106.9152877, 1657.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 31, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 185.30, 7, main, -1.06, 83910.00, 1562.45, 242.60, -7.10, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491205,-106.9152877, 1657.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 31, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 185.34, 7, main, -2.65, 83894.00, 1564.00, 244.15, -7.15, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491205,-106.9152877, 1657.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.7,2147483647.0,2147483647.0, 0, 27, 32, 0, 0, 29, 0, 0, 0, 0, 26, 32, 27, 31, 0, 0, 31, 0, 30, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 185.44, 7, main, -0.53, 83903.00, 1563.13, 243.28, -7.21, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491466,-106.9152592, 1650.0, 2022, 6, 24, 15, 20, 22, 1130, 1159, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 31, 0, 0, 32, 0, 0, 0, 0, 25, 26, 27, 30, 0, 0, 32, 0, 24, 32, 0, 0, 0, 18, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 185.44, 7, main, -0.53, 83903.00, 1563.13, 243.28, -7.21, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491466,-106.9152592, 1650.0, 2022, 6, 24, 15, 20, 22, 1130, 1159, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 31, 0, 0, 32, 0, 0, 0, 0, 25, 26, 27, 30, 0, 0, 32, 0, 24, 32, 0, 0, 0, 18, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 185.44, 7, main, -0.53, 83903.00, 1563.13, 243.28, -7.21, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491466,-106.9152592, 1650.0, 2022, 6, 24, 15, 20, 22, 1130, 1159, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 31, 0, 0, 32, 0, 0, 0, 0, 25, 26, 27, 30, 0, 0, 32, 0, 24, 32, 0, 0, 0, 18, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 185.44, 7, main, -0.53, 83903.00, 1563.13, 243.28, -7.21, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491466,-106.9152592, 1650.0, 2022, 6, 24, 15, 20, 22, 1130, 1159, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 31, 0, 0, 32, 0, 0, 0, 0, 25, 26, 27, 30, 0, 0, 32, 0, 24, 32, 0, 0, 0, 18, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 185.44, 7, main, -0.53, 83903.00, 1563.13, 243.28, -7.21, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491466,-106.9152592, 1650.0, 2022, 6, 24, 15, 20, 22, 1130, 1159, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 31, 0, 0, 32, 0, 0, 0, 0, 25, 26, 27, 30, 0, 0, 32, 0, 24, 32, 0, 0, 0, 18, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 185.44, 7, main, -0.53, 83903.00, 1563.13, 243.28, -7.21, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491466,-106.9152592, 1650.0, 2022, 6, 24, 15, 20, 22, 1130, 1159, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 31, 0, 0, 32, 0, 0, 0, 0, 25, 26, 27, 30, 0, 0, 32, 0, 24, 32, 0, 0, 0, 18, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 185.54, 7, main, -2.12, 83908.00, 1562.65, 242.79, -7.26, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491466,-106.9152592, 1650.0, 2022, 6, 24, 15, 20, 22, 1130, 1159, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 31, 0, 0, 32, 0, 0, 0, 0, 25, 26, 27, 30, 0, 0, 32, 0, 24, 32, 0, 0, 0, 18, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 185.62, 7, main, -2.12, 83908.00, 1562.65, 242.79, -7.26, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491466,-106.9152592, 1650.0, 2022, 6, 24, 15, 20, 22, 1130, 1159, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 31, 0, 0, 32, 0, 0, 0, 0, 25, 26, 27, 30, 0, 0, 32, 0, 24, 32, 0, 0, 0, 18, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 185.64, 7, main, 0.53, 83889.00, 1564.49, 244.63, -7.32, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491466,-106.9152592, 1650.0, 2022, 6, 24, 15, 20, 22, 1130, 1159, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 31, 0, 0, 32, 0, 0, 0, 0, 25, 26, 27, 30, 0, 0, 32, 0, 24, 32, 0, 0, 0, 18, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 185.74, 7, main, -1.59, 83917.00, 1561.77, 241.92, -7.37, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491466,-106.9152592, 1650.0, 2022, 6, 24, 15, 20, 22, 1130, 1159, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 31, 0, 0, 32, 0, 0, 0, 0, 25, 26, 27, 30, 0, 0, 32, 0, 24, 32, 0, 0, 0, 18, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 185.84, 7, main, -1.59, 83941.00, 1559.45, 239.59, -7.40, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491466,-106.9152592, 1650.0, 2022, 6, 24, 15, 20, 22, 1130, 1159, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 31, 0, 0, 32, 0, 0, 0, 0, 25, 26, 27, 30, 0, 0, 32, 0, 24, 32, 0, 0, 0, 18, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 185.94, 7, main, -2.65, 83943.00, 1559.25, 239.40, -7.45, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491466,-106.9152592, 1650.0, 2022, 6, 24, 15, 20, 22, 1130, 1159, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 31, 0, 0, 32, 0, 0, 0, 0, 25, 26, 27, 30, 0, 0, 32, 0, 24, 32, 0, 0, 0, 18, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 185.94, 7, main, -2.65, 83943.00, 1559.25, 239.40, -7.45, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491466,-106.9152592, 1650.0, 2022, 6, 24, 15, 20, 22, 1130, 1159, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 31, 0, 0, 32, 0, 0, 0, 0, 25, 26, 27, 30, 0, 0, 32, 0, 24, 32, 0, 0, 0, 18, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 186.04, 7, main, -2.12, 83946.00, 1558.96, 239.11, -7.50, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491466,-106.9152592, 1650.0, 2022, 6, 24, 15, 20, 22, 1130, 1159, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 31, 0, 0, 32, 0, 0, 0, 0, 25, 26, 27, 30, 0, 0, 32, 0, 24, 32, 0, 0, 0, 18, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 186.14, 7, main, -3.18, 83968.00, 1556.83, 236.97, -7.55, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491466,-106.9152592, 1650.0, 2022, 6, 24, 15, 20, 22, 1130, 1159, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 31, 0, 0, 32, 0, 0, 0, 0, 25, 26, 27, 30, 0, 0, 32, 0, 24, 32, 0, 0, 0, 18, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 186.24, 7, main, -1.59, 83963.00, 1557.31, 237.46, -7.58, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491466,-106.9152592, 1650.0, 2022, 6, 24, 15, 20, 22, 1130, 1159, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 31, 0, 0, 32, 0, 0, 0, 0, 25, 26, 27, 30, 0, 0, 32, 0, 24, 32, 0, 0, 0, 18, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 186.26, 7, main, -1.59, 83963.00, 1557.31, 237.46, -7.58, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491466,-106.9152592, 1650.0, 2022, 6, 24, 15, 20, 22, 1130, 1159, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 31, 0, 0, 32, 0, 0, 0, 0, 25, 26, 27, 30, 0, 0, 32, 0, 24, 32, 0, 0, 0, 18, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 186.34, 7, main, -2.12, 83987.00, 1554.99, 235.13, -7.62, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491466,-106.9152592, 1650.0, 2022, 6, 24, 15, 20, 22, 1130, 1159, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 31, 0, 0, 32, 0, 0, 0, 0, 25, 26, 27, 30, 0, 0, 32, 0, 24, 32, 0, 0, 0, 18, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 186.44, 7, main, -1.06, 83994.00, 1554.31, 234.45, -7.62, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491473,-106.9152260, 1642.0, 2022, 6, 24, 15, 20, 23, 1129, 1156, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 25, 26, 28, 34, 0, 0, 33, 0, 30, 24, 0, 0, 0, 22, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 186.44, 7, main, -1.06, 83994.00, 1554.31, 234.45, -7.62, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491473,-106.9152260, 1642.0, 2022, 6, 24, 15, 20, 23, 1129, 1156, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 25, 26, 28, 34, 0, 0, 33, 0, 30, 24, 0, 0, 0, 22, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 186.44, 7, main, -1.06, 83994.00, 1554.31, 234.45, -7.62, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491473,-106.9152260, 1642.0, 2022, 6, 24, 15, 20, 23, 1129, 1156, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 25, 26, 28, 34, 0, 0, 33, 0, 30, 24, 0, 0, 0, 22, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 186.44, 7, main, -1.06, 83994.00, 1554.31, 234.45, -7.62, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491473,-106.9152260, 1642.0, 2022, 6, 24, 15, 20, 23, 1129, 1156, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 25, 26, 28, 34, 0, 0, 33, 0, 30, 24, 0, 0, 0, 22, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 186.44, 7, main, -1.06, 83994.00, 1554.31, 234.45, -7.62, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491473,-106.9152260, 1642.0, 2022, 6, 24, 15, 20, 23, 1129, 1156, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 25, 26, 28, 34, 0, 0, 33, 0, 30, 24, 0, 0, 0, 22, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 186.44, 7, main, -1.06, 83994.00, 1554.31, 234.45, -7.62, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491473,-106.9152260, 1642.0, 2022, 6, 24, 15, 20, 23, 1129, 1156, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 25, 26, 28, 34, 0, 0, 33, 0, 30, 24, 0, 0, 0, 22, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 186.54, 7, main, -2.12, 83977.00, 1555.96, 236.10, -7.62, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491473,-106.9152260, 1642.0, 2022, 6, 24, 15, 20, 23, 1129, 1156, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 25, 26, 28, 34, 0, 0, 33, 0, 30, 24, 0, 0, 0, 22, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 186.58, 7, main, -2.12, 83977.00, 1555.96, 236.10, -7.62, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491473,-106.9152260, 1642.0, 2022, 6, 24, 15, 20, 23, 1129, 1156, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 25, 26, 28, 34, 0, 0, 33, 0, 30, 24, 0, 0, 0, 22, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 186.64, 7, main, -0.00, 84003.00, 1553.44, 233.58, -7.63, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491473,-106.9152260, 1642.0, 2022, 6, 24, 15, 20, 23, 1129, 1156, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 25, 26, 28, 34, 0, 0, 33, 0, 30, 24, 0, 0, 0, 22, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 186.74, 7, main, -1.06, 84020.00, 1551.79, 231.93, -7.62, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491473,-106.9152260, 1642.0, 2022, 6, 24, 15, 20, 23, 1129, 1156, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 25, 26, 28, 34, 0, 0, 33, 0, 30, 24, 0, 0, 0, 22, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 186.84, 7, main, -1.59, 84006.00, 1553.15, 233.29, -7.60, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491473,-106.9152260, 1642.0, 2022, 6, 24, 15, 20, 23, 1129, 1156, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 25, 26, 28, 34, 0, 0, 33, 0, 30, 24, 0, 0, 0, 22, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 186.90, 7, main, -1.59, 84006.00, 1553.15, 233.29, -7.60, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491473,-106.9152260, 1642.0, 2022, 6, 24, 15, 20, 23, 1129, 1156, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 25, 26, 28, 34, 0, 0, 33, 0, 30, 24, 0, 0, 0, 22, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 186.94, 7, main, -2.65, 84021.00, 1551.69, 231.84, -7.59, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491473,-106.9152260, 1642.0, 2022, 6, 24, 15, 20, 23, 1129, 1156, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 25, 26, 28, 34, 0, 0, 33, 0, 30, 24, 0, 0, 0, 22, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 187.04, 7, main, -3.18, 84012.00, 1552.57, 232.71, -7.57, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491473,-106.9152260, 1642.0, 2022, 6, 24, 15, 20, 23, 1129, 1156, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 25, 26, 28, 34, 0, 0, 33, 0, 30, 24, 0, 0, 0, 22, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 187.14, 7, main, -1.59, 84038.00, 1550.05, 230.19, -7.56, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491473,-106.9152260, 1642.0, 2022, 6, 24, 15, 20, 23, 1129, 1156, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 25, 26, 28, 34, 0, 0, 33, 0, 30, 24, 0, 0, 0, 22, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 187.22, 7, main, -1.59, 84038.00, 1550.05, 230.19, -7.56, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491473,-106.9152260, 1642.0, 2022, 6, 24, 15, 20, 23, 1129, 1156, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 25, 26, 28, 34, 0, 0, 33, 0, 30, 24, 0, 0, 0, 22, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 187.24, 7, main, -3.18, 84066.00, 1547.34, 227.48, -7.55, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491473,-106.9152260, 1642.0, 2022, 6, 24, 15, 20, 23, 1129, 1156, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 25, 26, 28, 34, 0, 0, 33, 0, 30, 24, 0, 0, 0, 22, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 187.34, 7, main, -2.65, 84072.00, 1546.75, 226.90, -7.53, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491473,-106.9152260, 1642.0, 2022, 6, 24, 15, 20, 23, 1129, 1156, 342, 13, 1.7,2147483647.0,2147483647.0, 0, 25, 26, 0, 0, 32, 0, 0, 0, 0, 25, 26, 28, 34, 0, 0, 33, 0, 30, 24, 0, 0, 0, 22, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 187.44, 7, main, -1.06, 84064.00, 1547.53, 227.67, -7.49, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 187.44, 7, main, -1.06, 84064.00, 1547.53, 227.67, -7.49, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 187.44, 7, main, -1.06, 84064.00, 1547.53, 227.67, -7.49, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 187.44, 7, main, -1.06, 84064.00, 1547.53, 227.67, -7.49, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 187.44, 7, main, -1.06, 84064.00, 1547.53, 227.67, -7.49, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 187.44, 7, main, -1.06, 84064.00, 1547.53, 227.67, -7.49, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 187.54, 7, main, -3.71, 84070.00, 1546.95, 227.09, -7.48, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 187.54, 7, main, -3.71, 84070.00, 1546.95, 227.09, -7.48, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 187.64, 7, main, -2.65, 84064.00, 1547.53, 227.67, -7.46, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 187.74, 7, main, -3.18, 84084.00, 1545.59, 225.74, -7.44, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 187.84, 7, main, -1.59, 84067.00, 1547.24, 227.38, -7.44, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 187.86, 7, main, -1.59, 84067.00, 1547.24, 227.38, -7.44, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 187.94, 7, main, -1.06, 84095.00, 1544.53, 224.67, -7.43, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 188.04, 7, main, -1.06, 84114.00, 1542.69, 222.83, -7.42, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 188.14, 7, main, -0.00, 84127.00, 1541.43, 221.57, -7.41, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 188.18, 7, main, -0.00, 84127.00, 1541.43, 221.57, -7.41, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 188.24, 7, main, -2.65, 84126.00, 1541.53, 221.67, -7.40, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 188.34, 7, main, -1.06, 84141.00, 1540.08, 220.22, -7.40, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 188.44, 7, main, -2.65, 84130.00, 1541.14, 221.28, -7.39, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 188.44, 7, main, -2.65, 84130.00, 1541.14, 221.28, -7.39, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 188.44, 7, main, -2.65, 84130.00, 1541.14, 221.28, -7.39, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 188.44, 7, main, -2.65, 84130.00, 1541.14, 221.28, -7.39, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 188.44, 7, main, -2.65, 84130.00, 1541.14, 221.28, -7.39, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 188.44, 7, main, -2.65, 84130.00, 1541.14, 221.28, -7.39, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491212,-106.9151934, 1634.0, 2022, 6, 24, 15, 20, 24, 1125, 1151, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 31, 27, 34, 30, 0, 0, 27, 0, 24, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 188.50, 7, main, -2.65, 84130.00, 1541.14, 221.28, -7.39, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490728,-106.9151700, 1626.0, 2022, 6, 24, 15, 20, 25, 1119, 1144, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 34, 0, 0, 0, 0, 32, 28, 33, 29, 0, 0, 27, 0, 25, 26, 0, 0, 0, 22, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 188.54, 7, main, -2.12, 84141.00, 1540.08, 220.22, -7.37, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490728,-106.9151700, 1626.0, 2022, 6, 24, 15, 20, 25, 1119, 1144, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 34, 0, 0, 0, 0, 32, 28, 33, 29, 0, 0, 27, 0, 25, 26, 0, 0, 0, 22, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 188.64, 7, main, -1.06, 84162.00, 1538.04, 218.19, -7.36, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490728,-106.9151700, 1626.0, 2022, 6, 24, 15, 20, 25, 1119, 1144, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 34, 0, 0, 0, 0, 32, 28, 33, 29, 0, 0, 27, 0, 25, 26, 0, 0, 0, 22, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 188.74, 7, main, -1.59, 84158.00, 1538.43, 218.58, -7.35, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490728,-106.9151700, 1626.0, 2022, 6, 24, 15, 20, 25, 1119, 1144, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 34, 0, 0, 0, 0, 32, 28, 33, 29, 0, 0, 27, 0, 25, 26, 0, 0, 0, 22, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 188.82, 7, main, -1.59, 84158.00, 1538.43, 218.58, -7.35, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490728,-106.9151700, 1626.0, 2022, 6, 24, 15, 20, 25, 1119, 1144, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 34, 0, 0, 0, 0, 32, 28, 33, 29, 0, 0, 27, 0, 25, 26, 0, 0, 0, 22, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 188.84, 7, main, -3.18, 84158.00, 1538.43, 218.58, -7.33, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490728,-106.9151700, 1626.0, 2022, 6, 24, 15, 20, 25, 1119, 1144, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 34, 0, 0, 0, 0, 32, 28, 33, 29, 0, 0, 27, 0, 25, 26, 0, 0, 0, 22, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 188.94, 7, main, -3.18, 84202.00, 1534.17, 214.32, -7.29, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490728,-106.9151700, 1626.0, 2022, 6, 24, 15, 20, 25, 1119, 1144, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 34, 0, 0, 0, 0, 32, 28, 33, 29, 0, 0, 27, 0, 25, 26, 0, 0, 0, 22, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 189.04, 7, main, -2.65, 84174.00, 1536.88, 217.03, -7.26, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490728,-106.9151700, 1626.0, 2022, 6, 24, 15, 20, 25, 1119, 1144, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 34, 0, 0, 0, 0, 32, 28, 33, 29, 0, 0, 27, 0, 25, 26, 0, 0, 0, 22, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 189.14, 7, main, -3.71, 84192.00, 1535.14, 215.29, -7.22, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9490728,-106.9151700, 1626.0, 2022, 6, 24, 15, 20, 25, 1119, 1144, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 34, 0, 0, 0, 0, 32, 28, 33, 29, 0, 0, 27, 0, 25, 26, 0, 0, 0, 22, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 189.14, 7, main, -3.71, 84192.00, 1535.14, 215.29, -7.22, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9490728,-106.9151700, 1626.0, 2022, 6, 24, 15, 20, 25, 1119, 1144, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 34, 0, 0, 0, 0, 32, 28, 33, 29, 0, 0, 27, 0, 25, 26, 0, 0, 0, 22, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 189.24, 7, main, -4.24, 84209.00, 1533.50, 213.64, -7.20, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9490728,-106.9151700, 1626.0, 2022, 6, 24, 15, 20, 25, 1119, 1144, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 34, 0, 0, 0, 0, 32, 28, 33, 29, 0, 0, 27, 0, 25, 26, 0, 0, 0, 22, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 189.34, 7, main, -1.59, 84205.00, 1533.88, 214.03, -7.17, 31.6, 0.00, 0.01, 3.87, 1, 1, 9, 32.9490728,-106.9151700, 1626.0, 2022, 6, 24, 15, 20, 25, 1119, 1144, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 34, 0, 0, 0, 0, 32, 28, 33, 29, 0, 0, 27, 0, 25, 26, 0, 0, 0, 22, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 189.43, 7, main, -1.59, 84205.00, 1533.88, 214.03, -7.17, 31.6, 0.00, 0.01, 3.87, 1, 1, 9, 32.9490728,-106.9151700, 1626.0, 2022, 6, 24, 15, 20, 25, 1119, 1144, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 34, 0, 0, 0, 0, 32, 28, 33, 29, 0, 0, 27, 0, 25, 26, 0, 0, 0, 22, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 189.43, 7, main, -1.59, 84205.00, 1533.88, 214.03, -7.17, 31.6, 0.00, 0.01, 3.87, 1, 1, 9, 32.9490728,-106.9151700, 1626.0, 2022, 6, 24, 15, 20, 25, 1119, 1144, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 34, 0, 0, 0, 0, 32, 28, 33, 29, 0, 0, 27, 0, 25, 26, 0, 0, 0, 22, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 189.43, 7, main, -1.59, 84205.00, 1533.88, 214.03, -7.17, 31.6, 0.00, 0.01, 3.87, 1, 1, 9, 32.9490728,-106.9151700, 1626.0, 2022, 6, 24, 15, 20, 25, 1119, 1144, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 34, 0, 0, 0, 0, 32, 28, 33, 29, 0, 0, 27, 0, 25, 26, 0, 0, 0, 22, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 189.43, 7, main, -1.59, 84205.00, 1533.88, 214.03, -7.17, 31.6, 0.00, 0.01, 3.87, 1, 1, 9, 32.9490728,-106.9151700, 1626.0, 2022, 6, 24, 15, 20, 25, 1119, 1144, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 34, 0, 0, 0, 0, 32, 28, 33, 29, 0, 0, 27, 0, 25, 26, 0, 0, 0, 22, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 189.43, 7, main, -1.59, 84205.00, 1533.88, 214.03, -7.17, 31.6, 0.00, 0.01, 3.87, 1, 1, 9, 32.9490728,-106.9151700, 1626.0, 2022, 6, 24, 15, 20, 25, 1119, 1144, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 34, 0, 0, 0, 0, 32, 28, 33, 29, 0, 0, 27, 0, 25, 26, 0, 0, 0, 22, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 189.44, 7, main, -2.12, 84193.00, 1535.05, 215.19, -7.14, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9490168,-106.9151699, 1618.0, 2022, 6, 24, 15, 20, 26, 1113, 1136, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 31, 0, 0, 0, 0, 31, 27, 29, 29, 0, 0, 26, 0, 26, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 189.46, 7, main, -2.12, 84193.00, 1535.05, 215.19, -7.14, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9490168,-106.9151699, 1618.0, 2022, 6, 24, 15, 20, 26, 1113, 1136, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 31, 0, 0, 0, 0, 31, 27, 29, 29, 0, 0, 26, 0, 26, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 189.54, 7, main, -3.18, 84234.00, 1531.08, 211.23, -7.10, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9490168,-106.9151699, 1618.0, 2022, 6, 24, 15, 20, 26, 1113, 1136, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 31, 0, 0, 0, 0, 31, 27, 29, 29, 0, 0, 26, 0, 26, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 189.64, 7, main, -2.12, 84238.00, 1530.69, 210.84, -7.05, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9490168,-106.9151699, 1618.0, 2022, 6, 24, 15, 20, 26, 1113, 1136, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 31, 0, 0, 0, 0, 31, 27, 29, 29, 0, 0, 26, 0, 26, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 189.74, 7, main, -2.12, 84218.00, 1532.63, 212.77, -7.00, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9490168,-106.9151699, 1618.0, 2022, 6, 24, 15, 20, 26, 1113, 1136, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 31, 0, 0, 0, 0, 31, 27, 29, 29, 0, 0, 26, 0, 26, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 189.78, 7, main, -2.12, 84218.00, 1532.63, 212.77, -7.00, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490168,-106.9151699, 1618.0, 2022, 6, 24, 15, 20, 26, 1113, 1136, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 31, 0, 0, 0, 0, 31, 27, 29, 29, 0, 0, 26, 0, 26, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 189.84, 7, main, -2.65, 84243.00, 1530.21, 210.36, -6.94, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490168,-106.9151699, 1618.0, 2022, 6, 24, 15, 20, 26, 1113, 1136, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 31, 0, 0, 0, 0, 31, 27, 29, 29, 0, 0, 26, 0, 26, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 189.94, 7, main, -3.18, 84256.00, 1528.95, 209.10, -6.90, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490168,-106.9151699, 1618.0, 2022, 6, 24, 15, 20, 26, 1113, 1136, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 31, 0, 0, 0, 0, 31, 27, 29, 29, 0, 0, 26, 0, 26, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 190.04, 7, main, -4.24, 84259.00, 1528.66, 208.81, -6.86, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490168,-106.9151699, 1618.0, 2022, 6, 24, 15, 20, 26, 1113, 1136, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 31, 0, 0, 0, 0, 31, 27, 29, 29, 0, 0, 26, 0, 26, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 190.10, 7, main, -4.24, 84259.00, 1528.66, 208.81, -6.86, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490168,-106.9151699, 1618.0, 2022, 6, 24, 15, 20, 26, 1113, 1136, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 31, 0, 0, 0, 0, 31, 27, 29, 29, 0, 0, 26, 0, 26, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 190.14, 7, main, -2.65, 84258.00, 1528.76, 208.91, -6.82, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490168,-106.9151699, 1618.0, 2022, 6, 24, 15, 20, 26, 1113, 1136, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 31, 0, 0, 0, 0, 31, 27, 29, 29, 0, 0, 26, 0, 26, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 190.24, 7, main, -3.71, 84283.00, 1526.35, 206.49, -6.77, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490168,-106.9151699, 1618.0, 2022, 6, 24, 15, 20, 26, 1113, 1136, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 31, 0, 0, 0, 0, 31, 27, 29, 29, 0, 0, 26, 0, 26, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 190.34, 7, main, -4.24, 84282.00, 1526.44, 206.59, -6.72, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490168,-106.9151699, 1618.0, 2022, 6, 24, 15, 20, 26, 1113, 1136, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 31, 0, 0, 0, 0, 31, 27, 29, 29, 0, 0, 26, 0, 26, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 190.42, 7, main, -4.24, 84282.00, 1526.44, 206.59, -6.72, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490168,-106.9151699, 1618.0, 2022, 6, 24, 15, 20, 26, 1113, 1136, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 31, 0, 0, 0, 0, 31, 27, 29, 29, 0, 0, 26, 0, 26, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 190.43, 7, main, -4.24, 84282.00, 1526.44, 206.59, -6.72, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490168,-106.9151699, 1618.0, 2022, 6, 24, 15, 20, 26, 1113, 1136, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 31, 0, 0, 0, 0, 31, 27, 29, 29, 0, 0, 26, 0, 26, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 190.43, 7, main, -4.24, 84282.00, 1526.44, 206.59, -6.72, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490168,-106.9151699, 1618.0, 2022, 6, 24, 15, 20, 26, 1113, 1136, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 31, 0, 0, 0, 0, 31, 27, 29, 29, 0, 0, 26, 0, 26, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 190.43, 7, main, -4.24, 84282.00, 1526.44, 206.59, -6.72, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490168,-106.9151699, 1618.0, 2022, 6, 24, 15, 20, 26, 1113, 1136, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 31, 0, 0, 0, 0, 31, 27, 29, 29, 0, 0, 26, 0, 26, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 190.43, 7, main, -4.24, 84282.00, 1526.44, 206.59, -6.72, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490168,-106.9151699, 1618.0, 2022, 6, 24, 15, 20, 26, 1113, 1136, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 31, 0, 0, 0, 0, 31, 27, 29, 29, 0, 0, 26, 0, 26, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 190.43, 7, main, -4.24, 84282.00, 1526.44, 206.59, -6.72, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490168,-106.9151699, 1618.0, 2022, 6, 24, 15, 20, 26, 1113, 1136, 342, 12, 1.7,2147483647.0,2147483647.0, 0, 29, 25, 0, 0, 31, 0, 0, 0, 0, 31, 27, 29, 29, 0, 0, 26, 0, 26, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 190.44, 7, main, -2.65, 84293.00, 1525.38, 205.52, -6.66, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489650,-106.9151997, 1610.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 342, 11, 1.7,2147483647.0,2147483647.0, 0, 28, 27, 0, 0, 27, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 25, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 190.54, 7, main, -3.18, 84295.00, 1525.19, 205.33, -6.61, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489650,-106.9151997, 1610.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 342, 11, 1.7,2147483647.0,2147483647.0, 0, 28, 27, 0, 0, 27, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 25, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 190.64, 7, main, -3.71, 84317.00, 1523.06, 203.20, -6.56, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489650,-106.9151997, 1610.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 342, 11, 1.7,2147483647.0,2147483647.0, 0, 28, 27, 0, 0, 27, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 25, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 190.74, 7, main, -1.59, 84301.00, 1524.61, 204.75, -6.52, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489650,-106.9151997, 1610.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 342, 11, 1.7,2147483647.0,2147483647.0, 0, 28, 27, 0, 0, 27, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 25, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 190.74, 7, main, -1.59, 84301.00, 1524.61, 204.75, -6.52, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489650,-106.9151997, 1610.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 342, 11, 1.7,2147483647.0,2147483647.0, 0, 28, 27, 0, 0, 27, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 25, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 190.84, 7, main, -3.18, 84315.00, 1523.25, 203.40, -6.48, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489650,-106.9151997, 1610.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 342, 11, 1.7,2147483647.0,2147483647.0, 0, 28, 27, 0, 0, 27, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 25, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 190.94, 7, main, -2.12, 84304.00, 1524.32, 204.46, -6.45, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489650,-106.9151997, 1610.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 342, 11, 1.7,2147483647.0,2147483647.0, 0, 28, 27, 0, 0, 27, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 25, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 191.04, 7, main, -4.24, 84322.00, 1522.58, 202.72, -6.41, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489650,-106.9151997, 1610.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 342, 11, 1.7,2147483647.0,2147483647.0, 0, 28, 27, 0, 0, 27, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 25, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 191.06, 7, main, -4.24, 84322.00, 1522.58, 202.72, -6.41, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489650,-106.9151997, 1610.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 342, 11, 1.7,2147483647.0,2147483647.0, 0, 28, 27, 0, 0, 27, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 25, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 191.14, 7, main, -0.53, 84315.00, 1523.25, 203.40, -6.39, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489650,-106.9151997, 1610.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 342, 11, 1.7,2147483647.0,2147483647.0, 0, 28, 27, 0, 0, 27, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 25, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 191.24, 7, main, -3.71, 84354.00, 1519.49, 199.63, -6.37, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489650,-106.9151997, 1610.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 342, 11, 1.7,2147483647.0,2147483647.0, 0, 28, 27, 0, 0, 27, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 25, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 191.34, 7, main, -0.53, 84340.00, 1520.84, 200.98, -6.35, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489650,-106.9151997, 1610.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 342, 11, 1.7,2147483647.0,2147483647.0, 0, 28, 27, 0, 0, 27, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 25, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 191.38, 7, main, -0.53, 84340.00, 1520.84, 200.98, -6.35, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489650,-106.9151997, 1610.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 342, 11, 1.7,2147483647.0,2147483647.0, 0, 28, 27, 0, 0, 27, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 25, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 191.43, 7, main, -0.53, 84340.00, 1520.84, 200.98, -6.35, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489650,-106.9151997, 1610.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 342, 11, 1.7,2147483647.0,2147483647.0, 0, 28, 27, 0, 0, 27, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 25, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 191.43, 7, main, -0.53, 84340.00, 1520.84, 200.98, -6.35, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489650,-106.9151997, 1610.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 342, 11, 1.7,2147483647.0,2147483647.0, 0, 28, 27, 0, 0, 27, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 25, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 191.43, 7, main, -0.53, 84340.00, 1520.84, 200.98, -6.35, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489650,-106.9151997, 1610.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 342, 11, 1.7,2147483647.0,2147483647.0, 0, 28, 27, 0, 0, 27, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 25, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 191.43, 7, main, -0.53, 84340.00, 1520.84, 200.98, -6.35, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489650,-106.9151997, 1610.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 342, 11, 1.7,2147483647.0,2147483647.0, 0, 28, 27, 0, 0, 27, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 25, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 191.43, 7, main, -0.53, 84340.00, 1520.84, 200.98, -6.35, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489650,-106.9151997, 1610.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 342, 11, 1.7,2147483647.0,2147483647.0, 0, 28, 27, 0, 0, 27, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 25, 0, 25, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 191.44, 7, main, -3.71, 84375.00, 1517.46, 197.60, -6.34, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489212,-106.9152580, 1602.0, 2022, 6, 24, 15, 20, 28, 1106, 1126, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 29, 28, 0, 0, 27, 0, 0, 0, 0, 27, 36, 29, 26, 0, 0, 22, 0, 26, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 191.54, 7, main, -0.53, 84371.00, 1517.85, 197.99, -6.35, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489212,-106.9152580, 1602.0, 2022, 6, 24, 15, 20, 28, 1106, 1126, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 29, 28, 0, 0, 27, 0, 0, 0, 0, 27, 36, 29, 26, 0, 0, 22, 0, 26, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 191.64, 7, main, -3.18, 84350.00, 1519.87, 200.02, -6.36, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489212,-106.9152580, 1602.0, 2022, 6, 24, 15, 20, 28, 1106, 1126, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 29, 28, 0, 0, 27, 0, 0, 0, 0, 27, 36, 29, 26, 0, 0, 22, 0, 26, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 191.70, 7, main, -3.18, 84350.00, 1519.87, 200.02, -6.36, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489212,-106.9152580, 1602.0, 2022, 6, 24, 15, 20, 28, 1106, 1126, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 29, 28, 0, 0, 27, 0, 0, 0, 0, 27, 36, 29, 26, 0, 0, 22, 0, 26, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 191.74, 7, main, -2.12, 84361.00, 1518.81, 198.96, -6.36, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489212,-106.9152580, 1602.0, 2022, 6, 24, 15, 20, 28, 1106, 1126, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 29, 28, 0, 0, 27, 0, 0, 0, 0, 27, 36, 29, 26, 0, 0, 22, 0, 26, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 191.84, 7, main, -4.77, 84385.00, 1516.49, 196.64, -6.38, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489212,-106.9152580, 1602.0, 2022, 6, 24, 15, 20, 28, 1106, 1126, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 29, 28, 0, 0, 27, 0, 0, 0, 0, 27, 36, 29, 26, 0, 0, 22, 0, 26, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 191.94, 7, main, -1.06, 84393.00, 1515.72, 195.87, -6.41, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489212,-106.9152580, 1602.0, 2022, 6, 24, 15, 20, 28, 1106, 1126, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 29, 28, 0, 0, 27, 0, 0, 0, 0, 27, 36, 29, 26, 0, 0, 22, 0, 26, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 192.02, 7, main, -1.06, 84393.00, 1515.72, 195.87, -6.41, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489212,-106.9152580, 1602.0, 2022, 6, 24, 15, 20, 28, 1106, 1126, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 29, 28, 0, 0, 27, 0, 0, 0, 0, 27, 36, 29, 26, 0, 0, 22, 0, 26, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 192.04, 7, main, -4.24, 84393.00, 1515.72, 195.87, -6.42, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489212,-106.9152580, 1602.0, 2022, 6, 24, 15, 20, 28, 1106, 1126, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 29, 28, 0, 0, 27, 0, 0, 0, 0, 27, 36, 29, 26, 0, 0, 22, 0, 26, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 192.14, 7, main, -3.71, 84391.00, 1515.91, 196.06, -6.43, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489212,-106.9152580, 1602.0, 2022, 6, 24, 15, 20, 28, 1106, 1126, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 29, 28, 0, 0, 27, 0, 0, 0, 0, 27, 36, 29, 26, 0, 0, 22, 0, 26, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 192.24, 7, main, -2.65, 84402.00, 1514.85, 195.00, -6.45, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489212,-106.9152580, 1602.0, 2022, 6, 24, 15, 20, 28, 1106, 1126, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 29, 28, 0, 0, 27, 0, 0, 0, 0, 27, 36, 29, 26, 0, 0, 22, 0, 26, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 192.34, 7, main, -2.65, 84400.00, 1515.05, 195.19, -6.47, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489212,-106.9152580, 1602.0, 2022, 6, 24, 15, 20, 28, 1106, 1126, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 29, 28, 0, 0, 27, 0, 0, 0, 0, 27, 36, 29, 26, 0, 0, 22, 0, 26, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 192.34, 7, main, -2.65, 84400.00, 1515.05, 195.19, -6.47, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489212,-106.9152580, 1602.0, 2022, 6, 24, 15, 20, 28, 1106, 1126, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 29, 28, 0, 0, 27, 0, 0, 0, 0, 27, 36, 29, 26, 0, 0, 22, 0, 26, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 192.44, 7, main, -2.12, 84421.00, 1513.02, 193.16, -6.50, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488918,-106.9153286, 1595.0, 2022, 6, 24, 15, 20, 29, 1105, 1124, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 30, 34, 29, 26, 0, 0, 25, 0, 27, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 192.44, 7, main, -2.12, 84421.00, 1513.02, 193.16, -6.50, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488918,-106.9153286, 1595.0, 2022, 6, 24, 15, 20, 29, 1105, 1124, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 30, 34, 29, 26, 0, 0, 25, 0, 27, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 192.44, 7, main, -2.12, 84421.00, 1513.02, 193.16, -6.50, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488918,-106.9153286, 1595.0, 2022, 6, 24, 15, 20, 29, 1105, 1124, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 30, 34, 29, 26, 0, 0, 25, 0, 27, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 192.44, 7, main, -2.12, 84421.00, 1513.02, 193.16, -6.50, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488918,-106.9153286, 1595.0, 2022, 6, 24, 15, 20, 29, 1105, 1124, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 30, 34, 29, 26, 0, 0, 25, 0, 27, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 192.44, 7, main, -2.12, 84421.00, 1513.02, 193.16, -6.50, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488918,-106.9153286, 1595.0, 2022, 6, 24, 15, 20, 29, 1105, 1124, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 30, 34, 29, 26, 0, 0, 25, 0, 27, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 192.44, 7, main, -2.12, 84421.00, 1513.02, 193.16, -6.50, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488918,-106.9153286, 1595.0, 2022, 6, 24, 15, 20, 29, 1105, 1124, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 30, 34, 29, 26, 0, 0, 25, 0, 27, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 192.54, 7, main, -3.18, 84435.00, 1511.67, 191.81, -6.51, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488918,-106.9153286, 1595.0, 2022, 6, 24, 15, 20, 29, 1105, 1124, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 30, 34, 29, 26, 0, 0, 25, 0, 27, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 192.64, 7, main, -3.18, 84421.00, 1513.02, 193.16, -6.53, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488918,-106.9153286, 1595.0, 2022, 6, 24, 15, 20, 29, 1105, 1124, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 30, 34, 29, 26, 0, 0, 25, 0, 27, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 192.66, 7, main, -3.18, 84421.00, 1513.02, 193.16, -6.53, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9488918,-106.9153286, 1595.0, 2022, 6, 24, 15, 20, 29, 1105, 1124, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 30, 34, 29, 26, 0, 0, 25, 0, 27, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 192.74, 7, main, -0.53, 84447.00, 1510.51, 190.65, -6.52, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9488918,-106.9153286, 1595.0, 2022, 6, 24, 15, 20, 29, 1105, 1124, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 30, 34, 29, 26, 0, 0, 25, 0, 27, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 192.84, 7, main, -3.71, 84443.00, 1510.90, 191.04, -6.53, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9488918,-106.9153286, 1595.0, 2022, 6, 24, 15, 20, 29, 1105, 1124, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 30, 34, 29, 26, 0, 0, 25, 0, 27, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 192.94, 7, main, -3.71, 84449.00, 1510.32, 190.46, -6.53, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9488918,-106.9153286, 1595.0, 2022, 6, 24, 15, 20, 29, 1105, 1124, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 30, 34, 29, 26, 0, 0, 25, 0, 27, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 192.98, 7, main, -3.71, 84449.00, 1510.32, 190.46, -6.53, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9488918,-106.9153286, 1595.0, 2022, 6, 24, 15, 20, 29, 1105, 1124, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 30, 34, 29, 26, 0, 0, 25, 0, 27, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 193.04, 7, main, -1.59, 84461.00, 1509.16, 189.30, -6.52, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9488918,-106.9153286, 1595.0, 2022, 6, 24, 15, 20, 29, 1105, 1124, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 30, 34, 29, 26, 0, 0, 25, 0, 27, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 193.14, 7, main, -3.71, 84465.00, 1508.77, 188.92, -6.51, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9488918,-106.9153286, 1595.0, 2022, 6, 24, 15, 20, 29, 1105, 1124, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 30, 34, 29, 26, 0, 0, 25, 0, 27, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 193.24, 7, main, -3.71, 84480.00, 1507.33, 187.47, -6.52, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9488918,-106.9153286, 1595.0, 2022, 6, 24, 15, 20, 29, 1105, 1124, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 30, 34, 29, 26, 0, 0, 25, 0, 27, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 193.30, 7, main, -3.71, 84480.00, 1507.33, 187.47, -6.52, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488918,-106.9153286, 1595.0, 2022, 6, 24, 15, 20, 29, 1105, 1124, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 30, 34, 29, 26, 0, 0, 25, 0, 27, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 193.34, 7, main, -3.18, 84472.00, 1508.10, 188.24, -6.51, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488918,-106.9153286, 1595.0, 2022, 6, 24, 15, 20, 29, 1105, 1124, 341, 11, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 31, 0, 0, 0, 0, 30, 34, 29, 26, 0, 0, 25, 0, 27, 26, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 193.44, 7, main, -0.53, 84494.00, 1505.98, 186.12, -6.52, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488831,-106.9154010, 1588.0, 2022, 6, 24, 15, 20, 30, 1106, 1124, 341, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 34, 0, 0, 0, 0, 30, 28, 32, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 193.44, 7, main, -0.53, 84494.00, 1505.98, 186.12, -6.52, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488831,-106.9154010, 1588.0, 2022, 6, 24, 15, 20, 30, 1106, 1124, 341, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 34, 0, 0, 0, 0, 30, 28, 32, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 193.44, 7, main, -0.53, 84494.00, 1505.98, 186.12, -6.52, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488831,-106.9154010, 1588.0, 2022, 6, 24, 15, 20, 30, 1106, 1124, 341, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 34, 0, 0, 0, 0, 30, 28, 32, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 193.44, 7, main, -0.53, 84494.00, 1505.98, 186.12, -6.52, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488831,-106.9154010, 1588.0, 2022, 6, 24, 15, 20, 30, 1106, 1124, 341, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 34, 0, 0, 0, 0, 30, 28, 32, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 193.44, 7, main, -0.53, 84494.00, 1505.98, 186.12, -6.52, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488831,-106.9154010, 1588.0, 2022, 6, 24, 15, 20, 30, 1106, 1124, 341, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 34, 0, 0, 0, 0, 30, 28, 32, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 193.44, 7, main, -0.53, 84494.00, 1505.98, 186.12, -6.52, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488831,-106.9154010, 1588.0, 2022, 6, 24, 15, 20, 30, 1106, 1124, 341, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 34, 0, 0, 0, 0, 30, 28, 32, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 193.54, 7, main, -2.65, 84496.00, 1505.78, 185.93, -6.52, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488831,-106.9154010, 1588.0, 2022, 6, 24, 15, 20, 30, 1106, 1124, 341, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 34, 0, 0, 0, 0, 30, 28, 32, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 193.62, 7, main, -2.65, 84496.00, 1505.78, 185.93, -6.52, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488831,-106.9154010, 1588.0, 2022, 6, 24, 15, 20, 30, 1106, 1124, 341, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 34, 0, 0, 0, 0, 30, 28, 32, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 193.64, 7, main, -1.59, 84505.00, 1504.92, 185.06, -6.49, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488831,-106.9154010, 1588.0, 2022, 6, 24, 15, 20, 30, 1106, 1124, 341, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 34, 0, 0, 0, 0, 30, 28, 32, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 193.74, 7, main, -1.59, 84498.00, 1505.59, 185.74, -6.50, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488831,-106.9154010, 1588.0, 2022, 6, 24, 15, 20, 30, 1106, 1124, 341, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 34, 0, 0, 0, 0, 30, 28, 32, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 193.84, 7, main, -0.00, 84517.00, 1503.76, 183.90, -6.50, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488831,-106.9154010, 1588.0, 2022, 6, 24, 15, 20, 30, 1106, 1124, 341, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 34, 0, 0, 0, 0, 30, 28, 32, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 193.94, 7, main, -3.71, 84535.00, 1502.02, 182.17, -6.51, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488831,-106.9154010, 1588.0, 2022, 6, 24, 15, 20, 30, 1106, 1124, 341, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 34, 0, 0, 0, 0, 30, 28, 32, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 193.94, 7, main, -3.71, 84535.00, 1502.02, 182.17, -6.51, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488831,-106.9154010, 1588.0, 2022, 6, 24, 15, 20, 30, 1106, 1124, 341, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 34, 0, 0, 0, 0, 30, 28, 32, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 194.04, 7, main, -1.59, 84510.00, 1504.43, 184.58, -6.54, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488831,-106.9154010, 1588.0, 2022, 6, 24, 15, 20, 30, 1106, 1124, 341, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 34, 0, 0, 0, 0, 30, 28, 32, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 194.14, 7, main, -3.71, 84518.00, 1503.66, 183.81, -6.54, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488831,-106.9154010, 1588.0, 2022, 6, 24, 15, 20, 30, 1106, 1124, 341, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 34, 0, 0, 0, 0, 30, 28, 32, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 194.24, 7, main, -2.12, 84544.00, 1501.16, 181.30, -6.56, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488831,-106.9154010, 1588.0, 2022, 6, 24, 15, 20, 30, 1106, 1124, 341, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 34, 0, 0, 0, 0, 30, 28, 32, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 194.26, 7, main, -2.12, 84544.00, 1501.16, 181.30, -6.56, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488831,-106.9154010, 1588.0, 2022, 6, 24, 15, 20, 30, 1106, 1124, 341, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 34, 0, 0, 0, 0, 30, 28, 32, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 194.34, 7, main, -3.18, 84551.00, 1500.48, 180.63, -6.58, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488831,-106.9154010, 1588.0, 2022, 6, 24, 15, 20, 30, 1106, 1124, 341, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 34, 0, 0, 0, 0, 30, 28, 32, 28, 0, 0, 26, 0, 27, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 194.44, 7, main, -0.53, 84573.00, 1498.36, 178.51, -6.60, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488953,-106.9154709, 1581.0, 2022, 6, 24, 15, 20, 31, 1110, 1126, 340, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 23, 0, 0, 34, 0, 0, 0, 0, 31, 34, 26, 26, 0, 0, 27, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 194.44, 7, main, -0.53, 84573.00, 1498.36, 178.51, -6.60, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488953,-106.9154709, 1581.0, 2022, 6, 24, 15, 20, 31, 1110, 1126, 340, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 23, 0, 0, 34, 0, 0, 0, 0, 31, 34, 26, 26, 0, 0, 27, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 194.44, 7, main, -0.53, 84573.00, 1498.36, 178.51, -6.60, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488953,-106.9154709, 1581.0, 2022, 6, 24, 15, 20, 31, 1110, 1126, 340, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 23, 0, 0, 34, 0, 0, 0, 0, 31, 34, 26, 26, 0, 0, 27, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 194.44, 7, main, -0.53, 84573.00, 1498.36, 178.51, -6.60, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488953,-106.9154709, 1581.0, 2022, 6, 24, 15, 20, 31, 1110, 1126, 340, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 23, 0, 0, 34, 0, 0, 0, 0, 31, 34, 26, 26, 0, 0, 27, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 194.44, 7, main, -0.53, 84573.00, 1498.36, 178.51, -6.60, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488953,-106.9154709, 1581.0, 2022, 6, 24, 15, 20, 31, 1110, 1126, 340, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 23, 0, 0, 34, 0, 0, 0, 0, 31, 34, 26, 26, 0, 0, 27, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 194.44, 7, main, -0.53, 84573.00, 1498.36, 178.51, -6.60, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488953,-106.9154709, 1581.0, 2022, 6, 24, 15, 20, 31, 1110, 1126, 340, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 23, 0, 0, 34, 0, 0, 0, 0, 31, 34, 26, 26, 0, 0, 27, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 194.54, 7, main, -3.18, 84553.00, 1500.29, 180.43, -6.63, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488953,-106.9154709, 1581.0, 2022, 6, 24, 15, 20, 31, 1110, 1126, 340, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 23, 0, 0, 34, 0, 0, 0, 0, 31, 34, 26, 26, 0, 0, 27, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 194.58, 7, main, -3.18, 84553.00, 1500.29, 180.43, -6.63, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488953,-106.9154709, 1581.0, 2022, 6, 24, 15, 20, 31, 1110, 1126, 340, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 23, 0, 0, 34, 0, 0, 0, 0, 31, 34, 26, 26, 0, 0, 27, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 194.64, 7, main, -0.00, 84560.00, 1499.61, 179.76, -6.63, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488953,-106.9154709, 1581.0, 2022, 6, 24, 15, 20, 31, 1110, 1126, 340, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 23, 0, 0, 34, 0, 0, 0, 0, 31, 34, 26, 26, 0, 0, 27, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 194.74, 7, main, -3.18, 84567.00, 1498.94, 179.08, -6.64, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488953,-106.9154709, 1581.0, 2022, 6, 24, 15, 20, 31, 1110, 1126, 340, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 23, 0, 0, 34, 0, 0, 0, 0, 31, 34, 26, 26, 0, 0, 27, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 194.84, 7, main, -0.00, 84584.00, 1497.30, 177.45, -6.64, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488953,-106.9154709, 1581.0, 2022, 6, 24, 15, 20, 31, 1110, 1126, 340, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 23, 0, 0, 34, 0, 0, 0, 0, 31, 34, 26, 26, 0, 0, 27, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 194.90, 7, main, -0.00, 84584.00, 1497.30, 177.45, -6.64, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488953,-106.9154709, 1581.0, 2022, 6, 24, 15, 20, 31, 1110, 1126, 340, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 23, 0, 0, 34, 0, 0, 0, 0, 31, 34, 26, 26, 0, 0, 27, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 194.94, 7, main, -1.59, 84600.00, 1495.76, 175.90, -6.64, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488953,-106.9154709, 1581.0, 2022, 6, 24, 15, 20, 31, 1110, 1126, 340, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 23, 0, 0, 34, 0, 0, 0, 0, 31, 34, 26, 26, 0, 0, 27, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 195.04, 7, main, -0.53, 84575.00, 1498.17, 178.31, -6.63, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488953,-106.9154709, 1581.0, 2022, 6, 24, 15, 20, 31, 1110, 1126, 340, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 23, 0, 0, 34, 0, 0, 0, 0, 31, 34, 26, 26, 0, 0, 27, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 195.14, 7, main, -3.18, 84603.00, 1495.47, 175.62, -6.61, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9488953,-106.9154709, 1581.0, 2022, 6, 24, 15, 20, 31, 1110, 1126, 340, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 23, 0, 0, 34, 0, 0, 0, 0, 31, 34, 26, 26, 0, 0, 27, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 195.22, 7, main, -3.18, 84603.00, 1495.47, 175.62, -6.61, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488953,-106.9154709, 1581.0, 2022, 6, 24, 15, 20, 31, 1110, 1126, 340, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 23, 0, 0, 34, 0, 0, 0, 0, 31, 34, 26, 26, 0, 0, 27, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 195.24, 7, main, -0.53, 84604.00, 1495.38, 175.52, -6.60, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488953,-106.9154709, 1581.0, 2022, 6, 24, 15, 20, 31, 1110, 1126, 340, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 23, 0, 0, 34, 0, 0, 0, 0, 31, 34, 26, 26, 0, 0, 27, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 195.34, 7, main, -3.18, 84618.00, 1494.03, 174.17, -6.56, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9488953,-106.9154709, 1581.0, 2022, 6, 24, 15, 20, 31, 1110, 1126, 340, 10, 1.7,2147483647.0,2147483647.0, 0, 31, 23, 0, 0, 34, 0, 0, 0, 0, 31, 34, 26, 26, 0, 0, 27, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 195.44, 7, main, -0.53, 84636.00, 1492.29, 172.44, -6.55, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 195.44, 7, main, -0.53, 84636.00, 1492.29, 172.44, -6.55, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 195.44, 7, main, -0.53, 84636.00, 1492.29, 172.44, -6.55, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 195.44, 7, main, -0.53, 84636.00, 1492.29, 172.44, -6.55, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 195.44, 7, main, -0.53, 84636.00, 1492.29, 172.44, -6.55, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 195.44, 7, main, -0.53, 84636.00, 1492.29, 172.44, -6.55, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 195.54, 7, main, -1.59, 84625.00, 1493.35, 173.50, -6.52, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 195.54, 7, main, -1.59, 84625.00, 1493.35, 173.50, -6.52, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 195.64, 7, main, -2.12, 84625.00, 1493.35, 173.50, -6.48, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 195.74, 7, main, -2.12, 84668.00, 1489.21, 169.36, -6.44, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 195.84, 7, main, -2.12, 84648.00, 1491.14, 171.28, -6.41, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 195.86, 7, main, -2.12, 84648.00, 1491.14, 171.28, -6.41, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 195.94, 7, main, -3.71, 84656.00, 1490.37, 170.51, -6.40, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 196.04, 7, main, -1.06, 84694.00, 1486.71, 166.85, -6.38, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 196.14, 7, main, -3.18, 84657.00, 1490.27, 170.42, -6.35, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 196.18, 7, main, -3.18, 84657.00, 1490.27, 170.42, -6.35, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 196.24, 7, main, -3.18, 84674.00, 1488.63, 168.78, -6.36, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 196.34, 7, main, -2.12, 84685.00, 1487.58, 167.72, -6.37, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 196.42, 7, main, -2.12, 84685.00, 1487.58, 167.72, -6.37, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 196.42, 7, main, -2.12, 84685.00, 1487.58, 167.72, -6.37, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 196.42, 7, main, -2.12, 84685.00, 1487.58, 167.72, -6.37, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 196.42, 7, main, -2.12, 84685.00, 1487.58, 167.72, -6.37, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 196.42, 7, main, -2.12, 84685.00, 1487.58, 167.72, -6.37, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489280,-106.9155211, 1575.0, 2022, 6, 24, 15, 20, 32, 1115, 1130, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 27, 25, 0, 0, 25, 0, 0, 0, 0, 27, 30, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 196.44, 7, main, -1.59, 84686.00, 1487.48, 167.62, -6.40, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9489729,-106.9155470, 1567.0, 2022, 6, 24, 15, 20, 33, 1120, 1134, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 28, 0, 0, 0, 0, 25, 32, 25, 24, 0, 0, 32, 0, 34, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 196.50, 7, main, -1.59, 84686.00, 1487.48, 167.62, -6.40, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489729,-106.9155470, 1567.0, 2022, 6, 24, 15, 20, 33, 1120, 1134, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 28, 0, 0, 0, 0, 25, 32, 25, 24, 0, 0, 32, 0, 34, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 196.54, 7, main, -3.18, 84699.00, 1486.23, 166.37, -6.40, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489729,-106.9155470, 1567.0, 2022, 6, 24, 15, 20, 33, 1120, 1134, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 28, 0, 0, 0, 0, 25, 32, 25, 24, 0, 0, 32, 0, 34, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 196.64, 7, main, -2.12, 84681.00, 1487.96, 168.10, -6.42, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489729,-106.9155470, 1567.0, 2022, 6, 24, 15, 20, 33, 1120, 1134, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 28, 0, 0, 0, 0, 25, 32, 25, 24, 0, 0, 32, 0, 34, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 196.74, 7, main, -2.65, 84697.00, 1486.42, 166.56, -6.45, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489729,-106.9155470, 1567.0, 2022, 6, 24, 15, 20, 33, 1120, 1134, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 28, 0, 0, 0, 0, 25, 32, 25, 24, 0, 0, 32, 0, 34, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 196.82, 7, main, -2.65, 84697.00, 1486.42, 166.56, -6.45, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489729,-106.9155470, 1567.0, 2022, 6, 24, 15, 20, 33, 1120, 1134, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 28, 0, 0, 0, 0, 25, 32, 25, 24, 0, 0, 32, 0, 34, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 196.84, 7, main, -0.53, 84724.00, 1483.82, 163.97, -6.49, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489729,-106.9155470, 1567.0, 2022, 6, 24, 15, 20, 33, 1120, 1134, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 28, 0, 0, 0, 0, 25, 32, 25, 24, 0, 0, 32, 0, 34, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 196.94, 7, main, -1.59, 84715.00, 1484.69, 164.83, -6.53, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489729,-106.9155470, 1567.0, 2022, 6, 24, 15, 20, 33, 1120, 1134, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 28, 0, 0, 0, 0, 25, 32, 25, 24, 0, 0, 32, 0, 34, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 197.04, 7, main, -0.53, 84733.00, 1482.96, 163.10, -6.54, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489729,-106.9155470, 1567.0, 2022, 6, 24, 15, 20, 33, 1120, 1134, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 28, 0, 0, 0, 0, 25, 32, 25, 24, 0, 0, 32, 0, 34, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 197.14, 7, main, -3.18, 84733.00, 1482.96, 163.10, -6.57, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489729,-106.9155470, 1567.0, 2022, 6, 24, 15, 20, 33, 1120, 1134, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 28, 0, 0, 0, 0, 25, 32, 25, 24, 0, 0, 32, 0, 34, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 197.14, 7, main, -3.18, 84733.00, 1482.96, 163.10, -6.57, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489729,-106.9155470, 1567.0, 2022, 6, 24, 15, 20, 33, 1120, 1134, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 28, 0, 0, 0, 0, 25, 32, 25, 24, 0, 0, 32, 0, 34, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 197.24, 7, main, -2.12, 84748.00, 1481.51, 161.66, -6.58, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489729,-106.9155470, 1567.0, 2022, 6, 24, 15, 20, 33, 1120, 1134, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 28, 0, 0, 0, 0, 25, 32, 25, 24, 0, 0, 32, 0, 34, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 197.34, 7, main, -1.06, 84732.00, 1483.05, 163.20, -6.59, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489729,-106.9155470, 1567.0, 2022, 6, 24, 15, 20, 33, 1120, 1134, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 28, 0, 0, 0, 0, 25, 32, 25, 24, 0, 0, 32, 0, 34, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 197.43, 7, main, -1.06, 84732.00, 1483.05, 163.20, -6.59, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489729,-106.9155470, 1567.0, 2022, 6, 24, 15, 20, 33, 1120, 1134, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 28, 0, 0, 0, 0, 25, 32, 25, 24, 0, 0, 32, 0, 34, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 197.43, 7, main, -1.06, 84732.00, 1483.05, 163.20, -6.59, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489729,-106.9155470, 1567.0, 2022, 6, 24, 15, 20, 33, 1120, 1134, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 28, 0, 0, 0, 0, 25, 32, 25, 24, 0, 0, 32, 0, 34, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 197.43, 7, main, -1.06, 84732.00, 1483.05, 163.20, -6.59, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489729,-106.9155470, 1567.0, 2022, 6, 24, 15, 20, 33, 1120, 1134, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 28, 0, 0, 0, 0, 25, 32, 25, 24, 0, 0, 32, 0, 34, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 197.43, 7, main, -1.06, 84732.00, 1483.05, 163.20, -6.59, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489729,-106.9155470, 1567.0, 2022, 6, 24, 15, 20, 33, 1120, 1134, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 28, 0, 0, 0, 0, 25, 32, 25, 24, 0, 0, 32, 0, 34, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 197.43, 7, main, -1.06, 84732.00, 1483.05, 163.20, -6.59, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9489729,-106.9155470, 1567.0, 2022, 6, 24, 15, 20, 33, 1120, 1134, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 28, 0, 0, 0, 0, 25, 32, 25, 24, 0, 0, 32, 0, 34, 26, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 197.44, 7, main, -2.65, 84780.00, 1478.44, 158.58, -6.59, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490185,-106.9155552, 1560.0, 2022, 6, 24, 15, 20, 34, 1125, 1138, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 26, 30, 0, 0, 29, 0, 0, 0, 0, 30, 27, 25, 31, 0, 0, 32, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 197.46, 7, main, -2.65, 84780.00, 1478.44, 158.58, -6.59, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9490185,-106.9155552, 1560.0, 2022, 6, 24, 15, 20, 34, 1125, 1138, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 26, 30, 0, 0, 29, 0, 0, 0, 0, 30, 27, 25, 31, 0, 0, 32, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 197.54, 7, main, -0.53, 84770.00, 1479.40, 159.54, -6.55, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9490185,-106.9155552, 1560.0, 2022, 6, 24, 15, 20, 34, 1125, 1138, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 26, 30, 0, 0, 29, 0, 0, 0, 0, 30, 27, 25, 31, 0, 0, 32, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 197.64, 7, main, -1.59, 84750.00, 1481.32, 161.46, -6.49, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9490185,-106.9155552, 1560.0, 2022, 6, 24, 15, 20, 34, 1125, 1138, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 26, 30, 0, 0, 29, 0, 0, 0, 0, 30, 27, 25, 31, 0, 0, 32, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 197.74, 7, main, -2.12, 84787.00, 1477.76, 157.91, -6.46, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9490185,-106.9155552, 1560.0, 2022, 6, 24, 15, 20, 34, 1125, 1138, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 26, 30, 0, 0, 29, 0, 0, 0, 0, 30, 27, 25, 31, 0, 0, 32, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 197.78, 7, main, -2.12, 84787.00, 1477.76, 157.91, -6.46, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9490185,-106.9155552, 1560.0, 2022, 6, 24, 15, 20, 34, 1125, 1138, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 26, 30, 0, 0, 29, 0, 0, 0, 0, 30, 27, 25, 31, 0, 0, 32, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 197.84, 7, main, -3.71, 84775.00, 1478.92, 159.06, -6.37, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9490185,-106.9155552, 1560.0, 2022, 6, 24, 15, 20, 34, 1125, 1138, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 26, 30, 0, 0, 29, 0, 0, 0, 0, 30, 27, 25, 31, 0, 0, 32, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 197.94, 7, main, -2.12, 84810.00, 1475.55, 155.69, -6.28, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9490185,-106.9155552, 1560.0, 2022, 6, 24, 15, 20, 34, 1125, 1138, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 26, 30, 0, 0, 29, 0, 0, 0, 0, 30, 27, 25, 31, 0, 0, 32, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 198.04, 7, main, -3.71, 84803.00, 1476.22, 156.37, -6.20, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9490185,-106.9155552, 1560.0, 2022, 6, 24, 15, 20, 34, 1125, 1138, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 26, 30, 0, 0, 29, 0, 0, 0, 0, 30, 27, 25, 31, 0, 0, 32, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 198.10, 7, main, -3.71, 84803.00, 1476.22, 156.37, -6.20, 31.6, 0.01, 0.00, 3.86, 1, 1, 9, 32.9490185,-106.9155552, 1560.0, 2022, 6, 24, 15, 20, 34, 1125, 1138, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 26, 30, 0, 0, 29, 0, 0, 0, 0, 30, 27, 25, 31, 0, 0, 32, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 198.14, 7, main, -3.71, 84796.00, 1476.90, 157.04, -6.10, 31.7, 0.01, 0.00, 3.86, 1, 1, 9, 32.9490185,-106.9155552, 1560.0, 2022, 6, 24, 15, 20, 34, 1125, 1138, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 26, 30, 0, 0, 29, 0, 0, 0, 0, 30, 27, 25, 31, 0, 0, 32, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 198.24, 7, main, -3.71, 84823.00, 1474.30, 154.44, -6.00, 31.7, 0.01, 0.00, 3.86, 1, 1, 9, 32.9490185,-106.9155552, 1560.0, 2022, 6, 24, 15, 20, 34, 1125, 1138, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 26, 30, 0, 0, 29, 0, 0, 0, 0, 30, 27, 25, 31, 0, 0, 32, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 198.34, 7, main, -3.18, 84826.00, 1474.01, 154.16, -5.90, 31.6, 0.01, 0.00, 3.86, 1, 1, 9, 32.9490185,-106.9155552, 1560.0, 2022, 6, 24, 15, 20, 34, 1125, 1138, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 26, 30, 0, 0, 29, 0, 0, 0, 0, 30, 27, 25, 31, 0, 0, 32, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 198.42, 7, main, -3.18, 84826.00, 1474.01, 154.16, -5.90, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9490185,-106.9155552, 1560.0, 2022, 6, 24, 15, 20, 34, 1125, 1138, 340, 9, 1.7,2147483647.0,2147483647.0, 0, 26, 30, 0, 0, 29, 0, 0, 0, 0, 30, 27, 25, 31, 0, 0, 32, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 198.44, 7, main, -1.59, 84823.00, 1474.30, 154.44, -5.81, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 198.44, 7, main, -1.59, 84823.00, 1474.30, 154.44, -5.81, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 198.44, 7, main, -1.59, 84823.00, 1474.30, 154.44, -5.81, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 198.44, 7, main, -1.59, 84823.00, 1474.30, 154.44, -5.81, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 198.44, 7, main, -1.59, 84823.00, 1474.30, 154.44, -5.81, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 198.44, 7, main, -1.59, 84823.00, 1474.30, 154.44, -5.81, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 198.54, 7, main, -3.71, 84820.00, 1474.59, 154.73, -5.71, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 198.64, 7, main, -1.59, 84839.00, 1472.76, 152.91, -5.63, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 198.74, 7, main, -1.59, 84854.00, 1471.32, 151.47, -5.58, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 198.74, 7, main, -1.59, 84854.00, 1471.32, 151.47, -5.58, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 198.84, 7, main, -3.71, 84856.00, 1471.13, 151.27, -5.54, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 198.94, 7, main, -4.77, 84861.00, 1470.65, 150.79, -5.50, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 199.04, 7, main, -4.77, 84846.00, 1472.09, 152.23, -5.49, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 199.06, 7, main, -4.77, 84846.00, 1472.09, 152.23, -5.49, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 199.14, 7, main, -4.77, 84867.00, 1470.07, 150.22, -5.49, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 199.24, 7, main, -5.83, 84868.00, 1469.98, 150.12, -5.50, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 199.34, 7, main, -1.06, 84870.00, 1469.78, 149.93, -5.52, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 199.38, 7, main, -1.06, 84870.00, 1469.78, 149.93, -5.52, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 199.44, 7, main, -2.12, 84882.00, 1468.63, 148.77, -5.57, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 199.44, 7, main, -2.12, 84882.00, 1468.63, 148.77, -5.57, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 199.44, 7, main, -2.12, 84882.00, 1468.63, 148.77, -5.57, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 199.44, 7, main, -2.12, 84882.00, 1468.63, 148.77, -5.57, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 199.44, 7, main, -2.12, 84882.00, 1468.63, 148.77, -5.57, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 199.44, 7, main, -2.12, 84882.00, 1468.63, 148.77, -5.57, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9490614,-106.9155519, 1553.0, 2022, 6, 24, 15, 20, 35, 1129, 1141, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 31, 29, 0, 0, 30, 0, 0, 0, 0, 30, 27, 30, 35, 0, 0, 35, 0, 28, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 32, 0, 0 +6, 5115, 1,VA3NPN, 199.54, 7, main, -2.12, 84871.00, 1469.69, 149.83, -5.61, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491081,-106.9155428, 1548.0, 2022, 6, 24, 15, 20, 36, 1134, 1145, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 31, 0, 0, 0, 0, 34, 25, 30, 31, 0, 0, 35, 0, 28, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 34, 0, 0 +6, 5115, 1,VA3NPN, 199.64, 7, main, -2.12, 84876.00, 1469.21, 149.35, -5.65, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491081,-106.9155428, 1548.0, 2022, 6, 24, 15, 20, 36, 1134, 1145, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 31, 0, 0, 0, 0, 34, 25, 30, 31, 0, 0, 35, 0, 28, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 34, 0, 0 +6, 5115, 1,VA3NPN, 199.70, 7, main, -2.12, 84876.00, 1469.21, 149.35, -5.65, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491081,-106.9155428, 1548.0, 2022, 6, 24, 15, 20, 36, 1134, 1145, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 31, 0, 0, 0, 0, 34, 25, 30, 31, 0, 0, 35, 0, 28, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 34, 0, 0 +6, 5115, 1,VA3NPN, 199.74, 7, main, -1.06, 84907.00, 1466.23, 146.37, -5.70, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491081,-106.9155428, 1548.0, 2022, 6, 24, 15, 20, 36, 1134, 1145, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 31, 0, 0, 0, 0, 34, 25, 30, 31, 0, 0, 35, 0, 28, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 34, 0, 0 +6, 5115, 1,VA3NPN, 199.84, 7, main, -2.12, 84879.00, 1468.92, 149.06, -5.76, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491081,-106.9155428, 1548.0, 2022, 6, 24, 15, 20, 36, 1134, 1145, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 31, 0, 0, 0, 0, 34, 25, 30, 31, 0, 0, 35, 0, 28, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 34, 0, 0 +6, 5115, 1,VA3NPN, 199.94, 7, main, -2.65, 84913.00, 1465.65, 145.80, -5.80, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491081,-106.9155428, 1548.0, 2022, 6, 24, 15, 20, 36, 1134, 1145, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 31, 0, 0, 0, 0, 34, 25, 30, 31, 0, 0, 35, 0, 28, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 34, 0, 0 +6, 5115, 1,VA3NPN, 200.02, 7, main, -2.65, 84913.00, 1465.65, 145.80, -5.80, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491081,-106.9155428, 1548.0, 2022, 6, 24, 15, 20, 36, 1134, 1145, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 31, 0, 0, 0, 0, 34, 25, 30, 31, 0, 0, 35, 0, 28, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 34, 0, 0 +6, 5115, 1,VA3NPN, 200.04, 7, main, -2.65, 84917.00, 1465.27, 145.41, -5.84, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491081,-106.9155428, 1548.0, 2022, 6, 24, 15, 20, 36, 1134, 1145, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 31, 0, 0, 0, 0, 34, 25, 30, 31, 0, 0, 35, 0, 28, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 34, 0, 0 +6, 5115, 1,VA3NPN, 200.14, 7, main, -4.77, 84931.00, 1463.92, 144.07, -5.86, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491081,-106.9155428, 1548.0, 2022, 6, 24, 15, 20, 36, 1134, 1145, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 31, 0, 0, 0, 0, 34, 25, 30, 31, 0, 0, 35, 0, 28, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 34, 0, 0 +6, 5115, 1,VA3NPN, 200.24, 7, main, -4.24, 84937.00, 1463.35, 143.49, -5.89, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491081,-106.9155428, 1548.0, 2022, 6, 24, 15, 20, 36, 1134, 1145, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 31, 0, 0, 0, 0, 34, 25, 30, 31, 0, 0, 35, 0, 28, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 34, 0, 0 +6, 5115, 1,VA3NPN, 200.34, 7, main, -4.24, 84930.00, 1464.02, 144.16, -5.90, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491081,-106.9155428, 1548.0, 2022, 6, 24, 15, 20, 36, 1134, 1145, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 31, 0, 0, 0, 0, 34, 25, 30, 31, 0, 0, 35, 0, 28, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 34, 0, 0 +6, 5115, 1,VA3NPN, 200.34, 7, main, -4.24, 84930.00, 1464.02, 144.16, -5.90, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491081,-106.9155428, 1548.0, 2022, 6, 24, 15, 20, 36, 1134, 1145, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 31, 0, 0, 0, 0, 34, 25, 30, 31, 0, 0, 35, 0, 28, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 34, 0, 0 +6, 5115, 1,VA3NPN, 200.43, 7, main, -4.24, 84930.00, 1464.02, 144.16, -5.90, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491081,-106.9155428, 1548.0, 2022, 6, 24, 15, 20, 36, 1134, 1145, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 31, 0, 0, 0, 0, 34, 25, 30, 31, 0, 0, 35, 0, 28, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 34, 0, 0 +6, 5115, 1,VA3NPN, 200.43, 7, main, -4.24, 84930.00, 1464.02, 144.16, -5.90, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491081,-106.9155428, 1548.0, 2022, 6, 24, 15, 20, 36, 1134, 1145, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 31, 0, 0, 0, 0, 34, 25, 30, 31, 0, 0, 35, 0, 28, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 34, 0, 0 +6, 5115, 1,VA3NPN, 200.43, 7, main, -4.24, 84930.00, 1464.02, 144.16, -5.90, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491081,-106.9155428, 1548.0, 2022, 6, 24, 15, 20, 36, 1134, 1145, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 31, 0, 0, 0, 0, 34, 25, 30, 31, 0, 0, 35, 0, 28, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 34, 0, 0 +6, 5115, 1,VA3NPN, 200.43, 7, main, -4.24, 84930.00, 1464.02, 144.16, -5.90, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491081,-106.9155428, 1548.0, 2022, 6, 24, 15, 20, 36, 1134, 1145, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 31, 0, 0, 0, 0, 34, 25, 30, 31, 0, 0, 35, 0, 28, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 34, 0, 0 +6, 5115, 1,VA3NPN, 200.43, 7, main, -4.24, 84930.00, 1464.02, 144.16, -5.90, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491081,-106.9155428, 1548.0, 2022, 6, 24, 15, 20, 36, 1134, 1145, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 32, 29, 0, 0, 31, 0, 0, 0, 0, 34, 25, 30, 31, 0, 0, 35, 0, 28, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 34, 0, 0 +6, 5115, 1,VA3NPN, 200.44, 7, main, -5.30, 84946.00, 1462.48, 142.63, -5.89, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491501,-106.9155338, 1542.0, 2022, 6, 24, 15, 20, 37, 1138, 1148, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 22, 30, 28, 26, 0, 0, 33, 0, 29, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 200.54, 7, main, -4.24, 84923.00, 1464.69, 144.84, -5.88, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491501,-106.9155338, 1542.0, 2022, 6, 24, 15, 20, 37, 1138, 1148, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 22, 30, 28, 26, 0, 0, 33, 0, 29, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 200.64, 7, main, -3.71, 84970.00, 1460.18, 140.32, -5.86, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491501,-106.9155338, 1542.0, 2022, 6, 24, 15, 20, 37, 1138, 1148, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 22, 30, 28, 26, 0, 0, 33, 0, 29, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 200.66, 7, main, -3.71, 84970.00, 1460.18, 140.32, -5.86, 31.7, 0.01, 0.00, 3.87, 1, 1, 9, 32.9491501,-106.9155338, 1542.0, 2022, 6, 24, 15, 20, 37, 1138, 1148, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 22, 30, 28, 26, 0, 0, 33, 0, 29, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 200.74, 7, main, -5.30, 84982.00, 1459.03, 139.17, -5.84, 31.7, 0.01, 0.00, 3.87, 1, 1, 9, 32.9491501,-106.9155338, 1542.0, 2022, 6, 24, 15, 20, 37, 1138, 1148, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 22, 30, 28, 26, 0, 0, 33, 0, 29, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 200.84, 7, main, -3.18, 84949.00, 1462.20, 142.34, -5.81, 31.6, 0.01, 0.00, 3.87, 1, 1, 9, 32.9491501,-106.9155338, 1542.0, 2022, 6, 24, 15, 20, 37, 1138, 1148, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 22, 30, 28, 26, 0, 0, 33, 0, 29, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 200.94, 7, main, -0.53, 84967.00, 1460.47, 140.61, -5.78, 31.6, 0.01, 0.00, 3.87, 1, 1, 9, 32.9491501,-106.9155338, 1542.0, 2022, 6, 24, 15, 20, 37, 1138, 1148, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 22, 30, 28, 26, 0, 0, 33, 0, 29, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 200.98, 7, main, -0.53, 84967.00, 1460.47, 140.61, -5.78, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491501,-106.9155338, 1542.0, 2022, 6, 24, 15, 20, 37, 1138, 1148, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 22, 30, 28, 26, 0, 0, 33, 0, 29, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 201.04, 7, main, -2.65, 84982.00, 1459.03, 139.17, -5.75, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491501,-106.9155338, 1542.0, 2022, 6, 24, 15, 20, 37, 1138, 1148, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 22, 30, 28, 26, 0, 0, 33, 0, 29, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 201.14, 7, main, -1.59, 84991.00, 1458.16, 138.31, -5.73, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491501,-106.9155338, 1542.0, 2022, 6, 24, 15, 20, 37, 1138, 1148, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 22, 30, 28, 26, 0, 0, 33, 0, 29, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 201.24, 7, main, -0.53, 84980.00, 1459.22, 139.36, -5.71, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491501,-106.9155338, 1542.0, 2022, 6, 24, 15, 20, 37, 1138, 1148, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 22, 30, 28, 26, 0, 0, 33, 0, 29, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 201.30, 7, main, -0.53, 84980.00, 1459.22, 139.36, -5.71, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491501,-106.9155338, 1542.0, 2022, 6, 24, 15, 20, 37, 1138, 1148, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 22, 30, 28, 26, 0, 0, 33, 0, 29, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 201.34, 7, main, -0.00, 85006.00, 1456.72, 136.87, -5.67, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491501,-106.9155338, 1542.0, 2022, 6, 24, 15, 20, 37, 1138, 1148, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 22, 30, 28, 26, 0, 0, 33, 0, 29, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 201.43, 7, main, -0.00, 85006.00, 1456.72, 136.87, -5.67, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491501,-106.9155338, 1542.0, 2022, 6, 24, 15, 20, 37, 1138, 1148, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 22, 30, 28, 26, 0, 0, 33, 0, 29, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 201.43, 7, main, -0.00, 85006.00, 1456.72, 136.87, -5.67, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491501,-106.9155338, 1542.0, 2022, 6, 24, 15, 20, 37, 1138, 1148, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 22, 30, 28, 26, 0, 0, 33, 0, 29, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 201.43, 7, main, -0.00, 85006.00, 1456.72, 136.87, -5.67, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491501,-106.9155338, 1542.0, 2022, 6, 24, 15, 20, 37, 1138, 1148, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 22, 30, 28, 26, 0, 0, 33, 0, 29, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 201.43, 7, main, -0.00, 85006.00, 1456.72, 136.87, -5.67, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491501,-106.9155338, 1542.0, 2022, 6, 24, 15, 20, 37, 1138, 1148, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 22, 30, 28, 26, 0, 0, 33, 0, 29, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 201.43, 7, main, -0.00, 85006.00, 1456.72, 136.87, -5.67, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491501,-106.9155338, 1542.0, 2022, 6, 24, 15, 20, 37, 1138, 1148, 340, 8, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 30, 0, 0, 0, 0, 22, 30, 28, 26, 0, 0, 33, 0, 29, 23, 0, 0, 0, 31, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 201.44, 7, main, 0.53, 84999.00, 1457.40, 137.54, -5.67, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491870,-106.9155208, 1536.0, 2022, 6, 24, 15, 20, 38, 1142, 1151, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 26, 33, 0, 0, 29, 0, 0, 0, 0, 24, 30, 27, 25, 0, 0, 33, 0, 30, 22, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 201.54, 7, main, -0.53, 85002.00, 1457.11, 137.25, -5.66, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491870,-106.9155208, 1536.0, 2022, 6, 24, 15, 20, 38, 1142, 1151, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 26, 33, 0, 0, 29, 0, 0, 0, 0, 24, 30, 27, 25, 0, 0, 33, 0, 30, 22, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 201.62, 7, main, -0.53, 85002.00, 1457.11, 137.25, -5.66, 31.7, 0.01, 0.00, 3.87, 1, 1, 9, 32.9491870,-106.9155208, 1536.0, 2022, 6, 24, 15, 20, 38, 1142, 1151, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 26, 33, 0, 0, 29, 0, 0, 0, 0, 24, 30, 27, 25, 0, 0, 33, 0, 30, 22, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 201.64, 7, main, -0.53, 85018.00, 1455.57, 135.72, -5.66, 31.7, 0.01, 0.00, 3.87, 1, 1, 9, 32.9491870,-106.9155208, 1536.0, 2022, 6, 24, 15, 20, 38, 1142, 1151, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 26, 33, 0, 0, 29, 0, 0, 0, 0, 24, 30, 27, 25, 0, 0, 33, 0, 30, 22, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 201.74, 7, main, -0.53, 85021.00, 1455.28, 135.43, -5.68, 31.6, 0.01, 0.00, 3.87, 1, 1, 9, 32.9491870,-106.9155208, 1536.0, 2022, 6, 24, 15, 20, 38, 1142, 1151, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 26, 33, 0, 0, 29, 0, 0, 0, 0, 24, 30, 27, 25, 0, 0, 33, 0, 30, 22, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 201.84, 7, main, -2.65, 85035.00, 1453.94, 134.09, -5.68, 31.7, 0.01, 0.00, 3.87, 1, 1, 9, 32.9491870,-106.9155208, 1536.0, 2022, 6, 24, 15, 20, 38, 1142, 1151, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 26, 33, 0, 0, 29, 0, 0, 0, 0, 24, 30, 27, 25, 0, 0, 33, 0, 30, 22, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 201.94, 7, main, -4.24, 85009.00, 1456.44, 136.58, -5.70, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491870,-106.9155208, 1536.0, 2022, 6, 24, 15, 20, 38, 1142, 1151, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 26, 33, 0, 0, 29, 0, 0, 0, 0, 24, 30, 27, 25, 0, 0, 33, 0, 30, 22, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 201.94, 7, main, -4.24, 85009.00, 1456.44, 136.58, -5.70, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491870,-106.9155208, 1536.0, 2022, 6, 24, 15, 20, 38, 1142, 1151, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 26, 33, 0, 0, 29, 0, 0, 0, 0, 24, 30, 27, 25, 0, 0, 33, 0, 30, 22, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 202.04, 7, main, -4.77, 85044.00, 1453.08, 133.22, -5.73, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491870,-106.9155208, 1536.0, 2022, 6, 24, 15, 20, 38, 1142, 1151, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 26, 33, 0, 0, 29, 0, 0, 0, 0, 24, 30, 27, 25, 0, 0, 33, 0, 30, 22, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 202.14, 7, main, -6.36, 85031.00, 1454.33, 134.47, -5.77, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491870,-106.9155208, 1536.0, 2022, 6, 24, 15, 20, 38, 1142, 1151, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 26, 33, 0, 0, 29, 0, 0, 0, 0, 24, 30, 27, 25, 0, 0, 33, 0, 30, 22, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 202.24, 7, main, -5.30, 85046.00, 1452.89, 133.03, -5.80, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9491870,-106.9155208, 1536.0, 2022, 6, 24, 15, 20, 38, 1142, 1151, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 26, 33, 0, 0, 29, 0, 0, 0, 0, 24, 30, 27, 25, 0, 0, 33, 0, 30, 22, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 202.26, 7, main, -5.30, 85046.00, 1452.89, 133.03, -5.80, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491870,-106.9155208, 1536.0, 2022, 6, 24, 15, 20, 38, 1142, 1151, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 26, 33, 0, 0, 29, 0, 0, 0, 0, 24, 30, 27, 25, 0, 0, 33, 0, 30, 22, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 202.34, 7, main, -4.77, 85049.00, 1452.60, 132.74, -5.82, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491870,-106.9155208, 1536.0, 2022, 6, 24, 15, 20, 38, 1142, 1151, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 26, 33, 0, 0, 29, 0, 0, 0, 0, 24, 30, 27, 25, 0, 0, 33, 0, 30, 22, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 202.43, 7, main, -4.77, 85049.00, 1452.60, 132.74, -5.82, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491870,-106.9155208, 1536.0, 2022, 6, 24, 15, 20, 38, 1142, 1151, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 26, 33, 0, 0, 29, 0, 0, 0, 0, 24, 30, 27, 25, 0, 0, 33, 0, 30, 22, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 202.43, 7, main, -4.77, 85049.00, 1452.60, 132.74, -5.82, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491870,-106.9155208, 1536.0, 2022, 6, 24, 15, 20, 38, 1142, 1151, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 26, 33, 0, 0, 29, 0, 0, 0, 0, 24, 30, 27, 25, 0, 0, 33, 0, 30, 22, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 202.43, 7, main, -4.77, 85049.00, 1452.60, 132.74, -5.82, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491870,-106.9155208, 1536.0, 2022, 6, 24, 15, 20, 38, 1142, 1151, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 26, 33, 0, 0, 29, 0, 0, 0, 0, 24, 30, 27, 25, 0, 0, 33, 0, 30, 22, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 202.43, 7, main, -4.77, 85049.00, 1452.60, 132.74, -5.82, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491870,-106.9155208, 1536.0, 2022, 6, 24, 15, 20, 38, 1142, 1151, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 26, 33, 0, 0, 29, 0, 0, 0, 0, 24, 30, 27, 25, 0, 0, 33, 0, 30, 22, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 202.43, 7, main, -4.77, 85049.00, 1452.60, 132.74, -5.82, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9491870,-106.9155208, 1536.0, 2022, 6, 24, 15, 20, 38, 1142, 1151, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 26, 33, 0, 0, 29, 0, 0, 0, 0, 24, 30, 27, 25, 0, 0, 33, 0, 30, 22, 0, 0, 0, 30, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 202.44, 7, main, -2.65, 85043.00, 1453.17, 133.32, -5.83, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492265,-106.9155191, 1530.0, 2022, 6, 24, 15, 20, 39, 1146, 1154, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 25, 29, 29, 35, 0, 0, 32, 0, 33, 25, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 202.54, 7, main, -4.77, 85081.00, 1449.53, 129.67, -5.84, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492265,-106.9155191, 1530.0, 2022, 6, 24, 15, 20, 39, 1146, 1154, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 25, 29, 29, 35, 0, 0, 32, 0, 33, 25, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 202.58, 7, main, -4.77, 85081.00, 1449.53, 129.67, -5.84, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492265,-106.9155191, 1530.0, 2022, 6, 24, 15, 20, 39, 1146, 1154, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 25, 29, 29, 35, 0, 0, 32, 0, 33, 25, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 202.64, 7, main, -2.12, 85067.00, 1450.87, 131.02, -5.87, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492265,-106.9155191, 1530.0, 2022, 6, 24, 15, 20, 39, 1146, 1154, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 25, 29, 29, 35, 0, 0, 32, 0, 33, 25, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 202.74, 7, main, -1.59, 85076.00, 1450.01, 130.15, -5.89, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492265,-106.9155191, 1530.0, 2022, 6, 24, 15, 20, 39, 1146, 1154, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 25, 29, 29, 35, 0, 0, 32, 0, 33, 25, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 202.84, 7, main, -0.53, 85085.00, 1449.15, 129.29, -5.89, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492265,-106.9155191, 1530.0, 2022, 6, 24, 15, 20, 39, 1146, 1154, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 25, 29, 29, 35, 0, 0, 32, 0, 33, 25, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 202.90, 7, main, -0.53, 85085.00, 1449.15, 129.29, -5.89, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9492265,-106.9155191, 1530.0, 2022, 6, 24, 15, 20, 39, 1146, 1154, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 25, 29, 29, 35, 0, 0, 32, 0, 33, 25, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 202.94, 7, main, -0.00, 85102.00, 1447.52, 127.66, -5.90, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9492265,-106.9155191, 1530.0, 2022, 6, 24, 15, 20, 39, 1146, 1154, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 25, 29, 29, 35, 0, 0, 32, 0, 33, 25, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 203.04, 7, main, -0.53, 85117.00, 1446.08, 126.22, -5.90, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9492265,-106.9155191, 1530.0, 2022, 6, 24, 15, 20, 39, 1146, 1154, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 25, 29, 29, 35, 0, 0, 32, 0, 33, 25, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 203.14, 7, main, -1.06, 85106.00, 1447.13, 127.28, -5.92, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9492265,-106.9155191, 1530.0, 2022, 6, 24, 15, 20, 39, 1146, 1154, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 25, 29, 29, 35, 0, 0, 32, 0, 33, 25, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 203.22, 7, main, -1.06, 85106.00, 1447.13, 127.28, -5.92, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492265,-106.9155191, 1530.0, 2022, 6, 24, 15, 20, 39, 1146, 1154, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 25, 29, 29, 35, 0, 0, 32, 0, 33, 25, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 203.24, 7, main, -1.06, 85111.00, 1446.65, 126.80, -5.91, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492265,-106.9155191, 1530.0, 2022, 6, 24, 15, 20, 39, 1146, 1154, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 25, 29, 29, 35, 0, 0, 32, 0, 33, 25, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 203.34, 7, main, -2.12, 85087.00, 1448.95, 129.10, -5.92, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492265,-106.9155191, 1530.0, 2022, 6, 24, 15, 20, 39, 1146, 1154, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 25, 29, 29, 35, 0, 0, 32, 0, 33, 25, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 203.43, 7, main, -2.12, 85087.00, 1448.95, 129.10, -5.92, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492265,-106.9155191, 1530.0, 2022, 6, 24, 15, 20, 39, 1146, 1154, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 25, 29, 29, 35, 0, 0, 32, 0, 33, 25, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 203.43, 7, main, -2.12, 85087.00, 1448.95, 129.10, -5.92, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492265,-106.9155191, 1530.0, 2022, 6, 24, 15, 20, 39, 1146, 1154, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 25, 29, 29, 35, 0, 0, 32, 0, 33, 25, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 203.43, 7, main, -2.12, 85087.00, 1448.95, 129.10, -5.92, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492265,-106.9155191, 1530.0, 2022, 6, 24, 15, 20, 39, 1146, 1154, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 25, 29, 29, 35, 0, 0, 32, 0, 33, 25, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 203.43, 7, main, -2.12, 85087.00, 1448.95, 129.10, -5.92, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492265,-106.9155191, 1530.0, 2022, 6, 24, 15, 20, 39, 1146, 1154, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 25, 29, 29, 35, 0, 0, 32, 0, 33, 25, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 203.43, 7, main, -2.12, 85087.00, 1448.95, 129.10, -5.92, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492265,-106.9155191, 1530.0, 2022, 6, 24, 15, 20, 39, 1146, 1154, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 27, 0, 0, 29, 0, 0, 0, 0, 25, 29, 29, 35, 0, 0, 32, 0, 33, 25, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 203.44, 7, main, -3.18, 85139.00, 1443.97, 124.11, -5.92, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492707,-106.9155305, 1524.0, 2022, 6, 24, 15, 20, 40, 1151, 1159, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 29, 0, 0, 0, 0, 25, 30, 22, 26, 0, 0, 35, 0, 32, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 203.54, 7, main, -2.12, 85119.00, 1445.89, 126.03, -5.90, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492707,-106.9155305, 1524.0, 2022, 6, 24, 15, 20, 40, 1151, 1159, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 29, 0, 0, 0, 0, 25, 30, 22, 26, 0, 0, 35, 0, 32, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 203.54, 7, main, -2.12, 85119.00, 1445.89, 126.03, -5.90, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492707,-106.9155305, 1524.0, 2022, 6, 24, 15, 20, 40, 1151, 1159, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 29, 0, 0, 0, 0, 25, 30, 22, 26, 0, 0, 35, 0, 32, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 203.64, 7, main, -3.71, 85131.00, 1444.74, 124.88, -5.89, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492707,-106.9155305, 1524.0, 2022, 6, 24, 15, 20, 40, 1151, 1159, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 29, 0, 0, 0, 0, 25, 30, 22, 26, 0, 0, 35, 0, 32, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 203.74, 7, main, -4.24, 85144.00, 1443.49, 123.63, -5.88, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492707,-106.9155305, 1524.0, 2022, 6, 24, 15, 20, 40, 1151, 1159, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 29, 0, 0, 0, 0, 25, 30, 22, 26, 0, 0, 35, 0, 32, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 203.84, 7, main, -3.71, 85140.00, 1443.87, 124.02, -5.88, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9492707,-106.9155305, 1524.0, 2022, 6, 24, 15, 20, 40, 1151, 1159, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 29, 0, 0, 0, 0, 25, 30, 22, 26, 0, 0, 35, 0, 32, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 203.86, 7, main, -3.71, 85140.00, 1443.87, 124.02, -5.88, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9492707,-106.9155305, 1524.0, 2022, 6, 24, 15, 20, 40, 1151, 1159, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 29, 0, 0, 0, 0, 25, 30, 22, 26, 0, 0, 35, 0, 32, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 203.94, 7, main, -4.24, 85153.00, 1442.63, 122.77, -5.85, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9492707,-106.9155305, 1524.0, 2022, 6, 24, 15, 20, 40, 1151, 1159, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 29, 0, 0, 0, 0, 25, 30, 22, 26, 0, 0, 35, 0, 32, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 204.04, 7, main, -5.83, 85153.00, 1442.63, 122.77, -5.85, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9492707,-106.9155305, 1524.0, 2022, 6, 24, 15, 20, 40, 1151, 1159, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 29, 0, 0, 0, 0, 25, 30, 22, 26, 0, 0, 35, 0, 32, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 204.14, 7, main, -3.71, 85181.00, 1439.94, 120.09, -5.84, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9492707,-106.9155305, 1524.0, 2022, 6, 24, 15, 20, 40, 1151, 1159, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 29, 0, 0, 0, 0, 25, 30, 22, 26, 0, 0, 35, 0, 32, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 204.18, 7, main, -3.71, 85181.00, 1439.94, 120.09, -5.84, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9492707,-106.9155305, 1524.0, 2022, 6, 24, 15, 20, 40, 1151, 1159, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 29, 0, 0, 0, 0, 25, 30, 22, 26, 0, 0, 35, 0, 32, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 204.24, 7, main, -2.65, 85176.00, 1440.42, 120.57, -5.84, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9492707,-106.9155305, 1524.0, 2022, 6, 24, 15, 20, 40, 1151, 1159, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 29, 0, 0, 0, 0, 25, 30, 22, 26, 0, 0, 35, 0, 32, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 204.34, 7, main, -2.12, 85166.00, 1441.38, 121.53, -5.81, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9492707,-106.9155305, 1524.0, 2022, 6, 24, 15, 20, 40, 1151, 1159, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 29, 0, 0, 0, 0, 25, 30, 22, 26, 0, 0, 35, 0, 32, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 204.43, 7, main, -2.12, 85166.00, 1441.38, 121.53, -5.81, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9492707,-106.9155305, 1524.0, 2022, 6, 24, 15, 20, 40, 1151, 1159, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 29, 0, 0, 0, 0, 25, 30, 22, 26, 0, 0, 35, 0, 32, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 204.43, 7, main, -2.12, 85166.00, 1441.38, 121.53, -5.81, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9492707,-106.9155305, 1524.0, 2022, 6, 24, 15, 20, 40, 1151, 1159, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 29, 0, 0, 0, 0, 25, 30, 22, 26, 0, 0, 35, 0, 32, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 204.43, 7, main, -2.12, 85166.00, 1441.38, 121.53, -5.81, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9492707,-106.9155305, 1524.0, 2022, 6, 24, 15, 20, 40, 1151, 1159, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 29, 0, 0, 0, 0, 25, 30, 22, 26, 0, 0, 35, 0, 32, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 204.43, 7, main, -2.12, 85166.00, 1441.38, 121.53, -5.81, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9492707,-106.9155305, 1524.0, 2022, 6, 24, 15, 20, 40, 1151, 1159, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 29, 0, 0, 0, 0, 25, 30, 22, 26, 0, 0, 35, 0, 32, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 204.43, 7, main, -2.12, 85166.00, 1441.38, 121.53, -5.81, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9492707,-106.9155305, 1524.0, 2022, 6, 24, 15, 20, 40, 1151, 1159, 341, 7, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 29, 0, 0, 0, 0, 25, 30, 22, 26, 0, 0, 35, 0, 32, 25, 0, 0, 0, 26, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 204.44, 7, main, -1.06, 85168.00, 1441.19, 121.33, -5.80, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493142,-106.9155380, 1518.0, 2022, 6, 24, 15, 20, 41, 1156, 1163, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 30, 34, 30, 25, 0, 0, 26, 0, 30, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 204.50, 7, main, -1.06, 85168.00, 1441.19, 121.33, -5.80, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493142,-106.9155380, 1518.0, 2022, 6, 24, 15, 20, 41, 1156, 1163, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 30, 34, 30, 25, 0, 0, 26, 0, 30, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 204.54, 7, main, -0.53, 85192.00, 1438.89, 119.04, -5.79, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493142,-106.9155380, 1518.0, 2022, 6, 24, 15, 20, 41, 1156, 1163, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 30, 34, 30, 25, 0, 0, 26, 0, 30, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 204.64, 7, main, 0.53, 85211.00, 1437.07, 117.22, -5.78, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493142,-106.9155380, 1518.0, 2022, 6, 24, 15, 20, 41, 1156, 1163, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 30, 34, 30, 25, 0, 0, 26, 0, 30, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 204.74, 7, main, -3.18, 85194.00, 1438.70, 118.84, -5.77, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493142,-106.9155380, 1518.0, 2022, 6, 24, 15, 20, 41, 1156, 1163, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 30, 34, 30, 25, 0, 0, 26, 0, 30, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 204.82, 7, main, -3.18, 85194.00, 1438.70, 118.84, -5.77, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493142,-106.9155380, 1518.0, 2022, 6, 24, 15, 20, 41, 1156, 1163, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 30, 34, 30, 25, 0, 0, 26, 0, 30, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 204.84, 7, main, -3.18, 85217.00, 1436.50, 116.64, -5.75, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493142,-106.9155380, 1518.0, 2022, 6, 24, 15, 20, 41, 1156, 1163, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 30, 34, 30, 25, 0, 0, 26, 0, 30, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 204.94, 7, main, -1.59, 85212.00, 1436.98, 117.12, -5.74, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493142,-106.9155380, 1518.0, 2022, 6, 24, 15, 20, 41, 1156, 1163, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 30, 34, 30, 25, 0, 0, 26, 0, 30, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 205.04, 7, main, -1.59, 85218.00, 1436.40, 116.55, -5.74, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493142,-106.9155380, 1518.0, 2022, 6, 24, 15, 20, 41, 1156, 1163, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 30, 34, 30, 25, 0, 0, 26, 0, 30, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 205.14, 7, main, -3.71, 85239.00, 1434.39, 114.53, -5.70, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493142,-106.9155380, 1518.0, 2022, 6, 24, 15, 20, 41, 1156, 1163, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 30, 34, 30, 25, 0, 0, 26, 0, 30, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 205.14, 7, main, -3.71, 85239.00, 1434.39, 114.53, -5.70, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493142,-106.9155380, 1518.0, 2022, 6, 24, 15, 20, 41, 1156, 1163, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 30, 34, 30, 25, 0, 0, 26, 0, 30, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 205.24, 7, main, -2.12, 85227.00, 1435.54, 115.68, -5.68, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493142,-106.9155380, 1518.0, 2022, 6, 24, 15, 20, 41, 1156, 1163, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 30, 34, 30, 25, 0, 0, 26, 0, 30, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 205.34, 7, main, -1.59, 85237.00, 1434.58, 114.73, -5.64, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493142,-106.9155380, 1518.0, 2022, 6, 24, 15, 20, 41, 1156, 1163, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 30, 34, 30, 25, 0, 0, 26, 0, 30, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 205.43, 7, main, -1.59, 85237.00, 1434.58, 114.73, -5.64, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493142,-106.9155380, 1518.0, 2022, 6, 24, 15, 20, 41, 1156, 1163, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 30, 34, 30, 25, 0, 0, 26, 0, 30, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 205.43, 7, main, -1.59, 85237.00, 1434.58, 114.73, -5.64, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493142,-106.9155380, 1518.0, 2022, 6, 24, 15, 20, 41, 1156, 1163, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 30, 34, 30, 25, 0, 0, 26, 0, 30, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 205.43, 7, main, -1.59, 85237.00, 1434.58, 114.73, -5.64, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493142,-106.9155380, 1518.0, 2022, 6, 24, 15, 20, 41, 1156, 1163, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 30, 34, 30, 25, 0, 0, 26, 0, 30, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 205.43, 7, main, -1.59, 85237.00, 1434.58, 114.73, -5.64, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493142,-106.9155380, 1518.0, 2022, 6, 24, 15, 20, 41, 1156, 1163, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 30, 34, 30, 25, 0, 0, 26, 0, 30, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 205.43, 7, main, -1.59, 85237.00, 1434.58, 114.73, -5.64, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493142,-106.9155380, 1518.0, 2022, 6, 24, 15, 20, 41, 1156, 1163, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 31, 28, 0, 0, 27, 0, 0, 0, 0, 30, 34, 30, 25, 0, 0, 26, 0, 30, 25, 0, 0, 0, 32, 0, 0, 0, 0, 0, 24, 0, 0 +6, 5115, 1,VA3NPN, 205.44, 7, main, -2.12, 85243.00, 1434.01, 114.15, -5.62, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493590,-106.9155390, 1512.0, 2022, 6, 24, 15, 20, 42, 1160, 1167, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 27, 23, 0, 0, 32, 0, 30, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 205.46, 7, main, -2.12, 85243.00, 1434.01, 114.15, -5.62, 31.6, 0.00, 0.01, 3.87, 1, 1, 9, 32.9493590,-106.9155390, 1512.0, 2022, 6, 24, 15, 20, 42, 1160, 1167, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 27, 23, 0, 0, 32, 0, 30, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 205.54, 7, main, -3.18, 85234.00, 1434.87, 115.01, -5.57, 31.6, 0.00, 0.01, 3.87, 1, 1, 9, 32.9493590,-106.9155390, 1512.0, 2022, 6, 24, 15, 20, 42, 1160, 1167, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 27, 23, 0, 0, 32, 0, 30, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 205.64, 7, main, -3.71, 85248.00, 1433.53, 113.67, -5.52, 31.6, 0.00, 0.01, 3.87, 1, 1, 9, 32.9493590,-106.9155390, 1512.0, 2022, 6, 24, 15, 20, 42, 1160, 1167, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 27, 23, 0, 0, 32, 0, 30, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 205.74, 7, main, -2.12, 85263.00, 1432.09, 112.24, -5.49, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9493590,-106.9155390, 1512.0, 2022, 6, 24, 15, 20, 42, 1160, 1167, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 27, 23, 0, 0, 32, 0, 30, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 205.78, 7, main, -2.12, 85263.00, 1432.09, 112.24, -5.49, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493590,-106.9155390, 1512.0, 2022, 6, 24, 15, 20, 42, 1160, 1167, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 27, 23, 0, 0, 32, 0, 30, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 205.84, 7, main, -4.77, 85268.00, 1431.61, 111.76, -5.46, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493590,-106.9155390, 1512.0, 2022, 6, 24, 15, 20, 42, 1160, 1167, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 27, 23, 0, 0, 32, 0, 30, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 205.94, 7, main, -1.59, 85274.00, 1431.04, 111.18, -5.43, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493590,-106.9155390, 1512.0, 2022, 6, 24, 15, 20, 42, 1160, 1167, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 27, 23, 0, 0, 32, 0, 30, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 206.04, 7, main, -4.24, 85288.00, 1429.70, 109.84, -5.40, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493590,-106.9155390, 1512.0, 2022, 6, 24, 15, 20, 42, 1160, 1167, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 27, 23, 0, 0, 32, 0, 30, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 206.10, 7, main, -4.24, 85288.00, 1429.70, 109.84, -5.40, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493590,-106.9155390, 1512.0, 2022, 6, 24, 15, 20, 42, 1160, 1167, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 27, 23, 0, 0, 32, 0, 30, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 206.14, 7, main, -2.12, 85286.00, 1429.89, 110.03, -5.38, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493590,-106.9155390, 1512.0, 2022, 6, 24, 15, 20, 42, 1160, 1167, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 27, 23, 0, 0, 32, 0, 30, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 206.24, 7, main, -2.65, 85308.00, 1427.79, 107.93, -5.37, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493590,-106.9155390, 1512.0, 2022, 6, 24, 15, 20, 42, 1160, 1167, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 27, 23, 0, 0, 32, 0, 30, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 206.34, 7, main, -3.18, 85266.00, 1431.81, 111.95, -5.33, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493590,-106.9155390, 1512.0, 2022, 6, 24, 15, 20, 42, 1160, 1167, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 27, 23, 0, 0, 32, 0, 30, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 206.42, 7, main, -3.18, 85266.00, 1431.81, 111.95, -5.33, 31.6, 0.00, 0.01, 3.86, 1, 1, 9, 32.9493590,-106.9155390, 1512.0, 2022, 6, 24, 15, 20, 42, 1160, 1167, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 26, 29, 0, 0, 27, 0, 0, 0, 0, 29, 30, 27, 23, 0, 0, 32, 0, 30, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 23, 0, 0 +6, 5115, 1,VA3NPN, 206.44, 7, main, -2.12, 85312.00, 1427.40, 107.55, -5.31, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 206.44, 7, main, -2.12, 85312.00, 1427.40, 107.55, -5.31, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 206.44, 7, main, -2.12, 85312.00, 1427.40, 107.55, -5.31, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 206.44, 7, main, -2.12, 85312.00, 1427.40, 107.55, -5.31, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 206.44, 7, main, -2.12, 85312.00, 1427.40, 107.55, -5.31, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 206.44, 7, main, -2.12, 85312.00, 1427.40, 107.55, -5.31, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 206.54, 7, main, -1.59, 85295.00, 1429.03, 109.17, -5.32, 31.6, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 206.64, 7, main, -2.12, 85328.00, 1425.87, 106.02, -5.34, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 206.74, 7, main, -3.18, 85318.00, 1426.83, 106.97, -5.34, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 206.74, 7, main, -3.18, 85318.00, 1426.83, 106.97, -5.34, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 206.84, 7, main, -1.06, 85319.00, 1426.73, 106.88, -5.38, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 206.94, 7, main, -3.71, 85328.00, 1425.87, 106.02, -5.41, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 207.04, 7, main, -0.53, 85346.00, 1424.15, 104.29, -5.44, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 207.06, 7, main, -0.53, 85346.00, 1424.15, 104.29, -5.44, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 207.14, 7, main, -3.71, 85327.00, 1425.97, 106.11, -5.49, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 207.24, 7, main, -2.12, 85347.00, 1424.05, 104.20, -5.54, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 207.34, 7, main, -4.24, 85351.00, 1423.67, 103.82, -5.58, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 207.38, 7, main, -4.24, 85351.00, 1423.67, 103.82, -5.58, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 207.43, 7, main, -4.24, 85351.00, 1423.67, 103.82, -5.58, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 207.43, 7, main, -4.24, 85351.00, 1423.67, 103.82, -5.58, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 207.43, 7, main, -4.24, 85351.00, 1423.67, 103.82, -5.58, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 207.43, 7, main, -4.24, 85351.00, 1423.67, 103.82, -5.58, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 207.43, 7, main, -4.24, 85351.00, 1423.67, 103.82, -5.58, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494038,-106.9155362, 1506.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 29, 0, 0, 32, 0, 0, 0, 0, 21, 30, 32, 34, 0, 0, 32, 0, 32, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 207.44, 7, main, -2.12, 85332.00, 1425.49, 105.63, -5.62, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494422,-106.9155362, 1503.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 38, 0, 0, 30, 0, 0, 0, 0, 23, 30, 25, 26, 0, 0, 35, 0, 32, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 207.54, 7, main, -2.65, 85344.00, 1424.34, 104.49, -5.66, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494422,-106.9155362, 1503.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 38, 0, 0, 30, 0, 0, 0, 0, 23, 30, 25, 26, 0, 0, 35, 0, 32, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 207.64, 7, main, -1.59, 85354.00, 1423.38, 103.53, -5.72, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494422,-106.9155362, 1503.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 38, 0, 0, 30, 0, 0, 0, 0, 23, 30, 25, 26, 0, 0, 35, 0, 32, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 207.70, 7, main, -1.59, 85354.00, 1423.38, 103.53, -5.72, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494422,-106.9155362, 1503.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 38, 0, 0, 30, 0, 0, 0, 0, 23, 30, 25, 26, 0, 0, 35, 0, 32, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 207.74, 7, main, -2.65, 85385.00, 1420.42, 100.56, -5.78, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494422,-106.9155362, 1503.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 38, 0, 0, 30, 0, 0, 0, 0, 23, 30, 25, 26, 0, 0, 35, 0, 32, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 207.84, 7, main, -1.06, 85395.00, 1419.46, 99.61, -5.81, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494422,-106.9155362, 1503.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 38, 0, 0, 30, 0, 0, 0, 0, 23, 30, 25, 26, 0, 0, 35, 0, 32, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 207.94, 7, main, -1.59, 85377.00, 1421.19, 101.33, -5.83, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494422,-106.9155362, 1503.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 38, 0, 0, 30, 0, 0, 0, 0, 23, 30, 25, 26, 0, 0, 35, 0, 32, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 208.02, 7, main, -1.59, 85377.00, 1421.19, 101.33, -5.83, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494422,-106.9155362, 1503.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 38, 0, 0, 30, 0, 0, 0, 0, 23, 30, 25, 26, 0, 0, 35, 0, 32, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 208.04, 7, main, -1.59, 85407.00, 1418.32, 98.46, -5.87, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494422,-106.9155362, 1503.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 38, 0, 0, 30, 0, 0, 0, 0, 23, 30, 25, 26, 0, 0, 35, 0, 32, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 208.14, 7, main, -2.12, 85395.00, 1419.46, 99.61, -5.88, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494422,-106.9155362, 1503.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 38, 0, 0, 30, 0, 0, 0, 0, 23, 30, 25, 26, 0, 0, 35, 0, 32, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 208.24, 7, main, -3.18, 85420.00, 1417.07, 97.22, -5.89, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494422,-106.9155362, 1503.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 38, 0, 0, 30, 0, 0, 0, 0, 23, 30, 25, 26, 0, 0, 35, 0, 32, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 208.34, 7, main, -2.65, 85388.00, 1420.13, 100.28, -5.87, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494422,-106.9155362, 1503.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 38, 0, 0, 30, 0, 0, 0, 0, 23, 30, 25, 26, 0, 0, 35, 0, 32, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 208.34, 7, main, -2.65, 85388.00, 1420.13, 100.28, -5.87, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494422,-106.9155362, 1503.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 38, 0, 0, 30, 0, 0, 0, 0, 23, 30, 25, 26, 0, 0, 35, 0, 32, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 208.43, 7, main, -2.65, 85388.00, 1420.13, 100.28, -5.87, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494422,-106.9155362, 1503.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 38, 0, 0, 30, 0, 0, 0, 0, 23, 30, 25, 26, 0, 0, 35, 0, 32, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 208.43, 7, main, -2.65, 85388.00, 1420.13, 100.28, -5.87, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494422,-106.9155362, 1503.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 38, 0, 0, 30, 0, 0, 0, 0, 23, 30, 25, 26, 0, 0, 35, 0, 32, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 208.43, 7, main, -2.65, 85388.00, 1420.13, 100.28, -5.87, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494422,-106.9155362, 1503.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 38, 0, 0, 30, 0, 0, 0, 0, 23, 30, 25, 26, 0, 0, 35, 0, 32, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 208.43, 7, main, -2.65, 85388.00, 1420.13, 100.28, -5.87, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494422,-106.9155362, 1503.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 38, 0, 0, 30, 0, 0, 0, 0, 23, 30, 25, 26, 0, 0, 35, 0, 32, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 208.43, 7, main, -2.65, 85388.00, 1420.13, 100.28, -5.87, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494422,-106.9155362, 1503.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 6, 1.7,2147483647.0,2147483647.0, 0, 25, 38, 0, 0, 30, 0, 0, 0, 0, 23, 30, 25, 26, 0, 0, 35, 0, 32, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 208.44, 7, main, -3.71, 85417.00, 1417.36, 97.51, -5.87, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494731,-106.9155112, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 32, 0, 0, 0, 0, 25, 26, 26, 32, 0, 0, 32, 0, 27, 31, 0, 0, 0, 18, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 208.54, 7, main, -3.18, 85435.00, 1415.64, 95.78, -5.86, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494731,-106.9155112, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 32, 0, 0, 0, 0, 25, 26, 26, 32, 0, 0, 32, 0, 27, 31, 0, 0, 0, 18, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 208.64, 7, main, -2.65, 85431.00, 1416.02, 96.17, -5.86, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494731,-106.9155112, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 32, 0, 0, 0, 0, 25, 26, 26, 32, 0, 0, 32, 0, 27, 31, 0, 0, 0, 18, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 208.66, 7, main, -2.65, 85431.00, 1416.02, 96.17, -5.86, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494731,-106.9155112, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 32, 0, 0, 0, 0, 25, 26, 26, 32, 0, 0, 32, 0, 27, 31, 0, 0, 0, 18, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 208.74, 7, main, -3.71, 85434.00, 1415.74, 95.88, -5.84, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494731,-106.9155112, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 32, 0, 0, 0, 0, 25, 26, 26, 32, 0, 0, 32, 0, 27, 31, 0, 0, 0, 18, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 208.84, 7, main, -3.71, 85456.00, 1413.63, 93.78, -5.82, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494731,-106.9155112, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 32, 0, 0, 0, 0, 25, 26, 26, 32, 0, 0, 32, 0, 27, 31, 0, 0, 0, 18, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 208.94, 7, main, -1.59, 85445.00, 1414.68, 94.83, -5.80, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494731,-106.9155112, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 32, 0, 0, 0, 0, 25, 26, 26, 32, 0, 0, 32, 0, 27, 31, 0, 0, 0, 18, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 208.98, 7, main, -1.59, 85445.00, 1414.68, 94.83, -5.80, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494731,-106.9155112, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 32, 0, 0, 0, 0, 25, 26, 26, 32, 0, 0, 32, 0, 27, 31, 0, 0, 0, 18, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 209.04, 7, main, -3.18, 85450.00, 1414.21, 94.35, -5.79, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494731,-106.9155112, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 32, 0, 0, 0, 0, 25, 26, 26, 32, 0, 0, 32, 0, 27, 31, 0, 0, 0, 18, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 209.14, 7, main, -0.53, 85464.00, 1412.87, 93.01, -5.76, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494731,-106.9155112, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 32, 0, 0, 0, 0, 25, 26, 26, 32, 0, 0, 32, 0, 27, 31, 0, 0, 0, 18, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 209.24, 7, main, -1.59, 85463.00, 1412.96, 93.11, -5.77, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494731,-106.9155112, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 32, 0, 0, 0, 0, 25, 26, 26, 32, 0, 0, 32, 0, 27, 31, 0, 0, 0, 18, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 209.30, 7, main, -1.59, 85463.00, 1412.96, 93.11, -5.77, 31.6, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494731,-106.9155112, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 32, 0, 0, 0, 0, 25, 26, 26, 32, 0, 0, 32, 0, 27, 31, 0, 0, 0, 18, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 209.34, 7, main, -1.06, 85463.00, 1412.96, 93.11, -5.76, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494731,-106.9155112, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 32, 0, 0, 0, 0, 25, 26, 26, 32, 0, 0, 32, 0, 27, 31, 0, 0, 0, 18, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 209.43, 7, main, -1.06, 85463.00, 1412.96, 93.11, -5.76, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494731,-106.9155112, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 32, 0, 0, 0, 0, 25, 26, 26, 32, 0, 0, 32, 0, 27, 31, 0, 0, 0, 18, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 209.43, 7, main, -1.06, 85463.00, 1412.96, 93.11, -5.76, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494731,-106.9155112, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 32, 0, 0, 0, 0, 25, 26, 26, 32, 0, 0, 32, 0, 27, 31, 0, 0, 0, 18, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 209.43, 7, main, -1.06, 85463.00, 1412.96, 93.11, -5.76, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494731,-106.9155112, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 32, 0, 0, 0, 0, 25, 26, 26, 32, 0, 0, 32, 0, 27, 31, 0, 0, 0, 18, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 209.43, 7, main, -1.06, 85463.00, 1412.96, 93.11, -5.76, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494731,-106.9155112, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 32, 0, 0, 0, 0, 25, 26, 26, 32, 0, 0, 32, 0, 27, 31, 0, 0, 0, 18, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 209.43, 7, main, -1.06, 85463.00, 1412.96, 93.11, -5.76, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494731,-106.9155112, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 25, 33, 0, 0, 32, 0, 0, 0, 0, 25, 26, 26, 32, 0, 0, 32, 0, 27, 31, 0, 0, 0, 18, 0, 0, 0, 0, 0, 30, 0, 0 +6, 5115, 1,VA3NPN, 209.44, 7, main, -2.65, 85466.00, 1412.68, 92.82, -5.75, 31.6, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494870,-106.9154716, 1490.0, 2022, 6, 24, 15, 20, 46, 1172, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 31, 0, 0, 0, 0, 25, 26, 29, 33, 0, 0, 33, 0, 26, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 209.54, 7, main, -2.65, 85488.00, 1410.58, 90.72, -5.75, 31.6, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494870,-106.9154716, 1490.0, 2022, 6, 24, 15, 20, 46, 1172, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 31, 0, 0, 0, 0, 25, 26, 29, 33, 0, 0, 33, 0, 26, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 209.62, 7, main, -2.65, 85488.00, 1410.58, 90.72, -5.75, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494870,-106.9154716, 1490.0, 2022, 6, 24, 15, 20, 46, 1172, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 31, 0, 0, 0, 0, 25, 26, 29, 33, 0, 0, 33, 0, 26, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 209.64, 7, main, -2.12, 85507.00, 1408.76, 88.91, -5.75, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494870,-106.9154716, 1490.0, 2022, 6, 24, 15, 20, 46, 1172, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 31, 0, 0, 0, 0, 25, 26, 29, 33, 0, 0, 33, 0, 26, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 209.74, 7, main, -2.65, 85502.00, 1409.24, 89.38, -5.79, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494870,-106.9154716, 1490.0, 2022, 6, 24, 15, 20, 46, 1172, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 31, 0, 0, 0, 0, 25, 26, 29, 33, 0, 0, 33, 0, 26, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 209.84, 7, main, -1.59, 85494.00, 1410.00, 90.15, -5.82, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494870,-106.9154716, 1490.0, 2022, 6, 24, 15, 20, 46, 1172, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 31, 0, 0, 0, 0, 25, 26, 29, 33, 0, 0, 33, 0, 26, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 209.94, 7, main, -3.18, 85485.00, 1410.86, 91.01, -5.84, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494870,-106.9154716, 1490.0, 2022, 6, 24, 15, 20, 46, 1172, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 31, 0, 0, 0, 0, 25, 26, 29, 33, 0, 0, 33, 0, 26, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 209.94, 7, main, -3.18, 85485.00, 1410.86, 91.01, -5.84, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494870,-106.9154716, 1490.0, 2022, 6, 24, 15, 20, 46, 1172, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 31, 0, 0, 0, 0, 25, 26, 29, 33, 0, 0, 33, 0, 26, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 210.04, 7, main, -3.18, 85524.00, 1407.14, 87.28, -5.88, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494870,-106.9154716, 1490.0, 2022, 6, 24, 15, 20, 46, 1172, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 31, 0, 0, 0, 0, 25, 26, 29, 33, 0, 0, 33, 0, 26, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 210.14, 7, main, -1.59, 85517.00, 1407.81, 87.95, -5.91, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494870,-106.9154716, 1490.0, 2022, 6, 24, 15, 20, 46, 1172, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 31, 0, 0, 0, 0, 25, 26, 29, 33, 0, 0, 33, 0, 26, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 210.24, 7, main, -3.71, 85522.00, 1407.33, 87.47, -5.95, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494870,-106.9154716, 1490.0, 2022, 6, 24, 15, 20, 46, 1172, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 31, 0, 0, 0, 0, 25, 26, 29, 33, 0, 0, 33, 0, 26, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 210.26, 7, main, -3.71, 85522.00, 1407.33, 87.47, -5.95, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494870,-106.9154716, 1490.0, 2022, 6, 24, 15, 20, 46, 1172, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 31, 0, 0, 0, 0, 25, 26, 29, 33, 0, 0, 33, 0, 26, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 210.34, 7, main, -3.18, 85547.00, 1404.94, 85.09, -6.00, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494870,-106.9154716, 1490.0, 2022, 6, 24, 15, 20, 46, 1172, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 31, 0, 0, 0, 0, 25, 26, 29, 33, 0, 0, 33, 0, 26, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 210.44, 7, main, -4.24, 85537.00, 1405.90, 86.04, -6.05, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494870,-106.9154716, 1490.0, 2022, 6, 24, 15, 20, 46, 1172, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 31, 0, 0, 0, 0, 25, 26, 29, 33, 0, 0, 33, 0, 26, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 210.44, 7, main, -4.24, 85537.00, 1405.90, 86.04, -6.05, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494870,-106.9154716, 1490.0, 2022, 6, 24, 15, 20, 46, 1172, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 31, 0, 0, 0, 0, 25, 26, 29, 33, 0, 0, 33, 0, 26, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 210.44, 7, main, -4.24, 85537.00, 1405.90, 86.04, -6.05, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494870,-106.9154716, 1490.0, 2022, 6, 24, 15, 20, 46, 1172, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 31, 0, 0, 0, 0, 25, 26, 29, 33, 0, 0, 33, 0, 26, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 210.44, 7, main, -4.24, 85537.00, 1405.90, 86.04, -6.05, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494870,-106.9154716, 1490.0, 2022, 6, 24, 15, 20, 46, 1172, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 31, 0, 0, 0, 0, 25, 26, 29, 33, 0, 0, 33, 0, 26, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 210.44, 7, main, -4.24, 85537.00, 1405.90, 86.04, -6.05, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494870,-106.9154716, 1490.0, 2022, 6, 24, 15, 20, 46, 1172, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 31, 0, 0, 0, 0, 25, 26, 29, 33, 0, 0, 33, 0, 26, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 210.44, 7, main, -4.24, 85537.00, 1405.90, 86.04, -6.05, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494870,-106.9154716, 1490.0, 2022, 6, 24, 15, 20, 46, 1172, 1176, 341, 5, 1.7,2147483647.0,2147483647.0, 0, 24, 28, 0, 0, 31, 0, 0, 0, 0, 25, 26, 29, 33, 0, 0, 33, 0, 26, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 35, 0, 0 +6, 5115, 1,VA3NPN, 210.54, 7, main, -3.71, 85555.00, 1404.18, 84.32, -6.12, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494900,-106.9154217, 1484.0, 2022, 6, 24, 15, 20, 47, 1171, 1174, 342, 5, 1.7,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 33, 0, 0, 0, 0, 30, 25, 29, 33, 0, 0, 33, 0, 26, 32, 0, 0, 0, 20, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 210.58, 7, main, -3.71, 85555.00, 1404.18, 84.32, -6.12, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494900,-106.9154217, 1484.0, 2022, 6, 24, 15, 20, 47, 1171, 1174, 342, 5, 1.7,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 33, 0, 0, 0, 0, 30, 25, 29, 33, 0, 0, 33, 0, 26, 32, 0, 0, 0, 20, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 210.64, 7, main, -5.83, 85549.00, 1404.75, 84.90, -6.19, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494900,-106.9154217, 1484.0, 2022, 6, 24, 15, 20, 47, 1171, 1174, 342, 5, 1.7,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 33, 0, 0, 0, 0, 30, 25, 29, 33, 0, 0, 33, 0, 26, 32, 0, 0, 0, 20, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 210.74, 7, main, -4.77, 85549.00, 1404.75, 84.90, -6.27, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494900,-106.9154217, 1484.0, 2022, 6, 24, 15, 20, 47, 1171, 1174, 342, 5, 1.7,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 33, 0, 0, 0, 0, 30, 25, 29, 33, 0, 0, 33, 0, 26, 32, 0, 0, 0, 20, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 210.84, 7, main, -3.18, 85563.00, 1403.41, 83.56, -6.36, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494900,-106.9154217, 1484.0, 2022, 6, 24, 15, 20, 47, 1171, 1174, 342, 5, 1.7,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 33, 0, 0, 0, 0, 30, 25, 29, 33, 0, 0, 33, 0, 26, 32, 0, 0, 0, 20, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 210.90, 7, main, -3.18, 85563.00, 1403.41, 83.56, -6.36, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494900,-106.9154217, 1484.0, 2022, 6, 24, 15, 20, 47, 1171, 1174, 342, 5, 1.7,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 33, 0, 0, 0, 0, 30, 25, 29, 33, 0, 0, 33, 0, 26, 32, 0, 0, 0, 20, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 210.94, 7, main, -2.65, 85561.00, 1403.61, 83.75, -6.42, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494900,-106.9154217, 1484.0, 2022, 6, 24, 15, 20, 47, 1171, 1174, 342, 5, 1.7,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 33, 0, 0, 0, 0, 30, 25, 29, 33, 0, 0, 33, 0, 26, 32, 0, 0, 0, 20, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 211.04, 7, main, 0.53, 85575.00, 1402.27, 82.41, -6.50, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494900,-106.9154217, 1484.0, 2022, 6, 24, 15, 20, 47, 1171, 1174, 342, 5, 1.7,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 33, 0, 0, 0, 0, 30, 25, 29, 33, 0, 0, 33, 0, 26, 32, 0, 0, 0, 20, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 211.14, 7, main, -2.65, 85570.00, 1402.75, 82.89, -6.58, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494900,-106.9154217, 1484.0, 2022, 6, 24, 15, 20, 47, 1171, 1174, 342, 5, 1.7,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 33, 0, 0, 0, 0, 30, 25, 29, 33, 0, 0, 33, 0, 26, 32, 0, 0, 0, 20, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 211.22, 7, main, -2.65, 85570.00, 1402.75, 82.89, -6.58, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494900,-106.9154217, 1484.0, 2022, 6, 24, 15, 20, 47, 1171, 1174, 342, 5, 1.7,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 33, 0, 0, 0, 0, 30, 25, 29, 33, 0, 0, 33, 0, 26, 32, 0, 0, 0, 20, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 211.24, 7, main, 1.06, 85616.00, 1398.36, 78.50, -6.64, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494900,-106.9154217, 1484.0, 2022, 6, 24, 15, 20, 47, 1171, 1174, 342, 5, 1.7,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 33, 0, 0, 0, 0, 30, 25, 29, 33, 0, 0, 33, 0, 26, 32, 0, 0, 0, 20, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 211.34, 7, main, -0.53, 85585.00, 1401.31, 81.46, -6.71, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494900,-106.9154217, 1484.0, 2022, 6, 24, 15, 20, 47, 1171, 1174, 342, 5, 1.7,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 33, 0, 0, 0, 0, 30, 25, 29, 33, 0, 0, 33, 0, 26, 32, 0, 0, 0, 20, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 211.42, 7, main, -0.53, 85585.00, 1401.31, 81.46, -6.71, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494900,-106.9154217, 1484.0, 2022, 6, 24, 15, 20, 47, 1171, 1174, 342, 5, 1.7,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 33, 0, 0, 0, 0, 30, 25, 29, 33, 0, 0, 33, 0, 26, 32, 0, 0, 0, 20, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 211.42, 7, main, -0.53, 85585.00, 1401.31, 81.46, -6.71, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494900,-106.9154217, 1484.0, 2022, 6, 24, 15, 20, 47, 1171, 1174, 342, 5, 1.7,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 33, 0, 0, 0, 0, 30, 25, 29, 33, 0, 0, 33, 0, 26, 32, 0, 0, 0, 20, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 211.42, 7, main, -0.53, 85585.00, 1401.31, 81.46, -6.71, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494900,-106.9154217, 1484.0, 2022, 6, 24, 15, 20, 47, 1171, 1174, 342, 5, 1.7,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 33, 0, 0, 0, 0, 30, 25, 29, 33, 0, 0, 33, 0, 26, 32, 0, 0, 0, 20, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 211.42, 7, main, -0.53, 85585.00, 1401.31, 81.46, -6.71, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494900,-106.9154217, 1484.0, 2022, 6, 24, 15, 20, 47, 1171, 1174, 342, 5, 1.7,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 33, 0, 0, 0, 0, 30, 25, 29, 33, 0, 0, 33, 0, 26, 32, 0, 0, 0, 20, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 211.42, 7, main, -0.53, 85585.00, 1401.31, 81.46, -6.71, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494900,-106.9154217, 1484.0, 2022, 6, 24, 15, 20, 47, 1171, 1174, 342, 5, 1.7,2147483647.0,2147483647.0, 0, 23, 29, 0, 0, 33, 0, 0, 0, 0, 30, 25, 29, 33, 0, 0, 33, 0, 26, 32, 0, 0, 0, 20, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 211.44, 7, main, -1.06, 85602.00, 1399.69, 79.84, -6.77, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494867,-106.9153670, 1478.0, 2022, 6, 24, 15, 20, 48, 1169, 1172, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 29, 0, 0, 0, 0, 32, 35, 27, 26, 0, 0, 27, 0, 26, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 211.54, 7, main, -1.06, 85612.00, 1398.74, 78.88, -6.82, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494867,-106.9153670, 1478.0, 2022, 6, 24, 15, 20, 48, 1169, 1172, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 29, 0, 0, 0, 0, 32, 35, 27, 26, 0, 0, 27, 0, 26, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 211.54, 7, main, -1.06, 85612.00, 1398.74, 78.88, -6.82, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494867,-106.9153670, 1478.0, 2022, 6, 24, 15, 20, 48, 1169, 1172, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 29, 0, 0, 0, 0, 32, 35, 27, 26, 0, 0, 27, 0, 26, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 211.64, 7, main, -0.53, 85606.00, 1399.31, 79.46, -6.87, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494867,-106.9153670, 1478.0, 2022, 6, 24, 15, 20, 48, 1169, 1172, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 29, 0, 0, 0, 0, 32, 35, 27, 26, 0, 0, 27, 0, 26, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 211.74, 7, main, -0.00, 85640.00, 1396.07, 76.21, -6.90, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494867,-106.9153670, 1478.0, 2022, 6, 24, 15, 20, 48, 1169, 1172, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 29, 0, 0, 0, 0, 32, 35, 27, 26, 0, 0, 27, 0, 26, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 211.84, 7, main, -1.06, 85627.00, 1397.31, 77.45, -6.91, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494867,-106.9153670, 1478.0, 2022, 6, 24, 15, 20, 48, 1169, 1172, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 29, 0, 0, 0, 0, 32, 35, 27, 26, 0, 0, 27, 0, 26, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 211.86, 7, main, -1.06, 85627.00, 1397.31, 77.45, -6.91, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494867,-106.9153670, 1478.0, 2022, 6, 24, 15, 20, 48, 1169, 1172, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 29, 0, 0, 0, 0, 32, 35, 27, 26, 0, 0, 27, 0, 26, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 211.94, 7, main, -1.06, 85629.00, 1397.12, 77.26, -6.91, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494867,-106.9153670, 1478.0, 2022, 6, 24, 15, 20, 48, 1169, 1172, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 29, 0, 0, 0, 0, 32, 35, 27, 26, 0, 0, 27, 0, 26, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 212.04, 7, main, -0.00, 85650.00, 1395.11, 75.26, -6.91, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494867,-106.9153670, 1478.0, 2022, 6, 24, 15, 20, 48, 1169, 1172, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 29, 0, 0, 0, 0, 32, 35, 27, 26, 0, 0, 27, 0, 26, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 212.14, 7, main, -0.53, 85663.00, 1393.87, 74.02, -6.89, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494867,-106.9153670, 1478.0, 2022, 6, 24, 15, 20, 48, 1169, 1172, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 29, 0, 0, 0, 0, 32, 35, 27, 26, 0, 0, 27, 0, 26, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 212.18, 7, main, -0.53, 85663.00, 1393.87, 74.02, -6.89, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494867,-106.9153670, 1478.0, 2022, 6, 24, 15, 20, 48, 1169, 1172, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 29, 0, 0, 0, 0, 32, 35, 27, 26, 0, 0, 27, 0, 26, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 212.24, 7, main, -0.00, 85656.00, 1394.54, 74.69, -6.86, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494867,-106.9153670, 1478.0, 2022, 6, 24, 15, 20, 48, 1169, 1172, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 29, 0, 0, 0, 0, 32, 35, 27, 26, 0, 0, 27, 0, 26, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 212.34, 7, main, -1.59, 85691.00, 1391.20, 71.35, -6.84, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494867,-106.9153670, 1478.0, 2022, 6, 24, 15, 20, 48, 1169, 1172, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 29, 0, 0, 0, 0, 32, 35, 27, 26, 0, 0, 27, 0, 26, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 212.43, 7, main, -1.59, 85691.00, 1391.20, 71.35, -6.84, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494867,-106.9153670, 1478.0, 2022, 6, 24, 15, 20, 48, 1169, 1172, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 29, 0, 0, 0, 0, 32, 35, 27, 26, 0, 0, 27, 0, 26, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 212.43, 7, main, -1.59, 85691.00, 1391.20, 71.35, -6.84, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494867,-106.9153670, 1478.0, 2022, 6, 24, 15, 20, 48, 1169, 1172, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 29, 0, 0, 0, 0, 32, 35, 27, 26, 0, 0, 27, 0, 26, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 212.43, 7, main, -1.59, 85691.00, 1391.20, 71.35, -6.84, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494867,-106.9153670, 1478.0, 2022, 6, 24, 15, 20, 48, 1169, 1172, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 29, 0, 0, 0, 0, 32, 35, 27, 26, 0, 0, 27, 0, 26, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 212.43, 7, main, -1.59, 85691.00, 1391.20, 71.35, -6.84, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494867,-106.9153670, 1478.0, 2022, 6, 24, 15, 20, 48, 1169, 1172, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 29, 0, 0, 0, 0, 32, 35, 27, 26, 0, 0, 27, 0, 26, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 212.43, 7, main, -1.59, 85691.00, 1391.20, 71.35, -6.84, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494867,-106.9153670, 1478.0, 2022, 6, 24, 15, 20, 48, 1169, 1172, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 33, 27, 0, 0, 29, 0, 0, 0, 0, 32, 35, 27, 26, 0, 0, 27, 0, 26, 24, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 212.44, 7, main, -0.53, 85679.00, 1392.35, 72.49, -6.81, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494643,-106.9153156, 1470.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 32, 0, 0, 0, 0, 27, 26, 31, 34, 0, 0, 32, 0, 23, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 212.50, 7, main, -0.53, 85679.00, 1392.35, 72.49, -6.81, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494643,-106.9153156, 1470.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 32, 0, 0, 0, 0, 27, 26, 31, 34, 0, 0, 32, 0, 23, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 212.54, 7, main, -1.06, 85693.00, 1391.01, 71.16, -6.77, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494643,-106.9153156, 1470.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 32, 0, 0, 0, 0, 27, 26, 31, 34, 0, 0, 32, 0, 23, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 212.64, 7, main, -3.71, 85703.00, 1390.06, 70.20, -6.74, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494643,-106.9153156, 1470.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 32, 0, 0, 0, 0, 27, 26, 31, 34, 0, 0, 32, 0, 23, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 212.74, 7, main, -2.65, 85709.00, 1389.49, 69.63, -6.70, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494643,-106.9153156, 1470.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 32, 0, 0, 0, 0, 27, 26, 31, 34, 0, 0, 32, 0, 23, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 212.82, 7, main, -2.65, 85709.00, 1389.49, 69.63, -6.70, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494643,-106.9153156, 1470.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 32, 0, 0, 0, 0, 27, 26, 31, 34, 0, 0, 32, 0, 23, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 212.84, 7, main, -4.24, 85710.00, 1389.39, 69.54, -6.68, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494643,-106.9153156, 1470.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 32, 0, 0, 0, 0, 27, 26, 31, 34, 0, 0, 32, 0, 23, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 212.94, 7, main, -1.06, 85698.00, 1390.54, 70.68, -6.66, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494643,-106.9153156, 1470.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 32, 0, 0, 0, 0, 27, 26, 31, 34, 0, 0, 32, 0, 23, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 213.04, 7, main, -4.24, 85720.00, 1388.44, 68.58, -6.65, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494643,-106.9153156, 1470.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 32, 0, 0, 0, 0, 27, 26, 31, 34, 0, 0, 32, 0, 23, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 213.14, 7, main, -1.59, 85729.00, 1387.58, 67.73, -6.64, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494643,-106.9153156, 1470.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 32, 0, 0, 0, 0, 27, 26, 31, 34, 0, 0, 32, 0, 23, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 213.14, 7, main, -1.59, 85729.00, 1387.58, 67.73, -6.64, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494643,-106.9153156, 1470.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 32, 0, 0, 0, 0, 27, 26, 31, 34, 0, 0, 32, 0, 23, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 213.24, 7, main, -1.59, 85726.00, 1387.87, 68.01, -6.67, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494643,-106.9153156, 1470.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 32, 0, 0, 0, 0, 27, 26, 31, 34, 0, 0, 32, 0, 23, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 213.34, 7, main, -2.12, 85747.00, 1385.87, 66.01, -6.68, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494643,-106.9153156, 1470.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 32, 0, 0, 0, 0, 27, 26, 31, 34, 0, 0, 32, 0, 23, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 213.43, 7, main, -2.12, 85747.00, 1385.87, 66.01, -6.68, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494643,-106.9153156, 1470.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 32, 0, 0, 0, 0, 27, 26, 31, 34, 0, 0, 32, 0, 23, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 213.43, 7, main, -2.12, 85747.00, 1385.87, 66.01, -6.68, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494643,-106.9153156, 1470.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 32, 0, 0, 0, 0, 27, 26, 31, 34, 0, 0, 32, 0, 23, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 213.43, 7, main, -2.12, 85747.00, 1385.87, 66.01, -6.68, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494643,-106.9153156, 1470.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 32, 0, 0, 0, 0, 27, 26, 31, 34, 0, 0, 32, 0, 23, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 213.43, 7, main, -2.12, 85747.00, 1385.87, 66.01, -6.68, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494643,-106.9153156, 1470.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 32, 0, 0, 0, 0, 27, 26, 31, 34, 0, 0, 32, 0, 23, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 213.43, 7, main, -2.12, 85747.00, 1385.87, 66.01, -6.68, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494643,-106.9153156, 1470.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 28, 28, 0, 0, 32, 0, 0, 0, 0, 27, 26, 31, 34, 0, 0, 32, 0, 23, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 36, 0, 0 +6, 5115, 1,VA3NPN, 213.44, 7, main, -0.00, 85749.00, 1385.68, 65.82, -6.71, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494246,-106.9152858, 1463.0, 2022, 6, 24, 15, 20, 50, 1160, 1162, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 30, 0, 0, 0, 0, 32, 28, 33, 30, 0, 0, 28, 0, 24, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 213.46, 7, main, -0.00, 85749.00, 1385.68, 65.82, -6.71, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494246,-106.9152858, 1463.0, 2022, 6, 24, 15, 20, 50, 1160, 1162, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 30, 0, 0, 0, 0, 32, 28, 33, 30, 0, 0, 28, 0, 24, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 213.54, 7, main, -2.12, 85747.00, 1385.87, 66.01, -6.74, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494246,-106.9152858, 1463.0, 2022, 6, 24, 15, 20, 50, 1160, 1162, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 30, 0, 0, 0, 0, 32, 28, 33, 30, 0, 0, 28, 0, 24, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 213.64, 7, main, 1.06, 85751.00, 1385.48, 65.63, -6.77, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494246,-106.9152858, 1463.0, 2022, 6, 24, 15, 20, 50, 1160, 1162, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 30, 0, 0, 0, 0, 32, 28, 33, 30, 0, 0, 28, 0, 24, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 213.74, 7, main, -1.06, 85773.00, 1383.39, 63.53, -6.82, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494246,-106.9152858, 1463.0, 2022, 6, 24, 15, 20, 50, 1160, 1162, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 30, 0, 0, 0, 0, 32, 28, 33, 30, 0, 0, 28, 0, 24, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 213.78, 7, main, -1.06, 85773.00, 1383.39, 63.53, -6.82, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494246,-106.9152858, 1463.0, 2022, 6, 24, 15, 20, 50, 1160, 1162, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 30, 0, 0, 0, 0, 32, 28, 33, 30, 0, 0, 28, 0, 24, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 213.84, 7, main, -1.06, 85774.00, 1383.29, 63.44, -6.85, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494246,-106.9152858, 1463.0, 2022, 6, 24, 15, 20, 50, 1160, 1162, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 30, 0, 0, 0, 0, 32, 28, 33, 30, 0, 0, 28, 0, 24, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 213.94, 7, main, -1.59, 85780.00, 1382.72, 62.87, -6.88, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494246,-106.9152858, 1463.0, 2022, 6, 24, 15, 20, 50, 1160, 1162, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 30, 0, 0, 0, 0, 32, 28, 33, 30, 0, 0, 28, 0, 24, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 214.04, 7, main, -1.59, 85789.00, 1381.86, 62.01, -6.92, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494246,-106.9152858, 1463.0, 2022, 6, 24, 15, 20, 50, 1160, 1162, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 30, 0, 0, 0, 0, 32, 28, 33, 30, 0, 0, 28, 0, 24, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 214.10, 7, main, -1.59, 85789.00, 1381.86, 62.01, -6.92, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494246,-106.9152858, 1463.0, 2022, 6, 24, 15, 20, 50, 1160, 1162, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 30, 0, 0, 0, 0, 32, 28, 33, 30, 0, 0, 28, 0, 24, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 214.14, 7, main, -2.12, 85788.00, 1381.96, 62.10, -6.95, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494246,-106.9152858, 1463.0, 2022, 6, 24, 15, 20, 50, 1160, 1162, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 30, 0, 0, 0, 0, 32, 28, 33, 30, 0, 0, 28, 0, 24, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 214.24, 7, main, -2.12, 85809.00, 1379.96, 60.10, -6.97, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494246,-106.9152858, 1463.0, 2022, 6, 24, 15, 20, 50, 1160, 1162, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 30, 0, 0, 0, 0, 32, 28, 33, 30, 0, 0, 28, 0, 24, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 214.34, 7, main, -0.00, 85811.00, 1379.77, 59.91, -7.00, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494246,-106.9152858, 1463.0, 2022, 6, 24, 15, 20, 50, 1160, 1162, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 30, 0, 0, 0, 0, 32, 28, 33, 30, 0, 0, 28, 0, 24, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 214.42, 7, main, -0.00, 85811.00, 1379.77, 59.91, -7.00, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494246,-106.9152858, 1463.0, 2022, 6, 24, 15, 20, 50, 1160, 1162, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 30, 0, 0, 0, 0, 32, 28, 33, 30, 0, 0, 28, 0, 24, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 214.43, 7, main, -0.00, 85811.00, 1379.77, 59.91, -7.00, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494246,-106.9152858, 1463.0, 2022, 6, 24, 15, 20, 50, 1160, 1162, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 30, 0, 0, 0, 0, 32, 28, 33, 30, 0, 0, 28, 0, 24, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 214.43, 7, main, -0.00, 85811.00, 1379.77, 59.91, -7.00, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494246,-106.9152858, 1463.0, 2022, 6, 24, 15, 20, 50, 1160, 1162, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 30, 0, 0, 0, 0, 32, 28, 33, 30, 0, 0, 28, 0, 24, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 214.43, 7, main, -0.00, 85811.00, 1379.77, 59.91, -7.00, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494246,-106.9152858, 1463.0, 2022, 6, 24, 15, 20, 50, 1160, 1162, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 30, 0, 0, 0, 0, 32, 28, 33, 30, 0, 0, 28, 0, 24, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 214.43, 7, main, -0.00, 85811.00, 1379.77, 59.91, -7.00, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494246,-106.9152858, 1463.0, 2022, 6, 24, 15, 20, 50, 1160, 1162, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 30, 0, 0, 0, 0, 32, 28, 33, 30, 0, 0, 28, 0, 24, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 214.43, 7, main, -0.00, 85811.00, 1379.77, 59.91, -7.00, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494246,-106.9152858, 1463.0, 2022, 6, 24, 15, 20, 50, 1160, 1162, 342, 4, 1.7,2147483647.0,2147483647.0, 0, 32, 27, 0, 0, 30, 0, 0, 0, 0, 32, 28, 33, 30, 0, 0, 28, 0, 24, 27, 0, 0, 0, 24, 0, 0, 0, 0, 0, 28, 0, 0 +6, 5115, 1,VA3NPN, 214.44, 7, main, -1.59, 85838.00, 1377.20, 57.34, -7.02, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493802,-106.9152813, 1455.0, 2022, 6, 24, 15, 20, 51, 1155, 1157, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 33, 0, 0, 29, 0, 25, 33, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 214.54, 7, main, -2.65, 85822.00, 1378.72, 58.87, -7.03, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493802,-106.9152813, 1455.0, 2022, 6, 24, 15, 20, 51, 1155, 1157, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 33, 0, 0, 29, 0, 25, 33, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 214.64, 7, main, -2.65, 85842.00, 1376.82, 56.96, -7.05, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493802,-106.9152813, 1455.0, 2022, 6, 24, 15, 20, 51, 1155, 1157, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 33, 0, 0, 29, 0, 25, 33, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 214.74, 7, main, -1.06, 85833.00, 1377.67, 57.82, -7.05, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493802,-106.9152813, 1455.0, 2022, 6, 24, 15, 20, 51, 1155, 1157, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 33, 0, 0, 29, 0, 25, 33, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 214.74, 7, main, -1.06, 85833.00, 1377.67, 57.82, -7.05, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493802,-106.9152813, 1455.0, 2022, 6, 24, 15, 20, 51, 1155, 1157, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 33, 0, 0, 29, 0, 25, 33, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 214.84, 7, main, -2.12, 85863.00, 1374.82, 54.96, -7.05, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493802,-106.9152813, 1455.0, 2022, 6, 24, 15, 20, 51, 1155, 1157, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 33, 0, 0, 29, 0, 25, 33, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 214.94, 7, main, -2.12, 85851.00, 1375.96, 56.11, -7.04, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493802,-106.9152813, 1455.0, 2022, 6, 24, 15, 20, 51, 1155, 1157, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 33, 0, 0, 29, 0, 25, 33, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 215.04, 7, main, -3.71, 85866.00, 1374.53, 54.68, -7.03, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493802,-106.9152813, 1455.0, 2022, 6, 24, 15, 20, 51, 1155, 1157, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 33, 0, 0, 29, 0, 25, 33, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 215.06, 7, main, -3.71, 85866.00, 1374.53, 54.68, -7.03, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493802,-106.9152813, 1455.0, 2022, 6, 24, 15, 20, 51, 1155, 1157, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 33, 0, 0, 29, 0, 25, 33, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 215.14, 7, main, -1.06, 85870.00, 1374.15, 54.30, -7.03, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493802,-106.9152813, 1455.0, 2022, 6, 24, 15, 20, 51, 1155, 1157, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 33, 0, 0, 29, 0, 25, 33, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 215.24, 7, main, -3.18, 85885.00, 1372.72, 52.87, -7.03, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493802,-106.9152813, 1455.0, 2022, 6, 24, 15, 20, 51, 1155, 1157, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 33, 0, 0, 29, 0, 25, 33, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 215.34, 7, main, -0.00, 85879.00, 1373.30, 53.44, -7.04, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493802,-106.9152813, 1455.0, 2022, 6, 24, 15, 20, 51, 1155, 1157, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 33, 0, 0, 29, 0, 25, 33, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 215.38, 7, main, -0.00, 85879.00, 1373.30, 53.44, -7.04, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493802,-106.9152813, 1455.0, 2022, 6, 24, 15, 20, 51, 1155, 1157, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 33, 0, 0, 29, 0, 25, 33, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 215.43, 7, main, -0.00, 85879.00, 1373.30, 53.44, -7.04, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493802,-106.9152813, 1455.0, 2022, 6, 24, 15, 20, 51, 1155, 1157, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 33, 0, 0, 29, 0, 25, 33, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 215.43, 7, main, -0.00, 85879.00, 1373.30, 53.44, -7.04, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493802,-106.9152813, 1455.0, 2022, 6, 24, 15, 20, 51, 1155, 1157, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 33, 0, 0, 29, 0, 25, 33, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 215.43, 7, main, -0.00, 85879.00, 1373.30, 53.44, -7.04, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493802,-106.9152813, 1455.0, 2022, 6, 24, 15, 20, 51, 1155, 1157, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 33, 0, 0, 29, 0, 25, 33, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 215.43, 7, main, -0.00, 85879.00, 1373.30, 53.44, -7.04, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493802,-106.9152813, 1455.0, 2022, 6, 24, 15, 20, 51, 1155, 1157, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 33, 0, 0, 29, 0, 25, 33, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 215.43, 7, main, -0.00, 85879.00, 1373.30, 53.44, -7.04, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493802,-106.9152813, 1455.0, 2022, 6, 24, 15, 20, 51, 1155, 1157, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 33, 26, 0, 0, 33, 0, 0, 0, 0, 32, 28, 32, 33, 0, 0, 29, 0, 25, 33, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 215.44, 7, main, -1.59, 85904.00, 1370.92, 51.06, -7.04, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493355,-106.9153001, 1448.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 23, 0, 0, 0, 0, 29, 28, 26, 27, 0, 0, 16, 0, 25, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 215.54, 7, main, 0.53, 85895.00, 1371.77, 51.92, -7.04, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493355,-106.9153001, 1448.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 23, 0, 0, 0, 0, 29, 28, 26, 27, 0, 0, 16, 0, 25, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 215.64, 7, main, 1.59, 85913.00, 1370.06, 50.20, -7.04, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493355,-106.9153001, 1448.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 23, 0, 0, 0, 0, 29, 28, 26, 27, 0, 0, 16, 0, 25, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 215.70, 7, main, 1.59, 85913.00, 1370.06, 50.20, -7.04, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493355,-106.9153001, 1448.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 23, 0, 0, 0, 0, 29, 28, 26, 27, 0, 0, 16, 0, 25, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 215.74, 7, main, -2.65, 85915.00, 1369.87, 50.01, -7.04, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493355,-106.9153001, 1448.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 23, 0, 0, 0, 0, 29, 28, 26, 27, 0, 0, 16, 0, 25, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 215.84, 7, main, -2.12, 85916.00, 1369.77, 49.92, -7.04, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493355,-106.9153001, 1448.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 23, 0, 0, 0, 0, 29, 28, 26, 27, 0, 0, 16, 0, 25, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 215.94, 7, main, -1.59, 85922.00, 1369.20, 49.35, -7.01, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493355,-106.9153001, 1448.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 23, 0, 0, 0, 0, 29, 28, 26, 27, 0, 0, 16, 0, 25, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 216.02, 7, main, -1.59, 85922.00, 1369.20, 49.35, -7.01, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493355,-106.9153001, 1448.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 23, 0, 0, 0, 0, 29, 28, 26, 27, 0, 0, 16, 0, 25, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 216.04, 7, main, -1.06, 85937.00, 1367.78, 47.92, -6.99, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493355,-106.9153001, 1448.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 23, 0, 0, 0, 0, 29, 28, 26, 27, 0, 0, 16, 0, 25, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 216.14, 7, main, -0.53, 85945.00, 1367.02, 47.16, -6.97, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493355,-106.9153001, 1448.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 23, 0, 0, 0, 0, 29, 28, 26, 27, 0, 0, 16, 0, 25, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 216.24, 7, main, -0.53, 85952.00, 1366.35, 46.49, -6.94, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493355,-106.9153001, 1448.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 23, 0, 0, 0, 0, 29, 28, 26, 27, 0, 0, 16, 0, 25, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 216.34, 7, main, 1.06, 85968.00, 1364.83, 44.97, -6.90, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493355,-106.9153001, 1448.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 23, 0, 0, 0, 0, 29, 28, 26, 27, 0, 0, 16, 0, 25, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 216.34, 7, main, 1.06, 85968.00, 1364.83, 44.97, -6.90, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493355,-106.9153001, 1448.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 23, 0, 0, 0, 0, 29, 28, 26, 27, 0, 0, 16, 0, 25, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 216.43, 7, main, 1.06, 85968.00, 1364.83, 44.97, -6.90, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493355,-106.9153001, 1448.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 23, 0, 0, 0, 0, 29, 28, 26, 27, 0, 0, 16, 0, 25, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 216.43, 7, main, 1.06, 85968.00, 1364.83, 44.97, -6.90, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493355,-106.9153001, 1448.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 23, 0, 0, 0, 0, 29, 28, 26, 27, 0, 0, 16, 0, 25, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 216.43, 7, main, 1.06, 85968.00, 1364.83, 44.97, -6.90, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493355,-106.9153001, 1448.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 23, 0, 0, 0, 0, 29, 28, 26, 27, 0, 0, 16, 0, 25, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 216.43, 7, main, 1.06, 85968.00, 1364.83, 44.97, -6.90, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493355,-106.9153001, 1448.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 23, 0, 0, 0, 0, 29, 28, 26, 27, 0, 0, 16, 0, 25, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 216.43, 7, main, 1.06, 85968.00, 1364.83, 44.97, -6.90, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493355,-106.9153001, 1448.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 32, 25, 0, 0, 23, 0, 0, 0, 0, 29, 28, 26, 27, 0, 0, 16, 0, 25, 29, 0, 0, 0, 22, 0, 0, 0, 0, 0, 29, 0, 0 +6, 5115, 1,VA3NPN, 216.44, 7, main, 1.06, 85970.00, 1364.64, 44.78, -6.85, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493129,-106.9153451, 1441.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 32, 0, 0, 0, 0, 29, 26, 32, 29, 0, 0, 21, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 216.54, 7, main, 1.06, 85980.00, 1363.69, 43.83, -6.79, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493129,-106.9153451, 1441.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 32, 0, 0, 0, 0, 29, 26, 32, 29, 0, 0, 21, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 216.64, 7, main, -1.06, 85997.00, 1362.07, 42.22, -6.74, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493129,-106.9153451, 1441.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 32, 0, 0, 0, 0, 29, 26, 32, 29, 0, 0, 21, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 216.66, 7, main, -1.06, 85997.00, 1362.07, 42.22, -6.74, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493129,-106.9153451, 1441.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 32, 0, 0, 0, 0, 29, 26, 32, 29, 0, 0, 21, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 216.74, 7, main, -0.53, 85993.00, 1362.45, 42.60, -6.68, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493129,-106.9153451, 1441.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 32, 0, 0, 0, 0, 29, 26, 32, 29, 0, 0, 21, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 216.84, 7, main, -1.59, 85993.00, 1362.45, 42.60, -6.63, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493129,-106.9153451, 1441.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 32, 0, 0, 0, 0, 29, 26, 32, 29, 0, 0, 21, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 216.94, 7, main, -2.65, 86002.00, 1361.60, 41.74, -6.57, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493129,-106.9153451, 1441.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 32, 0, 0, 0, 0, 29, 26, 32, 29, 0, 0, 21, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 216.98, 7, main, -2.65, 86002.00, 1361.60, 41.74, -6.57, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493129,-106.9153451, 1441.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 32, 0, 0, 0, 0, 29, 26, 32, 29, 0, 0, 21, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 217.04, 7, main, -1.59, 86006.00, 1361.22, 41.36, -6.51, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493129,-106.9153451, 1441.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 32, 0, 0, 0, 0, 29, 26, 32, 29, 0, 0, 21, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 217.14, 7, main, -3.18, 86012.00, 1360.65, 40.79, -6.45, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493129,-106.9153451, 1441.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 32, 0, 0, 0, 0, 29, 26, 32, 29, 0, 0, 21, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 217.24, 7, main, -3.18, 86045.00, 1357.51, 37.65, -6.40, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9493129,-106.9153451, 1441.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 32, 0, 0, 0, 0, 29, 26, 32, 29, 0, 0, 21, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 217.30, 7, main, -3.18, 86045.00, 1357.51, 37.65, -6.40, 31.6, 0.00, 0.01, 3.87, 1, 1, 9, 32.9493129,-106.9153451, 1441.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 32, 0, 0, 0, 0, 29, 26, 32, 29, 0, 0, 21, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 217.34, 7, main, -4.24, 86043.00, 1357.70, 37.84, -6.35, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9493129,-106.9153451, 1441.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 32, 0, 0, 0, 0, 29, 26, 32, 29, 0, 0, 21, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 217.43, 7, main, -4.24, 86043.00, 1357.70, 37.84, -6.35, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9493129,-106.9153451, 1441.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 32, 0, 0, 0, 0, 29, 26, 32, 29, 0, 0, 21, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 217.43, 7, main, -4.24, 86043.00, 1357.70, 37.84, -6.35, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9493129,-106.9153451, 1441.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 32, 0, 0, 0, 0, 29, 26, 32, 29, 0, 0, 21, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 217.43, 7, main, -4.24, 86043.00, 1357.70, 37.84, -6.35, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9493129,-106.9153451, 1441.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 32, 0, 0, 0, 0, 29, 26, 32, 29, 0, 0, 21, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 217.43, 7, main, -4.24, 86043.00, 1357.70, 37.84, -6.35, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9493129,-106.9153451, 1441.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 32, 0, 0, 0, 0, 29, 26, 32, 29, 0, 0, 21, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 217.43, 7, main, -4.24, 86043.00, 1357.70, 37.84, -6.35, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9493129,-106.9153451, 1441.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 342, 3, 1.7,2147483647.0,2147483647.0, 0, 31, 25, 0, 0, 32, 0, 0, 0, 0, 29, 26, 32, 29, 0, 0, 21, 0, 25, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 5115, 1,VA3NPN, 217.44, 7, main, -0.00, 86029.00, 1359.03, 39.17, -6.31, 31.6, 0.00, 0.01, 3.87, 1, 1, 9, 32.9493131,-106.9154056, 1433.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 25, 34, 0, 0, 27, 0, 0, 0, 0, 21, 31, 25, 28, 0, 0, 26, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 217.54, 7, main, -3.18, 86044.00, 1357.60, 37.75, -6.27, 31.6, 0.00, 0.01, 3.87, 1, 1, 9, 32.9493131,-106.9154056, 1433.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 25, 34, 0, 0, 27, 0, 0, 0, 0, 21, 31, 25, 28, 0, 0, 26, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 217.62, 7, main, -3.18, 86044.00, 1357.60, 37.75, -6.27, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493131,-106.9154056, 1433.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 25, 34, 0, 0, 27, 0, 0, 0, 0, 21, 31, 25, 28, 0, 0, 26, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 217.64, 7, main, 0.53, 86054.00, 1356.65, 36.80, -6.24, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493131,-106.9154056, 1433.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 25, 34, 0, 0, 27, 0, 0, 0, 0, 21, 31, 25, 28, 0, 0, 26, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 217.74, 7, main, 0.53, 86057.00, 1356.37, 36.51, -6.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493131,-106.9154056, 1433.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 25, 34, 0, 0, 27, 0, 0, 0, 0, 21, 31, 25, 28, 0, 0, 26, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 217.84, 7, main, -2.65, 86064.00, 1355.70, 35.85, -6.20, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493131,-106.9154056, 1433.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 25, 34, 0, 0, 27, 0, 0, 0, 0, 21, 31, 25, 28, 0, 0, 26, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 217.94, 7, main, 0.53, 86046.00, 1357.41, 37.56, -6.19, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493131,-106.9154056, 1433.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 25, 34, 0, 0, 27, 0, 0, 0, 0, 21, 31, 25, 28, 0, 0, 26, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 217.94, 7, main, 0.53, 86046.00, 1357.41, 37.56, -6.19, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493131,-106.9154056, 1433.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 25, 34, 0, 0, 27, 0, 0, 0, 0, 21, 31, 25, 28, 0, 0, 26, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 218.04, 7, main, -2.65, 86081.00, 1354.09, 34.23, -6.19, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493131,-106.9154056, 1433.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 25, 34, 0, 0, 27, 0, 0, 0, 0, 21, 31, 25, 28, 0, 0, 26, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 218.14, 7, main, 1.59, 86089.00, 1353.33, 33.47, -6.20, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493131,-106.9154056, 1433.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 25, 34, 0, 0, 27, 0, 0, 0, 0, 21, 31, 25, 28, 0, 0, 26, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 218.24, 7, main, -2.65, 86085.00, 1353.71, 33.85, -6.21, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493131,-106.9154056, 1433.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 25, 34, 0, 0, 27, 0, 0, 0, 0, 21, 31, 25, 28, 0, 0, 26, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 218.26, 7, main, -2.65, 86085.00, 1353.71, 33.85, -6.21, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493131,-106.9154056, 1433.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 25, 34, 0, 0, 27, 0, 0, 0, 0, 21, 31, 25, 28, 0, 0, 26, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 218.34, 7, main, -1.59, 86094.00, 1352.85, 33.00, -6.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493131,-106.9154056, 1433.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 25, 34, 0, 0, 27, 0, 0, 0, 0, 21, 31, 25, 28, 0, 0, 26, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 218.42, 7, main, -1.59, 86094.00, 1352.85, 33.00, -6.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493131,-106.9154056, 1433.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 25, 34, 0, 0, 27, 0, 0, 0, 0, 21, 31, 25, 28, 0, 0, 26, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 218.42, 7, main, -1.59, 86094.00, 1352.85, 33.00, -6.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493131,-106.9154056, 1433.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 25, 34, 0, 0, 27, 0, 0, 0, 0, 21, 31, 25, 28, 0, 0, 26, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 218.42, 7, main, -1.59, 86094.00, 1352.85, 33.00, -6.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493131,-106.9154056, 1433.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 25, 34, 0, 0, 27, 0, 0, 0, 0, 21, 31, 25, 28, 0, 0, 26, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 218.42, 7, main, -1.59, 86094.00, 1352.85, 33.00, -6.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493131,-106.9154056, 1433.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 25, 34, 0, 0, 27, 0, 0, 0, 0, 21, 31, 25, 28, 0, 0, 26, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 218.42, 7, main, -1.59, 86094.00, 1352.85, 33.00, -6.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493131,-106.9154056, 1433.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 25, 34, 0, 0, 27, 0, 0, 0, 0, 21, 31, 25, 28, 0, 0, 26, 0, 28, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 218.44, 7, main, -0.53, 86098.00, 1352.47, 32.62, -6.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493307,-106.9154612, 1424.0, 2022, 6, 24, 15, 20, 55, 1155, 1155, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 27, 0, 0, 0, 0, 29, 31, 26, 26, 0, 0, 27, 0, 31, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 218.54, 7, main, -3.71, 86108.00, 1351.52, 31.67, -6.24, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493307,-106.9154612, 1424.0, 2022, 6, 24, 15, 20, 55, 1155, 1155, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 27, 0, 0, 0, 0, 29, 31, 26, 26, 0, 0, 27, 0, 31, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 218.58, 7, main, -3.71, 86108.00, 1351.52, 31.67, -6.24, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493307,-106.9154612, 1424.0, 2022, 6, 24, 15, 20, 55, 1155, 1155, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 27, 0, 0, 0, 0, 29, 31, 26, 26, 0, 0, 27, 0, 31, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 218.64, 7, main, -2.65, 86125.00, 1349.91, 30.05, -6.26, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493307,-106.9154612, 1424.0, 2022, 6, 24, 15, 20, 55, 1155, 1155, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 27, 0, 0, 0, 0, 29, 31, 26, 26, 0, 0, 27, 0, 31, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 218.74, 7, main, -3.71, 86135.00, 1348.96, 29.11, -6.26, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493307,-106.9154612, 1424.0, 2022, 6, 24, 15, 20, 55, 1155, 1155, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 27, 0, 0, 0, 0, 29, 31, 26, 26, 0, 0, 27, 0, 31, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 218.84, 7, main, -2.12, 86131.00, 1349.34, 29.49, -6.26, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493307,-106.9154612, 1424.0, 2022, 6, 24, 15, 20, 55, 1155, 1155, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 27, 0, 0, 0, 0, 29, 31, 26, 26, 0, 0, 27, 0, 31, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 218.90, 7, main, -2.12, 86131.00, 1349.34, 29.49, -6.26, 31.6, 0.00, 0.01, 3.86, 1, 1, 9, 32.9493307,-106.9154612, 1424.0, 2022, 6, 24, 15, 20, 55, 1155, 1155, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 27, 0, 0, 0, 0, 29, 31, 26, 26, 0, 0, 27, 0, 31, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 218.94, 7, main, -3.18, 86137.00, 1348.77, 28.92, -6.25, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9493307,-106.9154612, 1424.0, 2022, 6, 24, 15, 20, 55, 1155, 1155, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 27, 0, 0, 0, 0, 29, 31, 26, 26, 0, 0, 27, 0, 31, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 219.04, 7, main, -3.71, 86146.00, 1347.92, 28.06, -6.26, 31.6, 0.00, 0.01, 3.86, 1, 1, 9, 32.9493307,-106.9154612, 1424.0, 2022, 6, 24, 15, 20, 55, 1155, 1155, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 27, 0, 0, 0, 0, 29, 31, 26, 26, 0, 0, 27, 0, 31, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 219.14, 7, main, -1.59, 86139.00, 1348.58, 28.73, -6.25, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9493307,-106.9154612, 1424.0, 2022, 6, 24, 15, 20, 55, 1155, 1155, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 27, 0, 0, 0, 0, 29, 31, 26, 26, 0, 0, 27, 0, 31, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 219.22, 7, main, -1.59, 86139.00, 1348.58, 28.73, -6.25, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493307,-106.9154612, 1424.0, 2022, 6, 24, 15, 20, 55, 1155, 1155, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 27, 0, 0, 0, 0, 29, 31, 26, 26, 0, 0, 27, 0, 31, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 219.24, 7, main, -2.12, 86148.00, 1347.73, 27.87, -6.27, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493307,-106.9154612, 1424.0, 2022, 6, 24, 15, 20, 55, 1155, 1155, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 27, 0, 0, 0, 0, 29, 31, 26, 26, 0, 0, 27, 0, 31, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 219.34, 7, main, -0.00, 86157.00, 1346.87, 27.02, -6.27, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493307,-106.9154612, 1424.0, 2022, 6, 24, 15, 20, 55, 1155, 1155, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 27, 0, 0, 0, 0, 29, 31, 26, 26, 0, 0, 27, 0, 31, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 219.43, 7, main, -0.00, 86157.00, 1346.87, 27.02, -6.27, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493307,-106.9154612, 1424.0, 2022, 6, 24, 15, 20, 55, 1155, 1155, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 27, 0, 0, 0, 0, 29, 31, 26, 26, 0, 0, 27, 0, 31, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 219.43, 7, main, -0.00, 86157.00, 1346.87, 27.02, -6.27, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493307,-106.9154612, 1424.0, 2022, 6, 24, 15, 20, 55, 1155, 1155, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 27, 0, 0, 0, 0, 29, 31, 26, 26, 0, 0, 27, 0, 31, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 219.43, 7, main, -0.00, 86157.00, 1346.87, 27.02, -6.27, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493307,-106.9154612, 1424.0, 2022, 6, 24, 15, 20, 55, 1155, 1155, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 27, 0, 0, 0, 0, 29, 31, 26, 26, 0, 0, 27, 0, 31, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 219.43, 7, main, -0.00, 86157.00, 1346.87, 27.02, -6.27, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493307,-106.9154612, 1424.0, 2022, 6, 24, 15, 20, 55, 1155, 1155, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 27, 0, 0, 0, 0, 29, 31, 26, 26, 0, 0, 27, 0, 31, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 219.43, 7, main, -0.00, 86157.00, 1346.87, 27.02, -6.27, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493307,-106.9154612, 1424.0, 2022, 6, 24, 15, 20, 55, 1155, 1155, 341, 2, 1.7,2147483647.0,2147483647.0, 0, 31, 31, 0, 0, 27, 0, 0, 0, 0, 29, 31, 26, 26, 0, 0, 27, 0, 31, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 219.44, 7, main, -2.65, 86163.00, 1346.30, 26.45, -6.26, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493732,-106.9154970, 1418.0, 2022, 6, 24, 15, 20, 56, 1160, 1161, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 27, 0, 0, 0, 0, 29, 31, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 219.54, 7, main, -0.53, 86181.00, 1344.59, 24.74, -6.27, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493732,-106.9154970, 1418.0, 2022, 6, 24, 15, 20, 56, 1160, 1161, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 27, 0, 0, 0, 0, 29, 31, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 219.54, 7, main, -0.53, 86181.00, 1344.59, 24.74, -6.27, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493732,-106.9154970, 1418.0, 2022, 6, 24, 15, 20, 56, 1160, 1161, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 27, 0, 0, 0, 0, 29, 31, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 219.64, 7, main, -1.59, 86175.00, 1345.16, 25.31, -6.27, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493732,-106.9154970, 1418.0, 2022, 6, 24, 15, 20, 56, 1160, 1161, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 27, 0, 0, 0, 0, 29, 31, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 219.74, 7, main, -0.53, 86197.00, 1343.08, 23.22, -6.28, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493732,-106.9154970, 1418.0, 2022, 6, 24, 15, 20, 56, 1160, 1161, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 27, 0, 0, 0, 0, 29, 31, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 219.84, 7, main, -3.18, 86200.00, 1342.79, 22.94, -6.30, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493732,-106.9154970, 1418.0, 2022, 6, 24, 15, 20, 56, 1160, 1161, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 27, 0, 0, 0, 0, 29, 31, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 219.86, 7, main, -3.18, 86200.00, 1342.79, 22.94, -6.30, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493732,-106.9154970, 1418.0, 2022, 6, 24, 15, 20, 56, 1160, 1161, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 27, 0, 0, 0, 0, 29, 31, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 219.94, 7, main, -1.06, 86203.00, 1342.51, 22.65, -6.30, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493732,-106.9154970, 1418.0, 2022, 6, 24, 15, 20, 56, 1160, 1161, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 27, 0, 0, 0, 0, 29, 31, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 220.04, 7, main, -1.06, 86201.00, 1342.70, 22.84, -6.31, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493732,-106.9154970, 1418.0, 2022, 6, 24, 15, 20, 56, 1160, 1161, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 27, 0, 0, 0, 0, 29, 31, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 220.14, 7, main, -4.24, 86236.00, 1339.38, 19.52, -6.33, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493732,-106.9154970, 1418.0, 2022, 6, 24, 15, 20, 56, 1160, 1161, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 27, 0, 0, 0, 0, 29, 31, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 220.18, 7, main, -4.24, 86236.00, 1339.38, 19.52, -6.33, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493732,-106.9154970, 1418.0, 2022, 6, 24, 15, 20, 56, 1160, 1161, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 27, 0, 0, 0, 0, 29, 31, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 220.24, 7, main, -4.24, 86214.00, 1341.46, 21.61, -6.34, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493732,-106.9154970, 1418.0, 2022, 6, 24, 15, 20, 56, 1160, 1161, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 27, 0, 0, 0, 0, 29, 31, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 220.34, 7, main, -4.24, 86219.00, 1340.99, 21.13, -6.35, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493732,-106.9154970, 1418.0, 2022, 6, 24, 15, 20, 56, 1160, 1161, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 27, 0, 0, 0, 0, 29, 31, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 220.43, 7, main, -4.24, 86219.00, 1340.99, 21.13, -6.35, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493732,-106.9154970, 1418.0, 2022, 6, 24, 15, 20, 56, 1160, 1161, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 27, 0, 0, 0, 0, 29, 31, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 220.43, 7, main, -4.24, 86219.00, 1340.99, 21.13, -6.35, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493732,-106.9154970, 1418.0, 2022, 6, 24, 15, 20, 56, 1160, 1161, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 27, 0, 0, 0, 0, 29, 31, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 220.43, 7, main, -4.24, 86219.00, 1340.99, 21.13, -6.35, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493732,-106.9154970, 1418.0, 2022, 6, 24, 15, 20, 56, 1160, 1161, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 27, 0, 0, 0, 0, 29, 31, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 220.43, 7, main, -4.24, 86219.00, 1340.99, 21.13, -6.35, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493732,-106.9154970, 1418.0, 2022, 6, 24, 15, 20, 56, 1160, 1161, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 27, 0, 0, 0, 0, 29, 31, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 220.43, 7, main, -4.24, 86219.00, 1340.99, 21.13, -6.35, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9493732,-106.9154970, 1418.0, 2022, 6, 24, 15, 20, 56, 1160, 1161, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 30, 26, 0, 0, 27, 0, 0, 0, 0, 29, 31, 27, 25, 0, 0, 28, 0, 32, 25, 0, 0, 0, 30, 0, 0, 0, 0, 0, 25, 0, 0 +6, 5115, 1,VA3NPN, 220.44, 7, main, -3.71, 86230.00, 1339.95, 20.09, -6.37, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494105,-106.9155182, 1410.0, 2022, 6, 24, 15, 20, 57, 1165, 1165, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 23, 26, 0, 0, 28, 0, 0, 0, 0, 18, 24, 31, 34, 0, 0, 33, 0, 29, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 220.50, 7, main, -3.71, 86230.00, 1339.95, 20.09, -6.37, 31.6, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494105,-106.9155182, 1410.0, 2022, 6, 24, 15, 20, 57, 1165, 1165, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 23, 26, 0, 0, 28, 0, 0, 0, 0, 18, 24, 31, 34, 0, 0, 33, 0, 29, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 220.54, 7, main, -4.77, 86247.00, 1338.33, 18.48, -6.39, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494105,-106.9155182, 1410.0, 2022, 6, 24, 15, 20, 57, 1165, 1165, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 23, 26, 0, 0, 28, 0, 0, 0, 0, 18, 24, 31, 34, 0, 0, 33, 0, 29, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 220.64, 7, main, -5.30, 86255.00, 1337.57, 17.72, -6.41, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494105,-106.9155182, 1410.0, 2022, 6, 24, 15, 20, 57, 1165, 1165, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 23, 26, 0, 0, 28, 0, 0, 0, 0, 18, 24, 31, 34, 0, 0, 33, 0, 29, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 220.74, 7, main, -2.12, 86243.00, 1338.71, 18.86, -6.44, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494105,-106.9155182, 1410.0, 2022, 6, 24, 15, 20, 57, 1165, 1165, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 23, 26, 0, 0, 28, 0, 0, 0, 0, 18, 24, 31, 34, 0, 0, 33, 0, 29, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 220.82, 7, main, -2.12, 86243.00, 1338.71, 18.86, -6.44, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494105,-106.9155182, 1410.0, 2022, 6, 24, 15, 20, 57, 1165, 1165, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 23, 26, 0, 0, 28, 0, 0, 0, 0, 18, 24, 31, 34, 0, 0, 33, 0, 29, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 220.84, 7, main, -4.24, 86266.00, 1336.53, 16.68, -6.45, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494105,-106.9155182, 1410.0, 2022, 6, 24, 15, 20, 57, 1165, 1165, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 23, 26, 0, 0, 28, 0, 0, 0, 0, 18, 24, 31, 34, 0, 0, 33, 0, 29, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 220.94, 7, main, -2.65, 86253.00, 1337.76, 17.91, -6.45, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494105,-106.9155182, 1410.0, 2022, 6, 24, 15, 20, 57, 1165, 1165, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 23, 26, 0, 0, 28, 0, 0, 0, 0, 18, 24, 31, 34, 0, 0, 33, 0, 29, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 221.04, 7, main, -4.24, 86279.00, 1335.30, 15.44, -6.45, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494105,-106.9155182, 1410.0, 2022, 6, 24, 15, 20, 57, 1165, 1165, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 23, 26, 0, 0, 28, 0, 0, 0, 0, 18, 24, 31, 34, 0, 0, 33, 0, 29, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 221.14, 7, main, -1.59, 86281.00, 1335.11, 15.25, -6.45, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494105,-106.9155182, 1410.0, 2022, 6, 24, 15, 20, 57, 1165, 1165, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 23, 26, 0, 0, 28, 0, 0, 0, 0, 18, 24, 31, 34, 0, 0, 33, 0, 29, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 221.14, 7, main, -1.59, 86281.00, 1335.11, 15.25, -6.45, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494105,-106.9155182, 1410.0, 2022, 6, 24, 15, 20, 57, 1165, 1165, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 23, 26, 0, 0, 28, 0, 0, 0, 0, 18, 24, 31, 34, 0, 0, 33, 0, 29, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 221.24, 7, main, -2.65, 86291.00, 1334.16, 14.31, -6.44, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494105,-106.9155182, 1410.0, 2022, 6, 24, 15, 20, 57, 1165, 1165, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 23, 26, 0, 0, 28, 0, 0, 0, 0, 18, 24, 31, 34, 0, 0, 33, 0, 29, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 221.34, 7, main, -3.18, 86297.00, 1333.59, 13.74, -6.43, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494105,-106.9155182, 1410.0, 2022, 6, 24, 15, 20, 57, 1165, 1165, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 23, 26, 0, 0, 28, 0, 0, 0, 0, 18, 24, 31, 34, 0, 0, 33, 0, 29, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 221.43, 7, main, -3.18, 86297.00, 1333.59, 13.74, -6.43, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494105,-106.9155182, 1410.0, 2022, 6, 24, 15, 20, 57, 1165, 1165, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 23, 26, 0, 0, 28, 0, 0, 0, 0, 18, 24, 31, 34, 0, 0, 33, 0, 29, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 221.43, 7, main, -3.18, 86297.00, 1333.59, 13.74, -6.43, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494105,-106.9155182, 1410.0, 2022, 6, 24, 15, 20, 57, 1165, 1165, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 23, 26, 0, 0, 28, 0, 0, 0, 0, 18, 24, 31, 34, 0, 0, 33, 0, 29, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 221.43, 7, main, -3.18, 86297.00, 1333.59, 13.74, -6.43, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494105,-106.9155182, 1410.0, 2022, 6, 24, 15, 20, 57, 1165, 1165, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 23, 26, 0, 0, 28, 0, 0, 0, 0, 18, 24, 31, 34, 0, 0, 33, 0, 29, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 221.43, 7, main, -3.18, 86297.00, 1333.59, 13.74, -6.43, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494105,-106.9155182, 1410.0, 2022, 6, 24, 15, 20, 57, 1165, 1165, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 23, 26, 0, 0, 28, 0, 0, 0, 0, 18, 24, 31, 34, 0, 0, 33, 0, 29, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 221.43, 7, main, -3.18, 86297.00, 1333.59, 13.74, -6.43, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494105,-106.9155182, 1410.0, 2022, 6, 24, 15, 20, 57, 1165, 1165, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 23, 26, 0, 0, 28, 0, 0, 0, 0, 18, 24, 31, 34, 0, 0, 33, 0, 29, 26, 0, 0, 0, 28, 0, 0, 0, 0, 0, 31, 0, 0 +6, 5115, 1,VA3NPN, 221.44, 7, main, -1.59, 86306.00, 1332.74, 12.88, -6.41, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494454,-106.9155256, 1403.0, 2022, 6, 24, 15, 20, 58, 1169, 1169, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 35, 26, 0, 0, 33, 0, 0, 0, 0, 33, 31, 26, 26, 0, 0, 28, 0, 28, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 221.46, 7, main, -1.59, 86306.00, 1332.74, 12.88, -6.41, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494454,-106.9155256, 1403.0, 2022, 6, 24, 15, 20, 58, 1169, 1169, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 35, 26, 0, 0, 33, 0, 0, 0, 0, 33, 31, 26, 26, 0, 0, 28, 0, 28, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 221.54, 7, main, -2.12, 86312.00, 1332.17, 12.31, -6.39, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494454,-106.9155256, 1403.0, 2022, 6, 24, 15, 20, 58, 1169, 1169, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 35, 26, 0, 0, 33, 0, 0, 0, 0, 33, 31, 26, 26, 0, 0, 28, 0, 28, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 221.64, 7, main, -0.00, 86318.00, 1331.60, 11.75, -6.36, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494454,-106.9155256, 1403.0, 2022, 6, 24, 15, 20, 58, 1169, 1169, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 35, 26, 0, 0, 33, 0, 0, 0, 0, 33, 31, 26, 26, 0, 0, 28, 0, 28, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 221.74, 7, main, -2.65, 86339.00, 1329.61, 9.76, -6.32, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494454,-106.9155256, 1403.0, 2022, 6, 24, 15, 20, 58, 1169, 1169, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 35, 26, 0, 0, 33, 0, 0, 0, 0, 33, 31, 26, 26, 0, 0, 28, 0, 28, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 221.78, 7, main, -2.65, 86339.00, 1329.61, 9.76, -6.32, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494454,-106.9155256, 1403.0, 2022, 6, 24, 15, 20, 58, 1169, 1169, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 35, 26, 0, 0, 33, 0, 0, 0, 0, 33, 31, 26, 26, 0, 0, 28, 0, 28, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 221.84, 7, main, -1.06, 86332.00, 1330.27, 10.42, -6.29, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494454,-106.9155256, 1403.0, 2022, 6, 24, 15, 20, 58, 1169, 1169, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 35, 26, 0, 0, 33, 0, 0, 0, 0, 33, 31, 26, 26, 0, 0, 28, 0, 28, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 221.94, 7, main, -2.65, 86330.00, 1330.46, 10.61, -6.24, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494454,-106.9155256, 1403.0, 2022, 6, 24, 15, 20, 58, 1169, 1169, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 35, 26, 0, 0, 33, 0, 0, 0, 0, 33, 31, 26, 26, 0, 0, 28, 0, 28, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 222.04, 7, main, -2.12, 86330.00, 1330.46, 10.61, -6.17, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494454,-106.9155256, 1403.0, 2022, 6, 24, 15, 20, 58, 1169, 1169, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 35, 26, 0, 0, 33, 0, 0, 0, 0, 33, 31, 26, 26, 0, 0, 28, 0, 28, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 222.10, 7, main, -2.12, 86330.00, 1330.46, 10.61, -6.17, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494454,-106.9155256, 1403.0, 2022, 6, 24, 15, 20, 58, 1169, 1169, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 35, 26, 0, 0, 33, 0, 0, 0, 0, 33, 31, 26, 26, 0, 0, 28, 0, 28, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 222.14, 7, main, -4.77, 86349.00, 1328.66, 8.81, -6.09, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494454,-106.9155256, 1403.0, 2022, 6, 24, 15, 20, 58, 1169, 1169, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 35, 26, 0, 0, 33, 0, 0, 0, 0, 33, 31, 26, 26, 0, 0, 28, 0, 28, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 222.24, 7, main, -0.53, 86363.00, 1327.34, 7.48, -5.99, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494454,-106.9155256, 1403.0, 2022, 6, 24, 15, 20, 58, 1169, 1169, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 35, 26, 0, 0, 33, 0, 0, 0, 0, 33, 31, 26, 26, 0, 0, 28, 0, 28, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 222.34, 7, main, -4.24, 86356.00, 1328.00, 8.14, -5.87, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494454,-106.9155256, 1403.0, 2022, 6, 24, 15, 20, 58, 1169, 1169, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 35, 26, 0, 0, 33, 0, 0, 0, 0, 33, 31, 26, 26, 0, 0, 28, 0, 28, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 222.42, 7, main, -4.24, 86356.00, 1328.00, 8.14, -5.87, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494454,-106.9155256, 1403.0, 2022, 6, 24, 15, 20, 58, 1169, 1169, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 35, 26, 0, 0, 33, 0, 0, 0, 0, 33, 31, 26, 26, 0, 0, 28, 0, 28, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 222.43, 7, main, -4.24, 86356.00, 1328.00, 8.14, -5.87, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494454,-106.9155256, 1403.0, 2022, 6, 24, 15, 20, 58, 1169, 1169, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 35, 26, 0, 0, 33, 0, 0, 0, 0, 33, 31, 26, 26, 0, 0, 28, 0, 28, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 222.43, 7, main, -4.24, 86356.00, 1328.00, 8.14, -5.87, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494454,-106.9155256, 1403.0, 2022, 6, 24, 15, 20, 58, 1169, 1169, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 35, 26, 0, 0, 33, 0, 0, 0, 0, 33, 31, 26, 26, 0, 0, 28, 0, 28, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 222.43, 7, main, -4.24, 86356.00, 1328.00, 8.14, -5.87, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494454,-106.9155256, 1403.0, 2022, 6, 24, 15, 20, 58, 1169, 1169, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 35, 26, 0, 0, 33, 0, 0, 0, 0, 33, 31, 26, 26, 0, 0, 28, 0, 28, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 222.43, 7, main, -4.24, 86356.00, 1328.00, 8.14, -5.87, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494454,-106.9155256, 1403.0, 2022, 6, 24, 15, 20, 58, 1169, 1169, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 35, 26, 0, 0, 33, 0, 0, 0, 0, 33, 31, 26, 26, 0, 0, 28, 0, 28, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 222.43, 7, main, -4.24, 86356.00, 1328.00, 8.14, -5.87, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494454,-106.9155256, 1403.0, 2022, 6, 24, 15, 20, 58, 1169, 1169, 341, 1, 1.7,2147483647.0,2147483647.0, 0, 35, 26, 0, 0, 33, 0, 0, 0, 0, 33, 31, 26, 26, 0, 0, 28, 0, 28, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 222.44, 7, main, -2.65, 86377.00, 1326.01, 6.16, -5.75, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494759,-106.9155052, 1396.0, 2022, 6, 24, 15, 20, 59, 1172, 1172, 341, 0, 1.7,2147483647.0,2147483647.0, 0, 25, 35, 0, 0, 31, 0, 0, 0, 0, 27, 32, 26, 25, 0, 0, 36, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 222.54, 7, main, 7.95, 86377.00, 1326.01, 6.16, -5.61, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494759,-106.9155052, 1396.0, 2022, 6, 24, 15, 20, 59, 1172, 1172, 341, 0, 1.7,2147483647.0,2147483647.0, 0, 25, 35, 0, 0, 31, 0, 0, 0, 0, 27, 32, 26, 25, 0, 0, 36, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 222.64, 7, main, 2.65, 86393.00, 1324.50, 4.64, -5.44, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494759,-106.9155052, 1396.0, 2022, 6, 24, 15, 20, 59, 1172, 1172, 341, 0, 1.7,2147483647.0,2147483647.0, 0, 25, 35, 0, 0, 31, 0, 0, 0, 0, 27, 32, 26, 25, 0, 0, 36, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 222.74, 7, main, 1.06, 86395.00, 1324.31, 4.45, -5.26, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494759,-106.9155052, 1396.0, 2022, 6, 24, 15, 20, 59, 1172, 1172, 341, 0, 1.7,2147483647.0,2147483647.0, 0, 25, 35, 0, 0, 31, 0, 0, 0, 0, 27, 32, 26, 25, 0, 0, 36, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 222.74, 7, main, 1.06, 86395.00, 1324.31, 4.45, -5.26, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494759,-106.9155052, 1396.0, 2022, 6, 24, 15, 20, 59, 1172, 1172, 341, 0, 1.7,2147483647.0,2147483647.0, 0, 25, 35, 0, 0, 31, 0, 0, 0, 0, 27, 32, 26, 25, 0, 0, 36, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 222.84, 7, main, -0.53, 86398.00, 1324.02, 4.17, -5.07, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494759,-106.9155052, 1396.0, 2022, 6, 24, 15, 20, 59, 1172, 1172, 341, 0, 1.7,2147483647.0,2147483647.0, 0, 25, 35, 0, 0, 31, 0, 0, 0, 0, 27, 32, 26, 25, 0, 0, 36, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 222.94, 7, main, 6.89, 86395.00, 1324.31, 4.45, -4.86, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494759,-106.9155052, 1396.0, 2022, 6, 24, 15, 20, 59, 1172, 1172, 341, 0, 1.7,2147483647.0,2147483647.0, 0, 25, 35, 0, 0, 31, 0, 0, 0, 0, 27, 32, 26, 25, 0, 0, 36, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 223.04, 7, main, 0.53, 86402.00, 1323.64, 3.79, -4.64, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494759,-106.9155052, 1396.0, 2022, 6, 24, 15, 20, 59, 1172, 1172, 341, 0, 1.7,2147483647.0,2147483647.0, 0, 25, 35, 0, 0, 31, 0, 0, 0, 0, 27, 32, 26, 25, 0, 0, 36, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 223.06, 7, main, 0.53, 86402.00, 1323.64, 3.79, -4.64, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494759,-106.9155052, 1396.0, 2022, 6, 24, 15, 20, 59, 1172, 1172, 341, 0, 1.7,2147483647.0,2147483647.0, 0, 25, 35, 0, 0, 31, 0, 0, 0, 0, 27, 32, 26, 25, 0, 0, 36, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 223.14, 7, main, -1.06, 86410.00, 1322.89, 3.03, -4.39, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494759,-106.9155052, 1396.0, 2022, 6, 24, 15, 20, 59, 1172, 1172, 341, 0, 1.7,2147483647.0,2147483647.0, 0, 25, 35, 0, 0, 31, 0, 0, 0, 0, 27, 32, 26, 25, 0, 0, 36, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 223.24, 7, main, -0.00, 86419.00, 1322.03, 2.18, -4.15, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494759,-106.9155052, 1396.0, 2022, 6, 24, 15, 20, 59, 1172, 1172, 341, 0, 1.7,2147483647.0,2147483647.0, 0, 25, 35, 0, 0, 31, 0, 0, 0, 0, 27, 32, 26, 25, 0, 0, 36, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 223.34, 7, main, 4.24, 86427.00, 1321.28, 1.42, -3.90, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494759,-106.9155052, 1396.0, 2022, 6, 24, 15, 20, 59, 1172, 1172, 341, 0, 1.7,2147483647.0,2147483647.0, 0, 25, 35, 0, 0, 31, 0, 0, 0, 0, 27, 32, 26, 25, 0, 0, 36, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 223.38, 7, main, 4.24, 86427.00, 1321.28, 1.42, -3.90, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494759,-106.9155052, 1396.0, 2022, 6, 24, 15, 20, 59, 1172, 1172, 341, 0, 1.7,2147483647.0,2147483647.0, 0, 25, 35, 0, 0, 31, 0, 0, 0, 0, 27, 32, 26, 25, 0, 0, 36, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 223.43, 7, main, 4.24, 86427.00, 1321.28, 1.42, -3.90, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494759,-106.9155052, 1396.0, 2022, 6, 24, 15, 20, 59, 1172, 1172, 341, 0, 1.7,2147483647.0,2147483647.0, 0, 25, 35, 0, 0, 31, 0, 0, 0, 0, 27, 32, 26, 25, 0, 0, 36, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 223.43, 7, main, 4.24, 86427.00, 1321.28, 1.42, -3.90, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494759,-106.9155052, 1396.0, 2022, 6, 24, 15, 20, 59, 1172, 1172, 341, 0, 1.7,2147483647.0,2147483647.0, 0, 25, 35, 0, 0, 31, 0, 0, 0, 0, 27, 32, 26, 25, 0, 0, 36, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 223.43, 7, main, 4.24, 86427.00, 1321.28, 1.42, -3.90, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494759,-106.9155052, 1396.0, 2022, 6, 24, 15, 20, 59, 1172, 1172, 341, 0, 1.7,2147483647.0,2147483647.0, 0, 25, 35, 0, 0, 31, 0, 0, 0, 0, 27, 32, 26, 25, 0, 0, 36, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 223.43, 7, main, 4.24, 86427.00, 1321.28, 1.42, -3.90, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494759,-106.9155052, 1396.0, 2022, 6, 24, 15, 20, 59, 1172, 1172, 341, 0, 1.7,2147483647.0,2147483647.0, 0, 25, 35, 0, 0, 31, 0, 0, 0, 0, 27, 32, 26, 25, 0, 0, 36, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 223.43, 7, main, 4.24, 86427.00, 1321.28, 1.42, -3.90, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494759,-106.9155052, 1396.0, 2022, 6, 24, 15, 20, 59, 1172, 1172, 341, 0, 1.7,2147483647.0,2147483647.0, 0, 25, 35, 0, 0, 31, 0, 0, 0, 0, 27, 32, 26, 25, 0, 0, 36, 0, 30, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 223.44, 7, main, 5.83, 86421.00, 1321.84, 1.99, -3.63, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494914,-106.9154735, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 26, 0, 0, 0, 0, 31, 27, 27, 31, 0, 0, 33, 0, 25, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 223.54, 7, main, 5.30, 86440.00, 1320.05, 0.19, -3.35, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494914,-106.9154735, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 26, 0, 0, 0, 0, 31, 27, 27, 31, 0, 0, 33, 0, 25, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 223.64, 7, main, -3.18, 86441.00, 1319.95, 0.09, -3.06, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494914,-106.9154735, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 26, 0, 0, 0, 0, 31, 27, 27, 31, 0, 0, 33, 0, 25, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 223.70, 7, main, -3.18, 86441.00, 1319.95, 0.09, -3.06, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494914,-106.9154735, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 26, 0, 0, 0, 0, 31, 27, 27, 31, 0, 0, 33, 0, 25, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 223.74, 7, main, -24.91, 86439.00, 1320.14, 0.28, -2.79, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494914,-106.9154735, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 26, 0, 0, 0, 0, 31, 27, 27, 31, 0, 0, 33, 0, 25, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 223.84, 7, main, -17.49, 86460.00, 1318.15, -1.70, -2.51, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494914,-106.9154735, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 26, 0, 0, 0, 0, 31, 27, 27, 31, 0, 0, 33, 0, 25, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 223.94, 7, main, -15.37, 86460.00, 1318.15, -1.70, -2.24, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494914,-106.9154735, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 26, 0, 0, 0, 0, 31, 27, 27, 31, 0, 0, 33, 0, 25, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 224.02, 7, main, -15.37, 86460.00, 1318.15, -1.70, -2.24, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494914,-106.9154735, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 26, 0, 0, 0, 0, 31, 27, 27, 31, 0, 0, 33, 0, 25, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 224.04, 7, main, -10.60, 86437.00, 1320.33, 0.47, -1.97, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494914,-106.9154735, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 26, 0, 0, 0, 0, 31, 27, 27, 31, 0, 0, 33, 0, 25, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 224.14, 7, main, -5.83, 86443.00, 1319.76, -0.09, -1.72, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494914,-106.9154735, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 26, 0, 0, 0, 0, 31, 27, 27, 31, 0, 0, 33, 0, 25, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 224.24, 7, main, -7.42, 86440.00, 1320.05, 0.19, -1.50, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494914,-106.9154735, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 26, 0, 0, 0, 0, 31, 27, 27, 31, 0, 0, 33, 0, 25, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 224.34, 7, main, -10.60, 86449.00, 1319.19, -0.66, -1.29, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494914,-106.9154735, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 26, 0, 0, 0, 0, 31, 27, 27, 31, 0, 0, 33, 0, 25, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 224.34, 7, main, -10.60, 86449.00, 1319.19, -0.66, -1.29, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494914,-106.9154735, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 31, 26, 0, 0, 26, 0, 0, 0, 0, 31, 27, 27, 31, 0, 0, 33, 0, 25, 31, 0, 0, 0, 25, 0, 0, 0, 0, 0, 27, 0, 0 +6, 5115, 1,VA3NPN, 224.44, 7, main, -10.60, 86461.00, 1318.06, -1.80, -1.10, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 224.44, 7, main, -10.60, 86461.00, 1318.06, -1.80, -1.10, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 224.44, 7, main, -10.60, 86461.00, 1318.06, -1.80, -1.10, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 224.44, 7, main, -10.60, 86461.00, 1318.06, -1.80, -1.10, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 224.44, 7, main, -10.60, 86461.00, 1318.06, -1.80, -1.10, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 224.44, 7, main, -10.60, 86461.00, 1318.06, -1.80, -1.10, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 224.54, 7, main, -10.60, 86433.00, 1320.71, 0.85, -0.93, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 224.64, 7, main, -10.07, 86443.00, 1319.76, -0.09, -0.78, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 224.66, 7, main, -10.07, 86443.00, 1319.76, -0.09, -0.78, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 224.74, 7, main, -10.60, 86454.00, 1318.72, -1.14, -0.64, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 224.84, 7, main, -10.07, 86459.00, 1318.25, -1.61, -0.52, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 224.94, 7, main, -10.60, 86470.00, 1317.21, -2.65, -0.42, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 224.98, 7, main, -10.60, 86470.00, 1317.21, -2.65, -0.42, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 225.04, 7, main, -10.07, 86456.00, 1318.53, -1.33, -0.34, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 225.14, 7, main, -10.60, 86431.00, 1320.90, 1.04, -0.28, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 225.24, 7, main, -10.07, 86461.00, 1318.06, -1.80, -0.26, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 225.30, 7, main, -10.07, 86461.00, 1318.06, -1.80, -0.26, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 225.34, 7, main, -10.07, 86465.00, 1317.68, -2.18, -0.23, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 225.43, 7, main, -10.07, 86465.00, 1317.68, -2.18, -0.23, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 225.43, 7, main, -10.07, 86465.00, 1317.68, -2.18, -0.23, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 225.43, 7, main, -10.07, 86465.00, 1317.68, -2.18, -0.23, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 225.43, 7, main, -10.07, 86465.00, 1317.68, -2.18, -0.23, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 225.43, 7, main, -10.07, 86465.00, 1317.68, -2.18, -0.23, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494979,-106.9154600, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 32, 28, 0, 0, 32, 0, 0, 0, 0, 31, 35, 26, 30, 0, 0, 32, 0, 32, 22, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 5115, 1,VA3NPN, 225.44, 7, main, -10.60, 86446.00, 1319.48, -0.38, -0.20, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494992,-106.9154636, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 32, 23, 22, 0, 0, 33, 0, 33, 18, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 225.54, 7, main, -10.60, 86438.00, 1320.23, 0.38, -0.18, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494992,-106.9154636, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 32, 23, 22, 0, 0, 33, 0, 33, 18, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 225.62, 7, main, -10.60, 86438.00, 1320.23, 0.38, -0.18, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494992,-106.9154636, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 32, 23, 22, 0, 0, 33, 0, 33, 18, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 225.64, 7, main, -10.07, 86445.00, 1319.57, -0.28, -0.17, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494992,-106.9154636, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 32, 23, 22, 0, 0, 33, 0, 33, 18, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 225.74, 7, main, -10.60, 86455.00, 1318.63, -1.23, -0.15, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494992,-106.9154636, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 32, 23, 22, 0, 0, 33, 0, 33, 18, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 225.84, 7, main, -10.60, 86448.00, 1319.29, -0.57, -0.14, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494992,-106.9154636, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 32, 23, 22, 0, 0, 33, 0, 33, 18, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 225.94, 7, main, -10.07, 86447.00, 1319.38, -0.47, -0.12, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494992,-106.9154636, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 32, 23, 22, 0, 0, 33, 0, 33, 18, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 225.94, 7, main, -10.07, 86447.00, 1319.38, -0.47, -0.12, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494992,-106.9154636, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 32, 23, 22, 0, 0, 33, 0, 33, 18, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 226.04, 7, main, -10.60, 86453.00, 1318.81, -1.04, -0.10, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494992,-106.9154636, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 32, 23, 22, 0, 0, 33, 0, 33, 18, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 226.14, 7, main, -10.07, 86454.00, 1318.72, -1.14, -0.07, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494992,-106.9154636, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 32, 23, 22, 0, 0, 33, 0, 33, 18, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 226.24, 7, main, -10.60, 86462.00, 1317.96, -1.89, -0.04, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494992,-106.9154636, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 32, 23, 22, 0, 0, 33, 0, 33, 18, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 226.26, 7, main, -10.60, 86462.00, 1317.96, -1.89, -0.04, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494992,-106.9154636, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 32, 23, 22, 0, 0, 33, 0, 33, 18, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 226.34, 7, main, -10.60, 86459.00, 1318.25, -1.61, -0.00, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494992,-106.9154636, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 32, 23, 22, 0, 0, 33, 0, 33, 18, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 226.43, 7, main, -10.60, 86459.00, 1318.25, -1.61, -0.00, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494992,-106.9154636, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 32, 23, 22, 0, 0, 33, 0, 33, 18, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 226.43, 7, main, -10.60, 86459.00, 1318.25, -1.61, -0.00, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494992,-106.9154636, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 32, 23, 22, 0, 0, 33, 0, 33, 18, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 226.43, 7, main, -10.60, 86459.00, 1318.25, -1.61, -0.00, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494992,-106.9154636, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 32, 23, 22, 0, 0, 33, 0, 33, 18, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 226.43, 7, main, -10.60, 86459.00, 1318.25, -1.61, -0.00, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494992,-106.9154636, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 32, 23, 22, 0, 0, 33, 0, 33, 18, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 226.43, 7, main, -10.60, 86459.00, 1318.25, -1.61, -0.00, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494992,-106.9154636, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 32, 23, 22, 0, 0, 33, 0, 33, 18, 0, 0, 0, 30, 0, 0, 0, 0, 0, 21, 0, 0 +6, 5115, 1,VA3NPN, 226.44, 7, main, -10.60, 86456.00, 1318.53, -1.33, 0.02, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494995,-106.9154620, 1387.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 19, 22, 0, 0, 34, 0, 34, 12, 0, 0, 0, 29, 0, 0, 0, 0, 0, 15, 0, 0 +6, 5115, 1,VA3NPN, 226.54, 7, main, -10.07, 86453.00, 1318.81, -1.04, 0.07, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494995,-106.9154620, 1387.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 19, 22, 0, 0, 34, 0, 34, 12, 0, 0, 0, 29, 0, 0, 0, 0, 0, 15, 0, 0 +6, 5115, 1,VA3NPN, 226.58, 7, main, -10.07, 86453.00, 1318.81, -1.04, 0.07, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494995,-106.9154620, 1387.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 19, 22, 0, 0, 34, 0, 34, 12, 0, 0, 0, 29, 0, 0, 0, 0, 0, 15, 0, 0 +6, 5115, 1,VA3NPN, 226.64, 7, main, -10.07, 86451.00, 1319.00, -0.85, 0.11, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494995,-106.9154620, 1387.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 19, 22, 0, 0, 34, 0, 34, 12, 0, 0, 0, 29, 0, 0, 0, 0, 0, 15, 0, 0 +6, 5115, 1,VA3NPN, 226.74, 7, main, -10.60, 86442.00, 1319.86, 0.00, 0.13, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494995,-106.9154620, 1387.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 19, 22, 0, 0, 34, 0, 34, 12, 0, 0, 0, 29, 0, 0, 0, 0, 0, 15, 0, 0 +6, 5115, 1,VA3NPN, 226.84, 7, main, -10.07, 86445.00, 1319.57, -0.28, 0.15, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494995,-106.9154620, 1387.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 19, 22, 0, 0, 34, 0, 34, 12, 0, 0, 0, 29, 0, 0, 0, 0, 0, 15, 0, 0 +6, 5115, 1,VA3NPN, 226.90, 7, main, -10.07, 86445.00, 1319.57, -0.28, 0.15, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494995,-106.9154620, 1387.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 19, 22, 0, 0, 34, 0, 34, 12, 0, 0, 0, 29, 0, 0, 0, 0, 0, 15, 0, 0 +6, 5115, 1,VA3NPN, 226.94, 7, main, -10.60, 86460.00, 1318.15, -1.70, 0.16, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494995,-106.9154620, 1387.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 19, 22, 0, 0, 34, 0, 34, 12, 0, 0, 0, 29, 0, 0, 0, 0, 0, 15, 0, 0 +6, 5115, 1,VA3NPN, 227.04, 7, main, -10.07, 86456.00, 1318.53, -1.33, 0.17, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494995,-106.9154620, 1387.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 19, 22, 0, 0, 34, 0, 34, 12, 0, 0, 0, 29, 0, 0, 0, 0, 0, 15, 0, 0 +6, 5115, 1,VA3NPN, 227.14, 7, main, -10.07, 86471.00, 1317.11, -2.75, 0.20, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494995,-106.9154620, 1387.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 19, 22, 0, 0, 34, 0, 34, 12, 0, 0, 0, 29, 0, 0, 0, 0, 0, 15, 0, 0 +6, 5115, 1,VA3NPN, 227.22, 7, main, -10.07, 86471.00, 1317.11, -2.75, 0.20, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494995,-106.9154620, 1387.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 19, 22, 0, 0, 34, 0, 34, 12, 0, 0, 0, 29, 0, 0, 0, 0, 0, 15, 0, 0 +6, 5115, 1,VA3NPN, 227.24, 7, main, -10.60, 86477.00, 1316.54, -3.31, 0.19, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494995,-106.9154620, 1387.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 19, 22, 0, 0, 34, 0, 34, 12, 0, 0, 0, 29, 0, 0, 0, 0, 0, 15, 0, 0 +6, 5115, 1,VA3NPN, 227.34, 7, main, -10.60, 86446.00, 1319.48, -0.38, 0.18, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494995,-106.9154620, 1387.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 19, 22, 0, 0, 34, 0, 34, 12, 0, 0, 0, 29, 0, 0, 0, 0, 0, 15, 0, 0 +6, 5115, 1,VA3NPN, 227.43, 7, main, -10.60, 86446.00, 1319.48, -0.38, 0.18, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494995,-106.9154620, 1387.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 19, 22, 0, 0, 34, 0, 34, 12, 0, 0, 0, 29, 0, 0, 0, 0, 0, 15, 0, 0 +6, 5115, 1,VA3NPN, 227.43, 7, main, -10.60, 86446.00, 1319.48, -0.38, 0.18, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494995,-106.9154620, 1387.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 19, 22, 0, 0, 34, 0, 34, 12, 0, 0, 0, 29, 0, 0, 0, 0, 0, 15, 0, 0 +6, 5115, 1,VA3NPN, 227.43, 7, main, -10.60, 86446.00, 1319.48, -0.38, 0.18, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494995,-106.9154620, 1387.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 19, 22, 0, 0, 34, 0, 34, 12, 0, 0, 0, 29, 0, 0, 0, 0, 0, 15, 0, 0 +6, 5115, 1,VA3NPN, 227.43, 7, main, -10.60, 86446.00, 1319.48, -0.38, 0.18, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494995,-106.9154620, 1387.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 19, 22, 0, 0, 34, 0, 34, 12, 0, 0, 0, 29, 0, 0, 0, 0, 0, 15, 0, 0 +6, 5115, 1,VA3NPN, 227.43, 7, main, -10.60, 86446.00, 1319.48, -0.38, 0.18, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494995,-106.9154620, 1387.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 19, 22, 0, 0, 34, 0, 34, 12, 0, 0, 0, 29, 0, 0, 0, 0, 0, 15, 0, 0 +6, 5115, 1,VA3NPN, 227.44, 7, main, -10.07, 86436.00, 1320.42, 0.57, 0.17, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494999,-106.9154598, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 18, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 13, 0, 0 +6, 5115, 1,VA3NPN, 227.54, 7, main, -10.07, 86448.00, 1319.29, -0.57, 0.15, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494999,-106.9154598, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 18, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 13, 0, 0 +6, 5115, 1,VA3NPN, 227.54, 7, main, -10.07, 86448.00, 1319.29, -0.57, 0.15, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494999,-106.9154598, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 18, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 13, 0, 0 +6, 5115, 1,VA3NPN, 227.64, 7, main, -10.07, 86443.00, 1319.76, -0.09, 0.12, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494999,-106.9154598, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 18, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 13, 0, 0 +6, 5115, 1,VA3NPN, 227.74, 7, main, -10.60, 86441.00, 1319.95, 0.09, 0.09, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494999,-106.9154598, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 18, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 13, 0, 0 +6, 5115, 1,VA3NPN, 227.84, 7, main, -10.60, 86439.00, 1320.14, 0.28, 0.05, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494999,-106.9154598, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 18, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 13, 0, 0 +6, 5115, 1,VA3NPN, 227.86, 7, main, -10.60, 86439.00, 1320.14, 0.28, 0.05, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494999,-106.9154598, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 18, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 13, 0, 0 +6, 5115, 1,VA3NPN, 227.94, 7, main, -10.07, 86445.00, 1319.57, -0.28, 0.01, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494999,-106.9154598, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 18, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 13, 0, 0 +6, 5115, 1,VA3NPN, 228.04, 7, main, -10.07, 86462.00, 1317.96, -1.89, -0.02, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494999,-106.9154598, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 18, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 13, 0, 0 +6, 5115, 1,VA3NPN, 228.14, 7, main, -10.07, 86457.00, 1318.44, -1.42, -0.05, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494999,-106.9154598, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 18, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 13, 0, 0 +6, 5115, 1,VA3NPN, 228.18, 7, main, -10.07, 86457.00, 1318.44, -1.42, -0.05, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494999,-106.9154598, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 18, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 13, 0, 0 +6, 5115, 1,VA3NPN, 228.24, 7, main, -10.07, 86438.00, 1320.23, 0.38, -0.07, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494999,-106.9154598, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 18, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 13, 0, 0 +6, 5115, 1,VA3NPN, 228.34, 7, main, -10.60, 86440.00, 1320.05, 0.19, -0.09, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494999,-106.9154598, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 18, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 13, 0, 0 +6, 5115, 1,VA3NPN, 228.43, 7, main, -10.60, 86440.00, 1320.05, 0.19, -0.09, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494999,-106.9154598, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 18, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 13, 0, 0 +6, 5115, 1,VA3NPN, 228.43, 7, main, -10.60, 86440.00, 1320.05, 0.19, -0.09, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494999,-106.9154598, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 18, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 13, 0, 0 +6, 5115, 1,VA3NPN, 228.43, 7, main, -10.60, 86440.00, 1320.05, 0.19, -0.09, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494999,-106.9154598, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 18, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 13, 0, 0 +6, 5115, 1,VA3NPN, 228.43, 7, main, -10.60, 86440.00, 1320.05, 0.19, -0.09, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494999,-106.9154598, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 18, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 13, 0, 0 +6, 5115, 1,VA3NPN, 228.43, 7, main, -10.60, 86440.00, 1320.05, 0.19, -0.09, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494999,-106.9154598, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 18, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 13, 0, 0 +6, 5115, 1,VA3NPN, 228.44, 7, main, -10.60, 86449.00, 1319.19, -0.66, -0.09, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494997,-106.9154584, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 16, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 11, 0, 0 +6, 5115, 1,VA3NPN, 228.50, 7, main, -10.60, 86449.00, 1319.19, -0.66, -0.09, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494997,-106.9154584, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 16, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 11, 0, 0 +6, 5115, 1,VA3NPN, 228.54, 7, main, -10.07, 86451.00, 1319.00, -0.85, -0.09, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494997,-106.9154584, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 16, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 11, 0, 0 +6, 5115, 1,VA3NPN, 228.64, 7, main, -10.60, 86448.00, 1319.29, -0.57, -0.09, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494997,-106.9154584, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 16, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 11, 0, 0 +6, 5115, 1,VA3NPN, 228.74, 7, main, -10.07, 86471.00, 1317.11, -2.75, -0.07, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494997,-106.9154584, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 16, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 11, 0, 0 +6, 5115, 1,VA3NPN, 228.82, 7, main, -10.07, 86471.00, 1317.11, -2.75, -0.07, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494997,-106.9154584, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 16, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 11, 0, 0 +6, 5115, 1,VA3NPN, 228.84, 7, main, -10.07, 86452.00, 1318.91, -0.95, -0.05, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494997,-106.9154584, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 16, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 11, 0, 0 +6, 5115, 1,VA3NPN, 228.94, 7, main, -10.60, 86465.00, 1317.68, -2.18, -0.03, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494997,-106.9154584, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 16, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 11, 0, 0 +6, 5115, 1,VA3NPN, 229.04, 7, main, -10.07, 86450.00, 1319.10, -0.76, 0.01, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494997,-106.9154584, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 16, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 11, 0, 0 +6, 5115, 1,VA3NPN, 229.14, 7, main, -10.60, 86442.00, 1319.86, 0.00, 0.03, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494997,-106.9154584, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 16, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 11, 0, 0 +6, 5115, 1,VA3NPN, 229.14, 7, main, -10.60, 86442.00, 1319.86, 0.00, 0.03, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494997,-106.9154584, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 16, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 11, 0, 0 +6, 5115, 1,VA3NPN, 229.24, 7, main, -10.07, 86467.00, 1317.49, -2.37, 0.05, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494997,-106.9154584, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 16, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 11, 0, 0 +6, 5115, 1,VA3NPN, 229.34, 7, main, -10.60, 86453.00, 1318.81, -1.04, 0.10, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494997,-106.9154584, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 16, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 11, 0, 0 +6, 5115, 1,VA3NPN, 229.43, 7, main, -10.60, 86453.00, 1318.81, -1.04, 0.10, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494997,-106.9154584, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 16, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 11, 0, 0 +6, 5115, 1,VA3NPN, 229.43, 7, main, -10.60, 86453.00, 1318.81, -1.04, 0.10, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494997,-106.9154584, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 16, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 11, 0, 0 +6, 5115, 1,VA3NPN, 229.43, 7, main, -10.60, 86453.00, 1318.81, -1.04, 0.10, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494997,-106.9154584, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 16, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 11, 0, 0 +6, 5115, 1,VA3NPN, 229.43, 7, main, -10.60, 86453.00, 1318.81, -1.04, 0.10, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494997,-106.9154584, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 16, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 11, 0, 0 +6, 5115, 1,VA3NPN, 229.43, 7, main, -10.60, 86453.00, 1318.81, -1.04, 0.10, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494997,-106.9154584, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 16, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 11, 0, 0 +6, 5115, 1,VA3NPN, 229.44, 7, main, -10.60, 86449.00, 1319.19, -0.66, 0.13, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494977,-106.9154585, 1387.0, 2022, 6, 24, 15, 21, 6, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 229.46, 7, main, -10.60, 86449.00, 1319.19, -0.66, 0.13, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494977,-106.9154585, 1387.0, 2022, 6, 24, 15, 21, 6, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 229.54, 7, main, -10.60, 86453.00, 1318.81, -1.04, 0.15, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494977,-106.9154585, 1387.0, 2022, 6, 24, 15, 21, 6, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 229.64, 7, main, -10.07, 86447.00, 1319.38, -0.47, 0.19, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494977,-106.9154585, 1387.0, 2022, 6, 24, 15, 21, 6, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 229.74, 7, main, -10.60, 86444.00, 1319.67, -0.19, 0.21, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494977,-106.9154585, 1387.0, 2022, 6, 24, 15, 21, 6, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 229.78, 7, main, -10.60, 86444.00, 1319.67, -0.19, 0.21, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494977,-106.9154585, 1387.0, 2022, 6, 24, 15, 21, 6, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 229.84, 7, main, -10.07, 86452.00, 1318.91, -0.95, 0.23, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494977,-106.9154585, 1387.0, 2022, 6, 24, 15, 21, 6, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 229.94, 7, main, -10.60, 86463.00, 1317.87, -1.99, 0.24, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494977,-106.9154585, 1387.0, 2022, 6, 24, 15, 21, 6, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 230.04, 7, main, -10.60, 86426.00, 1321.37, 1.51, 0.24, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494977,-106.9154585, 1387.0, 2022, 6, 24, 15, 21, 6, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 230.10, 7, main, -10.60, 86426.00, 1321.37, 1.51, 0.24, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494977,-106.9154585, 1387.0, 2022, 6, 24, 15, 21, 6, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 230.14, 7, main, -10.60, 86450.00, 1319.10, -0.76, 0.23, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494977,-106.9154585, 1387.0, 2022, 6, 24, 15, 21, 6, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 230.24, 7, main, -10.60, 86444.00, 1319.67, -0.19, 0.23, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494977,-106.9154585, 1387.0, 2022, 6, 24, 15, 21, 6, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 230.34, 7, main, -10.60, 86449.00, 1319.19, -0.66, 0.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494977,-106.9154585, 1387.0, 2022, 6, 24, 15, 21, 6, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 230.42, 7, main, -10.60, 86449.00, 1319.19, -0.66, 0.22, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494977,-106.9154585, 1387.0, 2022, 6, 24, 15, 21, 6, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 230.43, 7, main, -10.60, 86449.00, 1319.19, -0.66, 0.22, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494977,-106.9154585, 1387.0, 2022, 6, 24, 15, 21, 6, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 230.43, 7, main, -10.60, 86449.00, 1319.19, -0.66, 0.22, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494977,-106.9154585, 1387.0, 2022, 6, 24, 15, 21, 6, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 230.43, 7, main, -10.60, 86449.00, 1319.19, -0.66, 0.22, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494977,-106.9154585, 1387.0, 2022, 6, 24, 15, 21, 6, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 230.43, 7, main, -10.60, 86449.00, 1319.19, -0.66, 0.22, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494977,-106.9154585, 1387.0, 2022, 6, 24, 15, 21, 6, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 230.43, 7, main, -10.60, 86449.00, 1319.19, -0.66, 0.22, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494977,-106.9154585, 1387.0, 2022, 6, 24, 15, 21, 6, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 32, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 230.44, 7, main, -10.07, 86449.00, 1319.19, -0.66, 0.21, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494975,-106.9154591, 1387.0, 2022, 6, 24, 15, 21, 7, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 230.54, 7, main, -10.07, 86453.00, 1318.81, -1.04, 0.18, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494975,-106.9154591, 1387.0, 2022, 6, 24, 15, 21, 7, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 230.64, 7, main, -10.60, 86472.00, 1317.02, -2.84, 0.15, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494975,-106.9154591, 1387.0, 2022, 6, 24, 15, 21, 7, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 230.74, 7, main, -10.60, 86439.00, 1320.14, 0.28, 0.10, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494975,-106.9154591, 1387.0, 2022, 6, 24, 15, 21, 7, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 230.74, 7, main, -10.60, 86439.00, 1320.14, 0.28, 0.10, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494975,-106.9154591, 1387.0, 2022, 6, 24, 15, 21, 7, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 230.84, 7, main, -10.60, 86452.00, 1318.91, -0.95, 0.08, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494975,-106.9154591, 1387.0, 2022, 6, 24, 15, 21, 7, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 230.94, 7, main, -10.60, 86451.00, 1319.00, -0.85, 0.04, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494975,-106.9154591, 1387.0, 2022, 6, 24, 15, 21, 7, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 231.04, 7, main, -10.07, 86427.00, 1321.28, 1.42, 0.00, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494975,-106.9154591, 1387.0, 2022, 6, 24, 15, 21, 7, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 231.06, 7, main, -10.07, 86427.00, 1321.28, 1.42, 0.00, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494975,-106.9154591, 1387.0, 2022, 6, 24, 15, 21, 7, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 231.14, 7, main, -10.07, 86455.00, 1318.63, -1.23, -0.02, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494975,-106.9154591, 1387.0, 2022, 6, 24, 15, 21, 7, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 231.24, 7, main, -10.60, 86452.00, 1318.91, -0.95, -0.05, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494975,-106.9154591, 1387.0, 2022, 6, 24, 15, 21, 7, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 231.34, 7, main, -10.60, 86432.00, 1320.80, 0.95, -0.09, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494975,-106.9154591, 1387.0, 2022, 6, 24, 15, 21, 7, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 231.38, 7, main, -10.60, 86432.00, 1320.80, 0.95, -0.09, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494975,-106.9154591, 1387.0, 2022, 6, 24, 15, 21, 7, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 231.43, 7, main, -10.60, 86432.00, 1320.80, 0.95, -0.09, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494975,-106.9154591, 1387.0, 2022, 6, 24, 15, 21, 7, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 231.43, 7, main, -10.60, 86432.00, 1320.80, 0.95, -0.09, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494975,-106.9154591, 1387.0, 2022, 6, 24, 15, 21, 7, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 231.43, 7, main, -10.60, 86432.00, 1320.80, 0.95, -0.09, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494975,-106.9154591, 1387.0, 2022, 6, 24, 15, 21, 7, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 231.43, 7, main, -10.60, 86432.00, 1320.80, 0.95, -0.09, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494975,-106.9154591, 1387.0, 2022, 6, 24, 15, 21, 7, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 231.43, 7, main, -10.60, 86432.00, 1320.80, 0.95, -0.09, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494975,-106.9154591, 1387.0, 2022, 6, 24, 15, 21, 7, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 231.44, 7, main, -10.60, 86467.00, 1317.49, -2.37, -0.11, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494964,-106.9154575, 1387.0, 2022, 6, 24, 15, 21, 8, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 231.54, 7, main, -10.07, 86448.00, 1319.29, -0.57, -0.12, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494964,-106.9154575, 1387.0, 2022, 6, 24, 15, 21, 8, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 231.64, 7, main, -10.60, 86429.00, 1321.09, 1.23, -0.14, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494964,-106.9154575, 1387.0, 2022, 6, 24, 15, 21, 8, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 231.70, 7, main, -10.60, 86429.00, 1321.09, 1.23, -0.14, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494964,-106.9154575, 1387.0, 2022, 6, 24, 15, 21, 8, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 231.74, 7, main, -10.07, 86442.00, 1319.86, 0.00, -0.17, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494964,-106.9154575, 1387.0, 2022, 6, 24, 15, 21, 8, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 231.84, 7, main, -10.07, 86441.00, 1319.95, 0.09, -0.19, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494964,-106.9154575, 1387.0, 2022, 6, 24, 15, 21, 8, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 231.94, 7, main, -10.60, 86445.00, 1319.57, -0.28, -0.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494964,-106.9154575, 1387.0, 2022, 6, 24, 15, 21, 8, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 232.02, 7, main, -10.60, 86445.00, 1319.57, -0.28, -0.22, 31.7, 0.01, 0.01, 3.86, 1, 1, 9, 32.9494964,-106.9154575, 1387.0, 2022, 6, 24, 15, 21, 8, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 232.04, 7, main, -10.60, 86456.00, 1318.53, -1.33, -0.22, 31.6, 0.01, 0.01, 3.86, 1, 1, 9, 32.9494964,-106.9154575, 1387.0, 2022, 6, 24, 15, 21, 8, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 232.14, 7, main, -10.07, 86450.00, 1319.10, -0.76, -0.24, 31.7, 0.01, 0.01, 3.86, 1, 1, 9, 32.9494964,-106.9154575, 1387.0, 2022, 6, 24, 15, 21, 8, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 232.24, 7, main, -10.07, 86466.00, 1317.58, -2.27, -0.24, 31.6, 0.01, 0.01, 3.86, 1, 1, 9, 32.9494964,-106.9154575, 1387.0, 2022, 6, 24, 15, 21, 8, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 232.34, 7, main, -10.60, 86446.00, 1319.48, -0.38, -0.25, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9494964,-106.9154575, 1387.0, 2022, 6, 24, 15, 21, 8, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 232.34, 7, main, -10.60, 86446.00, 1319.48, -0.38, -0.25, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9494964,-106.9154575, 1387.0, 2022, 6, 24, 15, 21, 8, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 232.43, 7, main, -10.60, 86446.00, 1319.48, -0.38, -0.25, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9494964,-106.9154575, 1387.0, 2022, 6, 24, 15, 21, 8, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 232.43, 7, main, -10.60, 86446.00, 1319.48, -0.38, -0.25, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9494964,-106.9154575, 1387.0, 2022, 6, 24, 15, 21, 8, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 232.43, 7, main, -10.60, 86446.00, 1319.48, -0.38, -0.25, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9494964,-106.9154575, 1387.0, 2022, 6, 24, 15, 21, 8, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 232.43, 7, main, -10.60, 86446.00, 1319.48, -0.38, -0.25, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9494964,-106.9154575, 1387.0, 2022, 6, 24, 15, 21, 8, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 232.43, 7, main, -10.60, 86446.00, 1319.48, -0.38, -0.25, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9494964,-106.9154575, 1387.0, 2022, 6, 24, 15, 21, 8, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 9, 0, 0 +6, 5115, 1,VA3NPN, 232.44, 7, main, -10.07, 86437.00, 1320.33, 0.47, -0.26, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9494956,-106.9154566, 1387.0, 2022, 6, 24, 15, 21, 9, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 22, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 232.54, 7, main, -10.07, 86462.00, 1317.96, -1.89, -0.25, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9494956,-106.9154566, 1387.0, 2022, 6, 24, 15, 21, 9, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 22, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 232.64, 7, main, -10.60, 86474.00, 1316.83, -3.03, -0.26, 31.7, 0.00, 0.01, 3.87, 1, 1, 9, 32.9494956,-106.9154566, 1387.0, 2022, 6, 24, 15, 21, 9, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 22, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 232.66, 7, main, -10.60, 86474.00, 1316.83, -3.03, -0.26, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494956,-106.9154566, 1387.0, 2022, 6, 24, 15, 21, 9, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 22, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 232.74, 7, main, -10.07, 86463.00, 1317.87, -1.99, -0.24, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494956,-106.9154566, 1387.0, 2022, 6, 24, 15, 21, 9, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 22, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 232.84, 7, main, -10.60, 86427.00, 1321.28, 1.42, -0.23, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494956,-106.9154566, 1387.0, 2022, 6, 24, 15, 21, 9, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 22, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 232.94, 7, main, -10.60, 86461.00, 1318.06, -1.80, -0.24, 31.7, 0.00, 0.01, 3.86, 1, 1, 9, 32.9494956,-106.9154566, 1387.0, 2022, 6, 24, 15, 21, 9, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 22, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 232.98, 7, main, -10.60, 86461.00, 1318.06, -1.80, -0.24, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494956,-106.9154566, 1387.0, 2022, 6, 24, 15, 21, 9, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 22, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 233.04, 7, main, -10.60, 86452.00, 1318.91, -0.95, -0.21, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494956,-106.9154566, 1387.0, 2022, 6, 24, 15, 21, 9, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 22, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 233.14, 7, main, -10.07, 86433.00, 1320.71, 0.85, -0.23, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494956,-106.9154566, 1387.0, 2022, 6, 24, 15, 21, 9, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 22, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 233.24, 7, main, -10.07, 86439.00, 1320.14, 0.28, -0.23, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494956,-106.9154566, 1387.0, 2022, 6, 24, 15, 21, 9, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 22, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 233.30, 7, main, -10.07, 86439.00, 1320.14, 0.28, -0.23, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494956,-106.9154566, 1387.0, 2022, 6, 24, 15, 21, 9, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 22, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 233.34, 7, main, -10.60, 86465.00, 1317.68, -2.18, -0.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494956,-106.9154566, 1387.0, 2022, 6, 24, 15, 21, 9, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 22, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 233.42, 7, main, -10.60, 86465.00, 1317.68, -2.18, -0.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494956,-106.9154566, 1387.0, 2022, 6, 24, 15, 21, 9, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 22, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 233.42, 7, main, -10.60, 86465.00, 1317.68, -2.18, -0.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494956,-106.9154566, 1387.0, 2022, 6, 24, 15, 21, 9, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 22, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 233.42, 7, main, -10.60, 86465.00, 1317.68, -2.18, -0.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494956,-106.9154566, 1387.0, 2022, 6, 24, 15, 21, 9, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 22, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 233.42, 7, main, -10.60, 86465.00, 1317.68, -2.18, -0.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494956,-106.9154566, 1387.0, 2022, 6, 24, 15, 21, 9, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 22, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 233.42, 7, main, -10.60, 86465.00, 1317.68, -2.18, -0.22, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494956,-106.9154566, 1387.0, 2022, 6, 24, 15, 21, 9, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 22, 0, 0, 34, 0, 34, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 233.44, 7, main, -10.60, 86444.00, 1319.67, -0.19, -0.23, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494955,-106.9154556, 1387.0, 2022, 6, 24, 15, 21, 10, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 233.54, 7, main, -10.60, 86439.00, 1320.14, 0.28, -0.23, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494955,-106.9154556, 1387.0, 2022, 6, 24, 15, 21, 10, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 233.62, 7, main, -10.60, 86439.00, 1320.14, 0.28, -0.23, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494955,-106.9154556, 1387.0, 2022, 6, 24, 15, 21, 10, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 233.64, 7, main, -10.07, 86458.00, 1318.34, -1.51, -0.20, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494955,-106.9154556, 1387.0, 2022, 6, 24, 15, 21, 10, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 233.74, 7, main, -10.60, 86479.00, 1316.35, -3.50, -0.18, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494955,-106.9154556, 1387.0, 2022, 6, 24, 15, 21, 10, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 233.84, 7, main, -10.60, 86451.00, 1319.00, -0.85, -0.15, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494955,-106.9154556, 1387.0, 2022, 6, 24, 15, 21, 10, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 233.94, 7, main, -10.60, 86461.00, 1318.06, -1.80, -0.10, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494955,-106.9154556, 1387.0, 2022, 6, 24, 15, 21, 10, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 233.94, 7, main, -10.60, 86461.00, 1318.06, -1.80, -0.10, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494955,-106.9154556, 1387.0, 2022, 6, 24, 15, 21, 10, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 234.04, 7, main, -10.07, 86454.00, 1318.72, -1.14, -0.08, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494955,-106.9154556, 1387.0, 2022, 6, 24, 15, 21, 10, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 234.14, 7, main, -10.60, 86455.00, 1318.63, -1.23, -0.03, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494955,-106.9154556, 1387.0, 2022, 6, 24, 15, 21, 10, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 234.24, 7, main, -10.60, 86445.00, 1319.57, -0.28, 0.03, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494955,-106.9154556, 1387.0, 2022, 6, 24, 15, 21, 10, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 234.26, 7, main, -10.60, 86445.00, 1319.57, -0.28, 0.03, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494955,-106.9154556, 1387.0, 2022, 6, 24, 15, 21, 10, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 234.34, 7, main, -10.60, 86464.00, 1317.77, -2.08, 0.10, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494955,-106.9154556, 1387.0, 2022, 6, 24, 15, 21, 10, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 234.43, 7, main, -10.60, 86464.00, 1317.77, -2.08, 0.10, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494955,-106.9154556, 1387.0, 2022, 6, 24, 15, 21, 10, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 234.43, 7, main, -10.60, 86464.00, 1317.77, -2.08, 0.10, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494955,-106.9154556, 1387.0, 2022, 6, 24, 15, 21, 10, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 234.43, 7, main, -10.60, 86464.00, 1317.77, -2.08, 0.10, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494955,-106.9154556, 1387.0, 2022, 6, 24, 15, 21, 10, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 234.43, 7, main, -10.60, 86464.00, 1317.77, -2.08, 0.10, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494955,-106.9154556, 1387.0, 2022, 6, 24, 15, 21, 10, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 234.43, 7, main, -10.60, 86464.00, 1317.77, -2.08, 0.10, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494955,-106.9154556, 1387.0, 2022, 6, 24, 15, 21, 10, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 31, 15, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 234.44, 7, main, -10.60, 86458.00, 1318.34, -1.51, 0.19, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494951,-106.9154545, 1387.0, 2022, 6, 24, 15, 21, 11, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 15, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 234.54, 7, main, -10.07, 86438.00, 1320.23, 0.38, 0.27, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494951,-106.9154545, 1387.0, 2022, 6, 24, 15, 21, 11, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 15, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 234.58, 7, main, -10.07, 86438.00, 1320.23, 0.38, 0.27, 31.6, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494951,-106.9154545, 1387.0, 2022, 6, 24, 15, 21, 11, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 15, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 234.64, 7, main, -10.60, 86456.00, 1318.53, -1.33, 0.34, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494951,-106.9154545, 1387.0, 2022, 6, 24, 15, 21, 11, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 15, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 234.74, 7, main, -10.60, 86441.00, 1319.95, 0.09, 0.41, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494951,-106.9154545, 1387.0, 2022, 6, 24, 15, 21, 11, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 15, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 234.84, 7, main, -10.07, 86456.00, 1318.53, -1.33, 0.49, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494951,-106.9154545, 1387.0, 2022, 6, 24, 15, 21, 11, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 15, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 234.90, 7, main, -10.07, 86456.00, 1318.53, -1.33, 0.49, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494951,-106.9154545, 1387.0, 2022, 6, 24, 15, 21, 11, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 15, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 234.94, 7, main, -10.07, 86488.00, 1315.50, -4.35, 0.54, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494951,-106.9154545, 1387.0, 2022, 6, 24, 15, 21, 11, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 15, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 235.04, 7, main, -10.60, 86440.00, 1320.05, 0.19, 0.58, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494951,-106.9154545, 1387.0, 2022, 6, 24, 15, 21, 11, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 15, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 235.14, 7, main, -10.60, 86488.00, 1315.50, -4.35, 0.61, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494951,-106.9154545, 1387.0, 2022, 6, 24, 15, 21, 11, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 15, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 235.22, 7, main, -10.60, 86488.00, 1315.50, -4.35, 0.61, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494951,-106.9154545, 1387.0, 2022, 6, 24, 15, 21, 11, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 15, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 235.24, 7, main, -10.07, 86438.00, 1320.23, 0.38, 0.62, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494951,-106.9154545, 1387.0, 2022, 6, 24, 15, 21, 11, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 15, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 235.34, 7, main, -10.60, 86458.00, 1318.34, -1.51, 0.60, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494951,-106.9154545, 1387.0, 2022, 6, 24, 15, 21, 11, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 15, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 235.43, 7, main, -10.60, 86458.00, 1318.34, -1.51, 0.60, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494951,-106.9154545, 1387.0, 2022, 6, 24, 15, 21, 11, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 15, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 235.43, 7, main, -10.60, 86458.00, 1318.34, -1.51, 0.60, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494951,-106.9154545, 1387.0, 2022, 6, 24, 15, 21, 11, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 15, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 235.43, 7, main, -10.60, 86458.00, 1318.34, -1.51, 0.60, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494951,-106.9154545, 1387.0, 2022, 6, 24, 15, 21, 11, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 15, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 235.43, 7, main, -10.60, 86458.00, 1318.34, -1.51, 0.60, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494951,-106.9154545, 1387.0, 2022, 6, 24, 15, 21, 11, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 15, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 235.43, 7, main, -10.60, 86458.00, 1318.34, -1.51, 0.60, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494951,-106.9154545, 1387.0, 2022, 6, 24, 15, 21, 11, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 15, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 235.44, 7, main, -10.07, 86449.00, 1319.19, -0.66, 0.58, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494947,-106.9154537, 1387.0, 2022, 6, 24, 15, 21, 12, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 30, 14, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 235.54, 7, main, -10.60, 86451.00, 1319.00, -0.85, 0.54, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494947,-106.9154537, 1387.0, 2022, 6, 24, 15, 21, 12, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 30, 14, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 235.54, 7, main, -10.60, 86451.00, 1319.00, -0.85, 0.54, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494947,-106.9154537, 1387.0, 2022, 6, 24, 15, 21, 12, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 30, 14, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 235.64, 7, main, -10.07, 86433.00, 1320.71, 0.85, 0.49, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494947,-106.9154537, 1387.0, 2022, 6, 24, 15, 21, 12, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 30, 14, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 235.74, 7, main, -10.07, 86440.00, 1320.05, 0.19, 0.41, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494947,-106.9154537, 1387.0, 2022, 6, 24, 15, 21, 12, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 30, 14, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 235.84, 7, main, -10.60, 86430.00, 1320.99, 1.14, 0.35, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494947,-106.9154537, 1387.0, 2022, 6, 24, 15, 21, 12, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 30, 14, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 235.86, 7, main, -10.60, 86430.00, 1320.99, 1.14, 0.35, 31.7, 0.01, 0.00, 3.86, 1, 1, 9, 32.9494947,-106.9154537, 1387.0, 2022, 6, 24, 15, 21, 12, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 30, 14, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 235.94, 7, main, -10.60, 86426.00, 1321.37, 1.51, 0.28, 31.7, 0.01, 0.00, 3.86, 1, 1, 9, 32.9494947,-106.9154537, 1387.0, 2022, 6, 24, 15, 21, 12, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 30, 14, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 236.04, 7, main, -10.60, 86469.00, 1317.30, -2.56, 0.23, 31.7, 0.01, 0.00, 3.86, 1, 1, 9, 32.9494947,-106.9154537, 1387.0, 2022, 6, 24, 15, 21, 12, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 30, 14, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 236.14, 7, main, -10.07, 86439.00, 1320.14, 0.28, 0.19, 31.7, 0.01, 0.00, 3.86, 1, 1, 9, 32.9494947,-106.9154537, 1387.0, 2022, 6, 24, 15, 21, 12, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 30, 14, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 236.18, 7, main, -10.07, 86439.00, 1320.14, 0.28, 0.19, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494947,-106.9154537, 1387.0, 2022, 6, 24, 15, 21, 12, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 30, 14, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 236.24, 7, main, -10.07, 86427.00, 1321.28, 1.42, 0.17, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494947,-106.9154537, 1387.0, 2022, 6, 24, 15, 21, 12, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 30, 14, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 236.34, 7, main, -10.60, 86445.00, 1319.57, -0.28, 0.15, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494947,-106.9154537, 1387.0, 2022, 6, 24, 15, 21, 12, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 30, 14, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 236.43, 7, main, -10.60, 86445.00, 1319.57, -0.28, 0.15, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494947,-106.9154537, 1387.0, 2022, 6, 24, 15, 21, 12, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 30, 14, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 236.43, 7, main, -10.60, 86445.00, 1319.57, -0.28, 0.15, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494947,-106.9154537, 1387.0, 2022, 6, 24, 15, 21, 12, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 30, 14, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 236.43, 7, main, -10.60, 86445.00, 1319.57, -0.28, 0.15, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494947,-106.9154537, 1387.0, 2022, 6, 24, 15, 21, 12, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 30, 14, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 236.43, 7, main, -10.60, 86445.00, 1319.57, -0.28, 0.15, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494947,-106.9154537, 1387.0, 2022, 6, 24, 15, 21, 12, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 30, 14, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 236.43, 7, main, -10.60, 86445.00, 1319.57, -0.28, 0.15, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494947,-106.9154537, 1387.0, 2022, 6, 24, 15, 21, 12, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 32, 0, 0, 0, 0, 32, 30, 14, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 236.44, 7, main, -10.60, 86429.00, 1321.09, 1.23, 0.16, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494940,-106.9154512, 1387.0, 2022, 6, 24, 15, 21, 13, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 31, 30, 13, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 236.50, 7, main, -10.60, 86429.00, 1321.09, 1.23, 0.16, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494940,-106.9154512, 1387.0, 2022, 6, 24, 15, 21, 13, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 31, 30, 13, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 236.54, 7, main, -10.07, 86436.00, 1320.42, 0.57, 0.20, 31.6, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494940,-106.9154512, 1387.0, 2022, 6, 24, 15, 21, 13, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 31, 30, 13, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 236.64, 7, main, -10.07, 86445.00, 1319.57, -0.28, 0.25, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494940,-106.9154512, 1387.0, 2022, 6, 24, 15, 21, 13, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 31, 30, 13, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 236.74, 7, main, -10.60, 86462.00, 1317.96, -1.89, 0.31, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494940,-106.9154512, 1387.0, 2022, 6, 24, 15, 21, 13, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 31, 30, 13, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 236.82, 7, main, -10.60, 86462.00, 1317.96, -1.89, 0.31, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494940,-106.9154512, 1387.0, 2022, 6, 24, 15, 21, 13, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 31, 30, 13, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 236.84, 7, main, -10.60, 86458.00, 1318.34, -1.51, 0.38, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494940,-106.9154512, 1387.0, 2022, 6, 24, 15, 21, 13, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 31, 30, 13, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 236.94, 7, main, -10.07, 86457.00, 1318.44, -1.42, 0.45, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494940,-106.9154512, 1387.0, 2022, 6, 24, 15, 21, 13, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 31, 30, 13, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 237.04, 7, main, -10.60, 86448.00, 1319.29, -0.57, 0.53, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494940,-106.9154512, 1387.0, 2022, 6, 24, 15, 21, 13, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 31, 30, 13, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 237.14, 7, main, -10.07, 86464.00, 1317.77, -2.08, 0.60, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494940,-106.9154512, 1387.0, 2022, 6, 24, 15, 21, 13, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 31, 30, 13, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 237.14, 7, main, -10.07, 86464.00, 1317.77, -2.08, 0.60, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494940,-106.9154512, 1387.0, 2022, 6, 24, 15, 21, 13, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 31, 30, 13, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 237.24, 7, main, -10.60, 86445.00, 1319.57, -0.28, 0.67, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494940,-106.9154512, 1387.0, 2022, 6, 24, 15, 21, 13, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 31, 30, 13, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 237.34, 7, main, -10.07, 86446.00, 1319.48, -0.38, 0.73, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494940,-106.9154512, 1387.0, 2022, 6, 24, 15, 21, 13, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 31, 30, 13, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 237.43, 7, main, -10.07, 86446.00, 1319.48, -0.38, 0.73, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494940,-106.9154512, 1387.0, 2022, 6, 24, 15, 21, 13, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 31, 30, 13, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 237.43, 7, main, -10.07, 86446.00, 1319.48, -0.38, 0.73, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494940,-106.9154512, 1387.0, 2022, 6, 24, 15, 21, 13, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 31, 30, 13, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 237.43, 7, main, -10.07, 86446.00, 1319.48, -0.38, 0.73, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494940,-106.9154512, 1387.0, 2022, 6, 24, 15, 21, 13, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 31, 30, 13, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 237.43, 7, main, -10.07, 86446.00, 1319.48, -0.38, 0.73, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494940,-106.9154512, 1387.0, 2022, 6, 24, 15, 21, 13, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 31, 30, 13, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 237.43, 7, main, -10.07, 86446.00, 1319.48, -0.38, 0.73, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494940,-106.9154512, 1387.0, 2022, 6, 24, 15, 21, 13, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 31, 30, 13, 20, 0, 0, 33, 0, 33, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 8, 0, 0 +6, 5115, 1,VA3NPN, 237.44, 7, main, -10.60, 86448.00, 1319.29, -0.57, 0.77, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494937,-106.9154488, 1387.0, 2022, 6, 24, 15, 21, 14, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 12, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 5115, 1,VA3NPN, 237.46, 7, main, -10.60, 86448.00, 1319.29, -0.57, 0.77, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494937,-106.9154488, 1387.0, 2022, 6, 24, 15, 21, 14, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 12, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 5115, 1,VA3NPN, 237.54, 7, main, -10.07, 86451.00, 1319.00, -0.85, 0.79, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494937,-106.9154488, 1387.0, 2022, 6, 24, 15, 21, 14, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 12, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 5115, 1,VA3NPN, 237.64, 7, main, -10.07, 86427.00, 1321.28, 1.42, 0.81, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494937,-106.9154488, 1387.0, 2022, 6, 24, 15, 21, 14, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 12, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 5115, 1,VA3NPN, 237.74, 7, main, -10.60, 86459.00, 1318.25, -1.61, 0.81, 31.7, 0.00, 0.00, 3.86, 1, 1, 9, 32.9494937,-106.9154488, 1387.0, 2022, 6, 24, 15, 21, 14, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 12, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 5115, 1,VA3NPN, 237.78, 7, main, -10.60, 86459.00, 1318.25, -1.61, 0.81, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494937,-106.9154488, 1387.0, 2022, 6, 24, 15, 21, 14, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 12, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 5115, 1,VA3NPN, 237.84, 7, main, -10.07, 86439.00, 1320.14, 0.28, 0.80, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494937,-106.9154488, 1387.0, 2022, 6, 24, 15, 21, 14, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 12, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 5115, 1,VA3NPN, 237.94, 8, landed, -10.07, 86427.00, 1321.28, 1.42, 0.80, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494937,-106.9154488, 1387.0, 2022, 6, 24, 15, 21, 14, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 12, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 5115, 1,VA3NPN, 237.94, 8, landed, -10.07, 86427.00, 1321.28, 1.42, 0.80, 31.7, 0.00, 0.00, 3.87, 1, 1, 9, 32.9494937,-106.9154488, 1387.0, 2022, 6, 24, 15, 21, 14, 1172, 1172, 341, -0, 1.7,2147483647.0,2147483647.0, 0, 33, 31, 0, 0, 33, 0, 0, 0, 0, 32, 30, 12, 21, 0, 0, 33, 0, 33, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 diff --git a/data/prometheus/2022-06-24-serial-6583-flight-0003-TeleMega.csv b/data/prometheus/2022-06-24-serial-6583-flight-0003-TeleMega.csv new file mode 100644 index 000000000..c10423dd7 --- /dev/null +++ b/data/prometheus/2022-06-24-serial-6583-flight-0003-TeleMega.csv @@ -0,0 +1,6235 @@ +#version,serial,flight,call,time,state,state_name,acceleration,pressure,altitude,height,speed,temperature,drogue_voltage,main_voltage,battery_voltage,accel_x,accel_y,accel_z,gyro_roll,gyro_pitch,gyro_yaw,mag_x,mag_y,mag_z,tilt,pyro,igniter_a,igniter_b,igniter_c,igniter_d,connected,locked,nsat,latitude,longitude,altitude,year,month,day,hour,minute,second,pad_dist,pad_range,pad_az,pad_el,pdop,hdop,vdop,sat01,sat02,sat03,sat04,sat05,sat06,sat07,sat08,sat09,sat10,sat11,sat12,sat13,sat14,sat15,sat16,sat17,sat18,sat19,sat20,sat21,sat22,sat23,sat24,sat25,sat26,sat27,sat28,sat29,sat30,sat31,sat32 +6, 6583, 3,VE3LIC, -0.30, 3, boost, 1.47, 86334.00, 1330.09, 0.28, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 0.00, -0.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.29, 3, boost, -1.47, 86336.00, 1329.90, 0.09, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.28, 3, boost, -0.00, 86346.00, 1328.95, -0.85, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.27, 3, boost, -0.98, 86330.00, 1330.46, 0.66, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.26, 3, boost, 0.98, 86347.00, 1328.85, -0.95, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.25, 3, boost, -1.96, 86342.00, 1329.33, -0.47, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.24, 3, boost, -0.98, 86337.00, 1329.80, 0.00, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.23, 3, boost, -0.49, 86334.00, 1330.09, 0.28, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.22, 3, boost, -1.47, 86340.00, 1329.52, -0.28, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.21, 3, boost, -0.49, 86333.00, 1330.18, 0.38, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.20, 3, boost, -0.98, 86338.00, 1329.71, -0.09, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.19, 3, boost, 1.96, 86342.00, 1329.33, -0.47, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.18, 3, boost, -0.00, 86345.00, 1329.04, -0.76, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.17, 3, boost, 0.49, 86335.00, 1329.99, 0.19, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.16, 3, boost, 2.94, 86332.00, 1330.27, 0.47, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.15, 3, boost, -2.94, 86345.00, 1329.04, -0.76, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.14, 3, boost, 0.49, 86343.00, 1329.23, -0.57, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.13, 3, boost, -0.49, 86331.00, 1330.37, 0.57, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.12, 3, boost, -1.47, 86346.00, 1328.95, -0.85, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.11, 3, boost, 2.94, 86334.00, 1330.09, 0.28, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.10, 3, boost, 38.25, 86485.00, 1315.79, -14.02, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.09, 3, boost, 69.63, 86381.00, 1325.63, -4.17, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.08, 3, boost, 87.28, 86345.00, 1329.04, -0.76, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.07, 3, boost, 89.73, 86320.00, 1331.41, 1.61, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.06, 3, boost, 89.73, 86333.00, 1330.18, 0.38, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.05, 3, boost, 109.34, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.04, 3, boost, 78.94, 86296.00, 1333.69, 3.89, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.03, 3, boost, 79.92, 86300.00, 1333.31, 3.51, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.02, 3, boost, 76.49, 86287.00, 1334.54, 4.74, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, -0.01, 3, boost, 78.94, 86307.00, 1332.64, 2.84, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.00, 3, boost, 76.98, 86319.00, 1331.51, 1.71, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.01, 3, boost, 81.40, 86321.00, 1331.32, 1.52, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.01, 3, boost, 81.40, 86321.00, 1331.32, 1.52, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.02, 3, boost, 89.24, 86327.00, 1330.75, 0.95, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.02, 3, boost, 89.24, 86327.00, 1330.75, 0.95, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.03, 3, boost, 77.47, 86320.00, 1331.41, 1.61, NaN, 33.4, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.04, 3, boost, 79.43, 86324.00, 1331.03, 1.23, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.05, 3, boost, 80.41, 86331.00, 1330.37, 0.57, NaN, 33.4, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.06, 3, boost, 80.90, 86312.00, 1332.17, 2.37, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.07, 3, boost, 80.41, 86329.00, 1330.56, 0.76, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.08, 3, boost, 76.98, 86327.00, 1330.75, 0.95, NaN, 33.4, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.09, 3, boost, 79.92, 86318.00, 1331.60, 1.80, NaN, 33.4, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.10, 3, boost, 78.45, 86347.00, 1328.85, -0.95, NaN, 33.4, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.11, 3, boost, 75.02, 86311.00, 1332.27, 2.46, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.12, 3, boost, 80.90, 86339.00, 1329.61, -0.19, NaN, 33.4, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.13, 3, boost, 74.53, 86332.00, 1330.27, 0.47, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.14, 3, boost, 74.53, 86300.00, 1333.31, 3.51, NaN, 33.4, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.15, 3, boost, 77.96, 86329.00, 1330.56, 0.76, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.16, 3, boost, 79.43, 86310.00, 1332.36, 2.56, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.17, 3, boost, 76.49, 86320.00, 1331.41, 1.61, NaN, 33.4, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.18, 3, boost, 75.02, 86338.00, 1329.71, -0.09, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.19, 3, boost, 77.96, 86298.00, 1333.50, 3.70, NaN, 33.4, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.20, 3, boost, 76.00, 86283.00, 1334.92, 5.12, NaN, 33.4, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.21, 3, boost, 81.89, 86308.00, 1332.55, 2.75, NaN, 33.4, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.22, 3, boost, 75.02, 86312.00, 1332.17, 2.37, NaN, 33.4, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.23, 3, boost, 77.96, 86288.00, 1334.45, 4.64, NaN, 33.4, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.24, 3, boost, 77.96, 86315.00, 1331.89, 2.08, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.25, 3, boost, 77.47, 86303.00, 1333.02, 3.22, NaN, 33.4, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.26, 3, boost, 77.47, 86308.00, 1332.55, 2.75, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.27, 3, boost, 78.94, 86288.00, 1334.45, 4.64, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.28, 3, boost, 77.47, 86282.00, 1335.01, 5.21, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.29, 3, boost, 76.49, 86309.00, 1332.45, 2.65, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.30, 3, boost, 76.98, 86288.00, 1334.45, 4.64, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395109,-106.9114318, 1394.0, 2022, 6, 24, 15, 17, 16, 0, 0, 0, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.31, 3, boost, 77.47, 86279.00, 1335.30, 5.50, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.31, 3, boost, 77.47, 86279.00, 1335.30, 5.50, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.31, 3, boost, 77.47, 86279.00, 1335.30, 5.50, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.32, 3, boost, 78.94, 86275.00, 1335.68, 5.88, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.33, 3, boost, 78.45, 86283.00, 1334.92, 5.12, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.34, 3, boost, 75.02, 86267.00, 1336.44, 6.64, NaN, 33.4, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.34, 3, boost, 75.02, 86267.00, 1336.44, 6.64, NaN, 33.4, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.35, 3, boost, 81.40, 86265.00, 1336.63, 6.83, NaN, 33.4, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.36, 3, boost, 78.45, 86271.00, 1336.06, 6.26, NaN, 33.5, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.37, 3, boost, 77.47, 86271.00, 1336.06, 6.26, NaN, 33.5, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.38, 3, boost, 76.00, 86277.00, 1335.49, 5.69, NaN, 33.5, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.39, 3, boost, 79.92, 86256.00, 1337.48, 7.68, NaN, 33.4, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.40, 3, boost, 79.92, 86260.00, 1337.10, 7.30, NaN, 33.4, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.41, 3, boost, 78.45, 86261.00, 1337.01, 7.20, NaN, 33.5, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.42, 3, boost, 78.94, 86252.00, 1337.86, 8.06, NaN, 33.4, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.43, 3, boost, 78.94, 86251.00, 1337.95, 8.15, NaN, 33.5, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.44, 3, boost, 78.94, 86252.00, 1337.86, 8.06, NaN, 33.5, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.45, 3, boost, 76.49, 86258.00, 1337.29, 7.49, NaN, 33.4, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.46, 3, boost, 77.47, 86238.00, 1339.19, 9.39, NaN, 33.5, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.47, 3, boost, 78.94, 86231.00, 1339.85, 10.05, NaN, 33.5, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.48, 3, boost, 76.98, 86246.00, 1338.43, 8.63, NaN, 33.5, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.49, 3, boost, 78.94, 86234.00, 1339.57, 9.77, NaN, 33.5, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.50, 3, boost, 79.43, 86229.00, 1340.04, 10.24, NaN, 33.5, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.51, 3, boost, 76.49, 86234.00, 1339.57, 9.77, NaN, 33.4, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.52, 3, boost, 79.43, 86217.00, 1341.18, 11.38, NaN, 33.5, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.53, 3, boost, 85.81, 86229.00, 1340.04, 10.24, NaN, 33.5, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.54, 3, boost, 80.41, 86216.00, 1341.27, 11.47, NaN, 33.4, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.55, 3, boost, 77.47, 86201.00, 1342.70, 12.90, NaN, 33.5, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.56, 3, boost, 80.90, 86224.00, 1340.51, 10.71, NaN, 33.4, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.57, 3, boost, 78.94, 86213.00, 1341.56, 11.76, NaN, 33.5, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.58, 3, boost, 80.90, 86204.00, 1342.41, 12.61, NaN, 33.4, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.59, 3, boost, 77.47, 86216.00, 1341.27, 11.47, NaN, 33.5, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.60, 3, boost, 78.45, 86204.00, 1342.41, 12.61, NaN, 33.4, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.61, 3, boost, 80.41, 86194.00, 1343.36, 13.56, NaN, 33.5, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.62, 3, boost, 80.41, 86183.00, 1344.40, 14.60, NaN, 33.4, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.63, 3, boost, 79.43, 86183.00, 1344.40, 14.60, NaN, 33.4, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.64, 3, boost, 78.45, 86196.00, 1343.17, 13.37, NaN, 33.5, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.65, 3, boost, 78.94, 86173.00, 1345.35, 15.55, NaN, 33.5, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.66, 3, boost, 77.47, 86186.00, 1344.12, 14.32, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.66, 3, boost, 77.47, 86186.00, 1344.12, 14.32, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 63.78, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.67, 3, boost, 76.98, 86172.00, 1345.45, 15.65, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.68, 3, boost, 77.96, 86165.00, 1346.11, 16.31, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.69, 3, boost, 81.40, 86167.00, 1345.92, 16.12, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.70, 3, boost, 81.40, 86168.00, 1345.83, 16.03, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.71, 3, boost, 80.90, 86150.00, 1347.54, 17.74, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.72, 3, boost, 79.92, 86147.00, 1347.82, 18.02, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.73, 3, boost, 80.41, 86143.00, 1348.20, 18.40, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.74, 3, boost, 81.40, 86148.00, 1347.73, 17.93, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.75, 3, boost, 79.43, 86143.00, 1348.20, 18.40, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.76, 3, boost, 78.45, 86122.00, 1350.20, 20.39, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.77, 3, boost, 78.45, 86125.00, 1349.91, 20.11, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.78, 3, boost, 77.47, 86131.00, 1349.34, 19.54, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.79, 3, boost, 78.94, 86106.00, 1351.71, 21.91, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.80, 3, boost, 82.87, 86107.00, 1351.62, 21.82, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.81, 3, boost, 78.94, 86092.00, 1353.04, 23.24, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.82, 3, boost, 79.92, 86108.00, 1351.52, 21.72, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.83, 3, boost, 77.47, 86094.00, 1352.85, 23.05, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.84, 3, boost, 76.00, 86090.00, 1353.23, 23.43, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.85, 3, boost, 79.43, 86115.00, 1350.86, 21.06, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.86, 3, boost, 80.41, 86094.00, 1352.85, 23.05, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.87, 3, boost, 80.90, 86100.00, 1352.28, 22.48, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.88, 3, boost, 80.41, 86084.00, 1353.80, 24.00, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.89, 3, boost, 82.87, 86064.00, 1355.70, 25.90, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.90, 3, boost, 79.43, 86084.00, 1353.80, 24.00, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.91, 3, boost, 82.38, 86063.00, 1355.80, 26.00, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.92, 3, boost, 79.43, 86063.00, 1355.80, 26.00, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.93, 3, boost, 80.41, 86058.00, 1356.27, 26.47, NaN, 33.4, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.94, 3, boost, 82.38, 86056.00, 1356.46, 26.66, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.95, 3, boost, 81.89, 86054.00, 1356.65, 26.85, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.96, 3, boost, 83.36, 86043.00, 1357.70, 27.90, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.97, 3, boost, 79.92, 86047.00, 1357.32, 27.52, NaN, 33.5, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.98, 3, boost, 77.47, 86021.00, 1359.79, 29.99, NaN, 33.4, 4.00, 3.98, 4.00, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.98, 3, boost, 77.47, 86021.00, 1359.79, 29.99, NaN, 33.4, 4.00, 3.98, 4.00, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 0.99, 3, boost, 83.36, 86033.00, 1358.65, 28.85, NaN, 33.4, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.00, 3, boost, 80.90, 86031.00, 1358.84, 29.04, NaN, 33.4, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.01, 3, boost, 80.90, 86018.00, 1360.08, 30.27, NaN, 33.5, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.02, 3, boost, 82.38, 86021.00, 1359.79, 29.99, NaN, 33.4, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.03, 3, boost, 80.41, 86014.00, 1360.46, 30.65, NaN, 33.4, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.04, 3, boost, 80.41, 86012.00, 1360.65, 30.84, NaN, 33.5, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.05, 3, boost, 81.89, 86007.00, 1361.12, 31.32, NaN, 33.5, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.06, 3, boost, 79.92, 86007.00, 1361.12, 31.32, NaN, 33.5, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.07, 3, boost, 80.41, 86009.00, 1360.93, 31.13, NaN, 33.5, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.08, 3, boost, 81.89, 85992.00, 1362.55, 32.75, NaN, 33.4, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.09, 3, boost, 81.40, 85985.00, 1363.21, 33.41, NaN, 33.4, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.10, 3, boost, 79.92, 85988.00, 1362.93, 33.13, NaN, 33.5, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.11, 3, boost, 81.89, 85990.00, 1362.74, 32.94, NaN, 33.4, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.12, 3, boost, 83.85, 85951.00, 1366.45, 36.64, NaN, 33.4, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.13, 3, boost, 81.40, 85961.00, 1365.49, 35.69, NaN, 33.5, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.14, 3, boost, 81.40, 85978.00, 1363.88, 34.08, NaN, 33.4, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.15, 3, boost, 80.41, 85953.00, 1366.26, 36.45, NaN, 33.5, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.16, 3, boost, 81.89, 85949.00, 1366.64, 36.83, NaN, 33.4, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.17, 3, boost, 81.89, 85927.00, 1368.73, 38.93, NaN, 33.4, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.18, 3, boost, 80.90, 85943.00, 1367.21, 37.41, NaN, 33.5, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.19, 3, boost, 83.36, 85922.00, 1369.20, 39.40, NaN, 33.5, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.20, 3, boost, 80.41, 85932.00, 1368.25, 38.45, NaN, 33.4, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.21, 3, boost, 78.45, 85922.00, 1369.20, 39.40, NaN, 33.4, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.22, 3, boost, 80.90, 85930.00, 1368.44, 38.64, NaN, 33.5, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.23, 3, boost, 78.45, 85897.00, 1371.58, 41.78, NaN, 33.4, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.24, 3, boost, 81.89, 85912.00, 1370.16, 40.35, NaN, 33.5, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.25, 3, boost, 81.89, 85913.00, 1370.06, 40.26, NaN, 33.4, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.26, 3, boost, 79.43, 85903.00, 1371.01, 41.21, NaN, 33.5, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.27, 3, boost, 82.38, 85891.00, 1372.15, 42.35, NaN, 33.4, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.28, 3, boost, 84.34, 85891.00, 1372.15, 42.35, NaN, 33.5, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.29, 3, boost, 81.40, 85889.00, 1372.34, 42.54, NaN, 33.5, 4.00, 3.98, 4.00, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.30, 3, boost, 82.87, 85905.00, 1370.82, 41.02, NaN, 33.4, 4.00, 3.98, 3.98, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.30, 3, boost, 82.87, 85905.00, 1370.82, 41.02, NaN, 33.4, 4.00, 3.98, 3.98, 0.03, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395110,-106.9114310, 1394.0, 2022, 6, 24, 15, 17, 17, 0, 0, 82, 0, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 32, 0, 0, 0, 0, 32, 36, 31, 27, 0, 0, 35, 0, 31, 29, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.31, 3, boost, 82.38, 85877.00, 1373.49, 43.69, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.31, 3, boost, 82.38, 85877.00, 1373.49, 43.69, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.31, 3, boost, 82.38, 85877.00, 1373.49, 43.69, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.32, 3, boost, 81.89, 85881.00, 1373.11, 43.30, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.33, 3, boost, 82.87, 85869.00, 1374.25, 44.45, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.34, 3, boost, 82.87, 85875.00, 1373.68, 43.88, NaN, 33.5, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.35, 3, boost, 79.92, 85843.00, 1376.72, 46.92, NaN, 33.5, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.36, 3, boost, 80.41, 85837.00, 1377.29, 47.49, NaN, 33.5, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.37, 3, boost, 80.90, 85841.00, 1376.91, 47.11, NaN, 33.5, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.38, 3, boost, 83.36, 85828.00, 1378.15, 48.35, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.39, 3, boost, 84.34, 85842.00, 1376.82, 47.02, NaN, 33.5, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.40, 3, boost, 81.40, 85823.00, 1378.63, 48.83, NaN, 33.5, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.41, 3, boost, 78.94, 85810.00, 1379.86, 50.06, NaN, 33.5, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.42, 3, boost, 77.47, 85817.00, 1379.20, 49.40, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.43, 3, boost, 82.38, 85806.00, 1380.25, 50.44, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.44, 3, boost, 81.89, 85792.00, 1381.58, 51.78, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.45, 3, boost, 80.90, 85773.00, 1383.39, 53.59, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.46, 3, boost, 79.92, 85772.00, 1383.48, 53.68, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.47, 3, boost, 84.34, 85777.00, 1383.01, 53.21, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.48, 3, boost, 81.89, 85771.00, 1383.58, 53.78, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.49, 3, boost, 77.96, 85747.00, 1385.87, 56.07, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.50, 3, boost, 85.32, 85755.00, 1385.10, 55.30, NaN, 33.5, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.51, 3, boost, 79.92, 85743.00, 1386.25, 56.45, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.52, 3, boost, 76.98, 85718.00, 1388.63, 58.83, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.53, 3, boost, 78.45, 85722.00, 1388.25, 58.45, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.54, 3, boost, 82.38, 85719.00, 1388.53, 58.73, NaN, 33.5, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.55, 3, boost, 79.92, 85721.00, 1388.34, 58.54, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.56, 3, boost, 84.34, 85693.00, 1391.01, 61.21, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.57, 3, boost, 79.92, 85697.00, 1390.63, 60.83, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.58, 3, boost, 78.45, 85685.00, 1391.78, 61.97, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.59, 3, boost, 81.40, 85689.00, 1391.39, 61.59, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.60, 3, boost, 79.43, 85677.00, 1392.54, 62.74, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.61, 3, boost, 81.89, 85673.00, 1392.92, 63.12, NaN, 33.4, 4.00, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.62, 3, boost, 83.36, 85679.00, 1392.35, 62.55, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.62, 3, boost, 83.36, 85679.00, 1392.35, 62.55, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.63, 3, boost, 81.40, 85654.00, 1394.73, 64.93, NaN, 33.5, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.64, 3, boost, 83.36, 85659.00, 1394.26, 64.45, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.65, 3, boost, 77.47, 85673.00, 1392.92, 63.12, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.66, 3, boost, 81.40, 85667.00, 1393.49, 63.69, NaN, 33.5, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.67, 3, boost, 79.92, 85659.00, 1394.26, 64.45, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.68, 3, boost, 78.94, 85653.00, 1394.83, 65.03, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.69, 3, boost, 80.90, 85659.00, 1394.26, 64.45, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.70, 3, boost, 82.38, 85632.00, 1396.83, 67.03, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.71, 3, boost, 80.90, 85626.00, 1397.40, 67.60, NaN, 33.5, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.72, 3, boost, 79.92, 85634.00, 1396.64, 66.84, NaN, 33.5, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.73, 3, boost, 80.90, 85626.00, 1397.40, 67.60, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.74, 3, boost, 78.94, 85625.00, 1397.50, 67.70, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.75, 3, boost, 82.38, 85610.00, 1398.93, 69.13, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.76, 3, boost, 81.89, 85596.00, 1400.27, 70.46, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.77, 3, boost, 77.96, 85607.00, 1399.22, 69.41, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.78, 3, boost, 79.92, 85585.00, 1401.31, 71.51, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.79, 3, boost, 80.41, 85567.00, 1403.03, 73.23, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.80, 3, boost, 77.96, 85562.00, 1403.51, 73.71, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.81, 3, boost, 81.89, 85576.00, 1402.17, 72.37, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.82, 3, boost, 76.00, 85572.00, 1402.56, 72.75, NaN, 33.5, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.83, 3, boost, 81.40, 85561.00, 1403.61, 73.80, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.84, 3, boost, 78.45, 85560.00, 1403.70, 73.90, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.85, 3, boost, 77.96, 85571.00, 1402.65, 72.85, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.86, 3, boost, 76.00, 85538.00, 1405.80, 76.00, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.87, 3, boost, 77.47, 85534.00, 1406.18, 76.38, NaN, 33.5, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.88, 3, boost, 77.96, 85538.00, 1405.80, 76.00, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.89, 3, boost, 78.45, 85541.00, 1405.51, 75.71, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.90, 3, boost, 77.47, 85524.00, 1407.14, 77.34, NaN, 33.5, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.91, 3, boost, 77.96, 85515.00, 1408.00, 78.20, NaN, 33.5, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.92, 3, boost, 80.90, 85515.00, 1408.00, 78.20, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.93, 3, boost, 80.41, 85514.00, 1408.09, 78.29, NaN, 33.4, 4.00, 3.98, 4.00, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.94, 3, boost, 77.96, 85523.00, 1407.23, 77.43, NaN, 33.4, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.94, 3, boost, 77.96, 85523.00, 1407.23, 77.43, NaN, 33.4, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.95, 3, boost, 78.45, 85513.00, 1408.19, 78.39, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.96, 3, boost, 78.45, 85494.00, 1410.00, 80.20, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.97, 3, boost, 76.98, 85478.00, 1411.53, 81.73, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.98, 3, boost, 78.45, 85468.00, 1412.49, 82.69, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 1.99, 3, boost, 75.51, 85468.00, 1412.49, 82.69, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.00, 3, boost, 76.49, 85483.00, 1411.05, 81.25, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.01, 3, boost, 77.96, 85471.00, 1412.20, 82.40, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.02, 3, boost, 77.47, 85456.00, 1413.63, 83.83, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.03, 3, boost, 77.47, 85475.00, 1411.82, 82.02, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.04, 3, boost, 77.47, 85449.00, 1414.30, 84.50, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.05, 3, boost, 80.90, 85436.00, 1415.54, 85.74, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.06, 3, boost, 78.45, 85433.00, 1415.83, 86.03, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.07, 3, boost, 75.51, 85414.00, 1417.65, 87.85, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.08, 3, boost, 75.02, 85392.00, 1419.75, 89.95, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.09, 3, boost, 78.45, 85389.00, 1420.04, 90.24, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.10, 3, boost, 76.00, 85371.00, 1421.76, 91.96, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.11, 3, boost, 76.00, 85351.00, 1423.67, 93.87, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.12, 3, boost, 75.51, 85333.00, 1425.39, 95.59, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.13, 3, boost, 77.47, 85343.00, 1424.44, 94.64, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.14, 3, boost, 75.02, 85324.00, 1426.25, 96.45, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.15, 3, boost, 75.02, 85305.00, 1428.07, 98.27, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.16, 3, boost, 76.49, 85302.00, 1428.36, 98.56, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.17, 3, boost, 75.51, 85293.00, 1429.22, 99.42, NaN, 33.5, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.18, 3, boost, 75.02, 85295.00, 1429.03, 99.23, NaN, 33.5, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.19, 3, boost, 74.04, 85268.00, 1431.61, 101.81, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.20, 3, boost, 75.51, 85264.00, 1432.00, 102.20, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.21, 3, boost, 74.04, 85263.00, 1432.09, 102.29, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.22, 3, boost, 74.04, 85248.00, 1433.53, 103.73, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.23, 3, boost, 76.98, 85241.00, 1434.20, 104.40, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.24, 3, boost, 74.04, 85245.00, 1433.82, 104.01, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.25, 3, boost, 73.55, 85233.00, 1434.96, 105.16, NaN, 33.4, 4.00, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.26, 3, boost, 74.53, 85224.00, 1435.83, 106.03, NaN, 33.4, 3.99, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.26, 3, boost, 74.53, 85224.00, 1435.83, 106.03, NaN, 33.4, 3.99, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.27, 3, boost, 78.45, 85211.00, 1437.07, 107.27, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.28, 3, boost, 75.51, 85210.00, 1437.17, 107.37, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.29, 3, boost, 79.43, 85190.00, 1439.08, 109.28, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.30, 3, boost, 71.59, 85194.00, 1438.70, 108.90, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 11, 32.9395787,-106.9114445, 1414.0, 2022, 6, 24, 15, 17, 18, 8, 21, 351, 69, 1.4, 0.8, 1.1, 0, 21, 33, 0, 0, 18, 0, 0, 0, 0, 24, 28, 27, 32, 0, 0, 34, 0, 20, 32, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 2.31, 3, boost, 75.02, 85178.00, 1440.23, 110.43, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.31, 3, boost, 75.02, 85178.00, 1440.23, 110.43, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.31, 3, boost, 75.02, 85178.00, 1440.23, 110.43, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.32, 3, boost, 73.55, 85173.00, 1440.71, 110.91, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.33, 3, boost, 75.51, 85168.00, 1441.19, 111.39, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.34, 3, boost, 74.04, 85176.00, 1440.42, 110.62, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.35, 3, boost, 71.10, 85150.00, 1442.92, 113.11, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.36, 3, boost, 75.51, 85130.00, 1444.83, 115.03, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.37, 3, boost, 75.02, 85155.00, 1442.44, 112.64, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.38, 3, boost, 73.55, 85117.00, 1446.08, 116.28, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.39, 3, boost, 72.08, 85126.00, 1445.22, 115.41, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.40, 3, boost, 75.02, 85114.00, 1446.37, 116.56, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.41, 3, boost, 72.08, 85105.00, 1447.23, 117.43, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.42, 3, boost, 72.08, 85112.00, 1446.56, 116.76, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.43, 3, boost, 75.02, 85116.00, 1446.17, 116.37, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.44, 3, boost, 75.51, 85099.00, 1447.80, 118.00, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.45, 3, boost, 75.51, 85068.00, 1450.78, 120.98, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.46, 3, boost, 74.53, 85076.00, 1450.01, 120.21, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.47, 3, boost, 73.06, 85067.00, 1450.87, 121.07, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.48, 3, boost, 70.61, 85053.00, 1452.22, 122.41, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.49, 3, boost, 71.59, 85022.00, 1455.19, 125.39, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.50, 3, boost, 71.59, 85020.00, 1455.38, 125.58, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.51, 3, boost, 75.51, 85018.00, 1455.57, 125.77, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.52, 3, boost, 72.57, 85000.00, 1457.30, 127.50, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.53, 3, boost, 72.57, 84977.00, 1459.51, 129.71, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.54, 3, boost, 69.63, 84968.00, 1460.37, 130.57, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.55, 3, boost, 73.06, 84976.00, 1459.60, 129.80, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.56, 3, boost, 72.57, 84959.00, 1461.24, 131.43, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.57, 3, boost, 73.06, 84946.00, 1462.48, 132.68, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.58, 3, boost, 69.63, 84933.00, 1463.73, 133.93, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.58, 3, boost, 69.63, 84933.00, 1463.73, 133.93, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.01, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.59, 3, boost, 72.57, 84916.00, 1465.36, 135.56, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.60, 3, boost, 71.10, 84890.00, 1467.86, 138.06, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.61, 3, boost, 73.55, 84904.00, 1466.52, 136.72, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.62, 3, boost, 72.57, 84885.00, 1468.34, 138.54, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.63, 3, boost, 73.06, 84869.00, 1469.88, 140.08, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.64, 3, boost, 69.14, 84861.00, 1470.65, 140.85, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.65, 3, boost, 69.63, 84860.00, 1470.74, 140.94, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.66, 3, boost, 69.14, 84848.00, 1471.90, 142.10, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.67, 3, boost, 73.06, 84801.00, 1476.42, 146.61, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.68, 3, boost, 70.12, 84836.00, 1473.05, 143.25, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.69, 3, boost, 72.08, 84807.00, 1475.84, 146.04, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.70, 3, boost, 66.69, 84820.00, 1474.59, 144.79, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.71, 3, boost, 70.61, 84787.00, 1477.76, 147.96, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.72, 3, boost, 69.63, 84793.00, 1477.19, 147.38, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.73, 3, boost, 73.55, 84780.00, 1478.44, 148.63, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.74, 3, boost, 73.55, 84753.00, 1481.03, 151.23, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.75, 3, boost, 71.10, 84768.00, 1479.59, 149.79, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.76, 3, boost, 69.14, 84778.00, 1478.63, 148.83, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.77, 3, boost, 69.63, 84754.00, 1480.94, 151.13, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.78, 3, boost, 73.06, 84763.00, 1480.07, 150.27, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.79, 3, boost, 67.18, 84730.00, 1483.24, 153.44, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.80, 3, boost, 67.67, 84726.00, 1483.63, 153.83, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.81, 3, boost, 69.14, 84721.00, 1484.11, 154.31, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.82, 3, boost, 70.61, 84684.00, 1487.67, 157.87, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.83, 3, boost, 69.63, 84697.00, 1486.42, 156.62, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.84, 3, boost, 67.18, 84679.00, 1488.15, 158.35, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.85, 3, boost, 67.67, 84679.00, 1488.15, 158.35, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.86, 3, boost, 67.67, 84672.00, 1488.83, 159.03, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.87, 3, boost, 69.63, 84639.00, 1492.00, 162.20, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.88, 3, boost, 69.14, 84627.00, 1493.16, 163.36, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.89, 3, boost, 68.65, 84596.00, 1496.15, 166.34, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.90, 3, boost, 68.65, 84615.00, 1494.32, 164.51, NaN, 33.5, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.90, 3, boost, 68.65, 84615.00, 1494.32, 164.51, NaN, 33.5, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.91, 3, boost, 69.14, 84589.00, 1496.82, 167.02, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.92, 3, boost, 63.25, 84551.00, 1500.48, 170.68, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.93, 3, boost, 66.19, 84560.00, 1499.61, 169.81, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.94, 3, boost, 65.70, 84550.00, 1500.58, 170.78, NaN, 33.5, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.95, 3, boost, 65.21, 84547.00, 1500.87, 171.07, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.96, 3, boost, 66.69, 84533.00, 1502.22, 172.42, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.97, 3, boost, 68.16, 84525.00, 1502.99, 173.19, NaN, 33.5, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.98, 3, boost, 65.70, 84511.00, 1504.34, 174.54, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 2.99, 3, boost, 68.65, 84466.00, 1508.68, 178.88, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.00, 3, boost, 69.14, 84474.00, 1507.91, 178.11, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.01, 3, boost, 68.16, 84464.00, 1508.87, 179.07, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.02, 3, boost, 65.70, 84444.00, 1510.80, 181.00, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.03, 3, boost, 68.65, 84438.00, 1511.38, 181.58, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.04, 3, boost, 64.72, 84405.00, 1514.56, 184.76, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.05, 3, boost, 65.70, 84401.00, 1514.95, 185.15, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.06, 3, boost, 68.65, 84388.00, 1516.20, 186.40, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.07, 3, boost, 67.18, 84379.00, 1517.07, 187.27, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.08, 3, boost, 62.27, 84354.00, 1519.49, 189.69, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.09, 3, boost, 69.14, 84364.00, 1518.52, 188.72, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.10, 3, boost, 67.18, 84353.00, 1519.58, 189.78, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.11, 3, boost, 65.21, 84341.00, 1520.74, 190.94, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.12, 3, boost, 64.72, 84331.00, 1521.71, 191.91, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.13, 3, boost, 67.67, 84318.00, 1522.96, 193.16, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.14, 3, boost, 65.21, 84335.00, 1521.32, 191.52, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.15, 3, boost, 64.23, 84311.00, 1523.64, 193.84, NaN, 33.5, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.16, 3, boost, 67.18, 84302.00, 1524.51, 194.71, NaN, 33.5, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.17, 3, boost, 66.19, 84283.00, 1526.35, 196.54, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.18, 3, boost, 67.18, 84291.00, 1525.57, 195.77, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.19, 3, boost, 63.25, 84255.00, 1529.05, 199.25, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.20, 3, boost, 64.23, 84227.00, 1531.76, 201.96, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.21, 3, boost, 63.74, 84233.00, 1531.18, 201.38, NaN, 33.4, 3.99, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.22, 3, boost, 66.69, 84227.00, 1531.76, 201.96, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.22, 3, boost, 66.69, 84227.00, 1531.76, 201.96, NaN, 33.4, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 63.97, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.23, 3, boost, 63.25, 84211.00, 1533.30, 203.50, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.24, 3, boost, 64.72, 84186.00, 1535.72, 205.92, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.25, 3, boost, 65.21, 84176.00, 1536.69, 206.89, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.26, 3, boost, 60.80, 84154.00, 1538.82, 209.02, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.27, 3, boost, 66.19, 84147.00, 1539.50, 209.69, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.28, 3, boost, 67.67, 84132.00, 1540.95, 211.15, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.29, 3, boost, 64.23, 84123.00, 1541.82, 212.02, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.30, 3, boost, 61.78, 84118.00, 1542.30, 212.50, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.31, 3, boost, 61.78, 84090.00, 1545.01, 215.21, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.31, 3, boost, 61.78, 84090.00, 1545.01, 215.21, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.31, 3, boost, 61.78, 84090.00, 1545.01, 215.21, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 10, 32.9396882,-106.9114997, 1492.0, 2022, 6, 24, 15, 17, 19, 21, 100, 342, 78, 1.5, 0.8, 1.3, 0, 17, 32, 0, 0, 14, 0, 0, 0, 0, 20, 29, 25, 24, 0, 0, 30, 0, 17, 26, 0, 0, 0, 25, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.32, 3, boost, 62.76, 84080.00, 1545.98, 216.18, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.33, 3, boost, 66.19, 84037.00, 1550.14, 220.34, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.34, 3, boost, 60.31, 84049.00, 1548.98, 219.18, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.35, 3, boost, 61.78, 84019.00, 1551.89, 222.09, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.36, 3, boost, 61.29, 84007.00, 1553.05, 223.25, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.37, 3, boost, 63.25, 83992.00, 1554.50, 224.70, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.38, 3, boost, 64.72, 83968.00, 1556.83, 227.03, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.39, 3, boost, 60.80, 83976.00, 1556.05, 226.25, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.40, 3, boost, 59.82, 83959.00, 1557.70, 227.90, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.41, 3, boost, 61.78, 83932.00, 1560.32, 230.52, NaN, 33.5, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.42, 3, boost, 62.76, 83937.00, 1559.83, 230.03, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.43, 3, boost, 60.80, 83910.00, 1562.45, 232.65, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.44, 3, boost, 62.76, 83908.00, 1562.65, 232.85, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.45, 3, boost, 65.21, 83855.00, 1567.79, 237.99, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.46, 3, boost, 60.31, 83877.00, 1565.65, 235.85, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.47, 3, boost, 59.82, 83849.00, 1568.37, 238.57, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.48, 3, boost, 60.80, 83842.00, 1569.05, 239.25, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.49, 3, boost, 56.39, 83814.00, 1571.77, 241.97, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.50, 3, boost, 60.80, 83790.00, 1574.10, 244.29, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.51, 3, boost, 61.78, 83789.00, 1574.19, 244.39, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.52, 3, boost, 60.31, 83782.00, 1574.87, 245.07, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.53, 3, boost, 60.31, 83755.00, 1577.49, 247.69, NaN, 33.4, 3.99, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.54, 3, boost, 56.88, 83742.00, 1578.76, 248.96, NaN, 33.4, 4.00, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.54, 3, boost, 56.88, 83742.00, 1578.76, 248.96, NaN, 33.4, 4.00, 3.98, 3.99, 0.07, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.55, 3, boost, 60.31, 83713.00, 1581.57, 251.77, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.56, 3, boost, 63.25, 83689.00, 1583.91, 254.11, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.57, 3, boost, 58.35, 83692.00, 1583.62, 253.81, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.58, 3, boost, 59.82, 83661.00, 1586.63, 256.83, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.59, 3, boost, 55.41, 83628.00, 1589.84, 260.04, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.60, 3, boost, 56.39, 83616.00, 1591.00, 261.20, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.61, 3, boost, 56.88, 83604.00, 1592.17, 262.37, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.62, 3, boost, 58.35, 83582.00, 1594.31, 264.51, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.63, 3, boost, 61.29, 83573.00, 1595.19, 265.39, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.64, 3, boost, 58.84, 83559.00, 1596.55, 266.75, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.65, 3, boost, 63.25, 83519.00, 1600.44, 270.64, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.66, 3, boost, 61.78, 83517.00, 1600.64, 270.84, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.67, 3, boost, 56.39, 83504.00, 1601.90, 272.10, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.68, 3, boost, 60.80, 83525.00, 1599.86, 270.06, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.69, 3, boost, 57.86, 83488.00, 1603.46, 273.66, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.70, 3, boost, 57.86, 83471.00, 1605.11, 275.31, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.71, 3, boost, 56.39, 83432.00, 1608.91, 279.11, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.72, 3, boost, 58.84, 83430.00, 1609.11, 279.31, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.73, 3, boost, 54.92, 83427.00, 1609.40, 279.60, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.74, 3, boost, 57.86, 83431.00, 1609.01, 279.21, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.75, 3, boost, 56.39, 83388.00, 1613.20, 283.40, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.76, 3, boost, 57.86, 83392.00, 1612.81, 283.01, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.77, 3, boost, 59.33, 83379.00, 1614.08, 284.28, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.78, 3, boost, 55.41, 83333.00, 1618.56, 288.76, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.79, 3, boost, 54.43, 83349.00, 1617.00, 287.20, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.80, 3, boost, 53.45, 83322.00, 1619.64, 289.84, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.81, 3, boost, 54.92, 83312.00, 1620.61, 290.81, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.82, 3, boost, 53.45, 83296.00, 1622.17, 292.37, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.83, 3, boost, 58.35, 83259.00, 1625.78, 295.98, NaN, 33.4, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.84, 3, boost, 52.96, 83244.00, 1627.25, 297.45, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.85, 3, boost, 47.56, 83192.00, 1632.32, 302.52, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.86, 3, boost, 50.50, 83179.00, 1633.59, 303.79, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.86, 3, boost, 50.50, 83179.00, 1633.59, 303.79, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.87, 3, boost, 53.45, 83168.00, 1634.67, 304.87, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.88, 3, boost, 52.47, 83146.00, 1636.82, 307.02, NaN, 33.4, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.89, 3, boost, 56.88, 83154.00, 1636.03, 306.23, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.90, 3, boost, 54.92, 83130.00, 1638.38, 308.58, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.91, 3, boost, 52.47, 83097.00, 1641.60, 311.80, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.92, 3, boost, 50.50, 83083.00, 1642.97, 313.17, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.93, 3, boost, 55.90, 83087.00, 1642.58, 312.78, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.94, 3, boost, 55.90, 83067.00, 1644.54, 314.74, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.95, 3, boost, 53.94, 83065.00, 1644.73, 314.93, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.96, 3, boost, 56.88, 83032.00, 1647.96, 318.16, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.97, 3, boost, 51.48, 83035.00, 1647.67, 317.87, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.98, 3, boost, 54.92, 83016.00, 1649.52, 319.72, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 3.99, 3, boost, 53.94, 83027.00, 1648.45, 318.65, NaN, 33.4, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.00, 3, boost, 51.48, 82995.00, 1651.58, 321.78, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.01, 3, boost, 50.50, 82974.00, 1653.63, 323.83, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.02, 3, boost, 49.52, 82949.00, 1656.08, 326.28, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.03, 3, boost, 52.47, 82958.00, 1655.20, 325.40, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.04, 3, boost, 51.48, 82934.00, 1657.55, 327.75, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.05, 3, boost, 50.01, 82919.00, 1659.02, 329.22, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.06, 3, boost, 57.86, 82895.00, 1661.37, 331.57, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.07, 3, boost, 51.98, 82892.00, 1661.66, 331.86, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.08, 3, boost, 54.92, 82813.00, 1669.40, 339.60, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.09, 3, boost, 54.92, 82826.00, 1668.13, 338.33, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.10, 3, boost, 55.90, 82828.00, 1667.93, 338.13, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.11, 3, boost, 54.92, 82782.00, 1672.44, 342.64, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.12, 3, boost, 61.29, 82763.00, 1674.30, 344.50, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.13, 3, boost, 48.54, 82752.00, 1675.38, 345.58, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.14, 3, boost, 52.96, 82730.00, 1677.54, 347.74, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.15, 3, boost, 55.41, 82725.00, 1678.03, 348.23, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.16, 3, boost, 55.90, 82689.00, 1681.56, 351.76, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.17, 3, boost, 53.45, 82650.00, 1685.39, 355.59, NaN, 33.5, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.18, 3, boost, 50.99, 82659.00, 1684.51, 354.71, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.18, 3, boost, 50.99, 82659.00, 1684.51, 354.71, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 63.91, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.19, 3, boost, 50.01, 82627.00, 1687.65, 357.85, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.20, 3, boost, 50.50, 82610.00, 1689.32, 359.52, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.21, 3, boost, 57.86, 82577.00, 1692.56, 362.76, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.22, 3, boost, 59.33, 82572.00, 1693.05, 363.25, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.23, 3, boost, 50.99, 82544.00, 1695.80, 366.00, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.24, 3, boost, 55.90, 82522.00, 1697.96, 368.16, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.25, 3, boost, 50.01, 82496.00, 1700.52, 370.72, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.26, 3, boost, 54.43, 82494.00, 1700.72, 370.92, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.27, 3, boost, 54.43, 82481.00, 1702.00, 372.19, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.28, 3, boost, 52.96, 82462.00, 1703.86, 374.06, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.29, 3, boost, 57.37, 82440.00, 1706.03, 376.23, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.30, 3, boost, 54.92, 82419.00, 1708.09, 378.29, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 8, 32.9397383,-106.9115600, 1643.0, 2022, 6, 24, 15, 17, 20, 28, 251, 335, 84, 1.7, 0.8, 1.5, 0, 10, 28, 0, 0, 11, 0, 0, 0, 0, 14, 36, 32, 25, 0, 0, 22, 0, 11, 31, 0, 0, 0, 21, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 4.31, 3, boost, 48.05, 82403.00, 1709.67, 379.87, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.31, 3, boost, 48.05, 82403.00, 1709.67, 379.87, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.31, 3, boost, 48.05, 82403.00, 1709.67, 379.87, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.32, 3, boost, 48.54, 82391.00, 1710.85, 381.05, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.33, 3, boost, 45.60, 82357.00, 1714.20, 384.40, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.34, 3, boost, 48.54, 82342.00, 1715.67, 385.87, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.35, 3, boost, 50.99, 82309.00, 1718.92, 389.12, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.36, 3, boost, 43.15, 82294.00, 1720.40, 390.60, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.37, 3, boost, 39.72, 82264.00, 1723.36, 393.56, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.38, 3, boost, 36.28, 82273.00, 1722.47, 392.67, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.39, 3, boost, 26.48, 82228.00, 1726.91, 397.10, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.40, 3, boost, 29.91, 82212.00, 1728.48, 398.68, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.41, 3, boost, 26.48, 82218.00, 1727.89, 398.09, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.42, 3, boost, 20.10, 82189.00, 1730.75, 400.95, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.43, 3, boost, 23.05, 82191.00, 1730.55, 400.75, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.44, 3, boost, 16.67, 82168.00, 1732.82, 403.02, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.45, 3, boost, 14.22, 82146.00, 1734.99, 405.19, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.46, 3, boost, 15.20, 82100.00, 1739.53, 409.73, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.47, 3, boost, 17.65, 82074.00, 1742.10, 412.30, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.48, 3, boost, 13.73, 82063.00, 1743.18, 413.38, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.49, 3, boost, 13.73, 81998.00, 1749.60, 419.80, NaN, 33.5, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.50, 3, boost, 11.77, 81979.00, 1751.48, 421.68, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.50, 3, boost, 11.77, 81979.00, 1751.48, 421.68, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.51, 3, boost, 14.71, 81975.00, 1751.88, 422.08, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.52, 3, boost, 10.79, 81933.00, 1756.03, 426.23, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.53, 3, boost, 14.22, 81883.00, 1760.97, 431.17, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.54, 3, boost, 13.73, 81832.00, 1766.02, 436.22, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.55, 3, boost, 15.20, 81830.00, 1766.22, 436.42, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.56, 3, boost, 10.30, 81798.00, 1769.38, 439.58, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.57, 3, boost, 11.77, 81783.00, 1770.87, 441.07, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.58, 3, boost, 10.79, 81759.00, 1773.25, 443.45, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.59, 3, boost, 11.28, 81709.00, 1778.20, 448.40, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.60, 3, boost, 11.77, 81681.00, 1780.97, 451.17, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.61, 3, boost, 6.37, 81653.00, 1783.75, 453.95, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.62, 3, boost, 15.20, 81604.00, 1788.61, 458.81, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.63, 3, boost, 6.37, 81599.00, 1789.10, 459.30, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.64, 3, boost, 9.32, 81557.00, 1793.27, 463.47, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.65, 3, boost, 17.16, 81558.00, 1793.17, 463.37, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.66, 3, boost, -0.49, 81538.00, 1795.16, 465.36, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.67, 3, boost, 6.37, 81512.00, 1797.74, 467.94, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.68, 3, boost, 0.98, 81473.00, 1801.61, 471.81, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.69, 3, boost, 2.45, 81456.00, 1803.30, 473.50, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.70, 3, boost, -3.92, 81440.00, 1804.89, 475.09, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.71, 3, boost, -5.39, 81395.00, 1809.36, 479.56, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.72, 3, boost, -9.81, 81364.00, 1812.44, 482.64, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.73, 3, boost, -7.35, 81331.00, 1815.72, 485.92, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.74, 3, boost, -4.41, 81261.00, 1822.69, 492.89, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.75, 3, boost, -17.65, 81237.00, 1825.08, 495.28, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.76, 3, boost, -17.16, 81197.00, 1829.06, 499.26, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.77, 3, boost, -14.71, 81142.00, 1834.54, 504.74, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.78, 3, boost, -18.14, 81097.00, 1839.02, 509.22, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.79, 3, boost, -20.59, 81082.00, 1840.52, 510.72, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.80, 3, boost, -26.48, 81056.00, 1843.11, 513.31, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.81, 3, boost, -18.63, 81042.00, 1844.51, 514.71, NaN, 33.5, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.82, 3, boost, -25.99, 80999.00, 1848.80, 519.00, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.82, 3, boost, -25.99, 80999.00, 1848.80, 519.00, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.83, 3, boost, -23.54, 80926.00, 1856.09, 526.28, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.84, 3, boost, -29.42, 80870.00, 1861.68, 531.88, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.85, 5, coast, -28.93, 80827.00, 1865.98, 536.18, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.85, 5, coast, -28.93, 80827.00, 1865.98, 536.18, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.86, 5, coast, -21.57, 80773.00, 1871.38, 541.58, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.87, 5, coast, -28.93, 80732.00, 1875.48, 545.68, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.88, 5, coast, -29.42, 80703.00, 1878.38, 548.58, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.89, 5, coast, -25.01, 80599.00, 1888.79, 558.99, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.90, 5, coast, -27.95, 80597.00, 1888.99, 559.19, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.91, 5, coast, -24.52, 80584.00, 1890.30, 560.50, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.92, 5, coast, -29.42, 80533.00, 1895.41, 565.61, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.93, 5, coast, -24.03, 80513.00, 1897.41, 567.61, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.94, 5, coast, -30.40, 80472.00, 1901.53, 571.73, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.95, 5, coast, -27.46, 80457.00, 1903.03, 573.23, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.96, 5, coast, -23.05, 80413.00, 1907.45, 577.65, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.97, 5, coast, -25.99, 80360.00, 1912.77, 582.97, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.98, 5, coast, -25.99, 80342.00, 1914.58, 584.78, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 4.99, 5, coast, -24.52, 80313.00, 1917.49, 587.69, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.00, 5, coast, -25.50, 80275.00, 1921.31, 591.51, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.01, 5, coast, -30.40, 80223.00, 1926.54, 596.74, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.02, 5, coast, -25.01, 80201.00, 1928.75, 598.95, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.03, 5, coast, -33.34, 80154.00, 1933.48, 603.68, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.04, 5, coast, -23.05, 80136.00, 1935.29, 605.49, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.05, 5, coast, -29.42, 80125.00, 1936.40, 606.60, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.06, 5, coast, -22.56, 80088.00, 1940.12, 610.32, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.07, 5, coast, -21.08, 80053.00, 1943.65, 613.85, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.08, 5, coast, -19.61, 80007.00, 1948.28, 618.48, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.09, 5, coast, -26.48, 79993.00, 1949.69, 619.89, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.10, 5, coast, -21.08, 79937.00, 1955.34, 625.54, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.11, 5, coast, -22.06, 79928.00, 1956.25, 626.45, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.12, 5, coast, -19.12, 79877.00, 1961.39, 631.59, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.13, 5, coast, -27.46, 79828.00, 1966.34, 636.54, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.14, 5, coast, -31.38, 79798.00, 1969.37, 639.57, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.14, 5, coast, -31.38, 79798.00, 1969.37, 639.57, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.15, 5, coast, -24.52, 79766.00, 1972.60, 642.80, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.16, 5, coast, -23.05, 79741.00, 1975.13, 645.33, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.17, 5, coast, -27.46, 79713.00, 1977.96, 648.16, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.18, 5, coast, -22.06, 79649.00, 1984.43, 654.63, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.19, 5, coast, -24.52, 79643.00, 1985.04, 655.24, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.20, 5, coast, -20.59, 79587.00, 1990.70, 660.90, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.21, 5, coast, -27.46, 79560.00, 1993.44, 663.64, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.22, 5, coast, -22.56, 79540.00, 1995.46, 665.66, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.23, 5, coast, -29.42, 79498.00, 1999.72, 669.92, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.24, 5, coast, -24.52, 79443.00, 2005.29, 675.49, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.25, 5, coast, -16.67, 79452.00, 2004.38, 674.58, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.26, 5, coast, -27.95, 79393.00, 2010.36, 680.56, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.27, 5, coast, -26.97, 79366.00, 2013.10, 683.30, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.28, 5, coast, -23.05, 79327.00, 2017.06, 687.26, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.29, 5, coast, -27.95, 79302.00, 2019.59, 689.79, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.30, 5, coast, -25.99, 79257.00, 2024.16, 694.36, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9398004,-106.9116947, 1892.0, 2022, 6, 24, 15, 17, 21, 40, 500, 323, 85, 1.9, 1.0, 1.6, 0, 8, 33, 0, 0, 10, 0, 0, 0, 0, 9, 28, 31, 28, 0, 0, 32, 0, 10, 24, 0, 0, 0, 13, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.31, 5, coast, -25.01, 79239.00, 2025.99, 696.19, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.31, 5, coast, -25.01, 79239.00, 2025.99, 696.19, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.31, 5, coast, -25.01, 79239.00, 2025.99, 696.19, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.32, 5, coast, -18.14, 79217.00, 2028.23, 698.43, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.33, 5, coast, -26.48, 79194.00, 2030.56, 700.76, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.34, 5, coast, -25.50, 79141.00, 2035.95, 706.15, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.35, 5, coast, -20.59, 79107.00, 2039.41, 709.61, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.36, 5, coast, -25.99, 79084.00, 2041.75, 711.95, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.37, 5, coast, -26.48, 79047.00, 2045.51, 715.71, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.38, 5, coast, -20.59, 79020.00, 2048.26, 718.46, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.39, 5, coast, -24.03, 78995.00, 2050.81, 721.01, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.40, 5, coast, -25.99, 78946.00, 2055.80, 726.00, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.41, 5, coast, -23.54, 78926.00, 2057.84, 728.04, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.42, 5, coast, -15.20, 78912.00, 2059.26, 729.46, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.43, 5, coast, -21.57, 78859.00, 2064.67, 734.87, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.44, 5, coast, -24.03, 78831.00, 2067.52, 737.72, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.45, 5, coast, -25.99, 78800.00, 2070.69, 740.88, NaN, 33.5, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.46, 5, coast, -24.03, 78770.00, 2073.75, 743.95, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.46, 5, coast, -24.03, 78770.00, 2073.75, 743.95, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.47, 5, coast, -26.97, 78729.00, 2077.93, 748.13, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.48, 5, coast, -22.06, 78713.00, 2079.57, 749.77, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.49, 5, coast, -25.99, 78660.00, 2084.98, 755.18, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.50, 5, coast, -20.10, 78623.00, 2088.76, 758.96, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.51, 5, coast, -22.06, 78593.00, 2091.83, 762.03, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.52, 5, coast, -26.97, 78558.00, 2095.41, 765.61, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.53, 5, coast, -23.05, 78532.00, 2098.07, 768.27, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.54, 5, coast, -23.05, 78500.00, 2101.34, 771.54, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.55, 5, coast, -24.52, 78467.00, 2104.72, 774.92, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.56, 5, coast, -25.01, 78421.00, 2109.43, 779.63, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.57, 5, coast, -24.03, 78419.00, 2109.64, 779.84, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.58, 5, coast, -21.08, 78355.00, 2116.20, 786.40, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.59, 5, coast, -20.59, 78349.00, 2116.81, 787.01, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.60, 5, coast, -25.50, 78295.00, 2122.35, 792.55, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.61, 5, coast, -24.03, 78279.00, 2123.99, 794.19, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.62, 5, coast, -24.52, 78242.00, 2127.79, 797.99, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.63, 5, coast, -25.99, 78237.00, 2128.30, 798.50, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.64, 5, coast, -25.99, 78170.00, 2135.18, 805.38, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.65, 5, coast, -24.03, 78154.00, 2136.82, 807.02, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.66, 5, coast, -21.08, 78119.00, 2140.42, 810.62, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.67, 5, coast, -26.48, 78071.00, 2145.35, 815.55, NaN, 33.6, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.68, 5, coast, -20.59, 78076.00, 2144.84, 815.04, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.69, 5, coast, -25.50, 78029.00, 2149.67, 819.87, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.70, 5, coast, -24.03, 78013.00, 2151.32, 821.51, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.71, 5, coast, -21.57, 77958.00, 2156.97, 827.17, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.72, 5, coast, -24.03, 77947.00, 2158.11, 828.31, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.73, 5, coast, -18.63, 77906.00, 2162.33, 832.53, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.74, 5, coast, -24.52, 77854.00, 2167.69, 837.88, NaN, 33.6, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.75, 5, coast, -26.48, 77850.00, 2168.10, 838.30, NaN, 33.6, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.76, 5, coast, -16.18, 77815.00, 2171.70, 841.90, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.77, 5, coast, -22.56, 77785.00, 2174.80, 845.00, NaN, 33.6, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.78, 5, coast, -21.57, 77730.00, 2180.47, 850.67, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.78, 5, coast, -21.57, 77730.00, 2180.47, 850.67, NaN, 33.5, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.79, 5, coast, -27.95, 77727.00, 2180.78, 850.98, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.80, 5, coast, -22.56, 77696.00, 2183.98, 854.18, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.81, 5, coast, -25.01, 77669.00, 2186.77, 856.97, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.82, 5, coast, -27.95, 77640.00, 2189.76, 859.96, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.83, 5, coast, -23.54, 77604.00, 2193.48, 863.68, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.84, 5, coast, -21.57, 77581.00, 2195.86, 866.05, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.85, 5, coast, -24.03, 77545.00, 2199.58, 869.77, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.86, 5, coast, -18.63, 77514.00, 2202.78, 872.98, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.87, 5, coast, -23.54, 77472.00, 2207.12, 877.32, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.88, 5, coast, -17.65, 77450.00, 2209.40, 879.60, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.89, 5, coast, -18.63, 77423.00, 2212.20, 882.39, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.90, 5, coast, -19.12, 77374.00, 2217.27, 887.47, NaN, 33.5, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.91, 5, coast, -23.54, 77364.00, 2218.30, 888.50, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.92, 5, coast, -19.61, 77319.00, 2222.97, 893.16, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.93, 5, coast, -22.56, 77282.00, 2226.80, 897.00, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.94, 5, coast, -22.56, 77276.00, 2227.42, 897.62, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.95, 5, coast, -22.56, 77226.00, 2232.61, 902.81, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.96, 5, coast, -21.08, 77195.00, 2235.82, 906.02, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.97, 5, coast, -22.06, 77179.00, 2237.48, 907.68, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.98, 5, coast, -20.10, 77148.00, 2240.70, 910.90, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 5.99, 5, coast, -22.06, 77118.00, 2243.81, 914.01, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.00, 5, coast, -24.03, 77075.00, 2248.28, 918.48, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.01, 5, coast, -20.10, 77058.00, 2250.05, 920.25, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.02, 5, coast, -21.08, 77018.00, 2254.20, 924.40, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.03, 5, coast, -23.05, 76998.00, 2256.28, 926.48, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.04, 5, coast, -21.57, 76956.00, 2260.65, 930.85, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.05, 5, coast, -22.56, 76946.00, 2261.69, 931.89, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.06, 5, coast, -20.10, 76905.00, 2265.96, 936.16, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.07, 5, coast, -21.57, 76880.00, 2268.56, 938.76, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.08, 5, coast, -19.61, 76844.00, 2272.31, 942.51, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.09, 5, coast, -21.08, 76824.00, 2274.39, 944.59, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.10, 5, coast, -20.10, 76790.00, 2277.93, 948.13, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.10, 5, coast, -20.10, 76790.00, 2277.93, 948.13, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.11, 5, coast, -23.05, 76726.00, 2284.60, 954.80, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.12, 5, coast, -20.59, 76727.00, 2284.50, 954.70, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.13, 5, coast, -19.12, 76694.00, 2287.94, 958.14, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.14, 5, coast, -23.05, 76677.00, 2289.71, 959.91, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.15, 5, coast, -23.54, 76640.00, 2293.57, 963.77, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.16, 5, coast, -17.16, 76617.00, 2295.97, 966.17, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.17, 5, coast, -24.03, 76581.00, 2299.73, 969.93, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.18, 5, coast, -20.59, 76550.00, 2302.97, 973.17, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.19, 5, coast, -21.57, 76525.00, 2305.58, 975.78, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.20, 5, coast, -21.08, 76502.00, 2307.99, 978.18, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.21, 5, coast, -19.12, 76477.00, 2310.60, 980.80, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.22, 5, coast, -20.59, 76437.00, 2314.78, 984.98, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.23, 5, coast, -21.08, 76432.00, 2315.30, 985.50, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.24, 5, coast, -21.57, 76366.00, 2322.21, 992.41, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.25, 5, coast, -24.03, 76346.00, 2324.30, 994.50, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.26, 5, coast, -22.06, 76330.00, 2325.98, 996.18, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.27, 5, coast, -22.06, 76312.00, 2327.86, 998.06, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.28, 5, coast, -21.08, 76261.00, 2333.20, 1003.40, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.29, 5, coast, -24.03, 76250.00, 2334.36, 1004.56, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.30, 5, coast, -17.65, 76194.00, 2340.23, 1010.43, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 6, 32.9399039,-106.9119312, 2210.0, 2022, 6, 24, 15, 17, 22, 64, 818, 313, 86, 1.9, 1.0, 1.6, 0, 7, 29, 0, 0, 9, 0, 0, 0, 0, 8, 28, 34, 28, 0, 0, 32, 0, 11, 29, 0, 0, 0, 10, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 6.31, 5, coast, -20.10, 76185.00, 2341.17, 1011.37, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.31, 5, coast, -20.10, 76185.00, 2341.17, 1011.37, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.31, 5, coast, -20.10, 76185.00, 2341.17, 1011.37, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.32, 5, coast, -18.14, 76169.00, 2342.85, 1013.05, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.33, 5, coast, -19.12, 76120.00, 2347.99, 1018.19, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.34, 5, coast, -18.14, 76088.00, 2351.35, 1021.55, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.35, 5, coast, -22.06, 76058.00, 2354.50, 1024.70, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.36, 5, coast, -26.48, 76012.00, 2359.33, 1029.53, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.37, 5, coast, -20.59, 75994.00, 2361.22, 1031.42, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.38, 5, coast, -23.05, 75961.00, 2364.69, 1034.89, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.39, 5, coast, -25.01, 75949.00, 2365.95, 1036.15, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.40, 5, coast, -22.06, 75885.00, 2372.68, 1042.88, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.41, 5, coast, -21.57, 75911.00, 2369.95, 1040.15, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.42, 5, coast, -22.56, 75875.00, 2373.73, 1043.93, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.42, 5, coast, -22.56, 75875.00, 2373.73, 1043.93, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.43, 5, coast, -20.59, 75837.00, 2377.73, 1047.93, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.44, 5, coast, -20.10, 75813.00, 2380.26, 1050.46, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.45, 5, coast, -22.56, 75788.00, 2382.89, 1053.09, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.46, 5, coast, -21.57, 75761.00, 2385.73, 1055.93, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.47, 5, coast, -23.05, 75717.00, 2390.37, 1060.57, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.48, 5, coast, -20.59, 75690.00, 2393.22, 1063.42, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.49, 5, coast, -20.10, 75664.00, 2395.96, 1066.16, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.50, 5, coast, -18.63, 75641.00, 2398.38, 1068.58, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.51, 5, coast, -17.65, 75625.00, 2400.07, 1070.27, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.52, 5, coast, -21.08, 75583.00, 2404.50, 1074.70, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.53, 5, coast, -20.10, 75567.00, 2406.19, 1076.39, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.54, 5, coast, -21.08, 75529.00, 2410.20, 1080.40, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.55, 5, coast, -21.57, 75486.00, 2414.75, 1084.94, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.56, 5, coast, -19.61, 75469.00, 2416.54, 1086.74, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.57, 5, coast, -19.12, 75459.00, 2417.60, 1087.80, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.58, 5, coast, -23.05, 75409.00, 2422.88, 1093.08, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.59, 5, coast, -15.20, 75399.00, 2423.94, 1094.14, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.60, 5, coast, -19.12, 75350.00, 2429.12, 1099.32, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.61, 5, coast, -22.06, 75342.00, 2429.97, 1100.17, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.62, 5, coast, -16.18, 75307.00, 2433.67, 1103.87, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.63, 5, coast, -24.03, 75275.00, 2437.06, 1107.26, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.64, 5, coast, -19.61, 75251.00, 2439.60, 1109.80, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.65, 5, coast, -21.08, 75209.00, 2444.05, 1114.25, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.66, 5, coast, -24.03, 75184.00, 2446.70, 1116.90, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.67, 5, coast, -19.12, 75160.00, 2449.25, 1119.45, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.68, 5, coast, -13.24, 75140.00, 2451.37, 1121.57, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.69, 5, coast, -19.61, 75102.00, 2455.40, 1125.60, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.70, 5, coast, -22.06, 75083.00, 2457.41, 1127.61, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.71, 5, coast, -21.57, 75049.00, 2461.02, 1131.22, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.72, 5, coast, -20.10, 75008.00, 2465.38, 1135.57, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.73, 5, coast, -22.56, 75003.00, 2465.91, 1136.11, NaN, 33.6, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.74, 5, coast, -17.65, 74958.00, 2470.69, 1140.89, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.74, 5, coast, -17.65, 74958.00, 2470.69, 1140.89, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 63.91, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.75, 5, coast, -26.48, 74934.00, 2473.24, 1143.44, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.76, 5, coast, -20.10, 74931.00, 2473.56, 1143.76, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.77, 5, coast, -24.03, 74875.00, 2479.51, 1149.71, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.78, 5, coast, -21.57, 74864.00, 2480.68, 1150.88, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.79, 5, coast, -19.12, 74850.00, 2482.17, 1152.37, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.80, 5, coast, -24.52, 74831.00, 2484.19, 1154.39, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.81, 5, coast, -16.67, 74788.00, 2488.77, 1158.97, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.82, 5, coast, -21.08, 74752.00, 2492.60, 1162.80, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.83, 5, coast, -23.54, 74731.00, 2494.84, 1165.03, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.84, 5, coast, -21.57, 74700.00, 2498.14, 1168.34, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.85, 5, coast, -18.63, 74679.00, 2500.38, 1170.58, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.86, 5, coast, -19.12, 74644.00, 2504.11, 1174.31, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.87, 5, coast, -21.57, 74613.00, 2507.41, 1177.61, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.88, 5, coast, -20.59, 74590.00, 2509.87, 1180.06, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.89, 5, coast, -21.08, 74573.00, 2511.68, 1181.88, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.90, 5, coast, -20.10, 74547.00, 2514.45, 1184.65, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.91, 5, coast, -22.06, 74503.00, 2519.15, 1189.35, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.92, 5, coast, -22.56, 74477.00, 2521.93, 1192.13, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.93, 5, coast, -20.59, 74429.00, 2527.06, 1197.25, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.94, 5, coast, -23.05, 74413.00, 2528.77, 1198.96, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.95, 5, coast, -23.05, 74392.00, 2531.01, 1201.21, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.96, 5, coast, -16.18, 74381.00, 2532.19, 1202.39, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.97, 5, coast, -21.57, 74337.00, 2536.89, 1207.09, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.98, 5, coast, -20.59, 74311.00, 2539.67, 1209.87, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 6.99, 5, coast, -18.63, 74299.00, 2540.96, 1211.16, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.00, 5, coast, -22.06, 74266.00, 2544.49, 1214.69, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.01, 5, coast, -22.56, 74244.00, 2546.85, 1217.04, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.02, 5, coast, -18.14, 74208.00, 2550.70, 1220.90, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.03, 5, coast, -23.05, 74192.00, 2552.41, 1222.61, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.04, 5, coast, -21.57, 74161.00, 2555.74, 1225.94, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.05, 5, coast, -21.08, 74123.00, 2559.81, 1230.01, NaN, 33.6, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.06, 5, coast, -19.61, 74112.00, 2560.99, 1231.19, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.06, 5, coast, -19.61, 74112.00, 2560.99, 1231.19, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.07, 5, coast, -18.63, 74060.00, 2566.57, 1236.77, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.08, 5, coast, -20.59, 74031.00, 2569.68, 1239.88, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.09, 5, coast, -21.57, 74015.00, 2571.40, 1241.60, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.10, 5, coast, -21.08, 73992.00, 2573.87, 1244.07, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.11, 5, coast, -20.10, 73970.00, 2576.23, 1246.43, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.12, 5, coast, -12.26, 73943.00, 2579.13, 1249.33, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.13, 5, coast, -19.61, 73908.00, 2582.89, 1253.09, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.14, 5, coast, -17.16, 73878.00, 2586.11, 1256.31, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.15, 5, coast, -22.56, 73845.00, 2589.66, 1259.86, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.16, 5, coast, -25.01, 73845.00, 2589.66, 1259.86, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.17, 5, coast, -19.61, 73814.00, 2593.00, 1263.20, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.18, 5, coast, -20.59, 73780.00, 2596.66, 1266.85, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.19, 5, coast, -23.05, 73756.00, 2599.24, 1269.44, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.20, 5, coast, -16.67, 73736.00, 2601.39, 1271.59, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.21, 5, coast, -19.12, 73695.00, 2605.81, 1276.01, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.22, 5, coast, -20.10, 73691.00, 2606.24, 1276.44, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.23, 5, coast, -17.65, 73659.00, 2609.69, 1279.89, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.24, 5, coast, -17.16, 73621.00, 2613.78, 1283.98, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.25, 5, coast, -20.10, 73595.00, 2616.59, 1286.79, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.26, 5, coast, -16.18, 73572.00, 2619.07, 1289.27, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.27, 5, coast, -20.10, 73534.00, 2623.17, 1293.37, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.28, 5, coast, -18.63, 73524.00, 2624.25, 1294.45, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.29, 5, coast, -16.18, 73494.00, 2627.48, 1297.68, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.30, 5, coast, -17.16, 73473.00, 2629.75, 1299.95, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 7, 32.9399992,-106.9121774, 2529.0, 2022, 6, 24, 15, 17, 23, 88, 1138, 308, 86, 1.9, 0.9, 1.6, 0, 32, 29, 0, 0, 8, 0, 0, 0, 0, 0, 28, 30, 27, 0, 0, 32, 0, 0, 23, 0, 0, 0, 9, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 7.31, 5, coast, -20.10, 73427.00, 2634.72, 1304.92, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.31, 5, coast, -20.10, 73427.00, 2634.72, 1304.92, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.31, 5, coast, -20.10, 73427.00, 2634.72, 1304.92, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.32, 5, coast, -16.67, 73400.00, 2637.64, 1307.84, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.33, 5, coast, -21.08, 73391.00, 2638.61, 1308.81, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.34, 5, coast, -20.59, 73348.00, 2643.26, 1313.46, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.35, 5, coast, -15.20, 73341.00, 2644.02, 1314.22, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.36, 5, coast, -23.54, 73321.00, 2646.18, 1316.38, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.37, 5, coast, -20.59, 73272.00, 2651.48, 1321.68, NaN, 33.6, 3.98, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.38, 5, coast, -18.14, 73257.00, 2653.11, 1323.30, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.38, 5, coast, -18.14, 73257.00, 2653.11, 1323.30, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 64.21, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.39, 5, coast, -15.69, 73227.00, 2656.35, 1326.55, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.40, 5, coast, -20.10, 73211.00, 2658.09, 1328.28, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.41, 5, coast, -15.20, 73165.00, 2663.07, 1333.27, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.42, 5, coast, -18.63, 73141.00, 2665.67, 1335.87, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.43, 5, coast, -20.59, 73101.00, 2670.01, 1340.20, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.44, 5, coast, -19.12, 73096.00, 2670.55, 1340.75, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.45, 5, coast, -17.65, 73075.00, 2672.83, 1343.02, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.46, 5, coast, -18.14, 73024.00, 2678.36, 1348.56, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.47, 5, coast, -17.65, 73011.00, 2679.77, 1349.97, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.48, 5, coast, -16.18, 72980.00, 2683.14, 1353.33, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.49, 5, coast, -21.08, 72959.00, 2685.42, 1355.61, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.50, 5, coast, -17.65, 72944.00, 2687.04, 1357.24, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.51, 5, coast, -21.08, 72943.00, 2687.15, 1357.35, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.52, 5, coast, -17.65, 72894.00, 2692.48, 1362.68, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.53, 5, coast, -18.14, 72875.00, 2694.54, 1364.74, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.54, 5, coast, -19.12, 72855.00, 2696.72, 1366.92, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.55, 5, coast, -19.61, 72813.00, 2701.28, 1371.48, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.56, 5, coast, -21.57, 72794.00, 2703.35, 1373.55, NaN, 33.7, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.57, 5, coast, -18.63, 72776.00, 2705.31, 1375.51, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.58, 5, coast, -15.69, 72749.00, 2708.25, 1378.45, NaN, 33.7, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.59, 5, coast, -19.61, 72734.00, 2709.88, 1380.08, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.60, 5, coast, -17.65, 72693.00, 2714.35, 1384.55, NaN, 33.7, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.61, 5, coast, -15.69, 72681.00, 2715.65, 1385.85, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.62, 5, coast, -18.63, 72647.00, 2719.36, 1389.56, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.63, 5, coast, -19.61, 72619.00, 2722.41, 1392.61, NaN, 33.7, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.64, 5, coast, -16.67, 72621.00, 2722.19, 1392.39, NaN, 33.7, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.65, 5, coast, -19.12, 72589.00, 2725.68, 1395.88, NaN, 33.7, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.66, 5, coast, -18.63, 72557.00, 2729.17, 1399.37, NaN, 33.7, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.67, 5, coast, -18.14, 72525.00, 2732.66, 1402.86, NaN, 33.6, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.68, 5, coast, -19.12, 72509.00, 2734.41, 1404.61, NaN, 33.7, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.69, 5, coast, -18.63, 72481.00, 2737.47, 1407.67, NaN, 33.7, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.70, 5, coast, -22.06, 72433.00, 2742.71, 1412.91, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.70, 5, coast, -22.06, 72433.00, 2742.71, 1412.91, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.71, 5, coast, -20.59, 72435.00, 2742.49, 1412.69, NaN, 33.6, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.72, 5, coast, -19.12, 72409.00, 2745.33, 1415.53, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.73, 5, coast, -21.08, 72367.00, 2749.92, 1420.12, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.74, 5, coast, -20.59, 72361.00, 2750.58, 1420.78, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.75, 5, coast, -20.10, 72321.00, 2754.95, 1425.15, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.76, 5, coast, -19.61, 72289.00, 2758.45, 1428.65, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.77, 5, coast, -16.18, 72265.00, 2761.08, 1431.28, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.78, 5, coast, -17.65, 72233.00, 2764.58, 1434.78, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.79, 5, coast, -19.61, 72228.00, 2765.13, 1435.33, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.80, 5, coast, -19.61, 72198.00, 2768.41, 1438.61, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.81, 5, coast, -21.08, 72169.00, 2771.59, 1441.79, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.82, 5, coast, -16.18, 72163.00, 2772.25, 1442.45, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.83, 5, coast, -20.10, 72110.00, 2778.06, 1448.26, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.84, 5, coast, -21.08, 72089.00, 2780.36, 1450.56, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.85, 5, coast, -17.65, 72057.00, 2783.87, 1454.07, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.86, 5, coast, -23.54, 72047.00, 2784.97, 1455.17, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.87, 5, coast, -17.16, 72015.00, 2788.48, 1458.68, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.88, 5, coast, -16.67, 72008.00, 2789.25, 1459.45, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.89, 5, coast, -15.20, 71998.00, 2790.34, 1460.54, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.90, 5, coast, -19.61, 71966.00, 2793.86, 1464.06, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.91, 5, coast, -17.16, 71933.00, 2797.48, 1467.68, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.92, 5, coast, -21.08, 71922.00, 2798.69, 1468.89, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.93, 5, coast, -17.65, 71887.00, 2802.54, 1472.74, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.94, 5, coast, -18.63, 71859.00, 2805.61, 1475.81, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.95, 5, coast, -16.18, 71834.00, 2808.36, 1478.56, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.96, 5, coast, -18.63, 71810.00, 2811.00, 1481.20, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.97, 5, coast, -17.16, 71794.00, 2812.76, 1482.96, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.98, 5, coast, -18.14, 71792.00, 2812.98, 1483.18, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 7.99, 5, coast, -15.20, 71766.00, 2815.85, 1486.04, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.00, 5, coast, -16.18, 71738.00, 2818.93, 1489.13, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.01, 5, coast, -18.14, 71711.00, 2821.90, 1492.10, NaN, 33.7, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.02, 5, coast, -14.22, 71672.00, 2826.20, 1496.40, NaN, 33.7, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.02, 5, coast, -14.22, 71672.00, 2826.20, 1496.40, NaN, 33.7, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.03, 5, coast, -18.63, 71649.00, 2828.73, 1498.93, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.04, 5, coast, -17.65, 71631.00, 2830.72, 1500.91, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.05, 5, coast, -19.61, 71598.00, 2834.35, 1504.55, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.06, 5, coast, -19.61, 71576.00, 2836.78, 1506.98, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.07, 5, coast, -15.69, 71550.00, 2839.65, 1509.85, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.08, 5, coast, -18.63, 71519.00, 2843.07, 1513.27, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.09, 5, coast, -17.65, 71502.00, 2844.95, 1515.14, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.10, 5, coast, -18.63, 71479.00, 2847.48, 1517.68, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.11, 5, coast, -20.10, 71452.00, 2850.47, 1520.67, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.12, 5, coast, -23.05, 71426.00, 2853.34, 1523.54, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.13, 5, coast, -17.65, 71404.00, 2855.77, 1525.97, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.14, 5, coast, -15.69, 71360.00, 2860.63, 1530.83, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.15, 5, coast, -21.57, 71360.00, 2860.63, 1530.83, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.16, 5, coast, -13.73, 71324.00, 2864.61, 1534.81, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.17, 5, coast, -17.16, 71323.00, 2864.73, 1534.92, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.18, 5, coast, -18.14, 71280.00, 2869.48, 1539.68, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.19, 5, coast, -21.08, 71281.00, 2869.37, 1539.57, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.20, 5, coast, -21.08, 71250.00, 2872.80, 1543.00, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.21, 5, coast, -17.65, 71195.00, 2878.89, 1549.09, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.22, 5, coast, -18.14, 71179.00, 2880.67, 1550.87, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.23, 5, coast, -21.08, 71185.00, 2880.00, 1550.20, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.24, 5, coast, -20.10, 71150.00, 2883.88, 1554.08, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.25, 5, coast, -21.57, 71129.00, 2886.21, 1556.41, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.26, 5, coast, -16.67, 71101.00, 2889.31, 1559.51, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.27, 5, coast, -19.61, 71071.00, 2892.64, 1562.84, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.28, 5, coast, -18.63, 71039.00, 2896.19, 1566.39, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.29, 5, coast, -16.18, 71021.00, 2898.19, 1568.39, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.30, 5, coast, -19.12, 70989.00, 2901.74, 1571.94, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.31, 5, coast, -18.14, 70974.00, 2903.41, 1573.61, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 9, 32.9400882,-106.9124212, 2829.0, 2022, 6, 24, 15, 17, 24, 112, 1439, 305, 86, 1.5, 0.8, 1.2, 0, 30, 29, 0, 0, 36, 0, 0, 0, 0, 24, 29, 30, 28, 0, 0, 37, 0, 28, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 21, 0, 0 +6, 6583, 3,VE3LIC, 8.32, 5, coast, -17.65, 70958.00, 2905.18, 1575.38, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.32, 5, coast, -17.65, 70958.00, 2905.18, 1575.38, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.32, 5, coast, -17.65, 70958.00, 2905.18, 1575.38, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.33, 5, coast, -22.56, 70956.00, 2905.41, 1575.61, NaN, 33.7, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.34, 5, coast, -14.71, 70902.00, 2911.41, 1581.61, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.34, 5, coast, -14.71, 70902.00, 2911.41, 1581.61, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.35, 5, coast, -16.18, 70894.00, 2912.30, 1582.49, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.36, 5, coast, -18.63, 70877.00, 2914.19, 1584.38, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.37, 5, coast, -16.18, 70847.00, 2917.52, 1587.72, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.38, 5, coast, -16.18, 70822.00, 2920.30, 1590.50, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.39, 5, coast, -18.14, 70817.00, 2920.86, 1591.06, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.40, 5, coast, -15.20, 70794.00, 2923.42, 1593.62, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.41, 5, coast, -17.16, 70765.00, 2926.65, 1596.84, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.42, 5, coast, -17.65, 70740.00, 2929.43, 1599.63, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.43, 5, coast, -19.12, 70695.00, 2934.44, 1604.64, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.44, 5, coast, -21.57, 70681.00, 2936.00, 1606.20, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.45, 5, coast, -16.67, 70649.00, 2939.57, 1609.77, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.46, 5, coast, -13.73, 70642.00, 2940.35, 1610.55, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.47, 5, coast, -21.57, 70634.00, 2941.24, 1611.44, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.48, 5, coast, -16.18, 70596.00, 2945.48, 1615.68, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.49, 5, coast, -18.63, 70587.00, 2946.48, 1616.68, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.50, 5, coast, -17.16, 70566.00, 2948.82, 1619.02, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.51, 5, coast, -14.22, 70517.00, 2954.29, 1624.49, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.52, 5, coast, -15.20, 70516.00, 2954.40, 1624.60, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.53, 5, coast, -19.12, 70479.00, 2958.54, 1628.73, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.54, 5, coast, -16.18, 70460.00, 2960.66, 1630.86, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.55, 5, coast, -15.20, 70438.00, 2963.12, 1633.32, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.56, 5, coast, -15.20, 70407.00, 2966.58, 1636.78, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.57, 5, coast, -18.63, 70387.00, 2968.82, 1639.02, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.58, 5, coast, -16.67, 70384.00, 2969.15, 1639.35, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.59, 5, coast, -14.22, 70349.00, 2973.07, 1643.27, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.60, 5, coast, -16.67, 70324.00, 2975.86, 1646.06, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.61, 5, coast, -14.22, 70305.00, 2977.99, 1648.19, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.62, 5, coast, -17.16, 70271.00, 2981.79, 1651.99, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.63, 5, coast, -16.67, 70260.00, 2983.03, 1653.23, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.64, 5, coast, -20.10, 70227.00, 2986.72, 1656.92, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.65, 5, coast, -18.63, 70201.00, 2989.63, 1659.83, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.66, 5, coast, -18.63, 70174.00, 2992.66, 1662.86, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.66, 5, coast, -18.63, 70174.00, 2992.66, 1662.86, NaN, 33.7, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.67, 5, coast, -16.67, 70155.00, 2994.79, 1664.99, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.68, 5, coast, -15.20, 70122.00, 2998.49, 1668.69, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.69, 5, coast, -18.63, 70129.00, 2997.71, 1667.90, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.70, 5, coast, -14.71, 70102.00, 3000.73, 1670.93, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.71, 5, coast, -19.12, 70073.00, 3003.99, 1674.19, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.72, 5, coast, -13.24, 70050.00, 3006.57, 1676.77, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.73, 5, coast, -19.12, 70035.00, 3008.25, 1678.45, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.74, 5, coast, -13.73, 69996.00, 3012.63, 1682.83, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.75, 5, coast, -18.63, 69980.00, 3014.43, 1684.63, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.76, 5, coast, -17.65, 69954.00, 3017.35, 1687.55, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.77, 5, coast, -19.61, 69942.00, 3018.70, 1688.90, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.78, 5, coast, -17.16, 69918.00, 3021.40, 1691.59, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.79, 5, coast, -16.67, 69873.00, 3026.46, 1696.65, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.80, 5, coast, -17.16, 69868.00, 3027.02, 1697.22, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.81, 5, coast, -16.67, 69843.00, 3029.83, 1700.03, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.82, 5, coast, -18.14, 69815.00, 3032.98, 1703.18, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.83, 5, coast, -16.18, 69791.00, 3035.68, 1705.88, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.84, 5, coast, -16.18, 69766.00, 3038.50, 1708.70, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.85, 5, coast, -17.65, 69730.00, 3042.55, 1712.75, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.86, 5, coast, -15.20, 69732.00, 3042.33, 1712.53, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.87, 5, coast, -16.67, 69710.00, 3044.81, 1715.00, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.88, 5, coast, -18.14, 69684.00, 3047.74, 1717.93, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.89, 5, coast, -16.18, 69651.00, 3051.46, 1721.65, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.90, 5, coast, -18.63, 69636.00, 3053.15, 1723.35, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.91, 5, coast, -16.67, 69623.00, 3054.61, 1724.81, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.92, 5, coast, -16.67, 69609.00, 3056.19, 1726.39, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.93, 5, coast, -17.65, 69593.00, 3058.00, 1728.20, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.94, 5, coast, -16.67, 69564.00, 3061.27, 1731.47, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.95, 5, coast, -15.69, 69546.00, 3063.30, 1733.50, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.96, 5, coast, -16.67, 69529.00, 3065.22, 1735.42, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.97, 5, coast, -17.16, 69506.00, 3067.82, 1738.02, NaN, 33.7, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.98, 5, coast, -16.18, 69489.00, 3069.74, 1739.94, NaN, 33.7, 3.99, 3.98, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.98, 5, coast, -16.18, 69489.00, 3069.74, 1739.94, NaN, 33.7, 3.99, 3.98, 3.99, 0.08, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 8.99, 5, coast, -20.59, 69463.00, 3072.68, 1742.88, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.00, 5, coast, -17.65, 69447.00, 3074.49, 1744.69, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.01, 5, coast, -18.63, 69423.00, 3077.20, 1747.40, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.02, 5, coast, -15.69, 69393.00, 3080.59, 1750.79, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.03, 5, coast, -17.16, 69384.00, 3081.61, 1751.81, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.04, 5, coast, -14.71, 69354.00, 3085.00, 1755.20, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.05, 5, coast, -18.63, 69336.00, 3087.04, 1757.24, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.06, 5, coast, -16.18, 69318.00, 3089.08, 1759.28, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.07, 5, coast, -16.18, 69294.00, 3091.80, 1761.99, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.08, 5, coast, -14.22, 69265.00, 3095.08, 1765.28, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.09, 5, coast, -17.65, 69253.00, 3096.44, 1766.64, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.10, 5, coast, -17.16, 69252.00, 3096.55, 1766.75, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.11, 5, coast, -14.22, 69209.00, 3101.42, 1771.62, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.12, 5, coast, -17.16, 69195.00, 3103.01, 1773.21, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.13, 5, coast, -15.69, 69156.00, 3107.43, 1777.63, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.14, 5, coast, -18.14, 69145.00, 3108.68, 1778.88, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.15, 5, coast, -16.67, 69125.00, 3110.95, 1781.15, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.16, 5, coast, -14.22, 69095.00, 3114.35, 1784.55, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.17, 5, coast, -14.22, 69069.00, 3117.31, 1787.51, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.18, 5, coast, -15.69, 69058.00, 3118.56, 1788.75, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.19, 5, coast, -16.67, 69027.00, 3122.08, 1792.27, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.20, 5, coast, -17.65, 69004.00, 3124.69, 1794.89, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.21, 5, coast, -17.16, 68980.00, 3127.42, 1797.61, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.22, 5, coast, -20.10, 68970.00, 3128.55, 1798.75, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.23, 5, coast, -14.71, 68954.00, 3130.37, 1800.57, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.24, 5, coast, -17.65, 68930.00, 3133.10, 1803.30, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.25, 5, coast, -19.61, 68909.00, 3135.49, 1805.69, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.26, 5, coast, -14.22, 68878.00, 3139.01, 1809.21, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.27, 5, coast, -14.71, 68874.00, 3139.47, 1809.67, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.28, 5, coast, -14.71, 68844.00, 3142.88, 1813.08, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.29, 5, coast, -16.18, 68835.00, 3143.91, 1814.11, NaN, 33.7, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.30, 5, coast, -17.65, 68809.00, 3146.87, 1817.07, NaN, 33.7, 4.01, 3.99, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.30, 5, coast, -17.65, 68809.00, 3146.87, 1817.07, NaN, 33.7, 4.01, 3.99, 3.99, 0.02, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9401936,-106.9126653, 3100.0, 2022, 6, 24, 15, 17, 25, 138, 1712, 303, 85, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 33, 0, 0, 0, 0, 30, 36, 34, 28, 0, 0, 24, 0, 29, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 9.31, 5, coast, -16.18, 68782.00, 3149.94, 1820.14, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.31, 5, coast, -16.18, 68782.00, 3149.94, 1820.14, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.31, 5, coast, -16.18, 68782.00, 3149.94, 1820.14, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.32, 5, coast, -15.69, 68781.00, 3150.06, 1820.26, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.33, 5, coast, -13.73, 68747.00, 3153.93, 1824.13, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.34, 5, coast, -17.16, 68733.00, 3155.53, 1825.73, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.35, 5, coast, -14.22, 68712.00, 3157.92, 1828.12, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.36, 5, coast, -15.20, 68668.00, 3162.94, 1833.14, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.37, 5, coast, -14.71, 68679.00, 3161.68, 1831.88, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.38, 5, coast, -15.20, 68651.00, 3164.88, 1835.08, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.39, 5, coast, -16.18, 68639.00, 3166.25, 1836.45, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.40, 5, coast, -16.18, 68607.00, 3169.90, 1840.10, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.41, 5, coast, -15.20, 68580.00, 3172.98, 1843.18, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.42, 5, coast, -16.67, 68557.00, 3175.61, 1845.81, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.43, 5, coast, -14.22, 68552.00, 3176.18, 1846.38, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.44, 5, coast, -18.63, 68522.00, 3179.61, 1849.81, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.45, 5, coast, -14.22, 68514.00, 3180.52, 1850.72, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.46, 5, coast, -15.69, 68479.00, 3184.52, 1854.72, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.47, 5, coast, -16.18, 68454.00, 3187.38, 1857.58, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.48, 5, coast, -17.65, 68433.00, 3189.78, 1859.98, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.49, 5, coast, -18.63, 68416.00, 3191.73, 1861.93, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.50, 5, coast, -15.69, 68381.00, 3195.73, 1865.93, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.51, 5, coast, -17.16, 68370.00, 3196.99, 1867.19, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.52, 5, coast, -18.63, 68368.00, 3197.22, 1867.42, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.53, 5, coast, -18.63, 68332.00, 3201.34, 1871.54, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.54, 5, coast, -17.16, 68317.00, 3203.06, 1873.26, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.55, 5, coast, -18.14, 68287.00, 3206.50, 1876.70, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.56, 5, coast, -17.16, 68268.00, 3208.67, 1878.87, NaN, 33.8, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.57, 5, coast, -15.20, 68237.00, 3212.23, 1882.43, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.58, 5, coast, -15.20, 68219.00, 3214.29, 1884.49, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.59, 5, coast, -11.77, 68211.00, 3215.21, 1885.41, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.60, 5, coast, -16.18, 68193.00, 3217.27, 1887.47, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.61, 5, coast, -17.65, 68164.00, 3220.60, 1890.80, NaN, 33.7, 4.01, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.62, 5, coast, -19.12, 68126.00, 3224.96, 1895.16, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.62, 5, coast, -19.12, 68126.00, 3224.96, 1895.16, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.63, 5, coast, -16.18, 68119.00, 3225.77, 1895.96, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.64, 5, coast, -17.16, 68099.00, 3228.06, 1898.26, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.65, 5, coast, -17.65, 68082.00, 3230.01, 1900.21, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.66, 5, coast, -19.12, 68066.00, 3231.85, 1902.05, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.67, 5, coast, -17.65, 68027.00, 3236.33, 1906.53, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.68, 5, coast, -16.18, 68023.00, 3236.79, 1906.99, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.69, 5, coast, -22.56, 67994.00, 3240.13, 1910.33, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.70, 5, coast, -17.65, 67968.00, 3243.12, 1913.32, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.71, 5, coast, -16.18, 67965.00, 3243.46, 1913.66, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.72, 5, coast, -17.16, 67943.00, 3245.99, 1916.19, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.73, 5, coast, -17.65, 67916.00, 3249.10, 1919.30, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.74, 5, coast, -14.22, 67896.00, 3251.40, 1921.60, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.75, 5, coast, -16.18, 67870.00, 3254.40, 1924.59, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.76, 5, coast, -16.67, 67860.00, 3255.55, 1925.75, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.77, 5, coast, -18.63, 67823.00, 3259.81, 1930.01, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.78, 5, coast, -16.67, 67826.00, 3259.46, 1929.66, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.79, 5, coast, -16.18, 67795.00, 3263.04, 1933.23, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.80, 5, coast, -13.73, 67781.00, 3264.65, 1934.85, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.81, 5, coast, -19.12, 67753.00, 3267.88, 1938.08, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.82, 5, coast, -17.65, 67735.00, 3269.95, 1940.15, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.83, 5, coast, -14.22, 67702.00, 3273.76, 1943.96, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.84, 5, coast, -16.18, 67707.00, 3273.18, 1943.38, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.85, 5, coast, -15.20, 67676.00, 3276.76, 1946.96, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.86, 5, coast, -14.22, 67657.00, 3278.95, 1949.15, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.87, 5, coast, -16.18, 67655.00, 3279.18, 1949.38, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.88, 5, coast, -15.20, 67600.00, 3285.54, 1955.74, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.89, 5, coast, -13.24, 67591.00, 3286.58, 1956.78, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.90, 5, coast, -16.67, 67584.00, 3287.39, 1957.58, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.91, 5, coast, -17.65, 67570.00, 3289.00, 1959.20, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.92, 5, coast, -21.08, 67547.00, 3291.66, 1961.86, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.93, 5, coast, -14.22, 67516.00, 3295.25, 1965.44, NaN, 33.7, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.94, 5, coast, -18.14, 67508.00, 3296.17, 1966.37, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.94, 5, coast, -18.14, 67508.00, 3296.17, 1966.37, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 64.21, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.95, 5, coast, -16.67, 67504.00, 3296.63, 1966.83, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.96, 5, coast, -17.65, 67487.00, 3298.60, 1968.80, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.97, 5, coast, -19.12, 67460.00, 3301.72, 1971.92, NaN, 33.7, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.98, 5, coast, -15.20, 67446.00, 3303.34, 1973.54, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 9.99, 5, coast, -16.18, 67434.00, 3304.73, 1974.93, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.00, 5, coast, -18.14, 67395.00, 3309.25, 1979.45, NaN, 33.7, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.01, 5, coast, -15.20, 67397.00, 3309.02, 1979.22, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.02, 5, coast, -17.16, 67376.00, 3311.45, 1981.65, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.03, 5, coast, -15.20, 67345.00, 3315.04, 1985.24, NaN, 33.7, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.04, 5, coast, -18.63, 67328.00, 3317.01, 1987.21, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.05, 5, coast, -16.18, 67302.00, 3320.02, 1990.22, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.06, 5, coast, -15.69, 67293.00, 3321.07, 1991.27, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.07, 5, coast, -17.16, 67275.00, 3323.15, 1993.35, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.08, 5, coast, -18.14, 67271.00, 3323.62, 1993.82, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.09, 5, coast, -18.14, 67244.00, 3326.75, 1996.95, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.10, 5, coast, -14.71, 67214.00, 3330.23, 2000.43, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.11, 5, coast, -16.18, 67197.00, 3332.21, 2002.40, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.12, 5, coast, -14.71, 67182.00, 3333.95, 2004.15, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.13, 5, coast, -14.71, 67147.00, 3338.01, 2008.21, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.14, 5, coast, -13.73, 67125.00, 3340.57, 2010.77, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.15, 5, coast, -13.24, 67109.00, 3342.43, 2012.63, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.16, 5, coast, -14.22, 67097.00, 3343.82, 2014.02, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.17, 5, coast, -17.65, 67074.00, 3346.49, 2016.69, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.18, 5, coast, -13.73, 67055.00, 3348.70, 2018.90, NaN, 33.7, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.19, 5, coast, -14.71, 67015.00, 3353.36, 2023.55, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.20, 5, coast, -14.71, 67030.00, 3351.61, 2021.81, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.21, 5, coast, -17.16, 67005.00, 3354.52, 2024.72, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.22, 5, coast, -15.20, 66969.00, 3358.71, 2028.91, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.23, 5, coast, -15.20, 66956.00, 3360.22, 2030.42, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.24, 5, coast, -17.65, 66946.00, 3361.39, 2031.59, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.25, 5, coast, -14.71, 66914.00, 3365.11, 2035.31, NaN, 33.8, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.26, 5, coast, -13.73, 66881.00, 3368.96, 2039.16, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.26, 5, coast, -13.73, 66881.00, 3368.96, 2039.16, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 63.78, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.27, 5, coast, -13.24, 66866.00, 3370.71, 2040.91, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.28, 5, coast, -15.20, 66850.00, 3372.57, 2042.77, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.29, 5, coast, -14.22, 66818.00, 3376.30, 2046.50, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.30, 5, coast, -18.14, 66813.00, 3376.89, 2047.08, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9402986,-106.9128861, 3350.0, 2022, 6, 24, 15, 17, 26, 162, 1963, 303, 85, 1.4, 0.9, 1.1, 0, 38, 32, 0, 0, 31, 0, 0, 0, 0, 38, 28, 30, 29, 0, 0, 32, 0, 33, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.31, 5, coast, -13.73, 66797.00, 3378.75, 2048.95, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.31, 5, coast, -13.73, 66797.00, 3378.75, 2048.95, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.31, 5, coast, -13.73, 66797.00, 3378.75, 2048.95, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.32, 5, coast, -16.18, 66787.00, 3379.92, 2050.12, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.33, 5, coast, -14.71, 66770.00, 3381.90, 2052.10, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.34, 5, coast, -14.71, 66738.00, 3385.64, 2055.84, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.35, 5, coast, -15.20, 66718.00, 3387.97, 2058.17, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.36, 5, coast, -14.71, 66692.00, 3391.01, 2061.21, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.37, 5, coast, -16.67, 66683.00, 3392.06, 2062.26, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.38, 5, coast, -19.12, 66675.00, 3392.99, 2063.19, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.39, 5, coast, -11.28, 66653.00, 3395.56, 2065.76, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.40, 5, coast, -15.20, 66629.00, 3398.37, 2068.57, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.41, 5, coast, -15.69, 66604.00, 3401.29, 2071.49, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.42, 5, coast, -14.22, 66591.00, 3402.81, 2073.01, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.43, 5, coast, -12.75, 66576.00, 3404.56, 2074.76, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.44, 5, coast, -17.16, 66553.00, 3407.26, 2077.45, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.45, 5, coast, -15.20, 66540.00, 3408.78, 2078.98, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.46, 5, coast, -15.20, 66528.00, 3410.18, 2080.38, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.47, 5, coast, -15.69, 66506.00, 3412.76, 2082.95, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.48, 5, coast, -14.22, 66486.00, 3415.10, 2085.30, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.49, 5, coast, -17.16, 66471.00, 3416.85, 2087.05, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.50, 5, coast, -15.20, 66460.00, 3418.14, 2088.34, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.51, 5, coast, -15.69, 66442.00, 3420.25, 2090.45, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.52, 5, coast, -16.18, 66426.00, 3422.12, 2092.32, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.53, 5, coast, -17.65, 66386.00, 3426.81, 2097.01, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.54, 5, coast, -16.18, 66372.00, 3428.45, 2098.65, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.55, 5, coast, -14.71, 66355.00, 3430.45, 2100.65, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.56, 5, coast, -15.20, 66331.00, 3433.26, 2103.46, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.57, 5, coast, -16.67, 66312.00, 3435.49, 2105.69, NaN, 33.8, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.58, 5, coast, -16.18, 66287.00, 3438.43, 2108.63, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.58, 5, coast, -16.18, 66287.00, 3438.43, 2108.63, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.59, 5, coast, -15.20, 66286.00, 3438.54, 2108.74, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.60, 5, coast, -14.71, 66272.00, 3440.19, 2110.39, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.61, 5, coast, -14.22, 66242.00, 3443.71, 2113.91, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.62, 5, coast, -15.20, 66228.00, 3445.35, 2115.55, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.63, 5, coast, -13.73, 66215.00, 3446.88, 2117.08, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.64, 5, coast, -13.73, 66181.00, 3450.88, 2121.07, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.65, 5, coast, -16.18, 66162.00, 3453.11, 2123.31, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.66, 5, coast, -17.16, 66147.00, 3454.87, 2125.07, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.67, 5, coast, -13.73, 66129.00, 3456.99, 2127.19, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.68, 5, coast, -17.16, 66122.00, 3457.81, 2128.01, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.69, 5, coast, -18.14, 66097.00, 3460.75, 2130.95, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.70, 5, coast, -15.20, 66085.00, 3462.16, 2132.36, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.71, 5, coast, -15.69, 66064.00, 3464.64, 2134.83, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.72, 5, coast, -16.18, 66049.00, 3466.40, 2136.60, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.73, 5, coast, -13.24, 66030.00, 3468.64, 2138.84, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.74, 5, coast, -14.71, 66010.00, 3470.99, 2141.19, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.75, 5, coast, -17.16, 65987.00, 3473.70, 2143.90, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.76, 5, coast, -15.69, 65978.00, 3474.76, 2144.96, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.77, 5, coast, -16.67, 65953.00, 3477.71, 2147.91, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.78, 5, coast, -16.18, 65930.00, 3480.42, 2150.62, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.79, 5, coast, -12.75, 65926.00, 3480.89, 2151.09, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.80, 5, coast, -16.18, 65911.00, 3482.66, 2152.86, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.81, 5, coast, -15.69, 65877.00, 3486.67, 2156.87, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.82, 5, coast, -17.16, 65850.00, 3489.86, 2160.05, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.83, 5, coast, -14.71, 65833.00, 3491.86, 2162.06, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.84, 5, coast, -14.22, 65821.00, 3493.28, 2163.48, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.85, 5, coast, -13.24, 65810.00, 3494.58, 2164.78, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.86, 5, coast, -16.18, 65788.00, 3497.17, 2167.37, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.87, 5, coast, -15.69, 65787.00, 3497.29, 2167.49, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.88, 5, coast, -18.14, 65744.00, 3502.37, 2172.57, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.89, 5, coast, -18.14, 65724.00, 3504.74, 2174.93, NaN, 33.8, 4.00, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.90, 5, coast, -16.18, 65722.00, 3504.97, 2175.17, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.90, 5, coast, -16.18, 65722.00, 3504.97, 2175.17, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.91, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.91, 5, coast, -15.20, 65708.00, 3506.63, 2176.83, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.92, 5, coast, -13.73, 65685.00, 3509.35, 2179.54, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.93, 5, coast, -15.20, 65670.00, 3511.12, 2181.32, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.94, 5, coast, -16.18, 65651.00, 3513.37, 2183.57, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.95, 5, coast, -14.22, 65636.00, 3515.14, 2185.34, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.96, 5, coast, -13.24, 65604.00, 3518.93, 2189.13, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.97, 5, coast, -10.79, 65613.00, 3517.86, 2188.06, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.98, 5, coast, -18.14, 65566.00, 3523.43, 2193.63, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 10.99, 5, coast, -17.65, 65552.00, 3525.09, 2195.28, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.00, 5, coast, -15.20, 65530.00, 3527.69, 2197.89, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.01, 5, coast, -15.20, 65536.00, 3526.98, 2197.18, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.02, 5, coast, -11.77, 65513.00, 3529.71, 2199.90, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.03, 5, coast, -13.73, 65489.00, 3532.55, 2202.75, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.04, 5, coast, -16.18, 65486.00, 3532.91, 2203.10, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.05, 5, coast, -11.77, 65459.00, 3536.11, 2206.31, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.06, 5, coast, -14.22, 65457.00, 3536.34, 2206.54, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.07, 5, coast, -14.22, 65433.00, 3539.19, 2209.39, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.08, 5, coast, -16.67, 65405.00, 3542.51, 2212.71, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.09, 5, coast, -16.67, 65393.00, 3543.94, 2214.13, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.10, 5, coast, -16.18, 65369.00, 3546.78, 2216.98, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.11, 5, coast, -16.67, 65353.00, 3548.68, 2218.88, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.12, 5, coast, -16.18, 65350.00, 3549.04, 2219.24, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.13, 5, coast, -15.69, 65325.00, 3552.01, 2222.21, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.14, 5, coast, -11.28, 65291.00, 3556.05, 2226.25, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.15, 5, coast, -14.71, 65290.00, 3556.17, 2226.37, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.16, 5, coast, -13.24, 65265.00, 3559.14, 2229.34, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.17, 5, coast, -13.24, 65250.00, 3560.92, 2231.12, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.18, 5, coast, -15.69, 65230.00, 3563.30, 2233.50, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.19, 5, coast, -15.69, 65223.00, 3564.13, 2234.33, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.20, 5, coast, -14.22, 65205.00, 3566.27, 2236.47, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.21, 5, coast, -15.20, 65192.00, 3567.82, 2238.02, NaN, 33.8, 3.99, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.22, 5, coast, -18.14, 65158.00, 3571.86, 2242.06, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.22, 5, coast, -18.14, 65158.00, 3571.86, 2242.06, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 63.84, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.23, 5, coast, -14.22, 65151.00, 3572.70, 2242.90, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.24, 5, coast, -16.18, 65144.00, 3573.53, 2243.73, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.25, 5, coast, -16.18, 65113.00, 3577.22, 2247.42, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.26, 5, coast, -15.69, 65103.00, 3578.41, 2248.61, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.27, 5, coast, -13.24, 65078.00, 3581.39, 2251.59, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.28, 5, coast, -15.20, 65068.00, 3582.58, 2252.78, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.29, 5, coast, -15.20, 65031.00, 3586.99, 2257.19, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.30, 5, coast, -13.73, 65037.00, 3586.28, 2256.47, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9404084,-106.9131029, 3585.0, 2022, 6, 24, 15, 17, 27, 185, 2199, 303, 85, 1.4, 0.8, 1.1, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 24, 33, 26, 29, 0, 0, 37, 0, 33, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 11.31, 5, coast, -17.16, 65020.00, 3588.30, 2258.50, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.31, 5, coast, -17.16, 65020.00, 3588.30, 2258.50, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.31, 5, coast, -17.16, 65020.00, 3588.30, 2258.50, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.32, 5, coast, -15.20, 64989.00, 3592.00, 2262.20, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.33, 5, coast, -16.18, 64978.00, 3593.31, 2263.51, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.34, 5, coast, -14.22, 64965.00, 3594.86, 2265.06, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.35, 5, coast, -11.77, 64945.00, 3597.25, 2267.45, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.36, 5, coast, -16.67, 64930.00, 3599.04, 2269.24, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.37, 5, coast, -12.75, 64915.00, 3600.83, 2271.03, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.38, 5, coast, -13.24, 64903.00, 3602.26, 2272.46, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.39, 5, coast, -12.75, 64880.00, 3605.01, 2275.21, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.40, 5, coast, -12.75, 64851.00, 3608.47, 2278.67, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.41, 5, coast, -16.18, 64845.00, 3609.19, 2279.39, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.42, 5, coast, -16.18, 64816.00, 3612.65, 2282.85, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.43, 5, coast, -15.20, 64797.00, 3614.93, 2285.12, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.44, 5, coast, -14.22, 64792.00, 3615.52, 2285.72, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.45, 5, coast, -15.20, 64775.00, 3617.56, 2287.75, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.46, 5, coast, -14.22, 64754.00, 3620.07, 2290.27, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.47, 5, coast, -15.20, 64729.00, 3623.06, 2293.26, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.48, 5, coast, -12.26, 64717.00, 3624.49, 2294.69, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.49, 5, coast, -12.75, 64712.00, 3625.09, 2295.29, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.50, 5, coast, -13.73, 64674.00, 3629.64, 2299.84, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.51, 5, coast, -13.73, 64672.00, 3629.88, 2300.08, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.52, 5, coast, -14.71, 64646.00, 3633.00, 2303.19, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.53, 5, coast, -15.69, 64635.00, 3634.31, 2304.51, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.54, 5, coast, -13.73, 64620.00, 3636.11, 2306.31, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.54, 5, coast, -13.73, 64620.00, 3636.11, 2306.31, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.55, 5, coast, -16.67, 64600.00, 3638.51, 2308.71, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.56, 5, coast, -12.26, 64586.00, 3640.18, 2310.38, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.57, 5, coast, -17.16, 64571.00, 3641.98, 2312.18, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.58, 5, coast, -14.71, 64539.00, 3645.82, 2316.02, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.59, 5, coast, -10.79, 64534.00, 3646.42, 2316.62, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.60, 5, coast, -12.75, 64526.00, 3647.38, 2317.58, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.61, 5, coast, -13.73, 64493.00, 3651.34, 2321.54, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.62, 5, coast, -15.20, 64479.00, 3653.02, 2323.22, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.63, 5, coast, -11.77, 64463.00, 3654.94, 2325.14, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.64, 5, coast, -15.69, 64457.00, 3655.66, 2325.86, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.65, 5, coast, -15.69, 64424.00, 3659.62, 2329.82, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.66, 5, coast, -15.69, 64418.00, 3660.34, 2330.54, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.67, 5, coast, -15.69, 64402.00, 3662.27, 2332.47, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.68, 5, coast, -14.71, 64399.00, 3662.63, 2332.83, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.69, 5, coast, -16.18, 64361.00, 3667.19, 2337.39, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.70, 5, coast, -15.20, 64343.00, 3669.36, 2339.56, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.71, 5, coast, -13.24, 64351.00, 3668.40, 2338.59, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.72, 5, coast, -14.71, 64316.00, 3672.60, 2342.80, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.73, 5, coast, -15.69, 64302.00, 3674.29, 2344.49, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.74, 5, coast, -12.75, 64296.00, 3675.01, 2345.21, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.75, 5, coast, -12.26, 64267.00, 3678.50, 2348.70, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.76, 5, coast, -15.20, 64254.00, 3680.06, 2350.26, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.77, 5, coast, -12.75, 64238.00, 3681.99, 2352.19, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.78, 5, coast, -13.24, 64217.00, 3684.52, 2354.72, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.79, 5, coast, -12.26, 64206.00, 3685.84, 2356.04, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.80, 5, coast, -15.69, 64190.00, 3687.77, 2357.97, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.81, 5, coast, -15.69, 64170.00, 3690.18, 2360.38, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.82, 5, coast, -15.69, 64157.00, 3691.75, 2361.95, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.83, 5, coast, -14.22, 64129.00, 3695.12, 2365.32, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.84, 5, coast, -18.14, 64113.00, 3697.05, 2367.25, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.85, 5, coast, -16.67, 64102.00, 3698.38, 2368.58, NaN, 33.8, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.86, 5, coast, -13.73, 64089.00, 3699.95, 2370.15, NaN, 33.8, 4.00, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.86, 5, coast, -13.73, 64089.00, 3699.95, 2370.15, NaN, 33.8, 4.00, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.87, 5, coast, -12.75, 64059.00, 3703.57, 2373.76, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.88, 5, coast, -13.73, 64049.00, 3704.77, 2374.97, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.89, 5, coast, -13.73, 64050.00, 3704.65, 2374.85, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.90, 5, coast, -13.24, 64016.00, 3708.76, 2378.95, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.91, 5, coast, -12.26, 64002.00, 3710.45, 2380.65, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.92, 5, coast, -16.67, 64008.00, 3709.72, 2379.92, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.93, 5, coast, -12.75, 63987.00, 3712.26, 2382.46, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.94, 5, coast, -17.16, 63960.00, 3715.52, 2385.72, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.95, 5, coast, -12.75, 63951.00, 3716.61, 2386.81, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.96, 5, coast, -17.65, 63936.00, 3718.42, 2388.62, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.97, 5, coast, -13.73, 63930.00, 3719.14, 2389.34, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.98, 5, coast, -13.24, 63895.00, 3723.38, 2393.57, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 11.99, 5, coast, -12.26, 63890.00, 3723.98, 2394.18, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.00, 5, coast, -15.69, 63877.00, 3725.55, 2395.75, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.01, 5, coast, -16.67, 63881.00, 3725.07, 2395.27, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.02, 5, coast, -10.79, 63843.00, 3729.67, 2399.86, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.03, 5, coast, -12.75, 63844.00, 3729.54, 2399.74, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.04, 5, coast, -17.16, 63807.00, 3734.02, 2404.22, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.05, 5, coast, -14.71, 63792.00, 3735.84, 2406.04, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.06, 5, coast, -14.22, 63782.00, 3737.05, 2407.25, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.07, 5, coast, -15.20, 63766.00, 3738.99, 2409.19, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.08, 5, coast, -17.16, 63740.00, 3742.14, 2412.34, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.09, 5, coast, -13.73, 63729.00, 3743.47, 2413.67, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.10, 5, coast, -14.22, 63714.00, 3745.29, 2415.49, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.11, 5, coast, -14.71, 63691.00, 3748.08, 2418.27, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.12, 5, coast, -13.24, 63670.00, 3750.62, 2420.82, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.13, 5, coast, -18.63, 63655.00, 3752.44, 2422.64, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.14, 5, coast, -13.73, 63655.00, 3752.44, 2422.64, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.15, 5, coast, -12.75, 63632.00, 3755.23, 2425.43, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.16, 5, coast, -15.69, 63615.00, 3757.29, 2427.49, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.17, 5, coast, -15.20, 63594.00, 3759.84, 2430.04, NaN, 33.8, 4.00, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.18, 5, coast, -15.20, 63586.00, 3760.81, 2431.01, NaN, 33.8, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.18, 5, coast, -15.20, 63586.00, 3760.81, 2431.01, NaN, 33.8, 4.00, 3.99, 3.99, 0.08, 0.00, 0.00, 64.15, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.19, 5, coast, -13.24, 63568.00, 3763.00, 2433.20, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.20, 5, coast, -13.24, 63552.00, 3764.94, 2435.14, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.21, 5, coast, -13.73, 63543.00, 3766.03, 2436.23, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.22, 5, coast, -14.22, 63521.00, 3768.71, 2438.91, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.23, 5, coast, -13.24, 63512.00, 3769.80, 2440.00, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.24, 5, coast, -15.20, 63494.00, 3771.99, 2442.19, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.25, 5, coast, -13.24, 63464.00, 3775.63, 2445.83, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.26, 5, coast, -14.71, 63462.00, 3775.88, 2446.08, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.27, 5, coast, -15.69, 63431.00, 3779.65, 2449.85, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.28, 5, coast, -13.24, 63416.00, 3781.47, 2451.67, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.29, 5, coast, -13.24, 63405.00, 3782.81, 2453.01, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.30, 5, coast, -12.75, 63413.00, 3781.84, 2452.04, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9405044,-106.9133132, 3798.0, 2022, 6, 24, 15, 17, 28, 207, 2413, 302, 85, 1.4, 0.8, 1.1, 0, 32, 29, 0, 0, 27, 0, 0, 0, 0, 31, 34, 31, 28, 0, 0, 25, 0, 32, 33, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 12.31, 5, coast, -13.24, 63387.00, 3785.00, 2455.20, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.31, 5, coast, -13.24, 63387.00, 3785.00, 2455.20, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.31, 5, coast, -13.24, 63387.00, 3785.00, 2455.20, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.32, 5, coast, -14.22, 63363.00, 3787.92, 2458.12, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.33, 5, coast, -15.69, 63347.00, 3789.87, 2460.07, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.34, 5, coast, -14.22, 63335.00, 3791.33, 2461.53, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.35, 5, coast, -13.73, 63322.00, 3792.92, 2463.11, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.36, 5, coast, -12.26, 63313.00, 3794.01, 2464.21, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.37, 5, coast, -12.75, 63292.00, 3796.57, 2466.77, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.38, 5, coast, -10.30, 63281.00, 3797.91, 2468.11, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.39, 5, coast, -15.20, 63263.00, 3800.10, 2470.30, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.40, 5, coast, -13.73, 63241.00, 3802.79, 2472.99, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.41, 5, coast, -12.26, 63230.00, 3804.13, 2474.33, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.42, 5, coast, -14.71, 63213.00, 3806.20, 2476.40, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.43, 5, coast, -14.22, 63196.00, 3808.27, 2478.47, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.44, 5, coast, -14.71, 63187.00, 3809.37, 2479.57, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.45, 5, coast, -19.12, 63169.00, 3811.57, 2481.77, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.46, 5, coast, -13.24, 63168.00, 3811.69, 2481.89, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.47, 5, coast, -17.65, 63144.00, 3814.62, 2484.82, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.48, 5, coast, -12.75, 63121.00, 3817.43, 2487.63, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.49, 5, coast, -15.69, 63095.00, 3820.60, 2490.80, NaN, 33.8, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.50, 5, coast, -14.71, 63089.00, 3821.34, 2491.54, NaN, 33.8, 3.98, 3.97, 3.97, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.50, 5, coast, -14.71, 63089.00, 3821.34, 2491.54, NaN, 33.8, 3.98, 3.97, 3.97, 0.03, 0.00, 0.00, 64.27, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.51, 5, coast, -15.69, 63072.00, 3823.41, 2493.61, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.52, 5, coast, -15.20, 63070.00, 3823.66, 2493.86, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.53, 5, coast, -11.28, 63045.00, 3826.71, 2496.91, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.54, 5, coast, -15.20, 63032.00, 3828.30, 2498.50, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.55, 5, coast, -13.73, 63010.00, 3830.99, 2501.19, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.56, 5, coast, -11.77, 62994.00, 3832.95, 2503.15, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.57, 5, coast, -14.71, 62977.00, 3835.03, 2505.23, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.58, 5, coast, -14.22, 62979.00, 3834.79, 2504.98, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.59, 5, coast, -11.28, 62974.00, 3835.40, 2505.60, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.60, 5, coast, -13.24, 62945.00, 3838.95, 2509.15, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.61, 5, coast, -13.24, 62935.00, 3840.17, 2510.37, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.62, 5, coast, -13.24, 62916.00, 3842.50, 2512.70, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.63, 5, coast, -11.77, 62893.00, 3845.31, 2515.51, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.64, 5, coast, -12.26, 62878.00, 3847.15, 2517.35, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.65, 5, coast, -13.73, 62854.00, 3850.09, 2520.29, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.66, 5, coast, -13.73, 62840.00, 3851.81, 2522.01, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.67, 5, coast, -12.75, 62837.00, 3852.17, 2522.37, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.68, 5, coast, -13.73, 62829.00, 3853.15, 2523.35, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.69, 5, coast, -14.22, 62814.00, 3854.99, 2525.19, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.70, 5, coast, -14.71, 62793.00, 3857.57, 2527.77, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.71, 5, coast, -15.69, 62782.00, 3858.92, 2529.12, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.72, 5, coast, -10.79, 62768.00, 3860.63, 2530.83, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.73, 5, coast, -14.71, 62745.00, 3863.46, 2533.66, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.74, 5, coast, -15.69, 62735.00, 3864.68, 2534.88, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.75, 5, coast, -15.69, 62725.00, 3865.91, 2536.11, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.76, 5, coast, -13.73, 62714.00, 3867.26, 2537.46, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.77, 5, coast, -10.79, 62683.00, 3871.07, 2541.27, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.78, 5, coast, -17.65, 62684.00, 3870.94, 2541.14, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.79, 5, coast, -15.20, 62667.00, 3873.03, 2543.23, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.80, 5, coast, -12.75, 62646.00, 3875.61, 2545.81, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.81, 5, coast, -13.73, 62641.00, 3876.23, 2546.43, NaN, 33.8, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.82, 5, coast, -14.22, 62617.00, 3879.18, 2549.38, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.82, 5, coast, -14.22, 62617.00, 3879.18, 2549.38, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 63.91, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.83, 5, coast, -16.67, 62610.00, 3880.04, 2550.24, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.84, 5, coast, -14.71, 62585.00, 3883.11, 2553.31, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.85, 5, coast, -14.71, 62566.00, 3885.45, 2555.65, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.86, 5, coast, -17.16, 62567.00, 3885.32, 2555.52, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.87, 5, coast, -12.26, 62549.00, 3887.54, 2557.74, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.88, 5, coast, -14.22, 62538.00, 3888.89, 2559.09, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.89, 5, coast, -14.71, 62524.00, 3890.61, 2560.81, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.90, 5, coast, -12.26, 62494.00, 3894.31, 2564.51, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.91, 5, coast, -13.73, 62487.00, 3895.17, 2565.37, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.92, 5, coast, -12.75, 62485.00, 3895.41, 2565.61, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.93, 5, coast, -13.24, 62454.00, 3899.23, 2569.43, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.94, 5, coast, -12.75, 62454.00, 3899.23, 2569.43, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.95, 5, coast, -11.77, 62430.00, 3902.19, 2572.39, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.96, 5, coast, -13.73, 62418.00, 3903.67, 2573.87, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.97, 5, coast, -14.71, 62413.00, 3904.28, 2574.48, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.98, 5, coast, -11.77, 62378.00, 3908.60, 2578.80, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 12.99, 5, coast, -15.69, 62383.00, 3907.98, 2578.18, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.00, 5, coast, -13.24, 62357.00, 3911.19, 2581.39, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.01, 5, coast, -14.71, 62342.00, 3913.04, 2583.24, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.02, 5, coast, -13.24, 62333.00, 3914.15, 2584.35, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.03, 5, coast, -14.71, 62306.00, 3917.48, 2587.68, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.04, 5, coast, -11.77, 62303.00, 3917.85, 2588.05, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.05, 5, coast, -12.26, 62279.00, 3920.81, 2591.01, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.06, 5, coast, -10.79, 62274.00, 3921.43, 2591.63, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.07, 5, coast, -11.28, 62249.00, 3924.52, 2594.72, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.08, 5, coast, -14.22, 62241.00, 3925.50, 2595.70, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.09, 5, coast, -14.71, 62228.00, 3927.11, 2597.31, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.10, 5, coast, -14.22, 62209.00, 3929.46, 2599.66, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.11, 5, coast, -11.28, 62214.00, 3928.84, 2599.04, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.12, 5, coast, -12.75, 62203.00, 3930.20, 2600.40, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.13, 5, coast, -12.26, 62192.00, 3931.56, 2601.76, NaN, 33.8, 4.01, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.14, 5, coast, -13.24, 62158.00, 3935.76, 2605.96, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.14, 5, coast, -13.24, 62158.00, 3935.76, 2605.96, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.21, 64.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.15, 5, coast, -12.26, 62158.00, 3935.76, 2605.96, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.16, 5, coast, -14.71, 62109.00, 3941.82, 2612.02, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.17, 5, coast, -15.20, 62110.00, 3941.70, 2611.90, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.18, 5, coast, -12.26, 62093.00, 3943.80, 2614.00, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.19, 5, coast, -15.20, 62074.00, 3946.15, 2616.35, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.20, 5, coast, -13.24, 62066.00, 3947.14, 2617.34, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.21, 5, coast, -14.22, 62066.00, 3947.14, 2617.34, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.22, 5, coast, -16.18, 62041.00, 3950.24, 2620.44, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.23, 5, coast, -13.24, 62023.00, 3952.47, 2622.67, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.24, 5, coast, -13.24, 62015.00, 3953.46, 2623.66, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.25, 5, coast, -9.81, 62002.00, 3955.07, 2625.27, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.26, 5, coast, -13.24, 61978.00, 3958.04, 2628.24, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.27, 5, coast, -10.79, 61974.00, 3958.54, 2628.74, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.28, 5, coast, -13.24, 61957.00, 3960.65, 2630.85, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.29, 5, coast, -15.20, 61943.00, 3962.38, 2632.58, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.30, 5, coast, -10.79, 61926.00, 3964.49, 2634.69, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9405996,-106.9135024, 3995.0, 2022, 6, 24, 15, 17, 29, 228, 2611, 302, 85, 1.6, 0.9, 1.3, 0, 27, 28, 0, 0, 27, 0, 0, 0, 0, 25, 28, 31, 35, 0, 0, 34, 0, 32, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 13.31, 5, coast, -14.71, 61899.00, 3967.84, 2638.04, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.31, 5, coast, -14.71, 61899.00, 3967.84, 2638.04, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.31, 5, coast, -14.71, 61899.00, 3967.84, 2638.04, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.32, 5, coast, -12.26, 61911.00, 3966.35, 2636.55, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.33, 5, coast, -14.22, 61897.00, 3968.09, 2638.29, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.34, 5, coast, -12.75, 61884.00, 3969.70, 2639.90, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.35, 5, coast, -13.24, 61875.00, 3970.82, 2641.02, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.36, 5, coast, -14.71, 61845.00, 3974.54, 2644.74, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.37, 5, coast, -10.79, 61838.00, 3975.41, 2645.61, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.38, 5, coast, -11.28, 61810.00, 3978.89, 2649.09, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.39, 5, coast, -12.75, 61800.00, 3980.13, 2650.33, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.40, 5, coast, -13.73, 61780.00, 3982.62, 2652.82, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.41, 5, coast, -14.71, 61779.00, 3982.74, 2652.94, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.42, 5, coast, -11.28, 61765.00, 3984.48, 2654.68, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.43, 5, coast, -11.77, 61750.00, 3986.34, 2656.54, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.44, 5, coast, -13.24, 61742.00, 3987.34, 2657.54, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.45, 5, coast, -10.30, 61721.00, 3989.95, 2660.15, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.46, 5, coast, -12.75, 61712.00, 3991.07, 2661.27, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.46, 5, coast, -12.75, 61712.00, 3991.07, 2661.27, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.47, 5, coast, -10.30, 61696.00, 3993.06, 2663.26, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.48, 5, coast, -15.20, 61688.00, 3994.05, 2664.25, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.49, 5, coast, -14.22, 61672.00, 3996.05, 2666.24, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.50, 5, coast, -12.75, 61661.00, 3997.41, 2667.61, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.51, 5, coast, -14.22, 61631.00, 4001.15, 2671.35, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.52, 5, coast, -12.26, 61631.00, 4001.15, 2671.35, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.53, 5, coast, -11.77, 61622.00, 4002.27, 2672.47, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.54, 5, coast, -12.75, 61603.00, 4004.64, 2674.83, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.55, 5, coast, -13.73, 61581.00, 4007.38, 2677.58, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.56, 5, coast, -13.24, 61576.00, 4008.00, 2678.20, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.57, 5, coast, -11.28, 61567.00, 4009.12, 2679.32, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.58, 5, coast, -10.30, 61539.00, 4012.61, 2682.81, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.59, 5, coast, -13.24, 61540.00, 4012.49, 2682.68, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.60, 5, coast, -13.73, 61512.00, 4015.98, 2686.18, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.61, 5, coast, -11.28, 61508.00, 4016.48, 2686.67, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.62, 5, coast, -12.26, 61484.00, 4019.47, 2689.67, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.63, 5, coast, -12.75, 61481.00, 4019.84, 2690.04, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.64, 5, coast, -12.75, 61473.00, 4020.84, 2691.04, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.65, 5, coast, -12.26, 61457.00, 4022.84, 2693.04, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.66, 5, coast, -13.73, 61441.00, 4024.83, 2695.03, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.67, 5, coast, -12.75, 61431.00, 4026.08, 2696.28, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.68, 5, coast, -13.24, 61407.00, 4029.08, 2699.28, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.69, 5, coast, -11.28, 61390.00, 4031.20, 2701.40, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.70, 5, coast, -13.73, 61378.00, 4032.70, 2702.90, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.71, 5, coast, -16.18, 61370.00, 4033.70, 2703.90, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.72, 5, coast, -12.26, 61363.00, 4034.57, 2704.77, NaN, 33.9, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.73, 5, coast, -12.75, 61357.00, 4035.32, 2705.52, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.74, 5, coast, -10.79, 61316.00, 4040.45, 2710.65, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.75, 5, coast, -13.24, 61314.00, 4040.70, 2710.90, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.76, 5, coast, -14.22, 61310.00, 4041.20, 2711.40, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.77, 5, coast, -12.75, 61280.00, 4044.95, 2715.15, NaN, 33.8, 3.98, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.78, 5, coast, -15.69, 61277.00, 4045.33, 2715.52, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.78, 5, coast, -15.69, 61277.00, 4045.33, 2715.52, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.79, 5, coast, -13.73, 61256.00, 4047.95, 2718.15, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.80, 5, coast, -14.22, 61247.00, 4049.08, 2719.28, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.81, 5, coast, -13.24, 61236.00, 4050.46, 2720.65, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.82, 5, coast, -11.77, 61223.00, 4052.08, 2722.28, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.83, 5, coast, -14.22, 61203.00, 4054.59, 2724.79, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.84, 5, coast, -15.69, 61199.00, 4055.09, 2725.29, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.85, 5, coast, -11.28, 61183.00, 4057.09, 2727.29, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.86, 5, coast, -11.77, 61161.00, 4059.85, 2730.05, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.87, 5, coast, -11.28, 61152.00, 4060.97, 2731.17, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.88, 5, coast, -11.28, 61143.00, 4062.10, 2732.30, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.89, 5, coast, -13.24, 61124.00, 4064.48, 2734.68, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.90, 5, coast, -12.75, 61122.00, 4064.73, 2734.93, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.91, 5, coast, -10.79, 61106.00, 4066.74, 2736.94, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.92, 5, coast, -13.73, 61096.00, 4067.99, 2738.19, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.93, 5, coast, -15.20, 61072.00, 4071.00, 2741.20, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.94, 5, coast, -11.77, 61074.00, 4070.75, 2740.95, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.95, 5, coast, -14.22, 61047.00, 4074.14, 2744.34, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.96, 5, coast, -15.69, 61036.00, 4075.52, 2745.72, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.97, 5, coast, -13.73, 61036.00, 4075.52, 2745.72, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.98, 5, coast, -12.26, 61033.00, 4075.90, 2746.09, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 13.99, 5, coast, -13.73, 61017.00, 4077.90, 2748.10, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.00, 5, coast, -12.26, 60988.00, 4081.54, 2751.74, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.01, 5, coast, -12.75, 60965.00, 4084.43, 2754.63, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.02, 5, coast, -12.26, 60966.00, 4084.31, 2754.51, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.03, 5, coast, -14.22, 60942.00, 4087.32, 2757.52, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.04, 5, coast, -10.30, 60936.00, 4088.08, 2758.28, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.05, 5, coast, -12.75, 60917.00, 4090.46, 2760.66, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.06, 5, coast, -14.22, 60915.00, 4090.72, 2760.91, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.07, 5, coast, -10.79, 60911.00, 4091.22, 2761.42, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.08, 5, coast, -11.28, 60884.00, 4094.61, 2764.81, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.09, 5, coast, -14.22, 60889.00, 4093.98, 2764.18, NaN, 33.8, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.10, 5, coast, -12.75, 60859.00, 4097.76, 2767.96, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.10, 5, coast, -12.75, 60859.00, 4097.76, 2767.96, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.11, 5, coast, -11.77, 60855.00, 4098.26, 2768.46, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.12, 5, coast, -11.77, 60842.00, 4099.89, 2770.09, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.13, 5, coast, -12.26, 60827.00, 4101.78, 2771.98, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.14, 5, coast, -11.28, 60814.00, 4103.42, 2773.62, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.15, 5, coast, -11.77, 60811.00, 4103.80, 2773.99, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.16, 5, coast, -11.77, 60798.00, 4105.43, 2775.63, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.17, 5, coast, -13.24, 60780.00, 4107.70, 2777.90, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.18, 5, coast, -13.24, 60756.00, 4110.72, 2780.92, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.19, 5, coast, -12.26, 60759.00, 4110.34, 2780.54, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.20, 5, coast, -14.22, 60736.00, 4113.24, 2783.44, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.21, 5, coast, -10.79, 60736.00, 4113.24, 2783.44, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.22, 5, coast, -12.75, 60716.00, 4115.76, 2785.96, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.23, 5, coast, -9.32, 60701.00, 4117.65, 2787.85, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.24, 5, coast, -11.77, 60690.00, 4119.04, 2789.24, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.25, 5, coast, -11.28, 60669.00, 4121.68, 2791.88, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.26, 5, coast, -11.77, 60668.00, 4121.81, 2792.01, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.27, 5, coast, -11.28, 60639.00, 4125.47, 2795.67, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.28, 5, coast, -12.75, 60638.00, 4125.59, 2795.79, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.29, 5, coast, -12.75, 60626.00, 4127.11, 2797.31, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.30, 5, coast, -10.30, 60604.00, 4129.88, 2800.08, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.31, 5, coast, -13.24, 60585.00, 4132.28, 2802.48, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.31, 5, coast, -13.24, 60585.00, 4132.28, 2802.48, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.31, 5, coast, -13.24, 60585.00, 4132.28, 2802.48, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9406937,-106.9137032, 4184.0, 2022, 6, 24, 15, 17, 30, 249, 2801, 302, 85, 1.4, 0.9, 1.1, 0, 33, 29, 0, 0, 37, 0, 0, 0, 0, 30, 36, 32, 28, 0, 0, 29, 0, 28, 29, 0, 0, 0, 37, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.32, 5, coast, -12.26, 60590.00, 4131.65, 2801.85, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.33, 5, coast, -12.75, 60567.00, 4134.56, 2804.75, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.34, 5, coast, -9.81, 60573.00, 4133.80, 2804.00, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.35, 5, coast, -13.73, 60554.00, 4136.20, 2806.40, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.36, 5, coast, -11.28, 60540.00, 4137.97, 2808.16, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.37, 5, coast, -9.81, 60527.00, 4139.61, 2809.81, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.38, 5, coast, -9.81, 60530.00, 4139.23, 2809.43, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.39, 5, coast, -14.71, 60504.00, 4142.51, 2812.71, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.40, 5, coast, -14.71, 60495.00, 4143.65, 2813.85, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.41, 5, coast, -13.24, 60490.00, 4144.28, 2814.48, NaN, 33.8, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.42, 5, coast, -11.77, 60465.00, 4147.44, 2817.64, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.42, 5, coast, -11.77, 60465.00, 4147.44, 2817.64, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.43, 5, coast, -12.26, 60451.00, 4149.21, 2819.41, NaN, 33.8, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.44, 5, coast, -15.20, 60437.00, 4150.99, 2821.18, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.45, 5, coast, -12.75, 60427.00, 4152.25, 2822.45, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.46, 5, coast, -11.28, 60426.00, 4152.38, 2822.58, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.47, 5, coast, -14.22, 60412.00, 4154.15, 2824.35, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.48, 5, coast, -12.75, 60378.00, 4158.45, 2828.65, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.49, 5, coast, -11.77, 60370.00, 4159.46, 2829.66, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.50, 5, coast, -12.26, 60369.00, 4159.59, 2829.79, NaN, 33.8, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.51, 5, coast, -13.73, 60344.00, 4162.76, 2832.96, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.52, 5, coast, -13.24, 60331.00, 4164.40, 2834.60, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.53, 5, coast, -12.75, 60316.00, 4166.30, 2836.50, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.54, 5, coast, -10.30, 60318.00, 4166.05, 2836.25, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.55, 5, coast, -12.26, 60300.00, 4168.33, 2838.53, NaN, 33.8, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.56, 5, coast, -10.30, 60285.00, 4170.23, 2840.43, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.57, 5, coast, -13.73, 60267.00, 4172.51, 2842.71, NaN, 33.8, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.58, 5, coast, -11.77, 60264.00, 4172.89, 2843.09, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.59, 5, coast, -14.22, 60257.00, 4173.78, 2843.98, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.60, 5, coast, -10.79, 60244.00, 4175.43, 2845.63, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.61, 5, coast, -11.77, 60234.00, 4176.70, 2846.90, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.62, 5, coast, -10.30, 60216.00, 4178.98, 2849.18, NaN, 33.8, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.63, 5, coast, -13.24, 60205.00, 4180.38, 2850.58, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.64, 5, coast, -12.75, 60198.00, 4181.27, 2851.46, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.65, 5, coast, -15.20, 60200.00, 4181.01, 2851.21, NaN, 33.8, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.66, 5, coast, -15.69, 60173.00, 4184.44, 2854.64, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.67, 5, coast, -12.26, 60162.00, 4185.83, 2856.03, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.68, 5, coast, -12.75, 60153.00, 4186.98, 2857.18, NaN, 33.8, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.69, 5, coast, -13.24, 60120.00, 4191.17, 2861.37, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.70, 5, coast, -12.26, 60137.00, 4189.01, 2859.21, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.71, 5, coast, -12.26, 60114.00, 4191.93, 2862.13, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.72, 5, coast, -14.71, 60090.00, 4194.98, 2865.18, NaN, 33.8, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.73, 5, coast, -9.81, 60097.00, 4194.09, 2864.29, NaN, 33.9, 3.97, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.74, 5, coast, -11.77, 60082.00, 4196.00, 2866.20, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.74, 5, coast, -11.77, 60082.00, 4196.00, 2866.20, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 63.91, 63.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.75, 5, coast, -13.24, 60075.00, 4196.89, 2867.09, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.76, 5, coast, -14.71, 60064.00, 4198.28, 2868.48, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.77, 5, coast, -12.26, 60046.00, 4200.57, 2870.77, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.78, 5, coast, -15.20, 60045.00, 4200.70, 2870.90, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.79, 5, coast, -13.24, 60019.00, 4204.01, 2874.21, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.80, 5, coast, -12.75, 60006.00, 4205.66, 2875.86, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.81, 5, coast, -12.75, 60007.00, 4205.53, 2875.73, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.82, 5, coast, -12.75, 59978.00, 4209.22, 2879.42, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.83, 5, coast, -11.28, 59974.00, 4209.73, 2879.93, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.84, 5, coast, -11.77, 59961.00, 4211.39, 2881.59, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.85, 5, coast, -13.73, 59947.00, 4213.17, 2883.37, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.86, 5, coast, -12.75, 59945.00, 4213.42, 2883.62, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.87, 5, coast, -12.26, 59917.00, 4216.99, 2887.19, NaN, 33.8, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.88, 5, coast, -11.28, 59915.00, 4217.25, 2887.44, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.89, 5, coast, -15.69, 59892.00, 4220.18, 2890.37, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.90, 5, coast, -11.77, 59894.00, 4219.92, 2890.12, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.91, 5, coast, -11.28, 59871.00, 4222.85, 2893.05, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.92, 5, coast, -11.28, 59854.00, 4225.02, 2895.22, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.93, 5, coast, -13.73, 59849.00, 4225.66, 2895.86, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.94, 5, coast, -13.24, 59836.00, 4227.31, 2897.51, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.95, 5, coast, -15.20, 59824.00, 4228.84, 2899.04, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.96, 5, coast, -10.79, 59810.00, 4230.63, 2900.83, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.97, 5, coast, -12.75, 59803.00, 4231.52, 2901.72, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.98, 5, coast, -14.22, 59800.00, 4231.91, 2902.11, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 14.99, 5, coast, -11.28, 59779.00, 4234.59, 2904.78, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.00, 5, coast, -12.26, 59756.00, 4237.52, 2907.72, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.01, 5, coast, -12.75, 59743.00, 4239.18, 2909.38, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.02, 5, coast, -13.24, 59732.00, 4240.59, 2910.78, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.03, 5, coast, -11.28, 59726.00, 4241.35, 2911.55, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.04, 5, coast, -14.71, 59702.00, 4244.42, 2914.62, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.05, 5, coast, -9.81, 59686.00, 4246.46, 2916.66, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.06, 5, coast, -13.24, 59695.00, 4245.31, 2915.51, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.06, 5, coast, -13.24, 59695.00, 4245.31, 2915.51, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.07, 5, coast, -12.26, 59675.00, 4247.87, 2918.07, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.08, 5, coast, -13.73, 59653.00, 4250.68, 2920.88, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.09, 5, coast, -13.24, 59646.00, 4251.57, 2921.77, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.10, 5, coast, -11.28, 59644.00, 4251.83, 2922.03, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.11, 5, coast, -12.75, 59630.00, 4253.62, 2923.82, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.12, 5, coast, -11.77, 59611.00, 4256.05, 2926.25, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.13, 5, coast, -13.73, 59611.00, 4256.05, 2926.25, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.14, 5, coast, -11.28, 59592.00, 4258.48, 2928.68, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.15, 5, coast, -12.26, 59566.00, 4261.81, 2932.01, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.16, 5, coast, -12.75, 59549.00, 4263.98, 2934.18, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.17, 5, coast, -11.77, 59554.00, 4263.34, 2933.54, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.18, 5, coast, -12.75, 59546.00, 4264.37, 2934.57, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.19, 5, coast, -11.77, 59542.00, 4264.88, 2935.08, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.20, 5, coast, -11.28, 59517.00, 4268.08, 2938.28, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.21, 5, coast, -13.24, 59501.00, 4270.13, 2940.33, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.22, 5, coast, -11.77, 59503.00, 4269.87, 2940.07, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.23, 5, coast, -11.77, 59482.00, 4272.56, 2942.76, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.24, 5, coast, -12.75, 59466.00, 4274.61, 2944.81, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.25, 5, coast, -11.77, 59454.00, 4276.15, 2946.35, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.26, 5, coast, -13.73, 59454.00, 4276.15, 2946.35, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.27, 5, coast, -11.77, 59438.00, 4278.20, 2948.40, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.28, 5, coast, -15.20, 59415.00, 4281.15, 2951.35, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.29, 5, coast, -11.77, 59405.00, 4282.44, 2952.63, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.30, 5, coast, -14.22, 59416.00, 4281.02, 2951.22, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9407952,-106.9138926, 4353.0, 2022, 6, 24, 15, 17, 31, 270, 2971, 302, 85, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 24, 0, 0, 0, 0, 24, 25, 31, 34, 0, 0, 34, 0, 30, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 15.31, 5, coast, -12.75, 59384.00, 4285.13, 2955.33, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.31, 5, coast, -12.75, 59384.00, 4285.13, 2955.33, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.31, 5, coast, -12.75, 59384.00, 4285.13, 2955.33, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.32, 5, coast, -13.24, 59395.00, 4283.72, 2953.92, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.33, 5, coast, -12.75, 59368.00, 4287.18, 2957.38, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.34, 5, coast, -12.26, 59363.00, 4287.82, 2958.02, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.35, 5, coast, -11.77, 59349.00, 4289.62, 2959.82, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.36, 5, coast, -10.30, 59344.00, 4290.26, 2960.46, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.37, 5, coast, -14.22, 59332.00, 4291.80, 2962.00, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.38, 5, coast, -16.18, 59329.00, 4292.19, 2962.39, NaN, 33.9, 3.99, 3.99, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.38, 5, coast, -16.18, 59329.00, 4292.19, 2962.39, NaN, 33.9, 3.99, 3.99, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.39, 5, coast, -11.28, 59304.00, 4295.40, 2965.60, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.40, 5, coast, -14.71, 59321.00, 4293.22, 2963.42, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.41, 5, coast, -12.75, 59284.00, 4297.97, 2968.17, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.42, 5, coast, -11.28, 59272.00, 4299.51, 2969.71, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.43, 5, coast, -12.26, 59263.00, 4300.67, 2970.87, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.44, 5, coast, -15.69, 59243.00, 4303.24, 2973.44, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.45, 5, coast, -12.26, 59230.00, 4304.91, 2975.11, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.46, 5, coast, -12.75, 59228.00, 4305.17, 2975.37, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.47, 5, coast, -12.75, 59209.00, 4307.61, 2977.81, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.48, 5, coast, -11.77, 59208.00, 4307.74, 2977.94, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.49, 5, coast, -13.24, 59183.00, 4310.95, 2981.15, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.50, 5, coast, -12.75, 59187.00, 4310.44, 2980.64, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.51, 5, coast, -14.22, 59164.00, 4313.40, 2983.60, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.52, 5, coast, -12.75, 59152.00, 4314.94, 2985.14, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.53, 5, coast, -10.30, 59153.00, 4314.81, 2985.01, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.54, 5, coast, -13.24, 59137.00, 4316.87, 2987.07, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.55, 5, coast, -11.77, 59128.00, 4318.03, 2988.23, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.56, 5, coast, -12.75, 59120.00, 4319.06, 2989.26, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.57, 5, coast, -13.73, 59095.00, 4322.28, 2992.48, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.58, 5, coast, -11.77, 59081.00, 4324.09, 2994.29, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.59, 5, coast, -13.73, 59084.00, 4323.70, 2993.90, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.60, 5, coast, -12.75, 59079.00, 4324.34, 2994.54, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.61, 5, coast, -12.26, 59060.00, 4326.79, 2996.99, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.62, 5, coast, -13.24, 59044.00, 4328.85, 2999.05, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.63, 5, coast, -14.22, 59037.00, 4329.76, 2999.96, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.64, 5, coast, -12.75, 59025.00, 4331.30, 3001.50, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.65, 5, coast, -10.30, 59016.00, 4332.46, 3002.66, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.66, 5, coast, -12.26, 59004.00, 4334.01, 3004.21, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.67, 5, coast, -12.26, 58985.00, 4336.46, 3006.66, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.68, 5, coast, -14.22, 58979.00, 4337.24, 3007.44, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.69, 5, coast, -11.77, 58957.00, 4340.08, 3010.27, NaN, 33.9, 3.99, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.70, 5, coast, -11.77, 58960.00, 4339.69, 3009.89, NaN, 33.9, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.70, 5, coast, -11.77, 58960.00, 4339.69, 3009.89, NaN, 33.9, 3.99, 3.98, 3.98, 0.03, 0.00, 0.00, 64.27, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.71, 5, coast, -12.75, 58943.00, 4341.88, 3012.08, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.72, 5, coast, -13.24, 58948.00, 4341.24, 3011.44, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.73, 5, coast, -10.30, 58924.00, 4344.34, 3014.53, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.74, 5, coast, -11.77, 58918.00, 4345.11, 3015.31, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.75, 5, coast, -14.22, 58905.00, 4346.79, 3016.99, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.76, 5, coast, -11.28, 58887.00, 4349.11, 3019.31, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.77, 5, coast, -12.26, 58880.00, 4350.02, 3020.22, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.78, 5, coast, -10.79, 58880.00, 4350.02, 3020.22, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.79, 5, coast, -12.75, 58864.00, 4352.09, 3022.28, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.80, 5, coast, -12.75, 58844.00, 4354.67, 3024.87, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.81, 5, coast, -11.77, 58846.00, 4354.41, 3024.61, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.82, 5, coast, -9.81, 58840.00, 4355.19, 3025.39, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.83, 5, coast, -13.24, 58815.00, 4358.42, 3028.62, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.84, 5, coast, -11.28, 58808.00, 4359.32, 3029.52, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.85, 5, coast, -12.26, 58804.00, 4359.84, 3030.04, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.86, 5, coast, -12.75, 58791.00, 4361.52, 3031.72, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.87, 5, coast, -10.79, 58773.00, 4363.85, 3034.05, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.88, 5, coast, -14.22, 58760.00, 4365.53, 3035.73, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.89, 5, coast, -13.24, 58766.00, 4364.76, 3034.96, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.90, 5, coast, -12.75, 58757.00, 4365.92, 3036.12, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.91, 5, coast, -13.24, 58740.00, 4368.12, 3038.32, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.92, 5, coast, -13.24, 58725.00, 4370.06, 3040.26, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.93, 5, coast, -13.73, 58714.00, 4371.49, 3041.69, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.94, 5, coast, -15.20, 58705.00, 4372.65, 3042.85, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.95, 5, coast, -10.30, 58691.00, 4374.47, 3044.67, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.96, 5, coast, -9.81, 58691.00, 4374.47, 3044.67, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.97, 5, coast, -9.32, 58660.00, 4378.48, 3048.68, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.98, 5, coast, -10.79, 58656.00, 4379.00, 3049.20, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 15.99, 5, coast, -12.26, 58651.00, 4379.65, 3049.85, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.00, 5, coast, -11.77, 58639.00, 4381.21, 3051.40, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.01, 5, coast, -13.73, 58632.00, 4382.11, 3052.31, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.02, 5, coast, -10.79, 58627.00, 4382.76, 3052.96, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.02, 5, coast, -10.79, 58627.00, 4382.76, 3052.96, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.03, 5, coast, -11.28, 58603.00, 4385.87, 3056.07, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.04, 5, coast, -13.73, 58592.00, 4387.30, 3057.50, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.05, 5, coast, -13.24, 58578.00, 4389.12, 3059.31, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.06, 5, coast, -11.28, 58584.00, 4388.34, 3058.54, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.07, 5, coast, -11.77, 58556.00, 4391.97, 3062.17, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.08, 5, coast, -10.30, 58564.00, 4390.93, 3061.13, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.09, 5, coast, -11.77, 58541.00, 4393.92, 3064.12, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.10, 5, coast, -11.28, 58512.00, 4397.68, 3067.88, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.11, 5, coast, -11.77, 58519.00, 4396.77, 3066.97, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.12, 5, coast, -14.22, 58507.00, 4398.33, 3068.53, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.13, 5, coast, -14.71, 58505.00, 4398.59, 3068.79, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.14, 5, coast, -11.28, 58482.00, 4401.58, 3071.78, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.15, 5, coast, -15.20, 58475.00, 4402.49, 3072.69, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.16, 5, coast, -12.26, 58461.00, 4404.31, 3074.51, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.17, 5, coast, -14.22, 58461.00, 4404.31, 3074.51, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.18, 5, coast, -10.79, 58445.00, 4406.39, 3076.59, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.19, 5, coast, -12.26, 58442.00, 4406.78, 3076.97, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.20, 5, coast, -10.30, 58410.00, 4410.94, 3081.14, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.21, 5, coast, -12.75, 58417.00, 4410.03, 3080.22, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.22, 5, coast, -11.28, 58405.00, 4411.59, 3081.79, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.23, 5, coast, -11.77, 58392.00, 4413.28, 3083.48, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.24, 5, coast, -14.22, 58378.00, 4415.10, 3085.30, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.25, 5, coast, -13.24, 58366.00, 4416.66, 3086.86, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.26, 5, coast, -12.75, 58368.00, 4416.40, 3086.60, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.27, 5, coast, -11.77, 58342.00, 4419.78, 3089.98, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.28, 5, coast, -14.22, 58334.00, 4420.82, 3091.02, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.29, 5, coast, -10.79, 58325.00, 4422.00, 3092.19, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.30, 5, coast, -12.26, 58317.00, 4423.04, 3093.24, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9408982,-106.9140824, 4509.0, 2022, 6, 24, 15, 17, 32, 292, 3129, 302, 85, 1.4, 0.9, 1.1, 0, 32, 30, 0, 0, 34, 0, 0, 0, 0, 31, 35, 31, 22, 0, 0, 24, 0, 30, 28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.31, 5, coast, -12.75, 58307.00, 4424.34, 3094.54, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.31, 5, coast, -12.75, 58307.00, 4424.34, 3094.54, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.31, 5, coast, -12.75, 58307.00, 4424.34, 3094.54, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.32, 5, coast, -13.24, 58293.00, 4426.16, 3096.36, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.33, 5, coast, -12.75, 58277.00, 4428.25, 3098.45, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.34, 5, coast, -10.79, 58270.00, 4429.16, 3099.36, NaN, 33.9, 4.00, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.34, 5, coast, -10.79, 58270.00, 4429.16, 3099.36, NaN, 33.9, 4.00, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.35, 5, coast, -14.71, 58275.00, 4428.51, 3098.71, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.36, 5, coast, -12.75, 58251.00, 4431.63, 3101.83, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.37, 5, coast, -11.77, 58247.00, 4432.16, 3102.35, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.38, 5, coast, -12.75, 58232.00, 4434.11, 3104.31, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.39, 5, coast, -12.26, 58233.00, 4433.98, 3104.18, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.40, 5, coast, -12.26, 58216.00, 4436.20, 3106.40, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.41, 5, coast, -11.28, 58199.00, 4438.41, 3108.61, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.42, 5, coast, -12.26, 58193.00, 4439.20, 3109.40, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.43, 5, coast, -13.24, 58194.00, 4439.07, 3109.26, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.44, 5, coast, -12.26, 58170.00, 4442.20, 3112.40, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.45, 5, coast, -11.28, 58173.00, 4441.80, 3112.00, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.46, 5, coast, -15.20, 58158.00, 4443.76, 3113.96, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.47, 5, coast, -11.28, 58150.00, 4444.81, 3115.01, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.48, 5, coast, -14.71, 58128.00, 4447.68, 3117.88, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.49, 5, coast, -11.77, 58131.00, 4447.29, 3117.48, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.50, 5, coast, -12.75, 58123.00, 4448.33, 3118.53, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.51, 5, coast, -9.32, 58109.00, 4450.16, 3120.36, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.52, 5, coast, -12.26, 58094.00, 4452.12, 3122.32, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.53, 5, coast, -11.28, 58083.00, 4453.55, 3123.75, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.54, 5, coast, -12.26, 58082.00, 4453.68, 3123.88, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.55, 5, coast, -17.16, 58077.00, 4454.34, 3124.54, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.56, 5, coast, -10.79, 58055.00, 4457.21, 3127.41, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.57, 5, coast, -12.26, 58054.00, 4457.34, 3127.54, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.58, 5, coast, -11.28, 58039.00, 4459.30, 3129.50, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.59, 5, coast, -13.24, 58032.00, 4460.22, 3130.42, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.60, 5, coast, -13.24, 58021.00, 4461.66, 3131.86, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.61, 5, coast, -11.77, 58010.00, 4463.09, 3133.29, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.62, 5, coast, -10.79, 57991.00, 4465.58, 3135.78, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.63, 5, coast, -11.28, 57989.00, 4465.84, 3136.04, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.64, 5, coast, -13.24, 57994.00, 4465.19, 3135.39, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.65, 5, coast, -12.26, 57979.00, 4467.15, 3137.35, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.66, 5, coast, -10.79, 57966.00, 4468.85, 3139.05, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.66, 5, coast, -10.79, 57966.00, 4468.85, 3139.05, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.67, 5, coast, -9.81, 57956.00, 4470.16, 3140.36, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.68, 5, coast, -10.79, 57936.00, 4472.78, 3142.97, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.69, 5, coast, -9.81, 57925.00, 4474.22, 3144.41, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.70, 5, coast, -14.71, 57923.00, 4474.48, 3144.68, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.71, 5, coast, -13.24, 57916.00, 4475.39, 3145.59, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.72, 5, coast, -11.77, 57903.00, 4477.10, 3147.30, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.73, 5, coast, -14.71, 57895.00, 4478.14, 3148.34, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.74, 5, coast, -12.26, 57882.00, 4479.85, 3150.05, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.75, 5, coast, -8.83, 57867.00, 4481.81, 3152.01, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.76, 5, coast, -13.24, 57870.00, 4481.42, 3151.62, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.77, 5, coast, -15.20, 57857.00, 4483.12, 3153.32, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.78, 5, coast, -12.26, 57839.00, 4485.48, 3155.68, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.79, 5, coast, -10.30, 57838.00, 4485.61, 3155.81, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.80, 5, coast, -13.24, 57822.00, 4487.71, 3157.91, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.81, 5, coast, -10.30, 57822.00, 4487.71, 3157.91, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.82, 5, coast, -12.75, 57812.00, 4489.02, 3159.22, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.83, 5, coast, -12.26, 57786.00, 4492.43, 3162.63, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.84, 5, coast, -13.24, 57796.00, 4491.12, 3161.32, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.85, 5, coast, -14.22, 57769.00, 4494.66, 3164.86, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.86, 5, coast, -10.30, 57769.00, 4494.66, 3164.86, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.87, 5, coast, -10.79, 57756.00, 4496.37, 3166.57, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.88, 5, coast, -12.75, 57738.00, 4498.73, 3168.93, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.89, 5, coast, -13.24, 57746.00, 4497.68, 3167.88, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.90, 5, coast, -10.79, 57726.00, 4500.30, 3170.50, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.91, 5, coast, -12.75, 57714.00, 4501.88, 3172.08, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.92, 5, coast, -14.22, 57711.00, 4502.27, 3172.47, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.93, 5, coast, -13.73, 57708.00, 4502.67, 3172.87, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.94, 5, coast, -11.28, 57687.00, 4505.43, 3175.62, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.95, 5, coast, -11.28, 57674.00, 4507.13, 3177.33, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.96, 5, coast, -9.32, 57675.00, 4507.00, 3177.20, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.97, 5, coast, -11.77, 57654.00, 4509.76, 3179.96, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.98, 5, coast, -10.79, 57657.00, 4509.37, 3179.57, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.98, 5, coast, -10.79, 57657.00, 4509.37, 3179.57, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 16.99, 5, coast, -11.28, 57645.00, 4510.94, 3181.14, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.00, 5, coast, -11.77, 57628.00, 4513.18, 3183.38, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.01, 5, coast, -11.77, 57628.00, 4513.18, 3183.38, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.02, 5, coast, -12.75, 57620.00, 4514.23, 3184.43, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.03, 5, coast, -13.73, 57609.00, 4515.68, 3185.88, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.04, 5, coast, -12.26, 57599.00, 4516.99, 3187.19, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.05, 5, coast, -11.77, 57588.00, 4518.44, 3188.64, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.06, 5, coast, -13.73, 57587.00, 4518.57, 3188.77, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.07, 5, coast, -10.79, 57567.00, 4521.20, 3191.40, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.08, 5, coast, -12.26, 57565.00, 4521.46, 3191.66, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.09, 5, coast, -10.30, 57567.00, 4521.20, 3191.40, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.10, 5, coast, -10.30, 57547.00, 4523.83, 3194.03, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.11, 5, coast, -10.30, 57531.00, 4525.94, 3196.14, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.12, 5, coast, -13.24, 57528.00, 4526.33, 3196.53, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.13, 5, coast, -12.26, 57515.00, 4528.05, 3198.24, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.14, 5, coast, -13.24, 57500.00, 4530.02, 3200.22, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.15, 5, coast, -12.75, 57485.00, 4532.00, 3202.20, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.16, 5, coast, -11.77, 57477.00, 4533.05, 3203.25, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.17, 5, coast, -13.24, 57474.00, 4533.45, 3203.64, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.18, 5, coast, -11.77, 57453.00, 4536.21, 3206.41, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.19, 5, coast, -12.26, 57456.00, 4535.82, 3206.02, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.20, 5, coast, -10.30, 57458.00, 4535.55, 3205.75, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.21, 5, coast, -10.30, 57442.00, 4537.66, 3207.86, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.22, 5, coast, -12.26, 57424.00, 4540.03, 3210.23, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.23, 5, coast, -12.75, 57425.00, 4539.90, 3210.10, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.24, 5, coast, -12.26, 57407.00, 4542.28, 3212.48, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.25, 5, coast, -12.26, 57408.00, 4542.14, 3212.34, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.26, 5, coast, -13.24, 57390.00, 4544.52, 3214.72, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.27, 5, coast, -10.30, 57373.00, 4546.76, 3216.96, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.28, 5, coast, -11.28, 57379.00, 4545.97, 3216.17, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.29, 5, coast, -12.26, 57368.00, 4547.42, 3217.62, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.30, 5, coast, -13.73, 57356.00, 4549.00, 3219.20, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.30, 5, coast, -13.73, 57356.00, 4549.00, 3219.20, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 63.84, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9409983,-106.9142610, 4653.0, 2022, 6, 24, 15, 17, 33, 312, 3274, 302, 85, 1.4, 0.8, 1.1, 0, 25, 33, 0, 0, 27, 0, 0, 0, 0, 25, 32, 28, 36, 0, 0, 31, 0, 29, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 17.31, 5, coast, -11.77, 57338.00, 4551.38, 3221.58, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.31, 5, coast, -11.77, 57338.00, 4551.38, 3221.58, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.31, 5, coast, -11.77, 57338.00, 4551.38, 3221.58, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.32, 5, coast, -14.71, 57329.00, 4552.57, 3222.77, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.33, 5, coast, -10.30, 57335.00, 4551.78, 3221.97, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.34, 5, coast, -12.26, 57310.00, 4555.08, 3225.28, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.35, 5, coast, -8.83, 57317.00, 4554.15, 3224.35, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.36, 5, coast, -10.30, 57314.00, 4554.55, 3224.75, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.37, 5, coast, -12.75, 57288.00, 4557.98, 3228.18, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.38, 5, coast, -9.81, 57279.00, 4559.17, 3229.37, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.39, 5, coast, -12.26, 57283.00, 4558.64, 3228.84, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.40, 5, coast, -10.79, 57267.00, 4560.76, 3230.96, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.41, 5, coast, -12.26, 57252.00, 4562.74, 3232.94, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.42, 5, coast, -14.22, 57235.00, 4564.99, 3235.18, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.43, 5, coast, -13.73, 57244.00, 4563.80, 3233.99, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.44, 5, coast, -9.32, 57225.00, 4566.31, 3236.51, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.45, 5, coast, -12.26, 57219.00, 4567.10, 3237.30, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.46, 5, coast, -10.30, 57209.00, 4568.42, 3238.62, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.47, 5, coast, -13.73, 57208.00, 4568.56, 3238.75, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.48, 5, coast, -14.22, 57196.00, 4570.14, 3240.34, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.49, 5, coast, -11.77, 57188.00, 4571.20, 3241.40, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.50, 5, coast, -9.32, 57179.00, 4572.39, 3242.59, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.51, 5, coast, -9.81, 57170.00, 4573.58, 3243.78, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.52, 5, coast, -10.30, 57145.00, 4576.89, 3247.09, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.53, 5, coast, -12.26, 57141.00, 4577.42, 3247.62, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.54, 5, coast, -12.26, 57136.00, 4578.08, 3248.28, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.55, 5, coast, -12.26, 57128.00, 4579.14, 3249.34, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.56, 5, coast, -11.28, 57121.00, 4580.07, 3250.27, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.57, 5, coast, -14.22, 57109.00, 4581.66, 3251.86, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.58, 5, coast, -13.24, 57095.00, 4583.51, 3253.71, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.59, 5, coast, -11.77, 57094.00, 4583.64, 3253.84, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.60, 5, coast, -12.26, 57078.00, 4585.76, 3255.96, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.61, 5, coast, -12.26, 57075.00, 4586.16, 3256.36, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.62, 5, coast, -7.85, 57075.00, 4586.16, 3256.36, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.62, 5, coast, -7.85, 57075.00, 4586.16, 3256.36, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.63, 5, coast, -11.28, 57057.00, 4588.55, 3258.74, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.64, 5, coast, -12.26, 57043.00, 4590.40, 3260.60, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.65, 5, coast, -9.81, 57040.00, 4590.80, 3261.00, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.66, 5, coast, -8.83, 57027.00, 4592.52, 3262.72, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.67, 5, coast, -15.69, 57028.00, 4592.39, 3262.59, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.68, 5, coast, -12.26, 57013.00, 4594.38, 3264.58, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.69, 5, coast, -13.73, 56999.00, 4596.23, 3266.43, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.70, 5, coast, -11.77, 56993.00, 4597.03, 3267.23, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.71, 5, coast, -10.79, 56987.00, 4597.83, 3268.03, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.72, 5, coast, -11.77, 56967.00, 4600.48, 3270.68, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.73, 5, coast, -14.22, 56969.00, 4600.21, 3270.41, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.74, 5, coast, -11.77, 56939.00, 4604.20, 3274.40, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.75, 5, coast, -14.22, 56958.00, 4601.67, 3271.87, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.76, 5, coast, -10.79, 56930.00, 4605.39, 3275.59, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.77, 5, coast, -10.79, 56927.00, 4605.79, 3275.99, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.78, 5, coast, -12.26, 56929.00, 4605.52, 3275.72, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.79, 5, coast, -13.24, 56919.00, 4606.85, 3277.05, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.80, 5, coast, -10.79, 56891.00, 4610.57, 3280.77, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.81, 5, coast, -12.26, 56913.00, 4607.65, 3277.85, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.82, 5, coast, -12.75, 56899.00, 4609.51, 3279.71, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.83, 5, coast, -10.79, 56881.00, 4611.90, 3282.10, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.84, 5, coast, -12.75, 56888.00, 4610.97, 3281.17, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.85, 5, coast, -11.77, 56863.00, 4614.29, 3284.49, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.86, 5, coast, -12.75, 56873.00, 4612.96, 3283.16, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.87, 5, coast, -12.26, 56845.00, 4616.68, 3286.88, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.88, 5, coast, -10.30, 56842.00, 4617.08, 3287.28, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.89, 5, coast, -13.73, 56832.00, 4618.41, 3288.61, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.90, 5, coast, -10.79, 56817.00, 4620.41, 3290.60, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.91, 5, coast, -8.34, 56812.00, 4621.07, 3291.27, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.92, 5, coast, -10.79, 56802.00, 4622.40, 3292.60, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.93, 5, coast, -9.81, 56794.00, 4623.46, 3293.66, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.94, 5, coast, -10.30, 56799.00, 4622.80, 3293.00, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.94, 5, coast, -10.30, 56799.00, 4622.80, 3293.00, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.95, 5, coast, -12.26, 56785.00, 4624.66, 3294.86, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.96, 5, coast, -10.79, 56776.00, 4625.86, 3296.06, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.97, 5, coast, -9.81, 56776.00, 4625.86, 3296.06, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.98, 5, coast, -12.75, 56756.00, 4628.52, 3298.72, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 17.99, 5, coast, -12.75, 56742.00, 4630.38, 3300.58, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.00, 5, coast, -12.26, 56738.00, 4630.92, 3301.12, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.01, 5, coast, -13.73, 56725.00, 4632.65, 3302.85, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.02, 5, coast, -16.67, 56710.00, 4634.65, 3304.84, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.03, 5, coast, -12.75, 56725.00, 4632.65, 3302.85, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.04, 5, coast, -11.77, 56702.00, 4635.71, 3305.91, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.05, 5, coast, -15.20, 56693.00, 4636.91, 3307.11, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.06, 5, coast, -11.28, 56684.00, 4638.11, 3308.31, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.07, 5, coast, -10.79, 56677.00, 4639.04, 3309.24, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.08, 5, coast, -10.79, 56679.00, 4638.77, 3308.97, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.09, 5, coast, -11.28, 56662.00, 4641.04, 3311.24, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.10, 5, coast, -11.28, 56658.00, 4641.57, 3311.77, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.11, 5, coast, -11.77, 56655.00, 4641.97, 3312.17, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.12, 5, coast, -8.83, 56643.00, 4643.57, 3313.77, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.13, 5, coast, -12.75, 56626.00, 4645.84, 3316.04, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.14, 5, coast, -10.79, 56626.00, 4645.84, 3316.04, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.15, 5, coast, -13.24, 56617.00, 4647.04, 3317.24, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.16, 5, coast, -8.83, 56605.00, 4648.64, 3318.84, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.17, 5, coast, -12.26, 56590.00, 4650.64, 3320.84, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.18, 5, coast, -13.73, 56582.00, 4651.71, 3321.91, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.19, 5, coast, -13.73, 56583.00, 4651.57, 3321.77, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.20, 5, coast, -11.77, 56572.00, 4653.04, 3323.24, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.21, 5, coast, -10.79, 56559.00, 4654.78, 3324.98, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.22, 5, coast, -13.73, 56551.00, 4655.84, 3326.04, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.23, 5, coast, -12.75, 56542.00, 4657.05, 3327.25, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.24, 5, coast, -13.73, 56538.00, 4657.58, 3327.78, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.25, 5, coast, -10.79, 56528.00, 4658.92, 3329.11, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.26, 5, coast, -9.81, 56523.00, 4659.58, 3329.78, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.26, 5, coast, -9.81, 56523.00, 4659.58, 3329.78, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 63.97, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.27, 5, coast, -9.81, 56515.00, 4660.65, 3330.85, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.28, 5, coast, -11.77, 56507.00, 4661.72, 3331.92, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.29, 5, coast, -11.28, 56508.00, 4661.59, 3331.79, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.30, 5, coast, -9.81, 56492.00, 4663.72, 3333.92, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9410871,-106.9144475, 4785.0, 2022, 6, 24, 15, 17, 34, 332, 3407, 302, 84, 1.4, 0.8, 1.1, 0, 37, 32, 0, 0, 31, 0, 0, 0, 0, 31, 29, 33, 33, 0, 0, 31, 0, 34, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 18, 0, 0 +6, 6583, 3,VE3LIC, 18.31, 5, coast, -12.75, 56488.00, 4664.26, 3334.46, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.31, 5, coast, -12.75, 56488.00, 4664.26, 3334.46, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.31, 5, coast, -12.75, 56488.00, 4664.26, 3334.46, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.32, 5, coast, -9.81, 56461.00, 4667.87, 3338.07, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.33, 5, coast, -13.73, 56463.00, 4667.60, 3337.80, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.34, 5, coast, -14.22, 56460.00, 4668.00, 3338.20, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.35, 5, coast, -9.32, 56443.00, 4670.27, 3340.47, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.36, 5, coast, -12.26, 56441.00, 4670.54, 3340.74, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.37, 5, coast, -12.75, 56416.00, 4673.88, 3344.08, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.38, 5, coast, -14.71, 56415.00, 4674.02, 3344.22, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.39, 5, coast, -10.30, 56404.00, 4675.49, 3345.69, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.40, 5, coast, -9.32, 56398.00, 4676.29, 3346.49, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.41, 5, coast, -11.28, 56390.00, 4677.36, 3347.56, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.42, 5, coast, -7.35, 56378.00, 4678.97, 3349.17, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.43, 5, coast, -10.30, 56372.00, 4679.77, 3349.97, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.44, 5, coast, -12.75, 56370.00, 4680.04, 3350.24, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.45, 5, coast, -13.73, 56366.00, 4680.57, 3350.77, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.46, 5, coast, -10.79, 56347.00, 4683.12, 3353.31, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.47, 5, coast, -11.77, 56360.00, 4681.38, 3351.57, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.48, 5, coast, -12.26, 56337.00, 4684.45, 3354.65, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.49, 5, coast, -10.30, 56336.00, 4684.59, 3354.79, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.50, 5, coast, -10.30, 56319.00, 4686.86, 3357.06, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.51, 5, coast, -9.32, 56316.00, 4687.27, 3357.47, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.52, 5, coast, -14.71, 56305.00, 4688.74, 3358.94, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.53, 5, coast, -13.24, 56307.00, 4688.47, 3358.67, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.54, 5, coast, -11.77, 56297.00, 4689.81, 3360.01, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.55, 5, coast, -10.30, 56286.00, 4691.29, 3361.48, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.56, 5, coast, -11.28, 56275.00, 4692.76, 3362.96, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.57, 5, coast, -9.81, 56269.00, 4693.56, 3363.76, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.58, 5, coast, -10.30, 56254.00, 4695.57, 3365.77, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.58, 5, coast, -10.30, 56254.00, 4695.57, 3365.77, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.59, 5, coast, -11.28, 56258.00, 4695.04, 3365.24, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.60, 5, coast, -10.79, 56249.00, 4696.24, 3366.44, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.61, 5, coast, -8.83, 56230.00, 4698.79, 3368.99, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.62, 5, coast, -11.77, 56223.00, 4699.73, 3369.93, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.63, 5, coast, -12.26, 56223.00, 4699.73, 3369.93, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.64, 5, coast, -10.79, 56214.00, 4700.94, 3371.14, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.65, 5, coast, -14.22, 56206.00, 4702.01, 3372.21, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.66, 5, coast, -10.30, 56190.00, 4704.16, 3374.36, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.67, 5, coast, -13.73, 56184.00, 4704.96, 3375.16, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.68, 5, coast, -12.26, 56177.00, 4705.90, 3376.10, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.69, 5, coast, -11.28, 56160.00, 4708.18, 3378.38, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.70, 5, coast, -11.28, 56173.00, 4706.44, 3376.64, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.71, 5, coast, -12.26, 56171.00, 4706.71, 3376.91, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.72, 5, coast, -11.77, 56146.00, 4710.06, 3380.26, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.73, 5, coast, -13.24, 56143.00, 4710.47, 3380.67, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.74, 5, coast, -13.73, 56140.00, 4710.87, 3381.07, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.75, 5, coast, -10.30, 56121.00, 4713.42, 3383.62, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.76, 5, coast, -10.79, 56120.00, 4713.56, 3383.75, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.77, 5, coast, -12.75, 56115.00, 4714.23, 3384.43, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.78, 5, coast, -11.77, 56112.00, 4714.63, 3384.83, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.79, 5, coast, -10.79, 56101.00, 4716.11, 3386.31, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.80, 5, coast, -11.77, 56088.00, 4717.85, 3388.05, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.81, 5, coast, -10.79, 56089.00, 4717.72, 3387.92, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.82, 5, coast, -9.81, 56070.00, 4720.27, 3390.47, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.83, 5, coast, -12.75, 56057.00, 4722.02, 3392.22, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.84, 5, coast, -11.28, 56057.00, 4722.02, 3392.22, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.85, 5, coast, -13.73, 56054.00, 4722.42, 3392.62, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.86, 5, coast, -12.26, 56051.00, 4722.83, 3393.03, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.87, 5, coast, -9.81, 56040.00, 4724.31, 3394.51, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.88, 5, coast, -11.28, 56022.00, 4726.73, 3396.93, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.89, 5, coast, -11.77, 56013.00, 4727.94, 3398.14, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.90, 5, coast, -12.26, 56012.00, 4728.07, 3398.27, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.90, 5, coast, -12.26, 56012.00, 4728.07, 3398.27, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.91, 5, coast, -11.77, 56004.00, 4729.15, 3399.35, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.92, 5, coast, -13.24, 55992.00, 4730.76, 3400.96, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.93, 5, coast, -10.79, 55992.00, 4730.76, 3400.96, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.94, 5, coast, -11.28, 55992.00, 4730.76, 3400.96, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.95, 5, coast, -11.77, 55975.00, 4733.05, 3403.25, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.96, 5, coast, -10.79, 55974.00, 4733.19, 3403.38, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.97, 5, coast, -10.79, 55954.00, 4735.88, 3406.08, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.98, 5, coast, -11.77, 55953.00, 4736.01, 3406.21, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 18.99, 5, coast, -11.28, 55950.00, 4736.42, 3406.62, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.00, 5, coast, -12.75, 55943.00, 4737.36, 3407.56, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.01, 5, coast, -11.77, 55926.00, 4739.65, 3409.85, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.02, 5, coast, -10.30, 55916.00, 4741.00, 3411.19, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.03, 5, coast, -11.77, 55917.00, 4740.86, 3411.06, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.04, 5, coast, -9.81, 55905.00, 4742.48, 3412.68, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.05, 5, coast, -12.75, 55906.00, 4742.34, 3412.54, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.06, 5, coast, -10.30, 55891.00, 4744.36, 3414.56, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.07, 5, coast, -10.79, 55873.00, 4746.79, 3416.99, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.08, 5, coast, -8.34, 55873.00, 4746.79, 3416.99, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.09, 5, coast, -9.81, 55864.00, 4748.00, 3418.20, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.10, 5, coast, -10.30, 55858.00, 4748.81, 3419.01, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.11, 5, coast, -11.77, 55848.00, 4750.16, 3420.36, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.12, 5, coast, -11.28, 55846.00, 4750.43, 3420.63, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.13, 5, coast, -8.83, 55838.00, 4751.51, 3421.71, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.14, 5, coast, -11.28, 55831.00, 4752.45, 3422.65, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.15, 5, coast, -12.26, 55818.00, 4754.21, 3424.41, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.16, 5, coast, -11.28, 55819.00, 4754.07, 3424.27, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.17, 5, coast, -9.32, 55803.00, 4756.23, 3426.43, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.18, 5, coast, -10.79, 55802.00, 4756.37, 3426.56, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.19, 5, coast, -12.75, 55799.00, 4756.77, 3426.97, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.20, 5, coast, -11.28, 55789.00, 4758.12, 3428.32, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.21, 5, coast, -10.30, 55769.00, 4760.82, 3431.02, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.22, 5, coast, -11.28, 55771.00, 4760.55, 3430.75, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.22, 5, coast, -11.28, 55771.00, 4760.55, 3430.75, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.23, 5, coast, -11.28, 55764.00, 4761.49, 3431.69, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.24, 5, coast, -12.26, 55767.00, 4761.09, 3431.29, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.25, 5, coast, -8.83, 55745.00, 4764.06, 3434.26, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.26, 5, coast, -12.75, 55756.00, 4762.57, 3432.77, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.27, 5, coast, -11.28, 55729.00, 4766.22, 3436.42, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.28, 5, coast, -12.26, 55725.00, 4766.76, 3436.96, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.29, 5, coast, -8.83, 55723.00, 4767.03, 3437.23, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.30, 5, coast, -10.30, 55717.00, 4767.84, 3438.04, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9411842,-106.9146261, 4907.0, 2022, 6, 24, 15, 17, 35, 351, 3531, 302, 84, 1.4, 0.8, 1.1, 0, 21, 30, 0, 0, 37, 0, 0, 0, 0, 26, 30, 34, 25, 0, 0, 32, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.31, 5, coast, -8.83, 55716.00, 4767.98, 3438.18, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.31, 5, coast, -8.83, 55716.00, 4767.98, 3438.18, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.31, 5, coast, -8.83, 55716.00, 4767.98, 3438.18, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.32, 5, coast, -9.81, 55699.00, 4770.27, 3440.47, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.33, 5, coast, -11.28, 55687.00, 4771.90, 3442.09, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.34, 5, coast, -9.32, 55687.00, 4771.90, 3442.09, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.35, 5, coast, -10.30, 55685.00, 4772.17, 3442.36, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.36, 5, coast, -9.81, 55669.00, 4774.33, 3444.53, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.37, 5, coast, -13.24, 55651.00, 4776.76, 3446.96, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.38, 5, coast, -11.77, 55674.00, 4773.65, 3443.85, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.39, 5, coast, -10.79, 55653.00, 4776.49, 3446.69, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.40, 5, coast, -10.79, 55636.00, 4778.79, 3448.99, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.41, 5, coast, -11.77, 55639.00, 4778.39, 3448.58, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.42, 5, coast, -11.28, 55628.00, 4779.87, 3450.07, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.43, 5, coast, -11.28, 55611.00, 4782.17, 3452.37, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.44, 5, coast, -13.24, 55613.00, 4781.90, 3452.10, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.45, 5, coast, -12.26, 55604.00, 4783.12, 3453.32, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.46, 5, coast, -11.77, 55592.00, 4784.74, 3454.94, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.47, 5, coast, -12.75, 55588.00, 4785.29, 3455.49, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.48, 5, coast, -10.30, 55585.00, 4785.69, 3455.89, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.49, 5, coast, -13.24, 55572.00, 4787.45, 3457.65, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.50, 5, coast, -9.81, 55570.00, 4787.72, 3457.92, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.51, 5, coast, -11.28, 55558.00, 4789.35, 3459.55, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.52, 5, coast, -9.32, 55565.00, 4788.40, 3458.60, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.53, 5, coast, -8.34, 55561.00, 4788.94, 3459.14, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.54, 5, coast, -14.22, 55558.00, 4789.35, 3459.55, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.54, 5, coast, -14.22, 55558.00, 4789.35, 3459.55, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.55, 5, coast, -9.81, 55550.00, 4790.43, 3460.63, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.56, 5, coast, -11.28, 55533.00, 4792.73, 3462.93, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.57, 5, coast, -12.75, 55531.00, 4793.00, 3463.20, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.58, 5, coast, -12.75, 55509.00, 4795.99, 3466.18, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.59, 5, coast, -12.75, 55515.00, 4795.17, 3465.37, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.60, 5, coast, -13.24, 55503.00, 4796.80, 3467.00, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.61, 5, coast, -12.75, 55502.00, 4796.93, 3467.13, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.62, 5, coast, -11.77, 55505.00, 4796.53, 3466.73, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.63, 5, coast, -9.81, 55492.00, 4798.29, 3468.49, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.64, 5, coast, -10.79, 55481.00, 4799.78, 3469.98, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.65, 5, coast, -11.28, 55475.00, 4800.59, 3470.79, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.66, 5, coast, -10.79, 55472.00, 4801.00, 3471.20, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.67, 5, coast, -12.26, 55462.00, 4802.36, 3472.56, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.68, 5, coast, -10.79, 55453.00, 4803.58, 3473.78, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.69, 5, coast, -11.77, 55444.00, 4804.80, 3475.00, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.70, 5, coast, -11.28, 55421.00, 4807.92, 3478.12, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.71, 5, coast, -14.22, 55434.00, 4806.15, 3476.35, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.72, 5, coast, -10.79, 55419.00, 4808.19, 3478.39, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.73, 5, coast, -10.79, 55416.00, 4808.60, 3478.80, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.74, 5, coast, -11.28, 55416.00, 4808.60, 3478.80, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.75, 5, coast, -12.26, 55398.00, 4811.04, 3481.24, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.76, 5, coast, -10.79, 55383.00, 4813.07, 3483.27, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.77, 5, coast, -11.77, 55372.00, 4814.57, 3484.77, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.78, 5, coast, -13.73, 55375.00, 4814.16, 3484.36, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.79, 5, coast, -11.77, 55378.00, 4813.75, 3483.95, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.80, 5, coast, -10.30, 55361.00, 4816.06, 3486.26, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.81, 5, coast, -11.77, 55356.00, 4816.74, 3486.94, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.82, 5, coast, -11.28, 55356.00, 4816.74, 3486.94, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.83, 5, coast, -10.79, 55343.00, 4818.51, 3488.71, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.84, 5, coast, -11.77, 55333.00, 4819.87, 3490.06, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.85, 5, coast, -11.77, 55331.00, 4820.14, 3490.34, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.86, 5, coast, -12.26, 55322.00, 4821.36, 3491.56, NaN, 33.9, 3.99, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.86, 5, coast, -12.26, 55322.00, 4821.36, 3491.56, NaN, 33.9, 3.99, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.87, 5, coast, -11.28, 55313.00, 4822.58, 3492.78, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.88, 5, coast, -11.77, 55321.00, 4821.50, 3491.69, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.89, 5, coast, -9.81, 55305.00, 4823.67, 3493.87, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.90, 5, coast, -10.30, 55296.00, 4824.89, 3495.09, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.91, 5, coast, -11.28, 55280.00, 4827.07, 3497.27, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.92, 5, coast, -10.79, 55287.00, 4826.12, 3496.32, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.93, 5, coast, -10.30, 55280.00, 4827.07, 3497.27, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.94, 5, coast, -12.75, 55274.00, 4827.88, 3498.08, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.95, 5, coast, -13.24, 55255.00, 4830.47, 3500.67, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.96, 5, coast, -14.22, 55258.00, 4830.06, 3500.26, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.97, 5, coast, -14.22, 55257.00, 4830.20, 3500.40, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.98, 5, coast, -12.75, 55248.00, 4831.42, 3501.62, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 19.99, 5, coast, -10.30, 55232.00, 4833.60, 3503.80, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.00, 5, coast, -11.28, 55232.00, 4833.60, 3503.80, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.01, 5, coast, -9.81, 55223.00, 4834.82, 3505.02, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.02, 5, coast, -13.24, 55212.00, 4836.32, 3506.52, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.03, 5, coast, -11.28, 55208.00, 4836.86, 3507.06, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.04, 5, coast, -11.28, 55214.00, 4836.05, 3506.25, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.05, 5, coast, -11.28, 55194.00, 4838.77, 3508.97, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.06, 5, coast, -9.32, 55198.00, 4838.22, 3508.42, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.07, 5, coast, -9.81, 55189.00, 4839.45, 3509.65, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.08, 5, coast, -10.79, 55176.00, 4841.22, 3511.42, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.09, 5, coast, -12.75, 55172.00, 4841.76, 3511.96, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.10, 5, coast, -9.81, 55168.00, 4842.31, 3512.51, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.11, 5, coast, -12.26, 55168.00, 4842.31, 3512.51, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.12, 5, coast, -9.32, 55154.00, 4844.22, 3514.42, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.13, 5, coast, -9.81, 55131.00, 4847.35, 3517.55, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.14, 5, coast, -11.28, 55149.00, 4844.90, 3515.10, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.15, 5, coast, -10.30, 55141.00, 4845.99, 3516.19, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.16, 5, coast, -11.28, 55129.00, 4847.62, 3517.82, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.17, 5, coast, -11.28, 55120.00, 4848.85, 3519.05, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.18, 5, coast, -9.32, 55107.00, 4850.62, 3520.82, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.18, 5, coast, -9.32, 55107.00, 4850.62, 3520.82, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.19, 5, coast, -10.30, 55108.00, 4850.48, 3520.68, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.20, 5, coast, -12.75, 55110.00, 4850.21, 3520.41, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.21, 5, coast, -14.22, 55091.00, 4852.80, 3523.00, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.22, 5, coast, -10.79, 55084.00, 4853.76, 3523.96, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.23, 5, coast, -10.79, 55090.00, 4852.94, 3523.14, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.24, 5, coast, -11.77, 55080.00, 4854.30, 3524.50, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.25, 5, coast, -11.28, 55087.00, 4853.35, 3523.55, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.26, 5, coast, -11.28, 55062.00, 4856.76, 3526.96, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.27, 5, coast, -9.32, 55058.00, 4857.30, 3527.50, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.28, 5, coast, -11.77, 55046.00, 4858.94, 3529.14, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.29, 5, coast, -10.30, 55049.00, 4858.53, 3528.73, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.30, 5, coast, -12.75, 55037.00, 4860.17, 3530.37, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9412842,-106.9148084, 5015.0, 2022, 6, 24, 15, 17, 36, 372, 3640, 302, 84, 1.4, 0.8, 1.1, 0, 22, 31, 0, 0, 26, 0, 0, 0, 0, 25, 26, 30, 37, 0, 0, 29, 0, 30, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 19, 0, 0 +6, 6583, 3,VE3LIC, 20.31, 5, coast, -10.79, 55022.00, 4862.21, 3532.41, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.31, 5, coast, -10.79, 55022.00, 4862.21, 3532.41, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.31, 5, coast, -10.79, 55022.00, 4862.21, 3532.41, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.32, 5, coast, -11.77, 55015.00, 4863.17, 3533.37, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.33, 5, coast, -13.24, 55015.00, 4863.17, 3533.37, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.34, 5, coast, -10.30, 55020.00, 4862.49, 3532.69, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.35, 5, coast, -11.28, 55005.00, 4864.53, 3534.73, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.36, 5, coast, -12.75, 55015.00, 4863.17, 3533.37, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.37, 5, coast, -8.83, 54994.00, 4866.04, 3536.24, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.38, 5, coast, -11.28, 54993.00, 4866.17, 3536.37, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.39, 5, coast, -7.35, 54985.00, 4867.27, 3537.46, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.40, 5, coast, -11.28, 54971.00, 4869.18, 3539.38, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.41, 5, coast, -9.32, 54972.00, 4869.04, 3539.24, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.42, 5, coast, -9.81, 54965.00, 4870.00, 3540.20, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.43, 5, coast, -11.77, 54960.00, 4870.68, 3540.88, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.44, 5, coast, -9.32, 54937.00, 4873.82, 3544.02, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.45, 5, coast, -8.83, 54940.00, 4873.41, 3543.61, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.46, 5, coast, -12.26, 54942.00, 4873.14, 3543.34, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.47, 5, coast, -11.77, 54935.00, 4874.10, 3544.29, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.48, 5, coast, -8.83, 54923.00, 4875.74, 3545.93, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.49, 5, coast, -13.24, 54915.00, 4876.83, 3547.03, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.50, 5, coast, -12.26, 54908.00, 4877.79, 3547.98, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.50, 5, coast, -12.26, 54908.00, 4877.79, 3547.98, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.51, 5, coast, -10.30, 54912.00, 4877.24, 3547.44, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.52, 5, coast, -9.81, 54899.00, 4879.02, 3549.22, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.53, 5, coast, -13.24, 54891.00, 4880.11, 3550.31, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.54, 5, coast, -8.34, 54889.00, 4880.38, 3550.58, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.55, 5, coast, -8.34, 54877.00, 4882.02, 3552.22, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.56, 5, coast, -13.24, 54875.00, 4882.30, 3552.50, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.57, 5, coast, -11.28, 54878.00, 4881.89, 3552.09, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.58, 5, coast, -11.77, 54868.00, 4883.26, 3553.45, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.59, 5, coast, -11.28, 54857.00, 4884.76, 3554.96, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.60, 5, coast, -11.28, 54846.00, 4886.27, 3556.46, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.61, 5, coast, -10.30, 54852.00, 4885.44, 3555.64, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.62, 5, coast, -8.34, 54840.00, 4887.09, 3557.29, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.63, 5, coast, -11.77, 54834.00, 4887.91, 3558.11, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.64, 5, coast, -10.30, 54825.00, 4889.14, 3559.34, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.65, 5, coast, -9.81, 54825.00, 4889.14, 3559.34, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.66, 5, coast, -9.81, 54821.00, 4889.69, 3559.89, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.67, 5, coast, -13.73, 54807.00, 4891.60, 3561.80, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.68, 5, coast, -12.75, 54800.00, 4892.56, 3562.76, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.69, 5, coast, -11.28, 54798.00, 4892.84, 3563.04, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.70, 5, coast, -10.30, 54797.00, 4892.97, 3563.17, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.71, 5, coast, -12.26, 54785.00, 4894.62, 3564.82, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.72, 5, coast, -8.83, 54780.00, 4895.30, 3565.50, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.73, 5, coast, -9.81, 54778.00, 4895.58, 3565.77, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.74, 5, coast, -13.24, 54772.00, 4896.40, 3566.60, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.75, 5, coast, -8.83, 54765.00, 4897.36, 3567.56, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.76, 5, coast, -10.30, 54758.00, 4898.31, 3568.51, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.77, 5, coast, -11.77, 54757.00, 4898.45, 3568.65, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.78, 5, coast, -10.30, 54749.00, 4899.55, 3569.75, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.79, 5, coast, -8.83, 54731.00, 4902.02, 3572.21, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.80, 5, coast, -11.28, 54733.00, 4901.74, 3571.94, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.81, 5, coast, -11.28, 54724.00, 4902.97, 3573.17, NaN, 33.9, 3.97, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.82, 5, coast, -10.79, 54729.00, 4902.29, 3572.49, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.82, 5, coast, -10.79, 54729.00, 4902.29, 3572.49, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 63.78, 63.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.83, 5, coast, -10.79, 54711.00, 4904.76, 3574.96, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.84, 5, coast, -10.30, 54713.00, 4904.48, 3574.68, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.85, 5, coast, -10.79, 54700.00, 4906.27, 3576.46, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.86, 5, coast, -11.77, 54701.00, 4906.13, 3576.33, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.87, 5, coast, -11.77, 54689.00, 4907.77, 3577.97, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.88, 5, coast, -12.26, 54700.00, 4906.27, 3576.46, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.89, 5, coast, -13.24, 54677.00, 4909.42, 3579.62, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.90, 5, coast, -11.77, 54682.00, 4908.73, 3578.93, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.91, 5, coast, -12.26, 54672.00, 4910.11, 3580.30, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.92, 5, coast, -12.26, 54657.00, 4912.16, 3582.36, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.93, 5, coast, -11.28, 54648.00, 4913.40, 3583.60, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.94, 5, coast, -12.75, 54645.00, 4913.81, 3584.01, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.95, 5, coast, -10.79, 54640.00, 4914.50, 3584.70, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.96, 5, coast, -11.77, 54634.00, 4915.32, 3585.52, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.97, 5, coast, -11.77, 54638.00, 4914.77, 3584.97, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.98, 5, coast, -9.81, 54624.00, 4916.69, 3586.89, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 20.99, 5, coast, -10.30, 54636.00, 4915.05, 3585.24, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.00, 5, coast, -7.85, 54613.00, 4918.20, 3588.40, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.01, 5, coast, -9.81, 54605.00, 4919.30, 3589.50, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.02, 5, coast, -11.28, 54613.00, 4918.20, 3588.40, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.03, 5, coast, -10.30, 54581.00, 4922.60, 3592.80, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.04, 5, coast, -8.34, 54595.00, 4920.67, 3590.87, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.05, 5, coast, -8.34, 54579.00, 4922.87, 3593.07, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.06, 5, coast, -9.32, 54578.00, 4923.01, 3593.21, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.07, 5, coast, -11.28, 54567.00, 4924.52, 3594.72, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.08, 5, coast, -10.30, 54551.00, 4926.72, 3596.92, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.09, 5, coast, -11.28, 54565.00, 4924.80, 3595.00, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.10, 5, coast, -7.85, 54555.00, 4926.17, 3596.37, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.11, 5, coast, -11.77, 54541.00, 4928.09, 3598.29, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.12, 5, coast, -9.81, 54539.00, 4928.37, 3598.57, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.13, 5, coast, -10.79, 54546.00, 4927.41, 3597.61, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.14, 5, coast, -10.79, 54529.00, 4929.74, 3599.94, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.14, 5, coast, -10.79, 54529.00, 4929.74, 3599.94, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.15, 5, coast, -13.24, 54530.00, 4929.61, 3599.81, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.16, 5, coast, -10.79, 54522.00, 4930.71, 3600.91, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.17, 5, coast, -11.77, 54509.00, 4932.49, 3602.69, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.18, 5, coast, -6.37, 54502.00, 4933.46, 3603.66, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.19, 5, coast, -11.77, 54512.00, 4932.08, 3602.28, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.20, 5, coast, -11.28, 54498.00, 4934.01, 3604.21, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.21, 5, coast, -12.75, 54500.00, 4933.73, 3603.93, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.22, 5, coast, -9.81, 54484.00, 4935.93, 3606.13, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.23, 5, coast, -7.85, 54469.00, 4938.00, 3608.20, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.24, 5, coast, -12.75, 54480.00, 4936.48, 3606.68, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.25, 5, coast, -9.81, 54466.00, 4938.41, 3608.61, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.26, 5, coast, -10.79, 54466.00, 4938.41, 3608.61, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.27, 5, coast, -10.79, 54449.00, 4940.75, 3610.95, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.28, 5, coast, -11.77, 54452.00, 4940.34, 3610.54, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.29, 5, coast, -10.79, 54455.00, 4939.92, 3610.12, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.30, 5, coast, -8.83, 54445.00, 4941.30, 3611.50, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9413720,-106.9149919, 5113.0, 2022, 6, 24, 15, 17, 37, 391, 3740, 302, 84, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 32, 0, 0, 0, 0, 37, 28, 29, 35, 0, 0, 27, 0, 35, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 20, 0, 0 +6, 6583, 3,VE3LIC, 21.31, 5, coast, -11.28, 54427.00, 4943.78, 3613.98, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.31, 5, coast, -11.28, 54427.00, 4943.78, 3613.98, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.31, 5, coast, -11.28, 54427.00, 4943.78, 3613.98, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.32, 5, coast, -11.77, 54436.00, 4942.54, 3612.74, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.33, 5, coast, -9.32, 54428.00, 4943.64, 3613.84, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.34, 5, coast, -12.26, 54412.00, 4945.84, 3616.04, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.35, 5, coast, -13.24, 54424.00, 4944.19, 3614.39, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.36, 5, coast, -12.26, 54408.00, 4946.39, 3616.59, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.37, 5, coast, -10.79, 54415.00, 4945.43, 3615.63, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.38, 5, coast, -11.28, 54396.00, 4948.05, 3618.25, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.39, 5, coast, -11.28, 54394.00, 4948.32, 3618.52, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.40, 5, coast, -10.30, 54391.00, 4948.74, 3618.93, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.41, 5, coast, -13.24, 54383.00, 4949.84, 3620.04, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.42, 5, coast, -11.77, 54373.00, 4951.22, 3621.41, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.43, 5, coast, -10.30, 54378.00, 4950.53, 3620.73, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.44, 5, coast, -9.32, 54368.00, 4951.90, 3622.10, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.45, 5, coast, -11.77, 54371.00, 4951.49, 3621.69, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.46, 5, coast, -10.30, 54363.00, 4952.59, 3622.79, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.46, 5, coast, -10.30, 54363.00, 4952.59, 3622.79, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 64.15, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.47, 5, coast, -12.75, 54356.00, 4953.56, 3623.76, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.48, 5, coast, -10.30, 54341.00, 4955.63, 3625.83, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.49, 5, coast, -11.77, 54339.00, 4955.90, 3626.10, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.50, 5, coast, -9.81, 54333.00, 4956.73, 3626.93, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.51, 5, coast, -9.81, 54328.00, 4957.42, 3627.62, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.52, 5, coast, -11.77, 54323.00, 4958.11, 3628.31, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.53, 5, coast, -8.34, 54314.00, 4959.35, 3629.55, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.54, 5, coast, -11.28, 54312.00, 4959.63, 3629.82, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.55, 5, coast, -10.30, 54309.00, 4960.04, 3630.24, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.56, 5, coast, -8.83, 54301.00, 4961.14, 3631.34, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.57, 5, coast, -11.28, 54312.00, 4959.63, 3629.82, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.58, 5, coast, -11.28, 54299.00, 4961.42, 3631.62, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.59, 5, coast, -11.28, 54276.00, 4964.59, 3634.79, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.60, 5, coast, -11.28, 54282.00, 4963.76, 3633.96, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.61, 5, coast, -12.75, 54275.00, 4964.73, 3634.93, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.62, 5, coast, -11.77, 54269.00, 4965.56, 3635.76, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.63, 5, coast, -11.28, 54264.00, 4966.25, 3636.45, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.64, 5, coast, -10.30, 54252.00, 4967.90, 3638.10, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.65, 5, coast, -12.26, 54259.00, 4966.94, 3637.14, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.66, 5, coast, -13.73, 54237.00, 4969.98, 3640.17, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.67, 5, coast, -11.28, 54244.00, 4969.01, 3639.21, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.68, 5, coast, -11.77, 54233.00, 4970.53, 3640.73, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.69, 5, coast, -11.77, 54242.00, 4969.28, 3639.48, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.70, 5, coast, -14.22, 54231.00, 4970.80, 3641.00, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.71, 5, coast, -9.81, 54224.00, 4971.77, 3641.97, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.72, 5, coast, -9.32, 54214.00, 4973.15, 3643.35, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.73, 5, coast, -8.34, 54212.00, 4973.43, 3643.63, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.74, 5, coast, -12.75, 54209.00, 4973.84, 3644.04, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.75, 5, coast, -12.75, 54198.00, 4975.36, 3645.56, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.76, 5, coast, -11.77, 54209.00, 4973.84, 3644.04, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.77, 5, coast, -10.79, 54196.00, 4975.64, 3645.84, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.78, 5, coast, -11.28, 54175.00, 4978.54, 3648.74, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.78, 5, coast, -11.28, 54175.00, 4978.54, 3648.74, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 63.78, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.79, 5, coast, -12.26, 54193.00, 4976.05, 3646.25, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.80, 5, coast, -10.30, 54177.00, 4978.26, 3648.46, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.81, 5, coast, -10.30, 54175.00, 4978.54, 3648.74, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.82, 5, coast, -10.79, 54180.00, 4977.85, 3648.05, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.83, 5, coast, -12.26, 54165.00, 4979.92, 3650.12, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.84, 5, coast, -11.28, 54162.00, 4980.34, 3650.54, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.85, 5, coast, -10.30, 54155.00, 4981.30, 3651.50, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.86, 5, coast, -8.83, 54138.00, 4983.65, 3653.85, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.87, 5, coast, -10.79, 54147.00, 4982.41, 3652.61, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.88, 5, coast, -11.77, 54134.00, 4984.21, 3654.41, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.89, 5, coast, -10.30, 54126.00, 4985.31, 3655.51, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.90, 5, coast, -13.24, 54122.00, 4985.87, 3656.07, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.91, 5, coast, -10.30, 54116.00, 4986.70, 3656.90, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.92, 5, coast, -11.28, 54116.00, 4986.70, 3656.90, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.93, 5, coast, -9.81, 54113.00, 4987.11, 3657.31, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.94, 5, coast, -11.28, 54106.00, 4988.08, 3658.28, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.95, 5, coast, -10.79, 54101.00, 4988.77, 3658.97, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.96, 5, coast, -12.75, 54087.00, 4990.71, 3660.91, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.97, 5, coast, -8.34, 54091.00, 4990.16, 3660.36, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.98, 5, coast, -9.81, 54088.00, 4990.57, 3660.77, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 21.99, 5, coast, -8.83, 54084.00, 4991.13, 3661.32, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.00, 5, coast, -9.81, 54080.00, 4991.68, 3661.88, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.01, 5, coast, -12.26, 54088.00, 4990.57, 3660.77, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.02, 5, coast, -14.22, 54059.00, 4994.59, 3664.78, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.03, 5, coast, -12.26, 54063.00, 4994.03, 3664.23, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.04, 5, coast, -12.75, 54057.00, 4994.86, 3665.06, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.05, 5, coast, -9.81, 54048.00, 4996.11, 3666.31, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.06, 5, coast, -8.83, 54040.00, 4997.22, 3667.42, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.07, 5, coast, -10.79, 54047.00, 4996.25, 3666.45, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.08, 5, coast, -12.75, 54031.00, 4998.46, 3668.66, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.09, 5, coast, -10.79, 54037.00, 4997.63, 3667.83, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.10, 5, coast, -8.83, 54034.00, 4998.05, 3668.25, NaN, 33.9, 3.99, 3.99, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.10, 5, coast, -8.83, 54034.00, 4998.05, 3668.25, NaN, 33.9, 3.99, 3.99, 3.99, 0.00, 0.00, 0.00, 64.15, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.11, 5, coast, -11.28, 54017.00, 5000.40, 3670.60, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.12, 5, coast, -10.30, 54020.00, 4999.99, 3670.19, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.13, 5, coast, -10.79, 54017.00, 5000.40, 3670.60, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.14, 5, coast, -10.30, 54008.00, 5001.65, 3671.85, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.15, 5, coast, -11.28, 54010.00, 5001.37, 3671.57, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.16, 5, coast, -11.28, 53997.00, 5003.17, 3673.37, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.17, 5, coast, -9.32, 53985.00, 5004.84, 3675.04, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.18, 5, coast, -8.83, 53976.00, 5006.08, 3676.28, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.19, 5, coast, -12.75, 53983.00, 5005.11, 3675.31, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.20, 5, coast, -8.34, 53980.00, 5005.53, 3675.73, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.21, 5, coast, -11.28, 53975.00, 5006.22, 3676.42, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.22, 5, coast, -10.30, 53958.00, 5008.58, 3678.78, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.23, 5, coast, -10.30, 53974.00, 5006.36, 3676.56, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.24, 5, coast, -10.30, 53979.00, 5005.67, 3675.87, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.25, 5, coast, -12.26, 53956.00, 5008.86, 3679.06, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.26, 5, coast, -11.28, 53961.00, 5008.16, 3678.36, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.27, 5, coast, -9.32, 53952.00, 5009.41, 3679.61, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.28, 5, coast, -9.81, 53933.00, 5012.05, 3682.25, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.29, 5, coast, -10.30, 53929.00, 5012.60, 3682.80, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.30, 5, coast, -12.75, 53929.00, 5012.60, 3682.80, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9414798,-106.9151756, 5200.0, 2022, 6, 24, 15, 17, 38, 412, 3828, 302, 84, 1.4, 0.8, 1.1, 0, 33, 29, 0, 0, 34, 0, 0, 0, 0, 33, 37, 30, 27, 0, 0, 27, 0, 30, 33, 0, 0, 0, 37, 0, 0, 0, 0, 0, 22, 0, 0 +6, 6583, 3,VE3LIC, 22.31, 5, coast, -9.81, 53923.00, 5013.43, 3683.63, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.31, 5, coast, -9.81, 53923.00, 5013.43, 3683.63, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.31, 5, coast, -9.81, 53923.00, 5013.43, 3683.63, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.32, 5, coast, -8.34, 53920.00, 5013.85, 3684.05, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.33, 5, coast, -7.85, 53919.00, 5013.99, 3684.19, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.34, 5, coast, -9.81, 53929.00, 5012.60, 3682.80, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.35, 5, coast, -11.28, 53912.00, 5014.96, 3685.16, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.36, 5, coast, -10.30, 53895.00, 5017.32, 3687.52, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.37, 5, coast, -10.30, 53909.00, 5015.38, 3685.57, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.38, 5, coast, -12.75, 53902.00, 5016.35, 3686.55, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.39, 5, coast, -10.30, 53895.00, 5017.32, 3687.52, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.40, 5, coast, -10.79, 53870.00, 5020.79, 3690.99, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.41, 5, coast, -11.28, 53884.00, 5018.85, 3689.04, NaN, 33.9, 3.99, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.42, 5, coast, -10.79, 53869.00, 5020.93, 3691.13, NaN, 33.9, 4.01, 3.98, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.42, 5, coast, -10.79, 53869.00, 5020.93, 3691.13, NaN, 33.9, 4.01, 3.98, 3.99, 0.03, 0.00, 0.00, 64.21, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.43, 5, coast, -10.30, 53865.00, 5021.48, 3691.68, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.44, 5, coast, -10.79, 53868.00, 5021.07, 3691.27, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.45, 5, coast, -9.32, 53851.00, 5023.43, 3693.63, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.46, 5, coast, -9.81, 53855.00, 5022.87, 3693.07, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.47, 5, coast, -10.79, 53836.00, 5025.51, 3695.71, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.48, 5, coast, -8.83, 53852.00, 5023.29, 3693.49, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.49, 5, coast, -13.24, 53844.00, 5024.40, 3694.60, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.50, 5, coast, -11.77, 53844.00, 5024.40, 3694.60, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.51, 5, coast, -7.85, 53825.00, 5027.04, 3697.24, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.52, 5, coast, -11.28, 53823.00, 5027.32, 3697.52, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.53, 5, coast, -10.79, 53833.00, 5025.93, 3696.13, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.54, 5, coast, -9.81, 53814.00, 5028.57, 3698.77, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.55, 5, coast, -10.79, 53812.00, 5028.85, 3699.04, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.56, 5, coast, -8.83, 53817.00, 5028.15, 3698.35, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.57, 5, coast, -9.32, 53805.00, 5029.82, 3700.02, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.58, 5, coast, -6.86, 53797.00, 5030.93, 3701.13, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.59, 5, coast, -13.24, 53798.00, 5030.79, 3700.99, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.60, 5, coast, -10.79, 53795.00, 5031.21, 3701.41, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.61, 5, coast, -8.83, 53787.00, 5032.32, 3702.52, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.62, 5, coast, -9.81, 53791.00, 5031.76, 3701.96, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.63, 5, coast, -8.83, 53781.00, 5033.15, 3703.35, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.64, 5, coast, -10.30, 53780.00, 5033.29, 3703.49, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.65, 5, coast, -10.79, 53776.00, 5033.85, 3704.05, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.66, 5, coast, -11.28, 53775.00, 5033.99, 3704.19, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.67, 5, coast, -10.79, 53757.00, 5036.49, 3706.69, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.68, 5, coast, -10.79, 53762.00, 5035.80, 3705.99, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.69, 5, coast, -8.83, 53745.00, 5038.16, 3708.36, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.70, 5, coast, -10.79, 53765.00, 5035.38, 3705.58, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.71, 5, coast, -10.79, 53746.00, 5038.02, 3708.22, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.72, 5, coast, -9.32, 53741.00, 5038.72, 3708.92, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.73, 5, coast, -11.28, 53731.00, 5040.11, 3710.31, NaN, 33.9, 4.01, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.74, 5, coast, -12.26, 53730.00, 5040.25, 3710.45, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.74, 5, coast, -12.26, 53730.00, 5040.25, 3710.45, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.75, 5, coast, -10.79, 53729.00, 5040.39, 3710.59, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.76, 5, coast, -10.30, 53728.00, 5040.53, 3710.72, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.77, 5, coast, -10.30, 53722.00, 5041.36, 3711.56, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.78, 5, coast, -8.34, 53721.00, 5041.50, 3711.70, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.79, 5, coast, -9.32, 53712.00, 5042.75, 3712.95, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.80, 5, coast, -9.32, 53703.00, 5044.00, 3714.20, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.81, 5, coast, -10.79, 53700.00, 5044.42, 3714.62, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.82, 5, coast, -10.79, 53682.00, 5046.93, 3717.13, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.83, 5, coast, -12.75, 53702.00, 5044.14, 3714.34, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.84, 5, coast, -10.30, 53691.00, 5045.67, 3715.87, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.85, 5, coast, -10.79, 53686.00, 5046.37, 3716.57, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.86, 5, coast, -9.81, 53679.00, 5047.35, 3717.54, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.87, 5, coast, -10.30, 53677.00, 5047.62, 3717.82, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.88, 5, coast, -9.81, 53684.00, 5046.65, 3716.85, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.89, 5, coast, -9.81, 53659.00, 5050.13, 3720.33, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.90, 5, coast, -9.81, 53660.00, 5049.99, 3720.19, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.91, 5, coast, -10.79, 53666.00, 5049.16, 3719.35, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.92, 5, coast, -10.30, 53653.00, 5050.97, 3721.17, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.93, 5, coast, -9.81, 53649.00, 5051.52, 3721.72, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.94, 5, coast, -6.86, 53655.00, 5050.69, 3720.89, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.95, 5, coast, -11.28, 53644.00, 5052.22, 3722.42, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.96, 5, coast, -9.81, 53641.00, 5052.64, 3722.84, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.97, 5, coast, -9.32, 53629.00, 5054.31, 3724.51, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.98, 5, coast, -9.81, 53640.00, 5052.78, 3722.98, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 22.99, 5, coast, -10.79, 53623.00, 5055.15, 3725.35, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.00, 5, coast, -12.26, 53634.00, 5053.61, 3723.81, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.01, 5, coast, -9.81, 53624.00, 5055.01, 3725.21, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.02, 5, coast, -8.83, 53613.00, 5056.54, 3726.74, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.03, 5, coast, -11.28, 53612.00, 5056.68, 3726.88, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.04, 5, coast, -8.83, 53608.00, 5057.24, 3727.44, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.05, 5, coast, -10.79, 53595.00, 5059.05, 3729.25, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.06, 5, coast, -10.79, 53597.00, 5058.77, 3728.97, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.06, 5, coast, -10.79, 53597.00, 5058.77, 3728.97, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.07, 5, coast, -11.77, 53593.00, 5059.33, 3729.53, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.08, 5, coast, -9.81, 53597.00, 5058.77, 3728.97, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.09, 5, coast, -8.83, 53586.00, 5060.30, 3730.50, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.10, 5, coast, -11.28, 53586.00, 5060.30, 3730.50, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.11, 5, coast, -11.77, 53573.00, 5062.12, 3732.32, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.12, 5, coast, -9.81, 53592.00, 5059.47, 3729.67, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.13, 5, coast, -10.30, 53568.00, 5062.81, 3733.01, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.14, 5, coast, -10.30, 53563.00, 5063.51, 3733.71, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.15, 5, coast, -12.75, 53562.00, 5063.65, 3733.85, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.16, 5, coast, -12.26, 53548.00, 5065.60, 3735.80, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.17, 5, coast, -11.77, 53559.00, 5064.07, 3734.27, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.18, 5, coast, -11.77, 53535.00, 5067.42, 3737.62, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.19, 5, coast, -8.34, 53558.00, 5064.21, 3734.41, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.20, 5, coast, -11.28, 53544.00, 5066.16, 3736.36, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.21, 5, coast, -13.24, 53548.00, 5065.60, 3735.80, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.22, 5, coast, -10.30, 53516.00, 5070.07, 3740.27, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.23, 5, coast, -12.75, 53517.00, 5069.93, 3740.13, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.24, 5, coast, -10.79, 53516.00, 5070.07, 3740.27, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.25, 5, coast, -8.83, 53521.00, 5069.37, 3739.57, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.26, 5, coast, -12.26, 53519.00, 5069.65, 3739.85, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.27, 5, coast, -9.32, 53498.00, 5072.58, 3742.78, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.28, 5, coast, -9.32, 53510.00, 5070.91, 3741.11, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.29, 5, coast, -10.79, 53512.00, 5070.63, 3740.83, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.30, 5, coast, -13.73, 53506.00, 5071.47, 3741.66, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9415781,-106.9153472, 5276.0, 2022, 6, 24, 15, 17, 39, 432, 3906, 302, 84, 1.4, 0.8, 1.1, 0, 32, 20, 0, 0, 35, 0, 0, 0, 0, 30, 34, 25, 29, 0, 0, 38, 0, 34, 27, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 23.31, 5, coast, -10.30, 53491.00, 5073.56, 3743.76, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.31, 5, coast, -10.30, 53491.00, 5073.56, 3743.76, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.31, 5, coast, -10.30, 53491.00, 5073.56, 3743.76, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.32, 5, coast, -10.79, 53483.00, 5074.68, 3744.88, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.33, 5, coast, -11.28, 53492.00, 5073.42, 3743.62, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.34, 5, coast, -9.81, 53488.00, 5073.98, 3744.18, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.35, 5, coast, -8.34, 53477.00, 5075.51, 3745.71, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.36, 5, coast, -10.30, 53472.00, 5076.21, 3746.41, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.37, 5, coast, -8.34, 53482.00, 5074.82, 3745.02, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.38, 5, coast, -12.26, 53466.00, 5077.05, 3747.25, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.38, 5, coast, -12.26, 53466.00, 5077.05, 3747.25, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.39, 5, coast, -10.79, 53466.00, 5077.05, 3747.25, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.40, 5, coast, -9.81, 53454.00, 5078.73, 3748.93, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.41, 5, coast, -10.30, 53451.00, 5079.15, 3749.35, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.42, 5, coast, -11.28, 53463.00, 5077.47, 3747.67, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.43, 5, coast, -12.75, 53448.00, 5079.57, 3749.76, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.44, 5, coast, -12.75, 53446.00, 5079.85, 3750.04, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.45, 5, coast, -10.79, 53436.00, 5081.24, 3751.44, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.46, 5, coast, -10.79, 53450.00, 5079.29, 3749.49, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.47, 5, coast, -13.73, 53439.00, 5080.82, 3751.02, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.48, 5, coast, -9.81, 53435.00, 5081.38, 3751.58, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.49, 5, coast, -11.28, 53434.00, 5081.52, 3751.72, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.50, 5, coast, -10.30, 53440.00, 5080.68, 3750.88, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.51, 5, coast, -10.79, 53429.00, 5082.22, 3752.42, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.52, 5, coast, -8.83, 53415.00, 5084.18, 3754.38, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.53, 5, coast, -11.77, 53406.00, 5085.44, 3755.64, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.54, 5, coast, -7.85, 53402.00, 5086.00, 3756.19, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.55, 5, coast, -14.71, 53402.00, 5086.00, 3756.19, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.56, 5, coast, -11.28, 53397.00, 5086.69, 3756.89, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.57, 5, coast, -9.32, 53392.00, 5087.39, 3757.59, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.58, 5, coast, -10.79, 53408.00, 5085.16, 3755.36, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.59, 5, coast, -10.30, 53395.00, 5086.97, 3757.17, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.60, 5, coast, -12.26, 53381.00, 5088.93, 3759.13, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.61, 5, coast, -10.79, 53385.00, 5088.37, 3758.57, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.62, 5, coast, -10.79, 53384.00, 5088.51, 3758.71, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.63, 5, coast, -7.35, 53372.00, 5090.19, 3760.39, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.64, 5, coast, -10.30, 53383.00, 5088.65, 3758.85, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.65, 5, coast, -9.81, 53379.00, 5089.21, 3759.41, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.66, 5, coast, -7.85, 53359.00, 5092.01, 3762.21, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.67, 5, coast, -11.28, 53352.00, 5092.99, 3763.19, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.68, 5, coast, -12.26, 53359.00, 5092.01, 3762.21, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.69, 5, coast, -10.79, 53343.00, 5094.25, 3764.45, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.70, 5, coast, -8.34, 53359.00, 5092.01, 3762.21, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.70, 5, coast, -8.34, 53359.00, 5092.01, 3762.21, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.71, 5, coast, -9.32, 53347.00, 5093.69, 3763.89, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.72, 5, coast, -12.26, 53345.00, 5093.97, 3764.17, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.73, 5, coast, -8.34, 53333.00, 5095.65, 3765.85, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.74, 5, coast, -11.28, 53326.00, 5096.63, 3766.83, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.75, 5, coast, -12.26, 53326.00, 5096.63, 3766.83, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.76, 5, coast, -11.28, 53336.00, 5095.23, 3765.43, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.77, 5, coast, -9.81, 53325.00, 5096.77, 3766.97, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.78, 5, coast, -11.77, 53321.00, 5097.33, 3767.53, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.79, 5, coast, -10.79, 53319.00, 5097.61, 3767.81, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.80, 5, coast, -9.32, 53314.00, 5098.31, 3768.51, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.81, 5, coast, -12.75, 53303.00, 5099.85, 3770.05, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.82, 5, coast, -11.28, 53315.00, 5098.17, 3768.37, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.83, 5, coast, -11.77, 53298.00, 5100.55, 3770.75, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.84, 5, coast, -9.81, 53314.00, 5098.31, 3768.51, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.85, 5, coast, -13.24, 53294.00, 5101.11, 3771.31, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.86, 5, coast, -10.79, 53287.00, 5102.09, 3772.29, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.87, 5, coast, -9.32, 53286.00, 5102.23, 3772.43, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.88, 5, coast, -9.32, 53290.00, 5101.67, 3771.87, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.89, 5, coast, -8.83, 53275.00, 5103.77, 3773.97, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.90, 5, coast, -9.32, 53286.00, 5102.23, 3772.43, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.91, 5, coast, -8.83, 53270.00, 5104.47, 3774.67, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.92, 5, coast, -10.79, 53283.00, 5102.65, 3772.85, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.93, 5, coast, -9.81, 53274.00, 5103.91, 3774.11, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.94, 5, coast, -11.77, 53269.00, 5104.61, 3774.81, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.95, 5, coast, -10.30, 53263.00, 5105.45, 3775.65, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.96, 5, coast, -10.79, 53256.00, 5106.43, 3776.63, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.97, 5, coast, -9.32, 53259.00, 5106.01, 3776.21, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.98, 5, coast, -10.79, 53249.00, 5107.41, 3777.61, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 23.99, 5, coast, -14.22, 53239.00, 5108.81, 3779.01, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.00, 5, coast, -10.79, 53253.00, 5106.85, 3777.05, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.01, 5, coast, -11.28, 53247.00, 5107.69, 3777.89, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.02, 5, coast, -10.79, 53235.00, 5109.38, 3779.57, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.02, 5, coast, -10.79, 53235.00, 5109.38, 3779.57, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.03, 5, coast, -9.81, 53240.00, 5108.67, 3778.87, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.04, 5, coast, -10.79, 53229.00, 5110.22, 3780.42, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.05, 5, coast, -9.81, 53224.00, 5110.92, 3781.12, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.06, 5, coast, -11.28, 53226.00, 5110.64, 3780.84, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.07, 5, coast, -11.77, 53229.00, 5110.22, 3780.42, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.08, 5, coast, -13.24, 53212.00, 5112.60, 3782.80, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.09, 5, coast, -10.30, 53210.00, 5112.88, 3783.08, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.10, 5, coast, -9.32, 53209.00, 5113.02, 3783.22, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.11, 5, coast, -6.86, 53214.00, 5112.32, 3782.52, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.12, 5, coast, -8.83, 53202.00, 5114.00, 3784.20, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.13, 5, coast, -12.26, 53184.00, 5116.53, 3786.73, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.14, 5, coast, -10.30, 53204.00, 5113.72, 3783.92, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.15, 5, coast, -10.79, 53191.00, 5115.55, 3785.74, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.16, 5, coast, -11.77, 53187.00, 5116.11, 3786.31, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.17, 5, coast, -11.77, 53183.00, 5116.67, 3786.87, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.18, 5, coast, -9.32, 53184.00, 5116.53, 3786.73, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.19, 5, coast, -10.79, 53170.00, 5118.49, 3788.69, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.20, 5, coast, -12.26, 53173.00, 5118.07, 3788.27, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.21, 5, coast, -10.30, 53164.00, 5119.33, 3789.53, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.22, 5, coast, -11.28, 53173.00, 5118.07, 3788.27, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.23, 5, coast, -12.75, 53177.00, 5117.51, 3787.71, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.24, 5, coast, -10.79, 53148.00, 5121.58, 3791.78, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.25, 5, coast, -9.81, 53164.00, 5119.33, 3789.53, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.26, 5, coast, -11.28, 53164.00, 5119.33, 3789.53, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.27, 5, coast, -13.73, 53138.00, 5122.98, 3793.18, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.28, 5, coast, -9.81, 53145.00, 5122.00, 3792.20, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.29, 5, coast, -8.34, 53144.00, 5122.14, 3792.34, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.30, 5, coast, -9.81, 53132.00, 5123.83, 3794.02, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9416765,-106.9155211, 5341.0, 2022, 6, 24, 15, 17, 40, 451, 3973, 302, 83, 1.4, 0.8, 1.1, 0, 26, 33, 0, 0, 31, 0, 0, 0, 0, 24, 21, 31, 37, 0, 0, 25, 0, 30, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 24.31, 5, coast, -9.32, 53143.00, 5122.28, 3792.48, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.31, 5, coast, -9.32, 53143.00, 5122.28, 3792.48, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.31, 5, coast, -9.32, 53143.00, 5122.28, 3792.48, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.32, 5, coast, -13.24, 53138.00, 5122.98, 3793.18, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.33, 5, coast, -9.32, 53130.00, 5124.11, 3794.30, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.34, 5, coast, -9.81, 53113.00, 5126.49, 3796.69, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.34, 5, coast, -9.81, 53113.00, 5126.49, 3796.69, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 63.91, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.35, 5, coast, -11.28, 53130.00, 5124.11, 3794.30, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.36, 5, coast, -10.79, 53122.00, 5125.23, 3795.43, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.37, 5, coast, -10.79, 53120.00, 5125.51, 3795.71, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.38, 5, coast, -9.32, 53125.00, 5124.81, 3795.01, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.39, 5, coast, -10.30, 53114.00, 5126.35, 3796.55, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.40, 5, coast, -9.81, 53110.00, 5126.91, 3797.11, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.41, 5, coast, -12.75, 53099.00, 5128.46, 3798.66, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.42, 5, coast, -11.77, 53109.00, 5127.05, 3797.25, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.43, 5, coast, -11.28, 53093.00, 5129.30, 3799.50, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.44, 5, coast, -10.79, 53092.00, 5129.44, 3799.64, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.45, 5, coast, -12.75, 53095.00, 5129.02, 3799.22, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.46, 5, coast, -11.77, 53088.00, 5130.00, 3800.20, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.47, 5, coast, -12.26, 53098.00, 5128.60, 3798.80, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.48, 5, coast, -12.26, 53094.00, 5129.16, 3799.36, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.49, 5, coast, -9.81, 53077.00, 5131.55, 3801.75, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.50, 5, coast, -10.30, 53076.00, 5131.69, 3801.89, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.51, 5, coast, -11.28, 53083.00, 5130.71, 3800.91, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.52, 5, coast, -8.34, 53076.00, 5131.69, 3801.89, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.53, 5, coast, -10.30, 53073.00, 5132.11, 3802.31, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.54, 5, coast, -11.77, 53069.00, 5132.67, 3802.87, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.55, 5, coast, -11.28, 53072.00, 5132.25, 3802.45, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.56, 5, coast, -10.79, 53065.00, 5133.24, 3803.44, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.57, 5, coast, -9.81, 53062.00, 5133.66, 3803.86, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.58, 5, coast, -11.28, 53053.00, 5134.92, 3805.12, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.59, 5, coast, -13.73, 53056.00, 5134.50, 3804.70, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.60, 5, coast, -8.83, 53050.00, 5135.34, 3805.54, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.61, 5, coast, -12.26, 53043.00, 5136.33, 3806.53, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.62, 5, coast, -6.86, 53044.00, 5136.19, 3806.39, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.63, 5, coast, -10.30, 53038.00, 5137.03, 3807.23, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.64, 5, coast, -10.79, 53045.00, 5136.05, 3806.25, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.65, 5, coast, -12.26, 53032.00, 5137.88, 3808.07, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.66, 5, coast, -9.81, 53031.00, 5138.02, 3808.22, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.66, 5, coast, -9.81, 53031.00, 5138.02, 3808.22, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.67, 5, coast, -11.28, 53027.00, 5138.58, 3808.78, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.68, 5, coast, -9.81, 53041.00, 5136.61, 3806.81, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.69, 5, coast, -8.34, 53029.00, 5138.30, 3808.50, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.70, 5, coast, -10.30, 53021.00, 5139.42, 3809.62, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.71, 5, coast, -10.30, 53012.00, 5140.69, 3810.89, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.72, 5, coast, -11.77, 53011.00, 5140.83, 3811.03, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.73, 5, coast, -11.28, 53016.00, 5140.13, 3810.32, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.74, 5, coast, -11.28, 53006.00, 5141.53, 3811.73, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.75, 5, coast, -12.26, 53011.00, 5140.83, 3811.03, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.76, 5, coast, -10.79, 53006.00, 5141.53, 3811.73, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.77, 5, coast, -10.30, 53002.00, 5142.09, 3812.29, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.78, 5, coast, -7.85, 53011.00, 5140.83, 3811.03, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.79, 5, coast, -9.81, 52996.00, 5142.94, 3813.14, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.80, 5, coast, -8.34, 52990.00, 5143.78, 3813.98, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.81, 5, coast, -10.79, 53001.00, 5142.24, 3812.43, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.82, 5, coast, -8.83, 52973.00, 5146.18, 3816.37, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.83, 5, coast, -8.83, 52987.00, 5144.21, 3814.40, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.84, 5, coast, -8.34, 52986.00, 5144.35, 3814.55, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.85, 5, coast, -8.83, 52975.00, 5145.89, 3816.09, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.86, 5, coast, -12.75, 52978.00, 5145.47, 3815.67, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.87, 5, coast, -11.77, 52974.00, 5146.03, 3816.23, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.88, 5, coast, -10.30, 52966.00, 5147.16, 3817.36, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.89, 5, coast, -11.77, 52972.00, 5146.32, 3816.52, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.90, 5, coast, -10.30, 52959.00, 5148.15, 3818.35, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.91, 5, coast, -11.28, 52953.00, 5148.99, 3819.19, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.92, 5, coast, -7.85, 52970.00, 5146.60, 3816.80, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.93, 5, coast, -10.79, 52952.00, 5149.13, 3819.33, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.94, 5, coast, -8.83, 52955.00, 5148.71, 3818.91, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.95, 5, coast, -8.34, 52951.00, 5149.27, 3819.47, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.96, 5, coast, -9.32, 52953.00, 5148.99, 3819.19, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.97, 5, coast, -10.30, 52956.00, 5148.57, 3818.77, NaN, 33.9, 4.00, 3.98, 3.98, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.98, 5, coast, -10.79, 52940.00, 5150.82, 3821.02, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.98, 5, coast, -10.79, 52940.00, 5150.82, 3821.02, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.01, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 24.99, 5, coast, -11.28, 52932.00, 5151.95, 3822.15, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.00, 5, coast, -10.30, 52941.00, 5150.68, 3820.88, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.01, 5, coast, -11.77, 52934.00, 5151.67, 3821.87, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.02, 5, coast, -8.83, 52936.00, 5151.38, 3821.58, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.03, 5, coast, -11.77, 52917.00, 5154.06, 3824.26, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.04, 5, coast, -9.32, 52919.00, 5153.78, 3823.98, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.05, 5, coast, -8.83, 52926.00, 5152.79, 3822.99, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.06, 5, coast, -8.34, 52921.00, 5153.50, 3823.70, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.07, 5, coast, -10.30, 52923.00, 5153.22, 3823.41, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.08, 5, coast, -8.83, 52920.00, 5153.64, 3823.84, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.09, 5, coast, -8.34, 52920.00, 5153.64, 3823.84, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.10, 5, coast, -12.26, 52911.00, 5154.91, 3825.10, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.11, 5, coast, -9.81, 52914.00, 5154.48, 3824.68, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.12, 5, coast, -11.77, 52912.00, 5154.76, 3824.96, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.13, 5, coast, -11.28, 52915.00, 5154.34, 3824.54, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.14, 5, coast, -10.79, 52898.00, 5156.74, 3826.94, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.15, 5, coast, -9.32, 52897.00, 5156.88, 3827.08, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.16, 5, coast, -10.30, 52898.00, 5156.74, 3826.94, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.17, 5, coast, -8.34, 52891.00, 5157.72, 3827.92, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.18, 5, coast, -10.79, 52892.00, 5157.58, 3827.78, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.19, 5, coast, -8.34, 52887.00, 5158.29, 3828.49, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.20, 5, coast, -8.34, 52888.00, 5158.15, 3828.35, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.21, 5, coast, -9.81, 52877.00, 5159.70, 3829.90, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.22, 5, coast, -10.30, 52875.00, 5159.98, 3830.18, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.23, 5, coast, -9.81, 52873.00, 5160.26, 3830.46, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.24, 5, coast, -9.32, 52882.00, 5158.99, 3829.19, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.25, 5, coast, -13.24, 52880.00, 5159.27, 3829.47, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.26, 5, coast, -13.24, 52879.00, 5159.41, 3829.61, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.27, 5, coast, -9.81, 52873.00, 5160.26, 3830.46, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.28, 5, coast, -14.71, 52865.00, 5161.39, 3831.59, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.29, 5, coast, -11.28, 52859.00, 5162.23, 3832.43, NaN, 33.9, 3.98, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.30, 5, coast, -10.30, 52859.00, 5162.23, 3832.43, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.30, 5, coast, -10.30, 52859.00, 5162.23, 3832.43, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 63.72, 64.15, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.31, 5, coast, -10.30, 52859.00, 5162.23, 3832.43, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.31, 5, coast, -10.30, 52859.00, 5162.23, 3832.43, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.31, 5, coast, -10.30, 52859.00, 5162.23, 3832.43, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9417745,-106.9156941, 5397.0, 2022, 6, 24, 15, 17, 41, 471, 4031, 302, 83, 1.4, 0.8, 1.1, 0, 36, 32, 0, 0, 34, 0, 0, 0, 0, 37, 30, 28, 29, 0, 0, 30, 0, 31, 25, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 25.32, 5, coast, -8.34, 52853.00, 5163.08, 3833.28, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.33, 5, coast, -6.37, 52855.00, 5162.80, 3833.00, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.34, 5, coast, -9.81, 52847.00, 5163.93, 3834.12, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.35, 5, coast, -11.28, 52844.00, 5164.35, 3834.55, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.36, 5, coast, -12.26, 52838.00, 5165.19, 3835.39, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.37, 5, coast, -8.34, 52837.00, 5165.34, 3835.54, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.38, 5, coast, -9.81, 52841.00, 5164.77, 3834.97, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.39, 5, coast, -7.85, 52846.00, 5164.07, 3834.27, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.40, 5, coast, -10.30, 52829.00, 5166.46, 3836.66, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.41, 5, coast, -11.77, 52844.00, 5164.35, 3834.55, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.42, 5, coast, -9.81, 52822.00, 5167.45, 3837.65, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.43, 5, coast, -6.86, 52842.00, 5164.63, 3834.83, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.44, 5, coast, -11.77, 52826.00, 5166.89, 3837.09, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.45, 5, coast, -11.77, 52813.00, 5168.72, 3838.92, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.46, 5, coast, -9.81, 52816.00, 5168.30, 3838.50, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.47, 5, coast, -10.79, 52807.00, 5169.57, 3839.77, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.48, 5, coast, -11.28, 52822.00, 5167.45, 3837.65, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.49, 5, coast, -7.85, 52809.00, 5169.29, 3839.48, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.50, 5, coast, -10.79, 52818.00, 5168.02, 3838.22, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.51, 5, coast, -9.81, 52810.00, 5169.14, 3839.34, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.52, 5, coast, -12.26, 52799.00, 5170.70, 3840.90, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.53, 5, coast, -9.81, 52806.00, 5169.71, 3839.91, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.54, 5, coast, -8.34, 52800.00, 5170.56, 3840.75, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.55, 5, coast, -9.81, 52795.00, 5171.26, 3841.46, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.56, 5, coast, -9.81, 52795.00, 5171.26, 3841.46, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.57, 5, coast, -12.75, 52790.00, 5171.97, 3842.17, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.58, 5, coast, -11.28, 52791.00, 5171.83, 3842.02, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.59, 5, coast, -11.28, 52788.00, 5172.25, 3842.45, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.60, 5, coast, -12.26, 52791.00, 5171.83, 3842.02, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.61, 5, coast, -12.26, 52794.00, 5171.40, 3841.60, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.62, 5, coast, -9.32, 52785.00, 5172.67, 3842.87, NaN, 33.9, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.62, 5, coast, -9.32, 52785.00, 5172.67, 3842.87, NaN, 33.9, 4.00, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.63, 5, coast, -11.28, 52782.00, 5173.10, 3843.30, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.64, 5, coast, -11.28, 52790.00, 5171.97, 3842.17, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.65, 5, coast, -9.32, 52778.00, 5173.66, 3843.86, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.66, 5, coast, -9.32, 52777.00, 5173.80, 3844.00, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.67, 5, coast, -11.28, 52774.00, 5174.23, 3844.42, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.68, 5, coast, -12.75, 52770.00, 5174.79, 3844.99, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.69, 5, coast, -11.77, 52771.00, 5174.65, 3844.85, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.70, 5, coast, -11.77, 52772.00, 5174.51, 3844.71, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.71, 5, coast, -8.83, 52763.00, 5175.78, 3845.98, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.72, 5, coast, -10.30, 52774.00, 5174.23, 3844.42, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.73, 5, coast, -11.77, 52766.00, 5175.35, 3845.55, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.74, 5, coast, -10.79, 52753.00, 5177.19, 3847.39, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.75, 5, coast, -10.30, 52767.00, 5175.21, 3845.41, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.76, 5, coast, -10.30, 52752.00, 5177.33, 3847.53, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.77, 5, coast, -9.81, 52759.00, 5176.34, 3846.54, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.78, 5, coast, -7.85, 52745.00, 5178.32, 3848.52, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.79, 5, coast, -9.81, 52751.00, 5177.47, 3847.67, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.80, 5, coast, -10.79, 52746.00, 5178.18, 3848.38, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.81, 5, coast, -9.32, 52744.00, 5178.46, 3848.66, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.82, 5, coast, -12.75, 52746.00, 5178.18, 3848.38, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.83, 5, coast, -10.79, 52730.00, 5180.44, 3850.64, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.84, 5, coast, -10.30, 52745.00, 5178.32, 3848.52, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.85, 5, coast, -10.79, 52739.00, 5179.17, 3849.37, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.86, 5, coast, -11.77, 52728.00, 5180.72, 3850.92, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.87, 5, coast, -12.75, 52734.00, 5179.87, 3850.07, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.88, 5, coast, -11.28, 52746.00, 5178.18, 3848.38, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.89, 5, coast, -9.32, 52712.00, 5182.98, 3853.18, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.90, 5, coast, -12.26, 52726.00, 5181.00, 3851.20, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.91, 5, coast, -9.32, 52719.00, 5181.99, 3852.19, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.92, 5, coast, -12.26, 52722.00, 5181.57, 3851.77, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.93, 5, coast, -8.83, 52724.00, 5181.29, 3851.49, NaN, 33.9, 4.00, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.94, 5, coast, -11.28, 52717.00, 5182.28, 3852.47, NaN, 33.9, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.94, 5, coast, -11.28, 52717.00, 5182.28, 3852.47, NaN, 33.9, 4.00, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.95, 5, coast, -11.28, 52719.00, 5181.99, 3852.19, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.96, 5, coast, -11.77, 52724.00, 5181.29, 3851.49, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.97, 5, coast, -10.30, 52704.00, 5184.11, 3854.31, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.98, 5, coast, -9.32, 52709.00, 5183.41, 3853.60, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 25.99, 5, coast, -10.79, 52712.00, 5182.98, 3853.18, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.00, 5, coast, -8.83, 52720.00, 5181.85, 3852.05, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.01, 5, coast, -7.85, 52702.00, 5184.40, 3854.59, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.02, 5, coast, -10.30, 52708.00, 5183.55, 3853.75, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.03, 5, coast, -6.37, 52695.00, 5185.38, 3855.58, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.04, 5, coast, -12.26, 52691.00, 5185.95, 3856.15, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.05, 5, coast, -11.28, 52692.00, 5185.81, 3856.01, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.06, 5, coast, -10.79, 52687.00, 5186.52, 3856.71, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.07, 5, coast, -10.30, 52686.00, 5186.66, 3856.86, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.08, 5, coast, -11.28, 52685.00, 5186.80, 3857.00, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.09, 5, coast, -8.83, 52693.00, 5185.67, 3855.87, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.10, 5, coast, -10.79, 52682.00, 5187.22, 3857.42, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.11, 5, coast, -9.32, 52695.00, 5185.38, 3855.58, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.12, 5, coast, -9.32, 52681.00, 5187.36, 3857.56, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.13, 5, coast, -10.79, 52676.00, 5188.07, 3858.27, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.14, 5, coast, -11.28, 52679.00, 5187.65, 3857.85, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.15, 5, coast, -10.30, 52684.00, 5186.94, 3857.14, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.16, 5, coast, -10.30, 52686.00, 5186.66, 3856.86, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.17, 5, coast, -10.79, 52676.00, 5188.07, 3858.27, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.18, 5, coast, -10.79, 52666.00, 5189.48, 3859.68, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.19, 5, coast, -10.79, 52661.00, 5190.19, 3860.39, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.20, 5, coast, -10.79, 52667.00, 5189.34, 3859.54, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.21, 5, coast, -11.77, 52666.00, 5189.48, 3859.68, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.22, 5, coast, -12.75, 52664.00, 5189.77, 3859.97, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.23, 5, coast, -9.81, 52653.00, 5191.32, 3861.52, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.24, 5, coast, -9.32, 52651.00, 5191.61, 3861.80, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.25, 5, coast, -10.30, 52649.00, 5191.89, 3862.09, NaN, 33.9, 4.00, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.26, 5, coast, -7.85, 52655.00, 5191.04, 3861.24, NaN, 33.9, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.26, 5, coast, -7.85, 52655.00, 5191.04, 3861.24, NaN, 33.9, 3.99, 3.98, 3.99, 0.02, 0.00, 0.00, 64.21, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.27, 5, coast, -12.26, 52651.00, 5191.61, 3861.80, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.28, 5, coast, -10.30, 52665.00, 5189.63, 3859.82, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.29, 5, coast, -12.75, 52661.00, 5190.19, 3860.39, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.30, 5, coast, -12.75, 52645.00, 5192.45, 3862.65, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9418522,-106.9158721, 5442.0, 2022, 6, 24, 15, 17, 42, 489, 4077, 302, 83, 1.4, 0.8, 1.1, 0, 39, 32, 0, 0, 32, 0, 0, 0, 0, 39, 23, 28, 31, 0, 0, 28, 0, 33, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.31, 5, coast, -12.26, 52646.00, 5192.31, 3862.51, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.31, 5, coast, -12.26, 52646.00, 5192.31, 3862.51, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.31, 5, coast, -12.26, 52646.00, 5192.31, 3862.51, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.32, 5, coast, -10.79, 52661.00, 5190.19, 3860.39, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.33, 5, coast, -9.81, 52645.00, 5192.45, 3862.65, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.34, 5, coast, -7.85, 52643.00, 5192.74, 3862.94, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.35, 5, coast, -9.81, 52633.00, 5194.15, 3864.35, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.36, 5, coast, -8.34, 52644.00, 5192.60, 3862.79, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.37, 5, coast, -11.28, 52635.00, 5193.87, 3864.07, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.38, 5, coast, -7.85, 52634.00, 5194.01, 3864.21, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.39, 5, coast, -13.73, 52632.00, 5194.29, 3864.49, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.40, 5, coast, -10.30, 52632.00, 5194.29, 3864.49, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.41, 5, coast, -13.24, 52637.00, 5193.59, 3863.78, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.42, 5, coast, -11.77, 52622.00, 5195.71, 3865.91, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.43, 5, coast, -6.86, 52616.00, 5196.56, 3866.76, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.44, 5, coast, -9.32, 52623.00, 5195.57, 3865.77, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.45, 5, coast, -11.77, 52633.00, 5194.15, 3864.35, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.46, 5, coast, -10.79, 52618.00, 5196.27, 3866.47, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.47, 5, coast, -9.81, 52604.00, 5198.26, 3868.45, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.48, 5, coast, -10.79, 52615.00, 5196.70, 3866.90, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.49, 5, coast, -9.32, 52604.00, 5198.26, 3868.45, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.50, 5, coast, -8.34, 52618.00, 5196.27, 3866.47, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.51, 5, coast, -12.26, 52615.00, 5196.70, 3866.90, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.52, 5, coast, -11.77, 52612.00, 5197.12, 3867.32, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.53, 5, coast, -11.28, 52615.00, 5196.70, 3866.90, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.54, 5, coast, -9.32, 52605.00, 5198.11, 3868.31, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.55, 5, coast, -13.24, 52604.00, 5198.26, 3868.45, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.56, 5, coast, -9.32, 52594.00, 5199.67, 3869.87, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.57, 5, coast, -11.77, 52606.00, 5197.97, 3868.17, NaN, 33.9, 3.99, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.58, 5, coast, -10.30, 52601.00, 5198.68, 3868.88, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.58, 5, coast, -10.30, 52601.00, 5198.68, 3868.88, NaN, 33.9, 4.00, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.59, 5, coast, -10.30, 52596.00, 5199.39, 3869.59, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.60, 5, coast, -7.35, 52603.00, 5198.40, 3868.60, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.61, 5, coast, -11.28, 52587.00, 5200.66, 3870.86, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.62, 5, coast, -10.30, 52594.00, 5199.67, 3869.87, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.63, 5, coast, -10.30, 52593.00, 5199.81, 3870.01, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.64, 5, coast, -10.79, 52599.00, 5198.96, 3869.16, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.65, 5, coast, -8.34, 52587.00, 5200.66, 3870.86, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.66, 5, coast, -10.30, 52595.00, 5199.53, 3869.73, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.67, 5, coast, -10.79, 52595.00, 5199.53, 3869.73, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.68, 5, coast, -10.79, 52593.00, 5199.81, 3870.01, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.69, 5, coast, -9.32, 52583.00, 5201.23, 3871.43, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.70, 5, coast, -10.79, 52580.00, 5201.65, 3871.85, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.71, 5, coast, -7.85, 52580.00, 5201.65, 3871.85, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.72, 5, coast, -10.30, 52574.00, 5202.50, 3872.70, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.73, 5, coast, -10.79, 52581.00, 5201.51, 3871.71, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.74, 5, coast, -10.79, 52573.00, 5202.64, 3872.84, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.75, 5, coast, -10.30, 52581.00, 5201.51, 3871.71, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.76, 5, coast, -10.79, 52580.00, 5201.65, 3871.85, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.77, 5, coast, -9.81, 52573.00, 5202.64, 3872.84, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.78, 5, coast, -9.81, 52566.00, 5203.64, 3873.83, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.79, 5, coast, -10.30, 52577.00, 5202.08, 3872.28, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.80, 5, coast, -9.32, 52567.00, 5203.49, 3873.69, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.81, 5, coast, -12.26, 52558.00, 5204.77, 3874.97, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.82, 5, coast, -10.79, 52567.00, 5203.49, 3873.69, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.83, 5, coast, -9.81, 52566.00, 5203.64, 3873.83, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.84, 5, coast, -11.28, 52566.00, 5203.64, 3873.83, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.85, 5, coast, -10.79, 52558.00, 5204.77, 3874.97, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.86, 5, coast, -12.26, 52568.00, 5203.35, 3873.55, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.87, 5, coast, -10.30, 52559.00, 5204.63, 3874.83, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.88, 5, coast, -10.30, 52544.00, 5206.75, 3876.95, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.89, 5, coast, -12.26, 52552.00, 5205.62, 3875.82, NaN, 33.9, 4.00, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.90, 5, coast, -10.79, 52542.00, 5207.03, 3877.23, NaN, 33.9, 3.99, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.90, 5, coast, -10.79, 52542.00, 5207.03, 3877.23, NaN, 33.9, 3.99, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.91, 5, coast, -8.83, 52546.00, 5206.47, 3876.67, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.92, 5, coast, -12.26, 52540.00, 5207.32, 3877.52, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.93, 5, coast, -12.26, 52556.00, 5205.05, 3875.25, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.94, 5, coast, -8.83, 52546.00, 5206.47, 3876.67, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.95, 5, coast, -9.81, 52537.00, 5207.74, 3877.94, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.96, 5, coast, -11.28, 52548.00, 5206.18, 3876.38, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.97, 5, coast, -11.28, 52541.00, 5207.18, 3877.38, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.98, 5, coast, -10.79, 52546.00, 5206.47, 3876.67, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 26.99, 5, coast, -11.28, 52540.00, 5207.32, 3877.52, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.00, 5, coast, -11.77, 52540.00, 5207.32, 3877.52, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.01, 5, coast, -10.30, 52548.00, 5206.18, 3876.38, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.02, 5, coast, -11.28, 52538.00, 5207.60, 3877.80, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.03, 5, coast, -11.28, 52535.00, 5208.03, 3878.23, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.04, 5, coast, -9.32, 52538.00, 5207.60, 3877.80, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.05, 5, coast, -8.83, 52523.00, 5209.73, 3879.93, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.06, 5, coast, -10.30, 52531.00, 5208.59, 3878.79, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.07, 5, coast, -13.73, 52531.00, 5208.59, 3878.79, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.08, 5, coast, -11.77, 52528.00, 5209.02, 3879.22, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.09, 5, coast, -8.83, 52534.00, 5208.17, 3878.37, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.10, 5, coast, -8.83, 52523.00, 5209.73, 3879.93, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.11, 5, coast, -9.81, 52522.00, 5209.87, 3880.07, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.12, 5, coast, -11.28, 52517.00, 5210.58, 3880.78, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.13, 5, coast, -9.32, 52526.00, 5209.30, 3879.50, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.14, 5, coast, -9.32, 52529.00, 5208.88, 3879.08, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.15, 5, coast, -8.83, 52531.00, 5208.59, 3878.79, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.16, 5, coast, -10.30, 52515.00, 5210.86, 3881.06, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.17, 5, coast, -10.30, 52520.00, 5210.15, 3880.35, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.18, 5, coast, -8.34, 52516.00, 5210.72, 3880.92, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.19, 5, coast, -12.26, 52515.00, 5210.86, 3881.06, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.20, 5, coast, -10.30, 52515.00, 5210.86, 3881.06, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.21, 5, coast, -10.30, 52505.00, 5212.28, 3882.48, NaN, 33.9, 3.99, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.22, 5, coast, -9.81, 52517.00, 5210.58, 3880.78, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.22, 5, coast, -9.81, 52517.00, 5210.58, 3880.78, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 64.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.23, 5, coast, -11.77, 52522.00, 5209.87, 3880.07, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.24, 5, coast, -7.35, 52501.00, 5212.85, 3883.04, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.25, 5, coast, -8.83, 52513.00, 5211.14, 3881.34, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.26, 5, coast, -9.32, 52510.00, 5211.57, 3881.77, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.27, 5, coast, -10.79, 52505.00, 5212.28, 3882.48, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.28, 5, coast, -7.35, 52515.00, 5210.86, 3881.06, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.29, 5, coast, -12.75, 52504.00, 5212.42, 3882.62, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.30, 5, coast, -10.30, 52497.00, 5213.41, 3883.61, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9419529,-106.9160455, 5478.0, 2022, 6, 24, 15, 17, 43, 509, 4116, 302, 83, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 33, 0, 0, 0, 0, 35, 23, 33, 36, 0, 0, 24, 0, 34, 33, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.31, 5, coast, -11.28, 52506.00, 5212.14, 3882.34, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.31, 5, coast, -11.28, 52506.00, 5212.14, 3882.34, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.31, 5, coast, -11.28, 52506.00, 5212.14, 3882.34, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.32, 5, coast, -11.28, 52508.00, 5211.85, 3882.05, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.33, 5, coast, -10.30, 52512.00, 5211.29, 3881.49, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.34, 5, coast, -7.85, 52502.00, 5212.70, 3882.90, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.35, 5, coast, -11.77, 52497.00, 5213.41, 3883.61, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.36, 5, coast, -11.77, 52500.00, 5212.99, 3883.19, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.37, 5, coast, -11.77, 52486.00, 5214.97, 3885.17, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.38, 5, coast, -9.32, 52498.00, 5213.27, 3883.47, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.39, 5, coast, -11.77, 52497.00, 5213.41, 3883.61, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.40, 5, coast, -10.30, 52495.00, 5213.70, 3883.90, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.41, 5, coast, -7.85, 52483.00, 5215.40, 3885.60, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.42, 5, coast, -9.81, 52487.00, 5214.83, 3885.03, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.43, 5, coast, -11.77, 52489.00, 5214.55, 3884.75, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.44, 5, coast, -9.81, 52485.00, 5215.11, 3885.31, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.45, 5, coast, -10.30, 52495.00, 5213.70, 3883.90, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.46, 5, coast, -7.35, 52489.00, 5214.55, 3884.75, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.47, 5, coast, -9.32, 52489.00, 5214.55, 3884.75, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.48, 5, coast, -9.32, 52479.00, 5215.96, 3886.16, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.49, 5, coast, -10.30, 52488.00, 5214.69, 3884.89, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.50, 5, coast, -10.30, 52483.00, 5215.40, 3885.60, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.51, 5, coast, -8.34, 52483.00, 5215.40, 3885.60, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.52, 5, coast, -7.85, 52484.00, 5215.26, 3885.45, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.53, 5, coast, -10.79, 52481.00, 5215.68, 3885.88, NaN, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.54, 5, coast, -11.28, 52471.00, 5217.10, 3887.30, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.54, 5, coast, -11.28, 52471.00, 5217.10, 3887.30, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 64.09, 64.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.55, 5, coast, -8.34, 52481.00, 5215.68, 3885.88, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.56, 5, coast, -9.32, 52484.00, 5215.26, 3885.45, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.57, 5, coast, -8.83, 52477.00, 5216.25, 3886.45, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.58, 5, coast, -8.83, 52478.00, 5216.11, 3886.31, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.59, 5, coast, -8.34, 52476.00, 5216.39, 3886.59, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.60, 5, coast, -10.30, 52469.00, 5217.38, 3887.58, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.61, 5, coast, -11.28, 52483.00, 5215.40, 3885.60, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.62, 5, coast, -8.83, 52483.00, 5215.40, 3885.60, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.63, 5, coast, -11.77, 52473.00, 5216.82, 3887.01, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.64, 5, coast, -9.81, 52477.00, 5216.25, 3886.45, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.65, 5, coast, -10.30, 52480.00, 5215.82, 3886.02, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.66, 5, coast, -11.28, 52479.00, 5215.96, 3886.16, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.67, 5, coast, -10.79, 52465.00, 5217.95, 3888.15, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.68, 5, coast, -10.79, 52457.00, 5219.09, 3889.28, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.69, 5, coast, -10.30, 52476.00, 5216.39, 3886.59, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.70, 5, coast, -11.77, 52467.00, 5217.67, 3887.87, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.71, 5, coast, -13.73, 52462.00, 5218.38, 3888.57, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.72, 5, coast, -9.32, 52459.00, 5218.80, 3889.00, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.73, 5, coast, -9.32, 52463.00, 5218.23, 3888.43, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.74, 5, coast, -8.83, 52460.00, 5218.66, 3888.86, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.75, 5, coast, -11.77, 52464.00, 5218.09, 3888.29, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.76, 5, coast, -8.34, 52451.00, 5219.94, 3890.14, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.77, 5, coast, -8.34, 52450.00, 5220.08, 3890.28, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.78, 5, coast, -8.34, 52450.00, 5220.08, 3890.28, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.79, 5, coast, -9.81, 52453.00, 5219.65, 3889.85, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.80, 5, coast, -11.28, 52461.00, 5218.52, 3888.72, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.81, 5, coast, -11.28, 52449.00, 5220.22, 3890.42, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.82, 5, coast, -10.30, 52453.00, 5219.65, 3889.85, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.83, 5, coast, -11.28, 52454.00, 5219.51, 3889.71, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.84, 5, coast, -11.77, 52463.00, 5218.23, 3888.43, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.85, 5, coast, -10.79, 52462.00, 5218.38, 3888.57, NaN, 33.9, 3.98, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.86, 5, coast, -10.30, 52447.00, 5220.50, 3890.70, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.86, 5, coast, -10.30, 52447.00, 5220.50, 3890.70, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 63.97, 64.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.87, 5, coast, -12.26, 52455.00, 5219.37, 3889.57, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.88, 5, coast, -9.81, 52452.00, 5219.79, 3889.99, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.89, 5, coast, -9.81, 52450.00, 5220.08, 3890.28, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.90, 5, coast, -9.32, 52449.00, 5220.22, 3890.42, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.91, 5, coast, -11.28, 52451.00, 5219.94, 3890.14, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.92, 5, coast, -8.83, 52456.00, 5219.23, 3889.43, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.93, 5, coast, -8.83, 52450.00, 5220.08, 3890.28, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.94, 5, coast, -8.34, 52442.00, 5221.21, 3891.41, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.95, 5, coast, -10.79, 52433.00, 5222.49, 3892.69, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.96, 5, coast, -9.81, 52452.00, 5219.79, 3889.99, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.97, 5, coast, -11.28, 52441.00, 5221.36, 3891.55, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.98, 5, coast, -9.81, 52452.00, 5219.79, 3889.99, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 27.99, 5, coast, -9.32, 52450.00, 5220.08, 3890.28, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.00, 5, coast, -8.83, 52454.00, 5219.51, 3889.71, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.01, 5, coast, -9.32, 52450.00, 5220.08, 3890.28, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.02, 5, coast, -9.81, 52448.00, 5220.36, 3890.56, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.03, 5, coast, -8.83, 52442.00, 5221.21, 3891.41, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.04, 5, coast, -10.79, 52439.00, 5221.64, 3891.84, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.05, 5, coast, -10.79, 52440.00, 5221.50, 3891.70, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.06, 5, coast, -10.30, 52438.00, 5221.78, 3891.98, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.07, 5, coast, -11.28, 52443.00, 5221.07, 3891.27, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.08, 5, coast, -11.77, 52444.00, 5220.93, 3891.13, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.09, 5, coast, -10.79, 52436.00, 5222.06, 3892.26, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.10, 5, coast, -11.28, 52428.00, 5223.20, 3893.40, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.11, 5, coast, -12.75, 52439.00, 5221.64, 3891.84, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.12, 5, coast, -9.81, 52425.00, 5223.63, 3893.82, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.13, 5, coast, -10.79, 52437.00, 5221.92, 3892.12, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.14, 5, coast, -9.81, 52438.00, 5221.78, 3891.98, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.15, 5, coast, -10.30, 52429.00, 5223.06, 3893.26, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.16, 5, coast, -9.81, 52416.00, 5224.90, 3895.10, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.17, 5, coast, -12.75, 52423.00, 5223.91, 3894.11, NaN, 33.9, 3.99, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.18, 5, coast, -11.28, 52432.00, 5222.63, 3892.83, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.18, 5, coast, -11.28, 52432.00, 5222.63, 3892.83, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.09, 64.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.19, 5, coast, -9.32, 52423.00, 5223.91, 3894.11, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.20, 5, coast, -8.34, 52423.00, 5223.91, 3894.11, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.21, 5, coast, -10.30, 52438.00, 5221.78, 3891.98, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.22, 5, coast, -10.30, 52417.00, 5224.76, 3894.96, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.23, 5, coast, -8.34, 52429.00, 5223.06, 3893.26, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.24, 5, coast, -8.83, 52431.00, 5222.77, 3892.97, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.25, 5, coast, -9.32, 52415.00, 5225.05, 3895.24, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.26, 5, coast, -10.79, 52423.00, 5223.91, 3894.11, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.27, 5, coast, -9.81, 52427.00, 5223.34, 3893.54, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.28, 5, coast, -12.26, 52423.00, 5223.91, 3894.11, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.29, 5, coast, -9.81, 52433.00, 5222.49, 3892.69, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.30, 5, coast, -9.32, 52427.00, 5223.34, 3893.54, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9420543,-106.9162164, 5503.0, 2022, 6, 24, 15, 17, 44, 529, 4143, 302, 83, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 34, 22, 34, 35, 0, 0, 23, 0, 33, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.31, 5, coast, -8.83, 52421.00, 5224.19, 3894.39, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.31, 5, coast, -8.83, 52421.00, 5224.19, 3894.39, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.31, 5, coast, -8.83, 52421.00, 5224.19, 3894.39, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.32, 5, coast, -9.81, 52430.00, 5222.92, 3893.12, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.33, 5, coast, -9.81, 52425.00, 5223.63, 3893.82, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.34, 5, coast, -10.79, 52426.00, 5223.48, 3893.68, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.35, 5, coast, -9.32, 52421.00, 5224.19, 3894.39, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.36, 5, coast, -8.34, 52413.00, 5225.33, 3895.53, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.37, 5, coast, -11.77, 52408.00, 5226.04, 3896.24, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.38, 5, coast, -10.30, 52415.00, 5225.05, 3895.24, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.39, 5, coast, -10.79, 52422.00, 5224.05, 3894.25, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.40, 5, coast, -10.30, 52419.00, 5224.48, 3894.68, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.41, 5, coast, -10.30, 52424.00, 5223.77, 3893.97, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.42, 5, coast, -11.28, 52424.00, 5223.77, 3893.97, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.43, 5, coast, -11.28, 52418.00, 5224.62, 3894.82, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.44, 5, coast, -9.32, 52414.00, 5225.19, 3895.39, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.45, 5, coast, -8.83, 52412.00, 5225.47, 3895.67, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.46, 5, coast, -8.83, 52417.00, 5224.76, 3894.96, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.47, 5, coast, -9.81, 52419.00, 5224.48, 3894.68, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.48, 5, coast, -10.30, 52427.00, 5223.34, 3893.54, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.49, 5, coast, -12.26, 52423.00, 5223.91, 3894.11, NaN, 33.9, 4.00, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.50, 6, drogue, -12.75, 52419.00, 5224.48, 3894.68, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.50, 6, drogue, -12.75, 52419.00, 5224.48, 3894.68, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.50, 6, drogue, -12.75, 52419.00, 5224.48, 3894.68, NaN, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 64.27, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.51, 6, drogue, -10.79, 52407.00, 5226.18, 3896.38, 4.77, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.61, 6, drogue, -7.35, 52416.00, 5224.90, 3895.10, 3.96, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.71, 6, drogue, -12.26, 52398.00, 5227.46, 3897.66, 3.18, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.81, 6, drogue, -11.28, 52393.00, 5228.17, 3898.37, 2.41, 33.9, 3.98, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.82, 6, drogue, -11.28, 52393.00, 5228.17, 3898.37, 2.41, 33.9, 4.00, 3.97, 3.99, 0.00, 0.00, 0.00, 63.97, 64.09, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 28.91, 6, drogue, -9.81, 52418.00, 5224.62, 3894.82, 1.66, 33.9, 4.00, 3.97, 3.99, 0.00, 0.00, 0.00, 63.97, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 29.01, 6, drogue, -12.26, 52419.00, 5224.48, 3894.68, 0.90, 33.9, 4.00, 3.97, 3.99, 0.00, 0.00, 0.00, 63.97, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 29.11, 6, drogue, -9.81, 52409.00, 5225.90, 3896.10, 0.16, 33.9, 4.00, 3.97, 3.99, 0.00, 0.00, 0.00, 63.97, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 29.14, 6, drogue, -9.81, 52409.00, 5225.90, 3896.10, 0.16, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 63.97, 64.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 29.21, 6, drogue, -10.30, 52414.00, 5225.19, 3895.39, -0.57, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9421547,-106.9163845, 5519.0, 2022, 6, 24, 15, 17, 45, 548, 4161, 302, 82, 1.4, 0.8, 1.1, 0, 27, 33, 0, 0, 34, 0, 0, 0, 0, 28, 31, 35, 36, 0, 0, 27, 0, 32, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 29.31, 6, drogue, -9.81, 52405.00, 5226.46, 3896.66, -1.30, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9422600,-106.9165553, 5524.0, 2022, 6, 24, 15, 17, 46, 568, 4169, 303, 82, 1.4, 0.8, 1.1, 0, 26, 31, 0, 0, 34, 0, 0, 0, 0, 28, 38, 30, 36, 0, 0, 33, 0, 25, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 29.31, 6, drogue, -9.81, 52405.00, 5226.46, 3896.66, -1.30, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9422600,-106.9165553, 5524.0, 2022, 6, 24, 15, 17, 46, 568, 4169, 303, 82, 1.4, 0.8, 1.1, 0, 26, 31, 0, 0, 34, 0, 0, 0, 0, 28, 38, 30, 36, 0, 0, 33, 0, 25, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 29.31, 6, drogue, -9.81, 52405.00, 5226.46, 3896.66, -1.30, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9422600,-106.9165553, 5524.0, 2022, 6, 24, 15, 17, 46, 568, 4169, 303, 82, 1.4, 0.8, 1.1, 0, 26, 31, 0, 0, 34, 0, 0, 0, 0, 28, 38, 30, 36, 0, 0, 33, 0, 25, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 29.41, 6, drogue, -11.28, 52402.00, 5226.89, 3897.09, -2.02, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9422600,-106.9165553, 5524.0, 2022, 6, 24, 15, 17, 46, 568, 4169, 303, 82, 1.4, 0.8, 1.1, 0, 26, 31, 0, 0, 34, 0, 0, 0, 0, 28, 38, 30, 36, 0, 0, 33, 0, 25, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 29.46, 6, drogue, -11.28, 52402.00, 5226.89, 3897.09, -2.02, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9422600,-106.9165553, 5524.0, 2022, 6, 24, 15, 17, 46, 568, 4169, 303, 82, 1.4, 0.8, 1.1, 0, 26, 31, 0, 0, 34, 0, 0, 0, 0, 28, 38, 30, 36, 0, 0, 33, 0, 25, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 29.51, 6, drogue, -8.83, 52424.00, 5223.77, 3893.97, -2.74, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9422600,-106.9165553, 5524.0, 2022, 6, 24, 15, 17, 46, 568, 4169, 303, 82, 1.4, 0.8, 1.1, 0, 26, 31, 0, 0, 34, 0, 0, 0, 0, 28, 38, 30, 36, 0, 0, 33, 0, 25, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 29.61, 6, drogue, -8.83, 52419.00, 5224.48, 3894.68, -3.50, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9422600,-106.9165553, 5524.0, 2022, 6, 24, 15, 17, 46, 568, 4169, 303, 82, 1.4, 0.8, 1.1, 0, 26, 31, 0, 0, 34, 0, 0, 0, 0, 28, 38, 30, 36, 0, 0, 33, 0, 25, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 29.71, 6, drogue, -12.26, 52420.00, 5224.34, 3894.53, -4.28, 33.9, 4.00, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9422600,-106.9165553, 5524.0, 2022, 6, 24, 15, 17, 46, 568, 4169, 303, 82, 1.4, 0.8, 1.1, 0, 26, 31, 0, 0, 34, 0, 0, 0, 0, 28, 38, 30, 36, 0, 0, 33, 0, 25, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 29.78, 6, drogue, -12.26, 52420.00, 5224.34, 3894.53, -4.28, 33.9, 2.18, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 64.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9422600,-106.9165553, 5524.0, 2022, 6, 24, 15, 17, 46, 568, 4169, 303, 82, 1.4, 0.8, 1.1, 0, 26, 31, 0, 0, 34, 0, 0, 0, 0, 28, 38, 30, 36, 0, 0, 33, 0, 25, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 29.81, 6, drogue, -12.26, 52424.00, 5223.77, 3893.97, -5.03, 33.9, 2.18, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 35.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9422600,-106.9165553, 5524.0, 2022, 6, 24, 15, 17, 46, 568, 4169, 303, 82, 1.4, 0.8, 1.1, 0, 26, 31, 0, 0, 34, 0, 0, 0, 0, 28, 38, 30, 36, 0, 0, 33, 0, 25, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 29.91, 6, drogue, -11.28, 52414.00, 5225.19, 3895.39, -5.79, 33.9, 2.18, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 35.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9422600,-106.9165553, 5524.0, 2022, 6, 24, 15, 17, 46, 568, 4169, 303, 82, 1.4, 0.8, 1.1, 0, 26, 31, 0, 0, 34, 0, 0, 0, 0, 28, 38, 30, 36, 0, 0, 33, 0, 25, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 30.01, 6, drogue, -8.83, 52424.00, 5223.77, 3893.97, -6.56, 33.9, 2.18, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 35.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9422600,-106.9165553, 5524.0, 2022, 6, 24, 15, 17, 46, 568, 4169, 303, 82, 1.4, 0.8, 1.1, 0, 26, 31, 0, 0, 34, 0, 0, 0, 0, 28, 38, 30, 36, 0, 0, 33, 0, 25, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 30.10, 6, drogue, -8.83, 52424.00, 5223.77, 3893.97, -6.56, 33.9, 2.03, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 35.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9422600,-106.9165553, 5524.0, 2022, 6, 24, 15, 17, 46, 568, 4169, 303, 82, 1.4, 0.8, 1.1, 0, 26, 31, 0, 0, 34, 0, 0, 0, 0, 28, 38, 30, 36, 0, 0, 33, 0, 25, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 30.11, 6, drogue, -11.77, 52414.00, 5225.19, 3895.39, -7.35, 33.9, 2.03, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 32.65, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9422600,-106.9165553, 5524.0, 2022, 6, 24, 15, 17, 46, 568, 4169, 303, 82, 1.4, 0.8, 1.1, 0, 26, 31, 0, 0, 34, 0, 0, 0, 0, 28, 38, 30, 36, 0, 0, 33, 0, 25, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 30.21, 6, drogue, -13.24, 52417.00, 5224.76, 3894.96, -8.15, 33.9, 2.03, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 32.65, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9422600,-106.9165553, 5524.0, 2022, 6, 24, 15, 17, 46, 568, 4169, 303, 82, 1.4, 0.8, 1.1, 0, 26, 31, 0, 0, 34, 0, 0, 0, 0, 28, 38, 30, 36, 0, 0, 33, 0, 25, 32, 0, 0, 0, 36, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 30.31, 6, drogue, -14.22, 52424.00, 5223.77, 3893.97, -8.94, 33.9, 2.03, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 32.65, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9423657,-106.9167329, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4168, 303, 82, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 37, 0, 0, 0, 0, 36, 38, 30, 38, 0, 0, 33, 0, 25, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 30.31, 6, drogue, -14.22, 52424.00, 5223.77, 3893.97, -8.94, 33.9, 2.03, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 32.65, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9423657,-106.9167329, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4168, 303, 82, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 37, 0, 0, 0, 0, 36, 38, 30, 38, 0, 0, 33, 0, 25, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 30.31, 6, drogue, -14.22, 52424.00, 5223.77, 3893.97, -8.94, 33.9, 2.03, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 32.65, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9423657,-106.9167329, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4168, 303, 82, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 37, 0, 0, 0, 0, 36, 38, 30, 38, 0, 0, 33, 0, 25, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 30.41, 6, drogue, -19.61, 52437.00, 5221.92, 3892.12, -9.73, 33.9, 2.03, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 32.65, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9423657,-106.9167329, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4168, 303, 82, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 37, 0, 0, 0, 0, 36, 38, 30, 38, 0, 0, 33, 0, 25, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 30.42, 6, drogue, -19.61, 52437.00, 5221.92, 3892.12, -9.73, 33.9, 1.94, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 32.65, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9423657,-106.9167329, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4168, 303, 82, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 37, 0, 0, 0, 0, 36, 38, 30, 38, 0, 0, 33, 0, 25, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 30.51, 6, drogue, -51.98, 52472.00, 5216.96, 3887.16, -10.50, 33.9, 1.94, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 31.25, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9423657,-106.9167329, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4168, 303, 82, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 37, 0, 0, 0, 0, 36, 38, 30, 38, 0, 0, 33, 0, 25, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 30.61, 6, drogue, -10.30, 52474.00, 5216.67, 3886.87, -11.27, 33.9, 1.94, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 31.25, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9423657,-106.9167329, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4168, 303, 82, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 37, 0, 0, 0, 0, 36, 38, 30, 38, 0, 0, 33, 0, 25, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 30.71, 6, drogue, -11.77, 52455.00, 5219.37, 3889.57, -11.94, 33.9, 1.94, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 31.25, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9423657,-106.9167329, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4168, 303, 82, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 37, 0, 0, 0, 0, 36, 38, 30, 38, 0, 0, 33, 0, 25, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 30.74, 6, drogue, -11.77, 52455.00, 5219.37, 3889.57, -11.94, 33.9, 1.89, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 31.25, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9423657,-106.9167329, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4168, 303, 82, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 37, 0, 0, 0, 0, 36, 38, 30, 38, 0, 0, 33, 0, 25, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 30.81, 6, drogue, -13.73, 52473.00, 5216.82, 3887.01, -12.54, 33.9, 1.89, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 30.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9423657,-106.9167329, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4168, 303, 82, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 37, 0, 0, 0, 0, 36, 38, 30, 38, 0, 0, 33, 0, 25, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 30.91, 6, drogue, -14.22, 52478.00, 5216.11, 3886.31, -13.13, 33.9, 1.89, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 30.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9423657,-106.9167329, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4168, 303, 82, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 37, 0, 0, 0, 0, 36, 38, 30, 38, 0, 0, 33, 0, 25, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 31.01, 6, drogue, -13.24, 52502.00, 5212.70, 3882.90, -13.63, 33.9, 1.89, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 30.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9423657,-106.9167329, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4168, 303, 82, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 37, 0, 0, 0, 0, 36, 38, 30, 38, 0, 0, 33, 0, 25, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 31.06, 6, drogue, -13.24, 52502.00, 5212.70, 3882.90, -13.63, 33.9, 1.85, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 30.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9423657,-106.9167329, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4168, 303, 82, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 37, 0, 0, 0, 0, 36, 38, 30, 38, 0, 0, 33, 0, 25, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 31.11, 6, drogue, -10.79, 52511.00, 5211.43, 3881.63, -14.05, 33.9, 1.85, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 29.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9423657,-106.9167329, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4168, 303, 82, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 37, 0, 0, 0, 0, 36, 38, 30, 38, 0, 0, 33, 0, 25, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 31.21, 6, drogue, -12.26, 52513.00, 5211.14, 3881.34, -14.47, 33.9, 1.85, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 29.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9423657,-106.9167329, 5520.0, 2022, 6, 24, 15, 17, 47, 588, 4168, 303, 82, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 37, 0, 0, 0, 0, 36, 38, 30, 38, 0, 0, 33, 0, 25, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 31.31, 6, drogue, -12.75, 52520.00, 5210.15, 3880.35, -14.83, 33.9, 1.85, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 29.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9424671,-106.9168927, 5508.0, 2022, 6, 24, 15, 17, 48, 606, 4158, 303, 82, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 35, 0, 0, 0, 0, 29, 29, 29, 33, 0, 0, 37, 0, 30, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 31.31, 6, drogue, -12.75, 52520.00, 5210.15, 3880.35, -14.83, 33.9, 1.85, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 29.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9424671,-106.9168927, 5508.0, 2022, 6, 24, 15, 17, 48, 606, 4158, 303, 82, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 35, 0, 0, 0, 0, 29, 29, 29, 33, 0, 0, 37, 0, 30, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 31.31, 6, drogue, -12.75, 52520.00, 5210.15, 3880.35, -14.83, 33.9, 1.85, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 29.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9424671,-106.9168927, 5508.0, 2022, 6, 24, 15, 17, 48, 606, 4158, 303, 82, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 35, 0, 0, 0, 0, 29, 29, 29, 33, 0, 0, 37, 0, 30, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 31.38, 6, drogue, -12.75, 52520.00, 5210.15, 3880.35, -14.83, 33.9, 1.83, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 29.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9424671,-106.9168927, 5508.0, 2022, 6, 24, 15, 17, 48, 606, 4158, 303, 82, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 35, 0, 0, 0, 0, 29, 29, 29, 33, 0, 0, 37, 0, 30, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 31.41, 6, drogue, -14.22, 52534.00, 5208.17, 3878.37, -15.11, 33.9, 1.83, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 29.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9424671,-106.9168927, 5508.0, 2022, 6, 24, 15, 17, 48, 606, 4158, 303, 82, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 35, 0, 0, 0, 0, 29, 29, 29, 33, 0, 0, 37, 0, 30, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 31.51, 6, drogue, -17.16, 52549.00, 5206.04, 3876.24, -15.30, 33.9, 1.83, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 29.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9424671,-106.9168927, 5508.0, 2022, 6, 24, 15, 17, 48, 606, 4158, 303, 82, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 35, 0, 0, 0, 0, 29, 29, 29, 33, 0, 0, 37, 0, 30, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 31.61, 6, drogue, -13.73, 52593.00, 5199.81, 3870.01, -15.55, 33.9, 1.83, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 29.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9424671,-106.9168927, 5508.0, 2022, 6, 24, 15, 17, 48, 606, 4158, 303, 82, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 35, 0, 0, 0, 0, 29, 29, 29, 33, 0, 0, 37, 0, 30, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 31.70, 6, drogue, -13.73, 52593.00, 5199.81, 3870.01, -15.55, 33.9, 1.81, 3.97, 3.98, 0.00, 0.00, 0.00, 64.09, 29.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9424671,-106.9168927, 5508.0, 2022, 6, 24, 15, 17, 48, 606, 4158, 303, 82, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 35, 0, 0, 0, 0, 29, 29, 29, 33, 0, 0, 37, 0, 30, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 31.71, 6, drogue, -14.71, 52607.00, 5197.83, 3868.03, -15.76, 33.9, 1.81, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 29.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9424671,-106.9168927, 5508.0, 2022, 6, 24, 15, 17, 48, 606, 4158, 303, 82, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 35, 0, 0, 0, 0, 29, 29, 29, 33, 0, 0, 37, 0, 30, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 31.81, 6, drogue, -16.18, 52582.00, 5201.37, 3871.57, -15.91, 33.9, 1.81, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 29.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9424671,-106.9168927, 5508.0, 2022, 6, 24, 15, 17, 48, 606, 4158, 303, 82, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 35, 0, 0, 0, 0, 29, 29, 29, 33, 0, 0, 37, 0, 30, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 31.91, 6, drogue, -16.67, 52590.00, 5200.24, 3870.44, -16.08, 33.9, 1.81, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 29.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9424671,-106.9168927, 5508.0, 2022, 6, 24, 15, 17, 48, 606, 4158, 303, 82, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 35, 0, 0, 0, 0, 29, 29, 29, 33, 0, 0, 37, 0, 30, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 32.01, 6, drogue, -14.71, 52616.00, 5196.56, 3866.76, -16.30, 33.9, 1.81, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 29.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9424671,-106.9168927, 5508.0, 2022, 6, 24, 15, 17, 48, 606, 4158, 303, 82, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 35, 0, 0, 0, 0, 29, 29, 29, 33, 0, 0, 37, 0, 30, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 32.02, 6, drogue, -14.71, 52616.00, 5196.56, 3866.76, -16.30, 33.9, 1.80, 3.98, 3.99, 0.00, 0.00, 0.00, 63.97, 29.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9424671,-106.9168927, 5508.0, 2022, 6, 24, 15, 17, 48, 606, 4158, 303, 82, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 35, 0, 0, 0, 0, 29, 29, 29, 33, 0, 0, 37, 0, 30, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 32.11, 6, drogue, -13.24, 52640.00, 5193.16, 3863.36, -16.58, 33.9, 1.80, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 28.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9424671,-106.9168927, 5508.0, 2022, 6, 24, 15, 17, 48, 606, 4158, 303, 82, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 35, 0, 0, 0, 0, 29, 29, 29, 33, 0, 0, 37, 0, 30, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 32.21, 6, drogue, -16.67, 52658.00, 5190.62, 3860.81, -16.93, 33.9, 1.80, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 28.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9424671,-106.9168927, 5508.0, 2022, 6, 24, 15, 17, 48, 606, 4158, 303, 82, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 35, 0, 0, 0, 0, 29, 29, 29, 33, 0, 0, 37, 0, 30, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 32.31, 6, drogue, -14.71, 52658.00, 5190.62, 3860.81, -17.36, 33.9, 1.80, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 28.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9425473,-106.9170015, 5491.0, 2022, 6, 24, 15, 17, 49, 620, 4144, 303, 81, 1.4, 0.8, 1.1, 0, 35, 23, 0, 0, 39, 0, 0, 0, 0, 36, 24, 30, 33, 0, 0, 37, 0, 37, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 32.31, 6, drogue, -14.71, 52658.00, 5190.62, 3860.81, -17.36, 33.9, 1.80, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 28.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9425473,-106.9170015, 5491.0, 2022, 6, 24, 15, 17, 49, 620, 4144, 303, 81, 1.4, 0.8, 1.1, 0, 35, 23, 0, 0, 39, 0, 0, 0, 0, 36, 24, 30, 33, 0, 0, 37, 0, 37, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 32.31, 6, drogue, -14.71, 52658.00, 5190.62, 3860.81, -17.36, 33.9, 1.80, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 28.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9425473,-106.9170015, 5491.0, 2022, 6, 24, 15, 17, 49, 620, 4144, 303, 81, 1.4, 0.8, 1.1, 0, 35, 23, 0, 0, 39, 0, 0, 0, 0, 36, 24, 30, 33, 0, 0, 37, 0, 37, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 32.34, 6, drogue, -14.71, 52658.00, 5190.62, 3860.81, -17.36, 33.9, 1.79, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 28.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9425473,-106.9170015, 5491.0, 2022, 6, 24, 15, 17, 49, 620, 4144, 303, 81, 1.4, 0.8, 1.1, 0, 35, 23, 0, 0, 39, 0, 0, 0, 0, 36, 24, 30, 33, 0, 0, 37, 0, 37, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 32.41, 6, drogue, -11.77, 52676.00, 5188.07, 3858.27, -17.85, 33.9, 1.79, 3.98, 3.98, 0.08, 0.00, 0.00, 64.09, 28.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9425473,-106.9170015, 5491.0, 2022, 6, 24, 15, 17, 49, 620, 4144, 303, 81, 1.4, 0.8, 1.1, 0, 35, 23, 0, 0, 39, 0, 0, 0, 0, 36, 24, 30, 33, 0, 0, 37, 0, 37, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 32.51, 6, drogue, -8.83, 52674.00, 5188.35, 3858.55, -18.45, 33.9, 1.79, 3.98, 3.98, 0.08, 0.00, 0.00, 64.09, 28.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9425473,-106.9170015, 5491.0, 2022, 6, 24, 15, 17, 49, 620, 4144, 303, 81, 1.4, 0.8, 1.1, 0, 35, 23, 0, 0, 39, 0, 0, 0, 0, 36, 24, 30, 33, 0, 0, 37, 0, 37, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 32.61, 6, drogue, -11.77, 52702.00, 5184.40, 3854.59, -19.12, 33.9, 1.79, 3.98, 3.98, 0.08, 0.00, 0.00, 64.09, 28.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9425473,-106.9170015, 5491.0, 2022, 6, 24, 15, 17, 49, 620, 4144, 303, 81, 1.4, 0.8, 1.1, 0, 35, 23, 0, 0, 39, 0, 0, 0, 0, 36, 24, 30, 33, 0, 0, 37, 0, 37, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 32.66, 6, drogue, -11.77, 52702.00, 5184.40, 3854.59, -19.12, 33.9, 1.77, 3.96, 3.98, 0.08, 0.00, 0.00, 64.09, 28.87, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9425473,-106.9170015, 5491.0, 2022, 6, 24, 15, 17, 49, 620, 4144, 303, 81, 1.4, 0.8, 1.1, 0, 35, 23, 0, 0, 39, 0, 0, 0, 0, 36, 24, 30, 33, 0, 0, 37, 0, 37, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 32.71, 6, drogue, -9.32, 52652.00, 5191.46, 3861.66, -19.88, 33.9, 1.77, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 28.50, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9425473,-106.9170015, 5491.0, 2022, 6, 24, 15, 17, 49, 620, 4144, 303, 81, 1.4, 0.8, 1.1, 0, 35, 23, 0, 0, 39, 0, 0, 0, 0, 36, 24, 30, 33, 0, 0, 37, 0, 37, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 32.81, 6, drogue, -9.32, 52653.00, 5191.32, 3861.52, -20.78, 33.9, 1.77, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 28.50, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9425473,-106.9170015, 5491.0, 2022, 6, 24, 15, 17, 49, 620, 4144, 303, 81, 1.4, 0.8, 1.1, 0, 35, 23, 0, 0, 39, 0, 0, 0, 0, 36, 24, 30, 33, 0, 0, 37, 0, 37, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 32.91, 6, drogue, -5.39, 52700.00, 5184.68, 3854.88, -21.75, 33.9, 1.77, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 28.50, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9425473,-106.9170015, 5491.0, 2022, 6, 24, 15, 17, 49, 620, 4144, 303, 81, 1.4, 0.8, 1.1, 0, 35, 23, 0, 0, 39, 0, 0, 0, 0, 36, 24, 30, 33, 0, 0, 37, 0, 37, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 32.98, 6, drogue, -5.39, 52700.00, 5184.68, 3854.88, -21.75, 33.9, 1.78, 3.98, 3.98, 0.00, 0.00, 0.00, 63.84, 28.50, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9425473,-106.9170015, 5491.0, 2022, 6, 24, 15, 17, 49, 620, 4144, 303, 81, 1.4, 0.8, 1.1, 0, 35, 23, 0, 0, 39, 0, 0, 0, 0, 36, 24, 30, 33, 0, 0, 37, 0, 37, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 33.01, 6, drogue, -1.96, 52685.00, 5186.80, 3857.00, -22.78, 33.9, 1.78, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 28.63, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9425473,-106.9170015, 5491.0, 2022, 6, 24, 15, 17, 49, 620, 4144, 303, 81, 1.4, 0.8, 1.1, 0, 35, 23, 0, 0, 39, 0, 0, 0, 0, 36, 24, 30, 33, 0, 0, 37, 0, 37, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 33.11, 6, drogue, 0.49, 52721.00, 5181.71, 3851.91, -23.79, 33.9, 1.78, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 28.63, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9425473,-106.9170015, 5491.0, 2022, 6, 24, 15, 17, 49, 620, 4144, 303, 81, 1.4, 0.8, 1.1, 0, 35, 23, 0, 0, 39, 0, 0, 0, 0, 36, 24, 30, 33, 0, 0, 37, 0, 37, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 33.21, 6, drogue, -2.94, 52792.00, 5171.68, 3841.88, -24.76, 33.9, 1.78, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 28.63, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9425473,-106.9170015, 5491.0, 2022, 6, 24, 15, 17, 49, 620, 4144, 303, 81, 1.4, 0.8, 1.1, 0, 35, 23, 0, 0, 39, 0, 0, 0, 0, 36, 24, 30, 33, 0, 0, 37, 0, 37, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 33.30, 6, drogue, -2.94, 52792.00, 5171.68, 3841.88, -24.76, 33.9, 1.77, 3.99, 3.98, 0.02, 0.00, 0.00, 64.03, 28.63, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9425473,-106.9170015, 5491.0, 2022, 6, 24, 15, 17, 49, 620, 4144, 303, 81, 1.4, 0.8, 1.1, 0, 35, 23, 0, 0, 39, 0, 0, 0, 0, 36, 24, 30, 33, 0, 0, 37, 0, 37, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 33.31, 6, drogue, 0.49, 52810.00, 5169.14, 3839.34, -25.73, 33.9, 1.77, 3.99, 3.98, 0.08, 0.00, 0.00, 64.27, 28.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9426253,-106.9170810, 5466.0, 2022, 6, 24, 15, 17, 50, 631, 4121, 303, 81, 1.4, 0.8, 1.1, 0, 35, 35, 0, 0, 35, 0, 0, 0, 0, 33, 26, 31, 35, 0, 0, 40, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 33.31, 6, drogue, 0.49, 52810.00, 5169.14, 3839.34, -25.73, 33.9, 1.77, 3.99, 3.98, 0.08, 0.00, 0.00, 64.27, 28.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9426253,-106.9170810, 5466.0, 2022, 6, 24, 15, 17, 50, 631, 4121, 303, 81, 1.4, 0.8, 1.1, 0, 35, 35, 0, 0, 35, 0, 0, 0, 0, 33, 26, 31, 35, 0, 0, 40, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 33.31, 6, drogue, 0.49, 52810.00, 5169.14, 3839.34, -25.73, 33.9, 1.77, 3.99, 3.98, 0.08, 0.00, 0.00, 64.27, 28.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9426253,-106.9170810, 5466.0, 2022, 6, 24, 15, 17, 50, 631, 4121, 303, 81, 1.4, 0.8, 1.1, 0, 35, 35, 0, 0, 35, 0, 0, 0, 0, 33, 26, 31, 35, 0, 0, 40, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 33.41, 6, drogue, 10.79, 52775.00, 5174.08, 3844.28, -26.65, 33.9, 1.77, 3.99, 3.98, 0.08, 0.00, 0.00, 64.27, 28.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9426253,-106.9170810, 5466.0, 2022, 6, 24, 15, 17, 50, 631, 4121, 303, 81, 1.4, 0.8, 1.1, 0, 35, 35, 0, 0, 35, 0, 0, 0, 0, 33, 26, 31, 35, 0, 0, 40, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 33.51, 6, drogue, 16.18, 52750.00, 5177.61, 3847.81, -27.49, 33.9, 1.77, 3.99, 3.98, 0.08, 0.00, 0.00, 64.27, 28.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9426253,-106.9170810, 5466.0, 2022, 6, 24, 15, 17, 50, 631, 4121, 303, 81, 1.4, 0.8, 1.1, 0, 35, 35, 0, 0, 35, 0, 0, 0, 0, 33, 26, 31, 35, 0, 0, 40, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 33.61, 6, drogue, 20.59, 52882.00, 5158.99, 3829.19, -28.25, 33.9, 1.77, 3.99, 3.98, 0.08, 0.00, 0.00, 64.27, 28.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9426253,-106.9170810, 5466.0, 2022, 6, 24, 15, 17, 50, 631, 4121, 303, 81, 1.4, 0.8, 1.1, 0, 35, 35, 0, 0, 35, 0, 0, 0, 0, 33, 26, 31, 35, 0, 0, 40, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 33.62, 6, drogue, 20.59, 52882.00, 5158.99, 3829.19, -28.25, 33.9, 1.76, 3.96, 3.98, 0.08, 0.00, 0.00, 64.27, 28.44, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9426253,-106.9170810, 5466.0, 2022, 6, 24, 15, 17, 50, 631, 4121, 303, 81, 1.4, 0.8, 1.1, 0, 35, 35, 0, 0, 35, 0, 0, 0, 0, 33, 26, 31, 35, 0, 0, 40, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 33.71, 6, drogue, 2.45, 52863.00, 5161.67, 3831.87, -28.96, 33.9, 1.76, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 28.26, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9426253,-106.9170810, 5466.0, 2022, 6, 24, 15, 17, 50, 631, 4121, 303, 81, 1.4, 0.8, 1.1, 0, 35, 35, 0, 0, 35, 0, 0, 0, 0, 33, 26, 31, 35, 0, 0, 40, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 33.81, 6, drogue, -9.32, 52831.00, 5166.18, 3836.38, -29.59, 33.9, 1.76, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 28.26, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9426253,-106.9170810, 5466.0, 2022, 6, 24, 15, 17, 50, 631, 4121, 303, 81, 1.4, 0.8, 1.1, 0, 35, 35, 0, 0, 35, 0, 0, 0, 0, 33, 26, 31, 35, 0, 0, 40, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 33.91, 6, drogue, -12.75, 52882.00, 5158.99, 3829.19, -30.08, 33.9, 1.76, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 28.26, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9426253,-106.9170810, 5466.0, 2022, 6, 24, 15, 17, 50, 631, 4121, 303, 81, 1.4, 0.8, 1.1, 0, 35, 35, 0, 0, 35, 0, 0, 0, 0, 33, 26, 31, 35, 0, 0, 40, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 33.94, 6, drogue, -12.75, 52882.00, 5158.99, 3829.19, -30.08, 33.9, 1.74, 3.97, 3.97, 0.00, 0.00, 0.00, 63.84, 28.26, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9426253,-106.9170810, 5466.0, 2022, 6, 24, 15, 17, 50, 631, 4121, 303, 81, 1.4, 0.8, 1.1, 0, 35, 35, 0, 0, 35, 0, 0, 0, 0, 33, 26, 31, 35, 0, 0, 40, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 34.01, 6, drogue, -9.32, 52937.00, 5151.24, 3821.44, -30.46, 33.9, 1.74, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 28.08, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9426253,-106.9170810, 5466.0, 2022, 6, 24, 15, 17, 50, 631, 4121, 303, 81, 1.4, 0.8, 1.1, 0, 35, 35, 0, 0, 35, 0, 0, 0, 0, 33, 26, 31, 35, 0, 0, 40, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 34.11, 6, drogue, -0.49, 52974.00, 5146.03, 3816.23, -30.72, 33.9, 1.74, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 28.08, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9426253,-106.9170810, 5466.0, 2022, 6, 24, 15, 17, 50, 631, 4121, 303, 81, 1.4, 0.8, 1.1, 0, 35, 35, 0, 0, 35, 0, 0, 0, 0, 33, 26, 31, 35, 0, 0, 40, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 34.21, 6, drogue, -0.98, 52994.00, 5143.22, 3813.42, -30.85, 33.9, 1.74, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 28.08, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9426253,-106.9170810, 5466.0, 2022, 6, 24, 15, 17, 50, 631, 4121, 303, 81, 1.4, 0.8, 1.1, 0, 35, 35, 0, 0, 35, 0, 0, 0, 0, 33, 26, 31, 35, 0, 0, 40, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 34.26, 6, drogue, -0.98, 52994.00, 5143.22, 3813.42, -30.85, 33.9, 1.75, 3.98, 3.98, 0.00, 0.00, 0.00, 63.91, 28.08, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9426253,-106.9170810, 5466.0, 2022, 6, 24, 15, 17, 50, 631, 4121, 303, 81, 1.4, 0.8, 1.1, 0, 35, 35, 0, 0, 35, 0, 0, 0, 0, 33, 26, 31, 35, 0, 0, 40, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 34.31, 6, drogue, 2.94, 53013.00, 5140.55, 3810.75, -30.84, 33.9, 1.75, 3.98, 3.98, 0.08, 0.00, 0.00, 64.09, 28.14, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9426961,-106.9171514, 5437.0, 2022, 6, 24, 15, 17, 51, 641, 4093, 304, 81, 1.4, 0.8, 1.1, 0, 39, 25, 0, 0, 37, 0, 0, 0, 0, 39, 31, 32, 32, 0, 0, 31, 0, 34, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 34.31, 6, drogue, 2.94, 53013.00, 5140.55, 3810.75, -30.84, 33.9, 1.75, 3.98, 3.98, 0.08, 0.00, 0.00, 64.09, 28.14, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9426961,-106.9171514, 5437.0, 2022, 6, 24, 15, 17, 51, 641, 4093, 304, 81, 1.4, 0.8, 1.1, 0, 39, 25, 0, 0, 37, 0, 0, 0, 0, 39, 31, 32, 32, 0, 0, 31, 0, 34, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 34.31, 6, drogue, 2.94, 53013.00, 5140.55, 3810.75, -30.84, 33.9, 1.75, 3.98, 3.98, 0.08, 0.00, 0.00, 64.09, 28.14, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9426961,-106.9171514, 5437.0, 2022, 6, 24, 15, 17, 51, 641, 4093, 304, 81, 1.4, 0.8, 1.1, 0, 39, 25, 0, 0, 37, 0, 0, 0, 0, 39, 31, 32, 32, 0, 0, 31, 0, 34, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 34.41, 6, drogue, -6.86, 53014.00, 5140.41, 3810.61, -30.74, 33.9, 1.75, 3.98, 3.98, 0.08, 0.00, 0.00, 64.09, 28.14, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9426961,-106.9171514, 5437.0, 2022, 6, 24, 15, 17, 51, 641, 4093, 304, 81, 1.4, 0.8, 1.1, 0, 39, 25, 0, 0, 37, 0, 0, 0, 0, 39, 31, 32, 32, 0, 0, 31, 0, 34, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 34.51, 6, drogue, -11.28, 53046.00, 5135.91, 3806.11, -30.56, 33.9, 1.75, 3.98, 3.98, 0.08, 0.00, 0.00, 64.09, 28.14, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9426961,-106.9171514, 5437.0, 2022, 6, 24, 15, 17, 51, 641, 4093, 304, 81, 1.4, 0.8, 1.1, 0, 39, 25, 0, 0, 37, 0, 0, 0, 0, 39, 31, 32, 32, 0, 0, 31, 0, 34, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 34.58, 6, drogue, -11.28, 53046.00, 5135.91, 3806.11, -30.56, 33.9, 1.74, 3.98, 3.99, 0.08, 0.00, 0.00, 64.09, 28.14, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9426961,-106.9171514, 5437.0, 2022, 6, 24, 15, 17, 51, 641, 4093, 304, 81, 1.4, 0.8, 1.1, 0, 39, 25, 0, 0, 37, 0, 0, 0, 0, 39, 31, 32, 32, 0, 0, 31, 0, 34, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 34.61, 6, drogue, -17.16, 53067.00, 5132.96, 3803.15, -30.37, 33.9, 1.74, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 28.02, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9426961,-106.9171514, 5437.0, 2022, 6, 24, 15, 17, 51, 641, 4093, 304, 81, 1.4, 0.8, 1.1, 0, 39, 25, 0, 0, 37, 0, 0, 0, 0, 39, 31, 32, 32, 0, 0, 31, 0, 34, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 34.71, 6, drogue, -14.22, 53129.00, 5124.25, 3794.45, -30.14, 33.9, 1.74, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 28.02, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9426961,-106.9171514, 5437.0, 2022, 6, 24, 15, 17, 51, 641, 4093, 304, 81, 1.4, 0.8, 1.1, 0, 39, 25, 0, 0, 37, 0, 0, 0, 0, 39, 31, 32, 32, 0, 0, 31, 0, 34, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 34.81, 6, drogue, -12.26, 53187.00, 5116.11, 3786.31, -29.91, 33.9, 1.74, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 28.02, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9426961,-106.9171514, 5437.0, 2022, 6, 24, 15, 17, 51, 641, 4093, 304, 81, 1.4, 0.8, 1.1, 0, 39, 25, 0, 0, 37, 0, 0, 0, 0, 39, 31, 32, 32, 0, 0, 31, 0, 34, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 34.90, 6, drogue, -12.26, 53187.00, 5116.11, 3786.31, -29.91, 33.9, 1.74, 3.98, 3.98, 0.03, 0.00, 0.00, 64.09, 28.02, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9426961,-106.9171514, 5437.0, 2022, 6, 24, 15, 17, 51, 641, 4093, 304, 81, 1.4, 0.8, 1.1, 0, 39, 25, 0, 0, 37, 0, 0, 0, 0, 39, 31, 32, 32, 0, 0, 31, 0, 34, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 34.91, 6, drogue, -13.24, 53196.00, 5114.84, 3785.04, -29.70, 33.9, 1.74, 3.98, 3.98, 0.09, 0.00, 0.00, 64.09, 28.02, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9426961,-106.9171514, 5437.0, 2022, 6, 24, 15, 17, 51, 641, 4093, 304, 81, 1.4, 0.8, 1.1, 0, 39, 25, 0, 0, 37, 0, 0, 0, 0, 39, 31, 32, 32, 0, 0, 31, 0, 34, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 35.01, 6, drogue, -15.20, 53183.00, 5116.67, 3786.87, -29.45, 33.9, 1.74, 3.98, 3.98, 0.09, 0.00, 0.00, 64.09, 28.02, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9426961,-106.9171514, 5437.0, 2022, 6, 24, 15, 17, 51, 641, 4093, 304, 81, 1.4, 0.8, 1.1, 0, 39, 25, 0, 0, 37, 0, 0, 0, 0, 39, 31, 32, 32, 0, 0, 31, 0, 34, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 35.11, 6, drogue, -14.22, 53139.00, 5122.84, 3793.04, -29.25, 33.9, 1.74, 3.98, 3.98, 0.09, 0.00, 0.00, 64.09, 28.02, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9426961,-106.9171514, 5437.0, 2022, 6, 24, 15, 17, 51, 641, 4093, 304, 81, 1.4, 0.8, 1.1, 0, 39, 25, 0, 0, 37, 0, 0, 0, 0, 39, 31, 32, 32, 0, 0, 31, 0, 34, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 35.21, 6, drogue, -6.37, 53134.00, 5123.54, 3793.74, -29.06, 33.9, 1.74, 3.98, 3.98, 0.09, 0.00, 0.00, 64.09, 28.02, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9426961,-106.9171514, 5437.0, 2022, 6, 24, 15, 17, 51, 641, 4093, 304, 81, 1.4, 0.8, 1.1, 0, 39, 25, 0, 0, 37, 0, 0, 0, 0, 39, 31, 32, 32, 0, 0, 31, 0, 34, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 35.22, 6, drogue, -6.37, 53134.00, 5123.54, 3793.74, -29.06, 33.9, 1.73, 3.99, 3.99, 0.09, 0.00, 0.00, 64.09, 28.02, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9426961,-106.9171514, 5437.0, 2022, 6, 24, 15, 17, 51, 641, 4093, 304, 81, 1.4, 0.8, 1.1, 0, 39, 25, 0, 0, 37, 0, 0, 0, 0, 39, 31, 32, 32, 0, 0, 31, 0, 34, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 35.31, 6, drogue, -6.86, 53182.00, 5116.81, 3787.01, -28.90, 33.9, 1.73, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 27.89, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9427484,-106.9172066, 5408.0, 2022, 6, 24, 15, 17, 52, 648, 4066, 304, 81, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 34, 0, 0, 0, 0, 32, 30, 30, 35, 0, 0, 35, 0, 31, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 35.31, 6, drogue, -6.86, 53182.00, 5116.81, 3787.01, -28.90, 33.9, 1.73, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 27.89, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9427484,-106.9172066, 5408.0, 2022, 6, 24, 15, 17, 52, 648, 4066, 304, 81, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 34, 0, 0, 0, 0, 32, 30, 30, 35, 0, 0, 35, 0, 31, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 35.31, 6, drogue, -6.86, 53182.00, 5116.81, 3787.01, -28.90, 33.9, 1.73, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 27.89, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9427484,-106.9172066, 5408.0, 2022, 6, 24, 15, 17, 52, 648, 4066, 304, 81, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 34, 0, 0, 0, 0, 32, 30, 30, 35, 0, 0, 35, 0, 31, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 35.41, 6, drogue, -6.37, 53206.00, 5113.44, 3783.64, -28.69, 33.9, 1.73, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 27.89, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9427484,-106.9172066, 5408.0, 2022, 6, 24, 15, 17, 52, 648, 4066, 304, 81, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 34, 0, 0, 0, 0, 32, 30, 30, 35, 0, 0, 35, 0, 31, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 35.51, 6, drogue, -13.24, 53212.00, 5112.60, 3782.80, -28.46, 33.9, 1.73, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 27.89, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9427484,-106.9172066, 5408.0, 2022, 6, 24, 15, 17, 52, 648, 4066, 304, 81, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 34, 0, 0, 0, 0, 32, 30, 30, 35, 0, 0, 35, 0, 31, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 35.54, 6, drogue, -13.24, 53212.00, 5112.60, 3782.80, -28.46, 33.9, 1.72, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 27.89, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.03, 1, 1, 10, 32.9427484,-106.9172066, 5408.0, 2022, 6, 24, 15, 17, 52, 648, 4066, 304, 81, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 34, 0, 0, 0, 0, 32, 30, 30, 35, 0, 0, 35, 0, 31, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 35.61, 6, drogue, -15.20, 53247.00, 5107.69, 3777.89, -28.30, 33.9, 1.72, 3.99, 3.99, 0.00, 0.00, 0.04, 64.21, 27.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.03, 1, 1, 10, 32.9427484,-106.9172066, 5408.0, 2022, 6, 24, 15, 17, 52, 648, 4066, 304, 81, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 34, 0, 0, 0, 0, 32, 30, 30, 35, 0, 0, 35, 0, 31, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 35.71, 6, drogue, -14.22, 53328.00, 5096.35, 3766.55, -28.09, 33.9, 1.72, 3.99, 3.99, 0.00, 0.00, 0.04, 64.21, 27.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.03, 1, 1, 10, 32.9427484,-106.9172066, 5408.0, 2022, 6, 24, 15, 17, 52, 648, 4066, 304, 81, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 34, 0, 0, 0, 0, 32, 30, 30, 35, 0, 0, 35, 0, 31, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 35.81, 6, drogue, -11.77, 53400.00, 5086.27, 3756.47, -27.82, 33.9, 1.72, 3.99, 3.99, 0.00, 0.00, 0.04, 64.21, 27.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.03, 1, 1, 10, 32.9427484,-106.9172066, 5408.0, 2022, 6, 24, 15, 17, 52, 648, 4066, 304, 81, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 34, 0, 0, 0, 0, 32, 30, 30, 35, 0, 0, 35, 0, 31, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 35.86, 6, drogue, -11.77, 53400.00, 5086.27, 3756.47, -27.82, 33.9, 1.72, 3.98, 3.99, 0.00, 0.00, 0.04, 64.21, 27.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9427484,-106.9172066, 5408.0, 2022, 6, 24, 15, 17, 52, 648, 4066, 304, 81, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 34, 0, 0, 0, 0, 32, 30, 30, 35, 0, 0, 35, 0, 31, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 35.91, 6, drogue, -3.92, 53365.00, 5091.17, 3761.37, -27.55, 33.9, 1.72, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 27.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9427484,-106.9172066, 5408.0, 2022, 6, 24, 15, 17, 52, 648, 4066, 304, 81, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 34, 0, 0, 0, 0, 32, 30, 30, 35, 0, 0, 35, 0, 31, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 36.01, 6, drogue, -4.90, 53366.00, 5091.03, 3761.23, -27.26, 33.9, 1.72, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 27.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9427484,-106.9172066, 5408.0, 2022, 6, 24, 15, 17, 52, 648, 4066, 304, 81, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 34, 0, 0, 0, 0, 32, 30, 30, 35, 0, 0, 35, 0, 31, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 36.11, 6, drogue, -12.26, 53368.00, 5090.75, 3760.95, -26.98, 33.9, 1.72, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 27.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9427484,-106.9172066, 5408.0, 2022, 6, 24, 15, 17, 52, 648, 4066, 304, 81, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 34, 0, 0, 0, 0, 32, 30, 30, 35, 0, 0, 35, 0, 31, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 36.18, 6, drogue, -12.26, 53368.00, 5090.75, 3760.95, -26.98, 33.9, 1.71, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 27.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9427484,-106.9172066, 5408.0, 2022, 6, 24, 15, 17, 52, 648, 4066, 304, 81, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 34, 0, 0, 0, 0, 32, 30, 30, 35, 0, 0, 35, 0, 31, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 36.21, 6, drogue, -11.77, 53366.00, 5091.03, 3761.23, -26.73, 33.9, 1.71, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 27.59, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9427484,-106.9172066, 5408.0, 2022, 6, 24, 15, 17, 52, 648, 4066, 304, 81, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 34, 0, 0, 0, 0, 32, 30, 30, 35, 0, 0, 35, 0, 31, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 36.31, 6, drogue, -9.32, 53370.00, 5090.47, 3760.67, -26.48, 33.9, 1.71, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 27.59, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9427484,-106.9172066, 5408.0, 2022, 6, 24, 15, 17, 52, 648, 4066, 304, 81, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 34, 0, 0, 0, 0, 32, 30, 30, 35, 0, 0, 35, 0, 31, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 36.31, 6, drogue, -9.32, 53370.00, 5090.47, 3760.67, -26.48, 33.9, 1.71, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 27.59, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9427484,-106.9172066, 5408.0, 2022, 6, 24, 15, 17, 52, 648, 4066, 304, 81, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 34, 0, 0, 0, 0, 32, 30, 30, 35, 0, 0, 35, 0, 31, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 36.31, 6, drogue, -9.32, 53370.00, 5090.47, 3760.67, -26.48, 33.9, 1.71, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 27.59, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9427484,-106.9172066, 5408.0, 2022, 6, 24, 15, 17, 52, 648, 4066, 304, 81, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 34, 0, 0, 0, 0, 32, 30, 30, 35, 0, 0, 35, 0, 31, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 36.41, 6, drogue, -15.20, 53416.00, 5084.04, 3754.24, -26.26, 33.9, 1.71, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 27.59, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9428010,-106.9172271, 5379.0, 2022, 6, 24, 15, 17, 53, 653, 4038, 304, 81, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 31, 29, 35, 0, 0, 38, 0, 35, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 36.50, 6, drogue, -15.20, 53416.00, 5084.04, 3754.24, -26.26, 33.9, 1.71, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 27.59, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9428010,-106.9172271, 5379.0, 2022, 6, 24, 15, 17, 53, 653, 4038, 304, 81, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 31, 29, 35, 0, 0, 38, 0, 35, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 36.51, 6, drogue, -20.10, 53442.00, 5080.40, 3750.60, -26.06, 33.9, 1.71, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 27.59, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9428010,-106.9172271, 5379.0, 2022, 6, 24, 15, 17, 53, 653, 4038, 304, 81, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 31, 29, 35, 0, 0, 38, 0, 35, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 36.61, 6, drogue, -20.59, 53510.00, 5070.91, 3741.11, -25.96, 33.9, 1.71, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 27.59, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9428010,-106.9172271, 5379.0, 2022, 6, 24, 15, 17, 53, 653, 4038, 304, 81, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 31, 29, 35, 0, 0, 38, 0, 35, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 36.71, 6, drogue, -18.14, 53569.00, 5062.67, 3732.87, -25.92, 33.9, 1.71, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 27.59, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9428010,-106.9172271, 5379.0, 2022, 6, 24, 15, 17, 53, 653, 4038, 304, 81, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 31, 29, 35, 0, 0, 38, 0, 35, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 36.81, 6, drogue, -19.12, 53565.00, 5063.23, 3733.43, -25.98, 33.9, 1.71, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 27.59, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9428010,-106.9172271, 5379.0, 2022, 6, 24, 15, 17, 53, 653, 4038, 304, 81, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 31, 29, 35, 0, 0, 38, 0, 35, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 36.82, 6, drogue, -19.12, 53565.00, 5063.23, 3733.43, -25.98, 33.9, 1.72, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 27.59, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9428010,-106.9172271, 5379.0, 2022, 6, 24, 15, 17, 53, 653, 4038, 304, 81, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 31, 29, 35, 0, 0, 38, 0, 35, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 36.91, 6, drogue, -20.10, 53564.00, 5063.37, 3733.57, -26.11, 33.9, 1.72, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 27.65, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9428010,-106.9172271, 5379.0, 2022, 6, 24, 15, 17, 53, 653, 4038, 304, 81, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 31, 29, 35, 0, 0, 38, 0, 35, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 37.01, 6, drogue, -11.77, 53535.00, 5067.42, 3737.62, -26.32, 33.9, 1.72, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 27.65, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9428010,-106.9172271, 5379.0, 2022, 6, 24, 15, 17, 53, 653, 4038, 304, 81, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 31, 29, 35, 0, 0, 38, 0, 35, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 37.11, 6, drogue, -21.08, 53567.00, 5062.95, 3733.15, -26.62, 33.9, 1.72, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 27.65, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9428010,-106.9172271, 5379.0, 2022, 6, 24, 15, 17, 53, 653, 4038, 304, 81, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 31, 29, 35, 0, 0, 38, 0, 35, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 37.14, 6, drogue, -21.08, 53567.00, 5062.95, 3733.15, -26.62, 33.9, 1.70, 3.96, 3.98, 0.03, 0.00, 0.00, 64.03, 27.65, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9428010,-106.9172271, 5379.0, 2022, 6, 24, 15, 17, 53, 653, 4038, 304, 81, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 31, 29, 35, 0, 0, 38, 0, 35, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 37.21, 6, drogue, -16.67, 53549.00, 5065.46, 3735.66, -26.98, 33.9, 1.70, 3.96, 3.98, 0.00, 0.00, 0.00, 63.78, 27.34, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9428010,-106.9172271, 5379.0, 2022, 6, 24, 15, 17, 53, 653, 4038, 304, 81, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 31, 29, 35, 0, 0, 38, 0, 35, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 37.31, 6, drogue, -17.65, 53596.00, 5058.91, 3729.11, -27.42, 33.9, 1.70, 3.96, 3.98, 0.00, 0.00, 0.00, 63.78, 27.34, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9428638,-106.9172127, 5348.0, 2022, 6, 24, 15, 17, 54, 656, 4008, 305, 81, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 38, 0, 0, 0, 0, 36, 31, 28, 32, 0, 0, 32, 0, 31, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 37.31, 6, drogue, -17.65, 53596.00, 5058.91, 3729.11, -27.42, 33.9, 1.70, 3.96, 3.98, 0.00, 0.00, 0.00, 63.78, 27.34, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9428638,-106.9172127, 5348.0, 2022, 6, 24, 15, 17, 54, 656, 4008, 305, 81, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 38, 0, 0, 0, 0, 36, 31, 28, 32, 0, 0, 32, 0, 31, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 37.31, 6, drogue, -17.65, 53596.00, 5058.91, 3729.11, -27.42, 33.9, 1.70, 3.96, 3.98, 0.00, 0.00, 0.00, 63.78, 27.34, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9428638,-106.9172127, 5348.0, 2022, 6, 24, 15, 17, 54, 656, 4008, 305, 81, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 38, 0, 0, 0, 0, 36, 31, 28, 32, 0, 0, 32, 0, 31, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 37.41, 6, drogue, -11.77, 53594.00, 5059.19, 3729.39, -27.94, 33.9, 1.70, 3.96, 3.98, 0.00, 0.00, 0.00, 63.78, 27.34, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9428638,-106.9172127, 5348.0, 2022, 6, 24, 15, 17, 54, 656, 4008, 305, 81, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 38, 0, 0, 0, 0, 36, 31, 28, 32, 0, 0, 32, 0, 31, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 37.46, 6, drogue, -11.77, 53594.00, 5059.19, 3729.39, -27.94, 33.9, 1.70, 3.98, 3.99, 0.00, 0.00, 0.00, 63.78, 27.34, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9428638,-106.9172127, 5348.0, 2022, 6, 24, 15, 17, 54, 656, 4008, 305, 81, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 38, 0, 0, 0, 0, 36, 31, 28, 32, 0, 0, 32, 0, 31, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 37.51, 6, drogue, -13.24, 53615.00, 5056.26, 3726.46, -28.51, 33.9, 1.70, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 27.41, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9428638,-106.9172127, 5348.0, 2022, 6, 24, 15, 17, 54, 656, 4008, 305, 81, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 38, 0, 0, 0, 0, 36, 31, 28, 32, 0, 0, 32, 0, 31, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 37.61, 6, drogue, -8.83, 53614.00, 5056.40, 3726.60, -29.11, 33.9, 1.70, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 27.41, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9428638,-106.9172127, 5348.0, 2022, 6, 24, 15, 17, 54, 656, 4008, 305, 81, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 38, 0, 0, 0, 0, 36, 31, 28, 32, 0, 0, 32, 0, 31, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 37.71, 6, drogue, -9.32, 53635.00, 5053.47, 3723.67, -29.76, 33.9, 1.70, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 27.41, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9428638,-106.9172127, 5348.0, 2022, 6, 24, 15, 17, 54, 656, 4008, 305, 81, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 38, 0, 0, 0, 0, 36, 31, 28, 32, 0, 0, 32, 0, 31, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 37.78, 6, drogue, -9.32, 53635.00, 5053.47, 3723.67, -29.76, 33.9, 1.70, 3.98, 3.98, 0.03, 0.00, 0.00, 64.09, 27.41, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9428638,-106.9172127, 5348.0, 2022, 6, 24, 15, 17, 54, 656, 4008, 305, 81, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 38, 0, 0, 0, 0, 36, 31, 28, 32, 0, 0, 32, 0, 31, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 37.81, 6, drogue, -11.28, 53659.00, 5050.13, 3720.33, -30.43, 33.9, 1.70, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 27.41, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9428638,-106.9172127, 5348.0, 2022, 6, 24, 15, 17, 54, 656, 4008, 305, 81, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 38, 0, 0, 0, 0, 36, 31, 28, 32, 0, 0, 32, 0, 31, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 37.91, 6, drogue, -14.22, 53660.00, 5049.99, 3720.19, -31.00, 33.9, 1.70, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 27.41, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9428638,-106.9172127, 5348.0, 2022, 6, 24, 15, 17, 54, 656, 4008, 305, 81, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 38, 0, 0, 0, 0, 36, 31, 28, 32, 0, 0, 32, 0, 31, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 38.01, 6, drogue, -11.77, 53676.00, 5047.76, 3717.96, -31.50, 33.9, 1.70, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 27.41, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9428638,-106.9172127, 5348.0, 2022, 6, 24, 15, 17, 54, 656, 4008, 305, 81, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 38, 0, 0, 0, 0, 36, 31, 28, 32, 0, 0, 32, 0, 31, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 38.10, 6, drogue, -11.77, 53676.00, 5047.76, 3717.96, -31.50, 33.9, 1.70, 3.97, 3.99, 0.02, 0.00, 0.00, 64.15, 27.41, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9428638,-106.9172127, 5348.0, 2022, 6, 24, 15, 17, 54, 656, 4008, 305, 81, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 38, 0, 0, 0, 0, 36, 31, 28, 32, 0, 0, 32, 0, 31, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 38.11, 6, drogue, -10.79, 53742.00, 5038.58, 3708.78, -31.91, 33.9, 1.70, 3.97, 3.99, 0.00, 0.00, 0.00, 63.97, 27.34, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9428638,-106.9172127, 5348.0, 2022, 6, 24, 15, 17, 54, 656, 4008, 305, 81, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 38, 0, 0, 0, 0, 36, 31, 28, 32, 0, 0, 32, 0, 31, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 38.21, 6, drogue, -12.26, 53826.00, 5026.90, 3697.10, -32.24, 33.9, 1.70, 3.97, 3.99, 0.00, 0.00, 0.00, 63.97, 27.34, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9428638,-106.9172127, 5348.0, 2022, 6, 24, 15, 17, 54, 656, 4008, 305, 81, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 38, 0, 0, 0, 0, 36, 31, 28, 32, 0, 0, 32, 0, 31, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 38.31, 6, drogue, -16.18, 53841.00, 5024.82, 3695.02, -32.47, 33.9, 1.70, 3.97, 3.99, 0.00, 0.00, 0.00, 63.97, 27.34, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9429285,-106.9171842, 5315.0, 2022, 6, 24, 15, 17, 55, 658, 3976, 305, 80, 1.4, 0.8, 1.1, 0, 32, 26, 0, 0, 34, 0, 0, 0, 0, 33, 26, 34, 35, 0, 0, 40, 0, 37, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 38.31, 6, drogue, -16.18, 53841.00, 5024.82, 3695.02, -32.47, 33.9, 1.70, 3.97, 3.99, 0.00, 0.00, 0.00, 63.97, 27.34, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9429285,-106.9171842, 5315.0, 2022, 6, 24, 15, 17, 55, 658, 3976, 305, 80, 1.4, 0.8, 1.1, 0, 32, 26, 0, 0, 34, 0, 0, 0, 0, 33, 26, 34, 35, 0, 0, 40, 0, 37, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 38.31, 6, drogue, -16.18, 53841.00, 5024.82, 3695.02, -32.47, 33.9, 1.70, 3.97, 3.99, 0.00, 0.00, 0.00, 63.97, 27.34, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9429285,-106.9171842, 5315.0, 2022, 6, 24, 15, 17, 55, 658, 3976, 305, 80, 1.4, 0.8, 1.1, 0, 32, 26, 0, 0, 34, 0, 0, 0, 0, 33, 26, 34, 35, 0, 0, 40, 0, 37, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 38.41, 6, drogue, -19.61, 53884.00, 5018.85, 3689.04, -32.58, 33.9, 1.70, 3.97, 3.99, 0.00, 0.00, 0.00, 63.97, 27.34, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9429285,-106.9171842, 5315.0, 2022, 6, 24, 15, 17, 55, 658, 3976, 305, 80, 1.4, 0.8, 1.1, 0, 32, 26, 0, 0, 34, 0, 0, 0, 0, 33, 26, 34, 35, 0, 0, 40, 0, 37, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 38.42, 6, drogue, -19.61, 53884.00, 5018.85, 3689.04, -32.58, 33.9, 1.69, 3.99, 3.98, 0.00, 0.00, 0.00, 63.97, 27.34, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9429285,-106.9171842, 5315.0, 2022, 6, 24, 15, 17, 55, 658, 3976, 305, 80, 1.4, 0.8, 1.1, 0, 32, 26, 0, 0, 34, 0, 0, 0, 0, 33, 26, 34, 35, 0, 0, 40, 0, 37, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 38.51, 6, drogue, -15.69, 53872.00, 5020.51, 3690.71, -32.62, 33.9, 1.69, 3.99, 3.98, 0.09, 0.00, 0.00, 64.21, 27.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9429285,-106.9171842, 5315.0, 2022, 6, 24, 15, 17, 55, 658, 3976, 305, 80, 1.4, 0.8, 1.1, 0, 32, 26, 0, 0, 34, 0, 0, 0, 0, 33, 26, 34, 35, 0, 0, 40, 0, 37, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 38.61, 6, drogue, -12.26, 53950.00, 5009.69, 3679.89, -32.60, 33.9, 1.69, 3.99, 3.98, 0.09, 0.00, 0.00, 64.21, 27.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9429285,-106.9171842, 5315.0, 2022, 6, 24, 15, 17, 55, 658, 3976, 305, 80, 1.4, 0.8, 1.1, 0, 32, 26, 0, 0, 34, 0, 0, 0, 0, 33, 26, 34, 35, 0, 0, 40, 0, 37, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 38.71, 6, drogue, -10.30, 53915.00, 5014.54, 3684.74, -32.45, 33.9, 1.69, 3.99, 3.98, 0.09, 0.00, 0.00, 64.21, 27.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9429285,-106.9171842, 5315.0, 2022, 6, 24, 15, 17, 55, 658, 3976, 305, 80, 1.4, 0.8, 1.1, 0, 32, 26, 0, 0, 34, 0, 0, 0, 0, 33, 26, 34, 35, 0, 0, 40, 0, 37, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 38.74, 6, drogue, -10.30, 53915.00, 5014.54, 3684.74, -32.45, 33.9, 1.69, 3.96, 3.98, 0.09, 0.00, 0.00, 64.21, 27.16, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9429285,-106.9171842, 5315.0, 2022, 6, 24, 15, 17, 55, 658, 3976, 305, 80, 1.4, 0.8, 1.1, 0, 32, 26, 0, 0, 34, 0, 0, 0, 0, 33, 26, 34, 35, 0, 0, 40, 0, 37, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 38.81, 6, drogue, -10.30, 53949.00, 5009.83, 3680.03, -32.16, 33.9, 1.69, 3.96, 3.98, 0.00, 0.00, 0.00, 63.78, 27.16, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9429285,-106.9171842, 5315.0, 2022, 6, 24, 15, 17, 55, 658, 3976, 305, 80, 1.4, 0.8, 1.1, 0, 32, 26, 0, 0, 34, 0, 0, 0, 0, 33, 26, 34, 35, 0, 0, 40, 0, 37, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 38.91, 6, drogue, -12.75, 53977.00, 5005.95, 3676.14, -31.84, 33.9, 1.69, 3.96, 3.98, 0.00, 0.00, 0.00, 63.78, 27.16, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9429285,-106.9171842, 5315.0, 2022, 6, 24, 15, 17, 55, 658, 3976, 305, 80, 1.4, 0.8, 1.1, 0, 32, 26, 0, 0, 34, 0, 0, 0, 0, 33, 26, 34, 35, 0, 0, 40, 0, 37, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 39.01, 6, drogue, -11.28, 54013.00, 5000.96, 3671.16, -31.45, 33.9, 1.69, 3.96, 3.98, 0.00, 0.00, 0.00, 63.78, 27.16, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9429285,-106.9171842, 5315.0, 2022, 6, 24, 15, 17, 55, 658, 3976, 305, 80, 1.4, 0.8, 1.1, 0, 32, 26, 0, 0, 34, 0, 0, 0, 0, 33, 26, 34, 35, 0, 0, 40, 0, 37, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 39.06, 6, drogue, -11.28, 54013.00, 5000.96, 3671.16, -31.45, 33.9, 1.68, 3.98, 3.98, 0.00, 0.00, 0.00, 63.78, 27.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.03, 1, 1, 11, 32.9429285,-106.9171842, 5315.0, 2022, 6, 24, 15, 17, 55, 658, 3976, 305, 80, 1.4, 0.8, 1.1, 0, 32, 26, 0, 0, 34, 0, 0, 0, 0, 33, 26, 34, 35, 0, 0, 40, 0, 37, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 39.11, 6, drogue, -9.81, 54061.00, 4994.31, 3664.51, -31.02, 33.9, 1.68, 3.98, 3.98, 0.00, 0.00, 0.04, 64.15, 27.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.03, 1, 1, 11, 32.9429285,-106.9171842, 5315.0, 2022, 6, 24, 15, 17, 55, 658, 3976, 305, 80, 1.4, 0.8, 1.1, 0, 32, 26, 0, 0, 34, 0, 0, 0, 0, 33, 26, 34, 35, 0, 0, 40, 0, 37, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 39.21, 6, drogue, -12.75, 54027.00, 4999.02, 3669.22, -30.57, 33.9, 1.68, 3.98, 3.98, 0.00, 0.00, 0.04, 64.15, 27.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.03, 1, 1, 11, 32.9429285,-106.9171842, 5315.0, 2022, 6, 24, 15, 17, 55, 658, 3976, 305, 80, 1.4, 0.8, 1.1, 0, 32, 26, 0, 0, 34, 0, 0, 0, 0, 33, 26, 34, 35, 0, 0, 40, 0, 37, 29, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 39.31, 6, drogue, -17.65, 54002.00, 5002.48, 3672.68, -30.16, 33.9, 1.68, 3.98, 3.98, 0.00, 0.00, 0.04, 64.15, 27.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.03, 1, 1, 11, 32.9429976,-106.9171641, 5281.0, 2022, 6, 24, 15, 17, 56, 661, 3943, 306, 80, 1.4, 0.8, 1.1, 0, 33, 35, 0, 0, 24, 0, 0, 0, 0, 33, 31, 36, 33, 0, 0, 33, 0, 28, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 39.31, 6, drogue, -17.65, 54002.00, 5002.48, 3672.68, -30.16, 33.9, 1.68, 3.98, 3.98, 0.00, 0.00, 0.04, 64.15, 27.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.03, 1, 1, 11, 32.9429976,-106.9171641, 5281.0, 2022, 6, 24, 15, 17, 56, 661, 3943, 306, 80, 1.4, 0.8, 1.1, 0, 33, 35, 0, 0, 24, 0, 0, 0, 0, 33, 31, 36, 33, 0, 0, 33, 0, 28, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 39.31, 6, drogue, -17.65, 54002.00, 5002.48, 3672.68, -30.16, 33.9, 1.68, 3.98, 3.98, 0.00, 0.00, 0.04, 64.15, 27.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.03, 1, 1, 11, 32.9429976,-106.9171641, 5281.0, 2022, 6, 24, 15, 17, 56, 661, 3943, 306, 80, 1.4, 0.8, 1.1, 0, 33, 35, 0, 0, 24, 0, 0, 0, 0, 33, 31, 36, 33, 0, 0, 33, 0, 28, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 39.38, 6, drogue, -17.65, 54002.00, 5002.48, 3672.68, -30.16, 33.9, 1.68, 3.98, 3.99, 0.00, 0.00, 0.04, 64.15, 27.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9429976,-106.9171641, 5281.0, 2022, 6, 24, 15, 17, 56, 661, 3943, 306, 80, 1.4, 0.8, 1.1, 0, 33, 35, 0, 0, 24, 0, 0, 0, 0, 33, 31, 36, 33, 0, 0, 33, 0, 28, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 39.41, 6, drogue, -16.18, 54031.00, 4998.46, 3668.66, -29.73, 33.9, 1.68, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 27.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9429976,-106.9171641, 5281.0, 2022, 6, 24, 15, 17, 56, 661, 3943, 306, 80, 1.4, 0.8, 1.1, 0, 33, 35, 0, 0, 24, 0, 0, 0, 0, 33, 31, 36, 33, 0, 0, 33, 0, 28, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 39.51, 6, drogue, -15.20, 54078.00, 4991.96, 3662.15, -29.39, 33.9, 1.68, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 27.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9429976,-106.9171641, 5281.0, 2022, 6, 24, 15, 17, 56, 661, 3943, 306, 80, 1.4, 0.8, 1.1, 0, 33, 35, 0, 0, 24, 0, 0, 0, 0, 33, 31, 36, 33, 0, 0, 33, 0, 28, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 39.61, 6, drogue, -22.56, 54086.00, 4990.85, 3661.05, -29.14, 33.9, 1.68, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 27.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9429976,-106.9171641, 5281.0, 2022, 6, 24, 15, 17, 56, 661, 3943, 306, 80, 1.4, 0.8, 1.1, 0, 33, 35, 0, 0, 24, 0, 0, 0, 0, 33, 31, 36, 33, 0, 0, 33, 0, 28, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 39.70, 6, drogue, -22.56, 54086.00, 4990.85, 3661.05, -29.14, 33.9, 1.67, 3.98, 3.98, 0.03, 0.00, 0.00, 64.03, 27.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9429976,-106.9171641, 5281.0, 2022, 6, 24, 15, 17, 56, 661, 3943, 306, 80, 1.4, 0.8, 1.1, 0, 33, 35, 0, 0, 24, 0, 0, 0, 0, 33, 31, 36, 33, 0, 0, 33, 0, 28, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 39.71, 6, drogue, -21.57, 54130.00, 4984.76, 3654.96, -28.97, 33.9, 1.67, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 26.92, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9429976,-106.9171641, 5281.0, 2022, 6, 24, 15, 17, 56, 661, 3943, 306, 80, 1.4, 0.8, 1.1, 0, 33, 35, 0, 0, 24, 0, 0, 0, 0, 33, 31, 36, 33, 0, 0, 33, 0, 28, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 39.81, 6, drogue, -20.10, 54182.00, 4977.57, 3647.77, -28.87, 33.9, 1.67, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 26.92, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9429976,-106.9171641, 5281.0, 2022, 6, 24, 15, 17, 56, 661, 3943, 306, 80, 1.4, 0.8, 1.1, 0, 33, 35, 0, 0, 24, 0, 0, 0, 0, 33, 31, 36, 33, 0, 0, 33, 0, 28, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 39.91, 6, drogue, -19.12, 54210.00, 4973.70, 3643.90, -28.85, 33.9, 1.67, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 26.92, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9429976,-106.9171641, 5281.0, 2022, 6, 24, 15, 17, 56, 661, 3943, 306, 80, 1.4, 0.8, 1.1, 0, 33, 35, 0, 0, 24, 0, 0, 0, 0, 33, 31, 36, 33, 0, 0, 33, 0, 28, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 40.01, 6, drogue, -18.63, 54224.00, 4971.77, 3641.97, -28.86, 33.9, 1.67, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 26.92, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9429976,-106.9171641, 5281.0, 2022, 6, 24, 15, 17, 56, 661, 3943, 306, 80, 1.4, 0.8, 1.1, 0, 33, 35, 0, 0, 24, 0, 0, 0, 0, 33, 31, 36, 33, 0, 0, 33, 0, 28, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 40.02, 6, drogue, -18.63, 54224.00, 4971.77, 3641.97, -28.86, 33.9, 1.68, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 26.92, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9429976,-106.9171641, 5281.0, 2022, 6, 24, 15, 17, 56, 661, 3943, 306, 80, 1.4, 0.8, 1.1, 0, 33, 35, 0, 0, 24, 0, 0, 0, 0, 33, 31, 36, 33, 0, 0, 33, 0, 28, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 40.11, 6, drogue, -19.61, 54229.00, 4971.08, 3641.28, -28.97, 33.9, 1.68, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 27.04, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9429976,-106.9171641, 5281.0, 2022, 6, 24, 15, 17, 56, 661, 3943, 306, 80, 1.4, 0.8, 1.1, 0, 33, 35, 0, 0, 24, 0, 0, 0, 0, 33, 31, 36, 33, 0, 0, 33, 0, 28, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 40.21, 6, drogue, -20.10, 54262.00, 4966.52, 3636.72, -29.14, 33.9, 1.68, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 27.04, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9429976,-106.9171641, 5281.0, 2022, 6, 24, 15, 17, 56, 661, 3943, 306, 80, 1.4, 0.8, 1.1, 0, 33, 35, 0, 0, 24, 0, 0, 0, 0, 33, 31, 36, 33, 0, 0, 33, 0, 28, 29, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 40.31, 6, drogue, -16.67, 54269.00, 4965.56, 3635.76, -29.28, 33.9, 1.68, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 27.04, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9430741,-106.9171623, 5249.0, 2022, 6, 24, 15, 17, 57, 666, 3912, 307, 80, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 37, 0, 0, 0, 0, 38, 31, 28, 32, 0, 0, 33, 0, 35, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 40.31, 6, drogue, -16.67, 54269.00, 4965.56, 3635.76, -29.28, 33.9, 1.68, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 27.04, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9430741,-106.9171623, 5249.0, 2022, 6, 24, 15, 17, 57, 666, 3912, 307, 80, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 37, 0, 0, 0, 0, 38, 31, 28, 32, 0, 0, 33, 0, 35, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 40.31, 6, drogue, -16.67, 54269.00, 4965.56, 3635.76, -29.28, 33.9, 1.68, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 27.04, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9430741,-106.9171623, 5249.0, 2022, 6, 24, 15, 17, 57, 666, 3912, 307, 80, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 37, 0, 0, 0, 0, 38, 31, 28, 32, 0, 0, 33, 0, 35, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 40.34, 6, drogue, -16.67, 54269.00, 4965.56, 3635.76, -29.28, 33.9, 1.68, 3.98, 4.00, 0.02, 0.00, 0.00, 64.03, 27.04, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9430741,-106.9171623, 5249.0, 2022, 6, 24, 15, 17, 57, 666, 3912, 307, 80, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 37, 0, 0, 0, 0, 38, 31, 28, 32, 0, 0, 33, 0, 35, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 40.41, 6, drogue, -17.65, 54229.00, 4971.08, 3641.28, -29.42, 33.9, 1.68, 3.98, 4.00, 0.02, 0.00, 0.00, 64.03, 26.98, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9430741,-106.9171623, 5249.0, 2022, 6, 24, 15, 17, 57, 666, 3912, 307, 80, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 37, 0, 0, 0, 0, 38, 31, 28, 32, 0, 0, 33, 0, 35, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 40.51, 6, drogue, -12.75, 54293.00, 4962.25, 3632.45, -29.48, 33.9, 1.68, 3.98, 4.00, 0.02, 0.00, 0.00, 64.03, 26.98, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9430741,-106.9171623, 5249.0, 2022, 6, 24, 15, 17, 57, 666, 3912, 307, 80, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 37, 0, 0, 0, 0, 38, 31, 28, 32, 0, 0, 33, 0, 35, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 40.61, 6, drogue, -15.20, 54324.00, 4957.97, 3628.17, -29.52, 33.9, 1.68, 3.98, 4.00, 0.02, 0.00, 0.00, 64.03, 26.98, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9430741,-106.9171623, 5249.0, 2022, 6, 24, 15, 17, 57, 666, 3912, 307, 80, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 37, 0, 0, 0, 0, 38, 31, 28, 32, 0, 0, 33, 0, 35, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 40.66, 6, drogue, -15.20, 54324.00, 4957.97, 3628.17, -29.52, 33.9, 1.67, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 26.98, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9430741,-106.9171623, 5249.0, 2022, 6, 24, 15, 17, 57, 666, 3912, 307, 80, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 37, 0, 0, 0, 0, 38, 31, 28, 32, 0, 0, 33, 0, 35, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 40.71, 6, drogue, -16.18, 54283.00, 4963.63, 3633.82, -29.56, 33.9, 1.67, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 26.86, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9430741,-106.9171623, 5249.0, 2022, 6, 24, 15, 17, 57, 666, 3912, 307, 80, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 37, 0, 0, 0, 0, 38, 31, 28, 32, 0, 0, 33, 0, 35, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 40.81, 6, drogue, -12.75, 54316.00, 4959.07, 3629.27, -29.68, 33.9, 1.67, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 26.86, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9430741,-106.9171623, 5249.0, 2022, 6, 24, 15, 17, 57, 666, 3912, 307, 80, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 37, 0, 0, 0, 0, 38, 31, 28, 32, 0, 0, 33, 0, 35, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 40.91, 6, drogue, -7.35, 54421.00, 4944.60, 3614.80, -29.74, 33.9, 1.67, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 26.86, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9430741,-106.9171623, 5249.0, 2022, 6, 24, 15, 17, 57, 666, 3912, 307, 80, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 37, 0, 0, 0, 0, 38, 31, 28, 32, 0, 0, 33, 0, 35, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 40.98, 6, drogue, -7.35, 54421.00, 4944.60, 3614.80, -29.74, 33.9, 1.66, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 26.86, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9430741,-106.9171623, 5249.0, 2022, 6, 24, 15, 17, 57, 666, 3912, 307, 80, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 37, 0, 0, 0, 0, 38, 31, 28, 32, 0, 0, 33, 0, 35, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 41.01, 6, drogue, -8.34, 54430.00, 4943.36, 3613.56, -29.79, 33.9, 1.66, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 26.80, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9430741,-106.9171623, 5249.0, 2022, 6, 24, 15, 17, 57, 666, 3912, 307, 80, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 37, 0, 0, 0, 0, 38, 31, 28, 32, 0, 0, 33, 0, 35, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 41.11, 6, drogue, -10.30, 54417.00, 4945.15, 3615.35, -29.85, 33.9, 1.66, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 26.80, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9430741,-106.9171623, 5249.0, 2022, 6, 24, 15, 17, 57, 666, 3912, 307, 80, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 37, 0, 0, 0, 0, 38, 31, 28, 32, 0, 0, 33, 0, 35, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 41.21, 6, drogue, -17.65, 54444.00, 4941.44, 3611.64, -29.87, 33.9, 1.66, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 26.80, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9430741,-106.9171623, 5249.0, 2022, 6, 24, 15, 17, 57, 666, 3912, 307, 80, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 37, 0, 0, 0, 0, 38, 31, 28, 32, 0, 0, 33, 0, 35, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 41.30, 6, drogue, -17.65, 54444.00, 4941.44, 3611.64, -29.87, 33.9, 1.68, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 26.80, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9430741,-106.9171623, 5249.0, 2022, 6, 24, 15, 17, 57, 666, 3912, 307, 80, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 37, 0, 0, 0, 0, 38, 31, 28, 32, 0, 0, 33, 0, 35, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 41.31, 6, drogue, -18.14, 54467.00, 4938.27, 3608.47, -29.95, 33.9, 1.68, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 27.04, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9431434,-106.9171572, 5217.0, 2022, 6, 24, 15, 17, 58, 670, 3881, 307, 80, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 38, 31, 32, 35, 0, 0, 38, 0, 35, 33, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 41.31, 6, drogue, -18.14, 54467.00, 4938.27, 3608.47, -29.95, 33.9, 1.68, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 27.04, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9431434,-106.9171572, 5217.0, 2022, 6, 24, 15, 17, 58, 670, 3881, 307, 80, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 38, 31, 32, 35, 0, 0, 38, 0, 35, 33, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 41.31, 6, drogue, -18.14, 54467.00, 4938.27, 3608.47, -29.95, 33.9, 1.68, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 27.04, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9431434,-106.9171572, 5217.0, 2022, 6, 24, 15, 17, 58, 670, 3881, 307, 80, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 38, 31, 32, 35, 0, 0, 38, 0, 35, 33, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 41.41, 6, drogue, -17.16, 54454.00, 4940.06, 3610.26, -30.04, 33.9, 1.68, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 27.04, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9431434,-106.9171572, 5217.0, 2022, 6, 24, 15, 17, 58, 670, 3881, 307, 80, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 38, 31, 32, 35, 0, 0, 38, 0, 35, 33, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 41.51, 6, drogue, -15.69, 54540.00, 4928.23, 3598.43, -30.12, 33.9, 1.68, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 27.04, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9431434,-106.9171572, 5217.0, 2022, 6, 24, 15, 17, 58, 670, 3881, 307, 80, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 38, 31, 32, 35, 0, 0, 38, 0, 35, 33, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 41.61, 6, drogue, -17.16, 54603.00, 4919.58, 3589.78, -30.25, 33.9, 1.68, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 27.04, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9431434,-106.9171572, 5217.0, 2022, 6, 24, 15, 17, 58, 670, 3881, 307, 80, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 38, 31, 32, 35, 0, 0, 38, 0, 35, 33, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 41.62, 6, drogue, -17.16, 54603.00, 4919.58, 3589.78, -30.25, 33.9, 1.67, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 27.04, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9431434,-106.9171572, 5217.0, 2022, 6, 24, 15, 17, 58, 670, 3881, 307, 80, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 38, 31, 32, 35, 0, 0, 38, 0, 35, 33, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 41.71, 6, drogue, -14.22, 54609.00, 4918.75, 3588.95, -30.43, 33.9, 1.67, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 26.86, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9431434,-106.9171572, 5217.0, 2022, 6, 24, 15, 17, 58, 670, 3881, 307, 80, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 38, 31, 32, 35, 0, 0, 38, 0, 35, 33, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 41.81, 6, drogue, -18.14, 54617.00, 4917.65, 3587.85, -30.70, 33.9, 1.67, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 26.86, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9431434,-106.9171572, 5217.0, 2022, 6, 24, 15, 17, 58, 670, 3881, 307, 80, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 38, 31, 32, 35, 0, 0, 38, 0, 35, 33, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 41.91, 6, drogue, -14.71, 54644.00, 4913.95, 3584.15, -31.08, 33.9, 1.67, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 26.86, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9431434,-106.9171572, 5217.0, 2022, 6, 24, 15, 17, 58, 670, 3881, 307, 80, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 38, 31, 32, 35, 0, 0, 38, 0, 35, 33, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 41.94, 6, drogue, -14.71, 54644.00, 4913.95, 3584.15, -31.08, 33.9, 1.66, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 26.86, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9431434,-106.9171572, 5217.0, 2022, 6, 24, 15, 17, 58, 670, 3881, 307, 80, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 38, 31, 32, 35, 0, 0, 38, 0, 35, 33, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 42.01, 6, drogue, -10.79, 54615.00, 4917.93, 3588.13, -31.53, 33.9, 1.66, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 26.80, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9431434,-106.9171572, 5217.0, 2022, 6, 24, 15, 17, 58, 670, 3881, 307, 80, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 38, 31, 32, 35, 0, 0, 38, 0, 35, 33, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 42.11, 6, drogue, -4.90, 54639.00, 4914.63, 3584.83, -31.97, 33.9, 1.66, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 26.80, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9431434,-106.9171572, 5217.0, 2022, 6, 24, 15, 17, 58, 670, 3881, 307, 80, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 38, 31, 32, 35, 0, 0, 38, 0, 35, 33, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 42.21, 6, drogue, -8.34, 54653.00, 4912.71, 3582.91, -32.40, 33.9, 1.66, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 26.80, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9431434,-106.9171572, 5217.0, 2022, 6, 24, 15, 17, 58, 670, 3881, 307, 80, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 38, 31, 32, 35, 0, 0, 38, 0, 35, 33, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 42.26, 6, drogue, -8.34, 54653.00, 4912.71, 3582.91, -32.40, 33.9, 1.65, 3.99, 4.00, 0.02, 0.00, 0.00, 64.15, 26.80, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9431434,-106.9171572, 5217.0, 2022, 6, 24, 15, 17, 58, 670, 3881, 307, 80, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 38, 31, 32, 35, 0, 0, 38, 0, 35, 33, 0, 0, 0, 24, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 42.31, 6, drogue, -7.35, 54635.00, 4915.18, 3585.38, -32.88, 33.9, 1.65, 3.99, 4.00, 0.03, 0.00, 0.00, 64.21, 26.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9432222,-106.9171401, 5184.0, 2022, 6, 24, 15, 17, 59, 674, 3849, 308, 80, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 37, 0, 0, 0, 0, 31, 26, 29, 33, 0, 0, 36, 0, 38, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 42.31, 6, drogue, -7.35, 54635.00, 4915.18, 3585.38, -32.88, 33.9, 1.65, 3.99, 4.00, 0.03, 0.00, 0.00, 64.21, 26.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9432222,-106.9171401, 5184.0, 2022, 6, 24, 15, 17, 59, 674, 3849, 308, 80, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 37, 0, 0, 0, 0, 31, 26, 29, 33, 0, 0, 36, 0, 38, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 42.31, 6, drogue, -7.35, 54635.00, 4915.18, 3585.38, -32.88, 33.9, 1.65, 3.99, 4.00, 0.03, 0.00, 0.00, 64.21, 26.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9432222,-106.9171401, 5184.0, 2022, 6, 24, 15, 17, 59, 674, 3849, 308, 80, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 37, 0, 0, 0, 0, 31, 26, 29, 33, 0, 0, 36, 0, 38, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 42.41, 6, drogue, -8.34, 54673.00, 4909.97, 3580.17, -33.37, 33.9, 1.65, 3.99, 4.00, 0.03, 0.00, 0.00, 64.21, 26.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9432222,-106.9171401, 5184.0, 2022, 6, 24, 15, 17, 59, 674, 3849, 308, 80, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 37, 0, 0, 0, 0, 31, 26, 29, 33, 0, 0, 36, 0, 38, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 42.51, 6, drogue, -5.88, 54661.00, 4911.61, 3581.81, -33.95, 33.9, 1.65, 3.99, 4.00, 0.03, 0.00, 0.00, 64.21, 26.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9432222,-106.9171401, 5184.0, 2022, 6, 24, 15, 17, 59, 674, 3849, 308, 80, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 37, 0, 0, 0, 0, 31, 26, 29, 33, 0, 0, 36, 0, 38, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 42.58, 6, drogue, -5.88, 54661.00, 4911.61, 3581.81, -33.95, 33.9, 1.66, 3.98, 3.98, 0.03, 0.00, 0.00, 64.21, 26.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9432222,-106.9171401, 5184.0, 2022, 6, 24, 15, 17, 59, 674, 3849, 308, 80, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 37, 0, 0, 0, 0, 31, 26, 29, 33, 0, 0, 36, 0, 38, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 42.61, 6, drogue, 1.47, 54662.00, 4911.48, 3581.68, -34.57, 33.9, 1.66, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 26.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9432222,-106.9171401, 5184.0, 2022, 6, 24, 15, 17, 59, 674, 3849, 308, 80, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 37, 0, 0, 0, 0, 31, 26, 29, 33, 0, 0, 36, 0, 38, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 42.71, 6, drogue, 18.63, 54802.00, 4892.29, 3562.49, -35.17, 33.9, 1.66, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 26.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9432222,-106.9171401, 5184.0, 2022, 6, 24, 15, 17, 59, 674, 3849, 308, 80, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 37, 0, 0, 0, 0, 31, 26, 29, 33, 0, 0, 36, 0, 38, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 42.81, 6, drogue, 19.12, 54910.00, 4877.51, 3547.71, -35.80, 33.9, 1.66, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 26.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9432222,-106.9171401, 5184.0, 2022, 6, 24, 15, 17, 59, 674, 3849, 308, 80, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 37, 0, 0, 0, 0, 31, 26, 29, 33, 0, 0, 36, 0, 38, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 42.90, 6, drogue, 19.12, 54910.00, 4877.51, 3547.71, -35.80, 33.9, 1.65, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 26.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9432222,-106.9171401, 5184.0, 2022, 6, 24, 15, 17, 59, 674, 3849, 308, 80, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 37, 0, 0, 0, 0, 31, 26, 29, 33, 0, 0, 36, 0, 38, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 42.91, 6, drogue, -9.81, 54850.00, 4885.72, 3555.92, -36.43, 33.9, 1.65, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9432222,-106.9171401, 5184.0, 2022, 6, 24, 15, 17, 59, 674, 3849, 308, 80, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 37, 0, 0, 0, 0, 31, 26, 29, 33, 0, 0, 36, 0, 38, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 43.01, 6, drogue, -9.81, 54856.00, 4884.90, 3555.10, -36.95, 33.9, 1.65, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9432222,-106.9171401, 5184.0, 2022, 6, 24, 15, 17, 59, 674, 3849, 308, 80, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 37, 0, 0, 0, 0, 31, 26, 29, 33, 0, 0, 36, 0, 38, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 43.11, 6, drogue, 4.90, 54889.00, 4880.38, 3550.58, -37.34, 33.9, 1.65, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9432222,-106.9171401, 5184.0, 2022, 6, 24, 15, 17, 59, 674, 3849, 308, 80, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 37, 0, 0, 0, 0, 31, 26, 29, 33, 0, 0, 36, 0, 38, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 43.21, 6, drogue, 2.45, 54935.00, 4874.10, 3544.29, -37.65, 33.9, 1.65, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9432222,-106.9171401, 5184.0, 2022, 6, 24, 15, 17, 59, 674, 3849, 308, 80, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 37, 0, 0, 0, 0, 31, 26, 29, 33, 0, 0, 36, 0, 38, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 43.22, 6, drogue, 2.45, 54935.00, 4874.10, 3544.29, -37.65, 33.9, 1.66, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9432222,-106.9171401, 5184.0, 2022, 6, 24, 15, 17, 59, 674, 3849, 308, 80, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 37, 0, 0, 0, 0, 31, 26, 29, 33, 0, 0, 36, 0, 38, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 43.31, 6, drogue, 2.45, 55014.00, 4863.31, 3533.50, -37.85, 33.9, 1.66, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 26.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9433104,-106.9171325, 5149.0, 2022, 6, 24, 15, 18, 0, 679, 3816, 308, 80, 1.4, 0.8, 1.1, 0, 28, 30, 0, 0, 34, 0, 0, 0, 0, 31, 31, 30, 32, 0, 0, 39, 0, 38, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 43.31, 6, drogue, 2.45, 55014.00, 4863.31, 3533.50, -37.85, 33.9, 1.66, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 26.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9433104,-106.9171325, 5149.0, 2022, 6, 24, 15, 18, 0, 679, 3816, 308, 80, 1.4, 0.8, 1.1, 0, 28, 30, 0, 0, 34, 0, 0, 0, 0, 31, 31, 30, 32, 0, 0, 39, 0, 38, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 43.31, 6, drogue, 2.45, 55014.00, 4863.31, 3533.50, -37.85, 33.9, 1.66, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 26.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9433104,-106.9171325, 5149.0, 2022, 6, 24, 15, 18, 0, 679, 3816, 308, 80, 1.4, 0.8, 1.1, 0, 28, 30, 0, 0, 34, 0, 0, 0, 0, 31, 31, 30, 32, 0, 0, 39, 0, 38, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 43.41, 6, drogue, 4.41, 54988.00, 4866.86, 3537.05, -37.90, 33.9, 1.66, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 26.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9433104,-106.9171325, 5149.0, 2022, 6, 24, 15, 18, 0, 679, 3816, 308, 80, 1.4, 0.8, 1.1, 0, 28, 30, 0, 0, 34, 0, 0, 0, 0, 31, 31, 30, 32, 0, 0, 39, 0, 38, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 43.51, 6, drogue, 11.28, 54939.00, 4873.55, 3543.75, -37.87, 33.9, 1.66, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 26.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9433104,-106.9171325, 5149.0, 2022, 6, 24, 15, 18, 0, 679, 3816, 308, 80, 1.4, 0.8, 1.1, 0, 28, 30, 0, 0, 34, 0, 0, 0, 0, 31, 31, 30, 32, 0, 0, 39, 0, 38, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 43.54, 6, drogue, 11.28, 54939.00, 4873.55, 3543.75, -37.87, 33.9, 1.64, 3.96, 3.97, 0.00, 0.00, 0.00, 64.09, 26.73, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9433104,-106.9171325, 5149.0, 2022, 6, 24, 15, 18, 0, 679, 3816, 308, 80, 1.4, 0.8, 1.1, 0, 28, 30, 0, 0, 34, 0, 0, 0, 0, 31, 31, 30, 32, 0, 0, 39, 0, 38, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 43.61, 6, drogue, 8.34, 55017.00, 4862.90, 3533.10, -37.73, 33.9, 1.64, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9433104,-106.9171325, 5149.0, 2022, 6, 24, 15, 18, 0, 679, 3816, 308, 80, 1.4, 0.8, 1.1, 0, 28, 30, 0, 0, 34, 0, 0, 0, 0, 31, 31, 30, 32, 0, 0, 39, 0, 38, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 43.71, 6, drogue, -3.92, 55029.00, 4861.26, 3531.46, -37.43, 33.9, 1.64, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9433104,-106.9171325, 5149.0, 2022, 6, 24, 15, 18, 0, 679, 3816, 308, 80, 1.4, 0.8, 1.1, 0, 28, 30, 0, 0, 34, 0, 0, 0, 0, 31, 31, 30, 32, 0, 0, 39, 0, 38, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 43.81, 6, drogue, -5.88, 55115.00, 4849.53, 3519.73, -36.99, 33.9, 1.64, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9433104,-106.9171325, 5149.0, 2022, 6, 24, 15, 18, 0, 679, 3816, 308, 80, 1.4, 0.8, 1.1, 0, 28, 30, 0, 0, 34, 0, 0, 0, 0, 31, 31, 30, 32, 0, 0, 39, 0, 38, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 43.86, 6, drogue, -5.88, 55115.00, 4849.53, 3519.73, -36.99, 33.9, 1.64, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.01, 0.00, 0.00, 1, 1, 11, 32.9433104,-106.9171325, 5149.0, 2022, 6, 24, 15, 18, 0, 679, 3816, 308, 80, 1.4, 0.8, 1.1, 0, 28, 30, 0, 0, 34, 0, 0, 0, 0, 31, 31, 30, 32, 0, 0, 39, 0, 38, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 43.91, 6, drogue, -12.75, 55203.00, 4837.54, 3507.74, -36.52, 33.9, 1.64, 3.96, 3.97, 0.00, 0.01, 0.00, 63.78, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.01, 0.00, 0.00, 1, 1, 11, 32.9433104,-106.9171325, 5149.0, 2022, 6, 24, 15, 18, 0, 679, 3816, 308, 80, 1.4, 0.8, 1.1, 0, 28, 30, 0, 0, 34, 0, 0, 0, 0, 31, 31, 30, 32, 0, 0, 39, 0, 38, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 44.01, 6, drogue, -9.32, 55232.00, 4833.60, 3503.80, -35.97, 33.9, 1.64, 3.96, 3.97, 0.00, 0.01, 0.00, 63.78, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.01, 0.00, 0.00, 1, 1, 11, 32.9433104,-106.9171325, 5149.0, 2022, 6, 24, 15, 18, 0, 679, 3816, 308, 80, 1.4, 0.8, 1.1, 0, 28, 30, 0, 0, 34, 0, 0, 0, 0, 31, 31, 30, 32, 0, 0, 39, 0, 38, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 44.11, 6, drogue, 1.47, 55186.00, 4839.86, 3510.06, -35.38, 33.9, 1.64, 3.96, 3.97, 0.00, 0.01, 0.00, 63.78, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.01, 0.00, 0.00, 1, 1, 11, 32.9433104,-106.9171325, 5149.0, 2022, 6, 24, 15, 18, 0, 679, 3816, 308, 80, 1.4, 0.8, 1.1, 0, 28, 30, 0, 0, 34, 0, 0, 0, 0, 31, 31, 30, 32, 0, 0, 39, 0, 38, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 44.18, 6, drogue, 1.47, 55186.00, 4839.86, 3510.06, -35.38, 33.9, 1.63, 3.96, 3.97, 0.00, 0.01, 0.00, 63.78, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9433104,-106.9171325, 5149.0, 2022, 6, 24, 15, 18, 0, 679, 3816, 308, 80, 1.4, 0.8, 1.1, 0, 28, 30, 0, 0, 34, 0, 0, 0, 0, 31, 31, 30, 32, 0, 0, 39, 0, 38, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 44.21, 6, drogue, -9.32, 55129.00, 4847.62, 3517.82, -34.78, 33.9, 1.63, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 26.25, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9433104,-106.9171325, 5149.0, 2022, 6, 24, 15, 18, 0, 679, 3816, 308, 80, 1.4, 0.8, 1.1, 0, 28, 30, 0, 0, 34, 0, 0, 0, 0, 31, 31, 30, 32, 0, 0, 39, 0, 38, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 44.31, 6, drogue, -12.26, 55216.00, 4835.77, 3505.97, -34.19, 33.9, 1.63, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 26.25, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9433848,-106.9171192, 5115.0, 2022, 6, 24, 15, 18, 1, 684, 3783, 309, 80, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 34, 29, 33, 35, 0, 0, 33, 0, 36, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 44.31, 6, drogue, -12.26, 55216.00, 4835.77, 3505.97, -34.19, 33.9, 1.63, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 26.25, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9433848,-106.9171192, 5115.0, 2022, 6, 24, 15, 18, 1, 684, 3783, 309, 80, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 34, 29, 33, 35, 0, 0, 33, 0, 36, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 44.31, 6, drogue, -12.26, 55216.00, 4835.77, 3505.97, -34.19, 33.9, 1.63, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 26.25, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9433848,-106.9171192, 5115.0, 2022, 6, 24, 15, 18, 1, 684, 3783, 309, 80, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 34, 29, 33, 35, 0, 0, 33, 0, 36, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 44.41, 6, drogue, -11.77, 55258.00, 4830.06, 3500.26, -33.62, 33.9, 1.63, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 26.25, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9433848,-106.9171192, 5115.0, 2022, 6, 24, 15, 18, 1, 684, 3783, 309, 80, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 34, 29, 33, 35, 0, 0, 33, 0, 36, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 44.50, 6, drogue, -11.77, 55258.00, 4830.06, 3500.26, -33.62, 33.9, 1.63, 3.98, 3.99, 0.00, 0.00, 0.00, 63.84, 26.25, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9433848,-106.9171192, 5115.0, 2022, 6, 24, 15, 18, 1, 684, 3783, 309, 80, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 34, 29, 33, 35, 0, 0, 33, 0, 36, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 44.51, 6, drogue, -10.30, 55314.00, 4822.45, 3492.65, -32.95, 33.9, 1.63, 3.98, 3.99, 0.08, 0.00, 0.00, 64.09, 26.31, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9433848,-106.9171192, 5115.0, 2022, 6, 24, 15, 18, 1, 684, 3783, 309, 80, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 34, 29, 33, 35, 0, 0, 33, 0, 36, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 44.61, 6, drogue, -12.75, 55362.00, 4815.93, 3486.13, -32.33, 33.9, 1.63, 3.98, 3.99, 0.08, 0.00, 0.00, 64.09, 26.31, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9433848,-106.9171192, 5115.0, 2022, 6, 24, 15, 18, 1, 684, 3783, 309, 80, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 34, 29, 33, 35, 0, 0, 33, 0, 36, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 44.71, 6, drogue, -15.20, 55393.00, 4811.72, 3481.92, -31.83, 33.9, 1.63, 3.98, 3.99, 0.08, 0.00, 0.00, 64.09, 26.31, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9433848,-106.9171192, 5115.0, 2022, 6, 24, 15, 18, 1, 684, 3783, 309, 80, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 34, 29, 33, 35, 0, 0, 33, 0, 36, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 44.81, 6, drogue, -15.20, 55421.00, 4807.92, 3478.12, -31.43, 33.9, 1.63, 3.98, 3.99, 0.08, 0.00, 0.00, 64.09, 26.31, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9433848,-106.9171192, 5115.0, 2022, 6, 24, 15, 18, 1, 684, 3783, 309, 80, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 34, 29, 33, 35, 0, 0, 33, 0, 36, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 44.82, 6, drogue, -15.20, 55421.00, 4807.92, 3478.12, -31.43, 33.9, 1.63, 3.98, 3.99, 0.08, 0.00, 0.00, 64.09, 26.31, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9433848,-106.9171192, 5115.0, 2022, 6, 24, 15, 18, 1, 684, 3783, 309, 80, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 34, 29, 33, 35, 0, 0, 33, 0, 36, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 44.91, 6, drogue, -11.28, 55385.00, 4812.80, 3483.00, -30.99, 33.9, 1.63, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 26.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9433848,-106.9171192, 5115.0, 2022, 6, 24, 15, 18, 1, 684, 3783, 309, 80, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 34, 29, 33, 35, 0, 0, 33, 0, 36, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 45.01, 6, drogue, -11.28, 55382.00, 4813.21, 3483.41, -30.54, 33.9, 1.63, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 26.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9433848,-106.9171192, 5115.0, 2022, 6, 24, 15, 18, 1, 684, 3783, 309, 80, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 34, 29, 33, 35, 0, 0, 33, 0, 36, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 45.11, 6, drogue, -13.73, 55384.00, 4812.94, 3483.14, -30.12, 33.9, 1.63, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 26.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9433848,-106.9171192, 5115.0, 2022, 6, 24, 15, 18, 1, 684, 3783, 309, 80, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 34, 29, 33, 35, 0, 0, 33, 0, 36, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 45.14, 6, drogue, -13.73, 55384.00, 4812.94, 3483.14, -30.12, 33.9, 1.62, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 26.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9433848,-106.9171192, 5115.0, 2022, 6, 24, 15, 18, 1, 684, 3783, 309, 80, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 34, 29, 33, 35, 0, 0, 33, 0, 36, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 45.21, 6, drogue, -12.75, 55423.00, 4807.65, 3477.85, -29.78, 33.9, 1.62, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9433848,-106.9171192, 5115.0, 2022, 6, 24, 15, 18, 1, 684, 3783, 309, 80, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 34, 29, 33, 35, 0, 0, 33, 0, 36, 26, 0, 0, 0, 26, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 45.31, 6, drogue, -5.88, 55437.00, 4805.75, 3475.95, -29.51, 33.9, 1.62, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9434746,-106.9170926, 5084.0, 2022, 6, 24, 15, 18, 2, 688, 3754, 310, 79, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 34, 0, 0, 0, 0, 34, 33, 22, 39, 0, 0, 38, 0, 33, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 45.31, 6, drogue, -5.88, 55437.00, 4805.75, 3475.95, -29.51, 33.9, 1.62, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9434746,-106.9170926, 5084.0, 2022, 6, 24, 15, 18, 2, 688, 3754, 310, 79, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 34, 0, 0, 0, 0, 34, 33, 22, 39, 0, 0, 38, 0, 33, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 45.31, 6, drogue, -5.88, 55437.00, 4805.75, 3475.95, -29.51, 33.9, 1.62, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9434746,-106.9170926, 5084.0, 2022, 6, 24, 15, 18, 2, 688, 3754, 310, 79, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 34, 0, 0, 0, 0, 34, 33, 22, 39, 0, 0, 38, 0, 33, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 45.41, 6, drogue, -2.94, 55457.00, 4803.03, 3473.23, -29.24, 33.9, 1.62, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9434746,-106.9170926, 5084.0, 2022, 6, 24, 15, 18, 2, 688, 3754, 310, 79, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 34, 0, 0, 0, 0, 34, 33, 22, 39, 0, 0, 38, 0, 33, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 45.46, 6, drogue, -2.94, 55457.00, 4803.03, 3473.23, -29.24, 33.9, 1.62, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9434746,-106.9170926, 5084.0, 2022, 6, 24, 15, 18, 2, 688, 3754, 310, 79, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 34, 0, 0, 0, 0, 34, 33, 22, 39, 0, 0, 38, 0, 33, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 45.51, 6, drogue, -13.24, 55469.00, 4801.41, 3471.61, -28.94, 33.9, 1.62, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9434746,-106.9170926, 5084.0, 2022, 6, 24, 15, 18, 2, 688, 3754, 310, 79, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 34, 0, 0, 0, 0, 34, 33, 22, 39, 0, 0, 38, 0, 33, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 45.61, 6, drogue, -15.20, 55500.00, 4797.20, 3467.40, -28.76, 33.9, 1.62, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9434746,-106.9170926, 5084.0, 2022, 6, 24, 15, 18, 2, 688, 3754, 310, 79, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 34, 0, 0, 0, 0, 34, 33, 22, 39, 0, 0, 38, 0, 33, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 45.71, 6, drogue, -13.24, 55527.00, 4793.55, 3463.75, -28.62, 33.8, 1.62, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9434746,-106.9170926, 5084.0, 2022, 6, 24, 15, 18, 2, 688, 3754, 310, 79, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 34, 0, 0, 0, 0, 34, 33, 22, 39, 0, 0, 38, 0, 33, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 45.78, 6, drogue, -13.24, 55527.00, 4793.55, 3463.75, -28.62, 33.8, 1.62, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9434746,-106.9170926, 5084.0, 2022, 6, 24, 15, 18, 2, 688, 3754, 310, 79, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 34, 0, 0, 0, 0, 34, 33, 22, 39, 0, 0, 38, 0, 33, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 45.81, 6, drogue, -7.35, 55536.00, 4792.33, 3462.53, -28.51, 33.9, 1.62, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9434746,-106.9170926, 5084.0, 2022, 6, 24, 15, 18, 2, 688, 3754, 310, 79, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 34, 0, 0, 0, 0, 34, 33, 22, 39, 0, 0, 38, 0, 33, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 45.91, 6, drogue, -14.22, 55643.00, 4777.84, 3448.04, -28.40, 33.9, 1.62, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9434746,-106.9170926, 5084.0, 2022, 6, 24, 15, 18, 2, 688, 3754, 310, 79, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 34, 0, 0, 0, 0, 34, 33, 22, 39, 0, 0, 38, 0, 33, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 46.01, 6, drogue, -14.71, 55682.00, 4772.57, 3442.77, -28.30, 33.9, 1.62, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9434746,-106.9170926, 5084.0, 2022, 6, 24, 15, 18, 2, 688, 3754, 310, 79, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 34, 0, 0, 0, 0, 34, 33, 22, 39, 0, 0, 38, 0, 33, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 46.10, 6, drogue, -14.71, 55682.00, 4772.57, 3442.77, -28.30, 33.9, 1.62, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9434746,-106.9170926, 5084.0, 2022, 6, 24, 15, 18, 2, 688, 3754, 310, 79, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 34, 0, 0, 0, 0, 34, 33, 22, 39, 0, 0, 38, 0, 33, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 46.11, 6, drogue, -14.22, 55676.00, 4773.38, 3443.58, -28.18, 33.9, 1.62, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9434746,-106.9170926, 5084.0, 2022, 6, 24, 15, 18, 2, 688, 3754, 310, 79, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 34, 0, 0, 0, 0, 34, 33, 22, 39, 0, 0, 38, 0, 33, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 46.21, 6, drogue, -15.20, 55704.00, 4769.60, 3439.80, -28.08, 33.9, 1.62, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9434746,-106.9170926, 5084.0, 2022, 6, 24, 15, 18, 2, 688, 3754, 310, 79, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 34, 0, 0, 0, 0, 34, 33, 22, 39, 0, 0, 38, 0, 33, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 46.31, 6, drogue, -12.26, 55747.00, 4763.79, 3433.99, -28.09, 33.9, 1.62, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9434746,-106.9170926, 5084.0, 2022, 6, 24, 15, 18, 2, 688, 3754, 310, 79, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 34, 0, 0, 0, 0, 34, 33, 22, 39, 0, 0, 38, 0, 33, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 46.32, 6, drogue, -12.26, 55747.00, 4763.79, 3433.99, -28.09, 33.9, 1.62, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9434746,-106.9170926, 5084.0, 2022, 6, 24, 15, 18, 2, 688, 3754, 310, 79, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 34, 0, 0, 0, 0, 34, 33, 22, 39, 0, 0, 38, 0, 33, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 46.32, 6, drogue, -12.26, 55747.00, 4763.79, 3433.99, -28.09, 33.9, 1.62, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9434746,-106.9170926, 5084.0, 2022, 6, 24, 15, 18, 2, 688, 3754, 310, 79, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 34, 0, 0, 0, 0, 34, 33, 22, 39, 0, 0, 38, 0, 33, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 46.41, 6, drogue, -7.35, 55714.00, 4768.25, 3438.45, -28.17, 33.9, 1.62, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9435897,-106.9170848, 5055.0, 2022, 6, 24, 15, 18, 3, 696, 3727, 311, 79, 1.4, 0.8, 1.1, 0, 29, 25, 0, 0, 38, 0, 0, 0, 0, 30, 36, 24, 31, 0, 0, 30, 0, 33, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 46.42, 6, drogue, -7.35, 55714.00, 4768.25, 3438.45, -28.17, 33.9, 1.61, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9435897,-106.9170848, 5055.0, 2022, 6, 24, 15, 18, 3, 696, 3727, 311, 79, 1.4, 0.8, 1.1, 0, 29, 25, 0, 0, 38, 0, 0, 0, 0, 30, 36, 24, 31, 0, 0, 30, 0, 33, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 46.51, 6, drogue, -10.79, 55613.00, 4781.90, 3452.10, -28.29, 33.9, 1.61, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9435897,-106.9170848, 5055.0, 2022, 6, 24, 15, 18, 3, 696, 3727, 311, 79, 1.4, 0.8, 1.1, 0, 29, 25, 0, 0, 38, 0, 0, 0, 0, 30, 36, 24, 31, 0, 0, 30, 0, 33, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 46.61, 6, drogue, -13.24, 55694.00, 4770.95, 3441.15, -28.44, 33.8, 1.61, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9435897,-106.9170848, 5055.0, 2022, 6, 24, 15, 18, 3, 696, 3727, 311, 79, 1.4, 0.8, 1.1, 0, 29, 25, 0, 0, 38, 0, 0, 0, 0, 30, 36, 24, 31, 0, 0, 30, 0, 33, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 46.71, 6, drogue, -9.81, 55711.00, 4768.65, 3438.85, -28.58, 33.8, 1.61, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9435897,-106.9170848, 5055.0, 2022, 6, 24, 15, 18, 3, 696, 3727, 311, 79, 1.4, 0.8, 1.1, 0, 29, 25, 0, 0, 38, 0, 0, 0, 0, 30, 36, 24, 31, 0, 0, 30, 0, 33, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 46.74, 6, drogue, -9.81, 55711.00, 4768.65, 3438.85, -28.58, 33.8, 1.61, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9435897,-106.9170848, 5055.0, 2022, 6, 24, 15, 18, 3, 696, 3727, 311, 79, 1.4, 0.8, 1.1, 0, 29, 25, 0, 0, 38, 0, 0, 0, 0, 30, 36, 24, 31, 0, 0, 30, 0, 33, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 46.81, 6, drogue, -9.32, 55783.00, 4758.93, 3429.13, -28.75, 33.9, 1.61, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9435897,-106.9170848, 5055.0, 2022, 6, 24, 15, 18, 3, 696, 3727, 311, 79, 1.4, 0.8, 1.1, 0, 29, 25, 0, 0, 38, 0, 0, 0, 0, 30, 36, 24, 31, 0, 0, 30, 0, 33, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 46.91, 6, drogue, -7.35, 55818.00, 4754.21, 3424.41, -28.90, 33.8, 1.61, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9435897,-106.9170848, 5055.0, 2022, 6, 24, 15, 18, 3, 696, 3727, 311, 79, 1.4, 0.8, 1.1, 0, 29, 25, 0, 0, 38, 0, 0, 0, 0, 30, 36, 24, 31, 0, 0, 30, 0, 33, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 47.01, 6, drogue, -14.71, 55792.00, 4757.71, 3427.91, -29.10, 33.8, 1.61, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9435897,-106.9170848, 5055.0, 2022, 6, 24, 15, 18, 3, 696, 3727, 311, 79, 1.4, 0.8, 1.1, 0, 29, 25, 0, 0, 38, 0, 0, 0, 0, 30, 36, 24, 31, 0, 0, 30, 0, 33, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 47.06, 6, drogue, -14.71, 55792.00, 4757.71, 3427.91, -29.10, 33.8, 1.61, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9435897,-106.9170848, 5055.0, 2022, 6, 24, 15, 18, 3, 696, 3727, 311, 79, 1.4, 0.8, 1.1, 0, 29, 25, 0, 0, 38, 0, 0, 0, 0, 30, 36, 24, 31, 0, 0, 30, 0, 33, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 47.11, 6, drogue, -13.24, 55802.00, 4756.37, 3426.56, -29.34, 33.8, 1.61, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9435897,-106.9170848, 5055.0, 2022, 6, 24, 15, 18, 3, 696, 3727, 311, 79, 1.4, 0.8, 1.1, 0, 29, 25, 0, 0, 38, 0, 0, 0, 0, 30, 36, 24, 31, 0, 0, 30, 0, 33, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 47.21, 6, drogue, -13.24, 55867.00, 4747.60, 3417.80, -29.63, 33.9, 1.61, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9435897,-106.9170848, 5055.0, 2022, 6, 24, 15, 18, 3, 696, 3727, 311, 79, 1.4, 0.8, 1.1, 0, 29, 25, 0, 0, 38, 0, 0, 0, 0, 30, 36, 24, 31, 0, 0, 30, 0, 33, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 47.31, 6, drogue, -10.30, 55889.00, 4744.63, 3414.83, -29.95, 33.8, 1.61, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9435897,-106.9170848, 5055.0, 2022, 6, 24, 15, 18, 3, 696, 3727, 311, 79, 1.4, 0.8, 1.1, 0, 29, 25, 0, 0, 38, 0, 0, 0, 0, 30, 36, 24, 31, 0, 0, 30, 0, 33, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 47.31, 6, drogue, -10.30, 55889.00, 4744.63, 3414.83, -29.95, 33.8, 1.61, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9435897,-106.9170848, 5055.0, 2022, 6, 24, 15, 18, 3, 696, 3727, 311, 79, 1.4, 0.8, 1.1, 0, 29, 25, 0, 0, 38, 0, 0, 0, 0, 30, 36, 24, 31, 0, 0, 30, 0, 33, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 47.31, 6, drogue, -10.30, 55889.00, 4744.63, 3414.83, -29.95, 33.8, 1.61, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9435897,-106.9170848, 5055.0, 2022, 6, 24, 15, 18, 3, 696, 3727, 311, 79, 1.4, 0.8, 1.1, 0, 29, 25, 0, 0, 38, 0, 0, 0, 0, 30, 36, 24, 31, 0, 0, 30, 0, 33, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 47.38, 6, drogue, -10.30, 55889.00, 4744.63, 3414.83, -29.95, 33.8, 1.61, 3.98, 3.98, 0.02, 0.00, 0.00, 64.09, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9437054,-106.9170802, 5024.0, 2022, 6, 24, 15, 18, 4, 704, 3698, 312, 79, 1.4, 0.8, 1.1, 0, 37, 31, 0, 0, 38, 0, 0, 0, 0, 39, 34, 31, 31, 0, 0, 35, 0, 29, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 47.41, 6, drogue, -14.71, 55930.00, 4739.11, 3409.31, -30.28, 33.8, 1.61, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9437054,-106.9170802, 5024.0, 2022, 6, 24, 15, 18, 4, 704, 3698, 312, 79, 1.4, 0.8, 1.1, 0, 37, 31, 0, 0, 38, 0, 0, 0, 0, 39, 34, 31, 31, 0, 0, 35, 0, 29, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 47.51, 6, drogue, -15.69, 55911.00, 4741.67, 3411.87, -30.60, 33.8, 1.61, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9437054,-106.9170802, 5024.0, 2022, 6, 24, 15, 18, 4, 704, 3698, 312, 79, 1.4, 0.8, 1.1, 0, 37, 31, 0, 0, 38, 0, 0, 0, 0, 39, 34, 31, 31, 0, 0, 35, 0, 29, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 47.61, 6, drogue, -15.69, 55971.00, 4733.59, 3403.79, -30.86, 33.8, 1.61, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9437054,-106.9170802, 5024.0, 2022, 6, 24, 15, 18, 4, 704, 3698, 312, 79, 1.4, 0.8, 1.1, 0, 37, 31, 0, 0, 38, 0, 0, 0, 0, 39, 34, 31, 31, 0, 0, 35, 0, 29, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 47.70, 6, drogue, -15.69, 55971.00, 4733.59, 3403.79, -30.86, 33.8, 1.60, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9437054,-106.9170802, 5024.0, 2022, 6, 24, 15, 18, 4, 704, 3698, 312, 79, 1.4, 0.8, 1.1, 0, 37, 31, 0, 0, 38, 0, 0, 0, 0, 39, 34, 31, 31, 0, 0, 35, 0, 29, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 47.71, 6, drogue, -15.69, 56004.00, 4729.15, 3399.35, -31.14, 33.9, 1.60, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9437054,-106.9170802, 5024.0, 2022, 6, 24, 15, 18, 4, 704, 3698, 312, 79, 1.4, 0.8, 1.1, 0, 37, 31, 0, 0, 38, 0, 0, 0, 0, 39, 34, 31, 31, 0, 0, 35, 0, 29, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 47.81, 6, drogue, -17.16, 55969.00, 4733.86, 3404.06, -31.35, 33.8, 1.60, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9437054,-106.9170802, 5024.0, 2022, 6, 24, 15, 18, 4, 704, 3698, 312, 79, 1.4, 0.8, 1.1, 0, 37, 31, 0, 0, 38, 0, 0, 0, 0, 39, 34, 31, 31, 0, 0, 35, 0, 29, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 47.91, 6, drogue, -15.69, 55941.00, 4737.63, 3407.83, -31.56, 33.8, 1.60, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9437054,-106.9170802, 5024.0, 2022, 6, 24, 15, 18, 4, 704, 3698, 312, 79, 1.4, 0.8, 1.1, 0, 37, 31, 0, 0, 38, 0, 0, 0, 0, 39, 34, 31, 31, 0, 0, 35, 0, 29, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 48.01, 6, drogue, -15.69, 56000.00, 4729.69, 3399.89, -31.69, 33.8, 1.60, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9437054,-106.9170802, 5024.0, 2022, 6, 24, 15, 18, 4, 704, 3698, 312, 79, 1.4, 0.8, 1.1, 0, 37, 31, 0, 0, 38, 0, 0, 0, 0, 39, 34, 31, 31, 0, 0, 35, 0, 29, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 48.02, 6, drogue, -15.69, 56000.00, 4729.69, 3399.89, -31.69, 33.8, 1.60, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9437054,-106.9170802, 5024.0, 2022, 6, 24, 15, 18, 4, 704, 3698, 312, 79, 1.4, 0.8, 1.1, 0, 37, 31, 0, 0, 38, 0, 0, 0, 0, 39, 34, 31, 31, 0, 0, 35, 0, 29, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 48.11, 6, drogue, -11.28, 56075.00, 4719.60, 3389.80, -31.75, 33.8, 1.60, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9437054,-106.9170802, 5024.0, 2022, 6, 24, 15, 18, 4, 704, 3698, 312, 79, 1.4, 0.8, 1.1, 0, 37, 31, 0, 0, 38, 0, 0, 0, 0, 39, 34, 31, 31, 0, 0, 35, 0, 29, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 48.21, 6, drogue, -11.77, 56143.00, 4710.47, 3380.67, -31.78, 33.8, 1.60, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9437054,-106.9170802, 5024.0, 2022, 6, 24, 15, 18, 4, 704, 3698, 312, 79, 1.4, 0.8, 1.1, 0, 37, 31, 0, 0, 38, 0, 0, 0, 0, 39, 34, 31, 31, 0, 0, 35, 0, 29, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 48.31, 6, drogue, -12.26, 56160.00, 4708.18, 3378.38, -31.81, 33.8, 1.60, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9438112,-106.9171268, 4993.0, 2022, 6, 24, 15, 18, 5, 715, 3669, 312, 79, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 38, 0, 0, 0, 0, 33, 29, 30, 35, 0, 0, 34, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 48.31, 6, drogue, -12.26, 56160.00, 4708.18, 3378.38, -31.81, 33.8, 1.60, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9438112,-106.9171268, 4993.0, 2022, 6, 24, 15, 18, 5, 715, 3669, 312, 79, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 38, 0, 0, 0, 0, 33, 29, 30, 35, 0, 0, 34, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 48.31, 6, drogue, -12.26, 56160.00, 4708.18, 3378.38, -31.81, 33.8, 1.60, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9438112,-106.9171268, 4993.0, 2022, 6, 24, 15, 18, 5, 715, 3669, 312, 79, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 38, 0, 0, 0, 0, 33, 29, 30, 35, 0, 0, 34, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 48.34, 6, drogue, -12.26, 56160.00, 4708.18, 3378.38, -31.81, 33.8, 1.61, 3.99, 3.99, 0.00, 0.00, 0.00, 64.03, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9438112,-106.9171268, 4993.0, 2022, 6, 24, 15, 18, 5, 715, 3669, 312, 79, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 38, 0, 0, 0, 0, 33, 29, 30, 35, 0, 0, 34, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 48.41, 6, drogue, -12.75, 56186.00, 4704.69, 3374.89, -31.75, 33.8, 1.61, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9438112,-106.9171268, 4993.0, 2022, 6, 24, 15, 18, 5, 715, 3669, 312, 79, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 38, 0, 0, 0, 0, 33, 29, 30, 35, 0, 0, 34, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 48.51, 6, drogue, -7.85, 56177.00, 4705.90, 3376.10, -31.59, 33.8, 1.61, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9438112,-106.9171268, 4993.0, 2022, 6, 24, 15, 18, 5, 715, 3669, 312, 79, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 38, 0, 0, 0, 0, 33, 29, 30, 35, 0, 0, 34, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 48.61, 6, drogue, -9.81, 56181.00, 4705.37, 3375.56, -31.47, 33.8, 1.61, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9438112,-106.9171268, 4993.0, 2022, 6, 24, 15, 18, 5, 715, 3669, 312, 79, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 38, 0, 0, 0, 0, 33, 29, 30, 35, 0, 0, 34, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 48.66, 6, drogue, -9.81, 56181.00, 4705.37, 3375.56, -31.47, 33.8, 1.60, 3.96, 3.97, 0.09, 0.00, 0.00, 64.21, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9438112,-106.9171268, 4993.0, 2022, 6, 24, 15, 18, 5, 715, 3669, 312, 79, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 38, 0, 0, 0, 0, 33, 29, 30, 35, 0, 0, 34, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 48.71, 6, drogue, -17.65, 56165.00, 4707.51, 3377.71, -31.34, 33.8, 1.60, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9438112,-106.9171268, 4993.0, 2022, 6, 24, 15, 18, 5, 715, 3669, 312, 79, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 38, 0, 0, 0, 0, 33, 29, 30, 35, 0, 0, 34, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 48.81, 6, drogue, -15.69, 56209.00, 4701.61, 3371.81, -31.28, 33.8, 1.60, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9438112,-106.9171268, 4993.0, 2022, 6, 24, 15, 18, 5, 715, 3669, 312, 79, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 38, 0, 0, 0, 0, 33, 29, 30, 35, 0, 0, 34, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 48.91, 6, drogue, -18.63, 56250.00, 4696.11, 3366.31, -31.22, 33.8, 1.60, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9438112,-106.9171268, 4993.0, 2022, 6, 24, 15, 18, 5, 715, 3669, 312, 79, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 38, 0, 0, 0, 0, 33, 29, 30, 35, 0, 0, 34, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 48.98, 6, drogue, -18.63, 56250.00, 4696.11, 3366.31, -31.22, 33.8, 1.60, 3.97, 3.98, 0.00, 0.00, 0.00, 63.78, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9438112,-106.9171268, 4993.0, 2022, 6, 24, 15, 18, 5, 715, 3669, 312, 79, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 38, 0, 0, 0, 0, 33, 29, 30, 35, 0, 0, 34, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 49.01, 6, drogue, -15.69, 56296.00, 4689.95, 3360.14, -31.10, 33.8, 1.60, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9438112,-106.9171268, 4993.0, 2022, 6, 24, 15, 18, 5, 715, 3669, 312, 79, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 38, 0, 0, 0, 0, 33, 29, 30, 35, 0, 0, 34, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 49.11, 6, drogue, -16.67, 56338.00, 4684.32, 3354.52, -30.98, 33.8, 1.60, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9438112,-106.9171268, 4993.0, 2022, 6, 24, 15, 18, 5, 715, 3669, 312, 79, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 38, 0, 0, 0, 0, 33, 29, 30, 35, 0, 0, 34, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 49.21, 6, drogue, -19.61, 56342.00, 4683.79, 3353.98, -30.87, 33.8, 1.60, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9438112,-106.9171268, 4993.0, 2022, 6, 24, 15, 18, 5, 715, 3669, 312, 79, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 38, 0, 0, 0, 0, 33, 29, 30, 35, 0, 0, 34, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 49.30, 6, drogue, -19.61, 56342.00, 4683.79, 3353.98, -30.87, 33.8, 1.60, 3.98, 3.98, 0.00, 0.00, 0.00, 63.91, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9438112,-106.9171268, 4993.0, 2022, 6, 24, 15, 18, 5, 715, 3669, 312, 79, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 38, 0, 0, 0, 0, 33, 29, 30, 35, 0, 0, 34, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 49.31, 6, drogue, -16.67, 56384.00, 4678.16, 3348.36, -30.79, 33.8, 1.60, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9439137,-106.9171816, 4962.0, 2022, 6, 24, 15, 18, 6, 726, 3641, 312, 78, 1.4, 0.8, 1.1, 0, 29, 34, 0, 0, 23, 0, 0, 0, 0, 33, 34, 31, 36, 0, 0, 31, 0, 30, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 49.31, 6, drogue, -16.67, 56384.00, 4678.16, 3348.36, -30.79, 33.8, 1.60, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9439137,-106.9171816, 4962.0, 2022, 6, 24, 15, 18, 6, 726, 3641, 312, 78, 1.4, 0.8, 1.1, 0, 29, 34, 0, 0, 23, 0, 0, 0, 0, 33, 34, 31, 36, 0, 0, 31, 0, 30, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 49.31, 6, drogue, -16.67, 56384.00, 4678.16, 3348.36, -30.79, 33.8, 1.60, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9439137,-106.9171816, 4962.0, 2022, 6, 24, 15, 18, 6, 726, 3641, 312, 78, 1.4, 0.8, 1.1, 0, 29, 34, 0, 0, 23, 0, 0, 0, 0, 33, 34, 31, 36, 0, 0, 31, 0, 30, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 49.41, 6, drogue, -14.71, 56387.00, 4677.76, 3347.96, -30.76, 33.8, 1.60, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9439137,-106.9171816, 4962.0, 2022, 6, 24, 15, 18, 6, 726, 3641, 312, 78, 1.4, 0.8, 1.1, 0, 29, 34, 0, 0, 23, 0, 0, 0, 0, 33, 34, 31, 36, 0, 0, 31, 0, 30, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 49.51, 6, drogue, -11.77, 56400.00, 4676.02, 3346.22, -30.71, 33.8, 1.60, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9439137,-106.9171816, 4962.0, 2022, 6, 24, 15, 18, 6, 726, 3641, 312, 78, 1.4, 0.8, 1.1, 0, 29, 34, 0, 0, 23, 0, 0, 0, 0, 33, 34, 31, 36, 0, 0, 31, 0, 30, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 49.61, 6, drogue, -15.69, 56370.00, 4680.04, 3350.24, -30.66, 33.8, 1.60, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9439137,-106.9171816, 4962.0, 2022, 6, 24, 15, 18, 6, 726, 3641, 312, 78, 1.4, 0.8, 1.1, 0, 29, 34, 0, 0, 23, 0, 0, 0, 0, 33, 34, 31, 36, 0, 0, 31, 0, 30, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 49.62, 6, drogue, -15.69, 56370.00, 4680.04, 3350.24, -30.66, 33.8, 1.60, 3.97, 3.99, 0.00, 0.00, 0.00, 64.15, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9439137,-106.9171816, 4962.0, 2022, 6, 24, 15, 18, 6, 726, 3641, 312, 78, 1.4, 0.8, 1.1, 0, 29, 34, 0, 0, 23, 0, 0, 0, 0, 33, 34, 31, 36, 0, 0, 31, 0, 30, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 49.71, 6, drogue, -15.69, 56446.00, 4669.87, 3340.07, -30.58, 33.8, 1.60, 3.97, 3.99, 0.00, 0.00, 0.00, 63.97, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9439137,-106.9171816, 4962.0, 2022, 6, 24, 15, 18, 6, 726, 3641, 312, 78, 1.4, 0.8, 1.1, 0, 29, 34, 0, 0, 23, 0, 0, 0, 0, 33, 34, 31, 36, 0, 0, 31, 0, 30, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 49.81, 6, drogue, -17.16, 56446.00, 4669.87, 3340.07, -30.50, 33.8, 1.60, 3.97, 3.99, 0.00, 0.00, 0.00, 63.97, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9439137,-106.9171816, 4962.0, 2022, 6, 24, 15, 18, 6, 726, 3641, 312, 78, 1.4, 0.8, 1.1, 0, 29, 34, 0, 0, 23, 0, 0, 0, 0, 33, 34, 31, 36, 0, 0, 31, 0, 30, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 49.91, 6, drogue, -17.16, 56452.00, 4669.07, 3339.27, -30.44, 33.8, 1.60, 3.97, 3.99, 0.00, 0.00, 0.00, 63.97, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9439137,-106.9171816, 4962.0, 2022, 6, 24, 15, 18, 6, 726, 3641, 312, 78, 1.4, 0.8, 1.1, 0, 29, 34, 0, 0, 23, 0, 0, 0, 0, 33, 34, 31, 36, 0, 0, 31, 0, 30, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 49.94, 6, drogue, -17.16, 56452.00, 4669.07, 3339.27, -30.44, 33.8, 1.60, 3.98, 3.98, 0.00, 0.00, 0.00, 63.97, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9439137,-106.9171816, 4962.0, 2022, 6, 24, 15, 18, 6, 726, 3641, 312, 78, 1.4, 0.8, 1.1, 0, 29, 34, 0, 0, 23, 0, 0, 0, 0, 33, 34, 31, 36, 0, 0, 31, 0, 30, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 50.01, 6, drogue, -14.71, 56475.00, 4666.00, 3336.19, -30.31, 33.8, 1.60, 3.98, 3.98, 0.01, 0.00, 0.00, 64.03, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9439137,-106.9171816, 4962.0, 2022, 6, 24, 15, 18, 6, 726, 3641, 312, 78, 1.4, 0.8, 1.1, 0, 29, 34, 0, 0, 23, 0, 0, 0, 0, 33, 34, 31, 36, 0, 0, 31, 0, 30, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 50.11, 6, drogue, -15.69, 56542.00, 4657.05, 3327.25, -30.17, 33.8, 1.60, 3.98, 3.98, 0.01, 0.00, 0.00, 64.03, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9439137,-106.9171816, 4962.0, 2022, 6, 24, 15, 18, 6, 726, 3641, 312, 78, 1.4, 0.8, 1.1, 0, 29, 34, 0, 0, 23, 0, 0, 0, 0, 33, 34, 31, 36, 0, 0, 31, 0, 30, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 50.21, 6, drogue, -14.22, 56578.00, 4652.24, 3322.44, -29.92, 33.8, 1.60, 3.98, 3.98, 0.01, 0.00, 0.00, 64.03, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9439137,-106.9171816, 4962.0, 2022, 6, 24, 15, 18, 6, 726, 3641, 312, 78, 1.4, 0.8, 1.1, 0, 29, 34, 0, 0, 23, 0, 0, 0, 0, 33, 34, 31, 36, 0, 0, 31, 0, 30, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 50.26, 6, drogue, -14.22, 56578.00, 4652.24, 3322.44, -29.92, 33.8, 1.60, 3.97, 3.98, 0.01, 0.00, 0.00, 64.03, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.02, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9439137,-106.9171816, 4962.0, 2022, 6, 24, 15, 18, 6, 726, 3641, 312, 78, 1.4, 0.8, 1.1, 0, 29, 34, 0, 0, 23, 0, 0, 0, 0, 33, 34, 31, 36, 0, 0, 31, 0, 30, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 50.31, 6, drogue, -16.18, 56639.00, 4644.11, 3314.30, -29.60, 33.8, 1.60, 3.97, 3.98, 0.00, 0.00, 0.01, 63.97, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.02, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9439925,-106.9172153, 4930.0, 2022, 6, 24, 15, 18, 7, 735, 3612, 313, 78, 1.4, 0.8, 1.1, 0, 33, 36, 0, 0, 35, 0, 0, 0, 0, 32, 33, 30, 36, 0, 0, 39, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 50.31, 6, drogue, -16.18, 56639.00, 4644.11, 3314.30, -29.60, 33.8, 1.60, 3.97, 3.98, 0.00, 0.00, 0.01, 63.97, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.02, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9439925,-106.9172153, 4930.0, 2022, 6, 24, 15, 18, 7, 735, 3612, 313, 78, 1.4, 0.8, 1.1, 0, 33, 36, 0, 0, 35, 0, 0, 0, 0, 32, 33, 30, 36, 0, 0, 39, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 50.31, 6, drogue, -16.18, 56639.00, 4644.11, 3314.30, -29.60, 33.8, 1.60, 3.97, 3.98, 0.00, 0.00, 0.01, 63.97, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.02, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9439925,-106.9172153, 4930.0, 2022, 6, 24, 15, 18, 7, 735, 3612, 313, 78, 1.4, 0.8, 1.1, 0, 33, 36, 0, 0, 35, 0, 0, 0, 0, 32, 33, 30, 36, 0, 0, 39, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 50.41, 6, drogue, -17.16, 56627.00, 4645.71, 3315.90, -29.31, 33.8, 1.60, 3.97, 3.98, 0.00, 0.00, 0.01, 63.97, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.02, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9439925,-106.9172153, 4930.0, 2022, 6, 24, 15, 18, 7, 735, 3612, 313, 78, 1.4, 0.8, 1.1, 0, 33, 36, 0, 0, 35, 0, 0, 0, 0, 32, 33, 30, 36, 0, 0, 39, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 50.51, 6, drogue, -17.16, 56641.00, 4643.84, 3314.04, -28.99, 33.8, 1.60, 3.97, 3.98, 0.00, 0.00, 0.01, 63.97, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.02, 0.00, 0.00, 0.00, 0.01, 1, 1, 11, 32.9439925,-106.9172153, 4930.0, 2022, 6, 24, 15, 18, 7, 735, 3612, 313, 78, 1.4, 0.8, 1.1, 0, 33, 36, 0, 0, 35, 0, 0, 0, 0, 32, 33, 30, 36, 0, 0, 39, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 50.58, 6, drogue, -17.16, 56641.00, 4643.84, 3314.04, -28.99, 33.8, 1.59, 3.98, 3.99, 0.00, 0.00, 0.01, 63.97, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9439925,-106.9172153, 4930.0, 2022, 6, 24, 15, 18, 7, 735, 3612, 313, 78, 1.4, 0.8, 1.1, 0, 33, 36, 0, 0, 35, 0, 0, 0, 0, 32, 33, 30, 36, 0, 0, 39, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 50.61, 6, drogue, -17.16, 56634.00, 4644.77, 3314.97, -28.68, 33.8, 1.59, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 25.57, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9439925,-106.9172153, 4930.0, 2022, 6, 24, 15, 18, 7, 735, 3612, 313, 78, 1.4, 0.8, 1.1, 0, 33, 36, 0, 0, 35, 0, 0, 0, 0, 32, 33, 30, 36, 0, 0, 39, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 50.71, 6, drogue, -20.10, 56647.00, 4643.04, 3313.24, -28.35, 33.8, 1.59, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 25.57, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9439925,-106.9172153, 4930.0, 2022, 6, 24, 15, 18, 7, 735, 3612, 313, 78, 1.4, 0.8, 1.1, 0, 33, 36, 0, 0, 35, 0, 0, 0, 0, 32, 33, 30, 36, 0, 0, 39, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 50.81, 6, drogue, -15.69, 56710.00, 4634.65, 3304.84, -28.01, 33.8, 1.59, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 25.57, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9439925,-106.9172153, 4930.0, 2022, 6, 24, 15, 18, 7, 735, 3612, 313, 78, 1.4, 0.8, 1.1, 0, 33, 36, 0, 0, 35, 0, 0, 0, 0, 32, 33, 30, 36, 0, 0, 39, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 50.90, 6, drogue, -15.69, 56710.00, 4634.65, 3304.84, -28.01, 33.8, 1.58, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 25.57, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9439925,-106.9172153, 4930.0, 2022, 6, 24, 15, 18, 7, 735, 3612, 313, 78, 1.4, 0.8, 1.1, 0, 33, 36, 0, 0, 35, 0, 0, 0, 0, 32, 33, 30, 36, 0, 0, 39, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 50.91, 6, drogue, -16.18, 56724.00, 4632.78, 3302.98, -27.65, 33.8, 1.58, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 25.51, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9439925,-106.9172153, 4930.0, 2022, 6, 24, 15, 18, 7, 735, 3612, 313, 78, 1.4, 0.8, 1.1, 0, 33, 36, 0, 0, 35, 0, 0, 0, 0, 32, 33, 30, 36, 0, 0, 39, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 51.01, 6, drogue, -17.65, 56722.00, 4633.05, 3303.25, -27.24, 33.8, 1.58, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 25.51, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9439925,-106.9172153, 4930.0, 2022, 6, 24, 15, 18, 7, 735, 3612, 313, 78, 1.4, 0.8, 1.1, 0, 33, 36, 0, 0, 35, 0, 0, 0, 0, 32, 33, 30, 36, 0, 0, 39, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 51.11, 6, drogue, -19.12, 56746.00, 4629.85, 3300.05, -26.83, 33.8, 1.58, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 25.51, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9439925,-106.9172153, 4930.0, 2022, 6, 24, 15, 18, 7, 735, 3612, 313, 78, 1.4, 0.8, 1.1, 0, 33, 36, 0, 0, 35, 0, 0, 0, 0, 32, 33, 30, 36, 0, 0, 39, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 51.21, 6, drogue, -13.73, 56746.00, 4629.85, 3300.05, -26.40, 33.8, 1.58, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 25.51, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9439925,-106.9172153, 4930.0, 2022, 6, 24, 15, 18, 7, 735, 3612, 313, 78, 1.4, 0.8, 1.1, 0, 33, 36, 0, 0, 35, 0, 0, 0, 0, 32, 33, 30, 36, 0, 0, 39, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 51.22, 6, drogue, -13.73, 56746.00, 4629.85, 3300.05, -26.40, 33.8, 1.58, 3.96, 3.97, 0.08, 0.00, 0.00, 64.03, 25.51, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9439925,-106.9172153, 4930.0, 2022, 6, 24, 15, 18, 7, 735, 3612, 313, 78, 1.4, 0.8, 1.1, 0, 33, 36, 0, 0, 35, 0, 0, 0, 0, 32, 33, 30, 36, 0, 0, 39, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 51.31, 6, drogue, -18.14, 56802.00, 4622.40, 3292.60, -26.08, 33.8, 1.58, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 25.45, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9440689,-106.9172401, 4899.0, 2022, 6, 24, 15, 18, 8, 742, 3583, 313, 78, 1.4, 0.8, 1.1, 0, 38, 28, 0, 0, 40, 0, 0, 0, 0, 38, 32, 29, 32, 0, 0, 28, 0, 30, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 51.31, 6, drogue, -18.14, 56802.00, 4622.40, 3292.60, -26.08, 33.8, 1.58, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 25.45, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9440689,-106.9172401, 4899.0, 2022, 6, 24, 15, 18, 8, 742, 3583, 313, 78, 1.4, 0.8, 1.1, 0, 38, 28, 0, 0, 40, 0, 0, 0, 0, 38, 32, 29, 32, 0, 0, 28, 0, 30, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 51.31, 6, drogue, -18.14, 56802.00, 4622.40, 3292.60, -26.08, 33.8, 1.58, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 25.45, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9440689,-106.9172401, 4899.0, 2022, 6, 24, 15, 18, 8, 742, 3583, 313, 78, 1.4, 0.8, 1.1, 0, 38, 28, 0, 0, 40, 0, 0, 0, 0, 38, 32, 29, 32, 0, 0, 28, 0, 30, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 51.41, 6, drogue, -10.79, 56876.00, 4612.56, 3282.76, -25.79, 33.8, 1.58, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 25.45, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9440689,-106.9172401, 4899.0, 2022, 6, 24, 15, 18, 8, 742, 3583, 313, 78, 1.4, 0.8, 1.1, 0, 38, 28, 0, 0, 40, 0, 0, 0, 0, 38, 32, 29, 32, 0, 0, 28, 0, 30, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 51.51, 6, drogue, -7.85, 56882.00, 4611.77, 3281.97, -25.58, 33.8, 1.58, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 25.45, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9440689,-106.9172401, 4899.0, 2022, 6, 24, 15, 18, 8, 742, 3583, 313, 78, 1.4, 0.8, 1.1, 0, 38, 28, 0, 0, 40, 0, 0, 0, 0, 38, 32, 29, 32, 0, 0, 28, 0, 30, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 51.54, 6, drogue, -7.85, 56882.00, 4611.77, 3281.97, -25.58, 33.8, 1.58, 3.98, 3.98, 0.00, 0.00, 0.00, 63.84, 25.45, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9440689,-106.9172401, 4899.0, 2022, 6, 24, 15, 18, 8, 742, 3583, 313, 78, 1.4, 0.8, 1.1, 0, 38, 28, 0, 0, 40, 0, 0, 0, 0, 38, 32, 29, 32, 0, 0, 28, 0, 30, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 51.61, 6, drogue, -11.77, 56852.00, 4615.75, 3285.95, -25.42, 33.8, 1.58, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 25.45, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9440689,-106.9172401, 4899.0, 2022, 6, 24, 15, 18, 8, 742, 3583, 313, 78, 1.4, 0.8, 1.1, 0, 38, 28, 0, 0, 40, 0, 0, 0, 0, 38, 32, 29, 32, 0, 0, 28, 0, 30, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 51.71, 6, drogue, -16.18, 56845.00, 4616.68, 3286.88, -25.36, 33.8, 1.58, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 25.45, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9440689,-106.9172401, 4899.0, 2022, 6, 24, 15, 18, 8, 742, 3583, 313, 78, 1.4, 0.8, 1.1, 0, 38, 28, 0, 0, 40, 0, 0, 0, 0, 38, 32, 29, 32, 0, 0, 28, 0, 30, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 51.81, 6, drogue, -9.32, 56932.00, 4605.13, 3275.32, -25.33, 33.8, 1.58, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 25.45, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9440689,-106.9172401, 4899.0, 2022, 6, 24, 15, 18, 8, 742, 3583, 313, 78, 1.4, 0.8, 1.1, 0, 38, 28, 0, 0, 40, 0, 0, 0, 0, 38, 32, 29, 32, 0, 0, 28, 0, 30, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 51.86, 6, drogue, -9.32, 56932.00, 4605.13, 3275.32, -25.33, 33.8, 1.58, 3.99, 3.99, 0.09, 0.00, 0.00, 64.03, 25.45, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9440689,-106.9172401, 4899.0, 2022, 6, 24, 15, 18, 8, 742, 3583, 313, 78, 1.4, 0.8, 1.1, 0, 38, 28, 0, 0, 40, 0, 0, 0, 0, 38, 32, 29, 32, 0, 0, 28, 0, 30, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 51.91, 6, drogue, 10.79, 56978.00, 4599.02, 3269.22, -25.30, 33.8, 1.58, 3.99, 3.99, 0.08, 0.00, 0.00, 64.27, 25.51, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9440689,-106.9172401, 4899.0, 2022, 6, 24, 15, 18, 8, 742, 3583, 313, 78, 1.4, 0.8, 1.1, 0, 38, 28, 0, 0, 40, 0, 0, 0, 0, 38, 32, 29, 32, 0, 0, 28, 0, 30, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 52.01, 6, drogue, 4.41, 56875.00, 4612.70, 3282.90, -25.31, 33.8, 1.58, 3.99, 3.99, 0.08, 0.00, 0.00, 64.27, 25.51, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9440689,-106.9172401, 4899.0, 2022, 6, 24, 15, 18, 8, 742, 3583, 313, 78, 1.4, 0.8, 1.1, 0, 38, 28, 0, 0, 40, 0, 0, 0, 0, 38, 32, 29, 32, 0, 0, 28, 0, 30, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 52.11, 6, drogue, -16.67, 56875.00, 4612.70, 3282.90, -25.37, 33.8, 1.58, 3.99, 3.99, 0.08, 0.00, 0.00, 64.27, 25.51, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9440689,-106.9172401, 4899.0, 2022, 6, 24, 15, 18, 8, 742, 3583, 313, 78, 1.4, 0.8, 1.1, 0, 38, 28, 0, 0, 40, 0, 0, 0, 0, 38, 32, 29, 32, 0, 0, 28, 0, 30, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 52.18, 6, drogue, -16.67, 56875.00, 4612.70, 3282.90, -25.37, 33.8, 1.57, 3.98, 3.99, 0.08, 0.00, 0.00, 64.27, 25.51, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9440689,-106.9172401, 4899.0, 2022, 6, 24, 15, 18, 8, 742, 3583, 313, 78, 1.4, 0.8, 1.1, 0, 38, 28, 0, 0, 40, 0, 0, 0, 0, 38, 32, 29, 32, 0, 0, 28, 0, 30, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 52.21, 6, drogue, -12.75, 56825.00, 4619.34, 3289.54, -25.44, 33.8, 1.57, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 25.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9440689,-106.9172401, 4899.0, 2022, 6, 24, 15, 18, 8, 742, 3583, 313, 78, 1.4, 0.8, 1.1, 0, 38, 28, 0, 0, 40, 0, 0, 0, 0, 38, 32, 29, 32, 0, 0, 28, 0, 30, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 52.31, 6, drogue, -7.85, 56884.00, 4611.50, 3281.70, -25.58, 33.8, 1.57, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 25.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9441416,-106.9172531, 4871.0, 2022, 6, 24, 15, 18, 9, 749, 3557, 313, 78, 1.4, 0.8, 1.1, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 31, 38, 33, 28, 0, 0, 34, 0, 34, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 52.31, 6, drogue, -7.85, 56884.00, 4611.50, 3281.70, -25.58, 33.8, 1.57, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 25.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9441416,-106.9172531, 4871.0, 2022, 6, 24, 15, 18, 9, 749, 3557, 313, 78, 1.4, 0.8, 1.1, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 31, 38, 33, 28, 0, 0, 34, 0, 34, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 52.31, 6, drogue, -7.85, 56884.00, 4611.50, 3281.70, -25.58, 33.8, 1.57, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 25.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9441416,-106.9172531, 4871.0, 2022, 6, 24, 15, 18, 9, 749, 3557, 313, 78, 1.4, 0.8, 1.1, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 31, 38, 33, 28, 0, 0, 34, 0, 34, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 52.41, 6, drogue, -4.90, 57032.00, 4591.86, 3262.06, -25.67, 33.8, 1.57, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 25.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9441416,-106.9172531, 4871.0, 2022, 6, 24, 15, 18, 9, 749, 3557, 313, 78, 1.4, 0.8, 1.1, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 31, 38, 33, 28, 0, 0, 34, 0, 34, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 52.50, 6, drogue, -4.90, 57032.00, 4591.86, 3262.06, -25.67, 33.8, 1.58, 3.99, 4.00, 0.03, 0.00, 0.00, 64.15, 25.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9441416,-106.9172531, 4871.0, 2022, 6, 24, 15, 18, 9, 749, 3557, 313, 78, 1.4, 0.8, 1.1, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 31, 38, 33, 28, 0, 0, 34, 0, 34, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 52.51, 6, drogue, -13.24, 57098.00, 4583.11, 3253.31, -25.74, 33.8, 1.58, 3.99, 4.00, 0.02, 0.00, 0.00, 64.21, 25.45, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9441416,-106.9172531, 4871.0, 2022, 6, 24, 15, 18, 9, 749, 3557, 313, 78, 1.4, 0.8, 1.1, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 31, 38, 33, 28, 0, 0, 34, 0, 34, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 52.61, 6, drogue, -17.65, 57134.00, 4578.35, 3248.55, -25.78, 33.8, 1.58, 3.99, 4.00, 0.02, 0.00, 0.00, 64.21, 25.45, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9441416,-106.9172531, 4871.0, 2022, 6, 24, 15, 18, 9, 749, 3557, 313, 78, 1.4, 0.8, 1.1, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 31, 38, 33, 28, 0, 0, 34, 0, 34, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 52.71, 6, drogue, -15.69, 57135.00, 4578.21, 3248.41, -25.81, 33.8, 1.58, 3.99, 4.00, 0.02, 0.00, 0.00, 64.21, 25.45, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9441416,-106.9172531, 4871.0, 2022, 6, 24, 15, 18, 9, 749, 3557, 313, 78, 1.4, 0.8, 1.1, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 31, 38, 33, 28, 0, 0, 34, 0, 34, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 52.81, 6, drogue, -7.35, 57104.00, 4582.32, 3252.52, -25.91, 33.8, 1.58, 3.99, 4.00, 0.02, 0.00, 0.00, 64.21, 25.45, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9441416,-106.9172531, 4871.0, 2022, 6, 24, 15, 18, 9, 749, 3557, 313, 78, 1.4, 0.8, 1.1, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 31, 38, 33, 28, 0, 0, 34, 0, 34, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 52.82, 6, drogue, -7.35, 57104.00, 4582.32, 3252.52, -25.91, 33.8, 1.58, 3.98, 3.98, 0.02, 0.00, 0.00, 64.21, 25.45, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9441416,-106.9172531, 4871.0, 2022, 6, 24, 15, 18, 9, 749, 3557, 313, 78, 1.4, 0.8, 1.1, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 31, 38, 33, 28, 0, 0, 34, 0, 34, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 52.91, 6, drogue, -16.67, 57054.00, 4588.94, 3259.14, -26.00, 33.8, 1.58, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 25.45, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9441416,-106.9172531, 4871.0, 2022, 6, 24, 15, 18, 9, 749, 3557, 313, 78, 1.4, 0.8, 1.1, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 31, 38, 33, 28, 0, 0, 34, 0, 34, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 53.01, 6, drogue, -15.69, 57026.00, 4592.65, 3262.85, -26.06, 33.8, 1.58, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 25.45, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9441416,-106.9172531, 4871.0, 2022, 6, 24, 15, 18, 9, 749, 3557, 313, 78, 1.4, 0.8, 1.1, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 31, 38, 33, 28, 0, 0, 34, 0, 34, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 53.11, 6, drogue, -16.18, 57051.00, 4589.34, 3259.54, -26.07, 33.8, 1.58, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 25.45, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9441416,-106.9172531, 4871.0, 2022, 6, 24, 15, 18, 9, 749, 3557, 313, 78, 1.4, 0.8, 1.1, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 31, 38, 33, 28, 0, 0, 34, 0, 34, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 53.14, 6, drogue, -16.18, 57051.00, 4589.34, 3259.54, -26.07, 33.8, 1.58, 3.99, 3.98, 0.03, 0.00, 0.00, 64.15, 25.45, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.03, 1, 1, 11, 32.9441416,-106.9172531, 4871.0, 2022, 6, 24, 15, 18, 9, 749, 3557, 313, 78, 1.4, 0.8, 1.1, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 31, 38, 33, 28, 0, 0, 34, 0, 34, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 53.21, 6, drogue, -11.28, 57095.00, 4583.51, 3253.71, -26.07, 33.8, 1.58, 3.99, 3.98, 0.00, 0.00, 0.04, 64.27, 25.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.03, 1, 1, 11, 32.9441416,-106.9172531, 4871.0, 2022, 6, 24, 15, 18, 9, 749, 3557, 313, 78, 1.4, 0.8, 1.1, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 31, 38, 33, 28, 0, 0, 34, 0, 34, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 53.31, 6, drogue, -9.81, 57212.00, 4568.03, 3238.23, -26.13, 33.8, 1.58, 3.99, 3.98, 0.00, 0.00, 0.04, 64.27, 25.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.03, 1, 1, 10, 32.9442246,-106.9172341, 4839.0, 2022, 6, 24, 15, 18, 10, 754, 3526, 314, 78, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 30, 0, 0, 0, 0, 27, 28, 25, 36, 0, 0, 38, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 53.31, 6, drogue, -9.81, 57212.00, 4568.03, 3238.23, -26.13, 33.8, 1.58, 3.99, 3.98, 0.00, 0.00, 0.04, 64.27, 25.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.03, 1, 1, 10, 32.9442246,-106.9172341, 4839.0, 2022, 6, 24, 15, 18, 10, 754, 3526, 314, 78, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 30, 0, 0, 0, 0, 27, 28, 25, 36, 0, 0, 38, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 53.31, 6, drogue, -9.81, 57212.00, 4568.03, 3238.23, -26.13, 33.8, 1.58, 3.99, 3.98, 0.00, 0.00, 0.04, 64.27, 25.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.03, 1, 1, 10, 32.9442246,-106.9172341, 4839.0, 2022, 6, 24, 15, 18, 10, 754, 3526, 314, 78, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 30, 0, 0, 0, 0, 27, 28, 25, 36, 0, 0, 38, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 53.41, 6, drogue, -13.73, 57254.00, 4562.47, 3232.67, -26.24, 33.8, 1.58, 3.99, 3.98, 0.00, 0.00, 0.04, 64.27, 25.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.03, 1, 1, 10, 32.9442246,-106.9172341, 4839.0, 2022, 6, 24, 15, 18, 10, 754, 3526, 314, 78, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 30, 0, 0, 0, 0, 27, 28, 25, 36, 0, 0, 38, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 53.46, 6, drogue, -13.73, 57254.00, 4562.47, 3232.67, -26.24, 33.8, 1.57, 3.98, 3.99, 0.00, 0.00, 0.04, 64.27, 25.39, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9442246,-106.9172341, 4839.0, 2022, 6, 24, 15, 18, 10, 754, 3526, 314, 78, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 30, 0, 0, 0, 0, 27, 28, 25, 36, 0, 0, 38, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 53.51, 6, drogue, -15.69, 57296.00, 4556.93, 3227.12, -26.32, 33.8, 1.57, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 25.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9442246,-106.9172341, 4839.0, 2022, 6, 24, 15, 18, 10, 754, 3526, 314, 78, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 30, 0, 0, 0, 0, 27, 28, 25, 36, 0, 0, 38, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 53.61, 6, drogue, -16.18, 57314.00, 4554.55, 3224.75, -26.36, 33.8, 1.57, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 25.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9442246,-106.9172341, 4839.0, 2022, 6, 24, 15, 18, 10, 754, 3526, 314, 78, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 30, 0, 0, 0, 0, 27, 28, 25, 36, 0, 0, 38, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 53.71, 6, drogue, -12.75, 57305.00, 4555.74, 3225.94, -26.39, 33.8, 1.57, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 25.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9442246,-106.9172341, 4839.0, 2022, 6, 24, 15, 18, 10, 754, 3526, 314, 78, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 30, 0, 0, 0, 0, 27, 28, 25, 36, 0, 0, 38, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 53.78, 6, drogue, -12.75, 57305.00, 4555.74, 3225.94, -26.39, 33.8, 1.57, 3.96, 3.97, 0.03, 0.00, 0.00, 64.15, 25.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9442246,-106.9172341, 4839.0, 2022, 6, 24, 15, 18, 10, 754, 3526, 314, 78, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 30, 0, 0, 0, 0, 27, 28, 25, 36, 0, 0, 38, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 53.81, 6, drogue, -15.69, 57274.00, 4559.83, 3230.03, -26.50, 33.8, 1.57, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 25.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9442246,-106.9172341, 4839.0, 2022, 6, 24, 15, 18, 10, 754, 3526, 314, 78, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 30, 0, 0, 0, 0, 27, 28, 25, 36, 0, 0, 38, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 53.91, 6, drogue, -15.69, 57248.00, 4563.27, 3233.47, -26.62, 33.8, 1.57, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 25.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9442246,-106.9172341, 4839.0, 2022, 6, 24, 15, 18, 10, 754, 3526, 314, 78, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 30, 0, 0, 0, 0, 27, 28, 25, 36, 0, 0, 38, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 54.01, 6, drogue, -14.71, 57270.00, 4560.36, 3230.56, -26.67, 33.8, 1.57, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 25.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9442246,-106.9172341, 4839.0, 2022, 6, 24, 15, 18, 10, 754, 3526, 314, 78, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 30, 0, 0, 0, 0, 27, 28, 25, 36, 0, 0, 38, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 54.10, 6, drogue, -14.71, 57270.00, 4560.36, 3230.56, -26.67, 33.8, 1.57, 3.99, 3.99, 0.00, 0.00, 0.00, 63.78, 25.27, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9442246,-106.9172341, 4839.0, 2022, 6, 24, 15, 18, 10, 754, 3526, 314, 78, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 30, 0, 0, 0, 0, 27, 28, 25, 36, 0, 0, 38, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 54.11, 6, drogue, -12.75, 57277.00, 4559.44, 3229.63, -26.73, 33.8, 1.57, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 25.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9442246,-106.9172341, 4839.0, 2022, 6, 24, 15, 18, 10, 754, 3526, 314, 78, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 30, 0, 0, 0, 0, 27, 28, 25, 36, 0, 0, 38, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 54.21, 6, drogue, -7.85, 57306.00, 4555.60, 3225.80, -26.81, 33.8, 1.57, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 25.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9442246,-106.9172341, 4839.0, 2022, 6, 24, 15, 18, 10, 754, 3526, 314, 78, 1.4, 0.8, 1.1, 0, 31, 34, 0, 0, 30, 0, 0, 0, 0, 27, 28, 25, 36, 0, 0, 38, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 54.31, 6, drogue, -2.45, 57376.00, 4546.37, 3216.56, -26.96, 33.8, 1.57, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 25.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9443244,-106.9171895, 4808.0, 2022, 6, 24, 15, 18, 11, 758, 3497, 315, 77, 1.4, 0.8, 1.1, 0, 24, 35, 0, 0, 30, 0, 0, 0, 0, 20, 29, 35, 38, 0, 0, 36, 0, 29, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 54.31, 6, drogue, -2.45, 57376.00, 4546.37, 3216.56, -26.96, 33.8, 1.57, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 25.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9443244,-106.9171895, 4808.0, 2022, 6, 24, 15, 18, 11, 758, 3497, 315, 77, 1.4, 0.8, 1.1, 0, 24, 35, 0, 0, 30, 0, 0, 0, 0, 20, 29, 35, 38, 0, 0, 36, 0, 29, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 54.31, 6, drogue, -2.45, 57376.00, 4546.37, 3216.56, -26.96, 33.8, 1.57, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 25.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9443244,-106.9171895, 4808.0, 2022, 6, 24, 15, 18, 11, 758, 3497, 315, 77, 1.4, 0.8, 1.1, 0, 24, 35, 0, 0, 30, 0, 0, 0, 0, 20, 29, 35, 38, 0, 0, 36, 0, 29, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 54.41, 6, drogue, -0.98, 57389.00, 4544.65, 3214.85, -27.22, 33.8, 1.57, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 25.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9443244,-106.9171895, 4808.0, 2022, 6, 24, 15, 18, 11, 758, 3497, 315, 77, 1.4, 0.8, 1.1, 0, 24, 35, 0, 0, 30, 0, 0, 0, 0, 20, 29, 35, 38, 0, 0, 36, 0, 29, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 54.42, 6, drogue, -0.98, 57389.00, 4544.65, 3214.85, -27.22, 33.8, 1.57, 3.98, 3.99, 0.03, 0.00, 0.00, 64.21, 25.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9443244,-106.9171895, 4808.0, 2022, 6, 24, 15, 18, 11, 758, 3497, 315, 77, 1.4, 0.8, 1.1, 0, 24, 35, 0, 0, 30, 0, 0, 0, 0, 20, 29, 35, 38, 0, 0, 36, 0, 29, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 54.51, 6, drogue, -6.37, 57410.00, 4541.88, 3212.08, -27.50, 33.8, 1.57, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 25.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9443244,-106.9171895, 4808.0, 2022, 6, 24, 15, 18, 11, 758, 3497, 315, 77, 1.4, 0.8, 1.1, 0, 24, 35, 0, 0, 30, 0, 0, 0, 0, 20, 29, 35, 38, 0, 0, 36, 0, 29, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 54.61, 6, drogue, -13.24, 57418.00, 4540.83, 3211.02, -27.74, 33.8, 1.57, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 25.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9443244,-106.9171895, 4808.0, 2022, 6, 24, 15, 18, 11, 758, 3497, 315, 77, 1.4, 0.8, 1.1, 0, 24, 35, 0, 0, 30, 0, 0, 0, 0, 20, 29, 35, 38, 0, 0, 36, 0, 29, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 54.71, 6, drogue, -11.28, 57454.00, 4536.08, 3206.28, -27.93, 33.8, 1.57, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 25.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9443244,-106.9171895, 4808.0, 2022, 6, 24, 15, 18, 11, 758, 3497, 315, 77, 1.4, 0.8, 1.1, 0, 24, 35, 0, 0, 30, 0, 0, 0, 0, 20, 29, 35, 38, 0, 0, 36, 0, 29, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 54.74, 6, drogue, -11.28, 57454.00, 4536.08, 3206.28, -27.93, 33.8, 1.57, 3.99, 3.99, 0.09, 0.00, 0.00, 64.09, 25.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9443244,-106.9171895, 4808.0, 2022, 6, 24, 15, 18, 11, 758, 3497, 315, 77, 1.4, 0.8, 1.1, 0, 24, 35, 0, 0, 30, 0, 0, 0, 0, 20, 29, 35, 38, 0, 0, 36, 0, 29, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 54.81, 6, drogue, -7.85, 57531.00, 4525.94, 3196.14, -28.00, 33.8, 1.57, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 25.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9443244,-106.9171895, 4808.0, 2022, 6, 24, 15, 18, 11, 758, 3497, 315, 77, 1.4, 0.8, 1.1, 0, 24, 35, 0, 0, 30, 0, 0, 0, 0, 20, 29, 35, 38, 0, 0, 36, 0, 29, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 54.91, 6, drogue, -11.28, 57554.00, 4522.91, 3193.11, -27.98, 33.8, 1.57, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 25.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9443244,-106.9171895, 4808.0, 2022, 6, 24, 15, 18, 11, 758, 3497, 315, 77, 1.4, 0.8, 1.1, 0, 24, 35, 0, 0, 30, 0, 0, 0, 0, 20, 29, 35, 38, 0, 0, 36, 0, 29, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 55.01, 6, drogue, -16.18, 57539.00, 4524.89, 3195.08, -27.99, 33.8, 1.57, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 25.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9443244,-106.9171895, 4808.0, 2022, 6, 24, 15, 18, 11, 758, 3497, 315, 77, 1.4, 0.8, 1.1, 0, 24, 35, 0, 0, 30, 0, 0, 0, 0, 20, 29, 35, 38, 0, 0, 36, 0, 29, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 55.06, 6, drogue, -16.18, 57539.00, 4524.89, 3195.08, -27.99, 33.8, 1.57, 3.98, 3.98, 0.03, 0.00, 0.00, 64.27, 25.27, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9443244,-106.9171895, 4808.0, 2022, 6, 24, 15, 18, 11, 758, 3497, 315, 77, 1.4, 0.8, 1.1, 0, 24, 35, 0, 0, 30, 0, 0, 0, 0, 20, 29, 35, 38, 0, 0, 36, 0, 29, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 55.11, 6, drogue, -15.20, 57505.00, 4529.36, 3199.56, -28.02, 33.8, 1.57, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 25.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9443244,-106.9171895, 4808.0, 2022, 6, 24, 15, 18, 11, 758, 3497, 315, 77, 1.4, 0.8, 1.1, 0, 24, 35, 0, 0, 30, 0, 0, 0, 0, 20, 29, 35, 38, 0, 0, 36, 0, 29, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 55.21, 6, drogue, -13.24, 57545.00, 4524.10, 3194.29, -28.11, 33.8, 1.57, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 25.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9443244,-106.9171895, 4808.0, 2022, 6, 24, 15, 18, 11, 758, 3497, 315, 77, 1.4, 0.8, 1.1, 0, 24, 35, 0, 0, 30, 0, 0, 0, 0, 20, 29, 35, 38, 0, 0, 36, 0, 29, 21, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 55.31, 6, drogue, -16.18, 57610.00, 4515.54, 3185.74, -28.22, 33.8, 1.57, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 25.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9444363,-106.9171610, 4778.0, 2022, 6, 24, 15, 18, 12, 765, 3469, 316, 77, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 36, 35, 30, 29, 0, 0, 23, 0, 28, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 55.31, 6, drogue, -16.18, 57610.00, 4515.54, 3185.74, -28.22, 33.8, 1.57, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 25.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9444363,-106.9171610, 4778.0, 2022, 6, 24, 15, 18, 12, 765, 3469, 316, 77, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 36, 35, 30, 29, 0, 0, 23, 0, 28, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 55.31, 6, drogue, -16.18, 57610.00, 4515.54, 3185.74, -28.22, 33.8, 1.57, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 25.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9444363,-106.9171610, 4778.0, 2022, 6, 24, 15, 18, 12, 765, 3469, 316, 77, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 36, 35, 30, 29, 0, 0, 23, 0, 28, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 55.38, 6, drogue, -16.18, 57610.00, 4515.54, 3185.74, -28.22, 33.8, 1.57, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 25.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9444363,-106.9171610, 4778.0, 2022, 6, 24, 15, 18, 12, 765, 3469, 316, 77, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 36, 35, 30, 29, 0, 0, 23, 0, 28, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 55.41, 6, drogue, -12.75, 57640.00, 4511.60, 3181.80, -28.28, 33.8, 1.57, 3.98, 3.98, 0.08, 0.00, 0.00, 64.03, 25.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9444363,-106.9171610, 4778.0, 2022, 6, 24, 15, 18, 12, 765, 3469, 316, 77, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 36, 35, 30, 29, 0, 0, 23, 0, 28, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 55.51, 6, drogue, -12.26, 57639.00, 4511.73, 3181.93, -28.31, 33.8, 1.57, 3.98, 3.98, 0.08, 0.00, 0.00, 64.03, 25.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9444363,-106.9171610, 4778.0, 2022, 6, 24, 15, 18, 12, 765, 3469, 316, 77, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 36, 35, 30, 29, 0, 0, 23, 0, 28, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 55.61, 6, drogue, -13.73, 57644.00, 4511.08, 3181.27, -28.29, 33.8, 1.57, 3.98, 3.98, 0.08, 0.00, 0.00, 64.03, 25.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9444363,-106.9171610, 4778.0, 2022, 6, 24, 15, 18, 12, 765, 3469, 316, 77, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 36, 35, 30, 29, 0, 0, 23, 0, 28, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 55.70, 6, drogue, -13.73, 57644.00, 4511.08, 3181.27, -28.29, 33.8, 1.56, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 25.21, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9444363,-106.9171610, 4778.0, 2022, 6, 24, 15, 18, 12, 765, 3469, 316, 77, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 36, 35, 30, 29, 0, 0, 23, 0, 28, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 55.71, 6, drogue, -13.73, 57651.00, 4510.16, 3180.35, -28.21, 33.8, 1.56, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 25.09, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9444363,-106.9171610, 4778.0, 2022, 6, 24, 15, 18, 12, 765, 3469, 316, 77, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 36, 35, 30, 29, 0, 0, 23, 0, 28, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 55.81, 6, drogue, -12.75, 57687.00, 4505.43, 3175.62, -28.13, 33.8, 1.56, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 25.09, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9444363,-106.9171610, 4778.0, 2022, 6, 24, 15, 18, 12, 765, 3469, 316, 77, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 36, 35, 30, 29, 0, 0, 23, 0, 28, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 55.91, 6, drogue, -11.77, 57695.00, 4504.37, 3174.57, -28.05, 33.8, 1.56, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 25.09, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9444363,-106.9171610, 4778.0, 2022, 6, 24, 15, 18, 12, 765, 3469, 316, 77, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 36, 35, 30, 29, 0, 0, 23, 0, 28, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 56.01, 6, drogue, -17.16, 57728.00, 4500.04, 3170.24, -28.05, 33.8, 1.56, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 25.09, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9444363,-106.9171610, 4778.0, 2022, 6, 24, 15, 18, 12, 765, 3469, 316, 77, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 36, 35, 30, 29, 0, 0, 23, 0, 28, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 56.02, 6, drogue, -17.16, 57728.00, 4500.04, 3170.24, -28.05, 33.8, 1.55, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 25.09, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9444363,-106.9171610, 4778.0, 2022, 6, 24, 15, 18, 12, 765, 3469, 316, 77, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 36, 35, 30, 29, 0, 0, 23, 0, 28, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 56.11, 6, drogue, -18.14, 57745.00, 4497.81, 3168.01, -28.09, 33.8, 1.55, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 25.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9444363,-106.9171610, 4778.0, 2022, 6, 24, 15, 18, 12, 765, 3469, 316, 77, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 36, 35, 30, 29, 0, 0, 23, 0, 28, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 56.21, 6, drogue, -22.06, 57791.00, 4491.77, 3161.97, -28.21, 33.8, 1.55, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 25.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9444363,-106.9171610, 4778.0, 2022, 6, 24, 15, 18, 12, 765, 3469, 316, 77, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 36, 35, 30, 29, 0, 0, 23, 0, 28, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 56.31, 6, drogue, -19.61, 57818.00, 4488.23, 3158.43, -28.42, 33.8, 1.55, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 25.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9445555,-106.9171823, 4748.0, 2022, 6, 24, 15, 18, 13, 776, 3443, 316, 77, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 37, 0, 0, 0, 0, 35, 23, 31, 31, 0, 0, 34, 0, 32, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 56.31, 6, drogue, -19.61, 57818.00, 4488.23, 3158.43, -28.42, 33.8, 1.55, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 25.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9445555,-106.9171823, 4748.0, 2022, 6, 24, 15, 18, 13, 776, 3443, 316, 77, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 37, 0, 0, 0, 0, 35, 23, 31, 31, 0, 0, 34, 0, 32, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 56.31, 6, drogue, -19.61, 57818.00, 4488.23, 3158.43, -28.42, 33.8, 1.55, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 25.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9445555,-106.9171823, 4748.0, 2022, 6, 24, 15, 18, 13, 776, 3443, 316, 77, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 37, 0, 0, 0, 0, 35, 23, 31, 31, 0, 0, 34, 0, 32, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 56.34, 6, drogue, -19.61, 57818.00, 4488.23, 3158.43, -28.42, 33.8, 1.55, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 25.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9445555,-106.9171823, 4748.0, 2022, 6, 24, 15, 18, 13, 776, 3443, 316, 77, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 37, 0, 0, 0, 0, 35, 23, 31, 31, 0, 0, 34, 0, 32, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 56.41, 6, drogue, -15.20, 57854.00, 4483.52, 3153.71, -28.70, 33.8, 1.55, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 25.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9445555,-106.9171823, 4748.0, 2022, 6, 24, 15, 18, 13, 776, 3443, 316, 77, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 37, 0, 0, 0, 0, 35, 23, 31, 31, 0, 0, 34, 0, 32, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 56.51, 6, drogue, -14.22, 57876.00, 4480.63, 3150.83, -29.02, 33.8, 1.55, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 25.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9445555,-106.9171823, 4748.0, 2022, 6, 24, 15, 18, 13, 776, 3443, 316, 77, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 37, 0, 0, 0, 0, 35, 23, 31, 31, 0, 0, 34, 0, 32, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 56.61, 6, drogue, -10.30, 57875.00, 4480.76, 3150.96, -29.35, 33.8, 1.55, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 25.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9445555,-106.9171823, 4748.0, 2022, 6, 24, 15, 18, 13, 776, 3443, 316, 77, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 37, 0, 0, 0, 0, 35, 23, 31, 31, 0, 0, 34, 0, 32, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 56.66, 6, drogue, -10.30, 57875.00, 4480.76, 3150.96, -29.35, 33.8, 1.56, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 25.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9445555,-106.9171823, 4748.0, 2022, 6, 24, 15, 18, 13, 776, 3443, 316, 77, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 37, 0, 0, 0, 0, 35, 23, 31, 31, 0, 0, 34, 0, 32, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 56.71, 6, drogue, -18.14, 57893.00, 4478.41, 3148.60, -29.71, 33.8, 1.56, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 25.09, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9445555,-106.9171823, 4748.0, 2022, 6, 24, 15, 18, 13, 776, 3443, 316, 77, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 37, 0, 0, 0, 0, 35, 23, 31, 31, 0, 0, 34, 0, 32, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 56.81, 6, drogue, -17.16, 57857.00, 4483.12, 3153.32, -30.11, 33.8, 1.56, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 25.09, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9445555,-106.9171823, 4748.0, 2022, 6, 24, 15, 18, 13, 776, 3443, 316, 77, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 37, 0, 0, 0, 0, 35, 23, 31, 31, 0, 0, 34, 0, 32, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 56.91, 6, drogue, -15.20, 57859.00, 4482.86, 3153.06, -30.45, 33.8, 1.56, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 25.09, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9445555,-106.9171823, 4748.0, 2022, 6, 24, 15, 18, 13, 776, 3443, 316, 77, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 37, 0, 0, 0, 0, 35, 23, 31, 31, 0, 0, 34, 0, 32, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 56.98, 6, drogue, -15.20, 57859.00, 4482.86, 3153.06, -30.45, 33.8, 1.55, 3.99, 3.99, 0.00, 0.00, 0.00, 64.03, 25.09, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9445555,-106.9171823, 4748.0, 2022, 6, 24, 15, 18, 13, 776, 3443, 316, 77, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 37, 0, 0, 0, 0, 35, 23, 31, 31, 0, 0, 34, 0, 32, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 57.01, 6, drogue, -13.73, 57986.00, 4466.23, 3136.43, -30.77, 33.8, 1.55, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 25.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9445555,-106.9171823, 4748.0, 2022, 6, 24, 15, 18, 13, 776, 3443, 316, 77, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 37, 0, 0, 0, 0, 35, 23, 31, 31, 0, 0, 34, 0, 32, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 57.11, 6, drogue, -17.65, 57992.00, 4465.45, 3135.65, -31.03, 33.8, 1.55, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 25.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9445555,-106.9171823, 4748.0, 2022, 6, 24, 15, 18, 13, 776, 3443, 316, 77, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 37, 0, 0, 0, 0, 35, 23, 31, 31, 0, 0, 34, 0, 32, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 57.21, 6, drogue, -15.69, 58052.00, 4457.60, 3127.80, -31.27, 33.8, 1.55, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 25.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9445555,-106.9171823, 4748.0, 2022, 6, 24, 15, 18, 13, 776, 3443, 316, 77, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 37, 0, 0, 0, 0, 35, 23, 31, 31, 0, 0, 34, 0, 32, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 57.30, 6, drogue, -15.69, 58052.00, 4457.60, 3127.80, -31.27, 33.8, 1.54, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 25.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9445555,-106.9171823, 4748.0, 2022, 6, 24, 15, 18, 13, 776, 3443, 316, 77, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 37, 0, 0, 0, 0, 35, 23, 31, 31, 0, 0, 34, 0, 32, 25, 0, 0, 0, 24, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 57.31, 6, drogue, -12.75, 58019.00, 4461.92, 3132.12, -31.52, 33.8, 1.54, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 24.84, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9446787,-106.9172181, 4717.0, 2022, 6, 24, 15, 18, 14, 789, 3415, 317, 77, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 36, 0, 0, 0, 0, 26, 30, 30, 34, 0, 0, 39, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 57.31, 6, drogue, -12.75, 58019.00, 4461.92, 3132.12, -31.52, 33.8, 1.54, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 24.84, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9446787,-106.9172181, 4717.0, 2022, 6, 24, 15, 18, 14, 789, 3415, 317, 77, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 36, 0, 0, 0, 0, 26, 30, 30, 34, 0, 0, 39, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 57.31, 6, drogue, -12.75, 58019.00, 4461.92, 3132.12, -31.52, 33.8, 1.54, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 24.84, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9446787,-106.9172181, 4717.0, 2022, 6, 24, 15, 18, 14, 789, 3415, 317, 77, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 36, 0, 0, 0, 0, 26, 30, 30, 34, 0, 0, 39, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 57.41, 6, drogue, -11.28, 58009.00, 4463.23, 3133.42, -31.74, 33.8, 1.54, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 24.84, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9446787,-106.9172181, 4717.0, 2022, 6, 24, 15, 18, 14, 789, 3415, 317, 77, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 36, 0, 0, 0, 0, 26, 30, 30, 34, 0, 0, 39, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 57.51, 6, drogue, -10.30, 58040.00, 4459.17, 3129.37, -31.94, 33.8, 1.54, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 24.84, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9446787,-106.9172181, 4717.0, 2022, 6, 24, 15, 18, 14, 789, 3415, 317, 77, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 36, 0, 0, 0, 0, 26, 30, 30, 34, 0, 0, 39, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 57.61, 6, drogue, -5.88, 58045.00, 4458.52, 3128.72, -32.09, 33.8, 1.54, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 24.84, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9446787,-106.9172181, 4717.0, 2022, 6, 24, 15, 18, 14, 789, 3415, 317, 77, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 36, 0, 0, 0, 0, 26, 30, 30, 34, 0, 0, 39, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 57.62, 6, drogue, -5.88, 58045.00, 4458.52, 3128.72, -32.09, 33.8, 1.54, 3.98, 3.99, 0.00, 0.00, 0.00, 64.27, 24.84, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9446787,-106.9172181, 4717.0, 2022, 6, 24, 15, 18, 14, 789, 3415, 317, 77, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 36, 0, 0, 0, 0, 26, 30, 30, 34, 0, 0, 39, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 57.71, 6, drogue, -0.00, 58077.00, 4454.34, 3124.54, -32.16, 33.8, 1.54, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 24.84, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9446787,-106.9172181, 4717.0, 2022, 6, 24, 15, 18, 14, 789, 3415, 317, 77, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 36, 0, 0, 0, 0, 26, 30, 30, 34, 0, 0, 39, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 57.81, 6, drogue, -4.90, 58152.00, 4444.54, 3114.74, -32.20, 33.7, 1.54, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 24.84, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9446787,-106.9172181, 4717.0, 2022, 6, 24, 15, 18, 14, 789, 3415, 317, 77, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 36, 0, 0, 0, 0, 26, 30, 30, 34, 0, 0, 39, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 57.91, 6, drogue, -4.90, 58182.00, 4440.63, 3110.83, -32.17, 33.7, 1.54, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 24.84, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9446787,-106.9172181, 4717.0, 2022, 6, 24, 15, 18, 14, 789, 3415, 317, 77, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 36, 0, 0, 0, 0, 26, 30, 30, 34, 0, 0, 39, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 57.94, 6, drogue, -4.90, 58182.00, 4440.63, 3110.83, -32.17, 33.7, 1.54, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 24.84, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9446787,-106.9172181, 4717.0, 2022, 6, 24, 15, 18, 14, 789, 3415, 317, 77, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 36, 0, 0, 0, 0, 26, 30, 30, 34, 0, 0, 39, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 58.01, 6, drogue, -14.71, 58240.00, 4433.07, 3103.27, -32.09, 33.7, 1.54, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 24.78, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9446787,-106.9172181, 4717.0, 2022, 6, 24, 15, 18, 14, 789, 3415, 317, 77, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 36, 0, 0, 0, 0, 26, 30, 30, 34, 0, 0, 39, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 58.11, 6, drogue, -20.10, 58264.00, 4429.94, 3100.14, -31.94, 33.7, 1.54, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 24.78, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9446787,-106.9172181, 4717.0, 2022, 6, 24, 15, 18, 14, 789, 3415, 317, 77, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 36, 0, 0, 0, 0, 26, 30, 30, 34, 0, 0, 39, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 58.21, 6, drogue, -17.65, 58295.00, 4425.90, 3096.10, -31.77, 33.7, 1.54, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 24.78, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9446787,-106.9172181, 4717.0, 2022, 6, 24, 15, 18, 14, 789, 3415, 317, 77, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 36, 0, 0, 0, 0, 26, 30, 30, 34, 0, 0, 39, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 58.26, 6, drogue, -17.65, 58295.00, 4425.90, 3096.10, -31.77, 33.7, 1.54, 3.97, 3.98, 0.08, 0.00, 0.00, 64.15, 24.78, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9446787,-106.9172181, 4717.0, 2022, 6, 24, 15, 18, 14, 789, 3415, 317, 77, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 36, 0, 0, 0, 0, 26, 30, 30, 34, 0, 0, 39, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 58.31, 6, drogue, -20.10, 58314.00, 4423.43, 3093.63, -31.57, 33.8, 1.54, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9446787,-106.9172181, 4717.0, 2022, 6, 24, 15, 18, 14, 789, 3415, 317, 77, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 36, 0, 0, 0, 0, 26, 30, 30, 34, 0, 0, 39, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 58.31, 6, drogue, -20.10, 58314.00, 4423.43, 3093.63, -31.57, 33.8, 1.54, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9446787,-106.9172181, 4717.0, 2022, 6, 24, 15, 18, 14, 789, 3415, 317, 77, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 36, 0, 0, 0, 0, 26, 30, 30, 34, 0, 0, 39, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 58.31, 6, drogue, -20.10, 58314.00, 4423.43, 3093.63, -31.57, 33.8, 1.54, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9446787,-106.9172181, 4717.0, 2022, 6, 24, 15, 18, 14, 789, 3415, 317, 77, 1.4, 0.8, 1.1, 0, 31, 31, 0, 0, 36, 0, 0, 0, 0, 26, 30, 30, 34, 0, 0, 39, 0, 36, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 58.41, 6, drogue, -18.14, 58376.00, 4415.36, 3085.56, -31.30, 33.7, 1.54, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9447887,-106.9172483, 4687.0, 2022, 6, 24, 15, 18, 15, 799, 3389, 317, 76, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 37, 24, 30, 30, 0, 0, 36, 0, 36, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 58.51, 6, drogue, -16.18, 58370.00, 4416.14, 3086.34, -30.99, 33.7, 1.54, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9447887,-106.9172483, 4687.0, 2022, 6, 24, 15, 18, 15, 799, 3389, 317, 76, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 37, 24, 30, 30, 0, 0, 36, 0, 36, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 58.58, 6, drogue, -16.18, 58370.00, 4416.14, 3086.34, -30.99, 33.7, 1.54, 3.96, 3.97, 0.00, 0.00, 0.00, 63.91, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9447887,-106.9172483, 4687.0, 2022, 6, 24, 15, 18, 15, 799, 3389, 317, 76, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 37, 24, 30, 30, 0, 0, 36, 0, 36, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 58.61, 6, drogue, -19.61, 58345.00, 4419.39, 3089.59, -30.65, 33.7, 1.54, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9447887,-106.9172483, 4687.0, 2022, 6, 24, 15, 18, 15, 799, 3389, 317, 76, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 37, 24, 30, 30, 0, 0, 36, 0, 36, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 58.71, 6, drogue, -18.14, 58367.00, 4416.53, 3086.73, -30.32, 33.7, 1.54, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9447887,-106.9172483, 4687.0, 2022, 6, 24, 15, 18, 15, 799, 3389, 317, 76, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 37, 24, 30, 30, 0, 0, 36, 0, 36, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 58.81, 6, drogue, -18.14, 58373.00, 4415.75, 3085.95, -29.97, 33.7, 1.54, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9447887,-106.9172483, 4687.0, 2022, 6, 24, 15, 18, 15, 799, 3389, 317, 76, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 37, 24, 30, 30, 0, 0, 36, 0, 36, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 58.90, 6, drogue, -18.14, 58373.00, 4415.75, 3085.95, -29.97, 33.7, 1.53, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9447887,-106.9172483, 4687.0, 2022, 6, 24, 15, 18, 15, 799, 3389, 317, 76, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 37, 24, 30, 30, 0, 0, 36, 0, 36, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 58.91, 6, drogue, -12.26, 58341.00, 4419.91, 3090.11, -29.67, 33.7, 1.53, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 24.66, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9447887,-106.9172483, 4687.0, 2022, 6, 24, 15, 18, 15, 799, 3389, 317, 76, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 37, 24, 30, 30, 0, 0, 36, 0, 36, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 59.01, 6, drogue, -9.32, 58410.00, 4410.94, 3081.14, -29.52, 33.7, 1.53, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 24.66, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9447887,-106.9172483, 4687.0, 2022, 6, 24, 15, 18, 15, 799, 3389, 317, 76, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 37, 24, 30, 30, 0, 0, 36, 0, 36, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 59.11, 6, drogue, -11.77, 58440.00, 4407.04, 3077.23, -29.43, 33.7, 1.53, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 24.66, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9447887,-106.9172483, 4687.0, 2022, 6, 24, 15, 18, 15, 799, 3389, 317, 76, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 37, 24, 30, 30, 0, 0, 36, 0, 36, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 59.21, 6, drogue, -10.30, 58458.00, 4404.70, 3074.90, -29.38, 33.7, 1.53, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 24.66, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9447887,-106.9172483, 4687.0, 2022, 6, 24, 15, 18, 15, 799, 3389, 317, 76, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 37, 24, 30, 30, 0, 0, 36, 0, 36, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 59.22, 6, drogue, -10.30, 58458.00, 4404.70, 3074.90, -29.38, 33.7, 1.54, 3.98, 3.98, 0.00, 0.00, 0.00, 63.72, 24.66, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9447887,-106.9172483, 4687.0, 2022, 6, 24, 15, 18, 15, 799, 3389, 317, 76, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 37, 24, 30, 30, 0, 0, 36, 0, 36, 30, 0, 0, 0, 24, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 59.31, 6, drogue, -5.88, 58498.00, 4399.50, 3069.70, -29.30, 33.7, 1.54, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 24.78, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9448738,-106.9172739, 4657.0, 2022, 6, 24, 15, 18, 16, 808, 3362, 318, 76, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 32, 37, 30, 30, 0, 0, 28, 0, 35, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 59.31, 6, drogue, -5.88, 58498.00, 4399.50, 3069.70, -29.30, 33.7, 1.54, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 24.78, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9448738,-106.9172739, 4657.0, 2022, 6, 24, 15, 18, 16, 808, 3362, 318, 76, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 32, 37, 30, 30, 0, 0, 28, 0, 35, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 59.31, 6, drogue, -5.88, 58498.00, 4399.50, 3069.70, -29.30, 33.7, 1.54, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 24.78, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9448738,-106.9172739, 4657.0, 2022, 6, 24, 15, 18, 16, 808, 3362, 318, 76, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 32, 37, 30, 30, 0, 0, 28, 0, 35, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 59.41, 6, drogue, -7.35, 58556.00, 4391.97, 3062.17, -29.20, 33.7, 1.54, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 24.78, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9448738,-106.9172739, 4657.0, 2022, 6, 24, 15, 18, 16, 808, 3362, 318, 76, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 32, 37, 30, 30, 0, 0, 28, 0, 35, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 59.51, 6, drogue, -10.30, 58619.00, 4383.80, 3054.00, -29.19, 33.7, 1.54, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 24.78, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9448738,-106.9172739, 4657.0, 2022, 6, 24, 15, 18, 16, 808, 3362, 318, 76, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 32, 37, 30, 30, 0, 0, 28, 0, 35, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 59.54, 6, drogue, -10.30, 58619.00, 4383.80, 3054.00, -29.19, 33.7, 1.54, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 24.78, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9448738,-106.9172739, 4657.0, 2022, 6, 24, 15, 18, 16, 808, 3362, 318, 76, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 32, 37, 30, 30, 0, 0, 28, 0, 35, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 59.61, 6, drogue, -12.26, 58644.00, 4380.56, 3050.76, -29.18, 33.7, 1.54, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9448738,-106.9172739, 4657.0, 2022, 6, 24, 15, 18, 16, 808, 3362, 318, 76, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 32, 37, 30, 30, 0, 0, 28, 0, 35, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 59.71, 6, drogue, -7.35, 58619.00, 4383.80, 3054.00, -29.19, 33.7, 1.54, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9448738,-106.9172739, 4657.0, 2022, 6, 24, 15, 18, 16, 808, 3362, 318, 76, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 32, 37, 30, 30, 0, 0, 28, 0, 35, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 59.81, 6, drogue, -15.20, 58627.00, 4382.76, 3052.96, -29.28, 33.7, 1.54, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9448738,-106.9172739, 4657.0, 2022, 6, 24, 15, 18, 16, 808, 3362, 318, 76, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 32, 37, 30, 30, 0, 0, 28, 0, 35, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 59.86, 6, drogue, -15.20, 58627.00, 4382.76, 3052.96, -29.28, 33.7, 1.55, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9448738,-106.9172739, 4657.0, 2022, 6, 24, 15, 18, 16, 808, 3362, 318, 76, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 32, 37, 30, 30, 0, 0, 28, 0, 35, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 59.91, 6, drogue, -12.75, 58643.00, 4380.69, 3050.89, -29.42, 33.7, 1.55, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 24.96, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9448738,-106.9172739, 4657.0, 2022, 6, 24, 15, 18, 16, 808, 3362, 318, 76, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 32, 37, 30, 30, 0, 0, 28, 0, 35, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 60.01, 6, drogue, -14.71, 58649.00, 4379.91, 3050.11, -29.54, 33.7, 1.55, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 24.96, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9448738,-106.9172739, 4657.0, 2022, 6, 24, 15, 18, 16, 808, 3362, 318, 76, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 32, 37, 30, 30, 0, 0, 28, 0, 35, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 60.11, 6, drogue, -15.20, 58653.00, 4379.39, 3049.59, -29.64, 33.7, 1.55, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 24.96, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9448738,-106.9172739, 4657.0, 2022, 6, 24, 15, 18, 16, 808, 3362, 318, 76, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 32, 37, 30, 30, 0, 0, 28, 0, 35, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 60.18, 6, drogue, -15.20, 58653.00, 4379.39, 3049.59, -29.64, 33.7, 1.54, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 24.96, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9448738,-106.9172739, 4657.0, 2022, 6, 24, 15, 18, 16, 808, 3362, 318, 76, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 32, 37, 30, 30, 0, 0, 28, 0, 35, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 60.21, 6, drogue, -17.65, 58692.00, 4374.34, 3044.54, -29.68, 33.7, 1.54, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9448738,-106.9172739, 4657.0, 2022, 6, 24, 15, 18, 16, 808, 3362, 318, 76, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 32, 37, 30, 30, 0, 0, 28, 0, 35, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 60.31, 6, drogue, -12.26, 58732.00, 4369.16, 3039.36, -29.66, 33.7, 1.54, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9449341,-106.9172831, 4626.0, 2022, 6, 24, 15, 18, 17, 814, 3333, 318, 76, 1.4, 0.8, 1.1, 0, 36, 27, 0, 0, 33, 0, 0, 0, 0, 34, 30, 29, 37, 0, 0, 28, 0, 28, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 60.31, 6, drogue, -12.26, 58732.00, 4369.16, 3039.36, -29.66, 33.7, 1.54, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9449341,-106.9172831, 4626.0, 2022, 6, 24, 15, 18, 17, 814, 3333, 318, 76, 1.4, 0.8, 1.1, 0, 36, 27, 0, 0, 33, 0, 0, 0, 0, 34, 30, 29, 37, 0, 0, 28, 0, 28, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 60.31, 6, drogue, -12.26, 58732.00, 4369.16, 3039.36, -29.66, 33.7, 1.54, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9449341,-106.9172831, 4626.0, 2022, 6, 24, 15, 18, 17, 814, 3333, 318, 76, 1.4, 0.8, 1.1, 0, 36, 27, 0, 0, 33, 0, 0, 0, 0, 34, 30, 29, 37, 0, 0, 28, 0, 28, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 60.41, 6, drogue, -12.75, 58706.00, 4372.52, 3042.72, -29.64, 33.7, 1.54, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9449341,-106.9172831, 4626.0, 2022, 6, 24, 15, 18, 17, 814, 3333, 318, 76, 1.4, 0.8, 1.1, 0, 36, 27, 0, 0, 33, 0, 0, 0, 0, 34, 30, 29, 37, 0, 0, 28, 0, 28, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 60.50, 6, drogue, -12.75, 58706.00, 4372.52, 3042.72, -29.64, 33.7, 1.54, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9449341,-106.9172831, 4626.0, 2022, 6, 24, 15, 18, 17, 814, 3333, 318, 76, 1.4, 0.8, 1.1, 0, 36, 27, 0, 0, 33, 0, 0, 0, 0, 34, 30, 29, 37, 0, 0, 28, 0, 28, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 60.51, 6, drogue, -15.69, 58737.00, 4368.51, 3038.71, -29.56, 33.7, 1.54, 3.98, 3.98, 0.03, 0.00, 0.00, 64.09, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9449341,-106.9172831, 4626.0, 2022, 6, 24, 15, 18, 17, 814, 3333, 318, 76, 1.4, 0.8, 1.1, 0, 36, 27, 0, 0, 33, 0, 0, 0, 0, 34, 30, 29, 37, 0, 0, 28, 0, 28, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 60.61, 6, drogue, -17.65, 58776.00, 4363.46, 3033.66, -29.47, 33.7, 1.54, 3.98, 3.98, 0.03, 0.00, 0.00, 64.09, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9449341,-106.9172831, 4626.0, 2022, 6, 24, 15, 18, 17, 814, 3333, 318, 76, 1.4, 0.8, 1.1, 0, 36, 27, 0, 0, 33, 0, 0, 0, 0, 34, 30, 29, 37, 0, 0, 28, 0, 28, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 60.71, 6, drogue, -15.20, 58821.00, 4357.64, 3027.84, -29.40, 33.7, 1.54, 3.98, 3.98, 0.03, 0.00, 0.00, 64.09, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9449341,-106.9172831, 4626.0, 2022, 6, 24, 15, 18, 17, 814, 3333, 318, 76, 1.4, 0.8, 1.1, 0, 36, 27, 0, 0, 33, 0, 0, 0, 0, 34, 30, 29, 37, 0, 0, 28, 0, 28, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 60.81, 6, drogue, -13.24, 58857.00, 4352.99, 3023.19, -29.33, 33.7, 1.54, 3.98, 3.98, 0.03, 0.00, 0.00, 64.09, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9449341,-106.9172831, 4626.0, 2022, 6, 24, 15, 18, 17, 814, 3333, 318, 76, 1.4, 0.8, 1.1, 0, 36, 27, 0, 0, 33, 0, 0, 0, 0, 34, 30, 29, 37, 0, 0, 28, 0, 28, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 60.82, 6, drogue, -13.24, 58857.00, 4352.99, 3023.19, -29.33, 33.7, 1.54, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9449341,-106.9172831, 4626.0, 2022, 6, 24, 15, 18, 17, 814, 3333, 318, 76, 1.4, 0.8, 1.1, 0, 36, 27, 0, 0, 33, 0, 0, 0, 0, 34, 30, 29, 37, 0, 0, 28, 0, 28, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 60.91, 6, drogue, -15.69, 58911.00, 4346.01, 3016.21, -29.23, 33.7, 1.54, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9449341,-106.9172831, 4626.0, 2022, 6, 24, 15, 18, 17, 814, 3333, 318, 76, 1.4, 0.8, 1.1, 0, 36, 27, 0, 0, 33, 0, 0, 0, 0, 34, 30, 29, 37, 0, 0, 28, 0, 28, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 61.01, 6, drogue, -11.28, 58969.00, 4338.53, 3008.73, -29.13, 33.7, 1.54, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9449341,-106.9172831, 4626.0, 2022, 6, 24, 15, 18, 17, 814, 3333, 318, 76, 1.4, 0.8, 1.1, 0, 36, 27, 0, 0, 33, 0, 0, 0, 0, 34, 30, 29, 37, 0, 0, 28, 0, 28, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 61.11, 6, drogue, -9.81, 59002.00, 4334.27, 3004.47, -29.04, 33.7, 1.54, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9449341,-106.9172831, 4626.0, 2022, 6, 24, 15, 18, 17, 814, 3333, 318, 76, 1.4, 0.8, 1.1, 0, 36, 27, 0, 0, 33, 0, 0, 0, 0, 34, 30, 29, 37, 0, 0, 28, 0, 28, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 61.14, 6, drogue, -9.81, 59002.00, 4334.27, 3004.47, -29.04, 33.7, 1.54, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9449341,-106.9172831, 4626.0, 2022, 6, 24, 15, 18, 17, 814, 3333, 318, 76, 1.4, 0.8, 1.1, 0, 36, 27, 0, 0, 33, 0, 0, 0, 0, 34, 30, 29, 37, 0, 0, 28, 0, 28, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 61.21, 6, drogue, -9.81, 58975.00, 4337.75, 3007.95, -28.95, 33.7, 1.54, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9449341,-106.9172831, 4626.0, 2022, 6, 24, 15, 18, 17, 814, 3333, 318, 76, 1.4, 0.8, 1.1, 0, 36, 27, 0, 0, 33, 0, 0, 0, 0, 34, 30, 29, 37, 0, 0, 28, 0, 28, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 61.30, 6, drogue, -9.81, 58975.00, 4337.75, 3007.95, -28.95, 33.7, 1.54, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9449341,-106.9172831, 4626.0, 2022, 6, 24, 15, 18, 17, 814, 3333, 318, 76, 1.4, 0.8, 1.1, 0, 36, 27, 0, 0, 33, 0, 0, 0, 0, 34, 30, 29, 37, 0, 0, 28, 0, 28, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 61.30, 6, drogue, -9.81, 58975.00, 4337.75, 3007.95, -28.95, 33.7, 1.54, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9449341,-106.9172831, 4626.0, 2022, 6, 24, 15, 18, 17, 814, 3333, 318, 76, 1.4, 0.8, 1.1, 0, 36, 27, 0, 0, 33, 0, 0, 0, 0, 34, 30, 29, 37, 0, 0, 28, 0, 28, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 61.31, 6, drogue, -10.30, 58963.00, 4339.30, 3009.50, -28.86, 33.7, 1.54, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9449832,-106.9172784, 4595.0, 2022, 6, 24, 15, 18, 18, 817, 3304, 318, 76, 1.4, 0.8, 1.1, 0, 27, 27, 0, 0, 38, 0, 0, 0, 0, 33, 31, 28, 37, 0, 0, 30, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 61.41, 6, drogue, -11.28, 58931.00, 4343.43, 3013.63, -28.79, 33.7, 1.54, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9449832,-106.9172784, 4595.0, 2022, 6, 24, 15, 18, 18, 817, 3304, 318, 76, 1.4, 0.8, 1.1, 0, 27, 27, 0, 0, 38, 0, 0, 0, 0, 33, 31, 28, 37, 0, 0, 30, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 61.46, 6, drogue, -11.28, 58931.00, 4343.43, 3013.63, -28.79, 33.7, 1.52, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9449832,-106.9172784, 4595.0, 2022, 6, 24, 15, 18, 18, 817, 3304, 318, 76, 1.4, 0.8, 1.1, 0, 27, 27, 0, 0, 38, 0, 0, 0, 0, 33, 31, 28, 37, 0, 0, 30, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 61.51, 6, drogue, -8.34, 58999.00, 4334.66, 3004.86, -28.71, 33.7, 1.52, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 24.54, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9449832,-106.9172784, 4595.0, 2022, 6, 24, 15, 18, 18, 817, 3304, 318, 76, 1.4, 0.8, 1.1, 0, 27, 27, 0, 0, 38, 0, 0, 0, 0, 33, 31, 28, 37, 0, 0, 30, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 61.61, 6, drogue, -4.41, 58990.00, 4335.82, 3006.02, -28.67, 33.7, 1.52, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 24.54, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9449832,-106.9172784, 4595.0, 2022, 6, 24, 15, 18, 18, 817, 3304, 318, 76, 1.4, 0.8, 1.1, 0, 27, 27, 0, 0, 38, 0, 0, 0, 0, 33, 31, 28, 37, 0, 0, 30, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 61.71, 6, drogue, -9.81, 59020.00, 4331.95, 3002.15, -28.65, 33.7, 1.52, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 24.54, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9449832,-106.9172784, 4595.0, 2022, 6, 24, 15, 18, 18, 817, 3304, 318, 76, 1.4, 0.8, 1.1, 0, 27, 27, 0, 0, 38, 0, 0, 0, 0, 33, 31, 28, 37, 0, 0, 30, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 61.78, 6, drogue, -9.81, 59020.00, 4331.95, 3002.15, -28.65, 33.7, 1.54, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 24.54, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9449832,-106.9172784, 4595.0, 2022, 6, 24, 15, 18, 18, 817, 3304, 318, 76, 1.4, 0.8, 1.1, 0, 27, 27, 0, 0, 38, 0, 0, 0, 0, 33, 31, 28, 37, 0, 0, 30, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 61.81, 6, drogue, -15.20, 59074.00, 4324.99, 2995.19, -28.65, 33.7, 1.54, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9449832,-106.9172784, 4595.0, 2022, 6, 24, 15, 18, 18, 817, 3304, 318, 76, 1.4, 0.8, 1.1, 0, 27, 27, 0, 0, 38, 0, 0, 0, 0, 33, 31, 28, 37, 0, 0, 30, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 61.91, 6, drogue, -13.73, 59145.00, 4315.84, 2986.04, -28.66, 33.7, 1.54, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9449832,-106.9172784, 4595.0, 2022, 6, 24, 15, 18, 18, 817, 3304, 318, 76, 1.4, 0.8, 1.1, 0, 27, 27, 0, 0, 38, 0, 0, 0, 0, 33, 31, 28, 37, 0, 0, 30, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 62.01, 6, drogue, -14.22, 59116.00, 4319.58, 2989.78, -28.65, 33.7, 1.54, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9449832,-106.9172784, 4595.0, 2022, 6, 24, 15, 18, 18, 817, 3304, 318, 76, 1.4, 0.8, 1.1, 0, 27, 27, 0, 0, 38, 0, 0, 0, 0, 33, 31, 28, 37, 0, 0, 30, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 62.10, 6, drogue, -14.22, 59116.00, 4319.58, 2989.78, -28.65, 33.7, 1.52, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9449832,-106.9172784, 4595.0, 2022, 6, 24, 15, 18, 18, 817, 3304, 318, 76, 1.4, 0.8, 1.1, 0, 27, 27, 0, 0, 38, 0, 0, 0, 0, 33, 31, 28, 37, 0, 0, 30, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 62.11, 6, drogue, -13.73, 59157.00, 4314.30, 2984.50, -28.65, 33.7, 1.52, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 24.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9449832,-106.9172784, 4595.0, 2022, 6, 24, 15, 18, 18, 817, 3304, 318, 76, 1.4, 0.8, 1.1, 0, 27, 27, 0, 0, 38, 0, 0, 0, 0, 33, 31, 28, 37, 0, 0, 30, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 62.21, 6, drogue, -16.18, 59117.00, 4319.45, 2989.65, -28.75, 33.7, 1.52, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 24.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9449832,-106.9172784, 4595.0, 2022, 6, 24, 15, 18, 18, 817, 3304, 318, 76, 1.4, 0.8, 1.1, 0, 27, 27, 0, 0, 38, 0, 0, 0, 0, 33, 31, 28, 37, 0, 0, 30, 0, 29, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 62.31, 6, drogue, -15.20, 59127.00, 4318.16, 2988.36, -28.90, 33.7, 1.52, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 24.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9450449,-106.9172713, 4565.0, 2022, 6, 24, 15, 18, 19, 822, 3276, 318, 75, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 33, 27, 29, 25, 0, 0, 38, 0, 37, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 62.31, 6, drogue, -15.20, 59127.00, 4318.16, 2988.36, -28.90, 33.7, 1.52, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 24.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9450449,-106.9172713, 4565.0, 2022, 6, 24, 15, 18, 19, 822, 3276, 318, 75, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 33, 27, 29, 25, 0, 0, 38, 0, 37, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 62.31, 6, drogue, -15.20, 59127.00, 4318.16, 2988.36, -28.90, 33.7, 1.52, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 24.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9450449,-106.9172713, 4565.0, 2022, 6, 24, 15, 18, 19, 822, 3276, 318, 75, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 33, 27, 29, 25, 0, 0, 38, 0, 37, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 62.41, 6, drogue, -12.75, 59182.00, 4311.08, 2981.28, -29.08, 33.7, 1.52, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 24.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9450449,-106.9172713, 4565.0, 2022, 6, 24, 15, 18, 19, 822, 3276, 318, 75, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 33, 27, 29, 25, 0, 0, 38, 0, 37, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 62.42, 6, drogue, -12.75, 59182.00, 4311.08, 2981.28, -29.08, 33.7, 1.51, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 24.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9450449,-106.9172713, 4565.0, 2022, 6, 24, 15, 18, 19, 822, 3276, 318, 75, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 33, 27, 29, 25, 0, 0, 38, 0, 37, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 62.51, 6, drogue, -13.24, 59213.00, 4307.10, 2977.29, -29.31, 33.7, 1.51, 3.98, 3.98, 0.03, 0.00, 0.00, 64.09, 24.35, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9450449,-106.9172713, 4565.0, 2022, 6, 24, 15, 18, 19, 822, 3276, 318, 75, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 33, 27, 29, 25, 0, 0, 38, 0, 37, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 62.61, 6, drogue, -14.22, 59295.00, 4296.56, 2966.75, -29.56, 33.7, 1.51, 3.98, 3.98, 0.03, 0.00, 0.00, 64.09, 24.35, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9450449,-106.9172713, 4565.0, 2022, 6, 24, 15, 18, 19, 822, 3276, 318, 75, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 33, 27, 29, 25, 0, 0, 38, 0, 37, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 62.71, 6, drogue, -16.67, 59344.00, 4290.26, 2960.46, -29.78, 33.7, 1.51, 3.98, 3.98, 0.03, 0.00, 0.00, 64.09, 24.35, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9450449,-106.9172713, 4565.0, 2022, 6, 24, 15, 18, 19, 822, 3276, 318, 75, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 33, 27, 29, 25, 0, 0, 38, 0, 37, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 62.74, 6, drogue, -16.67, 59344.00, 4290.26, 2960.46, -29.78, 33.7, 1.53, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 24.35, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9450449,-106.9172713, 4565.0, 2022, 6, 24, 15, 18, 19, 822, 3276, 318, 75, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 33, 27, 29, 25, 0, 0, 38, 0, 37, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 62.81, 6, drogue, -14.71, 59339.00, 4290.91, 2961.10, -29.93, 33.7, 1.53, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9450449,-106.9172713, 4565.0, 2022, 6, 24, 15, 18, 19, 822, 3276, 318, 75, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 33, 27, 29, 25, 0, 0, 38, 0, 37, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 62.91, 6, drogue, -15.69, 59345.00, 4290.13, 2960.33, -30.04, 33.7, 1.53, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9450449,-106.9172713, 4565.0, 2022, 6, 24, 15, 18, 19, 822, 3276, 318, 75, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 33, 27, 29, 25, 0, 0, 38, 0, 37, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 63.01, 6, drogue, -11.28, 59301.00, 4295.78, 2965.98, -30.18, 33.7, 1.53, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9450449,-106.9172713, 4565.0, 2022, 6, 24, 15, 18, 19, 822, 3276, 318, 75, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 33, 27, 29, 25, 0, 0, 38, 0, 37, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 63.06, 6, drogue, -11.28, 59301.00, 4295.78, 2965.98, -30.18, 33.7, 1.52, 3.99, 3.98, 0.09, 0.00, 0.00, 64.15, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9450449,-106.9172713, 4565.0, 2022, 6, 24, 15, 18, 19, 822, 3276, 318, 75, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 33, 27, 29, 25, 0, 0, 38, 0, 37, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 63.11, 6, drogue, -10.30, 59346.00, 4290.01, 2960.21, -30.31, 33.7, 1.52, 3.99, 3.98, 0.02, 0.00, 0.00, 64.27, 24.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9450449,-106.9172713, 4565.0, 2022, 6, 24, 15, 18, 19, 822, 3276, 318, 75, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 33, 27, 29, 25, 0, 0, 38, 0, 37, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 63.21, 6, drogue, -13.24, 59361.00, 4288.08, 2958.28, -30.39, 33.7, 1.52, 3.99, 3.98, 0.02, 0.00, 0.00, 64.27, 24.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9450449,-106.9172713, 4565.0, 2022, 6, 24, 15, 18, 19, 822, 3276, 318, 75, 1.4, 0.8, 1.1, 0, 37, 33, 0, 0, 34, 0, 0, 0, 0, 33, 27, 29, 25, 0, 0, 38, 0, 37, 27, 0, 0, 0, 31, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 63.31, 6, drogue, -9.81, 59381.00, 4285.51, 2955.71, -30.41, 33.7, 1.52, 3.99, 3.98, 0.02, 0.00, 0.00, 64.27, 24.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9451234,-106.9172674, 4536.0, 2022, 6, 24, 15, 18, 20, 828, 3249, 319, 75, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 38, 0, 0, 0, 0, 40, 28, 33, 35, 0, 0, 33, 0, 30, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 63.31, 6, drogue, -9.81, 59381.00, 4285.51, 2955.71, -30.41, 33.7, 1.52, 3.99, 3.98, 0.02, 0.00, 0.00, 64.27, 24.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9451234,-106.9172674, 4536.0, 2022, 6, 24, 15, 18, 20, 828, 3249, 319, 75, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 38, 0, 0, 0, 0, 40, 28, 33, 35, 0, 0, 33, 0, 30, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 63.31, 6, drogue, -9.81, 59381.00, 4285.51, 2955.71, -30.41, 33.7, 1.52, 3.99, 3.98, 0.02, 0.00, 0.00, 64.27, 24.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9451234,-106.9172674, 4536.0, 2022, 6, 24, 15, 18, 20, 828, 3249, 319, 75, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 38, 0, 0, 0, 0, 40, 28, 33, 35, 0, 0, 33, 0, 30, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 63.38, 6, drogue, -9.81, 59381.00, 4285.51, 2955.71, -30.41, 33.7, 1.52, 3.98, 3.98, 0.02, 0.00, 0.00, 64.27, 24.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9451234,-106.9172674, 4536.0, 2022, 6, 24, 15, 18, 20, 828, 3249, 319, 75, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 38, 0, 0, 0, 0, 40, 28, 33, 35, 0, 0, 33, 0, 30, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 63.41, 6, drogue, -14.22, 59407.00, 4282.18, 2952.38, -30.35, 33.7, 1.52, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 24.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9451234,-106.9172674, 4536.0, 2022, 6, 24, 15, 18, 20, 828, 3249, 319, 75, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 38, 0, 0, 0, 0, 40, 28, 33, 35, 0, 0, 33, 0, 30, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 63.51, 6, drogue, -13.73, 59421.00, 4280.38, 2950.58, -30.29, 33.7, 1.52, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 24.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9451234,-106.9172674, 4536.0, 2022, 6, 24, 15, 18, 20, 828, 3249, 319, 75, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 38, 0, 0, 0, 0, 40, 28, 33, 35, 0, 0, 33, 0, 30, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 63.61, 6, drogue, -13.24, 59504.00, 4269.75, 2939.94, -30.13, 33.7, 1.52, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 24.48, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9451234,-106.9172674, 4536.0, 2022, 6, 24, 15, 18, 20, 828, 3249, 319, 75, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 38, 0, 0, 0, 0, 40, 28, 33, 35, 0, 0, 33, 0, 30, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 63.70, 6, drogue, -13.24, 59504.00, 4269.75, 2939.94, -30.13, 33.7, 1.51, 3.97, 3.97, 0.00, 0.00, 0.00, 64.15, 24.48, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9451234,-106.9172674, 4536.0, 2022, 6, 24, 15, 18, 20, 828, 3249, 319, 75, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 38, 0, 0, 0, 0, 40, 28, 33, 35, 0, 0, 33, 0, 30, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 63.71, 6, drogue, -10.30, 59570.00, 4261.30, 2931.49, -29.93, 33.7, 1.51, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9451234,-106.9172674, 4536.0, 2022, 6, 24, 15, 18, 20, 828, 3249, 319, 75, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 38, 0, 0, 0, 0, 40, 28, 33, 35, 0, 0, 33, 0, 30, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 63.81, 6, drogue, -12.26, 59585.00, 4259.38, 2929.57, -29.72, 33.7, 1.51, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9451234,-106.9172674, 4536.0, 2022, 6, 24, 15, 18, 20, 828, 3249, 319, 75, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 38, 0, 0, 0, 0, 40, 28, 33, 35, 0, 0, 33, 0, 30, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 63.91, 6, drogue, -10.30, 59570.00, 4261.30, 2931.49, -29.54, 33.7, 1.51, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9451234,-106.9172674, 4536.0, 2022, 6, 24, 15, 18, 20, 828, 3249, 319, 75, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 38, 0, 0, 0, 0, 40, 28, 33, 35, 0, 0, 33, 0, 30, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 64.01, 6, drogue, -14.71, 59536.00, 4265.65, 2935.85, -29.33, 33.7, 1.51, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9451234,-106.9172674, 4536.0, 2022, 6, 24, 15, 18, 20, 828, 3249, 319, 75, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 38, 0, 0, 0, 0, 40, 28, 33, 35, 0, 0, 33, 0, 30, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 64.02, 6, drogue, -14.71, 59536.00, 4265.65, 2935.85, -29.33, 33.7, 1.50, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9451234,-106.9172674, 4536.0, 2022, 6, 24, 15, 18, 20, 828, 3249, 319, 75, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 38, 0, 0, 0, 0, 40, 28, 33, 35, 0, 0, 33, 0, 30, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 64.11, 6, drogue, -18.14, 59568.00, 4261.55, 2931.75, -29.13, 33.7, 1.50, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9451234,-106.9172674, 4536.0, 2022, 6, 24, 15, 18, 20, 828, 3249, 319, 75, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 38, 0, 0, 0, 0, 40, 28, 33, 35, 0, 0, 33, 0, 30, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 64.21, 6, drogue, -10.79, 59651.00, 4250.93, 2921.13, -28.87, 33.7, 1.50, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9451234,-106.9172674, 4536.0, 2022, 6, 24, 15, 18, 20, 828, 3249, 319, 75, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 38, 0, 0, 0, 0, 40, 28, 33, 35, 0, 0, 33, 0, 30, 25, 0, 0, 0, 29, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 64.31, 6, drogue, -13.24, 59691.00, 4245.82, 2916.02, -28.60, 33.7, 1.50, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9452032,-106.9172870, 4506.0, 2022, 6, 24, 15, 18, 21, 836, 3222, 319, 75, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 32, 35, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 64.31, 6, drogue, -13.24, 59691.00, 4245.82, 2916.02, -28.60, 33.7, 1.50, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9452032,-106.9172870, 4506.0, 2022, 6, 24, 15, 18, 21, 836, 3222, 319, 75, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 32, 35, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 64.31, 6, drogue, -13.24, 59691.00, 4245.82, 2916.02, -28.60, 33.7, 1.50, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9452032,-106.9172870, 4506.0, 2022, 6, 24, 15, 18, 21, 836, 3222, 319, 75, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 32, 35, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 64.34, 6, drogue, -13.24, 59691.00, 4245.82, 2916.02, -28.60, 33.7, 1.52, 3.98, 3.98, 0.00, 0.00, 0.00, 63.91, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9452032,-106.9172870, 4506.0, 2022, 6, 24, 15, 18, 21, 836, 3222, 319, 75, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 32, 35, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 64.41, 6, drogue, -19.61, 59741.00, 4239.44, 2909.64, -28.28, 33.7, 1.52, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 24.41, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9452032,-106.9172870, 4506.0, 2022, 6, 24, 15, 18, 21, 836, 3222, 319, 75, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 32, 35, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 64.51, 6, drogue, -16.67, 59755.00, 4237.65, 2907.85, -27.95, 33.7, 1.52, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 24.41, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9452032,-106.9172870, 4506.0, 2022, 6, 24, 15, 18, 21, 836, 3222, 319, 75, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 32, 35, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 64.61, 6, drogue, -17.65, 59747.00, 4238.67, 2908.87, -27.65, 33.7, 1.52, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 24.41, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9452032,-106.9172870, 4506.0, 2022, 6, 24, 15, 18, 21, 836, 3222, 319, 75, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 32, 35, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 64.66, 6, drogue, -17.65, 59747.00, 4238.67, 2908.87, -27.65, 33.7, 1.51, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 24.41, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9452032,-106.9172870, 4506.0, 2022, 6, 24, 15, 18, 21, 836, 3222, 319, 75, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 32, 35, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 64.71, 6, drogue, -18.63, 59700.00, 4244.67, 2914.87, -27.36, 33.7, 1.51, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 24.35, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9452032,-106.9172870, 4506.0, 2022, 6, 24, 15, 18, 21, 836, 3222, 319, 75, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 32, 35, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 64.81, 6, drogue, -18.14, 59676.00, 4247.74, 2917.94, -27.06, 33.7, 1.51, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 24.35, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9452032,-106.9172870, 4506.0, 2022, 6, 24, 15, 18, 21, 836, 3222, 319, 75, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 32, 35, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 64.91, 6, drogue, -12.26, 59684.00, 4246.72, 2916.92, -26.82, 33.7, 1.51, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 24.35, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9452032,-106.9172870, 4506.0, 2022, 6, 24, 15, 18, 21, 836, 3222, 319, 75, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 32, 35, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 64.98, 6, drogue, -12.26, 59684.00, 4246.72, 2916.92, -26.82, 33.7, 1.51, 3.99, 3.99, 0.08, 0.00, 0.00, 64.03, 24.35, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9452032,-106.9172870, 4506.0, 2022, 6, 24, 15, 18, 21, 836, 3222, 319, 75, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 32, 35, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 65.01, 6, drogue, -11.77, 59808.00, 4230.89, 2901.08, -26.62, 33.7, 1.51, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9452032,-106.9172870, 4506.0, 2022, 6, 24, 15, 18, 21, 836, 3222, 319, 75, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 32, 35, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 65.11, 6, drogue, -11.28, 59881.00, 4221.58, 2891.78, -26.51, 33.7, 1.51, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9452032,-106.9172870, 4506.0, 2022, 6, 24, 15, 18, 21, 836, 3222, 319, 75, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 32, 35, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 65.21, 6, drogue, -15.69, 59919.00, 4216.74, 2886.94, -26.47, 33.7, 1.51, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9452032,-106.9172870, 4506.0, 2022, 6, 24, 15, 18, 21, 836, 3222, 319, 75, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 32, 35, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 65.30, 6, drogue, -15.69, 59919.00, 4216.74, 2886.94, -26.47, 33.7, 1.50, 3.98, 3.99, 0.09, 0.00, 0.00, 64.21, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9452032,-106.9172870, 4506.0, 2022, 6, 24, 15, 18, 21, 836, 3222, 319, 75, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 32, 35, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 65.31, 6, drogue, -12.75, 59908.00, 4218.14, 2888.34, -26.53, 33.7, 1.50, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9452893,-106.9173296, 4476.0, 2022, 6, 24, 15, 18, 22, 846, 3196, 319, 75, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 34, 31, 0, 0, 34, 0, 29, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 65.31, 6, drogue, -12.75, 59908.00, 4218.14, 2888.34, -26.53, 33.7, 1.50, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9452893,-106.9173296, 4476.0, 2022, 6, 24, 15, 18, 22, 846, 3196, 319, 75, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 34, 31, 0, 0, 34, 0, 29, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 65.31, 6, drogue, -12.75, 59908.00, 4218.14, 2888.34, -26.53, 33.7, 1.50, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9452893,-106.9173296, 4476.0, 2022, 6, 24, 15, 18, 22, 846, 3196, 319, 75, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 34, 31, 0, 0, 34, 0, 29, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 65.41, 6, drogue, -11.77, 59886.00, 4220.94, 2891.14, -26.64, 33.7, 1.50, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9452893,-106.9173296, 4476.0, 2022, 6, 24, 15, 18, 22, 846, 3196, 319, 75, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 34, 31, 0, 0, 34, 0, 29, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 65.51, 6, drogue, -10.30, 59887.00, 4220.81, 2891.01, -26.83, 33.7, 1.50, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9452893,-106.9173296, 4476.0, 2022, 6, 24, 15, 18, 22, 846, 3196, 319, 75, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 34, 31, 0, 0, 34, 0, 29, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 65.61, 6, drogue, -13.24, 59862.00, 4224.00, 2894.20, -27.09, 33.7, 1.50, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9452893,-106.9173296, 4476.0, 2022, 6, 24, 15, 18, 22, 846, 3196, 319, 75, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 34, 31, 0, 0, 34, 0, 29, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 65.62, 6, drogue, -13.24, 59862.00, 4224.00, 2894.20, -27.09, 33.7, 1.51, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9452893,-106.9173296, 4476.0, 2022, 6, 24, 15, 18, 22, 846, 3196, 319, 75, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 34, 31, 0, 0, 34, 0, 29, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 65.71, 6, drogue, -16.18, 59886.00, 4220.94, 2891.14, -27.39, 33.7, 1.51, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9452893,-106.9173296, 4476.0, 2022, 6, 24, 15, 18, 22, 846, 3196, 319, 75, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 34, 31, 0, 0, 34, 0, 29, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 65.81, 6, drogue, -13.73, 59929.00, 4215.46, 2885.66, -27.70, 33.7, 1.51, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9452893,-106.9173296, 4476.0, 2022, 6, 24, 15, 18, 22, 846, 3196, 319, 75, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 34, 31, 0, 0, 34, 0, 29, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 65.91, 6, drogue, -15.69, 60014.00, 4204.64, 2874.84, -28.03, 33.7, 1.51, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9452893,-106.9173296, 4476.0, 2022, 6, 24, 15, 18, 22, 846, 3196, 319, 75, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 34, 31, 0, 0, 34, 0, 29, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 65.94, 6, drogue, -15.69, 60014.00, 4204.64, 2874.84, -28.03, 33.7, 1.51, 3.99, 3.98, 0.09, 0.00, 0.00, 64.15, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9452893,-106.9173296, 4476.0, 2022, 6, 24, 15, 18, 22, 846, 3196, 319, 75, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 34, 31, 0, 0, 34, 0, 29, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 66.01, 6, drogue, -16.67, 60074.00, 4197.01, 2867.21, -28.35, 33.7, 1.51, 3.99, 3.98, 0.02, 0.00, 0.00, 64.21, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9452893,-106.9173296, 4476.0, 2022, 6, 24, 15, 18, 22, 846, 3196, 319, 75, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 34, 31, 0, 0, 34, 0, 29, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 66.11, 6, drogue, -13.24, 60106.00, 4192.95, 2863.15, -28.72, 33.7, 1.51, 3.99, 3.98, 0.02, 0.00, 0.00, 64.21, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9452893,-106.9173296, 4476.0, 2022, 6, 24, 15, 18, 22, 846, 3196, 319, 75, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 34, 31, 0, 0, 34, 0, 29, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 66.21, 6, drogue, -15.69, 60081.00, 4196.12, 2866.32, -29.14, 33.7, 1.51, 3.99, 3.98, 0.02, 0.00, 0.00, 64.21, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9452893,-106.9173296, 4476.0, 2022, 6, 24, 15, 18, 22, 846, 3196, 319, 75, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 34, 31, 0, 0, 34, 0, 29, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 66.26, 6, drogue, -15.69, 60081.00, 4196.12, 2866.32, -29.14, 33.7, 1.50, 3.98, 3.99, 0.02, 0.00, 0.00, 64.21, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9452893,-106.9173296, 4476.0, 2022, 6, 24, 15, 18, 22, 846, 3196, 319, 75, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 34, 31, 0, 0, 34, 0, 29, 24, 0, 0, 0, 30, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 66.31, 6, drogue, -14.22, 60079.00, 4196.38, 2866.58, -29.55, 33.7, 1.50, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 24.17, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9453747,-106.9173672, 4448.0, 2022, 6, 24, 15, 18, 23, 856, 3172, 320, 74, 1.4, 0.8, 1.1, 0, 36, 30, 0, 0, 40, 0, 0, 0, 0, 37, 31, 36, 28, 0, 0, 34, 0, 33, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 66.31, 6, drogue, -14.22, 60079.00, 4196.38, 2866.58, -29.55, 33.7, 1.50, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 24.17, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9453747,-106.9173672, 4448.0, 2022, 6, 24, 15, 18, 23, 856, 3172, 320, 74, 1.4, 0.8, 1.1, 0, 36, 30, 0, 0, 40, 0, 0, 0, 0, 37, 31, 36, 28, 0, 0, 34, 0, 33, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 66.31, 6, drogue, -14.22, 60079.00, 4196.38, 2866.58, -29.55, 33.7, 1.50, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 24.17, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9453747,-106.9173672, 4448.0, 2022, 6, 24, 15, 18, 23, 856, 3172, 320, 74, 1.4, 0.8, 1.1, 0, 36, 30, 0, 0, 40, 0, 0, 0, 0, 37, 31, 36, 28, 0, 0, 34, 0, 33, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 66.41, 6, drogue, -13.73, 60004.00, 4205.92, 2876.11, -29.95, 33.7, 1.50, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 24.17, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9453747,-106.9173672, 4448.0, 2022, 6, 24, 15, 18, 23, 856, 3172, 320, 74, 1.4, 0.8, 1.1, 0, 36, 30, 0, 0, 40, 0, 0, 0, 0, 37, 31, 36, 28, 0, 0, 34, 0, 33, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 66.51, 6, drogue, -15.69, 60028.00, 4202.86, 2873.06, -30.27, 33.7, 1.50, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 24.17, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9453747,-106.9173672, 4448.0, 2022, 6, 24, 15, 18, 23, 856, 3172, 320, 74, 1.4, 0.8, 1.1, 0, 36, 30, 0, 0, 40, 0, 0, 0, 0, 37, 31, 36, 28, 0, 0, 34, 0, 33, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 66.58, 6, drogue, -15.69, 60028.00, 4202.86, 2873.06, -30.27, 33.7, 1.50, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 24.17, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9453747,-106.9173672, 4448.0, 2022, 6, 24, 15, 18, 23, 856, 3172, 320, 74, 1.4, 0.8, 1.1, 0, 36, 30, 0, 0, 40, 0, 0, 0, 0, 37, 31, 36, 28, 0, 0, 34, 0, 33, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 66.61, 6, drogue, -13.24, 60072.00, 4197.27, 2867.47, -30.49, 33.7, 1.50, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 24.17, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9453747,-106.9173672, 4448.0, 2022, 6, 24, 15, 18, 23, 856, 3172, 320, 74, 1.4, 0.8, 1.1, 0, 36, 30, 0, 0, 40, 0, 0, 0, 0, 37, 31, 36, 28, 0, 0, 34, 0, 33, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 66.71, 6, drogue, -8.83, 60115.00, 4191.80, 2862.00, -30.61, 33.7, 1.50, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 24.17, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9453747,-106.9173672, 4448.0, 2022, 6, 24, 15, 18, 23, 856, 3172, 320, 74, 1.4, 0.8, 1.1, 0, 36, 30, 0, 0, 40, 0, 0, 0, 0, 37, 31, 36, 28, 0, 0, 34, 0, 33, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 66.81, 6, drogue, -10.79, 60174.00, 4184.31, 2854.51, -30.65, 33.7, 1.50, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 24.17, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9453747,-106.9173672, 4448.0, 2022, 6, 24, 15, 18, 23, 856, 3172, 320, 74, 1.4, 0.8, 1.1, 0, 36, 30, 0, 0, 40, 0, 0, 0, 0, 37, 31, 36, 28, 0, 0, 34, 0, 33, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 66.90, 6, drogue, -10.79, 60174.00, 4184.31, 2854.51, -30.65, 33.7, 1.49, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 24.17, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9453747,-106.9173672, 4448.0, 2022, 6, 24, 15, 18, 23, 856, 3172, 320, 74, 1.4, 0.8, 1.1, 0, 36, 30, 0, 0, 40, 0, 0, 0, 0, 37, 31, 36, 28, 0, 0, 34, 0, 33, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 66.91, 6, drogue, -12.26, 60269.00, 4172.26, 2842.46, -30.68, 33.7, 1.49, 3.98, 3.99, 0.04, 0.00, 0.00, 64.09, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9453747,-106.9173672, 4448.0, 2022, 6, 24, 15, 18, 23, 856, 3172, 320, 74, 1.4, 0.8, 1.1, 0, 36, 30, 0, 0, 40, 0, 0, 0, 0, 37, 31, 36, 28, 0, 0, 34, 0, 33, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 67.01, 6, drogue, -15.20, 60316.00, 4166.30, 2836.50, -30.76, 33.7, 1.49, 3.98, 3.99, 0.04, 0.00, 0.00, 64.09, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9453747,-106.9173672, 4448.0, 2022, 6, 24, 15, 18, 23, 856, 3172, 320, 74, 1.4, 0.8, 1.1, 0, 36, 30, 0, 0, 40, 0, 0, 0, 0, 37, 31, 36, 28, 0, 0, 34, 0, 33, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 67.11, 6, drogue, -17.65, 60324.00, 4165.29, 2835.49, -30.82, 33.7, 1.49, 3.98, 3.99, 0.04, 0.00, 0.00, 64.09, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9453747,-106.9173672, 4448.0, 2022, 6, 24, 15, 18, 23, 856, 3172, 320, 74, 1.4, 0.8, 1.1, 0, 36, 30, 0, 0, 40, 0, 0, 0, 0, 37, 31, 36, 28, 0, 0, 34, 0, 33, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 67.21, 6, drogue, -17.16, 60344.00, 4162.76, 2832.96, -30.80, 33.7, 1.49, 3.98, 3.99, 0.04, 0.00, 0.00, 64.09, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9453747,-106.9173672, 4448.0, 2022, 6, 24, 15, 18, 23, 856, 3172, 320, 74, 1.4, 0.8, 1.1, 0, 36, 30, 0, 0, 40, 0, 0, 0, 0, 37, 31, 36, 28, 0, 0, 34, 0, 33, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 67.22, 6, drogue, -17.16, 60344.00, 4162.76, 2832.96, -30.80, 33.7, 1.49, 3.98, 3.99, 0.04, 0.00, 0.00, 64.09, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9453747,-106.9173672, 4448.0, 2022, 6, 24, 15, 18, 23, 856, 3172, 320, 74, 1.4, 0.8, 1.1, 0, 36, 30, 0, 0, 40, 0, 0, 0, 0, 37, 31, 36, 28, 0, 0, 34, 0, 33, 26, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 67.31, 6, drogue, -16.18, 60377.00, 4158.58, 2828.78, -30.70, 33.7, 1.49, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 23.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9454545,-106.9173964, 4419.0, 2022, 6, 24, 15, 18, 24, 864, 3146, 320, 74, 1.4, 0.8, 1.1, 0, 34, 30, 0, 0, 40, 0, 0, 0, 0, 36, 31, 33, 32, 0, 0, 35, 0, 34, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 67.31, 6, drogue, -16.18, 60377.00, 4158.58, 2828.78, -30.70, 33.7, 1.49, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 23.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9454545,-106.9173964, 4419.0, 2022, 6, 24, 15, 18, 24, 864, 3146, 320, 74, 1.4, 0.8, 1.1, 0, 34, 30, 0, 0, 40, 0, 0, 0, 0, 36, 31, 33, 32, 0, 0, 35, 0, 34, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 67.31, 6, drogue, -16.18, 60377.00, 4158.58, 2828.78, -30.70, 33.7, 1.49, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 23.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9454545,-106.9173964, 4419.0, 2022, 6, 24, 15, 18, 24, 864, 3146, 320, 74, 1.4, 0.8, 1.1, 0, 34, 30, 0, 0, 40, 0, 0, 0, 0, 36, 31, 33, 32, 0, 0, 35, 0, 34, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 67.41, 6, drogue, -18.63, 60353.00, 4161.62, 2831.82, -30.54, 33.6, 1.49, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 23.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9454545,-106.9173964, 4419.0, 2022, 6, 24, 15, 18, 24, 864, 3146, 320, 74, 1.4, 0.8, 1.1, 0, 34, 30, 0, 0, 40, 0, 0, 0, 0, 36, 31, 33, 32, 0, 0, 35, 0, 34, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 67.51, 6, drogue, -17.65, 60381.00, 4158.07, 2828.27, -30.36, 33.6, 1.49, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 23.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9454545,-106.9173964, 4419.0, 2022, 6, 24, 15, 18, 24, 864, 3146, 320, 74, 1.4, 0.8, 1.1, 0, 34, 30, 0, 0, 40, 0, 0, 0, 0, 36, 31, 33, 32, 0, 0, 35, 0, 34, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 67.54, 6, drogue, -17.65, 60381.00, 4158.07, 2828.27, -30.36, 33.6, 1.49, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 23.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9454545,-106.9173964, 4419.0, 2022, 6, 24, 15, 18, 24, 864, 3146, 320, 74, 1.4, 0.8, 1.1, 0, 34, 30, 0, 0, 40, 0, 0, 0, 0, 36, 31, 33, 32, 0, 0, 35, 0, 34, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 67.61, 6, drogue, -18.14, 60364.00, 4160.22, 2830.42, -30.17, 33.7, 1.49, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9454545,-106.9173964, 4419.0, 2022, 6, 24, 15, 18, 24, 864, 3146, 320, 74, 1.4, 0.8, 1.1, 0, 34, 30, 0, 0, 40, 0, 0, 0, 0, 36, 31, 33, 32, 0, 0, 35, 0, 34, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 67.71, 6, drogue, -13.24, 60368.00, 4159.72, 2829.92, -30.01, 33.7, 1.49, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9454545,-106.9173964, 4419.0, 2022, 6, 24, 15, 18, 24, 864, 3146, 320, 74, 1.4, 0.8, 1.1, 0, 34, 30, 0, 0, 40, 0, 0, 0, 0, 36, 31, 33, 32, 0, 0, 35, 0, 34, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 67.81, 6, drogue, -21.57, 60410.00, 4154.40, 2824.60, -29.86, 33.6, 1.49, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9454545,-106.9173964, 4419.0, 2022, 6, 24, 15, 18, 24, 864, 3146, 320, 74, 1.4, 0.8, 1.1, 0, 34, 30, 0, 0, 40, 0, 0, 0, 0, 36, 31, 33, 32, 0, 0, 35, 0, 34, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 67.86, 6, drogue, -21.57, 60410.00, 4154.40, 2824.60, -29.86, 33.6, 1.49, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9454545,-106.9173964, 4419.0, 2022, 6, 24, 15, 18, 24, 864, 3146, 320, 74, 1.4, 0.8, 1.1, 0, 34, 30, 0, 0, 40, 0, 0, 0, 0, 36, 31, 33, 32, 0, 0, 35, 0, 34, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 67.91, 6, drogue, -22.06, 60461.00, 4147.95, 2818.15, -29.75, 33.6, 1.49, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 23.93, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9454545,-106.9173964, 4419.0, 2022, 6, 24, 15, 18, 24, 864, 3146, 320, 74, 1.4, 0.8, 1.1, 0, 34, 30, 0, 0, 40, 0, 0, 0, 0, 36, 31, 33, 32, 0, 0, 35, 0, 34, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 68.01, 6, drogue, -17.65, 60505.00, 4142.39, 2812.59, -29.62, 33.6, 1.49, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 23.93, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9454545,-106.9173964, 4419.0, 2022, 6, 24, 15, 18, 24, 864, 3146, 320, 74, 1.4, 0.8, 1.1, 0, 34, 30, 0, 0, 40, 0, 0, 0, 0, 36, 31, 33, 32, 0, 0, 35, 0, 34, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 68.11, 6, drogue, -17.65, 60533.00, 4138.85, 2809.05, -29.49, 33.6, 1.49, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 23.93, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9454545,-106.9173964, 4419.0, 2022, 6, 24, 15, 18, 24, 864, 3146, 320, 74, 1.4, 0.8, 1.1, 0, 34, 30, 0, 0, 40, 0, 0, 0, 0, 36, 31, 33, 32, 0, 0, 35, 0, 34, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 68.18, 6, drogue, -17.65, 60533.00, 4138.85, 2809.05, -29.49, 33.6, 1.49, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 23.93, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9454545,-106.9173964, 4419.0, 2022, 6, 24, 15, 18, 24, 864, 3146, 320, 74, 1.4, 0.8, 1.1, 0, 34, 30, 0, 0, 40, 0, 0, 0, 0, 36, 31, 33, 32, 0, 0, 35, 0, 34, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 68.21, 6, drogue, -22.06, 60564.00, 4134.93, 2805.13, -29.32, 33.6, 1.49, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9454545,-106.9173964, 4419.0, 2022, 6, 24, 15, 18, 24, 864, 3146, 320, 74, 1.4, 0.8, 1.1, 0, 34, 30, 0, 0, 40, 0, 0, 0, 0, 36, 31, 33, 32, 0, 0, 35, 0, 34, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 68.31, 6, drogue, -21.08, 60571.00, 4134.05, 2804.25, -29.15, 33.6, 1.49, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9455288,-106.9174243, 4389.0, 2022, 6, 24, 15, 18, 25, 872, 3119, 320, 74, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 37, 0, 0, 0, 0, 37, 25, 29, 29, 0, 0, 33, 0, 36, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 68.31, 6, drogue, -21.08, 60571.00, 4134.05, 2804.25, -29.15, 33.6, 1.49, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9455288,-106.9174243, 4389.0, 2022, 6, 24, 15, 18, 25, 872, 3119, 320, 74, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 37, 0, 0, 0, 0, 37, 25, 29, 29, 0, 0, 33, 0, 36, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 68.31, 6, drogue, -21.08, 60571.00, 4134.05, 2804.25, -29.15, 33.6, 1.49, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9455288,-106.9174243, 4389.0, 2022, 6, 24, 15, 18, 25, 872, 3119, 320, 74, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 37, 0, 0, 0, 0, 37, 25, 29, 29, 0, 0, 33, 0, 36, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 68.41, 6, drogue, -19.61, 60602.00, 4130.14, 2800.34, -28.95, 33.6, 1.49, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9455288,-106.9174243, 4389.0, 2022, 6, 24, 15, 18, 25, 872, 3119, 320, 74, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 37, 0, 0, 0, 0, 37, 25, 29, 29, 0, 0, 33, 0, 36, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 68.50, 6, drogue, -19.61, 60602.00, 4130.14, 2800.34, -28.95, 33.6, 1.49, 3.99, 3.98, 0.03, 0.00, 0.00, 64.03, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9455288,-106.9174243, 4389.0, 2022, 6, 24, 15, 18, 25, 872, 3119, 320, 74, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 37, 0, 0, 0, 0, 37, 25, 29, 29, 0, 0, 33, 0, 36, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 68.51, 6, drogue, -19.61, 60583.00, 4132.54, 2802.73, -28.78, 33.7, 1.49, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9455288,-106.9174243, 4389.0, 2022, 6, 24, 15, 18, 25, 872, 3119, 320, 74, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 37, 0, 0, 0, 0, 37, 25, 29, 29, 0, 0, 33, 0, 36, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 68.61, 6, drogue, -17.65, 60584.00, 4132.41, 2802.61, -28.66, 33.7, 1.49, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9455288,-106.9174243, 4389.0, 2022, 6, 24, 15, 18, 25, 872, 3119, 320, 74, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 37, 0, 0, 0, 0, 37, 25, 29, 29, 0, 0, 33, 0, 36, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 68.71, 6, drogue, -17.16, 60613.00, 4128.75, 2798.95, -28.57, 33.7, 1.49, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9455288,-106.9174243, 4389.0, 2022, 6, 24, 15, 18, 25, 872, 3119, 320, 74, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 37, 0, 0, 0, 0, 37, 25, 29, 29, 0, 0, 33, 0, 36, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 68.81, 6, drogue, -15.69, 60630.00, 4126.60, 2796.80, -28.50, 33.6, 1.49, 3.99, 3.98, 0.03, 0.00, 0.00, 64.27, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9455288,-106.9174243, 4389.0, 2022, 6, 24, 15, 18, 25, 872, 3119, 320, 74, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 37, 0, 0, 0, 0, 37, 25, 29, 29, 0, 0, 33, 0, 36, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 68.82, 6, drogue, -15.69, 60630.00, 4126.60, 2796.80, -28.50, 33.6, 1.48, 3.96, 3.98, 0.03, 0.00, 0.00, 64.27, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9455288,-106.9174243, 4389.0, 2022, 6, 24, 15, 18, 25, 872, 3119, 320, 74, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 37, 0, 0, 0, 0, 37, 25, 29, 29, 0, 0, 33, 0, 36, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 68.91, 6, drogue, -17.16, 60699.00, 4117.90, 2788.10, -28.45, 33.7, 1.48, 3.96, 3.98, 0.00, 0.00, 0.00, 63.78, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9455288,-106.9174243, 4389.0, 2022, 6, 24, 15, 18, 25, 872, 3119, 320, 74, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 37, 0, 0, 0, 0, 37, 25, 29, 29, 0, 0, 33, 0, 36, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 69.01, 6, drogue, -19.61, 60749.00, 4111.60, 2781.80, -28.39, 33.6, 1.48, 3.96, 3.98, 0.00, 0.00, 0.00, 63.78, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9455288,-106.9174243, 4389.0, 2022, 6, 24, 15, 18, 25, 872, 3119, 320, 74, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 37, 0, 0, 0, 0, 37, 25, 29, 29, 0, 0, 33, 0, 36, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 69.11, 6, drogue, -20.10, 60768.00, 4109.21, 2779.41, -28.32, 33.6, 1.48, 3.96, 3.98, 0.00, 0.00, 0.00, 63.78, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9455288,-106.9174243, 4389.0, 2022, 6, 24, 15, 18, 25, 872, 3119, 320, 74, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 37, 0, 0, 0, 0, 37, 25, 29, 29, 0, 0, 33, 0, 36, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 69.14, 6, drogue, -20.10, 60768.00, 4109.21, 2779.41, -28.32, 33.6, 1.49, 3.98, 3.99, 0.00, 0.00, 0.00, 63.78, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9455288,-106.9174243, 4389.0, 2022, 6, 24, 15, 18, 25, 872, 3119, 320, 74, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 37, 0, 0, 0, 0, 37, 25, 29, 29, 0, 0, 33, 0, 36, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 69.21, 6, drogue, -17.65, 60771.00, 4108.83, 2779.03, -28.23, 33.6, 1.49, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9455288,-106.9174243, 4389.0, 2022, 6, 24, 15, 18, 25, 872, 3119, 320, 74, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 37, 0, 0, 0, 0, 37, 25, 29, 29, 0, 0, 33, 0, 36, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 69.31, 6, drogue, -19.61, 60796.00, 4105.68, 2775.88, -28.15, 33.6, 1.49, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9455288,-106.9174243, 4389.0, 2022, 6, 24, 15, 18, 25, 872, 3119, 320, 74, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 37, 0, 0, 0, 0, 37, 25, 29, 29, 0, 0, 33, 0, 36, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 69.31, 6, drogue, -19.61, 60796.00, 4105.68, 2775.88, -28.15, 33.6, 1.49, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9455288,-106.9174243, 4389.0, 2022, 6, 24, 15, 18, 25, 872, 3119, 320, 74, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 37, 0, 0, 0, 0, 37, 25, 29, 29, 0, 0, 33, 0, 36, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 69.31, 6, drogue, -19.61, 60796.00, 4105.68, 2775.88, -28.15, 33.6, 1.49, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9455288,-106.9174243, 4389.0, 2022, 6, 24, 15, 18, 25, 872, 3119, 320, 74, 1.4, 0.8, 1.1, 0, 38, 30, 0, 0, 37, 0, 0, 0, 0, 37, 25, 29, 29, 0, 0, 33, 0, 36, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 69.41, 6, drogue, -19.61, 60824.00, 4102.16, 2772.36, -28.07, 33.7, 1.49, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9455871,-106.9174426, 4359.0, 2022, 6, 24, 15, 18, 26, 878, 3092, 320, 74, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 37, 0, 0, 0, 0, 35, 25, 34, 28, 0, 0, 38, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 69.46, 6, drogue, -19.61, 60824.00, 4102.16, 2772.36, -28.07, 33.7, 1.48, 3.97, 3.97, 0.02, 0.00, 0.00, 64.03, 23.99, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9455871,-106.9174426, 4359.0, 2022, 6, 24, 15, 18, 26, 878, 3092, 320, 74, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 37, 0, 0, 0, 0, 35, 25, 34, 28, 0, 0, 38, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 69.51, 6, drogue, -18.63, 60855.00, 4098.26, 2768.46, -28.01, 33.6, 1.48, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9455871,-106.9174426, 4359.0, 2022, 6, 24, 15, 18, 26, 878, 3092, 320, 74, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 37, 0, 0, 0, 0, 35, 25, 34, 28, 0, 0, 38, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 69.61, 6, drogue, -18.63, 60890.00, 4093.86, 2764.06, -27.97, 33.6, 1.48, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9455871,-106.9174426, 4359.0, 2022, 6, 24, 15, 18, 26, 878, 3092, 320, 74, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 37, 0, 0, 0, 0, 35, 25, 34, 28, 0, 0, 38, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 69.71, 6, drogue, -18.63, 60912.00, 4091.09, 2761.29, -27.97, 33.6, 1.48, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9455871,-106.9174426, 4359.0, 2022, 6, 24, 15, 18, 26, 878, 3092, 320, 74, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 37, 0, 0, 0, 0, 35, 25, 34, 28, 0, 0, 38, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 69.78, 6, drogue, -18.63, 60912.00, 4091.09, 2761.29, -27.97, 33.6, 1.49, 3.98, 3.99, 0.00, 0.00, 0.00, 63.91, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9455871,-106.9174426, 4359.0, 2022, 6, 24, 15, 18, 26, 878, 3092, 320, 74, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 37, 0, 0, 0, 0, 35, 25, 34, 28, 0, 0, 38, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 69.81, 6, drogue, -20.59, 60888.00, 4094.11, 2764.31, -28.00, 33.6, 1.49, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9455871,-106.9174426, 4359.0, 2022, 6, 24, 15, 18, 26, 878, 3092, 320, 74, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 37, 0, 0, 0, 0, 35, 25, 34, 28, 0, 0, 38, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 69.91, 6, drogue, -17.65, 60896.00, 4093.10, 2763.30, -28.06, 33.6, 1.49, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9455871,-106.9174426, 4359.0, 2022, 6, 24, 15, 18, 26, 878, 3092, 320, 74, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 37, 0, 0, 0, 0, 35, 25, 34, 28, 0, 0, 38, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 70.01, 6, drogue, -17.65, 60878.00, 4095.37, 2765.57, -28.13, 33.6, 1.49, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9455871,-106.9174426, 4359.0, 2022, 6, 24, 15, 18, 26, 878, 3092, 320, 74, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 37, 0, 0, 0, 0, 35, 25, 34, 28, 0, 0, 38, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 70.10, 6, drogue, -17.65, 60878.00, 4095.37, 2765.57, -28.13, 33.6, 1.49, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 24.05, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9455871,-106.9174426, 4359.0, 2022, 6, 24, 15, 18, 26, 878, 3092, 320, 74, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 37, 0, 0, 0, 0, 35, 25, 34, 28, 0, 0, 38, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 70.11, 6, drogue, -20.59, 60929.00, 4088.96, 2759.15, -28.16, 33.6, 1.49, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 23.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9455871,-106.9174426, 4359.0, 2022, 6, 24, 15, 18, 26, 878, 3092, 320, 74, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 37, 0, 0, 0, 0, 35, 25, 34, 28, 0, 0, 38, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 70.21, 6, drogue, -18.63, 60955.00, 4085.69, 2755.89, -28.18, 33.6, 1.49, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 23.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9455871,-106.9174426, 4359.0, 2022, 6, 24, 15, 18, 26, 878, 3092, 320, 74, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 37, 0, 0, 0, 0, 35, 25, 34, 28, 0, 0, 38, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 70.31, 6, drogue, -17.65, 60997.00, 4080.41, 2750.61, -28.25, 33.6, 1.49, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 23.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9456358,-106.9174372, 4328.0, 2022, 6, 24, 15, 18, 27, 882, 3064, 321, 73, 1.4, 0.8, 1.1, 0, 39, 30, 0, 0, 35, 0, 0, 0, 0, 37, 31, 31, 28, 0, 0, 35, 0, 38, 31, 0, 0, 0, 33, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 70.31, 6, drogue, -17.65, 60997.00, 4080.41, 2750.61, -28.25, 33.6, 1.49, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 23.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9456358,-106.9174372, 4328.0, 2022, 6, 24, 15, 18, 27, 882, 3064, 321, 73, 1.4, 0.8, 1.1, 0, 39, 30, 0, 0, 35, 0, 0, 0, 0, 37, 31, 31, 28, 0, 0, 35, 0, 38, 31, 0, 0, 0, 33, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 70.31, 6, drogue, -17.65, 60997.00, 4080.41, 2750.61, -28.25, 33.6, 1.49, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 23.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9456358,-106.9174372, 4328.0, 2022, 6, 24, 15, 18, 27, 882, 3064, 321, 73, 1.4, 0.8, 1.1, 0, 39, 30, 0, 0, 35, 0, 0, 0, 0, 37, 31, 31, 28, 0, 0, 35, 0, 38, 31, 0, 0, 0, 33, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 70.41, 6, drogue, -14.71, 61034.00, 4075.77, 2745.97, -28.33, 33.6, 1.49, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 23.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9456358,-106.9174372, 4328.0, 2022, 6, 24, 15, 18, 27, 882, 3064, 321, 73, 1.4, 0.8, 1.1, 0, 39, 30, 0, 0, 35, 0, 0, 0, 0, 37, 31, 31, 28, 0, 0, 35, 0, 38, 31, 0, 0, 0, 33, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 70.42, 6, drogue, -14.71, 61034.00, 4075.77, 2745.97, -28.33, 33.6, 1.48, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 23.99, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9456358,-106.9174372, 4328.0, 2022, 6, 24, 15, 18, 27, 882, 3064, 321, 73, 1.4, 0.8, 1.1, 0, 39, 30, 0, 0, 35, 0, 0, 0, 0, 37, 31, 31, 28, 0, 0, 35, 0, 38, 31, 0, 0, 0, 33, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 70.51, 6, drogue, -18.63, 61048.00, 4074.01, 2744.21, -28.37, 33.6, 1.48, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9456358,-106.9174372, 4328.0, 2022, 6, 24, 15, 18, 27, 882, 3064, 321, 73, 1.4, 0.8, 1.1, 0, 39, 30, 0, 0, 35, 0, 0, 0, 0, 37, 31, 31, 28, 0, 0, 35, 0, 38, 31, 0, 0, 0, 33, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 70.61, 6, drogue, -21.08, 61082.00, 4069.75, 2739.95, -28.40, 33.6, 1.48, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9456358,-106.9174372, 4328.0, 2022, 6, 24, 15, 18, 27, 882, 3064, 321, 73, 1.4, 0.8, 1.1, 0, 39, 30, 0, 0, 35, 0, 0, 0, 0, 37, 31, 31, 28, 0, 0, 35, 0, 38, 31, 0, 0, 0, 33, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 70.71, 6, drogue, -16.67, 61104.00, 4066.99, 2737.19, -28.40, 33.6, 1.48, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9456358,-106.9174372, 4328.0, 2022, 6, 24, 15, 18, 27, 882, 3064, 321, 73, 1.4, 0.8, 1.1, 0, 39, 30, 0, 0, 35, 0, 0, 0, 0, 37, 31, 31, 28, 0, 0, 35, 0, 38, 31, 0, 0, 0, 33, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 70.74, 6, drogue, -16.67, 61104.00, 4066.99, 2737.19, -28.40, 33.6, 1.48, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9456358,-106.9174372, 4328.0, 2022, 6, 24, 15, 18, 27, 882, 3064, 321, 73, 1.4, 0.8, 1.1, 0, 39, 30, 0, 0, 35, 0, 0, 0, 0, 37, 31, 31, 28, 0, 0, 35, 0, 38, 31, 0, 0, 0, 33, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 70.81, 6, drogue, -15.69, 61117.00, 4065.36, 2735.56, -28.38, 33.6, 1.48, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9456358,-106.9174372, 4328.0, 2022, 6, 24, 15, 18, 27, 882, 3064, 321, 73, 1.4, 0.8, 1.1, 0, 39, 30, 0, 0, 35, 0, 0, 0, 0, 37, 31, 31, 28, 0, 0, 35, 0, 38, 31, 0, 0, 0, 33, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 70.91, 6, drogue, -18.14, 61133.00, 4063.36, 2733.55, -28.41, 33.6, 1.48, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9456358,-106.9174372, 4328.0, 2022, 6, 24, 15, 18, 27, 882, 3064, 321, 73, 1.4, 0.8, 1.1, 0, 39, 30, 0, 0, 35, 0, 0, 0, 0, 37, 31, 31, 28, 0, 0, 35, 0, 38, 31, 0, 0, 0, 33, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 71.01, 6, drogue, -19.12, 61154.00, 4060.72, 2730.92, -28.44, 33.6, 1.48, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9456358,-106.9174372, 4328.0, 2022, 6, 24, 15, 18, 27, 882, 3064, 321, 73, 1.4, 0.8, 1.1, 0, 39, 30, 0, 0, 35, 0, 0, 0, 0, 37, 31, 31, 28, 0, 0, 35, 0, 38, 31, 0, 0, 0, 33, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 71.06, 6, drogue, -19.12, 61154.00, 4060.72, 2730.92, -28.44, 33.6, 1.48, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9456358,-106.9174372, 4328.0, 2022, 6, 24, 15, 18, 27, 882, 3064, 321, 73, 1.4, 0.8, 1.1, 0, 39, 30, 0, 0, 35, 0, 0, 0, 0, 37, 31, 31, 28, 0, 0, 35, 0, 38, 31, 0, 0, 0, 33, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 71.11, 6, drogue, -18.14, 61215.00, 4053.08, 2723.28, -28.47, 33.6, 1.48, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9456358,-106.9174372, 4328.0, 2022, 6, 24, 15, 18, 27, 882, 3064, 321, 73, 1.4, 0.8, 1.1, 0, 39, 30, 0, 0, 35, 0, 0, 0, 0, 37, 31, 31, 28, 0, 0, 35, 0, 38, 31, 0, 0, 0, 33, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 71.21, 6, drogue, -15.20, 61228.00, 4051.46, 2721.66, -28.50, 33.6, 1.48, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9456358,-106.9174372, 4328.0, 2022, 6, 24, 15, 18, 27, 882, 3064, 321, 73, 1.4, 0.8, 1.1, 0, 39, 30, 0, 0, 35, 0, 0, 0, 0, 37, 31, 31, 28, 0, 0, 35, 0, 38, 31, 0, 0, 0, 33, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 71.31, 6, drogue, -16.18, 61252.00, 4048.45, 2718.65, -28.56, 33.6, 1.48, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9457026,-106.9174020, 4297.0, 2022, 6, 24, 15, 18, 28, 886, 3035, 321, 73, 1.4, 0.8, 1.1, 0, 29, 32, 0, 0, 39, 0, 0, 0, 0, 32, 27, 24, 37, 0, 0, 37, 0, 35, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 71.31, 6, drogue, -16.18, 61252.00, 4048.45, 2718.65, -28.56, 33.6, 1.48, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9457026,-106.9174020, 4297.0, 2022, 6, 24, 15, 18, 28, 886, 3035, 321, 73, 1.4, 0.8, 1.1, 0, 29, 32, 0, 0, 39, 0, 0, 0, 0, 32, 27, 24, 37, 0, 0, 37, 0, 35, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 71.31, 6, drogue, -16.18, 61252.00, 4048.45, 2718.65, -28.56, 33.6, 1.48, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9457026,-106.9174020, 4297.0, 2022, 6, 24, 15, 18, 28, 886, 3035, 321, 73, 1.4, 0.8, 1.1, 0, 29, 32, 0, 0, 39, 0, 0, 0, 0, 32, 27, 24, 37, 0, 0, 37, 0, 35, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 71.38, 6, drogue, -16.18, 61252.00, 4048.45, 2718.65, -28.56, 33.6, 1.47, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9457026,-106.9174020, 4297.0, 2022, 6, 24, 15, 18, 28, 886, 3035, 321, 73, 1.4, 0.8, 1.1, 0, 29, 32, 0, 0, 39, 0, 0, 0, 0, 32, 27, 24, 37, 0, 0, 37, 0, 35, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 71.41, 6, drogue, -19.12, 61293.00, 4043.32, 2713.52, -28.63, 33.6, 1.47, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 23.74, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9457026,-106.9174020, 4297.0, 2022, 6, 24, 15, 18, 28, 886, 3035, 321, 73, 1.4, 0.8, 1.1, 0, 29, 32, 0, 0, 39, 0, 0, 0, 0, 32, 27, 24, 37, 0, 0, 37, 0, 35, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 71.51, 6, drogue, -18.14, 61295.00, 4043.07, 2713.27, -28.74, 33.6, 1.47, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 23.74, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9457026,-106.9174020, 4297.0, 2022, 6, 24, 15, 18, 28, 886, 3035, 321, 73, 1.4, 0.8, 1.1, 0, 29, 32, 0, 0, 39, 0, 0, 0, 0, 32, 27, 24, 37, 0, 0, 37, 0, 35, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 71.61, 6, drogue, -16.18, 61325.00, 4039.32, 2709.52, -28.90, 33.6, 1.47, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 23.74, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9457026,-106.9174020, 4297.0, 2022, 6, 24, 15, 18, 28, 886, 3035, 321, 73, 1.4, 0.8, 1.1, 0, 29, 32, 0, 0, 39, 0, 0, 0, 0, 32, 27, 24, 37, 0, 0, 37, 0, 35, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 71.70, 6, drogue, -16.18, 61325.00, 4039.32, 2709.52, -28.90, 33.6, 1.48, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.74, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9457026,-106.9174020, 4297.0, 2022, 6, 24, 15, 18, 28, 886, 3035, 321, 73, 1.4, 0.8, 1.1, 0, 29, 32, 0, 0, 39, 0, 0, 0, 0, 32, 27, 24, 37, 0, 0, 37, 0, 35, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 71.71, 6, drogue, -16.18, 61348.00, 4036.45, 2706.65, -29.08, 33.6, 1.48, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9457026,-106.9174020, 4297.0, 2022, 6, 24, 15, 18, 28, 886, 3035, 321, 73, 1.4, 0.8, 1.1, 0, 29, 32, 0, 0, 39, 0, 0, 0, 0, 32, 27, 24, 37, 0, 0, 37, 0, 35, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 71.81, 6, drogue, -13.73, 61333.00, 4038.32, 2708.52, -29.25, 33.6, 1.48, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9457026,-106.9174020, 4297.0, 2022, 6, 24, 15, 18, 28, 886, 3035, 321, 73, 1.4, 0.8, 1.1, 0, 29, 32, 0, 0, 39, 0, 0, 0, 0, 32, 27, 24, 37, 0, 0, 37, 0, 35, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 71.91, 6, drogue, -16.67, 61339.00, 4037.57, 2707.77, -29.44, 33.6, 1.48, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9457026,-106.9174020, 4297.0, 2022, 6, 24, 15, 18, 28, 886, 3035, 321, 73, 1.4, 0.8, 1.1, 0, 29, 32, 0, 0, 39, 0, 0, 0, 0, 32, 27, 24, 37, 0, 0, 37, 0, 35, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 72.01, 6, drogue, -20.59, 61351.00, 4036.07, 2706.27, -29.65, 33.6, 1.48, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9457026,-106.9174020, 4297.0, 2022, 6, 24, 15, 18, 28, 886, 3035, 321, 73, 1.4, 0.8, 1.1, 0, 29, 32, 0, 0, 39, 0, 0, 0, 0, 32, 27, 24, 37, 0, 0, 37, 0, 35, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 72.02, 6, drogue, -20.59, 61351.00, 4036.07, 2706.27, -29.65, 33.6, 1.47, 3.99, 3.99, 0.03, 0.00, 0.00, 64.15, 23.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9457026,-106.9174020, 4297.0, 2022, 6, 24, 15, 18, 28, 886, 3035, 321, 73, 1.4, 0.8, 1.1, 0, 29, 32, 0, 0, 39, 0, 0, 0, 0, 32, 27, 24, 37, 0, 0, 37, 0, 35, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 72.11, 6, drogue, -18.14, 61334.00, 4038.20, 2708.40, -29.91, 33.6, 1.47, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 23.74, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9457026,-106.9174020, 4297.0, 2022, 6, 24, 15, 18, 28, 886, 3035, 321, 73, 1.4, 0.8, 1.1, 0, 29, 32, 0, 0, 39, 0, 0, 0, 0, 32, 27, 24, 37, 0, 0, 37, 0, 35, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 72.21, 6, drogue, -19.61, 61377.00, 4032.83, 2703.02, -30.20, 33.6, 1.47, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 23.74, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9457026,-106.9174020, 4297.0, 2022, 6, 24, 15, 18, 28, 886, 3035, 321, 73, 1.4, 0.8, 1.1, 0, 29, 32, 0, 0, 39, 0, 0, 0, 0, 32, 27, 24, 37, 0, 0, 37, 0, 35, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 72.31, 6, drogue, -18.14, 61492.00, 4018.47, 2688.67, -30.49, 33.6, 1.47, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 23.74, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9457737,-106.9173709, 4266.0, 2022, 6, 24, 15, 18, 29, 890, 3007, 321, 73, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 39, 0, 0, 0, 0, 36, 28, 33, 35, 0, 0, 37, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 72.31, 6, drogue, -18.14, 61492.00, 4018.47, 2688.67, -30.49, 33.6, 1.47, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 23.74, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9457737,-106.9173709, 4266.0, 2022, 6, 24, 15, 18, 29, 890, 3007, 321, 73, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 39, 0, 0, 0, 0, 36, 28, 33, 35, 0, 0, 37, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 72.31, 6, drogue, -18.14, 61492.00, 4018.47, 2688.67, -30.49, 33.6, 1.47, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 23.74, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9457737,-106.9173709, 4266.0, 2022, 6, 24, 15, 18, 29, 890, 3007, 321, 73, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 39, 0, 0, 0, 0, 36, 28, 33, 35, 0, 0, 37, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 72.34, 6, drogue, -18.14, 61492.00, 4018.47, 2688.67, -30.49, 33.6, 1.47, 3.98, 3.99, 0.03, 0.00, 0.00, 64.27, 23.74, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9457737,-106.9173709, 4266.0, 2022, 6, 24, 15, 18, 29, 890, 3007, 321, 73, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 39, 0, 0, 0, 0, 36, 28, 33, 35, 0, 0, 37, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 72.41, 6, drogue, -22.06, 61530.00, 4013.73, 2683.93, -30.79, 33.6, 1.47, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 23.68, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9457737,-106.9173709, 4266.0, 2022, 6, 24, 15, 18, 29, 890, 3007, 321, 73, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 39, 0, 0, 0, 0, 36, 28, 33, 35, 0, 0, 37, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 72.51, 6, drogue, -15.69, 61534.00, 4013.23, 2683.43, -31.05, 33.6, 1.47, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 23.68, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9457737,-106.9173709, 4266.0, 2022, 6, 24, 15, 18, 29, 890, 3007, 321, 73, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 39, 0, 0, 0, 0, 36, 28, 33, 35, 0, 0, 37, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 72.61, 6, drogue, -19.61, 61561.00, 4009.87, 2680.07, -31.25, 33.6, 1.47, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 23.68, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9457737,-106.9173709, 4266.0, 2022, 6, 24, 15, 18, 29, 890, 3007, 321, 73, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 39, 0, 0, 0, 0, 36, 28, 33, 35, 0, 0, 37, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 72.66, 6, drogue, -19.61, 61561.00, 4009.87, 2680.07, -31.25, 33.6, 1.47, 3.97, 3.98, 0.03, 0.00, 0.00, 64.15, 23.68, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9457737,-106.9173709, 4266.0, 2022, 6, 24, 15, 18, 29, 890, 3007, 321, 73, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 39, 0, 0, 0, 0, 36, 28, 33, 35, 0, 0, 37, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 72.71, 6, drogue, -18.14, 61527.00, 4014.11, 2684.31, -31.39, 33.6, 1.47, 3.97, 3.98, 0.03, 0.00, 0.00, 63.97, 23.68, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9457737,-106.9173709, 4266.0, 2022, 6, 24, 15, 18, 29, 890, 3007, 321, 73, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 39, 0, 0, 0, 0, 36, 28, 33, 35, 0, 0, 37, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 72.81, 6, drogue, -16.67, 61542.00, 4012.24, 2682.44, -31.45, 33.6, 1.47, 3.97, 3.98, 0.03, 0.00, 0.00, 63.97, 23.68, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9457737,-106.9173709, 4266.0, 2022, 6, 24, 15, 18, 29, 890, 3007, 321, 73, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 39, 0, 0, 0, 0, 36, 28, 33, 35, 0, 0, 37, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 72.91, 6, drogue, -17.16, 61618.00, 4002.77, 2672.97, -31.47, 33.6, 1.47, 3.97, 3.98, 0.03, 0.00, 0.00, 63.97, 23.68, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9457737,-106.9173709, 4266.0, 2022, 6, 24, 15, 18, 29, 890, 3007, 321, 73, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 39, 0, 0, 0, 0, 36, 28, 33, 35, 0, 0, 37, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 72.98, 6, drogue, -17.16, 61618.00, 4002.77, 2672.97, -31.47, 33.6, 1.47, 3.98, 3.99, 0.03, 0.00, 0.00, 63.97, 23.68, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9457737,-106.9173709, 4266.0, 2022, 6, 24, 15, 18, 29, 890, 3007, 321, 73, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 39, 0, 0, 0, 0, 36, 28, 33, 35, 0, 0, 37, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 73.01, 6, drogue, -18.63, 61636.00, 4000.53, 2670.73, -31.43, 33.6, 1.47, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.68, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9457737,-106.9173709, 4266.0, 2022, 6, 24, 15, 18, 29, 890, 3007, 321, 73, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 39, 0, 0, 0, 0, 36, 28, 33, 35, 0, 0, 37, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 73.11, 6, drogue, -16.67, 61692.00, 3993.56, 2663.76, -31.35, 33.6, 1.47, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.68, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9457737,-106.9173709, 4266.0, 2022, 6, 24, 15, 18, 29, 890, 3007, 321, 73, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 39, 0, 0, 0, 0, 36, 28, 33, 35, 0, 0, 37, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 73.21, 6, drogue, -17.16, 61720.00, 3990.07, 2660.27, -31.19, 33.6, 1.47, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.68, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9457737,-106.9173709, 4266.0, 2022, 6, 24, 15, 18, 29, 890, 3007, 321, 73, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 39, 0, 0, 0, 0, 36, 28, 33, 35, 0, 0, 37, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 73.30, 6, drogue, -17.16, 61720.00, 3990.07, 2660.27, -31.19, 33.6, 1.47, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.68, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9457737,-106.9173709, 4266.0, 2022, 6, 24, 15, 18, 29, 890, 3007, 321, 73, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 39, 0, 0, 0, 0, 36, 28, 33, 35, 0, 0, 37, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 73.31, 6, drogue, -17.16, 61747.00, 3986.72, 2656.92, -30.97, 33.6, 1.47, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.62, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9458482,-106.9173613, 4235.0, 2022, 6, 24, 15, 18, 30, 896, 2979, 322, 72, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 37, 0, 0, 0, 0, 36, 29, 29, 33, 0, 0, 32, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 73.31, 6, drogue, -17.16, 61747.00, 3986.72, 2656.92, -30.97, 33.6, 1.47, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.62, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9458482,-106.9173613, 4235.0, 2022, 6, 24, 15, 18, 30, 896, 2979, 322, 72, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 37, 0, 0, 0, 0, 36, 29, 29, 33, 0, 0, 32, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 73.31, 6, drogue, -17.16, 61747.00, 3986.72, 2656.92, -30.97, 33.6, 1.47, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.62, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9458482,-106.9173613, 4235.0, 2022, 6, 24, 15, 18, 30, 896, 2979, 322, 72, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 37, 0, 0, 0, 0, 36, 29, 29, 33, 0, 0, 32, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 73.41, 6, drogue, -18.63, 61763.00, 3984.73, 2654.93, -30.69, 33.6, 1.47, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.62, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9458482,-106.9173613, 4235.0, 2022, 6, 24, 15, 18, 30, 896, 2979, 322, 72, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 37, 0, 0, 0, 0, 36, 29, 29, 33, 0, 0, 32, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 73.51, 6, drogue, -17.16, 61784.00, 3982.12, 2652.32, -30.38, 33.6, 1.47, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.62, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9458482,-106.9173613, 4235.0, 2022, 6, 24, 15, 18, 30, 896, 2979, 322, 72, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 37, 0, 0, 0, 0, 36, 29, 29, 33, 0, 0, 32, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 73.61, 6, drogue, -18.63, 61820.00, 3977.65, 2647.85, -30.06, 33.6, 1.47, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.62, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9458482,-106.9173613, 4235.0, 2022, 6, 24, 15, 18, 30, 896, 2979, 322, 72, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 37, 0, 0, 0, 0, 36, 29, 29, 33, 0, 0, 32, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 73.62, 6, drogue, -18.63, 61820.00, 3977.65, 2647.85, -30.06, 33.6, 1.47, 3.97, 3.97, 0.00, 0.00, 0.00, 64.15, 23.62, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9458482,-106.9173613, 4235.0, 2022, 6, 24, 15, 18, 30, 896, 2979, 322, 72, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 37, 0, 0, 0, 0, 36, 29, 29, 33, 0, 0, 32, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 73.71, 6, drogue, -19.12, 61834.00, 3975.91, 2646.11, -29.77, 33.6, 1.47, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 23.74, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9458482,-106.9173613, 4235.0, 2022, 6, 24, 15, 18, 30, 896, 2979, 322, 72, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 37, 0, 0, 0, 0, 36, 29, 29, 33, 0, 0, 32, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 73.81, 6, drogue, -19.61, 61831.00, 3976.28, 2646.48, -29.48, 33.6, 1.47, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 23.74, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9458482,-106.9173613, 4235.0, 2022, 6, 24, 15, 18, 30, 896, 2979, 322, 72, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 37, 0, 0, 0, 0, 36, 29, 29, 33, 0, 0, 32, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 73.91, 6, drogue, -19.61, 61846.00, 3974.42, 2644.62, -29.20, 33.6, 1.47, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 23.74, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9458482,-106.9173613, 4235.0, 2022, 6, 24, 15, 18, 30, 896, 2979, 322, 72, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 37, 0, 0, 0, 0, 36, 29, 29, 33, 0, 0, 32, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 73.94, 6, drogue, -19.61, 61846.00, 3974.42, 2644.62, -29.20, 33.6, 1.46, 3.96, 3.97, 0.00, 0.00, 0.00, 63.97, 23.74, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9458482,-106.9173613, 4235.0, 2022, 6, 24, 15, 18, 30, 896, 2979, 322, 72, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 37, 0, 0, 0, 0, 36, 29, 29, 33, 0, 0, 32, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 74.01, 6, drogue, -18.63, 61887.00, 3969.33, 2639.53, -28.96, 33.6, 1.46, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9458482,-106.9173613, 4235.0, 2022, 6, 24, 15, 18, 30, 896, 2979, 322, 72, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 37, 0, 0, 0, 0, 36, 29, 29, 33, 0, 0, 32, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 74.11, 6, drogue, -21.08, 61911.00, 3966.35, 2636.55, -28.77, 33.6, 1.46, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9458482,-106.9173613, 4235.0, 2022, 6, 24, 15, 18, 30, 896, 2979, 322, 72, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 37, 0, 0, 0, 0, 36, 29, 29, 33, 0, 0, 32, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 74.21, 6, drogue, -18.63, 61949.00, 3961.64, 2631.84, -28.64, 33.6, 1.46, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9458482,-106.9173613, 4235.0, 2022, 6, 24, 15, 18, 30, 896, 2979, 322, 72, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 37, 0, 0, 0, 0, 36, 29, 29, 33, 0, 0, 32, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 74.26, 6, drogue, -18.63, 61949.00, 3961.64, 2631.84, -28.64, 33.6, 1.46, 3.99, 3.98, 0.00, 0.00, 0.00, 63.78, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9458482,-106.9173613, 4235.0, 2022, 6, 24, 15, 18, 30, 896, 2979, 322, 72, 1.4, 0.8, 1.1, 0, 36, 31, 0, 0, 37, 0, 0, 0, 0, 36, 29, 29, 33, 0, 0, 32, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 74.31, 6, drogue, -18.14, 61959.00, 3960.40, 2630.60, -28.63, 33.6, 1.46, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9459316,-106.9173698, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2952, 322, 72, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 38, 31, 33, 36, 0, 0, 33, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 74.31, 6, drogue, -18.14, 61959.00, 3960.40, 2630.60, -28.63, 33.6, 1.46, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9459316,-106.9173698, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2952, 322, 72, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 38, 31, 33, 36, 0, 0, 33, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 74.31, 6, drogue, -18.14, 61959.00, 3960.40, 2630.60, -28.63, 33.6, 1.46, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9459316,-106.9173698, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2952, 322, 72, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 38, 31, 33, 36, 0, 0, 33, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 74.41, 6, drogue, -21.08, 62001.00, 3955.19, 2625.39, -28.67, 33.6, 1.46, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9459316,-106.9173698, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2952, 322, 72, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 38, 31, 33, 36, 0, 0, 33, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 74.51, 6, drogue, -19.61, 62018.00, 3953.09, 2623.29, -28.72, 33.6, 1.46, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9459316,-106.9173698, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2952, 322, 72, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 38, 31, 33, 36, 0, 0, 33, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 74.58, 6, drogue, -19.61, 62018.00, 3953.09, 2623.29, -28.72, 33.6, 1.47, 3.98, 3.99, 0.00, 0.00, 0.00, 64.27, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9459316,-106.9173698, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2952, 322, 72, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 38, 31, 33, 36, 0, 0, 33, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 74.61, 6, drogue, -19.12, 62014.00, 3953.58, 2623.78, -28.81, 33.6, 1.47, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 23.62, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9459316,-106.9173698, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2952, 322, 72, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 38, 31, 33, 36, 0, 0, 33, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 74.71, 6, drogue, -17.65, 62021.00, 3952.72, 2622.92, -28.91, 33.6, 1.47, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 23.62, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9459316,-106.9173698, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2952, 322, 72, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 38, 31, 33, 36, 0, 0, 33, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 74.81, 6, drogue, -14.71, 62046.00, 3949.62, 2619.82, -29.05, 33.6, 1.47, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 23.62, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9459316,-106.9173698, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2952, 322, 72, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 38, 31, 33, 36, 0, 0, 33, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 74.90, 6, drogue, -14.71, 62046.00, 3949.62, 2619.82, -29.05, 33.6, 1.47, 3.99, 3.99, 0.09, 0.00, 0.00, 64.09, 23.62, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9459316,-106.9173698, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2952, 322, 72, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 38, 31, 33, 36, 0, 0, 33, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 74.91, 6, drogue, -14.71, 62107.00, 3942.07, 2612.27, -29.24, 33.6, 1.47, 3.99, 3.99, 0.08, 0.00, 0.00, 64.27, 23.62, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9459316,-106.9173698, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2952, 322, 72, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 38, 31, 33, 36, 0, 0, 33, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 75.01, 6, drogue, -20.10, 62127.00, 3939.60, 2609.79, -29.42, 33.6, 1.47, 3.99, 3.99, 0.08, 0.00, 0.00, 64.27, 23.62, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9459316,-106.9173698, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2952, 322, 72, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 38, 31, 33, 36, 0, 0, 33, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 75.11, 6, drogue, -16.67, 62137.00, 3938.36, 2608.56, -29.61, 33.6, 1.47, 3.99, 3.99, 0.08, 0.00, 0.00, 64.27, 23.62, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9459316,-106.9173698, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2952, 322, 72, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 38, 31, 33, 36, 0, 0, 33, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 75.21, 6, drogue, -14.71, 62148.00, 3937.00, 2607.20, -29.75, 33.6, 1.47, 3.99, 3.99, 0.08, 0.00, 0.00, 64.27, 23.62, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9459316,-106.9173698, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2952, 322, 72, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 38, 31, 33, 36, 0, 0, 33, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 75.22, 6, drogue, -14.71, 62148.00, 3937.00, 2607.20, -29.75, 33.6, 1.46, 3.99, 3.99, 0.08, 0.00, 0.00, 64.27, 23.62, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9459316,-106.9173698, 4204.0, 2022, 6, 24, 15, 18, 31, 904, 2952, 322, 72, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 38, 31, 33, 36, 0, 0, 33, 0, 31, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 75.31, 6, drogue, -16.67, 62173.00, 3933.91, 2604.11, -29.82, 33.6, 1.46, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9460126,-106.9173806, 4174.0, 2022, 6, 24, 15, 18, 32, 912, 2926, 322, 72, 1.4, 0.8, 1.1, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 33, 26, 36, 33, 0, 0, 33, 0, 31, 33, 0, 0, 0, 25, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 75.31, 6, drogue, -16.67, 62173.00, 3933.91, 2604.11, -29.82, 33.6, 1.46, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9460126,-106.9173806, 4174.0, 2022, 6, 24, 15, 18, 32, 912, 2926, 322, 72, 1.4, 0.8, 1.1, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 33, 26, 36, 33, 0, 0, 33, 0, 31, 33, 0, 0, 0, 25, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 75.31, 6, drogue, -16.67, 62173.00, 3933.91, 2604.11, -29.82, 33.6, 1.46, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9460126,-106.9173806, 4174.0, 2022, 6, 24, 15, 18, 32, 912, 2926, 322, 72, 1.4, 0.8, 1.1, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 33, 26, 36, 33, 0, 0, 33, 0, 31, 33, 0, 0, 0, 25, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 75.41, 6, drogue, -18.14, 62171.00, 3934.15, 2604.35, -29.88, 33.6, 1.46, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9460126,-106.9173806, 4174.0, 2022, 6, 24, 15, 18, 32, 912, 2926, 322, 72, 1.4, 0.8, 1.1, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 33, 26, 36, 33, 0, 0, 33, 0, 31, 33, 0, 0, 0, 25, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 75.51, 6, drogue, -16.67, 62232.00, 3926.62, 2596.82, -29.90, 33.6, 1.46, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9460126,-106.9173806, 4174.0, 2022, 6, 24, 15, 18, 32, 912, 2926, 322, 72, 1.4, 0.8, 1.1, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 33, 26, 36, 33, 0, 0, 33, 0, 31, 33, 0, 0, 0, 25, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 75.54, 6, drogue, -16.67, 62232.00, 3926.62, 2596.82, -29.90, 33.6, 1.46, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9460126,-106.9173806, 4174.0, 2022, 6, 24, 15, 18, 32, 912, 2926, 322, 72, 1.4, 0.8, 1.1, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 33, 26, 36, 33, 0, 0, 33, 0, 31, 33, 0, 0, 0, 25, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 75.61, 6, drogue, -14.71, 62266.00, 3922.42, 2592.62, -29.87, 33.6, 1.46, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9460126,-106.9173806, 4174.0, 2022, 6, 24, 15, 18, 32, 912, 2926, 322, 72, 1.4, 0.8, 1.1, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 33, 26, 36, 33, 0, 0, 33, 0, 31, 33, 0, 0, 0, 25, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 75.71, 6, drogue, -16.67, 62323.00, 3915.38, 2585.58, -29.80, 33.6, 1.46, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9460126,-106.9173806, 4174.0, 2022, 6, 24, 15, 18, 32, 912, 2926, 322, 72, 1.4, 0.8, 1.1, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 33, 26, 36, 33, 0, 0, 33, 0, 31, 33, 0, 0, 0, 25, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 75.81, 6, drogue, -15.20, 62349.00, 3912.17, 2582.37, -29.68, 33.6, 1.46, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9460126,-106.9173806, 4174.0, 2022, 6, 24, 15, 18, 32, 912, 2926, 322, 72, 1.4, 0.8, 1.1, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 33, 26, 36, 33, 0, 0, 33, 0, 31, 33, 0, 0, 0, 25, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 75.86, 6, drogue, -15.20, 62349.00, 3912.17, 2582.37, -29.68, 33.6, 1.46, 3.98, 3.99, 0.00, 0.00, 0.00, 64.27, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9460126,-106.9173806, 4174.0, 2022, 6, 24, 15, 18, 32, 912, 2926, 322, 72, 1.4, 0.8, 1.1, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 33, 26, 36, 33, 0, 0, 33, 0, 31, 33, 0, 0, 0, 25, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 75.91, 6, drogue, -16.18, 62337.00, 3913.65, 2583.85, -29.56, 33.5, 1.46, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9460126,-106.9173806, 4174.0, 2022, 6, 24, 15, 18, 32, 912, 2926, 322, 72, 1.4, 0.8, 1.1, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 33, 26, 36, 33, 0, 0, 33, 0, 31, 33, 0, 0, 0, 25, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 76.01, 6, drogue, -16.67, 62370.00, 3909.58, 2579.78, -29.44, 33.6, 1.46, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9460126,-106.9173806, 4174.0, 2022, 6, 24, 15, 18, 32, 912, 2926, 322, 72, 1.4, 0.8, 1.1, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 33, 26, 36, 33, 0, 0, 33, 0, 31, 33, 0, 0, 0, 25, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 76.11, 6, drogue, -19.61, 62398.00, 3906.13, 2576.33, -29.32, 33.6, 1.46, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9460126,-106.9173806, 4174.0, 2022, 6, 24, 15, 18, 32, 912, 2926, 322, 72, 1.4, 0.8, 1.1, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 33, 26, 36, 33, 0, 0, 33, 0, 31, 33, 0, 0, 0, 25, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 76.18, 6, drogue, -19.61, 62398.00, 3906.13, 2576.33, -29.32, 33.6, 1.45, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9460126,-106.9173806, 4174.0, 2022, 6, 24, 15, 18, 32, 912, 2926, 322, 72, 1.4, 0.8, 1.1, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 33, 26, 36, 33, 0, 0, 33, 0, 31, 33, 0, 0, 0, 25, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 76.21, 6, drogue, -19.61, 62404.00, 3905.39, 2575.59, -29.19, 33.6, 1.45, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 23.38, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9460126,-106.9173806, 4174.0, 2022, 6, 24, 15, 18, 32, 912, 2926, 322, 72, 1.4, 0.8, 1.1, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 33, 26, 36, 33, 0, 0, 33, 0, 31, 33, 0, 0, 0, 25, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 76.31, 6, drogue, -20.10, 62440.00, 3900.96, 2571.16, -29.05, 33.6, 1.45, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 23.38, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9460889,-106.9173796, 4143.0, 2022, 6, 24, 15, 18, 33, 918, 2898, 323, 72, 1.4, 0.8, 1.1, 0, 37, 34, 0, 0, 35, 0, 0, 0, 0, 37, 31, 28, 37, 0, 0, 35, 0, 32, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 76.31, 6, drogue, -20.10, 62440.00, 3900.96, 2571.16, -29.05, 33.6, 1.45, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 23.38, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9460889,-106.9173796, 4143.0, 2022, 6, 24, 15, 18, 33, 918, 2898, 323, 72, 1.4, 0.8, 1.1, 0, 37, 34, 0, 0, 35, 0, 0, 0, 0, 37, 31, 28, 37, 0, 0, 35, 0, 32, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 76.31, 6, drogue, -20.10, 62440.00, 3900.96, 2571.16, -29.05, 33.6, 1.45, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 23.38, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9460889,-106.9173796, 4143.0, 2022, 6, 24, 15, 18, 33, 918, 2898, 323, 72, 1.4, 0.8, 1.1, 0, 37, 34, 0, 0, 35, 0, 0, 0, 0, 37, 31, 28, 37, 0, 0, 35, 0, 32, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 76.41, 6, drogue, -19.61, 62460.00, 3898.49, 2568.69, -28.94, 33.5, 1.45, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 23.38, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9460889,-106.9173796, 4143.0, 2022, 6, 24, 15, 18, 33, 918, 2898, 323, 72, 1.4, 0.8, 1.1, 0, 37, 34, 0, 0, 35, 0, 0, 0, 0, 37, 31, 28, 37, 0, 0, 35, 0, 32, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 76.50, 6, drogue, -19.61, 62460.00, 3898.49, 2568.69, -28.94, 33.5, 1.45, 3.96, 3.97, 0.08, 0.00, 0.00, 64.15, 23.38, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9460889,-106.9173796, 4143.0, 2022, 6, 24, 15, 18, 33, 918, 2898, 323, 72, 1.4, 0.8, 1.1, 0, 37, 34, 0, 0, 35, 0, 0, 0, 0, 37, 31, 28, 37, 0, 0, 35, 0, 32, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 76.51, 6, drogue, -21.08, 62487.00, 3895.17, 2565.37, -28.79, 33.6, 1.45, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 23.38, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9460889,-106.9173796, 4143.0, 2022, 6, 24, 15, 18, 33, 918, 2898, 323, 72, 1.4, 0.8, 1.1, 0, 37, 34, 0, 0, 35, 0, 0, 0, 0, 37, 31, 28, 37, 0, 0, 35, 0, 32, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 76.61, 6, drogue, -23.05, 62514.00, 3891.84, 2562.04, -28.61, 33.6, 1.45, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 23.38, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9460889,-106.9173796, 4143.0, 2022, 6, 24, 15, 18, 33, 918, 2898, 323, 72, 1.4, 0.8, 1.1, 0, 37, 34, 0, 0, 35, 0, 0, 0, 0, 37, 31, 28, 37, 0, 0, 35, 0, 32, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 76.71, 6, drogue, -18.14, 62557.00, 3886.55, 2556.75, -28.44, 33.6, 1.45, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 23.38, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9460889,-106.9173796, 4143.0, 2022, 6, 24, 15, 18, 33, 918, 2898, 323, 72, 1.4, 0.8, 1.1, 0, 37, 34, 0, 0, 35, 0, 0, 0, 0, 37, 31, 28, 37, 0, 0, 35, 0, 32, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 76.81, 6, drogue, -20.59, 62567.00, 3885.32, 2555.52, -28.30, 33.6, 1.45, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 23.38, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9460889,-106.9173796, 4143.0, 2022, 6, 24, 15, 18, 33, 918, 2898, 323, 72, 1.4, 0.8, 1.1, 0, 37, 34, 0, 0, 35, 0, 0, 0, 0, 37, 31, 28, 37, 0, 0, 35, 0, 32, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 76.82, 6, drogue, -20.59, 62567.00, 3885.32, 2555.52, -28.30, 33.6, 1.46, 3.98, 3.99, 0.00, 0.00, 0.00, 63.78, 23.38, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9460889,-106.9173796, 4143.0, 2022, 6, 24, 15, 18, 33, 918, 2898, 323, 72, 1.4, 0.8, 1.1, 0, 37, 34, 0, 0, 35, 0, 0, 0, 0, 37, 31, 28, 37, 0, 0, 35, 0, 32, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 76.91, 6, drogue, -19.12, 62583.00, 3883.36, 2553.56, -28.22, 33.6, 1.46, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9460889,-106.9173796, 4143.0, 2022, 6, 24, 15, 18, 33, 918, 2898, 323, 72, 1.4, 0.8, 1.1, 0, 37, 34, 0, 0, 35, 0, 0, 0, 0, 37, 31, 28, 37, 0, 0, 35, 0, 32, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 77.01, 6, drogue, -18.63, 62584.00, 3883.23, 2553.43, -28.19, 33.5, 1.46, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9460889,-106.9173796, 4143.0, 2022, 6, 24, 15, 18, 33, 918, 2898, 323, 72, 1.4, 0.8, 1.1, 0, 37, 34, 0, 0, 35, 0, 0, 0, 0, 37, 31, 28, 37, 0, 0, 35, 0, 32, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 77.11, 6, drogue, -16.67, 62604.00, 3880.77, 2550.97, -28.17, 33.6, 1.46, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9460889,-106.9173796, 4143.0, 2022, 6, 24, 15, 18, 33, 918, 2898, 323, 72, 1.4, 0.8, 1.1, 0, 37, 34, 0, 0, 35, 0, 0, 0, 0, 37, 31, 28, 37, 0, 0, 35, 0, 32, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 77.14, 6, drogue, -16.67, 62604.00, 3880.77, 2550.97, -28.17, 33.6, 1.46, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9460889,-106.9173796, 4143.0, 2022, 6, 24, 15, 18, 33, 918, 2898, 323, 72, 1.4, 0.8, 1.1, 0, 37, 34, 0, 0, 35, 0, 0, 0, 0, 37, 31, 28, 37, 0, 0, 35, 0, 32, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 77.21, 6, drogue, -20.59, 62603.00, 3880.90, 2551.10, -28.17, 33.6, 1.46, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9460889,-106.9173796, 4143.0, 2022, 6, 24, 15, 18, 33, 918, 2898, 323, 72, 1.4, 0.8, 1.1, 0, 37, 34, 0, 0, 35, 0, 0, 0, 0, 37, 31, 28, 37, 0, 0, 35, 0, 32, 28, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 77.31, 6, drogue, -16.18, 62599.00, 3881.39, 2551.59, -28.20, 33.6, 1.46, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9461640,-106.9173644, 4112.0, 2022, 6, 24, 15, 18, 34, 924, 2871, 323, 71, 1.4, 0.8, 1.1, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 38, 35, 28, 35, 0, 0, 32, 0, 27, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 77.31, 6, drogue, -16.18, 62599.00, 3881.39, 2551.59, -28.20, 33.6, 1.46, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9461640,-106.9173644, 4112.0, 2022, 6, 24, 15, 18, 34, 924, 2871, 323, 71, 1.4, 0.8, 1.1, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 38, 35, 28, 35, 0, 0, 32, 0, 27, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 77.31, 6, drogue, -16.18, 62599.00, 3881.39, 2551.59, -28.20, 33.6, 1.46, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9461640,-106.9173644, 4112.0, 2022, 6, 24, 15, 18, 34, 924, 2871, 323, 71, 1.4, 0.8, 1.1, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 38, 35, 28, 35, 0, 0, 32, 0, 27, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 77.41, 6, drogue, -15.69, 62691.00, 3870.09, 2540.28, -28.25, 33.5, 1.46, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9461640,-106.9173644, 4112.0, 2022, 6, 24, 15, 18, 34, 924, 2871, 323, 71, 1.4, 0.8, 1.1, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 38, 35, 28, 35, 0, 0, 32, 0, 27, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 77.46, 6, drogue, -15.69, 62691.00, 3870.09, 2540.28, -28.25, 33.5, 1.46, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9461640,-106.9173644, 4112.0, 2022, 6, 24, 15, 18, 34, 924, 2871, 323, 71, 1.4, 0.8, 1.1, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 38, 35, 28, 35, 0, 0, 32, 0, 27, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 77.51, 6, drogue, -21.08, 62707.00, 3868.12, 2538.32, -28.32, 33.5, 1.46, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9461640,-106.9173644, 4112.0, 2022, 6, 24, 15, 18, 34, 924, 2871, 323, 71, 1.4, 0.8, 1.1, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 38, 35, 28, 35, 0, 0, 32, 0, 27, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 77.61, 6, drogue, -21.08, 62718.00, 3866.77, 2536.97, -28.43, 33.5, 1.46, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9461640,-106.9173644, 4112.0, 2022, 6, 24, 15, 18, 34, 924, 2871, 323, 71, 1.4, 0.8, 1.1, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 38, 35, 28, 35, 0, 0, 32, 0, 27, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 77.71, 6, drogue, -16.67, 62762.00, 3861.37, 2531.57, -28.55, 33.5, 1.46, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9461640,-106.9173644, 4112.0, 2022, 6, 24, 15, 18, 34, 924, 2871, 323, 71, 1.4, 0.8, 1.1, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 38, 35, 28, 35, 0, 0, 32, 0, 27, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 77.78, 6, drogue, -16.67, 62762.00, 3861.37, 2531.57, -28.55, 33.5, 1.46, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.56, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9461640,-106.9173644, 4112.0, 2022, 6, 24, 15, 18, 34, 924, 2871, 323, 71, 1.4, 0.8, 1.1, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 38, 35, 28, 35, 0, 0, 32, 0, 27, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 77.81, 6, drogue, -16.67, 62797.00, 3857.08, 2527.28, -28.67, 33.5, 1.46, 3.98, 3.99, 0.01, 0.00, 0.00, 64.15, 23.50, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9461640,-106.9173644, 4112.0, 2022, 6, 24, 15, 18, 34, 924, 2871, 323, 71, 1.4, 0.8, 1.1, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 38, 35, 28, 35, 0, 0, 32, 0, 27, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 77.91, 6, drogue, -17.65, 62835.00, 3852.42, 2522.62, -28.73, 33.5, 1.46, 3.98, 3.99, 0.01, 0.00, 0.00, 64.15, 23.50, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9461640,-106.9173644, 4112.0, 2022, 6, 24, 15, 18, 34, 924, 2871, 323, 71, 1.4, 0.8, 1.1, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 38, 35, 28, 35, 0, 0, 32, 0, 27, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 78.01, 6, drogue, -14.22, 62855.00, 3849.97, 2520.17, -28.78, 33.5, 1.46, 3.98, 3.99, 0.01, 0.00, 0.00, 64.15, 23.50, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9461640,-106.9173644, 4112.0, 2022, 6, 24, 15, 18, 34, 924, 2871, 323, 71, 1.4, 0.8, 1.1, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 38, 35, 28, 35, 0, 0, 32, 0, 27, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 78.10, 6, drogue, -14.22, 62855.00, 3849.97, 2520.17, -28.78, 33.5, 1.46, 3.98, 3.99, 0.01, 0.00, 0.00, 64.15, 23.50, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9461640,-106.9173644, 4112.0, 2022, 6, 24, 15, 18, 34, 924, 2871, 323, 71, 1.4, 0.8, 1.1, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 38, 35, 28, 35, 0, 0, 32, 0, 27, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 78.11, 6, drogue, -19.12, 62890.00, 3845.68, 2515.88, -28.82, 33.5, 1.46, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9461640,-106.9173644, 4112.0, 2022, 6, 24, 15, 18, 34, 924, 2871, 323, 71, 1.4, 0.8, 1.1, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 38, 35, 28, 35, 0, 0, 32, 0, 27, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 78.21, 6, drogue, -19.61, 62882.00, 3846.66, 2516.86, -28.85, 33.5, 1.46, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9461640,-106.9173644, 4112.0, 2022, 6, 24, 15, 18, 34, 924, 2871, 323, 71, 1.4, 0.8, 1.1, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 38, 35, 28, 35, 0, 0, 32, 0, 27, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 78.31, 6, drogue, -23.54, 62899.00, 3844.58, 2514.78, -28.89, 33.5, 1.46, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9462477,-106.9173375, 4081.0, 2022, 6, 24, 15, 18, 35, 930, 2843, 324, 71, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 36, 0, 0, 0, 0, 35, 29, 29, 36, 0, 0, 37, 0, 38, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 78.31, 6, drogue, -23.54, 62899.00, 3844.58, 2514.78, -28.89, 33.5, 1.46, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9462477,-106.9173375, 4081.0, 2022, 6, 24, 15, 18, 35, 930, 2843, 324, 71, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 36, 0, 0, 0, 0, 35, 29, 29, 36, 0, 0, 37, 0, 38, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 78.31, 6, drogue, -23.54, 62899.00, 3844.58, 2514.78, -28.89, 33.5, 1.46, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9462477,-106.9173375, 4081.0, 2022, 6, 24, 15, 18, 35, 930, 2843, 324, 71, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 36, 0, 0, 0, 0, 35, 29, 29, 36, 0, 0, 37, 0, 38, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 78.41, 6, drogue, -16.67, 62925.00, 3841.39, 2511.59, -28.92, 33.5, 1.46, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9462477,-106.9173375, 4081.0, 2022, 6, 24, 15, 18, 35, 930, 2843, 324, 71, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 36, 0, 0, 0, 0, 35, 29, 29, 36, 0, 0, 37, 0, 38, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 78.42, 6, drogue, -16.67, 62925.00, 3841.39, 2511.59, -28.92, 33.5, 1.46, 3.99, 3.99, 0.03, 0.00, 0.00, 64.09, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9462477,-106.9173375, 4081.0, 2022, 6, 24, 15, 18, 35, 930, 2843, 324, 71, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 36, 0, 0, 0, 0, 35, 29, 29, 36, 0, 0, 37, 0, 38, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 78.51, 6, drogue, -16.67, 62904.00, 3843.97, 2514.16, -28.94, 33.5, 1.46, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 23.50, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9462477,-106.9173375, 4081.0, 2022, 6, 24, 15, 18, 35, 930, 2843, 324, 71, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 36, 0, 0, 0, 0, 35, 29, 29, 36, 0, 0, 37, 0, 38, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 78.61, 6, drogue, -20.10, 62902.00, 3844.21, 2514.41, -28.95, 33.5, 1.46, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 23.50, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9462477,-106.9173375, 4081.0, 2022, 6, 24, 15, 18, 35, 930, 2843, 324, 71, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 36, 0, 0, 0, 0, 35, 29, 29, 36, 0, 0, 37, 0, 38, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 78.71, 6, drogue, -17.16, 62941.00, 3839.44, 2509.63, -28.87, 33.5, 1.46, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 23.50, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9462477,-106.9173375, 4081.0, 2022, 6, 24, 15, 18, 35, 930, 2843, 324, 71, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 36, 0, 0, 0, 0, 35, 29, 29, 36, 0, 0, 37, 0, 38, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 78.74, 6, drogue, -17.16, 62941.00, 3839.44, 2509.63, -28.87, 33.5, 1.44, 3.97, 3.97, 0.09, 0.00, 0.00, 64.21, 23.50, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9462477,-106.9173375, 4081.0, 2022, 6, 24, 15, 18, 35, 930, 2843, 324, 71, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 36, 0, 0, 0, 0, 35, 29, 29, 36, 0, 0, 37, 0, 38, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 78.81, 6, drogue, -17.16, 62986.00, 3833.93, 2504.13, -28.72, 33.5, 1.44, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9462477,-106.9173375, 4081.0, 2022, 6, 24, 15, 18, 35, 930, 2843, 324, 71, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 36, 0, 0, 0, 0, 35, 29, 29, 36, 0, 0, 37, 0, 38, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 78.91, 6, drogue, -16.67, 63047.00, 3826.47, 2496.67, -28.51, 33.5, 1.44, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9462477,-106.9173375, 4081.0, 2022, 6, 24, 15, 18, 35, 930, 2843, 324, 71, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 36, 0, 0, 0, 0, 35, 29, 29, 36, 0, 0, 37, 0, 38, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 79.01, 6, drogue, -14.71, 63093.00, 3820.85, 2491.05, -28.25, 33.5, 1.44, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9462477,-106.9173375, 4081.0, 2022, 6, 24, 15, 18, 35, 930, 2843, 324, 71, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 36, 0, 0, 0, 0, 35, 29, 29, 36, 0, 0, 37, 0, 38, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 79.06, 6, drogue, -14.71, 63093.00, 3820.85, 2491.05, -28.25, 33.5, 1.44, 3.96, 3.97, 0.00, 0.00, 0.00, 63.91, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9462477,-106.9173375, 4081.0, 2022, 6, 24, 15, 18, 35, 930, 2843, 324, 71, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 36, 0, 0, 0, 0, 35, 29, 29, 36, 0, 0, 37, 0, 38, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 79.11, 6, drogue, -14.71, 63121.00, 3817.43, 2487.63, -27.96, 33.5, 1.44, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 23.19, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9462477,-106.9173375, 4081.0, 2022, 6, 24, 15, 18, 35, 930, 2843, 324, 71, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 36, 0, 0, 0, 0, 35, 29, 29, 36, 0, 0, 37, 0, 38, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 79.21, 6, drogue, -15.69, 63136.00, 3815.60, 2485.80, -27.63, 33.5, 1.44, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 23.19, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9462477,-106.9173375, 4081.0, 2022, 6, 24, 15, 18, 35, 930, 2843, 324, 71, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 36, 0, 0, 0, 0, 35, 29, 29, 36, 0, 0, 37, 0, 38, 23, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 79.31, 6, drogue, -18.63, 63160.00, 3812.67, 2482.87, -27.28, 33.5, 1.44, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 23.19, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9463305,-106.9173102, 4052.0, 2022, 6, 24, 15, 18, 36, 936, 2818, 324, 71, 1.4, 0.8, 1.1, 0, 27, 30, 0, 0, 38, 0, 0, 0, 0, 31, 30, 27, 36, 0, 0, 37, 0, 37, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 79.31, 6, drogue, -18.63, 63160.00, 3812.67, 2482.87, -27.28, 33.5, 1.44, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 23.19, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9463305,-106.9173102, 4052.0, 2022, 6, 24, 15, 18, 36, 936, 2818, 324, 71, 1.4, 0.8, 1.1, 0, 27, 30, 0, 0, 38, 0, 0, 0, 0, 31, 30, 27, 36, 0, 0, 37, 0, 37, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 79.31, 6, drogue, -18.63, 63160.00, 3812.67, 2482.87, -27.28, 33.5, 1.44, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 23.19, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9463305,-106.9173102, 4052.0, 2022, 6, 24, 15, 18, 36, 936, 2818, 324, 71, 1.4, 0.8, 1.1, 0, 27, 30, 0, 0, 38, 0, 0, 0, 0, 31, 30, 27, 36, 0, 0, 37, 0, 37, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 79.38, 6, drogue, -18.63, 63160.00, 3812.67, 2482.87, -27.28, 33.5, 1.44, 3.98, 3.98, 0.00, 0.00, 0.00, 63.72, 23.19, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9463305,-106.9173102, 4052.0, 2022, 6, 24, 15, 18, 36, 936, 2818, 324, 71, 1.4, 0.8, 1.1, 0, 27, 30, 0, 0, 38, 0, 0, 0, 0, 31, 30, 27, 36, 0, 0, 37, 0, 37, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 79.41, 6, drogue, -17.16, 63176.00, 3810.72, 2480.91, -27.00, 33.5, 1.44, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9463305,-106.9173102, 4052.0, 2022, 6, 24, 15, 18, 36, 936, 2818, 324, 71, 1.4, 0.8, 1.1, 0, 27, 30, 0, 0, 38, 0, 0, 0, 0, 31, 30, 27, 36, 0, 0, 37, 0, 37, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 79.51, 6, drogue, -19.12, 63175.00, 3810.84, 2481.04, -26.71, 33.5, 1.44, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9463305,-106.9173102, 4052.0, 2022, 6, 24, 15, 18, 36, 936, 2818, 324, 71, 1.4, 0.8, 1.1, 0, 27, 30, 0, 0, 38, 0, 0, 0, 0, 31, 30, 27, 36, 0, 0, 37, 0, 37, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 79.61, 6, drogue, -19.61, 63219.00, 3805.47, 2475.67, -26.42, 33.5, 1.44, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9463305,-106.9173102, 4052.0, 2022, 6, 24, 15, 18, 36, 936, 2818, 324, 71, 1.4, 0.8, 1.1, 0, 27, 30, 0, 0, 38, 0, 0, 0, 0, 31, 30, 27, 36, 0, 0, 37, 0, 37, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 79.70, 6, drogue, -19.61, 63219.00, 3805.47, 2475.67, -26.42, 33.5, 1.46, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9463305,-106.9173102, 4052.0, 2022, 6, 24, 15, 18, 36, 936, 2818, 324, 71, 1.4, 0.8, 1.1, 0, 27, 30, 0, 0, 38, 0, 0, 0, 0, 31, 30, 27, 36, 0, 0, 37, 0, 37, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 79.71, 6, drogue, -18.63, 63230.00, 3804.13, 2474.33, -26.19, 33.5, 1.46, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9463305,-106.9173102, 4052.0, 2022, 6, 24, 15, 18, 36, 936, 2818, 324, 71, 1.4, 0.8, 1.1, 0, 27, 30, 0, 0, 38, 0, 0, 0, 0, 31, 30, 27, 36, 0, 0, 37, 0, 37, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 79.81, 6, drogue, -22.06, 63257.00, 3800.84, 2471.03, -26.03, 33.5, 1.46, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9463305,-106.9173102, 4052.0, 2022, 6, 24, 15, 18, 36, 936, 2818, 324, 71, 1.4, 0.8, 1.1, 0, 27, 30, 0, 0, 38, 0, 0, 0, 0, 31, 30, 27, 36, 0, 0, 37, 0, 37, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 79.91, 6, drogue, -19.61, 63242.00, 3802.66, 2472.86, -25.88, 33.5, 1.46, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9463305,-106.9173102, 4052.0, 2022, 6, 24, 15, 18, 36, 936, 2818, 324, 71, 1.4, 0.8, 1.1, 0, 27, 30, 0, 0, 38, 0, 0, 0, 0, 31, 30, 27, 36, 0, 0, 37, 0, 37, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 80.01, 6, drogue, -17.65, 63262.00, 3800.23, 2470.43, -25.73, 33.5, 1.46, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9463305,-106.9173102, 4052.0, 2022, 6, 24, 15, 18, 36, 936, 2818, 324, 71, 1.4, 0.8, 1.1, 0, 27, 30, 0, 0, 38, 0, 0, 0, 0, 31, 30, 27, 36, 0, 0, 37, 0, 37, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 80.02, 6, drogue, -17.65, 63262.00, 3800.23, 2470.43, -25.73, 33.5, 1.45, 3.97, 3.99, 0.02, 0.00, 0.00, 64.15, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9463305,-106.9173102, 4052.0, 2022, 6, 24, 15, 18, 36, 936, 2818, 324, 71, 1.4, 0.8, 1.1, 0, 27, 30, 0, 0, 38, 0, 0, 0, 0, 31, 30, 27, 36, 0, 0, 37, 0, 37, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 80.11, 6, drogue, -15.20, 63293.00, 3796.45, 2466.65, -25.62, 33.5, 1.45, 3.97, 3.99, 0.09, 0.00, 0.00, 63.97, 23.32, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9463305,-106.9173102, 4052.0, 2022, 6, 24, 15, 18, 36, 936, 2818, 324, 71, 1.4, 0.8, 1.1, 0, 27, 30, 0, 0, 38, 0, 0, 0, 0, 31, 30, 27, 36, 0, 0, 37, 0, 37, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 80.21, 6, drogue, -18.63, 63341.00, 3790.60, 2460.80, -25.51, 33.5, 1.45, 3.97, 3.99, 0.09, 0.00, 0.00, 63.97, 23.32, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9463305,-106.9173102, 4052.0, 2022, 6, 24, 15, 18, 36, 936, 2818, 324, 71, 1.4, 0.8, 1.1, 0, 27, 30, 0, 0, 38, 0, 0, 0, 0, 31, 30, 27, 36, 0, 0, 37, 0, 37, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 80.31, 6, drogue, -22.06, 63380.00, 3785.85, 2456.05, -25.44, 33.5, 1.45, 3.97, 3.99, 0.09, 0.00, 0.00, 63.97, 23.32, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9463305,-106.9173102, 4052.0, 2022, 6, 24, 15, 18, 36, 936, 2818, 324, 71, 1.4, 0.8, 1.1, 0, 27, 30, 0, 0, 38, 0, 0, 0, 0, 31, 30, 27, 36, 0, 0, 37, 0, 37, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 80.31, 6, drogue, -22.06, 63380.00, 3785.85, 2456.05, -25.44, 33.5, 1.45, 3.97, 3.99, 0.09, 0.00, 0.00, 63.97, 23.32, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9463305,-106.9173102, 4052.0, 2022, 6, 24, 15, 18, 36, 936, 2818, 324, 71, 1.4, 0.8, 1.1, 0, 27, 30, 0, 0, 38, 0, 0, 0, 0, 31, 30, 27, 36, 0, 0, 37, 0, 37, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 80.31, 6, drogue, -22.06, 63380.00, 3785.85, 2456.05, -25.44, 33.5, 1.45, 3.97, 3.99, 0.09, 0.00, 0.00, 63.97, 23.32, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9463305,-106.9173102, 4052.0, 2022, 6, 24, 15, 18, 36, 936, 2818, 324, 71, 1.4, 0.8, 1.1, 0, 27, 30, 0, 0, 38, 0, 0, 0, 0, 31, 30, 27, 36, 0, 0, 37, 0, 37, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 80.34, 6, drogue, -22.06, 63380.00, 3785.85, 2456.05, -25.44, 33.5, 1.45, 3.98, 3.99, 0.09, 0.00, 0.00, 63.97, 23.32, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464055,-106.9172919, 4020.0, 2022, 6, 24, 15, 18, 37, 942, 2790, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 32, 0, 0, 0, 0, 30, 37, 28, 29, 0, 0, 38, 0, 35, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 80.41, 6, drogue, -20.10, 63409.00, 3782.32, 2452.52, -25.43, 33.5, 1.45, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.38, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464055,-106.9172919, 4020.0, 2022, 6, 24, 15, 18, 37, 942, 2790, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 32, 0, 0, 0, 0, 30, 37, 28, 29, 0, 0, 38, 0, 35, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 80.51, 6, drogue, -18.14, 63424.00, 3780.50, 2450.70, -25.48, 33.5, 1.45, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.38, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464055,-106.9172919, 4020.0, 2022, 6, 24, 15, 18, 37, 942, 2790, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 32, 0, 0, 0, 0, 30, 37, 28, 29, 0, 0, 38, 0, 35, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 80.61, 6, drogue, -18.63, 63446.00, 3777.82, 2448.02, -25.61, 33.5, 1.45, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.38, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464055,-106.9172919, 4020.0, 2022, 6, 24, 15, 18, 37, 942, 2790, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 32, 0, 0, 0, 0, 30, 37, 28, 29, 0, 0, 38, 0, 35, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 80.66, 6, drogue, -18.63, 63446.00, 3777.82, 2448.02, -25.61, 33.5, 1.45, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 23.38, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464055,-106.9172919, 4020.0, 2022, 6, 24, 15, 18, 37, 942, 2790, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 32, 0, 0, 0, 0, 30, 37, 28, 29, 0, 0, 38, 0, 35, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 80.71, 6, drogue, -21.57, 63360.00, 3788.29, 2458.49, -25.81, 33.5, 1.45, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 23.32, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464055,-106.9172919, 4020.0, 2022, 6, 24, 15, 18, 37, 942, 2790, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 32, 0, 0, 0, 0, 30, 37, 28, 29, 0, 0, 38, 0, 35, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 80.81, 6, drogue, -16.67, 63380.00, 3785.85, 2456.05, -26.05, 33.5, 1.45, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 23.32, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464055,-106.9172919, 4020.0, 2022, 6, 24, 15, 18, 37, 942, 2790, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 32, 0, 0, 0, 0, 30, 37, 28, 29, 0, 0, 38, 0, 35, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 80.91, 6, drogue, -13.24, 63401.00, 3783.30, 2453.50, -26.36, 33.5, 1.45, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 23.32, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464055,-106.9172919, 4020.0, 2022, 6, 24, 15, 18, 37, 942, 2790, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 32, 0, 0, 0, 0, 30, 37, 28, 29, 0, 0, 38, 0, 35, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 80.98, 6, drogue, -13.24, 63401.00, 3783.30, 2453.50, -26.36, 33.5, 1.45, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 23.32, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464055,-106.9172919, 4020.0, 2022, 6, 24, 15, 18, 37, 942, 2790, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 32, 0, 0, 0, 0, 30, 37, 28, 29, 0, 0, 38, 0, 35, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 81.01, 6, drogue, -8.34, 63441.00, 3778.43, 2448.63, -26.68, 33.5, 1.45, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.32, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464055,-106.9172919, 4020.0, 2022, 6, 24, 15, 18, 37, 942, 2790, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 32, 0, 0, 0, 0, 30, 37, 28, 29, 0, 0, 38, 0, 35, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 81.11, 6, drogue, -11.77, 63477.00, 3774.05, 2444.25, -26.97, 33.5, 1.45, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.32, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464055,-106.9172919, 4020.0, 2022, 6, 24, 15, 18, 37, 942, 2790, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 32, 0, 0, 0, 0, 30, 37, 28, 29, 0, 0, 38, 0, 35, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 81.21, 6, drogue, -11.77, 63523.00, 3768.46, 2438.66, -27.17, 33.5, 1.45, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.32, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464055,-106.9172919, 4020.0, 2022, 6, 24, 15, 18, 37, 942, 2790, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 32, 0, 0, 0, 0, 30, 37, 28, 29, 0, 0, 38, 0, 35, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 81.30, 6, drogue, -11.77, 63523.00, 3768.46, 2438.66, -27.17, 33.5, 1.44, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 23.32, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9464055,-106.9172919, 4020.0, 2022, 6, 24, 15, 18, 37, 942, 2790, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 32, 0, 0, 0, 0, 30, 37, 28, 29, 0, 0, 38, 0, 35, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 81.31, 6, drogue, -8.83, 63564.00, 3763.48, 2433.68, -27.35, 33.5, 1.44, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.13, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9464625,-106.9172840, 3990.0, 2022, 6, 24, 15, 18, 38, 946, 2763, 325, 70, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 39, 0, 0, 0, 0, 36, 31, 30, 32, 0, 0, 35, 0, 36, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 81.31, 6, drogue, -8.83, 63564.00, 3763.48, 2433.68, -27.35, 33.5, 1.44, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.13, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9464625,-106.9172840, 3990.0, 2022, 6, 24, 15, 18, 38, 946, 2763, 325, 70, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 39, 0, 0, 0, 0, 36, 31, 30, 32, 0, 0, 35, 0, 36, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 81.31, 6, drogue, -8.83, 63564.00, 3763.48, 2433.68, -27.35, 33.5, 1.44, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.13, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9464625,-106.9172840, 3990.0, 2022, 6, 24, 15, 18, 38, 946, 2763, 325, 70, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 39, 0, 0, 0, 0, 36, 31, 30, 32, 0, 0, 35, 0, 36, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 81.41, 6, drogue, -13.73, 63624.00, 3756.20, 2426.40, -27.53, 33.5, 1.44, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.13, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9464625,-106.9172840, 3990.0, 2022, 6, 24, 15, 18, 38, 946, 2763, 325, 70, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 39, 0, 0, 0, 0, 36, 31, 30, 32, 0, 0, 35, 0, 36, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 81.51, 6, drogue, -13.24, 63641.00, 3754.14, 2424.34, -27.67, 33.5, 1.44, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.13, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9464625,-106.9172840, 3990.0, 2022, 6, 24, 15, 18, 38, 946, 2763, 325, 70, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 39, 0, 0, 0, 0, 36, 31, 30, 32, 0, 0, 35, 0, 36, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 81.61, 6, drogue, -14.71, 63654.00, 3752.56, 2422.76, -27.77, 33.5, 1.44, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 23.13, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9464625,-106.9172840, 3990.0, 2022, 6, 24, 15, 18, 38, 946, 2763, 325, 70, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 39, 0, 0, 0, 0, 36, 31, 30, 32, 0, 0, 35, 0, 36, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 81.62, 6, drogue, -14.71, 63654.00, 3752.56, 2422.76, -27.77, 33.5, 1.44, 3.99, 3.99, 0.00, 0.00, 0.00, 64.15, 23.13, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464625,-106.9172840, 3990.0, 2022, 6, 24, 15, 18, 38, 946, 2763, 325, 70, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 39, 0, 0, 0, 0, 36, 31, 30, 32, 0, 0, 35, 0, 36, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 81.71, 6, drogue, -16.18, 63707.00, 3746.14, 2416.33, -27.82, 33.5, 1.44, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 23.13, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464625,-106.9172840, 3990.0, 2022, 6, 24, 15, 18, 38, 946, 2763, 325, 70, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 39, 0, 0, 0, 0, 36, 31, 30, 32, 0, 0, 35, 0, 36, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 81.81, 6, drogue, -10.79, 63746.00, 3741.41, 2411.61, -27.77, 33.5, 1.44, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 23.13, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464625,-106.9172840, 3990.0, 2022, 6, 24, 15, 18, 38, 946, 2763, 325, 70, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 39, 0, 0, 0, 0, 36, 31, 30, 32, 0, 0, 35, 0, 36, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 81.91, 6, drogue, -13.73, 63703.00, 3746.62, 2416.82, -27.64, 33.5, 1.44, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 23.13, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464625,-106.9172840, 3990.0, 2022, 6, 24, 15, 18, 38, 946, 2763, 325, 70, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 39, 0, 0, 0, 0, 36, 31, 30, 32, 0, 0, 35, 0, 36, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 81.94, 6, drogue, -13.73, 63703.00, 3746.62, 2416.82, -27.64, 33.5, 1.43, 3.98, 3.99, 0.03, 0.00, 0.00, 64.21, 23.13, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464625,-106.9172840, 3990.0, 2022, 6, 24, 15, 18, 38, 946, 2763, 325, 70, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 39, 0, 0, 0, 0, 36, 31, 30, 32, 0, 0, 35, 0, 36, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 82.01, 6, drogue, -10.30, 63686.00, 3748.68, 2418.88, -27.55, 33.5, 1.43, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 23.07, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464625,-106.9172840, 3990.0, 2022, 6, 24, 15, 18, 38, 946, 2763, 325, 70, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 39, 0, 0, 0, 0, 36, 31, 30, 32, 0, 0, 35, 0, 36, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 82.11, 6, drogue, -10.30, 63685.00, 3748.80, 2419.00, -27.50, 33.5, 1.43, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 23.07, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464625,-106.9172840, 3990.0, 2022, 6, 24, 15, 18, 38, 946, 2763, 325, 70, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 39, 0, 0, 0, 0, 36, 31, 30, 32, 0, 0, 35, 0, 36, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 82.21, 6, drogue, -8.83, 63706.00, 3746.26, 2416.46, -27.49, 33.5, 1.43, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 23.07, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464625,-106.9172840, 3990.0, 2022, 6, 24, 15, 18, 38, 946, 2763, 325, 70, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 39, 0, 0, 0, 0, 36, 31, 30, 32, 0, 0, 35, 0, 36, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 82.26, 6, drogue, -8.83, 63706.00, 3746.26, 2416.46, -27.49, 33.5, 1.43, 3.99, 3.99, 0.02, 0.00, 0.00, 64.15, 23.07, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9464625,-106.9172840, 3990.0, 2022, 6, 24, 15, 18, 38, 946, 2763, 325, 70, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 39, 0, 0, 0, 0, 36, 31, 30, 32, 0, 0, 35, 0, 36, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 82.31, 6, drogue, -6.86, 63734.00, 3742.86, 2413.06, -27.47, 33.5, 1.43, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9465084,-106.9172730, 3960.0, 2022, 6, 24, 15, 18, 39, 950, 2736, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 35, 0, 0, 0, 0, 32, 31, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 82.31, 6, drogue, -6.86, 63734.00, 3742.86, 2413.06, -27.47, 33.5, 1.43, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9465084,-106.9172730, 3960.0, 2022, 6, 24, 15, 18, 39, 950, 2736, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 35, 0, 0, 0, 0, 32, 31, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 82.31, 6, drogue, -6.86, 63734.00, 3742.86, 2413.06, -27.47, 33.5, 1.43, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9465084,-106.9172730, 3960.0, 2022, 6, 24, 15, 18, 39, 950, 2736, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 35, 0, 0, 0, 0, 32, 31, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 82.41, 6, drogue, -6.86, 63775.00, 3737.90, 2408.10, -27.34, 33.5, 1.43, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9465084,-106.9172730, 3960.0, 2022, 6, 24, 15, 18, 39, 950, 2736, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 35, 0, 0, 0, 0, 32, 31, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 82.51, 6, drogue, -7.85, 63866.00, 3726.88, 2397.08, -27.19, 33.5, 1.43, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9465084,-106.9172730, 3960.0, 2022, 6, 24, 15, 18, 39, 950, 2736, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 35, 0, 0, 0, 0, 32, 31, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 82.58, 6, drogue, -7.85, 63866.00, 3726.88, 2397.08, -27.19, 33.5, 1.43, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.03, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9465084,-106.9172730, 3960.0, 2022, 6, 24, 15, 18, 39, 950, 2736, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 35, 0, 0, 0, 0, 32, 31, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 82.61, 6, drogue, -12.75, 63914.00, 3721.08, 2391.28, -27.01, 33.5, 1.43, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.03, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9465084,-106.9172730, 3960.0, 2022, 6, 24, 15, 18, 39, 950, 2736, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 35, 0, 0, 0, 0, 32, 31, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 82.71, 6, drogue, -14.71, 63924.00, 3719.87, 2390.07, -26.73, 33.5, 1.43, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.03, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9465084,-106.9172730, 3960.0, 2022, 6, 24, 15, 18, 39, 950, 2736, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 35, 0, 0, 0, 0, 32, 31, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 82.81, 6, drogue, -13.73, 63929.00, 3719.27, 2389.46, -26.44, 33.5, 1.43, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.03, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9465084,-106.9172730, 3960.0, 2022, 6, 24, 15, 18, 39, 950, 2736, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 35, 0, 0, 0, 0, 32, 31, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 82.90, 6, drogue, -13.73, 63929.00, 3719.27, 2389.46, -26.44, 33.5, 1.42, 3.98, 4.00, 0.00, 0.00, 0.00, 64.21, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9465084,-106.9172730, 3960.0, 2022, 6, 24, 15, 18, 39, 950, 2736, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 35, 0, 0, 0, 0, 32, 31, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 82.91, 6, drogue, -12.75, 63968.00, 3714.55, 2384.75, -26.23, 33.5, 1.42, 3.98, 4.00, 0.02, 0.00, 0.00, 64.03, 22.89, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9465084,-106.9172730, 3960.0, 2022, 6, 24, 15, 18, 39, 950, 2736, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 35, 0, 0, 0, 0, 32, 31, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 83.01, 6, drogue, -6.37, 63967.00, 3714.67, 2384.87, -26.07, 33.5, 1.42, 3.98, 4.00, 0.02, 0.00, 0.00, 64.03, 22.89, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9465084,-106.9172730, 3960.0, 2022, 6, 24, 15, 18, 39, 950, 2736, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 35, 0, 0, 0, 0, 32, 31, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 83.11, 6, drogue, -6.37, 63964.00, 3715.04, 2385.24, -25.92, 33.5, 1.42, 3.98, 4.00, 0.02, 0.00, 0.00, 64.03, 22.89, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9465084,-106.9172730, 3960.0, 2022, 6, 24, 15, 18, 39, 950, 2736, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 35, 0, 0, 0, 0, 32, 31, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 83.21, 6, drogue, -7.35, 63917.00, 3720.72, 2390.92, -25.83, 33.5, 1.42, 3.98, 4.00, 0.02, 0.00, 0.00, 64.03, 22.89, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9465084,-106.9172730, 3960.0, 2022, 6, 24, 15, 18, 39, 950, 2736, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 35, 0, 0, 0, 0, 32, 31, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 83.22, 6, drogue, -7.35, 63917.00, 3720.72, 2390.92, -25.83, 33.5, 1.43, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 22.89, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9465084,-106.9172730, 3960.0, 2022, 6, 24, 15, 18, 39, 950, 2736, 325, 70, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 35, 0, 0, 0, 0, 32, 31, 30, 35, 0, 0, 37, 0, 36, 26, 0, 0, 0, 27, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 83.31, 6, drogue, -3.43, 63961.00, 3715.40, 2385.60, -25.76, 33.5, 1.43, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9465624,-106.9172535, 3929.0, 2022, 6, 24, 15, 18, 40, 954, 2709, 325, 69, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 37, 0, 0, 0, 0, 28, 32, 30, 37, 0, 0, 37, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 83.31, 6, drogue, -3.43, 63961.00, 3715.40, 2385.60, -25.76, 33.5, 1.43, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9465624,-106.9172535, 3929.0, 2022, 6, 24, 15, 18, 40, 954, 2709, 325, 69, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 37, 0, 0, 0, 0, 28, 32, 30, 37, 0, 0, 37, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 83.31, 6, drogue, -3.43, 63961.00, 3715.40, 2385.60, -25.76, 33.5, 1.43, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9465624,-106.9172535, 3929.0, 2022, 6, 24, 15, 18, 40, 954, 2709, 325, 69, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 37, 0, 0, 0, 0, 28, 32, 30, 37, 0, 0, 37, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 83.41, 6, drogue, 9.32, 64057.00, 3703.81, 2374.01, -25.78, 33.5, 1.43, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9465624,-106.9172535, 3929.0, 2022, 6, 24, 15, 18, 40, 954, 2709, 325, 69, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 37, 0, 0, 0, 0, 28, 32, 30, 37, 0, 0, 37, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 83.51, 6, drogue, 21.08, 64087.00, 3700.19, 2370.39, -25.85, 33.4, 1.43, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9465624,-106.9172535, 3929.0, 2022, 6, 24, 15, 18, 40, 954, 2709, 325, 69, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 37, 0, 0, 0, 0, 28, 32, 30, 37, 0, 0, 37, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 83.54, 6, drogue, 21.08, 64087.00, 3700.19, 2370.39, -25.85, 33.4, 1.42, 3.96, 3.98, 0.02, 0.00, 0.00, 64.15, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9465624,-106.9172535, 3929.0, 2022, 6, 24, 15, 18, 40, 954, 2709, 325, 69, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 37, 0, 0, 0, 0, 28, 32, 30, 37, 0, 0, 37, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 83.61, 6, drogue, 1.96, 64071.00, 3702.12, 2372.32, -25.98, 33.5, 1.42, 3.96, 3.98, 0.01, 0.00, 0.00, 63.78, 22.83, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9465624,-106.9172535, 3929.0, 2022, 6, 24, 15, 18, 40, 954, 2709, 325, 69, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 37, 0, 0, 0, 0, 28, 32, 30, 37, 0, 0, 37, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 83.71, 6, drogue, -11.28, 64088.00, 3700.07, 2370.27, -26.19, 33.4, 1.42, 3.96, 3.98, 0.01, 0.00, 0.00, 63.78, 22.83, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9465624,-106.9172535, 3929.0, 2022, 6, 24, 15, 18, 40, 954, 2709, 325, 69, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 37, 0, 0, 0, 0, 28, 32, 30, 37, 0, 0, 37, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 83.81, 6, drogue, -7.35, 64040.00, 3705.86, 2376.06, -26.48, 33.5, 1.42, 3.96, 3.98, 0.01, 0.00, 0.00, 63.78, 22.83, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9465624,-106.9172535, 3929.0, 2022, 6, 24, 15, 18, 40, 954, 2709, 325, 69, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 37, 0, 0, 0, 0, 28, 32, 30, 37, 0, 0, 37, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 83.86, 6, drogue, -7.35, 64040.00, 3705.86, 2376.06, -26.48, 33.5, 1.42, 3.96, 3.97, 0.01, 0.00, 0.00, 63.78, 22.83, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9465624,-106.9172535, 3929.0, 2022, 6, 24, 15, 18, 40, 954, 2709, 325, 69, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 37, 0, 0, 0, 0, 28, 32, 30, 37, 0, 0, 37, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 83.91, 6, drogue, 0.49, 64070.00, 3702.24, 2372.44, -26.81, 33.4, 1.42, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 22.89, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9465624,-106.9172535, 3929.0, 2022, 6, 24, 15, 18, 40, 954, 2709, 325, 69, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 37, 0, 0, 0, 0, 28, 32, 30, 37, 0, 0, 37, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 84.01, 6, drogue, -6.86, 64197.00, 3686.93, 2357.13, -27.19, 33.5, 1.42, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 22.89, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9465624,-106.9172535, 3929.0, 2022, 6, 24, 15, 18, 40, 954, 2709, 325, 69, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 37, 0, 0, 0, 0, 28, 32, 30, 37, 0, 0, 37, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 84.11, 6, drogue, -16.18, 64282.00, 3676.69, 2346.89, -27.63, 33.5, 1.42, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 22.89, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9465624,-106.9172535, 3929.0, 2022, 6, 24, 15, 18, 40, 954, 2709, 325, 69, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 37, 0, 0, 0, 0, 28, 32, 30, 37, 0, 0, 37, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 84.18, 6, drogue, -16.18, 64282.00, 3676.69, 2346.89, -27.63, 33.5, 1.41, 3.98, 3.99, 0.00, 0.00, 0.00, 63.78, 22.89, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9465624,-106.9172535, 3929.0, 2022, 6, 24, 15, 18, 40, 954, 2709, 325, 69, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 37, 0, 0, 0, 0, 28, 32, 30, 37, 0, 0, 37, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 84.21, 6, drogue, -17.16, 64312.00, 3673.09, 2343.28, -28.17, 33.4, 1.41, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9465624,-106.9172535, 3929.0, 2022, 6, 24, 15, 18, 40, 954, 2709, 325, 69, 1.4, 0.8, 1.1, 0, 32, 30, 0, 0, 37, 0, 0, 0, 0, 28, 32, 30, 37, 0, 0, 37, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 84.31, 6, drogue, -16.18, 64281.00, 3676.81, 2347.01, -28.78, 33.5, 1.41, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9466186,-106.9172188, 3900.0, 2022, 6, 24, 15, 18, 41, 957, 2683, 326, 69, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 36, 0, 0, 0, 0, 33, 36, 29, 35, 0, 0, 30, 0, 23, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 84.31, 6, drogue, -16.18, 64281.00, 3676.81, 2347.01, -28.78, 33.5, 1.41, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9466186,-106.9172188, 3900.0, 2022, 6, 24, 15, 18, 41, 957, 2683, 326, 69, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 36, 0, 0, 0, 0, 33, 36, 29, 35, 0, 0, 30, 0, 23, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 84.31, 6, drogue, -16.18, 64281.00, 3676.81, 2347.01, -28.78, 33.5, 1.41, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9466186,-106.9172188, 3900.0, 2022, 6, 24, 15, 18, 41, 957, 2683, 326, 69, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 36, 0, 0, 0, 0, 33, 36, 29, 35, 0, 0, 30, 0, 23, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 84.41, 6, drogue, -4.90, 64175.00, 3689.58, 2359.78, -29.45, 33.4, 1.41, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9466186,-106.9172188, 3900.0, 2022, 6, 24, 15, 18, 41, 957, 2683, 326, 69, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 36, 0, 0, 0, 0, 33, 36, 29, 35, 0, 0, 30, 0, 23, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 84.50, 6, drogue, -4.90, 64175.00, 3689.58, 2359.78, -29.45, 33.4, 1.43, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9466186,-106.9172188, 3900.0, 2022, 6, 24, 15, 18, 41, 957, 2683, 326, 69, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 36, 0, 0, 0, 0, 33, 36, 29, 35, 0, 0, 30, 0, 23, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 84.51, 6, drogue, -11.28, 64204.00, 3686.08, 2356.28, -30.16, 33.4, 1.43, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 22.95, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9466186,-106.9172188, 3900.0, 2022, 6, 24, 15, 18, 41, 957, 2683, 326, 69, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 36, 0, 0, 0, 0, 33, 36, 29, 35, 0, 0, 30, 0, 23, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 84.61, 6, drogue, -13.24, 64227.00, 3683.31, 2353.51, -30.86, 33.4, 1.43, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 22.95, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9466186,-106.9172188, 3900.0, 2022, 6, 24, 15, 18, 41, 957, 2683, 326, 69, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 36, 0, 0, 0, 0, 33, 36, 29, 35, 0, 0, 30, 0, 23, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 84.71, 6, drogue, -9.32, 64222.00, 3683.92, 2354.12, -31.53, 33.4, 1.43, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 22.95, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9466186,-106.9172188, 3900.0, 2022, 6, 24, 15, 18, 41, 957, 2683, 326, 69, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 36, 0, 0, 0, 0, 33, 36, 29, 35, 0, 0, 30, 0, 23, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 84.81, 6, drogue, -5.39, 64242.00, 3681.51, 2351.71, -32.13, 33.4, 1.43, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 22.95, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9466186,-106.9172188, 3900.0, 2022, 6, 24, 15, 18, 41, 957, 2683, 326, 69, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 36, 0, 0, 0, 0, 33, 36, 29, 35, 0, 0, 30, 0, 23, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 84.82, 6, drogue, -5.39, 64242.00, 3681.51, 2351.71, -32.13, 33.4, 1.41, 3.99, 3.98, 0.03, 0.00, 0.00, 64.15, 22.95, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9466186,-106.9172188, 3900.0, 2022, 6, 24, 15, 18, 41, 957, 2683, 326, 69, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 36, 0, 0, 0, 0, 33, 36, 29, 35, 0, 0, 30, 0, 23, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 84.91, 6, drogue, -2.94, 64375.00, 3665.51, 2335.71, -32.68, 33.4, 1.41, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9466186,-106.9172188, 3900.0, 2022, 6, 24, 15, 18, 41, 957, 2683, 326, 69, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 36, 0, 0, 0, 0, 33, 36, 29, 35, 0, 0, 30, 0, 23, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 85.01, 6, drogue, -8.83, 64402.00, 3662.27, 2332.47, -33.14, 33.4, 1.41, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9466186,-106.9172188, 3900.0, 2022, 6, 24, 15, 18, 41, 957, 2683, 326, 69, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 36, 0, 0, 0, 0, 33, 36, 29, 35, 0, 0, 30, 0, 23, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 85.11, 6, drogue, -12.26, 64418.00, 3660.34, 2330.54, -33.50, 33.4, 1.41, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9466186,-106.9172188, 3900.0, 2022, 6, 24, 15, 18, 41, 957, 2683, 326, 69, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 36, 0, 0, 0, 0, 33, 36, 29, 35, 0, 0, 30, 0, 23, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 85.14, 6, drogue, -12.26, 64418.00, 3660.34, 2330.54, -33.50, 33.4, 1.41, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9466186,-106.9172188, 3900.0, 2022, 6, 24, 15, 18, 41, 957, 2683, 326, 69, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 36, 0, 0, 0, 0, 33, 36, 29, 35, 0, 0, 30, 0, 23, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 85.21, 6, drogue, -13.24, 64469.00, 3654.22, 2324.42, -33.69, 33.4, 1.41, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9466186,-106.9172188, 3900.0, 2022, 6, 24, 15, 18, 41, 957, 2683, 326, 69, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 36, 0, 0, 0, 0, 33, 36, 29, 35, 0, 0, 30, 0, 23, 31, 0, 0, 0, 30, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 85.31, 6, drogue, -16.67, 64468.00, 3654.34, 2324.54, -33.79, 33.4, 1.41, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9466783,-106.9171662, 3873.0, 2022, 6, 24, 15, 18, 42, 960, 2658, 326, 69, 1.4, 0.8, 1.1, 0, 33, 18, 0, 0, 33, 0, 0, 0, 0, 34, 35, 33, 34, 0, 0, 34, 0, 33, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 85.31, 6, drogue, -16.67, 64468.00, 3654.34, 2324.54, -33.79, 33.4, 1.41, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9466783,-106.9171662, 3873.0, 2022, 6, 24, 15, 18, 42, 960, 2658, 326, 69, 1.4, 0.8, 1.1, 0, 33, 18, 0, 0, 33, 0, 0, 0, 0, 34, 35, 33, 34, 0, 0, 34, 0, 33, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 85.31, 6, drogue, -16.67, 64468.00, 3654.34, 2324.54, -33.79, 33.4, 1.41, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9466783,-106.9171662, 3873.0, 2022, 6, 24, 15, 18, 42, 960, 2658, 326, 69, 1.4, 0.8, 1.1, 0, 33, 18, 0, 0, 33, 0, 0, 0, 0, 34, 35, 33, 34, 0, 0, 34, 0, 33, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 85.41, 6, drogue, -17.16, 64560.00, 3643.30, 2313.50, -33.80, 33.4, 1.41, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9466783,-106.9171662, 3873.0, 2022, 6, 24, 15, 18, 42, 960, 2658, 326, 69, 1.4, 0.8, 1.1, 0, 33, 18, 0, 0, 33, 0, 0, 0, 0, 34, 35, 33, 34, 0, 0, 34, 0, 33, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 85.46, 6, drogue, -17.16, 64560.00, 3643.30, 2313.50, -33.80, 33.4, 1.41, 3.98, 3.99, 0.02, 0.00, 0.00, 64.21, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9466783,-106.9171662, 3873.0, 2022, 6, 24, 15, 18, 42, 960, 2658, 326, 69, 1.4, 0.8, 1.1, 0, 33, 18, 0, 0, 33, 0, 0, 0, 0, 34, 35, 33, 34, 0, 0, 34, 0, 33, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 85.51, 6, drogue, -16.18, 64591.00, 3639.59, 2309.78, -33.71, 33.4, 1.41, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9466783,-106.9171662, 3873.0, 2022, 6, 24, 15, 18, 42, 960, 2658, 326, 69, 1.4, 0.8, 1.1, 0, 33, 18, 0, 0, 33, 0, 0, 0, 0, 34, 35, 33, 34, 0, 0, 34, 0, 33, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 85.61, 6, drogue, -16.18, 64626.00, 3635.39, 2305.59, -33.50, 33.4, 1.41, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9466783,-106.9171662, 3873.0, 2022, 6, 24, 15, 18, 42, 960, 2658, 326, 69, 1.4, 0.8, 1.1, 0, 33, 18, 0, 0, 33, 0, 0, 0, 0, 34, 35, 33, 34, 0, 0, 34, 0, 33, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 85.71, 6, drogue, -20.10, 64629.00, 3635.03, 2305.23, -33.20, 33.4, 1.41, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9466783,-106.9171662, 3873.0, 2022, 6, 24, 15, 18, 42, 960, 2658, 326, 69, 1.4, 0.8, 1.1, 0, 33, 18, 0, 0, 33, 0, 0, 0, 0, 34, 35, 33, 34, 0, 0, 34, 0, 33, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 85.78, 6, drogue, -20.10, 64629.00, 3635.03, 2305.23, -33.20, 33.4, 1.41, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9466783,-106.9171662, 3873.0, 2022, 6, 24, 15, 18, 42, 960, 2658, 326, 69, 1.4, 0.8, 1.1, 0, 33, 18, 0, 0, 33, 0, 0, 0, 0, 34, 35, 33, 34, 0, 0, 34, 0, 33, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 85.81, 6, drogue, -16.67, 64671.00, 3630.00, 2300.20, -32.78, 33.4, 1.41, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9466783,-106.9171662, 3873.0, 2022, 6, 24, 15, 18, 42, 960, 2658, 326, 69, 1.4, 0.8, 1.1, 0, 33, 18, 0, 0, 33, 0, 0, 0, 0, 34, 35, 33, 34, 0, 0, 34, 0, 33, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 85.91, 6, drogue, -21.08, 64694.00, 3627.25, 2297.45, -32.30, 33.4, 1.41, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9466783,-106.9171662, 3873.0, 2022, 6, 24, 15, 18, 42, 960, 2658, 326, 69, 1.4, 0.8, 1.1, 0, 33, 18, 0, 0, 33, 0, 0, 0, 0, 34, 35, 33, 34, 0, 0, 34, 0, 33, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 86.01, 6, drogue, -18.14, 64688.00, 3627.97, 2298.16, -31.82, 33.4, 1.41, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9466783,-106.9171662, 3873.0, 2022, 6, 24, 15, 18, 42, 960, 2658, 326, 69, 1.4, 0.8, 1.1, 0, 33, 18, 0, 0, 33, 0, 0, 0, 0, 34, 35, 33, 34, 0, 0, 34, 0, 33, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 86.10, 6, drogue, -18.14, 64688.00, 3627.97, 2298.16, -31.82, 33.4, 1.39, 3.99, 3.99, 0.02, 0.00, 0.00, 64.15, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9466783,-106.9171662, 3873.0, 2022, 6, 24, 15, 18, 42, 960, 2658, 326, 69, 1.4, 0.8, 1.1, 0, 33, 18, 0, 0, 33, 0, 0, 0, 0, 34, 35, 33, 34, 0, 0, 34, 0, 33, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 86.11, 6, drogue, -21.08, 64701.00, 3626.41, 2296.61, -31.29, 33.4, 1.39, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9466783,-106.9171662, 3873.0, 2022, 6, 24, 15, 18, 42, 960, 2658, 326, 69, 1.4, 0.8, 1.1, 0, 33, 18, 0, 0, 33, 0, 0, 0, 0, 34, 35, 33, 34, 0, 0, 34, 0, 33, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 86.21, 6, drogue, -14.71, 64743.00, 3621.38, 2291.58, -30.63, 33.4, 1.39, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9466783,-106.9171662, 3873.0, 2022, 6, 24, 15, 18, 42, 960, 2658, 326, 69, 1.4, 0.8, 1.1, 0, 33, 18, 0, 0, 33, 0, 0, 0, 0, 34, 35, 33, 34, 0, 0, 34, 0, 33, 31, 0, 0, 0, 32, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 86.31, 6, drogue, -17.16, 64787.00, 3616.12, 2286.32, -29.90, 33.4, 1.39, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9467520,-106.9171122, 3845.0, 2022, 6, 24, 15, 18, 43, 964, 2634, 327, 69, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 32, 0, 0, 0, 0, 37, 36, 33, 33, 0, 0, 33, 0, 33, 31, 0, 0, 0, 37, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 86.31, 6, drogue, -17.16, 64787.00, 3616.12, 2286.32, -29.90, 33.4, 1.39, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9467520,-106.9171122, 3845.0, 2022, 6, 24, 15, 18, 43, 964, 2634, 327, 69, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 32, 0, 0, 0, 0, 37, 36, 33, 33, 0, 0, 33, 0, 33, 31, 0, 0, 0, 37, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 86.31, 6, drogue, -17.16, 64787.00, 3616.12, 2286.32, -29.90, 33.4, 1.39, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9467520,-106.9171122, 3845.0, 2022, 6, 24, 15, 18, 43, 964, 2634, 327, 69, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 32, 0, 0, 0, 0, 37, 36, 33, 33, 0, 0, 33, 0, 33, 31, 0, 0, 0, 37, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 86.41, 6, drogue, -16.18, 64795.00, 3615.16, 2285.36, -29.07, 33.4, 1.39, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9467520,-106.9171122, 3845.0, 2022, 6, 24, 15, 18, 43, 964, 2634, 327, 69, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 32, 0, 0, 0, 0, 37, 36, 33, 33, 0, 0, 33, 0, 33, 31, 0, 0, 0, 37, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 86.42, 6, drogue, -16.18, 64795.00, 3615.16, 2285.36, -29.07, 33.4, 1.39, 3.98, 3.99, 0.09, 0.00, 0.00, 64.21, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9467520,-106.9171122, 3845.0, 2022, 6, 24, 15, 18, 43, 964, 2634, 327, 69, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 32, 0, 0, 0, 0, 37, 36, 33, 33, 0, 0, 33, 0, 33, 31, 0, 0, 0, 37, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 86.51, 6, drogue, -20.10, 64808.00, 3613.61, 2283.81, -28.30, 33.4, 1.39, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9467520,-106.9171122, 3845.0, 2022, 6, 24, 15, 18, 43, 964, 2634, 327, 69, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 32, 0, 0, 0, 0, 37, 36, 33, 33, 0, 0, 33, 0, 33, 31, 0, 0, 0, 37, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 86.61, 6, drogue, -21.08, 64845.00, 3609.19, 2279.39, -27.57, 33.4, 1.39, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9467520,-106.9171122, 3845.0, 2022, 6, 24, 15, 18, 43, 964, 2634, 327, 69, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 32, 0, 0, 0, 0, 37, 36, 33, 33, 0, 0, 33, 0, 33, 31, 0, 0, 0, 37, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 86.71, 6, drogue, -21.08, 64878.00, 3605.25, 2275.45, -26.87, 33.4, 1.39, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9467520,-106.9171122, 3845.0, 2022, 6, 24, 15, 18, 43, 964, 2634, 327, 69, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 32, 0, 0, 0, 0, 37, 36, 33, 33, 0, 0, 33, 0, 33, 31, 0, 0, 0, 37, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 86.74, 6, drogue, -21.08, 64878.00, 3605.25, 2275.45, -26.87, 33.4, 1.39, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9467520,-106.9171122, 3845.0, 2022, 6, 24, 15, 18, 43, 964, 2634, 327, 69, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 32, 0, 0, 0, 0, 37, 36, 33, 33, 0, 0, 33, 0, 33, 31, 0, 0, 0, 37, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 86.81, 6, drogue, -19.61, 64913.00, 3601.07, 2271.27, -26.20, 33.4, 1.39, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9467520,-106.9171122, 3845.0, 2022, 6, 24, 15, 18, 43, 964, 2634, 327, 69, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 32, 0, 0, 0, 0, 37, 36, 33, 33, 0, 0, 33, 0, 33, 31, 0, 0, 0, 37, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 86.91, 6, drogue, -20.59, 64925.00, 3599.63, 2269.83, -25.65, 33.4, 1.39, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9467520,-106.9171122, 3845.0, 2022, 6, 24, 15, 18, 43, 964, 2634, 327, 69, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 32, 0, 0, 0, 0, 37, 36, 33, 33, 0, 0, 33, 0, 33, 31, 0, 0, 0, 37, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 87.01, 6, drogue, -18.14, 64963.00, 3595.10, 2265.30, -25.09, 33.4, 1.39, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9467520,-106.9171122, 3845.0, 2022, 6, 24, 15, 18, 43, 964, 2634, 327, 69, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 32, 0, 0, 0, 0, 37, 36, 33, 33, 0, 0, 33, 0, 33, 31, 0, 0, 0, 37, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 87.06, 6, drogue, -18.14, 64963.00, 3595.10, 2265.30, -25.09, 33.4, 1.40, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9467520,-106.9171122, 3845.0, 2022, 6, 24, 15, 18, 43, 964, 2634, 327, 69, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 32, 0, 0, 0, 0, 37, 36, 33, 33, 0, 0, 33, 0, 33, 31, 0, 0, 0, 37, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 87.11, 6, drogue, -16.18, 64978.00, 3593.31, 2263.51, -24.58, 33.4, 1.40, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9467520,-106.9171122, 3845.0, 2022, 6, 24, 15, 18, 43, 964, 2634, 327, 69, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 32, 0, 0, 0, 0, 37, 36, 33, 33, 0, 0, 33, 0, 33, 31, 0, 0, 0, 37, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 87.21, 6, drogue, -14.71, 64950.00, 3596.65, 2266.85, -24.14, 33.4, 1.40, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9467520,-106.9171122, 3845.0, 2022, 6, 24, 15, 18, 43, 964, 2634, 327, 69, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 32, 0, 0, 0, 0, 37, 36, 33, 33, 0, 0, 33, 0, 33, 31, 0, 0, 0, 37, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 87.31, 6, drogue, -13.24, 64967.00, 3594.62, 2264.82, -23.76, 33.4, 1.40, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9468341,-106.9170687, 3815.0, 2022, 6, 24, 15, 18, 44, 969, 2608, 327, 68, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 39, 0, 0, 0, 0, 36, 30, 33, 37, 0, 0, 31, 0, 33, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 87.31, 6, drogue, -13.24, 64967.00, 3594.62, 2264.82, -23.76, 33.4, 1.40, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9468341,-106.9170687, 3815.0, 2022, 6, 24, 15, 18, 44, 969, 2608, 327, 68, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 39, 0, 0, 0, 0, 36, 30, 33, 37, 0, 0, 31, 0, 33, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 87.31, 6, drogue, -13.24, 64967.00, 3594.62, 2264.82, -23.76, 33.4, 1.40, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9468341,-106.9170687, 3815.0, 2022, 6, 24, 15, 18, 44, 969, 2608, 327, 68, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 39, 0, 0, 0, 0, 36, 30, 33, 37, 0, 0, 31, 0, 33, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 87.38, 6, drogue, -13.24, 64967.00, 3594.62, 2264.82, -23.76, 33.4, 1.39, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9468341,-106.9170687, 3815.0, 2022, 6, 24, 15, 18, 44, 969, 2608, 327, 68, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 39, 0, 0, 0, 0, 36, 30, 33, 37, 0, 0, 31, 0, 33, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 87.41, 6, drogue, -18.63, 64961.00, 3595.34, 2265.54, -23.52, 33.4, 1.39, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9468341,-106.9170687, 3815.0, 2022, 6, 24, 15, 18, 44, 969, 2608, 327, 68, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 39, 0, 0, 0, 0, 36, 30, 33, 37, 0, 0, 31, 0, 33, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 87.51, 6, drogue, -16.67, 65035.00, 3586.51, 2256.71, -23.34, 33.4, 1.39, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9468341,-106.9170687, 3815.0, 2022, 6, 24, 15, 18, 44, 969, 2608, 327, 68, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 39, 0, 0, 0, 0, 36, 30, 33, 37, 0, 0, 31, 0, 33, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 87.61, 6, drogue, -16.67, 65084.00, 3580.67, 2250.87, -23.25, 33.4, 1.39, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9468341,-106.9170687, 3815.0, 2022, 6, 24, 15, 18, 44, 969, 2608, 327, 68, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 39, 0, 0, 0, 0, 36, 30, 33, 37, 0, 0, 31, 0, 33, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 87.70, 6, drogue, -16.67, 65084.00, 3580.67, 2250.87, -23.25, 33.4, 1.39, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9468341,-106.9170687, 3815.0, 2022, 6, 24, 15, 18, 44, 969, 2608, 327, 68, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 39, 0, 0, 0, 0, 36, 30, 33, 37, 0, 0, 31, 0, 33, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 87.71, 6, drogue, -18.14, 65128.00, 3575.43, 2245.63, -23.21, 33.4, 1.39, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9468341,-106.9170687, 3815.0, 2022, 6, 24, 15, 18, 44, 969, 2608, 327, 68, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 39, 0, 0, 0, 0, 36, 30, 33, 37, 0, 0, 31, 0, 33, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 87.81, 6, drogue, -16.67, 65131.00, 3575.08, 2245.28, -23.21, 33.4, 1.39, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9468341,-106.9170687, 3815.0, 2022, 6, 24, 15, 18, 44, 969, 2608, 327, 68, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 39, 0, 0, 0, 0, 36, 30, 33, 37, 0, 0, 31, 0, 33, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 87.91, 6, drogue, -18.63, 65142.00, 3573.77, 2243.97, -23.27, 33.4, 1.39, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9468341,-106.9170687, 3815.0, 2022, 6, 24, 15, 18, 44, 969, 2608, 327, 68, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 39, 0, 0, 0, 0, 36, 30, 33, 37, 0, 0, 31, 0, 33, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 88.01, 6, drogue, -17.16, 65140.00, 3574.01, 2244.21, -23.35, 33.4, 1.39, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9468341,-106.9170687, 3815.0, 2022, 6, 24, 15, 18, 44, 969, 2608, 327, 68, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 39, 0, 0, 0, 0, 36, 30, 33, 37, 0, 0, 31, 0, 33, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 88.02, 6, drogue, -17.16, 65140.00, 3574.01, 2244.21, -23.35, 33.4, 1.38, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9468341,-106.9170687, 3815.0, 2022, 6, 24, 15, 18, 44, 969, 2608, 327, 68, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 39, 0, 0, 0, 0, 36, 30, 33, 37, 0, 0, 31, 0, 33, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 88.11, 6, drogue, -19.61, 65127.00, 3575.55, 2245.75, -23.51, 33.4, 1.38, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 22.28, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9468341,-106.9170687, 3815.0, 2022, 6, 24, 15, 18, 44, 969, 2608, 327, 68, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 39, 0, 0, 0, 0, 36, 30, 33, 37, 0, 0, 31, 0, 33, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 88.21, 6, drogue, -15.69, 65076.00, 3581.63, 2251.83, -23.72, 33.4, 1.38, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 22.28, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9468341,-106.9170687, 3815.0, 2022, 6, 24, 15, 18, 44, 969, 2608, 327, 68, 1.4, 0.8, 1.1, 0, 39, 28, 0, 0, 39, 0, 0, 0, 0, 36, 30, 33, 37, 0, 0, 31, 0, 33, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 88.31, 6, drogue, -14.71, 65141.00, 3573.89, 2244.09, -24.00, 33.4, 1.38, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 22.28, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9469039,-106.9170217, 3786.0, 2022, 6, 24, 15, 18, 45, 974, 2583, 328, 68, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 36, 31, 33, 0, 0, 30, 0, 29, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 88.31, 6, drogue, -14.71, 65141.00, 3573.89, 2244.09, -24.00, 33.4, 1.38, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 22.28, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9469039,-106.9170217, 3786.0, 2022, 6, 24, 15, 18, 45, 974, 2583, 328, 68, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 36, 31, 33, 0, 0, 30, 0, 29, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 88.31, 6, drogue, -14.71, 65141.00, 3573.89, 2244.09, -24.00, 33.4, 1.38, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 22.28, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9469039,-106.9170217, 3786.0, 2022, 6, 24, 15, 18, 45, 974, 2583, 328, 68, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 36, 31, 33, 0, 0, 30, 0, 29, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 88.34, 6, drogue, -14.71, 65141.00, 3573.89, 2244.09, -24.00, 33.4, 1.39, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 22.28, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.04, 1, 1, 11, 32.9469039,-106.9170217, 3786.0, 2022, 6, 24, 15, 18, 45, 974, 2583, 328, 68, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 36, 31, 33, 0, 0, 30, 0, 29, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 88.41, 6, drogue, -14.71, 65162.00, 3571.39, 2241.59, -24.28, 33.4, 1.39, 3.98, 3.98, 0.00, 0.00, 0.05, 64.09, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.04, 1, 1, 11, 32.9469039,-106.9170217, 3786.0, 2022, 6, 24, 15, 18, 45, 974, 2583, 328, 68, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 36, 31, 33, 0, 0, 30, 0, 29, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 88.51, 6, drogue, -9.81, 65215.00, 3565.08, 2235.28, -24.58, 33.4, 1.39, 3.98, 3.98, 0.00, 0.00, 0.05, 64.09, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.04, 1, 1, 11, 32.9469039,-106.9170217, 3786.0, 2022, 6, 24, 15, 18, 45, 974, 2583, 328, 68, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 36, 31, 33, 0, 0, 30, 0, 29, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 88.61, 6, drogue, -10.30, 65249.00, 3561.04, 2231.24, -24.89, 33.4, 1.39, 3.98, 3.98, 0.00, 0.00, 0.05, 64.09, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.04, 1, 1, 11, 32.9469039,-106.9170217, 3786.0, 2022, 6, 24, 15, 18, 45, 974, 2583, 328, 68, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 36, 31, 33, 0, 0, 30, 0, 29, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 88.66, 6, drogue, -10.30, 65249.00, 3561.04, 2231.24, -24.89, 33.4, 1.38, 3.98, 3.98, 0.00, 0.00, 0.05, 64.09, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9469039,-106.9170217, 3786.0, 2022, 6, 24, 15, 18, 45, 974, 2583, 328, 68, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 36, 31, 33, 0, 0, 30, 0, 29, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 88.71, 6, drogue, -15.20, 65271.00, 3558.42, 2228.62, -25.21, 33.4, 1.38, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 22.28, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9469039,-106.9170217, 3786.0, 2022, 6, 24, 15, 18, 45, 974, 2583, 328, 68, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 36, 31, 33, 0, 0, 30, 0, 29, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 88.81, 6, drogue, -14.22, 65264.00, 3559.26, 2229.46, -25.52, 33.4, 1.38, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 22.28, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9469039,-106.9170217, 3786.0, 2022, 6, 24, 15, 18, 45, 974, 2583, 328, 68, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 36, 31, 33, 0, 0, 30, 0, 29, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 88.91, 6, drogue, -19.12, 65285.00, 3556.76, 2226.96, -25.80, 33.4, 1.38, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 22.28, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9469039,-106.9170217, 3786.0, 2022, 6, 24, 15, 18, 45, 974, 2583, 328, 68, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 36, 31, 33, 0, 0, 30, 0, 29, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 88.98, 6, drogue, -19.12, 65285.00, 3556.76, 2226.96, -25.80, 33.4, 1.39, 3.97, 3.97, 0.00, 0.00, 0.00, 64.09, 22.28, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9469039,-106.9170217, 3786.0, 2022, 6, 24, 15, 18, 45, 974, 2583, 328, 68, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 36, 31, 33, 0, 0, 30, 0, 29, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 89.01, 6, drogue, -18.14, 65266.00, 3559.02, 2229.22, -26.05, 33.4, 1.39, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 22.34, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9469039,-106.9170217, 3786.0, 2022, 6, 24, 15, 18, 45, 974, 2583, 328, 68, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 36, 31, 33, 0, 0, 30, 0, 29, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 89.11, 6, drogue, -18.63, 65337.00, 3550.58, 2220.78, -26.25, 33.4, 1.39, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 22.34, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9469039,-106.9170217, 3786.0, 2022, 6, 24, 15, 18, 45, 974, 2583, 328, 68, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 36, 31, 33, 0, 0, 30, 0, 29, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 89.21, 6, drogue, -20.10, 65376.00, 3545.95, 2216.15, -26.35, 33.4, 1.39, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 22.34, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9469039,-106.9170217, 3786.0, 2022, 6, 24, 15, 18, 45, 974, 2583, 328, 68, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 36, 31, 33, 0, 0, 30, 0, 29, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 89.30, 6, drogue, -20.10, 65376.00, 3545.95, 2216.15, -26.35, 33.4, 1.38, 3.98, 3.99, 0.00, 0.00, 0.00, 63.91, 22.34, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9469039,-106.9170217, 3786.0, 2022, 6, 24, 15, 18, 45, 974, 2583, 328, 68, 1.4, 0.8, 1.1, 0, 38, 29, 0, 0, 36, 0, 0, 0, 0, 38, 36, 31, 33, 0, 0, 30, 0, 29, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 89.31, 6, drogue, -22.06, 65439.00, 3538.48, 2208.68, -26.40, 33.4, 1.38, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9469642,-106.9169705, 3756.0, 2022, 6, 24, 15, 18, 46, 977, 2556, 328, 68, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 30, 34, 0, 0, 32, 0, 33, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 89.31, 6, drogue, -22.06, 65439.00, 3538.48, 2208.68, -26.40, 33.4, 1.38, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9469642,-106.9169705, 3756.0, 2022, 6, 24, 15, 18, 46, 977, 2556, 328, 68, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 30, 34, 0, 0, 32, 0, 33, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 89.31, 6, drogue, -22.06, 65439.00, 3538.48, 2208.68, -26.40, 33.4, 1.38, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9469642,-106.9169705, 3756.0, 2022, 6, 24, 15, 18, 46, 977, 2556, 328, 68, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 30, 34, 0, 0, 32, 0, 33, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 89.41, 6, drogue, -20.10, 65487.00, 3532.79, 2202.99, -26.35, 33.4, 1.38, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9469642,-106.9169705, 3756.0, 2022, 6, 24, 15, 18, 46, 977, 2556, 328, 68, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 30, 34, 0, 0, 32, 0, 33, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 89.51, 6, drogue, -23.05, 65497.00, 3531.60, 2201.80, -26.24, 33.4, 1.38, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9469642,-106.9169705, 3756.0, 2022, 6, 24, 15, 18, 46, 977, 2556, 328, 68, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 30, 34, 0, 0, 32, 0, 33, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 89.61, 6, drogue, -20.10, 65515.00, 3529.47, 2199.67, -26.07, 33.4, 1.38, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9469642,-106.9169705, 3756.0, 2022, 6, 24, 15, 18, 46, 977, 2556, 328, 68, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 30, 34, 0, 0, 32, 0, 33, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 89.62, 6, drogue, -20.10, 65515.00, 3529.47, 2199.67, -26.07, 33.4, 1.38, 3.99, 3.98, 0.03, 0.00, 0.00, 64.09, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9469642,-106.9169705, 3756.0, 2022, 6, 24, 15, 18, 46, 977, 2556, 328, 68, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 30, 34, 0, 0, 32, 0, 33, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 89.71, 6, drogue, -22.56, 65519.00, 3528.99, 2199.19, -25.90, 33.4, 1.38, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9469642,-106.9169705, 3756.0, 2022, 6, 24, 15, 18, 46, 977, 2556, 328, 68, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 30, 34, 0, 0, 32, 0, 33, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 89.81, 6, drogue, -20.10, 65466.00, 3535.28, 2205.48, -25.65, 33.4, 1.38, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9469642,-106.9169705, 3756.0, 2022, 6, 24, 15, 18, 46, 977, 2556, 328, 68, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 30, 34, 0, 0, 32, 0, 33, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 89.91, 6, drogue, -17.65, 65491.00, 3532.31, 2202.51, -25.40, 33.4, 1.38, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9469642,-106.9169705, 3756.0, 2022, 6, 24, 15, 18, 46, 977, 2556, 328, 68, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 30, 34, 0, 0, 32, 0, 33, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 89.94, 6, drogue, -17.65, 65491.00, 3532.31, 2202.51, -25.40, 33.4, 1.38, 3.98, 3.98, 0.00, 0.00, 0.00, 64.21, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9469642,-106.9169705, 3756.0, 2022, 6, 24, 15, 18, 46, 977, 2556, 328, 68, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 30, 34, 0, 0, 32, 0, 33, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 90.01, 6, drogue, -18.63, 65502.00, 3531.01, 2201.21, -25.08, 33.4, 1.38, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9469642,-106.9169705, 3756.0, 2022, 6, 24, 15, 18, 46, 977, 2556, 328, 68, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 30, 34, 0, 0, 32, 0, 33, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 90.11, 6, drogue, -18.63, 65574.00, 3522.48, 2192.68, -24.74, 33.3, 1.38, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9469642,-106.9169705, 3756.0, 2022, 6, 24, 15, 18, 46, 977, 2556, 328, 68, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 30, 34, 0, 0, 32, 0, 33, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 90.21, 6, drogue, -17.16, 65568.00, 3523.19, 2193.39, -24.39, 33.4, 1.38, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.03, 0.00, 1, 1, 11, 32.9469642,-106.9169705, 3756.0, 2022, 6, 24, 15, 18, 46, 977, 2556, 328, 68, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 30, 34, 0, 0, 32, 0, 33, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 90.26, 6, drogue, -17.16, 65568.00, 3523.19, 2193.39, -24.39, 33.4, 1.38, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9469642,-106.9169705, 3756.0, 2022, 6, 24, 15, 18, 46, 977, 2556, 328, 68, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 36, 0, 0, 0, 0, 38, 30, 30, 34, 0, 0, 32, 0, 33, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 90.31, 6, drogue, -16.67, 65621.00, 3516.92, 2187.12, -24.14, 33.4, 1.38, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9470232,-106.9169446, 3728.0, 2022, 6, 24, 15, 18, 47, 981, 2532, 328, 67, 1.4, 0.8, 1.1, 0, 39, 29, 0, 0, 37, 0, 0, 0, 0, 39, 31, 34, 32, 0, 0, 32, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 90.31, 6, drogue, -16.67, 65621.00, 3516.92, 2187.12, -24.14, 33.4, 1.38, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9470232,-106.9169446, 3728.0, 2022, 6, 24, 15, 18, 47, 981, 2532, 328, 67, 1.4, 0.8, 1.1, 0, 39, 29, 0, 0, 37, 0, 0, 0, 0, 39, 31, 34, 32, 0, 0, 32, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 90.31, 6, drogue, -16.67, 65621.00, 3516.92, 2187.12, -24.14, 33.4, 1.38, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9470232,-106.9169446, 3728.0, 2022, 6, 24, 15, 18, 47, 981, 2532, 328, 67, 1.4, 0.8, 1.1, 0, 39, 29, 0, 0, 37, 0, 0, 0, 0, 39, 31, 34, 32, 0, 0, 32, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 90.41, 6, drogue, -15.69, 65632.00, 3515.61, 2185.81, -24.02, 33.3, 1.38, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9470232,-106.9169446, 3728.0, 2022, 6, 24, 15, 18, 47, 981, 2532, 328, 67, 1.4, 0.8, 1.1, 0, 39, 29, 0, 0, 37, 0, 0, 0, 0, 39, 31, 34, 32, 0, 0, 32, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 90.51, 6, drogue, -20.59, 65678.00, 3510.17, 2180.37, -24.00, 33.3, 1.38, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9470232,-106.9169446, 3728.0, 2022, 6, 24, 15, 18, 47, 981, 2532, 328, 67, 1.4, 0.8, 1.1, 0, 39, 29, 0, 0, 37, 0, 0, 0, 0, 39, 31, 34, 32, 0, 0, 32, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 90.58, 6, drogue, -20.59, 65678.00, 3510.17, 2180.37, -24.00, 33.3, 1.38, 3.96, 3.98, 0.02, 0.00, 0.00, 64.15, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9470232,-106.9169446, 3728.0, 2022, 6, 24, 15, 18, 47, 981, 2532, 328, 67, 1.4, 0.8, 1.1, 0, 39, 29, 0, 0, 37, 0, 0, 0, 0, 39, 31, 34, 32, 0, 0, 32, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 90.61, 6, drogue, -16.67, 65697.00, 3507.93, 2178.13, -24.08, 33.3, 1.38, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9470232,-106.9169446, 3728.0, 2022, 6, 24, 15, 18, 47, 981, 2532, 328, 67, 1.4, 0.8, 1.1, 0, 39, 29, 0, 0, 37, 0, 0, 0, 0, 39, 31, 34, 32, 0, 0, 32, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 90.71, 6, drogue, -19.12, 65729.00, 3504.14, 2174.34, -24.22, 33.4, 1.38, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9470232,-106.9169446, 3728.0, 2022, 6, 24, 15, 18, 47, 981, 2532, 328, 67, 1.4, 0.8, 1.1, 0, 39, 29, 0, 0, 37, 0, 0, 0, 0, 39, 31, 34, 32, 0, 0, 32, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 90.81, 6, drogue, -18.63, 65755.00, 3501.07, 2171.27, -24.37, 33.4, 1.38, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9470232,-106.9169446, 3728.0, 2022, 6, 24, 15, 18, 47, 981, 2532, 328, 67, 1.4, 0.8, 1.1, 0, 39, 29, 0, 0, 37, 0, 0, 0, 0, 39, 31, 34, 32, 0, 0, 32, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 90.90, 6, drogue, -18.63, 65755.00, 3501.07, 2171.27, -24.37, 33.4, 1.37, 3.98, 3.99, 0.00, 0.00, 0.00, 63.84, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9470232,-106.9169446, 3728.0, 2022, 6, 24, 15, 18, 47, 981, 2532, 328, 67, 1.4, 0.8, 1.1, 0, 39, 29, 0, 0, 37, 0, 0, 0, 0, 39, 31, 34, 32, 0, 0, 32, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 90.91, 6, drogue, -19.12, 65766.00, 3499.77, 2169.97, -24.58, 33.3, 1.37, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9470232,-106.9169446, 3728.0, 2022, 6, 24, 15, 18, 47, 981, 2532, 328, 67, 1.4, 0.8, 1.1, 0, 39, 29, 0, 0, 37, 0, 0, 0, 0, 39, 31, 34, 32, 0, 0, 32, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 91.01, 6, drogue, -12.75, 65794.00, 3496.47, 2166.67, -24.88, 33.3, 1.37, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9470232,-106.9169446, 3728.0, 2022, 6, 24, 15, 18, 47, 981, 2532, 328, 67, 1.4, 0.8, 1.1, 0, 39, 29, 0, 0, 37, 0, 0, 0, 0, 39, 31, 34, 32, 0, 0, 32, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 91.11, 6, drogue, -16.18, 65786.00, 3497.41, 2167.61, -25.32, 33.3, 1.37, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9470232,-106.9169446, 3728.0, 2022, 6, 24, 15, 18, 47, 981, 2532, 328, 67, 1.4, 0.8, 1.1, 0, 39, 29, 0, 0, 37, 0, 0, 0, 0, 39, 31, 34, 32, 0, 0, 32, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 91.21, 6, drogue, -13.24, 65782.00, 3497.88, 2168.08, -25.82, 33.3, 1.37, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9470232,-106.9169446, 3728.0, 2022, 6, 24, 15, 18, 47, 981, 2532, 328, 67, 1.4, 0.8, 1.1, 0, 39, 29, 0, 0, 37, 0, 0, 0, 0, 39, 31, 34, 32, 0, 0, 32, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 91.22, 6, drogue, -13.24, 65782.00, 3497.88, 2168.08, -25.82, 33.3, 1.37, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9470232,-106.9169446, 3728.0, 2022, 6, 24, 15, 18, 47, 981, 2532, 328, 67, 1.4, 0.8, 1.1, 0, 39, 29, 0, 0, 37, 0, 0, 0, 0, 39, 31, 34, 32, 0, 0, 32, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 91.31, 6, drogue, -16.67, 65797.00, 3496.11, 2166.31, -26.35, 33.3, 1.37, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9470232,-106.9169446, 3728.0, 2022, 6, 24, 15, 18, 47, 981, 2532, 328, 67, 1.4, 0.8, 1.1, 0, 39, 29, 0, 0, 37, 0, 0, 0, 0, 39, 31, 34, 32, 0, 0, 32, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 91.31, 6, drogue, -16.67, 65797.00, 3496.11, 2166.31, -26.35, 33.3, 1.37, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9470232,-106.9169446, 3728.0, 2022, 6, 24, 15, 18, 47, 981, 2532, 328, 67, 1.4, 0.8, 1.1, 0, 39, 29, 0, 0, 37, 0, 0, 0, 0, 39, 31, 34, 32, 0, 0, 32, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 91.31, 6, drogue, -16.67, 65797.00, 3496.11, 2166.31, -26.35, 33.3, 1.37, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9470232,-106.9169446, 3728.0, 2022, 6, 24, 15, 18, 47, 981, 2532, 328, 67, 1.4, 0.8, 1.1, 0, 39, 29, 0, 0, 37, 0, 0, 0, 0, 39, 31, 34, 32, 0, 0, 32, 0, 29, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 91.41, 6, drogue, -11.28, 65781.00, 3498.00, 2168.20, -26.89, 33.3, 1.37, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9470685,-106.9169567, 3699.0, 2022, 6, 24, 15, 18, 48, 986, 2507, 328, 67, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 24, 0, 0, 0, 0, 32, 38, 30, 28, 0, 0, 27, 0, 36, 26, 0, 0, 0, 37, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 91.51, 6, drogue, -9.32, 65750.00, 3501.66, 2171.86, -27.44, 33.3, 1.37, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9470685,-106.9169567, 3699.0, 2022, 6, 24, 15, 18, 48, 986, 2507, 328, 67, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 24, 0, 0, 0, 0, 32, 38, 30, 28, 0, 0, 27, 0, 36, 26, 0, 0, 0, 37, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 91.54, 6, drogue, -9.32, 65750.00, 3501.66, 2171.86, -27.44, 33.3, 1.37, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9470685,-106.9169567, 3699.0, 2022, 6, 24, 15, 18, 48, 986, 2507, 328, 67, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 24, 0, 0, 0, 0, 32, 38, 30, 28, 0, 0, 27, 0, 36, 26, 0, 0, 0, 37, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 91.61, 6, drogue, -4.41, 65795.00, 3496.35, 2166.55, -27.99, 33.3, 1.37, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9470685,-106.9169567, 3699.0, 2022, 6, 24, 15, 18, 48, 986, 2507, 328, 67, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 24, 0, 0, 0, 0, 32, 38, 30, 28, 0, 0, 27, 0, 36, 26, 0, 0, 0, 37, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 91.71, 6, drogue, -12.75, 65899.00, 3484.08, 2154.27, -28.53, 33.3, 1.37, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9470685,-106.9169567, 3699.0, 2022, 6, 24, 15, 18, 48, 986, 2507, 328, 67, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 24, 0, 0, 0, 0, 32, 38, 30, 28, 0, 0, 27, 0, 36, 26, 0, 0, 0, 37, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 91.81, 6, drogue, -13.73, 65923.00, 3481.25, 2151.44, -28.99, 33.3, 1.37, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9470685,-106.9169567, 3699.0, 2022, 6, 24, 15, 18, 48, 986, 2507, 328, 67, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 24, 0, 0, 0, 0, 32, 38, 30, 28, 0, 0, 27, 0, 36, 26, 0, 0, 0, 37, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 91.86, 6, drogue, -13.73, 65923.00, 3481.25, 2151.44, -28.99, 33.3, 1.38, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9470685,-106.9169567, 3699.0, 2022, 6, 24, 15, 18, 48, 986, 2507, 328, 67, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 24, 0, 0, 0, 0, 32, 38, 30, 28, 0, 0, 27, 0, 36, 26, 0, 0, 0, 37, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 91.91, 6, drogue, -11.77, 65977.00, 3474.88, 2145.08, -29.46, 33.3, 1.38, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9470685,-106.9169567, 3699.0, 2022, 6, 24, 15, 18, 48, 986, 2507, 328, 67, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 24, 0, 0, 0, 0, 32, 38, 30, 28, 0, 0, 27, 0, 36, 26, 0, 0, 0, 37, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 92.01, 6, drogue, -14.22, 65961.00, 3476.77, 2146.97, -29.89, 33.3, 1.38, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9470685,-106.9169567, 3699.0, 2022, 6, 24, 15, 18, 48, 986, 2507, 328, 67, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 24, 0, 0, 0, 0, 32, 38, 30, 28, 0, 0, 27, 0, 36, 26, 0, 0, 0, 37, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 92.11, 6, drogue, -12.75, 65979.00, 3474.65, 2144.84, -30.32, 33.3, 1.38, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9470685,-106.9169567, 3699.0, 2022, 6, 24, 15, 18, 48, 986, 2507, 328, 67, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 24, 0, 0, 0, 0, 32, 38, 30, 28, 0, 0, 27, 0, 36, 26, 0, 0, 0, 37, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 92.18, 6, drogue, -12.75, 65979.00, 3474.65, 2144.84, -30.32, 33.3, 1.37, 3.99, 3.99, 0.00, 0.00, 0.00, 64.03, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9470685,-106.9169567, 3699.0, 2022, 6, 24, 15, 18, 48, 986, 2507, 328, 67, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 24, 0, 0, 0, 0, 32, 38, 30, 28, 0, 0, 27, 0, 36, 26, 0, 0, 0, 37, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 92.21, 6, drogue, -13.24, 66019.00, 3469.93, 2140.13, -30.68, 33.3, 1.37, 3.99, 3.99, 0.08, 0.00, 0.00, 64.27, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9470685,-106.9169567, 3699.0, 2022, 6, 24, 15, 18, 48, 986, 2507, 328, 67, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 24, 0, 0, 0, 0, 32, 38, 30, 28, 0, 0, 27, 0, 36, 26, 0, 0, 0, 37, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 92.31, 6, drogue, -13.24, 66072.00, 3463.69, 2133.89, -31.01, 33.3, 1.37, 3.99, 3.99, 0.08, 0.00, 0.00, 64.27, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9471057,-106.9169888, 3671.0, 2022, 6, 24, 15, 18, 49, 991, 2483, 328, 66, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 31, 0, 0, 0, 0, 35, 28, 34, 33, 0, 0, 34, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 92.31, 6, drogue, -13.24, 66072.00, 3463.69, 2133.89, -31.01, 33.3, 1.37, 3.99, 3.99, 0.08, 0.00, 0.00, 64.27, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9471057,-106.9169888, 3671.0, 2022, 6, 24, 15, 18, 49, 991, 2483, 328, 66, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 31, 0, 0, 0, 0, 35, 28, 34, 33, 0, 0, 34, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 92.31, 6, drogue, -13.24, 66072.00, 3463.69, 2133.89, -31.01, 33.3, 1.37, 3.99, 3.99, 0.08, 0.00, 0.00, 64.27, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9471057,-106.9169888, 3671.0, 2022, 6, 24, 15, 18, 49, 991, 2483, 328, 66, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 31, 0, 0, 0, 0, 35, 28, 34, 33, 0, 0, 34, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 92.41, 6, drogue, -13.73, 66169.00, 3452.29, 2122.49, -31.25, 33.3, 1.37, 3.99, 3.99, 0.08, 0.00, 0.00, 64.27, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9471057,-106.9169888, 3671.0, 2022, 6, 24, 15, 18, 49, 991, 2483, 328, 66, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 31, 0, 0, 0, 0, 35, 28, 34, 33, 0, 0, 34, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 92.50, 6, drogue, -13.73, 66169.00, 3452.29, 2122.49, -31.25, 33.3, 1.37, 3.98, 3.99, 0.08, 0.00, 0.00, 64.27, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9471057,-106.9169888, 3671.0, 2022, 6, 24, 15, 18, 49, 991, 2483, 328, 66, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 31, 0, 0, 0, 0, 35, 28, 34, 33, 0, 0, 34, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 92.51, 6, drogue, -16.18, 66202.00, 3448.41, 2118.61, -31.40, 33.3, 1.37, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9471057,-106.9169888, 3671.0, 2022, 6, 24, 15, 18, 49, 991, 2483, 328, 66, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 31, 0, 0, 0, 0, 35, 28, 34, 33, 0, 0, 34, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 92.61, 6, drogue, -16.67, 66202.00, 3448.41, 2118.61, -31.49, 33.3, 1.37, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9471057,-106.9169888, 3671.0, 2022, 6, 24, 15, 18, 49, 991, 2483, 328, 66, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 31, 0, 0, 0, 0, 35, 28, 34, 33, 0, 0, 34, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 92.71, 6, drogue, -18.63, 66188.00, 3450.05, 2120.25, -31.49, 33.3, 1.37, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9471057,-106.9169888, 3671.0, 2022, 6, 24, 15, 18, 49, 991, 2483, 328, 66, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 31, 0, 0, 0, 0, 35, 28, 34, 33, 0, 0, 34, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 92.81, 6, drogue, -19.12, 66144.00, 3455.23, 2125.42, -31.47, 33.3, 1.37, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9471057,-106.9169888, 3671.0, 2022, 6, 24, 15, 18, 49, 991, 2483, 328, 66, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 31, 0, 0, 0, 0, 35, 28, 34, 33, 0, 0, 34, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 92.82, 6, drogue, -19.12, 66144.00, 3455.23, 2125.42, -31.47, 33.3, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9471057,-106.9169888, 3671.0, 2022, 6, 24, 15, 18, 49, 991, 2483, 328, 66, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 31, 0, 0, 0, 0, 35, 28, 34, 33, 0, 0, 34, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 92.91, 6, drogue, -17.16, 66158.00, 3453.58, 2123.78, -31.39, 33.3, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9471057,-106.9169888, 3671.0, 2022, 6, 24, 15, 18, 49, 991, 2483, 328, 66, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 31, 0, 0, 0, 0, 35, 28, 34, 33, 0, 0, 34, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 93.01, 6, drogue, -15.20, 66234.00, 3444.65, 2114.85, -31.29, 33.3, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9471057,-106.9169888, 3671.0, 2022, 6, 24, 15, 18, 49, 991, 2483, 328, 66, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 31, 0, 0, 0, 0, 35, 28, 34, 33, 0, 0, 34, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 93.11, 6, drogue, -10.79, 66315.00, 3435.14, 2105.34, -31.13, 33.3, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9471057,-106.9169888, 3671.0, 2022, 6, 24, 15, 18, 49, 991, 2483, 328, 66, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 31, 0, 0, 0, 0, 35, 28, 34, 33, 0, 0, 34, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 93.14, 6, drogue, -10.79, 66315.00, 3435.14, 2105.34, -31.13, 33.3, 1.35, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9471057,-106.9169888, 3671.0, 2022, 6, 24, 15, 18, 49, 991, 2483, 328, 66, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 31, 0, 0, 0, 0, 35, 28, 34, 33, 0, 0, 34, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 93.21, 6, drogue, -14.22, 66315.00, 3435.14, 2105.34, -30.93, 33.3, 1.35, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9471057,-106.9169888, 3671.0, 2022, 6, 24, 15, 18, 49, 991, 2483, 328, 66, 1.4, 0.8, 1.1, 0, 35, 32, 0, 0, 31, 0, 0, 0, 0, 35, 28, 34, 33, 0, 0, 34, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 93.31, 6, drogue, -11.28, 66285.00, 3438.66, 2108.86, -30.74, 33.3, 1.35, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9471456,-106.9170259, 3641.0, 2022, 6, 24, 15, 18, 50, 997, 2458, 328, 66, 1.4, 0.8, 1.1, 0, 27, 28, 0, 0, 38, 0, 0, 0, 0, 28, 32, 29, 35, 0, 0, 35, 0, 36, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 93.31, 6, drogue, -11.28, 66285.00, 3438.66, 2108.86, -30.74, 33.3, 1.35, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9471456,-106.9170259, 3641.0, 2022, 6, 24, 15, 18, 50, 997, 2458, 328, 66, 1.4, 0.8, 1.1, 0, 27, 28, 0, 0, 38, 0, 0, 0, 0, 28, 32, 29, 35, 0, 0, 35, 0, 36, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 93.31, 6, drogue, -11.28, 66285.00, 3438.66, 2108.86, -30.74, 33.3, 1.35, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9471456,-106.9170259, 3641.0, 2022, 6, 24, 15, 18, 50, 997, 2458, 328, 66, 1.4, 0.8, 1.1, 0, 27, 28, 0, 0, 38, 0, 0, 0, 0, 28, 32, 29, 35, 0, 0, 35, 0, 36, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 93.41, 6, drogue, -12.75, 66320.00, 3434.55, 2104.75, -30.52, 33.3, 1.35, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9471456,-106.9170259, 3641.0, 2022, 6, 24, 15, 18, 50, 997, 2458, 328, 66, 1.4, 0.8, 1.1, 0, 27, 28, 0, 0, 38, 0, 0, 0, 0, 28, 32, 29, 35, 0, 0, 35, 0, 36, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 93.46, 6, drogue, -12.75, 66320.00, 3434.55, 2104.75, -30.52, 33.3, 1.35, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9471456,-106.9170259, 3641.0, 2022, 6, 24, 15, 18, 50, 997, 2458, 328, 66, 1.4, 0.8, 1.1, 0, 27, 28, 0, 0, 38, 0, 0, 0, 0, 28, 32, 29, 35, 0, 0, 35, 0, 36, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 93.51, 6, drogue, -15.69, 66369.00, 3428.81, 2099.01, -30.28, 33.3, 1.35, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9471456,-106.9170259, 3641.0, 2022, 6, 24, 15, 18, 50, 997, 2458, 328, 66, 1.4, 0.8, 1.1, 0, 27, 28, 0, 0, 38, 0, 0, 0, 0, 28, 32, 29, 35, 0, 0, 35, 0, 36, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 93.61, 6, drogue, -15.20, 66424.00, 3422.36, 2092.56, -30.03, 33.3, 1.35, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9471456,-106.9170259, 3641.0, 2022, 6, 24, 15, 18, 50, 997, 2458, 328, 66, 1.4, 0.8, 1.1, 0, 27, 28, 0, 0, 38, 0, 0, 0, 0, 28, 32, 29, 35, 0, 0, 35, 0, 36, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 93.71, 6, drogue, -16.18, 66471.00, 3416.85, 2087.05, -29.79, 33.3, 1.35, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9471456,-106.9170259, 3641.0, 2022, 6, 24, 15, 18, 50, 997, 2458, 328, 66, 1.4, 0.8, 1.1, 0, 27, 28, 0, 0, 38, 0, 0, 0, 0, 28, 32, 29, 35, 0, 0, 35, 0, 36, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 93.78, 6, drogue, -16.18, 66471.00, 3416.85, 2087.05, -29.79, 33.3, 1.35, 3.97, 3.97, 0.09, 0.00, 0.00, 64.09, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9471456,-106.9170259, 3641.0, 2022, 6, 24, 15, 18, 50, 997, 2458, 328, 66, 1.4, 0.8, 1.1, 0, 27, 28, 0, 0, 38, 0, 0, 0, 0, 28, 32, 29, 35, 0, 0, 35, 0, 36, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 93.81, 6, drogue, -17.65, 66465.00, 3417.56, 2087.76, -29.50, 33.3, 1.35, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9471456,-106.9170259, 3641.0, 2022, 6, 24, 15, 18, 50, 997, 2458, 328, 66, 1.4, 0.8, 1.1, 0, 27, 28, 0, 0, 38, 0, 0, 0, 0, 28, 32, 29, 35, 0, 0, 35, 0, 36, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 93.91, 6, drogue, -17.65, 66514.00, 3411.82, 2082.02, -29.19, 33.3, 1.35, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9471456,-106.9170259, 3641.0, 2022, 6, 24, 15, 18, 50, 997, 2458, 328, 66, 1.4, 0.8, 1.1, 0, 27, 28, 0, 0, 38, 0, 0, 0, 0, 28, 32, 29, 35, 0, 0, 35, 0, 36, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 94.01, 6, drogue, -17.65, 66531.00, 3409.83, 2080.03, -28.79, 33.3, 1.35, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9471456,-106.9170259, 3641.0, 2022, 6, 24, 15, 18, 50, 997, 2458, 328, 66, 1.4, 0.8, 1.1, 0, 27, 28, 0, 0, 38, 0, 0, 0, 0, 28, 32, 29, 35, 0, 0, 35, 0, 36, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 94.10, 6, drogue, -17.65, 66531.00, 3409.83, 2080.03, -28.79, 33.3, 1.35, 3.95, 3.97, 0.00, 0.00, 0.00, 63.97, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9471456,-106.9170259, 3641.0, 2022, 6, 24, 15, 18, 50, 997, 2458, 328, 66, 1.4, 0.8, 1.1, 0, 27, 28, 0, 0, 38, 0, 0, 0, 0, 28, 32, 29, 35, 0, 0, 35, 0, 36, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 94.11, 6, drogue, -16.18, 66558.00, 3406.67, 2076.87, -28.34, 33.3, 1.35, 3.95, 3.97, 0.00, 0.00, 0.00, 63.66, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9471456,-106.9170259, 3641.0, 2022, 6, 24, 15, 18, 50, 997, 2458, 328, 66, 1.4, 0.8, 1.1, 0, 27, 28, 0, 0, 38, 0, 0, 0, 0, 28, 32, 29, 35, 0, 0, 35, 0, 36, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 94.21, 6, drogue, -17.65, 66593.00, 3402.58, 2072.78, -27.85, 33.3, 1.35, 3.95, 3.97, 0.00, 0.00, 0.00, 63.66, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9471456,-106.9170259, 3641.0, 2022, 6, 24, 15, 18, 50, 997, 2458, 328, 66, 1.4, 0.8, 1.1, 0, 27, 28, 0, 0, 38, 0, 0, 0, 0, 28, 32, 29, 35, 0, 0, 35, 0, 36, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 94.31, 6, drogue, -18.63, 66615.00, 3400.00, 2070.20, -27.34, 33.3, 1.35, 3.95, 3.97, 0.00, 0.00, 0.00, 63.66, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9471914,-106.9170504, 3612.0, 2022, 6, 24, 15, 18, 51, 1002, 2434, 328, 66, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 39, 0, 0, 0, 0, 38, 28, 29, 31, 0, 0, 32, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 94.31, 6, drogue, -18.63, 66615.00, 3400.00, 2070.20, -27.34, 33.3, 1.35, 3.95, 3.97, 0.00, 0.00, 0.00, 63.66, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9471914,-106.9170504, 3612.0, 2022, 6, 24, 15, 18, 51, 1002, 2434, 328, 66, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 39, 0, 0, 0, 0, 38, 28, 29, 31, 0, 0, 32, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 94.31, 6, drogue, -18.63, 66615.00, 3400.00, 2070.20, -27.34, 33.3, 1.35, 3.95, 3.97, 0.00, 0.00, 0.00, 63.66, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9471914,-106.9170504, 3612.0, 2022, 6, 24, 15, 18, 51, 1002, 2434, 328, 66, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 39, 0, 0, 0, 0, 38, 28, 29, 31, 0, 0, 32, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 94.41, 6, drogue, -17.16, 66598.00, 3401.99, 2072.19, -26.81, 33.3, 1.35, 3.95, 3.97, 0.00, 0.00, 0.00, 63.66, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9471914,-106.9170504, 3612.0, 2022, 6, 24, 15, 18, 51, 1002, 2434, 328, 66, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 39, 0, 0, 0, 0, 38, 28, 29, 31, 0, 0, 32, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 94.42, 6, drogue, -17.16, 66598.00, 3401.99, 2072.19, -26.81, 33.3, 1.36, 3.98, 3.99, 0.00, 0.00, 0.00, 63.66, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9471914,-106.9170504, 3612.0, 2022, 6, 24, 15, 18, 51, 1002, 2434, 328, 66, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 39, 0, 0, 0, 0, 38, 28, 29, 31, 0, 0, 32, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 94.51, 6, drogue, -17.16, 66595.00, 3402.34, 2072.54, -26.23, 33.3, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9471914,-106.9170504, 3612.0, 2022, 6, 24, 15, 18, 51, 1002, 2434, 328, 66, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 39, 0, 0, 0, 0, 38, 28, 29, 31, 0, 0, 32, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 94.61, 6, drogue, -17.16, 66643.00, 3396.73, 2066.93, -25.61, 33.3, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9471914,-106.9170504, 3612.0, 2022, 6, 24, 15, 18, 51, 1002, 2434, 328, 66, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 39, 0, 0, 0, 0, 38, 28, 29, 31, 0, 0, 32, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 94.71, 6, drogue, -15.69, 66647.00, 3396.26, 2066.46, -24.95, 33.3, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9471914,-106.9170504, 3612.0, 2022, 6, 24, 15, 18, 51, 1002, 2434, 328, 66, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 39, 0, 0, 0, 0, 38, 28, 29, 31, 0, 0, 32, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 94.74, 6, drogue, -15.69, 66647.00, 3396.26, 2066.46, -24.95, 33.3, 1.35, 3.96, 3.97, 0.02, 0.00, 0.00, 64.15, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9471914,-106.9170504, 3612.0, 2022, 6, 24, 15, 18, 51, 1002, 2434, 328, 66, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 39, 0, 0, 0, 0, 38, 28, 29, 31, 0, 0, 32, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 94.81, 6, drogue, -16.18, 66717.00, 3388.09, 2058.29, -24.25, 33.3, 1.35, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9471914,-106.9170504, 3612.0, 2022, 6, 24, 15, 18, 51, 1002, 2434, 328, 66, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 39, 0, 0, 0, 0, 38, 28, 29, 31, 0, 0, 32, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 94.91, 6, drogue, -17.16, 66756.00, 3383.54, 2053.73, -23.61, 33.3, 1.35, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9471914,-106.9170504, 3612.0, 2022, 6, 24, 15, 18, 51, 1002, 2434, 328, 66, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 39, 0, 0, 0, 0, 38, 28, 29, 31, 0, 0, 32, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 95.01, 6, drogue, -15.20, 66781.00, 3380.62, 2050.82, -23.07, 33.3, 1.35, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9471914,-106.9170504, 3612.0, 2022, 6, 24, 15, 18, 51, 1002, 2434, 328, 66, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 39, 0, 0, 0, 0, 38, 28, 29, 31, 0, 0, 32, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 95.06, 6, drogue, -15.20, 66781.00, 3380.62, 2050.82, -23.07, 33.3, 1.35, 3.99, 3.98, 0.00, 0.00, 0.00, 63.78, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9471914,-106.9170504, 3612.0, 2022, 6, 24, 15, 18, 51, 1002, 2434, 328, 66, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 39, 0, 0, 0, 0, 38, 28, 29, 31, 0, 0, 32, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 95.11, 6, drogue, -16.67, 66784.00, 3380.27, 2050.47, -22.59, 33.3, 1.35, 3.99, 3.98, 0.02, 0.00, 0.00, 64.21, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9471914,-106.9170504, 3612.0, 2022, 6, 24, 15, 18, 51, 1002, 2434, 328, 66, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 39, 0, 0, 0, 0, 38, 28, 29, 31, 0, 0, 32, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 95.21, 6, drogue, -20.10, 66798.00, 3378.63, 2048.83, -22.15, 33.3, 1.35, 3.99, 3.98, 0.02, 0.00, 0.00, 64.21, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9471914,-106.9170504, 3612.0, 2022, 6, 24, 15, 18, 51, 1002, 2434, 328, 66, 1.4, 0.8, 1.1, 0, 38, 31, 0, 0, 39, 0, 0, 0, 0, 38, 28, 29, 31, 0, 0, 32, 0, 29, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 95.31, 6, drogue, -20.10, 66849.00, 3372.69, 2042.89, -21.76, 33.3, 1.35, 3.99, 3.98, 0.02, 0.00, 0.00, 64.21, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472335,-106.9170582, 3585.0, 2022, 6, 24, 15, 18, 52, 1007, 2411, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 33, 0, 0, 0, 0, 38, 36, 33, 32, 0, 0, 31, 0, 23, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 95.31, 6, drogue, -20.10, 66849.00, 3372.69, 2042.89, -21.76, 33.3, 1.35, 3.99, 3.98, 0.02, 0.00, 0.00, 64.21, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472335,-106.9170582, 3585.0, 2022, 6, 24, 15, 18, 52, 1007, 2411, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 33, 0, 0, 0, 0, 38, 36, 33, 32, 0, 0, 31, 0, 23, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 95.31, 6, drogue, -20.10, 66849.00, 3372.69, 2042.89, -21.76, 33.3, 1.35, 3.99, 3.98, 0.02, 0.00, 0.00, 64.21, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472335,-106.9170582, 3585.0, 2022, 6, 24, 15, 18, 52, 1007, 2411, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 33, 0, 0, 0, 0, 38, 36, 33, 32, 0, 0, 31, 0, 23, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 95.38, 6, drogue, -20.10, 66849.00, 3372.69, 2042.89, -21.76, 33.3, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.21, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9472335,-106.9170582, 3585.0, 2022, 6, 24, 15, 18, 52, 1007, 2411, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 33, 0, 0, 0, 0, 38, 36, 33, 32, 0, 0, 31, 0, 23, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 95.41, 6, drogue, -16.67, 66844.00, 3373.27, 2043.47, -21.45, 33.3, 1.36, 3.98, 3.99, 0.01, 0.00, 0.00, 64.09, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9472335,-106.9170582, 3585.0, 2022, 6, 24, 15, 18, 52, 1007, 2411, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 33, 0, 0, 0, 0, 38, 36, 33, 32, 0, 0, 31, 0, 23, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 95.51, 6, drogue, -18.63, 66867.00, 3370.59, 2040.79, -21.26, 33.3, 1.36, 3.98, 3.99, 0.01, 0.00, 0.00, 64.09, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9472335,-106.9170582, 3585.0, 2022, 6, 24, 15, 18, 52, 1007, 2411, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 33, 0, 0, 0, 0, 38, 36, 33, 32, 0, 0, 31, 0, 23, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 95.61, 6, drogue, -16.67, 66837.00, 3374.09, 2044.29, -21.17, 33.3, 1.36, 3.98, 3.99, 0.01, 0.00, 0.00, 64.09, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9472335,-106.9170582, 3585.0, 2022, 6, 24, 15, 18, 52, 1007, 2411, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 33, 0, 0, 0, 0, 38, 36, 33, 32, 0, 0, 31, 0, 23, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 95.70, 6, drogue, -16.67, 66837.00, 3374.09, 2044.29, -21.17, 33.3, 1.35, 3.98, 3.99, 0.01, 0.00, 0.00, 64.09, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9472335,-106.9170582, 3585.0, 2022, 6, 24, 15, 18, 52, 1007, 2411, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 33, 0, 0, 0, 0, 38, 36, 33, 32, 0, 0, 31, 0, 23, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 95.71, 6, drogue, -20.10, 66826.00, 3375.37, 2045.57, -21.17, 33.3, 1.35, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9472335,-106.9170582, 3585.0, 2022, 6, 24, 15, 18, 52, 1007, 2411, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 33, 0, 0, 0, 0, 38, 36, 33, 32, 0, 0, 31, 0, 23, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 95.81, 6, drogue, -21.57, 66863.00, 3371.06, 2041.25, -21.26, 33.3, 1.35, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9472335,-106.9170582, 3585.0, 2022, 6, 24, 15, 18, 52, 1007, 2411, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 33, 0, 0, 0, 0, 38, 36, 33, 32, 0, 0, 31, 0, 23, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 95.91, 6, drogue, -21.08, 66889.00, 3368.03, 2038.22, -21.46, 33.3, 1.35, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9472335,-106.9170582, 3585.0, 2022, 6, 24, 15, 18, 52, 1007, 2411, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 33, 0, 0, 0, 0, 38, 36, 33, 32, 0, 0, 31, 0, 23, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 96.01, 6, drogue, -17.65, 66894.00, 3367.44, 2037.64, -21.74, 33.3, 1.35, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9472335,-106.9170582, 3585.0, 2022, 6, 24, 15, 18, 52, 1007, 2411, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 33, 0, 0, 0, 0, 38, 36, 33, 32, 0, 0, 31, 0, 23, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 96.02, 6, drogue, -17.65, 66894.00, 3367.44, 2037.64, -21.74, 33.3, 1.36, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472335,-106.9170582, 3585.0, 2022, 6, 24, 15, 18, 52, 1007, 2411, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 33, 0, 0, 0, 0, 38, 36, 33, 32, 0, 0, 31, 0, 23, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 96.11, 6, drogue, -22.56, 66918.00, 3364.65, 2034.85, -22.10, 33.3, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472335,-106.9170582, 3585.0, 2022, 6, 24, 15, 18, 52, 1007, 2411, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 33, 0, 0, 0, 0, 38, 36, 33, 32, 0, 0, 31, 0, 23, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 96.21, 6, drogue, -18.14, 66948.00, 3361.15, 2031.35, -22.52, 33.3, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472335,-106.9170582, 3585.0, 2022, 6, 24, 15, 18, 52, 1007, 2411, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 33, 0, 0, 0, 0, 38, 36, 33, 32, 0, 0, 31, 0, 23, 25, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 96.31, 6, drogue, -19.61, 66972.00, 3358.36, 2028.56, -23.01, 33.3, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472672,-106.9170606, 3556.0, 2022, 6, 24, 15, 18, 53, 1010, 2386, 329, 65, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 32, 0, 0, 0, 0, 32, 26, 27, 38, 0, 0, 39, 0, 37, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 96.31, 6, drogue, -19.61, 66972.00, 3358.36, 2028.56, -23.01, 33.3, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472672,-106.9170606, 3556.0, 2022, 6, 24, 15, 18, 53, 1010, 2386, 329, 65, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 32, 0, 0, 0, 0, 32, 26, 27, 38, 0, 0, 39, 0, 37, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 96.31, 6, drogue, -19.61, 66972.00, 3358.36, 2028.56, -23.01, 33.3, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472672,-106.9170606, 3556.0, 2022, 6, 24, 15, 18, 53, 1010, 2386, 329, 65, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 32, 0, 0, 0, 0, 32, 26, 27, 38, 0, 0, 39, 0, 37, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 96.34, 6, drogue, -19.61, 66972.00, 3358.36, 2028.56, -23.01, 33.3, 1.35, 3.99, 3.99, 0.02, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472672,-106.9170606, 3556.0, 2022, 6, 24, 15, 18, 53, 1010, 2386, 329, 65, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 32, 0, 0, 0, 0, 32, 26, 27, 38, 0, 0, 39, 0, 37, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 96.41, 6, drogue, -21.08, 66971.00, 3358.48, 2028.68, -23.54, 33.3, 1.35, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472672,-106.9170606, 3556.0, 2022, 6, 24, 15, 18, 53, 1010, 2386, 329, 65, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 32, 0, 0, 0, 0, 32, 26, 27, 38, 0, 0, 39, 0, 37, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 96.51, 6, drogue, -17.16, 66995.00, 3355.68, 2025.88, -24.09, 33.3, 1.35, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472672,-106.9170606, 3556.0, 2022, 6, 24, 15, 18, 53, 1010, 2386, 329, 65, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 32, 0, 0, 0, 0, 32, 26, 27, 38, 0, 0, 39, 0, 37, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 96.61, 6, drogue, -14.71, 67037.00, 3350.80, 2021.00, -24.69, 33.2, 1.35, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472672,-106.9170606, 3556.0, 2022, 6, 24, 15, 18, 53, 1010, 2386, 329, 65, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 32, 0, 0, 0, 0, 32, 26, 27, 38, 0, 0, 39, 0, 37, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 96.66, 6, drogue, -14.71, 67037.00, 3350.80, 2021.00, -24.69, 33.2, 1.35, 3.98, 3.98, 0.02, 0.00, 0.00, 64.21, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.05, 0.00, 1, 1, 11, 32.9472672,-106.9170606, 3556.0, 2022, 6, 24, 15, 18, 53, 1010, 2386, 329, 65, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 32, 0, 0, 0, 0, 32, 26, 27, 38, 0, 0, 39, 0, 37, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 96.71, 6, drogue, -19.61, 67041.00, 3350.33, 2020.53, -25.28, 33.3, 1.35, 3.98, 3.98, 0.06, 0.00, 0.00, 64.09, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.05, 0.00, 1, 1, 11, 32.9472672,-106.9170606, 3556.0, 2022, 6, 24, 15, 18, 53, 1010, 2386, 329, 65, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 32, 0, 0, 0, 0, 32, 26, 27, 38, 0, 0, 39, 0, 37, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 96.81, 6, drogue, -16.67, 67064.00, 3347.66, 2017.86, -25.87, 33.3, 1.35, 3.98, 3.98, 0.06, 0.00, 0.00, 64.09, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.05, 0.00, 1, 1, 11, 32.9472672,-106.9170606, 3556.0, 2022, 6, 24, 15, 18, 53, 1010, 2386, 329, 65, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 32, 0, 0, 0, 0, 32, 26, 27, 38, 0, 0, 39, 0, 37, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 96.91, 6, drogue, -16.18, 67105.00, 3342.89, 2013.09, -26.43, 33.3, 1.35, 3.98, 3.98, 0.06, 0.00, 0.00, 64.09, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.05, 0.00, 1, 1, 11, 32.9472672,-106.9170606, 3556.0, 2022, 6, 24, 15, 18, 53, 1010, 2386, 329, 65, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 32, 0, 0, 0, 0, 32, 26, 27, 38, 0, 0, 39, 0, 37, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 96.98, 6, drogue, -16.18, 67105.00, 3342.89, 2013.09, -26.43, 33.3, 1.35, 3.98, 3.98, 0.06, 0.00, 0.00, 64.09, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9472672,-106.9170606, 3556.0, 2022, 6, 24, 15, 18, 53, 1010, 2386, 329, 65, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 32, 0, 0, 0, 0, 32, 26, 27, 38, 0, 0, 39, 0, 37, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 97.01, 6, drogue, -14.71, 67134.00, 3339.52, 2009.72, -26.95, 33.2, 1.35, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9472672,-106.9170606, 3556.0, 2022, 6, 24, 15, 18, 53, 1010, 2386, 329, 65, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 32, 0, 0, 0, 0, 32, 26, 27, 38, 0, 0, 39, 0, 37, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 97.11, 6, drogue, -10.79, 67126.00, 3340.45, 2010.65, -27.41, 33.2, 1.35, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9472672,-106.9170606, 3556.0, 2022, 6, 24, 15, 18, 53, 1010, 2386, 329, 65, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 32, 0, 0, 0, 0, 32, 26, 27, 38, 0, 0, 39, 0, 37, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 97.21, 6, drogue, -13.24, 67164.00, 3336.04, 2006.24, -27.80, 33.2, 1.35, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9472672,-106.9170606, 3556.0, 2022, 6, 24, 15, 18, 53, 1010, 2386, 329, 65, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 32, 0, 0, 0, 0, 32, 26, 27, 38, 0, 0, 39, 0, 37, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 97.30, 6, drogue, -13.24, 67164.00, 3336.04, 2006.24, -27.80, 33.2, 1.35, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472672,-106.9170606, 3556.0, 2022, 6, 24, 15, 18, 53, 1010, 2386, 329, 65, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 32, 0, 0, 0, 0, 32, 26, 27, 38, 0, 0, 39, 0, 37, 25, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 97.31, 6, drogue, -13.24, 67184.00, 3333.71, 2003.91, -28.15, 33.2, 1.35, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472869,-106.9170448, 3528.0, 2022, 6, 24, 15, 18, 54, 1011, 2361, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 39, 0, 0, 0, 0, 36, 26, 33, 32, 0, 0, 39, 0, 37, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 97.31, 6, drogue, -13.24, 67184.00, 3333.71, 2003.91, -28.15, 33.2, 1.35, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472869,-106.9170448, 3528.0, 2022, 6, 24, 15, 18, 54, 1011, 2361, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 39, 0, 0, 0, 0, 36, 26, 33, 32, 0, 0, 39, 0, 37, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 97.31, 6, drogue, -13.24, 67184.00, 3333.71, 2003.91, -28.15, 33.2, 1.35, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472869,-106.9170448, 3528.0, 2022, 6, 24, 15, 18, 54, 1011, 2361, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 39, 0, 0, 0, 0, 36, 26, 33, 32, 0, 0, 39, 0, 37, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 97.41, 6, drogue, -15.69, 67199.00, 3331.97, 2002.17, -28.37, 33.2, 1.35, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472869,-106.9170448, 3528.0, 2022, 6, 24, 15, 18, 54, 1011, 2361, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 39, 0, 0, 0, 0, 36, 26, 33, 32, 0, 0, 39, 0, 37, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 97.51, 6, drogue, -11.28, 67238.00, 3327.45, 1997.65, -28.54, 33.2, 1.35, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472869,-106.9170448, 3528.0, 2022, 6, 24, 15, 18, 54, 1011, 2361, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 39, 0, 0, 0, 0, 36, 26, 33, 32, 0, 0, 39, 0, 37, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 97.61, 6, drogue, -15.20, 67257.00, 3325.24, 1995.44, -28.62, 33.2, 1.35, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472869,-106.9170448, 3528.0, 2022, 6, 24, 15, 18, 54, 1011, 2361, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 39, 0, 0, 0, 0, 36, 26, 33, 32, 0, 0, 39, 0, 37, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 97.62, 6, drogue, -15.20, 67257.00, 3325.24, 1995.44, -28.62, 33.2, 1.35, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472869,-106.9170448, 3528.0, 2022, 6, 24, 15, 18, 54, 1011, 2361, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 39, 0, 0, 0, 0, 36, 26, 33, 32, 0, 0, 39, 0, 37, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 97.71, 6, drogue, -16.67, 67274.00, 3323.27, 1993.47, -28.63, 33.2, 1.35, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472869,-106.9170448, 3528.0, 2022, 6, 24, 15, 18, 54, 1011, 2361, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 39, 0, 0, 0, 0, 36, 26, 33, 32, 0, 0, 39, 0, 37, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 97.81, 6, drogue, -18.14, 67335.00, 3316.20, 1986.40, -28.62, 33.2, 1.35, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472869,-106.9170448, 3528.0, 2022, 6, 24, 15, 18, 54, 1011, 2361, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 39, 0, 0, 0, 0, 36, 26, 33, 32, 0, 0, 39, 0, 37, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 97.91, 6, drogue, -15.20, 67371.00, 3312.03, 1982.23, -28.59, 33.2, 1.35, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472869,-106.9170448, 3528.0, 2022, 6, 24, 15, 18, 54, 1011, 2361, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 39, 0, 0, 0, 0, 36, 26, 33, 32, 0, 0, 39, 0, 37, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 97.94, 6, drogue, -15.20, 67371.00, 3312.03, 1982.23, -28.59, 33.2, 1.34, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472869,-106.9170448, 3528.0, 2022, 6, 24, 15, 18, 54, 1011, 2361, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 39, 0, 0, 0, 0, 36, 26, 33, 32, 0, 0, 39, 0, 37, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 98.01, 6, drogue, -17.65, 67392.00, 3309.60, 1979.79, -28.50, 33.2, 1.34, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472869,-106.9170448, 3528.0, 2022, 6, 24, 15, 18, 54, 1011, 2361, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 39, 0, 0, 0, 0, 36, 26, 33, 32, 0, 0, 39, 0, 37, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 98.11, 6, drogue, -17.16, 67417.00, 3306.70, 1976.90, -28.42, 33.2, 1.34, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472869,-106.9170448, 3528.0, 2022, 6, 24, 15, 18, 54, 1011, 2361, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 39, 0, 0, 0, 0, 36, 26, 33, 32, 0, 0, 39, 0, 37, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 98.21, 6, drogue, -16.18, 67405.00, 3308.09, 1978.29, -28.32, 33.2, 1.34, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472869,-106.9170448, 3528.0, 2022, 6, 24, 15, 18, 54, 1011, 2361, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 39, 0, 0, 0, 0, 36, 26, 33, 32, 0, 0, 39, 0, 37, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 98.26, 6, drogue, -16.18, 67405.00, 3308.09, 1978.29, -28.32, 33.2, 1.34, 3.99, 3.99, 0.02, 0.00, 0.00, 64.15, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9472869,-106.9170448, 3528.0, 2022, 6, 24, 15, 18, 54, 1011, 2361, 329, 65, 1.4, 0.8, 1.1, 0, 38, 27, 0, 0, 39, 0, 0, 0, 0, 36, 26, 33, 32, 0, 0, 39, 0, 37, 30, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 98.31, 6, drogue, -17.65, 67466.00, 3301.03, 1971.23, -28.18, 33.2, 1.34, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9473052,-106.9170153, 3499.0, 2022, 6, 24, 15, 18, 55, 1011, 2335, 329, 64, 1.4, 0.8, 1.1, 0, 34, 28, 0, 0, 36, 0, 0, 0, 0, 33, 35, 28, 31, 0, 0, 32, 0, 37, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 98.31, 6, drogue, -17.65, 67466.00, 3301.03, 1971.23, -28.18, 33.2, 1.34, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9473052,-106.9170153, 3499.0, 2022, 6, 24, 15, 18, 55, 1011, 2335, 329, 64, 1.4, 0.8, 1.1, 0, 34, 28, 0, 0, 36, 0, 0, 0, 0, 33, 35, 28, 31, 0, 0, 32, 0, 37, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 98.31, 6, drogue, -17.65, 67466.00, 3301.03, 1971.23, -28.18, 33.2, 1.34, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9473052,-106.9170153, 3499.0, 2022, 6, 24, 15, 18, 55, 1011, 2335, 329, 64, 1.4, 0.8, 1.1, 0, 34, 28, 0, 0, 36, 0, 0, 0, 0, 33, 35, 28, 31, 0, 0, 32, 0, 37, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 98.41, 6, drogue, -19.12, 67500.00, 3297.10, 1967.29, -27.98, 33.2, 1.34, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9473052,-106.9170153, 3499.0, 2022, 6, 24, 15, 18, 55, 1011, 2335, 329, 64, 1.4, 0.8, 1.1, 0, 34, 28, 0, 0, 36, 0, 0, 0, 0, 33, 35, 28, 31, 0, 0, 32, 0, 37, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 98.51, 6, drogue, -23.05, 67509.00, 3296.05, 1966.25, -27.76, 33.2, 1.34, 3.99, 3.99, 0.03, 0.00, 0.00, 64.27, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9473052,-106.9170153, 3499.0, 2022, 6, 24, 15, 18, 55, 1011, 2335, 329, 64, 1.4, 0.8, 1.1, 0, 34, 28, 0, 0, 36, 0, 0, 0, 0, 33, 35, 28, 31, 0, 0, 32, 0, 37, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 98.58, 6, drogue, -23.05, 67509.00, 3296.05, 1966.25, -27.76, 33.2, 1.35, 3.98, 3.99, 0.03, 0.00, 0.00, 64.27, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9473052,-106.9170153, 3499.0, 2022, 6, 24, 15, 18, 55, 1011, 2335, 329, 64, 1.4, 0.8, 1.1, 0, 34, 28, 0, 0, 36, 0, 0, 0, 0, 33, 35, 28, 31, 0, 0, 32, 0, 37, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 98.61, 6, drogue, -24.52, 67526.00, 3294.09, 1964.29, -27.56, 33.2, 1.35, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9473052,-106.9170153, 3499.0, 2022, 6, 24, 15, 18, 55, 1011, 2335, 329, 64, 1.4, 0.8, 1.1, 0, 34, 28, 0, 0, 36, 0, 0, 0, 0, 33, 35, 28, 31, 0, 0, 32, 0, 37, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 98.71, 6, drogue, -20.59, 67549.00, 3291.43, 1961.63, -27.31, 33.2, 1.35, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9473052,-106.9170153, 3499.0, 2022, 6, 24, 15, 18, 55, 1011, 2335, 329, 64, 1.4, 0.8, 1.1, 0, 34, 28, 0, 0, 36, 0, 0, 0, 0, 33, 35, 28, 31, 0, 0, 32, 0, 37, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 98.81, 6, drogue, -23.05, 67529.00, 3293.74, 1963.94, -27.03, 33.2, 1.35, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9473052,-106.9170153, 3499.0, 2022, 6, 24, 15, 18, 55, 1011, 2335, 329, 64, 1.4, 0.8, 1.1, 0, 34, 28, 0, 0, 36, 0, 0, 0, 0, 33, 35, 28, 31, 0, 0, 32, 0, 37, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 98.90, 6, drogue, -23.05, 67529.00, 3293.74, 1963.94, -27.03, 33.2, 1.33, 3.97, 3.97, 0.09, 0.00, 0.00, 64.15, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9473052,-106.9170153, 3499.0, 2022, 6, 24, 15, 18, 55, 1011, 2335, 329, 64, 1.4, 0.8, 1.1, 0, 34, 28, 0, 0, 36, 0, 0, 0, 0, 33, 35, 28, 31, 0, 0, 32, 0, 37, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 98.91, 6, drogue, -20.59, 67570.00, 3289.00, 1959.20, -26.75, 33.2, 1.33, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9473052,-106.9170153, 3499.0, 2022, 6, 24, 15, 18, 55, 1011, 2335, 329, 64, 1.4, 0.8, 1.1, 0, 34, 28, 0, 0, 36, 0, 0, 0, 0, 33, 35, 28, 31, 0, 0, 32, 0, 37, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 99.01, 6, drogue, -20.10, 67609.00, 3284.50, 1954.70, -26.45, 33.2, 1.33, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9473052,-106.9170153, 3499.0, 2022, 6, 24, 15, 18, 55, 1011, 2335, 329, 64, 1.4, 0.8, 1.1, 0, 34, 28, 0, 0, 36, 0, 0, 0, 0, 33, 35, 28, 31, 0, 0, 32, 0, 37, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 99.11, 6, drogue, -19.61, 67647.00, 3280.11, 1950.31, -26.08, 33.2, 1.33, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9473052,-106.9170153, 3499.0, 2022, 6, 24, 15, 18, 55, 1011, 2335, 329, 64, 1.4, 0.8, 1.1, 0, 34, 28, 0, 0, 36, 0, 0, 0, 0, 33, 35, 28, 31, 0, 0, 32, 0, 37, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 99.21, 6, drogue, -19.12, 67661.00, 3278.49, 1948.69, -25.66, 33.2, 1.33, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9473052,-106.9170153, 3499.0, 2022, 6, 24, 15, 18, 55, 1011, 2335, 329, 64, 1.4, 0.8, 1.1, 0, 34, 28, 0, 0, 36, 0, 0, 0, 0, 33, 35, 28, 31, 0, 0, 32, 0, 37, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 99.22, 6, drogue, -19.12, 67661.00, 3278.49, 1948.69, -25.66, 33.2, 1.32, 3.96, 3.98, 0.00, 0.00, 0.00, 63.91, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9473052,-106.9170153, 3499.0, 2022, 6, 24, 15, 18, 55, 1011, 2335, 329, 64, 1.4, 0.8, 1.1, 0, 34, 28, 0, 0, 36, 0, 0, 0, 0, 33, 35, 28, 31, 0, 0, 32, 0, 37, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 99.30, 6, drogue, -19.12, 67661.00, 3278.49, 1948.69, -25.66, 33.2, 1.32, 3.96, 3.98, 0.00, 0.00, 0.00, 63.91, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9473052,-106.9170153, 3499.0, 2022, 6, 24, 15, 18, 55, 1011, 2335, 329, 64, 1.4, 0.8, 1.1, 0, 34, 28, 0, 0, 36, 0, 0, 0, 0, 33, 35, 28, 31, 0, 0, 32, 0, 37, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 99.30, 6, drogue, -19.12, 67661.00, 3278.49, 1948.69, -25.66, 33.2, 1.32, 3.96, 3.98, 0.00, 0.00, 0.00, 63.91, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9473052,-106.9170153, 3499.0, 2022, 6, 24, 15, 18, 55, 1011, 2335, 329, 64, 1.4, 0.8, 1.1, 0, 34, 28, 0, 0, 36, 0, 0, 0, 0, 33, 35, 28, 31, 0, 0, 32, 0, 37, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 99.31, 6, drogue, -20.10, 67686.00, 3275.61, 1945.81, -25.23, 33.2, 1.32, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9473467,-106.9169811, 3470.0, 2022, 6, 24, 15, 18, 56, 1014, 2310, 329, 64, 1.4, 0.8, 1.1, 0, 32, 24, 0, 0, 36, 0, 0, 0, 0, 33, 38, 22, 34, 0, 0, 27, 0, 36, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 99.41, 6, drogue, -21.08, 67669.00, 3277.57, 1947.77, -24.84, 33.2, 1.32, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9473467,-106.9169811, 3470.0, 2022, 6, 24, 15, 18, 56, 1014, 2310, 329, 64, 1.4, 0.8, 1.1, 0, 32, 24, 0, 0, 36, 0, 0, 0, 0, 33, 38, 22, 34, 0, 0, 27, 0, 36, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 99.51, 6, drogue, -19.61, 67729.00, 3270.65, 1940.84, -24.52, 33.2, 1.32, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9473467,-106.9169811, 3470.0, 2022, 6, 24, 15, 18, 56, 1014, 2310, 329, 64, 1.4, 0.8, 1.1, 0, 32, 24, 0, 0, 36, 0, 0, 0, 0, 33, 38, 22, 34, 0, 0, 27, 0, 36, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 99.54, 6, drogue, -19.61, 67729.00, 3270.65, 1940.84, -24.52, 33.2, 1.33, 3.99, 3.98, 0.00, 0.00, 0.00, 63.84, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9473467,-106.9169811, 3470.0, 2022, 6, 24, 15, 18, 56, 1014, 2310, 329, 64, 1.4, 0.8, 1.1, 0, 32, 24, 0, 0, 36, 0, 0, 0, 0, 33, 38, 22, 34, 0, 0, 27, 0, 36, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 99.61, 6, drogue, -17.65, 67757.00, 3267.42, 1937.62, -24.20, 33.2, 1.33, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9473467,-106.9169811, 3470.0, 2022, 6, 24, 15, 18, 56, 1014, 2310, 329, 64, 1.4, 0.8, 1.1, 0, 32, 24, 0, 0, 36, 0, 0, 0, 0, 33, 38, 22, 34, 0, 0, 27, 0, 36, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 99.71, 6, drogue, -19.12, 67767.00, 3266.26, 1936.46, -23.94, 33.2, 1.33, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9473467,-106.9169811, 3470.0, 2022, 6, 24, 15, 18, 56, 1014, 2310, 329, 64, 1.4, 0.8, 1.1, 0, 32, 24, 0, 0, 36, 0, 0, 0, 0, 33, 38, 22, 34, 0, 0, 27, 0, 36, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 99.81, 6, drogue, -19.12, 67815.00, 3260.73, 1930.93, -23.75, 33.2, 1.33, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9473467,-106.9169811, 3470.0, 2022, 6, 24, 15, 18, 56, 1014, 2310, 329, 64, 1.4, 0.8, 1.1, 0, 32, 24, 0, 0, 36, 0, 0, 0, 0, 33, 38, 22, 34, 0, 0, 27, 0, 36, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 99.86, 6, drogue, -19.12, 67815.00, 3260.73, 1930.93, -23.75, 33.2, 1.33, 3.98, 3.99, 0.03, 0.00, 0.00, 64.21, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9473467,-106.9169811, 3470.0, 2022, 6, 24, 15, 18, 56, 1014, 2310, 329, 64, 1.4, 0.8, 1.1, 0, 32, 24, 0, 0, 36, 0, 0, 0, 0, 33, 38, 22, 34, 0, 0, 27, 0, 36, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 99.91, 6, drogue, -22.06, 67850.00, 3256.70, 1926.90, -23.59, 33.2, 1.33, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9473467,-106.9169811, 3470.0, 2022, 6, 24, 15, 18, 56, 1014, 2310, 329, 64, 1.4, 0.8, 1.1, 0, 32, 24, 0, 0, 36, 0, 0, 0, 0, 33, 38, 22, 34, 0, 0, 27, 0, 36, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 100.01, 6, drogue, -17.65, 67846.00, 3257.16, 1927.36, -23.48, 33.2, 1.33, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9473467,-106.9169811, 3470.0, 2022, 6, 24, 15, 18, 56, 1014, 2310, 329, 64, 1.4, 0.8, 1.1, 0, 32, 24, 0, 0, 36, 0, 0, 0, 0, 33, 38, 22, 34, 0, 0, 27, 0, 36, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 100.11, 6, drogue, -13.73, 67908.00, 3250.02, 1920.22, -23.47, 33.2, 1.33, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9473467,-106.9169811, 3470.0, 2022, 6, 24, 15, 18, 56, 1014, 2310, 329, 64, 1.4, 0.8, 1.1, 0, 32, 24, 0, 0, 36, 0, 0, 0, 0, 33, 38, 22, 34, 0, 0, 27, 0, 36, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 100.18, 6, drogue, -13.73, 67908.00, 3250.02, 1920.22, -23.47, 33.2, 1.34, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9473467,-106.9169811, 3470.0, 2022, 6, 24, 15, 18, 56, 1014, 2310, 329, 64, 1.4, 0.8, 1.1, 0, 32, 24, 0, 0, 36, 0, 0, 0, 0, 33, 38, 22, 34, 0, 0, 27, 0, 36, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 100.21, 6, drogue, -21.08, 67898.00, 3251.17, 1921.37, -23.51, 33.2, 1.34, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9473467,-106.9169811, 3470.0, 2022, 6, 24, 15, 18, 56, 1014, 2310, 329, 64, 1.4, 0.8, 1.1, 0, 32, 24, 0, 0, 36, 0, 0, 0, 0, 33, 38, 22, 34, 0, 0, 27, 0, 36, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 100.31, 6, drogue, -20.59, 67902.00, 3250.71, 1920.91, -23.66, 33.2, 1.34, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9474173,-106.9169438, 3441.0, 2022, 6, 24, 15, 18, 57, 1019, 2286, 330, 64, 1.4, 0.8, 1.1, 0, 27, 34, 0, 0, 36, 0, 0, 0, 0, 26, 31, 25, 36, 0, 0, 38, 0, 35, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 100.31, 6, drogue, -20.59, 67902.00, 3250.71, 1920.91, -23.66, 33.2, 1.34, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9474173,-106.9169438, 3441.0, 2022, 6, 24, 15, 18, 57, 1019, 2286, 330, 64, 1.4, 0.8, 1.1, 0, 27, 34, 0, 0, 36, 0, 0, 0, 0, 26, 31, 25, 36, 0, 0, 38, 0, 35, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 100.31, 6, drogue, -20.59, 67902.00, 3250.71, 1920.91, -23.66, 33.2, 1.34, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9474173,-106.9169438, 3441.0, 2022, 6, 24, 15, 18, 57, 1019, 2286, 330, 64, 1.4, 0.8, 1.1, 0, 27, 34, 0, 0, 36, 0, 0, 0, 0, 26, 31, 25, 36, 0, 0, 38, 0, 35, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 100.41, 6, drogue, -19.61, 67872.00, 3254.17, 1924.36, -23.84, 33.2, 1.34, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9474173,-106.9169438, 3441.0, 2022, 6, 24, 15, 18, 57, 1019, 2286, 330, 64, 1.4, 0.8, 1.1, 0, 27, 34, 0, 0, 36, 0, 0, 0, 0, 26, 31, 25, 36, 0, 0, 38, 0, 35, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 100.50, 6, drogue, -19.61, 67872.00, 3254.17, 1924.36, -23.84, 33.2, 1.33, 3.97, 3.99, 0.09, 0.00, 0.00, 64.09, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474173,-106.9169438, 3441.0, 2022, 6, 24, 15, 18, 57, 1019, 2286, 330, 64, 1.4, 0.8, 1.1, 0, 27, 34, 0, 0, 36, 0, 0, 0, 0, 26, 31, 25, 36, 0, 0, 38, 0, 35, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 100.51, 6, drogue, -19.12, 67900.00, 3250.94, 1921.14, -24.01, 33.2, 1.33, 3.97, 3.99, 0.02, 0.00, 0.00, 63.97, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474173,-106.9169438, 3441.0, 2022, 6, 24, 15, 18, 57, 1019, 2286, 330, 64, 1.4, 0.8, 1.1, 0, 27, 34, 0, 0, 36, 0, 0, 0, 0, 26, 31, 25, 36, 0, 0, 38, 0, 35, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 100.61, 6, drogue, -15.69, 67946.00, 3245.65, 1915.85, -24.19, 33.2, 1.33, 3.97, 3.99, 0.02, 0.00, 0.00, 63.97, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474173,-106.9169438, 3441.0, 2022, 6, 24, 15, 18, 57, 1019, 2286, 330, 64, 1.4, 0.8, 1.1, 0, 27, 34, 0, 0, 36, 0, 0, 0, 0, 26, 31, 25, 36, 0, 0, 38, 0, 35, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 100.71, 6, drogue, -11.28, 67950.00, 3245.19, 1915.39, -24.43, 33.2, 1.33, 3.97, 3.99, 0.02, 0.00, 0.00, 63.97, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474173,-106.9169438, 3441.0, 2022, 6, 24, 15, 18, 57, 1019, 2286, 330, 64, 1.4, 0.8, 1.1, 0, 27, 34, 0, 0, 36, 0, 0, 0, 0, 26, 31, 25, 36, 0, 0, 38, 0, 35, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 100.81, 6, drogue, -6.86, 67948.00, 3245.42, 1915.62, -24.75, 33.2, 1.33, 3.97, 3.99, 0.02, 0.00, 0.00, 63.97, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474173,-106.9169438, 3441.0, 2022, 6, 24, 15, 18, 57, 1019, 2286, 330, 64, 1.4, 0.8, 1.1, 0, 27, 34, 0, 0, 36, 0, 0, 0, 0, 26, 31, 25, 36, 0, 0, 38, 0, 35, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 100.82, 6, drogue, -6.86, 67948.00, 3245.42, 1915.62, -24.75, 33.2, 1.34, 3.97, 3.98, 0.02, 0.00, 0.00, 63.97, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474173,-106.9169438, 3441.0, 2022, 6, 24, 15, 18, 57, 1019, 2286, 330, 64, 1.4, 0.8, 1.1, 0, 27, 34, 0, 0, 36, 0, 0, 0, 0, 26, 31, 25, 36, 0, 0, 38, 0, 35, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 100.91, 6, drogue, -13.24, 67993.00, 3240.24, 1910.44, -25.11, 33.2, 1.34, 3.97, 3.98, 0.02, 0.00, 0.00, 63.97, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474173,-106.9169438, 3441.0, 2022, 6, 24, 15, 18, 57, 1019, 2286, 330, 64, 1.4, 0.8, 1.1, 0, 27, 34, 0, 0, 36, 0, 0, 0, 0, 26, 31, 25, 36, 0, 0, 38, 0, 35, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 101.01, 6, drogue, -5.39, 68003.00, 3239.09, 1909.29, -25.50, 33.2, 1.34, 3.97, 3.98, 0.02, 0.00, 0.00, 63.97, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474173,-106.9169438, 3441.0, 2022, 6, 24, 15, 18, 57, 1019, 2286, 330, 64, 1.4, 0.8, 1.1, 0, 27, 34, 0, 0, 36, 0, 0, 0, 0, 26, 31, 25, 36, 0, 0, 38, 0, 35, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 101.11, 6, drogue, -10.30, 67990.00, 3240.59, 1910.79, -25.89, 33.2, 1.34, 3.97, 3.98, 0.02, 0.00, 0.00, 63.97, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474173,-106.9169438, 3441.0, 2022, 6, 24, 15, 18, 57, 1019, 2286, 330, 64, 1.4, 0.8, 1.1, 0, 27, 34, 0, 0, 36, 0, 0, 0, 0, 26, 31, 25, 36, 0, 0, 38, 0, 35, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 101.14, 6, drogue, -10.30, 67990.00, 3240.59, 1910.79, -25.89, 33.2, 1.33, 3.99, 3.99, 0.02, 0.00, 0.00, 63.97, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474173,-106.9169438, 3441.0, 2022, 6, 24, 15, 18, 57, 1019, 2286, 330, 64, 1.4, 0.8, 1.1, 0, 27, 34, 0, 0, 36, 0, 0, 0, 0, 26, 31, 25, 36, 0, 0, 38, 0, 35, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 101.21, 6, drogue, -9.32, 67974.00, 3242.43, 1912.63, -26.28, 33.2, 1.33, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474173,-106.9169438, 3441.0, 2022, 6, 24, 15, 18, 57, 1019, 2286, 330, 64, 1.4, 0.8, 1.1, 0, 27, 34, 0, 0, 36, 0, 0, 0, 0, 26, 31, 25, 36, 0, 0, 38, 0, 35, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 101.31, 6, drogue, -11.28, 68035.00, 3235.41, 1905.61, -26.59, 33.2, 1.33, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475004,-106.9169220, 3413.0, 2022, 6, 24, 15, 18, 58, 1026, 2265, 330, 63, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 37, 31, 32, 24, 0, 0, 36, 0, 35, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 101.31, 6, drogue, -11.28, 68035.00, 3235.41, 1905.61, -26.59, 33.2, 1.33, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475004,-106.9169220, 3413.0, 2022, 6, 24, 15, 18, 58, 1026, 2265, 330, 63, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 37, 31, 32, 24, 0, 0, 36, 0, 35, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 101.31, 6, drogue, -11.28, 68035.00, 3235.41, 1905.61, -26.59, 33.2, 1.33, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475004,-106.9169220, 3413.0, 2022, 6, 24, 15, 18, 58, 1026, 2265, 330, 63, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 37, 31, 32, 24, 0, 0, 36, 0, 35, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 101.41, 6, drogue, -7.85, 68143.00, 3223.01, 1893.21, -26.84, 33.2, 1.33, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475004,-106.9169220, 3413.0, 2022, 6, 24, 15, 18, 58, 1026, 2265, 330, 63, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 37, 31, 32, 24, 0, 0, 36, 0, 35, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 101.46, 6, drogue, -7.85, 68143.00, 3223.01, 1893.21, -26.84, 33.2, 1.33, 3.98, 3.99, 0.02, 0.00, 0.00, 64.21, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475004,-106.9169220, 3413.0, 2022, 6, 24, 15, 18, 58, 1026, 2265, 330, 63, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 37, 31, 32, 24, 0, 0, 36, 0, 35, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 101.51, 6, drogue, -12.75, 68228.00, 3213.26, 1883.46, -27.09, 33.2, 1.33, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475004,-106.9169220, 3413.0, 2022, 6, 24, 15, 18, 58, 1026, 2265, 330, 63, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 37, 31, 32, 24, 0, 0, 36, 0, 35, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 101.61, 6, drogue, -13.73, 68210.00, 3215.32, 1885.52, -27.30, 33.2, 1.33, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475004,-106.9169220, 3413.0, 2022, 6, 24, 15, 18, 58, 1026, 2265, 330, 63, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 37, 31, 32, 24, 0, 0, 36, 0, 35, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 101.71, 6, drogue, -21.08, 68267.00, 3208.79, 1878.99, -27.39, 33.2, 1.33, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475004,-106.9169220, 3413.0, 2022, 6, 24, 15, 18, 58, 1026, 2265, 330, 63, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 37, 31, 32, 24, 0, 0, 36, 0, 35, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 101.78, 6, drogue, -21.08, 68267.00, 3208.79, 1878.99, -27.39, 33.2, 1.33, 3.96, 3.98, 0.02, 0.00, 0.00, 64.15, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 3.97, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475004,-106.9169220, 3413.0, 2022, 6, 24, 15, 18, 58, 1026, 2265, 330, 63, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 37, 31, 32, 24, 0, 0, 36, 0, 35, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 101.81, 6, drogue, -21.57, 68272.00, 3208.22, 1878.41, -27.38, 33.1, 1.33, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 3.97, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475004,-106.9169220, 3413.0, 2022, 6, 24, 15, 18, 58, 1026, 2265, 330, 63, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 37, 31, 32, 24, 0, 0, 36, 0, 35, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 101.91, 6, drogue, -17.65, 68234.00, 3212.57, 1882.77, -27.32, 33.1, 1.33, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 3.97, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475004,-106.9169220, 3413.0, 2022, 6, 24, 15, 18, 58, 1026, 2265, 330, 63, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 37, 31, 32, 24, 0, 0, 36, 0, 35, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 102.01, 6, drogue, -15.69, 68270.00, 3208.44, 1878.64, -27.14, 33.1, 1.33, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 3.97, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475004,-106.9169220, 3413.0, 2022, 6, 24, 15, 18, 58, 1026, 2265, 330, 63, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 37, 31, 32, 24, 0, 0, 36, 0, 35, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 102.10, 6, drogue, -15.69, 68270.00, 3208.44, 1878.64, -27.14, 33.1, 1.33, 3.99, 3.99, 0.00, 0.00, 0.00, 63.84, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.01, 0.00, 0.00, 1, 1, 11, 32.9475004,-106.9169220, 3413.0, 2022, 6, 24, 15, 18, 58, 1026, 2265, 330, 63, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 37, 31, 32, 24, 0, 0, 36, 0, 35, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 102.11, 6, drogue, -15.20, 68336.00, 3200.88, 1871.08, -27.02, 33.1, 1.33, 3.99, 3.99, 0.00, 0.01, 0.00, 64.21, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.01, 0.00, 0.00, 1, 1, 11, 32.9475004,-106.9169220, 3413.0, 2022, 6, 24, 15, 18, 58, 1026, 2265, 330, 63, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 37, 31, 32, 24, 0, 0, 36, 0, 35, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 102.21, 6, drogue, -7.85, 68345.00, 3199.85, 1870.05, -26.87, 33.1, 1.33, 3.99, 3.99, 0.00, 0.01, 0.00, 64.21, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.01, 0.00, 0.00, 1, 1, 11, 32.9475004,-106.9169220, 3413.0, 2022, 6, 24, 15, 18, 58, 1026, 2265, 330, 63, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 37, 31, 32, 24, 0, 0, 36, 0, 35, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 102.31, 6, drogue, -3.43, 68352.00, 3199.05, 1869.25, -26.66, 33.1, 1.33, 3.99, 3.99, 0.00, 0.01, 0.00, 64.21, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.01, 0.00, 0.00, 1, 1, 11, 32.9475004,-106.9169220, 3413.0, 2022, 6, 24, 15, 18, 58, 1026, 2265, 330, 63, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 37, 31, 32, 24, 0, 0, 36, 0, 35, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 102.31, 6, drogue, -3.43, 68352.00, 3199.05, 1869.25, -26.66, 33.1, 1.33, 3.99, 3.99, 0.00, 0.01, 0.00, 64.21, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.01, 0.00, 0.00, 1, 1, 11, 32.9475004,-106.9169220, 3413.0, 2022, 6, 24, 15, 18, 58, 1026, 2265, 330, 63, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 37, 31, 32, 24, 0, 0, 36, 0, 35, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 102.31, 6, drogue, -3.43, 68352.00, 3199.05, 1869.25, -26.66, 33.1, 1.33, 3.99, 3.99, 0.00, 0.01, 0.00, 64.21, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.01, 0.00, 0.00, 1, 1, 11, 32.9475004,-106.9169220, 3413.0, 2022, 6, 24, 15, 18, 58, 1026, 2265, 330, 63, 1.4, 0.8, 1.1, 0, 37, 30, 0, 0, 37, 0, 0, 0, 0, 37, 31, 32, 24, 0, 0, 36, 0, 35, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 102.41, 6, drogue, -4.41, 68328.00, 3201.80, 1872.00, -26.40, 33.1, 1.33, 3.99, 3.99, 0.00, 0.01, 0.00, 64.21, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.01, 0.00, 0.00, 1, 1, 11, 32.9475655,-106.9169222, 3384.0, 2022, 6, 24, 15, 18, 59, 1032, 2242, 330, 63, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 31, 0, 0, 0, 0, 37, 34, 32, 31, 0, 0, 33, 0, 31, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 102.42, 6, drogue, -4.41, 68328.00, 3201.80, 1872.00, -26.40, 33.1, 1.33, 3.99, 3.99, 0.00, 0.01, 0.00, 64.21, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475655,-106.9169222, 3384.0, 2022, 6, 24, 15, 18, 59, 1032, 2242, 330, 63, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 31, 0, 0, 0, 0, 37, 34, 32, 31, 0, 0, 33, 0, 31, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 102.51, 6, drogue, -7.85, 68281.00, 3207.18, 1877.38, -26.18, 33.1, 1.33, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475655,-106.9169222, 3384.0, 2022, 6, 24, 15, 18, 59, 1032, 2242, 330, 63, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 31, 0, 0, 0, 0, 37, 34, 32, 31, 0, 0, 33, 0, 31, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 102.61, 6, drogue, -5.39, 68297.00, 3205.35, 1875.55, -25.97, 33.1, 1.33, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475655,-106.9169222, 3384.0, 2022, 6, 24, 15, 18, 59, 1032, 2242, 330, 63, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 31, 0, 0, 0, 0, 37, 34, 32, 31, 0, 0, 33, 0, 31, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 102.71, 6, drogue, 2.45, 68400.00, 3193.56, 1863.76, -25.81, 33.1, 1.33, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475655,-106.9169222, 3384.0, 2022, 6, 24, 15, 18, 59, 1032, 2242, 330, 63, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 31, 0, 0, 0, 0, 37, 34, 32, 31, 0, 0, 33, 0, 31, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 102.74, 6, drogue, 2.45, 68400.00, 3193.56, 1863.76, -25.81, 33.1, 1.33, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475655,-106.9169222, 3384.0, 2022, 6, 24, 15, 18, 59, 1032, 2242, 330, 63, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 31, 0, 0, 0, 0, 37, 34, 32, 31, 0, 0, 33, 0, 31, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 102.81, 6, drogue, 4.90, 68525.00, 3179.26, 1849.46, -25.71, 33.1, 1.33, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475655,-106.9169222, 3384.0, 2022, 6, 24, 15, 18, 59, 1032, 2242, 330, 63, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 31, 0, 0, 0, 0, 37, 34, 32, 31, 0, 0, 33, 0, 31, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 102.91, 6, drogue, -13.24, 68527.00, 3179.04, 1849.23, -25.66, 33.1, 1.33, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475655,-106.9169222, 3384.0, 2022, 6, 24, 15, 18, 59, 1032, 2242, 330, 63, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 31, 0, 0, 0, 0, 37, 34, 32, 31, 0, 0, 33, 0, 31, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 103.01, 6, drogue, -16.18, 68561.00, 3175.15, 1845.35, -25.65, 33.1, 1.33, 3.99, 3.98, 0.00, 0.00, 0.00, 64.27, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475655,-106.9169222, 3384.0, 2022, 6, 24, 15, 18, 59, 1032, 2242, 330, 63, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 31, 0, 0, 0, 0, 37, 34, 32, 31, 0, 0, 33, 0, 31, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 103.06, 6, drogue, -16.18, 68561.00, 3175.15, 1845.35, -25.65, 33.1, 1.33, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9475655,-106.9169222, 3384.0, 2022, 6, 24, 15, 18, 59, 1032, 2242, 330, 63, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 31, 0, 0, 0, 0, 37, 34, 32, 31, 0, 0, 33, 0, 31, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 103.11, 6, drogue, -5.88, 68564.00, 3174.81, 1845.01, -25.69, 33.1, 1.33, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9475655,-106.9169222, 3384.0, 2022, 6, 24, 15, 18, 59, 1032, 2242, 330, 63, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 31, 0, 0, 0, 0, 37, 34, 32, 31, 0, 0, 33, 0, 31, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 103.21, 6, drogue, -3.43, 68597.00, 3171.04, 1841.24, -25.71, 33.1, 1.33, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9475655,-106.9169222, 3384.0, 2022, 6, 24, 15, 18, 59, 1032, 2242, 330, 63, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 31, 0, 0, 0, 0, 37, 34, 32, 31, 0, 0, 33, 0, 31, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 103.31, 6, drogue, -6.86, 68549.00, 3176.52, 1846.72, -25.81, 33.1, 1.33, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476104,-106.9169397, 3356.0, 2022, 6, 24, 15, 19, 0, 1037, 2219, 330, 62, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 36, 0, 0, 0, 0, 31, 34, 29, 35, 0, 0, 31, 0, 37, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 103.31, 6, drogue, -6.86, 68549.00, 3176.52, 1846.72, -25.81, 33.1, 1.33, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476104,-106.9169397, 3356.0, 2022, 6, 24, 15, 19, 0, 1037, 2219, 330, 62, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 36, 0, 0, 0, 0, 31, 34, 29, 35, 0, 0, 31, 0, 37, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 103.31, 6, drogue, -6.86, 68549.00, 3176.52, 1846.72, -25.81, 33.1, 1.33, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476104,-106.9169397, 3356.0, 2022, 6, 24, 15, 19, 0, 1037, 2219, 330, 62, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 36, 0, 0, 0, 0, 31, 34, 29, 35, 0, 0, 31, 0, 37, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 103.38, 6, drogue, -6.86, 68549.00, 3176.52, 1846.72, -25.81, 33.1, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.21, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476104,-106.9169397, 3356.0, 2022, 6, 24, 15, 19, 0, 1037, 2219, 330, 62, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 36, 0, 0, 0, 0, 31, 34, 29, 35, 0, 0, 31, 0, 37, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 103.41, 6, drogue, -16.67, 68579.00, 3173.10, 1843.30, -26.01, 33.1, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476104,-106.9169397, 3356.0, 2022, 6, 24, 15, 19, 0, 1037, 2219, 330, 62, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 36, 0, 0, 0, 0, 31, 34, 29, 35, 0, 0, 31, 0, 37, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 103.51, 6, drogue, -3.92, 68625.00, 3167.85, 1838.04, -26.25, 33.1, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476104,-106.9169397, 3356.0, 2022, 6, 24, 15, 19, 0, 1037, 2219, 330, 62, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 36, 0, 0, 0, 0, 31, 34, 29, 35, 0, 0, 31, 0, 37, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 103.61, 6, drogue, 2.94, 68657.00, 3164.19, 1834.39, -26.47, 33.1, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476104,-106.9169397, 3356.0, 2022, 6, 24, 15, 19, 0, 1037, 2219, 330, 62, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 36, 0, 0, 0, 0, 31, 34, 29, 35, 0, 0, 31, 0, 37, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 103.70, 6, drogue, 2.94, 68657.00, 3164.19, 1834.39, -26.47, 33.1, 1.32, 3.99, 3.99, 0.09, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476104,-106.9169397, 3356.0, 2022, 6, 24, 15, 19, 0, 1037, 2219, 330, 62, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 36, 0, 0, 0, 0, 31, 34, 29, 35, 0, 0, 31, 0, 37, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 103.71, 6, drogue, -9.81, 68598.00, 3170.93, 1841.13, -26.71, 33.1, 1.32, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476104,-106.9169397, 3356.0, 2022, 6, 24, 15, 19, 0, 1037, 2219, 330, 62, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 36, 0, 0, 0, 0, 31, 34, 29, 35, 0, 0, 31, 0, 37, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 103.81, 6, drogue, -12.26, 68581.00, 3172.87, 1843.07, -26.90, 33.1, 1.32, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476104,-106.9169397, 3356.0, 2022, 6, 24, 15, 19, 0, 1037, 2219, 330, 62, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 36, 0, 0, 0, 0, 31, 34, 29, 35, 0, 0, 31, 0, 37, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 103.91, 6, drogue, -6.86, 68636.00, 3166.59, 1836.79, -27.06, 33.1, 1.32, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476104,-106.9169397, 3356.0, 2022, 6, 24, 15, 19, 0, 1037, 2219, 330, 62, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 36, 0, 0, 0, 0, 31, 34, 29, 35, 0, 0, 31, 0, 37, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 104.01, 6, drogue, -12.26, 68650.00, 3164.99, 1835.19, -27.23, 33.1, 1.32, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476104,-106.9169397, 3356.0, 2022, 6, 24, 15, 19, 0, 1037, 2219, 330, 62, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 36, 0, 0, 0, 0, 31, 34, 29, 35, 0, 0, 31, 0, 37, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 104.02, 6, drogue, -12.26, 68650.00, 3164.99, 1835.19, -27.23, 33.1, 1.31, 3.96, 3.98, 0.00, 0.00, 0.00, 64.27, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476104,-106.9169397, 3356.0, 2022, 6, 24, 15, 19, 0, 1037, 2219, 330, 62, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 36, 0, 0, 0, 0, 31, 34, 29, 35, 0, 0, 31, 0, 37, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 104.11, 6, drogue, -0.49, 68795.00, 3148.46, 1818.66, -27.43, 33.1, 1.31, 3.96, 3.98, 0.00, 0.00, 0.00, 63.78, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476104,-106.9169397, 3356.0, 2022, 6, 24, 15, 19, 0, 1037, 2219, 330, 62, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 36, 0, 0, 0, 0, 31, 34, 29, 35, 0, 0, 31, 0, 37, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 104.21, 6, drogue, -2.45, 68843.00, 3143.00, 1813.20, -27.59, 33.1, 1.31, 3.96, 3.98, 0.00, 0.00, 0.00, 63.78, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476104,-106.9169397, 3356.0, 2022, 6, 24, 15, 19, 0, 1037, 2219, 330, 62, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 36, 0, 0, 0, 0, 31, 34, 29, 35, 0, 0, 31, 0, 37, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 104.31, 6, drogue, -9.81, 68817.00, 3145.96, 1816.16, -27.71, 33.1, 1.31, 3.96, 3.98, 0.00, 0.00, 0.00, 63.78, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476673,-106.9169653, 3328.0, 2022, 6, 24, 15, 19, 1, 1044, 2198, 330, 62, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 33, 32, 31, 0, 0, 33, 0, 35, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 104.31, 6, drogue, -9.81, 68817.00, 3145.96, 1816.16, -27.71, 33.1, 1.31, 3.96, 3.98, 0.00, 0.00, 0.00, 63.78, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476673,-106.9169653, 3328.0, 2022, 6, 24, 15, 19, 1, 1044, 2198, 330, 62, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 33, 32, 31, 0, 0, 33, 0, 35, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 104.31, 6, drogue, -9.81, 68817.00, 3145.96, 1816.16, -27.71, 33.1, 1.31, 3.96, 3.98, 0.00, 0.00, 0.00, 63.78, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476673,-106.9169653, 3328.0, 2022, 6, 24, 15, 19, 1, 1044, 2198, 330, 62, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 33, 32, 31, 0, 0, 33, 0, 35, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 104.34, 6, drogue, -9.81, 68817.00, 3145.96, 1816.16, -27.71, 33.1, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 63.78, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476673,-106.9169653, 3328.0, 2022, 6, 24, 15, 19, 1, 1044, 2198, 330, 62, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 33, 32, 31, 0, 0, 33, 0, 35, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 104.41, 6, drogue, -14.71, 68806.00, 3147.21, 1817.41, -27.80, 33.1, 1.32, 3.98, 3.98, 0.03, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476673,-106.9169653, 3328.0, 2022, 6, 24, 15, 19, 1, 1044, 2198, 330, 62, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 33, 32, 31, 0, 0, 33, 0, 35, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 104.51, 6, drogue, -15.69, 68854.00, 3141.75, 1811.94, -27.86, 33.1, 1.32, 3.98, 3.98, 0.03, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476673,-106.9169653, 3328.0, 2022, 6, 24, 15, 19, 1, 1044, 2198, 330, 62, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 33, 32, 31, 0, 0, 33, 0, 35, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 104.61, 6, drogue, -16.67, 68837.00, 3143.68, 1813.88, -27.91, 33.1, 1.32, 3.98, 3.98, 0.03, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476673,-106.9169653, 3328.0, 2022, 6, 24, 15, 19, 1, 1044, 2198, 330, 62, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 33, 32, 31, 0, 0, 33, 0, 35, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 104.66, 6, drogue, -16.67, 68837.00, 3143.68, 1813.88, -27.91, 33.1, 1.32, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476673,-106.9169653, 3328.0, 2022, 6, 24, 15, 19, 1, 1044, 2198, 330, 62, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 33, 32, 31, 0, 0, 33, 0, 35, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 104.71, 6, drogue, -19.12, 68921.00, 3134.12, 1804.32, -27.97, 33.1, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476673,-106.9169653, 3328.0, 2022, 6, 24, 15, 19, 1, 1044, 2198, 330, 62, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 33, 32, 31, 0, 0, 33, 0, 35, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 104.81, 6, drogue, -17.16, 68971.00, 3128.44, 1798.64, -28.08, 33.1, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476673,-106.9169653, 3328.0, 2022, 6, 24, 15, 19, 1, 1044, 2198, 330, 62, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 33, 32, 31, 0, 0, 33, 0, 35, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 104.91, 6, drogue, -9.81, 68966.00, 3129.01, 1799.21, -28.14, 33.1, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476673,-106.9169653, 3328.0, 2022, 6, 24, 15, 19, 1, 1044, 2198, 330, 62, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 33, 32, 31, 0, 0, 33, 0, 35, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 104.98, 6, drogue, -9.81, 68966.00, 3129.01, 1799.21, -28.14, 33.1, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9476673,-106.9169653, 3328.0, 2022, 6, 24, 15, 19, 1, 1044, 2198, 330, 62, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 33, 32, 31, 0, 0, 33, 0, 35, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 105.01, 6, drogue, -10.79, 68991.00, 3126.17, 1796.36, -28.15, 33.1, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.09, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9476673,-106.9169653, 3328.0, 2022, 6, 24, 15, 19, 1, 1044, 2198, 330, 62, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 33, 32, 31, 0, 0, 33, 0, 35, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 105.11, 6, drogue, -20.10, 69015.00, 3123.44, 1793.64, -28.12, 33.1, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.09, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9476673,-106.9169653, 3328.0, 2022, 6, 24, 15, 19, 1, 1044, 2198, 330, 62, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 33, 32, 31, 0, 0, 33, 0, 35, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 105.21, 6, drogue, -16.18, 68984.00, 3126.96, 1797.16, -28.07, 33.1, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.09, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9476673,-106.9169653, 3328.0, 2022, 6, 24, 15, 19, 1, 1044, 2198, 330, 62, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 33, 32, 31, 0, 0, 33, 0, 35, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 105.30, 6, drogue, -16.18, 68984.00, 3126.96, 1797.16, -28.07, 33.1, 1.32, 3.99, 3.99, 0.08, 0.00, 0.00, 64.09, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.01, 1, 1, 11, 32.9476673,-106.9169653, 3328.0, 2022, 6, 24, 15, 19, 1, 1044, 2198, 330, 62, 1.4, 0.8, 1.1, 0, 31, 30, 0, 0, 33, 0, 0, 0, 0, 31, 33, 32, 31, 0, 0, 33, 0, 35, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 105.31, 6, drogue, -14.71, 69005.00, 3124.57, 1794.77, -27.95, 33.1, 1.32, 3.99, 3.99, 0.02, 0.00, 0.01, 64.27, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.01, 1, 1, 11, 32.9477182,-106.9169846, 3301.0, 2022, 6, 24, 15, 19, 2, 1049, 2177, 330, 61, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 31, 33, 26, 37, 0, 0, 34, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 105.31, 6, drogue, -14.71, 69005.00, 3124.57, 1794.77, -27.95, 33.1, 1.32, 3.99, 3.99, 0.02, 0.00, 0.01, 64.27, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.01, 1, 1, 11, 32.9477182,-106.9169846, 3301.0, 2022, 6, 24, 15, 19, 2, 1049, 2177, 330, 61, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 31, 33, 26, 37, 0, 0, 34, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 105.31, 6, drogue, -14.71, 69005.00, 3124.57, 1794.77, -27.95, 33.1, 1.32, 3.99, 3.99, 0.02, 0.00, 0.01, 64.27, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.01, 1, 1, 11, 32.9477182,-106.9169846, 3301.0, 2022, 6, 24, 15, 19, 2, 1049, 2177, 330, 61, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 31, 33, 26, 37, 0, 0, 34, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 105.41, 6, drogue, -15.69, 69067.00, 3117.53, 1787.73, -27.86, 33.1, 1.32, 3.99, 3.99, 0.02, 0.00, 0.01, 64.27, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.01, 1, 1, 11, 32.9477182,-106.9169846, 3301.0, 2022, 6, 24, 15, 19, 2, 1049, 2177, 330, 61, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 31, 33, 26, 37, 0, 0, 34, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 105.51, 6, drogue, -13.73, 69103.00, 3113.45, 1783.65, -27.78, 33.1, 1.32, 3.99, 3.99, 0.02, 0.00, 0.01, 64.27, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.01, 1, 1, 11, 32.9477182,-106.9169846, 3301.0, 2022, 6, 24, 15, 19, 2, 1049, 2177, 330, 61, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 31, 33, 26, 37, 0, 0, 34, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 105.61, 6, drogue, -14.71, 69133.00, 3110.04, 1780.24, -27.70, 33.1, 1.32, 3.99, 3.99, 0.02, 0.00, 0.01, 64.27, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.01, 1, 1, 11, 32.9477182,-106.9169846, 3301.0, 2022, 6, 24, 15, 19, 2, 1049, 2177, 330, 61, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 31, 33, 26, 37, 0, 0, 34, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 105.62, 6, drogue, -14.71, 69133.00, 3110.04, 1780.24, -27.70, 33.1, 1.32, 3.99, 3.99, 0.02, 0.00, 0.01, 64.27, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477182,-106.9169846, 3301.0, 2022, 6, 24, 15, 19, 2, 1049, 2177, 330, 61, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 31, 33, 26, 37, 0, 0, 34, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 105.71, 6, drogue, -14.22, 69154.00, 3107.66, 1777.86, -27.57, 33.1, 1.32, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477182,-106.9169846, 3301.0, 2022, 6, 24, 15, 19, 2, 1049, 2177, 330, 61, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 31, 33, 26, 37, 0, 0, 34, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 105.81, 6, drogue, -16.67, 69149.00, 3108.23, 1778.43, -27.45, 33.1, 1.32, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477182,-106.9169846, 3301.0, 2022, 6, 24, 15, 19, 2, 1049, 2177, 330, 61, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 31, 33, 26, 37, 0, 0, 34, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 105.91, 6, drogue, -18.63, 69188.00, 3103.81, 1774.00, -27.37, 33.1, 1.32, 3.99, 3.99, 0.09, 0.00, 0.00, 64.21, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477182,-106.9169846, 3301.0, 2022, 6, 24, 15, 19, 2, 1049, 2177, 330, 61, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 31, 33, 26, 37, 0, 0, 34, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 105.94, 6, drogue, -18.63, 69188.00, 3103.81, 1774.00, -27.37, 33.1, 1.31, 3.98, 3.98, 0.09, 0.00, 0.00, 64.21, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477182,-106.9169846, 3301.0, 2022, 6, 24, 15, 19, 2, 1049, 2177, 330, 61, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 31, 33, 26, 37, 0, 0, 34, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 106.01, 6, drogue, -17.65, 69213.00, 3100.97, 1771.17, -27.27, 33.1, 1.31, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477182,-106.9169846, 3301.0, 2022, 6, 24, 15, 19, 2, 1049, 2177, 330, 61, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 31, 33, 26, 37, 0, 0, 34, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 106.11, 6, drogue, -15.69, 69251.00, 3096.67, 1766.86, -27.21, 33.1, 1.31, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477182,-106.9169846, 3301.0, 2022, 6, 24, 15, 19, 2, 1049, 2177, 330, 61, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 31, 33, 26, 37, 0, 0, 34, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 106.21, 6, drogue, -19.12, 69272.00, 3094.29, 1764.49, -27.16, 33.1, 1.31, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477182,-106.9169846, 3301.0, 2022, 6, 24, 15, 19, 2, 1049, 2177, 330, 61, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 31, 33, 26, 37, 0, 0, 34, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 106.26, 6, drogue, -19.12, 69272.00, 3094.29, 1764.49, -27.16, 33.1, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477182,-106.9169846, 3301.0, 2022, 6, 24, 15, 19, 2, 1049, 2177, 330, 61, 1.4, 0.8, 1.1, 0, 31, 29, 0, 0, 38, 0, 0, 0, 0, 31, 33, 26, 37, 0, 0, 34, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 106.31, 6, drogue, -17.65, 69273.00, 3094.17, 1764.37, -27.03, 33.1, 1.32, 3.98, 3.98, 0.09, 0.00, 0.00, 64.09, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477425,-106.9169784, 3272.0, 2022, 6, 24, 15, 19, 3, 1052, 2152, 331, 61, 1.4, 0.8, 1.1, 0, 35, 36, 0, 0, 38, 0, 0, 0, 0, 34, 27, 28, 34, 0, 0, 38, 0, 36, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 106.31, 6, drogue, -17.65, 69273.00, 3094.17, 1764.37, -27.03, 33.1, 1.32, 3.98, 3.98, 0.09, 0.00, 0.00, 64.09, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477425,-106.9169784, 3272.0, 2022, 6, 24, 15, 19, 3, 1052, 2152, 331, 61, 1.4, 0.8, 1.1, 0, 35, 36, 0, 0, 38, 0, 0, 0, 0, 34, 27, 28, 34, 0, 0, 38, 0, 36, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 106.31, 6, drogue, -17.65, 69273.00, 3094.17, 1764.37, -27.03, 33.1, 1.32, 3.98, 3.98, 0.09, 0.00, 0.00, 64.09, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477425,-106.9169784, 3272.0, 2022, 6, 24, 15, 19, 3, 1052, 2152, 331, 61, 1.4, 0.8, 1.1, 0, 35, 36, 0, 0, 38, 0, 0, 0, 0, 34, 27, 28, 34, 0, 0, 38, 0, 36, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 106.41, 6, drogue, -19.12, 69328.00, 3087.95, 1758.15, -26.88, 33.1, 1.32, 3.98, 3.98, 0.09, 0.00, 0.00, 64.09, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477425,-106.9169784, 3272.0, 2022, 6, 24, 15, 19, 3, 1052, 2152, 331, 61, 1.4, 0.8, 1.1, 0, 35, 36, 0, 0, 38, 0, 0, 0, 0, 34, 27, 28, 34, 0, 0, 38, 0, 36, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 106.51, 6, drogue, -20.59, 69360.00, 3084.33, 1754.52, -26.77, 33.1, 1.32, 3.98, 3.98, 0.09, 0.00, 0.00, 64.09, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477425,-106.9169784, 3272.0, 2022, 6, 24, 15, 19, 3, 1052, 2152, 331, 61, 1.4, 0.8, 1.1, 0, 35, 36, 0, 0, 38, 0, 0, 0, 0, 34, 27, 28, 34, 0, 0, 38, 0, 36, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 106.58, 6, drogue, -20.59, 69360.00, 3084.33, 1754.52, -26.77, 33.1, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9477425,-106.9169784, 3272.0, 2022, 6, 24, 15, 19, 3, 1052, 2152, 331, 61, 1.4, 0.8, 1.1, 0, 35, 36, 0, 0, 38, 0, 0, 0, 0, 34, 27, 28, 34, 0, 0, 38, 0, 36, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 106.61, 6, drogue, -19.12, 69376.00, 3082.51, 1752.71, -26.66, 33.1, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9477425,-106.9169784, 3272.0, 2022, 6, 24, 15, 19, 3, 1052, 2152, 331, 61, 1.4, 0.8, 1.1, 0, 35, 36, 0, 0, 38, 0, 0, 0, 0, 34, 27, 28, 34, 0, 0, 38, 0, 36, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 106.71, 6, drogue, -22.06, 69357.00, 3084.66, 1754.86, -26.61, 33.1, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9477425,-106.9169784, 3272.0, 2022, 6, 24, 15, 19, 3, 1052, 2152, 331, 61, 1.4, 0.8, 1.1, 0, 35, 36, 0, 0, 38, 0, 0, 0, 0, 34, 27, 28, 34, 0, 0, 38, 0, 36, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 106.81, 6, drogue, -22.56, 69416.00, 3077.99, 1748.19, -26.58, 33.1, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9477425,-106.9169784, 3272.0, 2022, 6, 24, 15, 19, 3, 1052, 2152, 331, 61, 1.4, 0.8, 1.1, 0, 35, 36, 0, 0, 38, 0, 0, 0, 0, 34, 27, 28, 34, 0, 0, 38, 0, 36, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 106.90, 6, drogue, -22.56, 69416.00, 3077.99, 1748.19, -26.58, 33.1, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9477425,-106.9169784, 3272.0, 2022, 6, 24, 15, 19, 3, 1052, 2152, 331, 61, 1.4, 0.8, 1.1, 0, 35, 36, 0, 0, 38, 0, 0, 0, 0, 34, 27, 28, 34, 0, 0, 38, 0, 36, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 106.91, 6, drogue, -16.18, 69451.00, 3074.03, 1744.23, -26.48, 33.1, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9477425,-106.9169784, 3272.0, 2022, 6, 24, 15, 19, 3, 1052, 2152, 331, 61, 1.4, 0.8, 1.1, 0, 35, 36, 0, 0, 38, 0, 0, 0, 0, 34, 27, 28, 34, 0, 0, 38, 0, 36, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 107.01, 6, drogue, -19.61, 69459.00, 3073.13, 1743.33, -26.40, 33.1, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9477425,-106.9169784, 3272.0, 2022, 6, 24, 15, 19, 3, 1052, 2152, 331, 61, 1.4, 0.8, 1.1, 0, 35, 36, 0, 0, 38, 0, 0, 0, 0, 34, 27, 28, 34, 0, 0, 38, 0, 36, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 107.11, 6, drogue, -19.12, 69482.00, 3070.53, 1740.73, -26.28, 33.1, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9477425,-106.9169784, 3272.0, 2022, 6, 24, 15, 19, 3, 1052, 2152, 331, 61, 1.4, 0.8, 1.1, 0, 35, 36, 0, 0, 38, 0, 0, 0, 0, 34, 27, 28, 34, 0, 0, 38, 0, 36, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 107.21, 6, drogue, -14.22, 69504.00, 3068.05, 1738.25, -26.16, 33.1, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9477425,-106.9169784, 3272.0, 2022, 6, 24, 15, 19, 3, 1052, 2152, 331, 61, 1.4, 0.8, 1.1, 0, 35, 36, 0, 0, 38, 0, 0, 0, 0, 34, 27, 28, 34, 0, 0, 38, 0, 36, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 107.22, 6, drogue, -14.22, 69504.00, 3068.05, 1738.25, -26.16, 33.1, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477425,-106.9169784, 3272.0, 2022, 6, 24, 15, 19, 3, 1052, 2152, 331, 61, 1.4, 0.8, 1.1, 0, 35, 36, 0, 0, 38, 0, 0, 0, 0, 34, 27, 28, 34, 0, 0, 38, 0, 36, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 107.31, 6, drogue, -19.12, 69517.00, 3066.58, 1736.78, -26.06, 33.1, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477522,-106.9169510, 3243.0, 2022, 6, 24, 15, 19, 4, 1051, 2127, 331, 60, 1.4, 0.8, 1.1, 0, 32, 31, 0, 0, 29, 0, 0, 0, 0, 31, 32, 27, 37, 0, 0, 36, 0, 33, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 107.31, 6, drogue, -19.12, 69517.00, 3066.58, 1736.78, -26.06, 33.1, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477522,-106.9169510, 3243.0, 2022, 6, 24, 15, 19, 4, 1051, 2127, 331, 60, 1.4, 0.8, 1.1, 0, 32, 31, 0, 0, 29, 0, 0, 0, 0, 31, 32, 27, 37, 0, 0, 36, 0, 33, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 107.31, 6, drogue, -19.12, 69517.00, 3066.58, 1736.78, -26.06, 33.1, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477522,-106.9169510, 3243.0, 2022, 6, 24, 15, 19, 4, 1051, 2127, 331, 60, 1.4, 0.8, 1.1, 0, 32, 31, 0, 0, 29, 0, 0, 0, 0, 31, 32, 27, 37, 0, 0, 36, 0, 33, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 107.41, 6, drogue, -20.10, 69558.00, 3061.95, 1732.15, -26.06, 33.0, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477522,-106.9169510, 3243.0, 2022, 6, 24, 15, 19, 4, 1051, 2127, 331, 60, 1.4, 0.8, 1.1, 0, 32, 31, 0, 0, 29, 0, 0, 0, 0, 31, 32, 27, 37, 0, 0, 36, 0, 33, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 107.51, 6, drogue, -16.67, 69575.00, 3060.03, 1730.23, -26.08, 33.0, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477522,-106.9169510, 3243.0, 2022, 6, 24, 15, 19, 4, 1051, 2127, 331, 60, 1.4, 0.8, 1.1, 0, 32, 31, 0, 0, 29, 0, 0, 0, 0, 31, 32, 27, 37, 0, 0, 36, 0, 33, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 107.54, 6, drogue, -16.67, 69575.00, 3060.03, 1730.23, -26.08, 33.0, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477522,-106.9169510, 3243.0, 2022, 6, 24, 15, 19, 4, 1051, 2127, 331, 60, 1.4, 0.8, 1.1, 0, 32, 31, 0, 0, 29, 0, 0, 0, 0, 31, 32, 27, 37, 0, 0, 36, 0, 33, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 107.61, 6, drogue, -15.69, 69580.00, 3059.47, 1729.66, -26.07, 33.0, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477522,-106.9169510, 3243.0, 2022, 6, 24, 15, 19, 4, 1051, 2127, 331, 60, 1.4, 0.8, 1.1, 0, 32, 31, 0, 0, 29, 0, 0, 0, 0, 31, 32, 27, 37, 0, 0, 36, 0, 33, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 107.71, 6, drogue, -20.10, 69619.00, 3055.06, 1725.26, -26.04, 33.0, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477522,-106.9169510, 3243.0, 2022, 6, 24, 15, 19, 4, 1051, 2127, 331, 60, 1.4, 0.8, 1.1, 0, 32, 31, 0, 0, 29, 0, 0, 0, 0, 31, 32, 27, 37, 0, 0, 36, 0, 33, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 107.81, 6, drogue, -16.18, 69642.00, 3052.47, 1722.67, -25.99, 33.0, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477522,-106.9169510, 3243.0, 2022, 6, 24, 15, 19, 4, 1051, 2127, 331, 60, 1.4, 0.8, 1.1, 0, 32, 31, 0, 0, 29, 0, 0, 0, 0, 31, 32, 27, 37, 0, 0, 36, 0, 33, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 107.86, 6, drogue, -16.18, 69642.00, 3052.47, 1722.67, -25.99, 33.0, 1.32, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477522,-106.9169510, 3243.0, 2022, 6, 24, 15, 19, 4, 1051, 2127, 331, 60, 1.4, 0.8, 1.1, 0, 32, 31, 0, 0, 29, 0, 0, 0, 0, 31, 32, 27, 37, 0, 0, 36, 0, 33, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 107.91, 6, drogue, -6.37, 69665.00, 3049.88, 1720.08, -25.95, 33.0, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477522,-106.9169510, 3243.0, 2022, 6, 24, 15, 19, 4, 1051, 2127, 331, 60, 1.4, 0.8, 1.1, 0, 32, 31, 0, 0, 29, 0, 0, 0, 0, 31, 32, 27, 37, 0, 0, 36, 0, 33, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 108.01, 6, drogue, -13.24, 69666.00, 3049.76, 1719.96, -25.94, 33.0, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477522,-106.9169510, 3243.0, 2022, 6, 24, 15, 19, 4, 1051, 2127, 331, 60, 1.4, 0.8, 1.1, 0, 32, 31, 0, 0, 29, 0, 0, 0, 0, 31, 32, 27, 37, 0, 0, 36, 0, 33, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 108.11, 6, drogue, -19.61, 69646.00, 3052.02, 1722.22, -25.94, 33.0, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477522,-106.9169510, 3243.0, 2022, 6, 24, 15, 19, 4, 1051, 2127, 331, 60, 1.4, 0.8, 1.1, 0, 32, 31, 0, 0, 29, 0, 0, 0, 0, 31, 32, 27, 37, 0, 0, 36, 0, 33, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 108.18, 6, drogue, -19.61, 69646.00, 3052.02, 1722.22, -25.94, 33.0, 1.32, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477522,-106.9169510, 3243.0, 2022, 6, 24, 15, 19, 4, 1051, 2127, 331, 60, 1.4, 0.8, 1.1, 0, 32, 31, 0, 0, 29, 0, 0, 0, 0, 31, 32, 27, 37, 0, 0, 36, 0, 33, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 108.21, 6, drogue, -15.20, 69726.00, 3043.00, 1713.20, -25.96, 33.0, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477522,-106.9169510, 3243.0, 2022, 6, 24, 15, 19, 4, 1051, 2127, 331, 60, 1.4, 0.8, 1.1, 0, 32, 31, 0, 0, 29, 0, 0, 0, 0, 31, 32, 27, 37, 0, 0, 36, 0, 33, 29, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 108.31, 6, drogue, -15.20, 69741.00, 3041.31, 1711.51, -25.99, 33.0, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477438,-106.9169092, 3214.0, 2022, 6, 24, 15, 19, 5, 1049, 2100, 331, 60, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 32, 0, 0, 0, 0, 33, 33, 33, 31, 0, 0, 31, 0, 32, 34, 0, 0, 0, 30, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 108.31, 6, drogue, -15.20, 69741.00, 3041.31, 1711.51, -25.99, 33.0, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477438,-106.9169092, 3214.0, 2022, 6, 24, 15, 19, 5, 1049, 2100, 331, 60, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 32, 0, 0, 0, 0, 33, 33, 33, 31, 0, 0, 31, 0, 32, 34, 0, 0, 0, 30, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 108.31, 6, drogue, -15.20, 69741.00, 3041.31, 1711.51, -25.99, 33.0, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477438,-106.9169092, 3214.0, 2022, 6, 24, 15, 19, 5, 1049, 2100, 331, 60, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 32, 0, 0, 0, 0, 33, 33, 33, 31, 0, 0, 31, 0, 32, 34, 0, 0, 0, 30, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 108.41, 6, drogue, -17.65, 69777.00, 3037.26, 1707.46, -26.06, 33.0, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477438,-106.9169092, 3214.0, 2022, 6, 24, 15, 19, 5, 1049, 2100, 331, 60, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 32, 0, 0, 0, 0, 33, 33, 33, 31, 0, 0, 31, 0, 32, 34, 0, 0, 0, 30, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 108.50, 6, drogue, -17.65, 69777.00, 3037.26, 1707.46, -26.06, 33.0, 1.31, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477438,-106.9169092, 3214.0, 2022, 6, 24, 15, 19, 5, 1049, 2100, 331, 60, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 32, 0, 0, 0, 0, 33, 33, 33, 31, 0, 0, 31, 0, 32, 34, 0, 0, 0, 30, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 108.51, 6, drogue, -16.67, 69851.00, 3028.93, 1699.13, -26.17, 33.0, 1.31, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477438,-106.9169092, 3214.0, 2022, 6, 24, 15, 19, 5, 1049, 2100, 331, 60, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 32, 0, 0, 0, 0, 33, 33, 33, 31, 0, 0, 31, 0, 32, 34, 0, 0, 0, 30, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 108.61, 6, drogue, -18.14, 69879.00, 3025.78, 1695.98, -26.27, 33.0, 1.31, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477438,-106.9169092, 3214.0, 2022, 6, 24, 15, 19, 5, 1049, 2100, 331, 60, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 32, 0, 0, 0, 0, 33, 33, 33, 31, 0, 0, 31, 0, 32, 34, 0, 0, 0, 30, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 108.71, 6, drogue, -19.61, 69902.00, 3023.19, 1693.39, -26.38, 33.0, 1.31, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477438,-106.9169092, 3214.0, 2022, 6, 24, 15, 19, 5, 1049, 2100, 331, 60, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 32, 0, 0, 0, 0, 33, 33, 33, 31, 0, 0, 31, 0, 32, 34, 0, 0, 0, 30, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 108.81, 6, drogue, -20.10, 69906.00, 3022.74, 1692.94, -26.55, 33.0, 1.31, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477438,-106.9169092, 3214.0, 2022, 6, 24, 15, 19, 5, 1049, 2100, 331, 60, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 32, 0, 0, 0, 0, 33, 33, 33, 31, 0, 0, 31, 0, 32, 34, 0, 0, 0, 30, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 108.82, 6, drogue, -20.10, 69906.00, 3022.74, 1692.94, -26.55, 33.0, 1.29, 3.96, 3.98, 0.09, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477438,-106.9169092, 3214.0, 2022, 6, 24, 15, 19, 5, 1049, 2100, 331, 60, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 32, 0, 0, 0, 0, 33, 33, 33, 31, 0, 0, 31, 0, 32, 34, 0, 0, 0, 30, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 108.91, 6, drogue, -16.18, 69855.00, 3028.48, 1698.68, -26.77, 33.0, 1.29, 3.96, 3.98, 0.00, 0.00, 0.00, 63.78, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477438,-106.9169092, 3214.0, 2022, 6, 24, 15, 19, 5, 1049, 2100, 331, 60, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 32, 0, 0, 0, 0, 33, 33, 33, 31, 0, 0, 31, 0, 32, 34, 0, 0, 0, 30, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 109.01, 6, drogue, -15.69, 69902.00, 3023.19, 1693.39, -27.03, 33.0, 1.29, 3.96, 3.98, 0.00, 0.00, 0.00, 63.78, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477438,-106.9169092, 3214.0, 2022, 6, 24, 15, 19, 5, 1049, 2100, 331, 60, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 32, 0, 0, 0, 0, 33, 33, 33, 31, 0, 0, 31, 0, 32, 34, 0, 0, 0, 30, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 109.11, 6, drogue, -20.10, 69860.00, 3027.92, 1698.12, -27.32, 33.0, 1.29, 3.96, 3.98, 0.00, 0.00, 0.00, 63.78, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477438,-106.9169092, 3214.0, 2022, 6, 24, 15, 19, 5, 1049, 2100, 331, 60, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 32, 0, 0, 0, 0, 33, 33, 33, 31, 0, 0, 31, 0, 32, 34, 0, 0, 0, 30, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 109.14, 6, drogue, -20.10, 69860.00, 3027.92, 1698.12, -27.32, 33.0, 1.31, 3.97, 3.98, 0.00, 0.00, 0.00, 63.78, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477438,-106.9169092, 3214.0, 2022, 6, 24, 15, 19, 5, 1049, 2100, 331, 60, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 32, 0, 0, 0, 0, 33, 33, 33, 31, 0, 0, 31, 0, 32, 34, 0, 0, 0, 30, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 109.21, 6, drogue, -14.22, 69942.00, 3018.70, 1688.90, -27.60, 33.0, 1.31, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477438,-106.9169092, 3214.0, 2022, 6, 24, 15, 19, 5, 1049, 2100, 331, 60, 1.4, 0.8, 1.1, 0, 35, 31, 0, 0, 32, 0, 0, 0, 0, 33, 33, 33, 31, 0, 0, 31, 0, 32, 34, 0, 0, 0, 30, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 109.31, 6, drogue, -15.69, 69964.00, 3016.23, 1686.42, -27.89, 33.0, 1.31, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477268,-106.9168715, 3185.0, 2022, 6, 24, 15, 19, 6, 1045, 2074, 331, 60, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 27, 0, 0, 0, 0, 36, 29, 33, 27, 0, 0, 35, 0, 35, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 109.31, 6, drogue, -15.69, 69964.00, 3016.23, 1686.42, -27.89, 33.0, 1.31, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477268,-106.9168715, 3185.0, 2022, 6, 24, 15, 19, 6, 1045, 2074, 331, 60, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 27, 0, 0, 0, 0, 36, 29, 33, 27, 0, 0, 35, 0, 35, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 109.31, 6, drogue, -15.69, 69964.00, 3016.23, 1686.42, -27.89, 33.0, 1.31, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477268,-106.9168715, 3185.0, 2022, 6, 24, 15, 19, 6, 1045, 2074, 331, 60, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 27, 0, 0, 0, 0, 36, 29, 33, 27, 0, 0, 35, 0, 35, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 109.41, 6, drogue, -13.73, 70069.00, 3004.44, 1674.63, -28.13, 33.0, 1.31, 3.97, 3.98, 0.00, 0.00, 0.00, 63.97, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477268,-106.9168715, 3185.0, 2022, 6, 24, 15, 19, 6, 1045, 2074, 331, 60, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 27, 0, 0, 0, 0, 36, 29, 33, 27, 0, 0, 35, 0, 35, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 109.46, 6, drogue, -13.73, 70069.00, 3004.44, 1674.63, -28.13, 33.0, 1.31, 3.98, 3.98, 0.00, 0.00, 0.00, 63.97, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477268,-106.9168715, 3185.0, 2022, 6, 24, 15, 19, 6, 1045, 2074, 331, 60, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 27, 0, 0, 0, 0, 36, 29, 33, 27, 0, 0, 35, 0, 35, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 109.51, 6, drogue, -12.26, 70068.00, 3004.55, 1674.75, -28.36, 33.0, 1.31, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477268,-106.9168715, 3185.0, 2022, 6, 24, 15, 19, 6, 1045, 2074, 331, 60, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 27, 0, 0, 0, 0, 36, 29, 33, 27, 0, 0, 35, 0, 35, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 109.61, 6, drogue, -10.30, 70032.00, 3008.59, 1678.79, -28.59, 33.0, 1.31, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477268,-106.9168715, 3185.0, 2022, 6, 24, 15, 19, 6, 1045, 2074, 331, 60, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 27, 0, 0, 0, 0, 36, 29, 33, 27, 0, 0, 35, 0, 35, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 109.71, 6, drogue, -10.79, 70038.00, 3007.92, 1678.11, -28.82, 33.0, 1.31, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477268,-106.9168715, 3185.0, 2022, 6, 24, 15, 19, 6, 1045, 2074, 331, 60, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 27, 0, 0, 0, 0, 36, 29, 33, 27, 0, 0, 35, 0, 35, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 109.78, 6, drogue, -10.79, 70038.00, 3007.92, 1678.11, -28.82, 33.0, 1.30, 3.98, 3.98, 0.00, 0.00, 0.00, 64.09, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477268,-106.9168715, 3185.0, 2022, 6, 24, 15, 19, 6, 1045, 2074, 331, 60, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 27, 0, 0, 0, 0, 36, 29, 33, 27, 0, 0, 35, 0, 35, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 109.81, 6, drogue, -12.75, 70076.00, 3003.65, 1673.85, -29.03, 33.0, 1.30, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477268,-106.9168715, 3185.0, 2022, 6, 24, 15, 19, 6, 1045, 2074, 331, 60, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 27, 0, 0, 0, 0, 36, 29, 33, 27, 0, 0, 35, 0, 35, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 109.91, 6, drogue, -12.26, 70101.00, 3000.85, 1671.04, -29.18, 33.0, 1.30, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477268,-106.9168715, 3185.0, 2022, 6, 24, 15, 19, 6, 1045, 2074, 331, 60, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 27, 0, 0, 0, 0, 36, 29, 33, 27, 0, 0, 35, 0, 35, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 110.01, 6, drogue, -8.83, 70164.00, 2993.78, 1663.98, -29.24, 33.0, 1.30, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477268,-106.9168715, 3185.0, 2022, 6, 24, 15, 19, 6, 1045, 2074, 331, 60, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 27, 0, 0, 0, 0, 36, 29, 33, 27, 0, 0, 35, 0, 35, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 110.10, 6, drogue, -8.83, 70164.00, 2993.78, 1663.98, -29.24, 33.0, 1.31, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9477268,-106.9168715, 3185.0, 2022, 6, 24, 15, 19, 6, 1045, 2074, 331, 60, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 27, 0, 0, 0, 0, 36, 29, 33, 27, 0, 0, 35, 0, 35, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 110.11, 6, drogue, -13.24, 70195.00, 2990.31, 1660.51, -29.27, 33.0, 1.31, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9477268,-106.9168715, 3185.0, 2022, 6, 24, 15, 19, 6, 1045, 2074, 331, 60, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 27, 0, 0, 0, 0, 36, 29, 33, 27, 0, 0, 35, 0, 35, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 110.21, 6, drogue, -18.14, 70246.00, 2984.59, 1654.79, -29.31, 33.0, 1.31, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9477268,-106.9168715, 3185.0, 2022, 6, 24, 15, 19, 6, 1045, 2074, 331, 60, 1.4, 0.8, 1.1, 0, 37, 26, 0, 0, 27, 0, 0, 0, 0, 36, 29, 33, 27, 0, 0, 35, 0, 35, 30, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 110.31, 6, drogue, -16.18, 70272.00, 2981.68, 1651.88, -29.32, 33.0, 1.31, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9477035,-106.9168405, 3158.0, 2022, 6, 24, 15, 19, 7, 1041, 2049, 331, 59, 1.4, 0.8, 1.1, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 34, 29, 26, 26, 0, 0, 40, 0, 37, 33, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 110.31, 6, drogue, -16.18, 70272.00, 2981.68, 1651.88, -29.32, 33.0, 1.31, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9477035,-106.9168405, 3158.0, 2022, 6, 24, 15, 19, 7, 1041, 2049, 331, 59, 1.4, 0.8, 1.1, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 34, 29, 26, 26, 0, 0, 40, 0, 37, 33, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 110.31, 6, drogue, -16.18, 70272.00, 2981.68, 1651.88, -29.32, 33.0, 1.31, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9477035,-106.9168405, 3158.0, 2022, 6, 24, 15, 19, 7, 1041, 2049, 331, 59, 1.4, 0.8, 1.1, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 34, 29, 26, 26, 0, 0, 40, 0, 37, 33, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 110.41, 6, drogue, -14.71, 70303.00, 2978.21, 1648.41, -29.27, 33.0, 1.31, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9477035,-106.9168405, 3158.0, 2022, 6, 24, 15, 19, 7, 1041, 2049, 331, 59, 1.4, 0.8, 1.1, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 34, 29, 26, 26, 0, 0, 40, 0, 37, 33, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 110.42, 6, drogue, -14.71, 70303.00, 2978.21, 1648.41, -29.27, 33.0, 1.30, 3.99, 3.99, 0.08, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9477035,-106.9168405, 3158.0, 2022, 6, 24, 15, 19, 7, 1041, 2049, 331, 59, 1.4, 0.8, 1.1, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 34, 29, 26, 26, 0, 0, 40, 0, 37, 33, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 110.51, 6, drogue, -15.69, 70329.00, 2975.30, 1645.50, -29.20, 33.0, 1.30, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9477035,-106.9168405, 3158.0, 2022, 6, 24, 15, 19, 7, 1041, 2049, 331, 59, 1.4, 0.8, 1.1, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 34, 29, 26, 26, 0, 0, 40, 0, 37, 33, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 110.61, 6, drogue, -17.65, 70323.00, 2975.97, 1646.17, -29.08, 33.0, 1.30, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9477035,-106.9168405, 3158.0, 2022, 6, 24, 15, 19, 7, 1041, 2049, 331, 59, 1.4, 0.8, 1.1, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 34, 29, 26, 26, 0, 0, 40, 0, 37, 33, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 110.71, 6, drogue, -18.14, 70362.00, 2971.61, 1641.81, -28.86, 33.0, 1.30, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9477035,-106.9168405, 3158.0, 2022, 6, 24, 15, 19, 7, 1041, 2049, 331, 59, 1.4, 0.8, 1.1, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 34, 29, 26, 26, 0, 0, 40, 0, 37, 33, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 110.74, 6, drogue, -18.14, 70362.00, 2971.61, 1641.81, -28.86, 33.0, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.21, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9477035,-106.9168405, 3158.0, 2022, 6, 24, 15, 19, 7, 1041, 2049, 331, 59, 1.4, 0.8, 1.1, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 34, 29, 26, 26, 0, 0, 40, 0, 37, 33, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 110.81, 6, drogue, -15.20, 70388.00, 2968.70, 1638.90, -28.55, 33.0, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9477035,-106.9168405, 3158.0, 2022, 6, 24, 15, 19, 7, 1041, 2049, 331, 59, 1.4, 0.8, 1.1, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 34, 29, 26, 26, 0, 0, 40, 0, 37, 33, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 110.91, 6, drogue, -14.71, 70441.00, 2962.78, 1632.98, -28.17, 33.0, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9477035,-106.9168405, 3158.0, 2022, 6, 24, 15, 19, 7, 1041, 2049, 331, 59, 1.4, 0.8, 1.1, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 34, 29, 26, 26, 0, 0, 40, 0, 37, 33, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 111.01, 6, drogue, -18.14, 70473.00, 2959.21, 1629.41, -27.80, 33.0, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9477035,-106.9168405, 3158.0, 2022, 6, 24, 15, 19, 7, 1041, 2049, 331, 59, 1.4, 0.8, 1.1, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 34, 29, 26, 26, 0, 0, 40, 0, 37, 33, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 111.06, 6, drogue, -18.14, 70473.00, 2959.21, 1629.41, -27.80, 33.0, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9477035,-106.9168405, 3158.0, 2022, 6, 24, 15, 19, 7, 1041, 2049, 331, 59, 1.4, 0.8, 1.1, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 34, 29, 26, 26, 0, 0, 40, 0, 37, 33, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 111.11, 6, drogue, -19.61, 70483.00, 2958.09, 1628.29, -27.38, 33.0, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.09, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9477035,-106.9168405, 3158.0, 2022, 6, 24, 15, 19, 7, 1041, 2049, 331, 59, 1.4, 0.8, 1.1, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 34, 29, 26, 26, 0, 0, 40, 0, 37, 33, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 111.21, 6, drogue, -15.20, 70474.00, 2959.09, 1629.29, -27.00, 33.0, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.09, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9477035,-106.9168405, 3158.0, 2022, 6, 24, 15, 19, 7, 1041, 2049, 331, 59, 1.4, 0.8, 1.1, 0, 32, 28, 0, 0, 33, 0, 0, 0, 0, 34, 29, 26, 26, 0, 0, 40, 0, 37, 33, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 111.31, 6, drogue, -14.71, 70489.00, 2957.42, 1627.62, -26.63, 33.0, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.09, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476800,-106.9168131, 3130.0, 2022, 6, 24, 15, 19, 8, 1038, 2023, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 33, 27, 31, 0, 0, 32, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 111.31, 6, drogue, -14.71, 70489.00, 2957.42, 1627.62, -26.63, 33.0, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.09, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476800,-106.9168131, 3130.0, 2022, 6, 24, 15, 19, 8, 1038, 2023, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 33, 27, 31, 0, 0, 32, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 111.31, 6, drogue, -14.71, 70489.00, 2957.42, 1627.62, -26.63, 33.0, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.09, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476800,-106.9168131, 3130.0, 2022, 6, 24, 15, 19, 8, 1038, 2023, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 33, 27, 31, 0, 0, 32, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 111.38, 6, drogue, -14.71, 70489.00, 2957.42, 1627.62, -26.63, 33.0, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476800,-106.9168131, 3130.0, 2022, 6, 24, 15, 19, 8, 1038, 2023, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 33, 27, 31, 0, 0, 32, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 111.41, 6, drogue, -19.61, 70440.00, 2962.89, 1633.09, -26.30, 33.0, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476800,-106.9168131, 3130.0, 2022, 6, 24, 15, 19, 8, 1038, 2023, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 33, 27, 31, 0, 0, 32, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 111.51, 6, drogue, -17.16, 70499.00, 2956.30, 1626.50, -25.97, 33.0, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476800,-106.9168131, 3130.0, 2022, 6, 24, 15, 19, 8, 1038, 2023, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 33, 27, 31, 0, 0, 32, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 111.61, 6, drogue, -16.18, 70579.00, 2947.37, 1617.57, -25.60, 33.0, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476800,-106.9168131, 3130.0, 2022, 6, 24, 15, 19, 8, 1038, 2023, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 33, 27, 31, 0, 0, 32, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 111.70, 6, drogue, -16.18, 70579.00, 2947.37, 1617.57, -25.60, 33.0, 1.29, 3.98, 4.00, 0.02, 0.00, 0.00, 64.15, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476800,-106.9168131, 3130.0, 2022, 6, 24, 15, 19, 8, 1038, 2023, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 33, 27, 31, 0, 0, 32, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 111.71, 6, drogue, -12.75, 70633.00, 2941.35, 1611.55, -25.29, 33.0, 1.29, 3.98, 4.00, 0.03, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476800,-106.9168131, 3130.0, 2022, 6, 24, 15, 19, 8, 1038, 2023, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 33, 27, 31, 0, 0, 32, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 111.81, 6, drogue, -16.18, 70662.00, 2938.12, 1608.32, -25.01, 33.0, 1.29, 3.98, 4.00, 0.03, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476800,-106.9168131, 3130.0, 2022, 6, 24, 15, 19, 8, 1038, 2023, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 33, 27, 31, 0, 0, 32, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 111.91, 6, drogue, -18.63, 70649.00, 2939.57, 1609.77, -24.76, 33.0, 1.29, 3.98, 4.00, 0.03, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476800,-106.9168131, 3130.0, 2022, 6, 24, 15, 19, 8, 1038, 2023, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 33, 27, 31, 0, 0, 32, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 112.01, 6, drogue, -19.12, 70649.00, 2939.57, 1609.77, -24.57, 33.0, 1.29, 3.98, 4.00, 0.03, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476800,-106.9168131, 3130.0, 2022, 6, 24, 15, 19, 8, 1038, 2023, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 33, 27, 31, 0, 0, 32, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 112.02, 6, drogue, -19.12, 70649.00, 2939.57, 1609.77, -24.57, 33.0, 1.30, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476800,-106.9168131, 3130.0, 2022, 6, 24, 15, 19, 8, 1038, 2023, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 33, 27, 31, 0, 0, 32, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 112.11, 6, drogue, -22.06, 70722.00, 2931.43, 1601.63, -24.40, 33.0, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476800,-106.9168131, 3130.0, 2022, 6, 24, 15, 19, 8, 1038, 2023, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 33, 27, 31, 0, 0, 32, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 112.21, 6, drogue, -18.63, 70758.00, 2927.42, 1597.62, -24.24, 33.0, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476800,-106.9168131, 3130.0, 2022, 6, 24, 15, 19, 8, 1038, 2023, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 33, 27, 31, 0, 0, 32, 0, 30, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 112.31, 6, drogue, -20.59, 70792.00, 2923.64, 1593.84, -24.09, 33.0, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476568,-106.9167876, 3101.0, 2022, 6, 24, 15, 19, 9, 1035, 1996, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 34, 0, 0, 0, 0, 37, 36, 32, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 112.31, 6, drogue, -20.59, 70792.00, 2923.64, 1593.84, -24.09, 33.0, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476568,-106.9167876, 3101.0, 2022, 6, 24, 15, 19, 9, 1035, 1996, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 34, 0, 0, 0, 0, 37, 36, 32, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 112.31, 6, drogue, -20.59, 70792.00, 2923.64, 1593.84, -24.09, 33.0, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476568,-106.9167876, 3101.0, 2022, 6, 24, 15, 19, 9, 1035, 1996, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 34, 0, 0, 0, 0, 37, 36, 32, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 112.34, 6, drogue, -20.59, 70792.00, 2923.64, 1593.84, -24.09, 33.0, 1.29, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476568,-106.9167876, 3101.0, 2022, 6, 24, 15, 19, 9, 1035, 1996, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 34, 0, 0, 0, 0, 37, 36, 32, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 112.41, 6, drogue, -22.06, 70782.00, 2924.75, 1594.95, -23.97, 33.0, 1.29, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476568,-106.9167876, 3101.0, 2022, 6, 24, 15, 19, 9, 1035, 1996, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 34, 0, 0, 0, 0, 37, 36, 32, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 112.51, 6, drogue, -20.10, 70790.00, 2923.86, 1594.06, -23.88, 33.0, 1.29, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476568,-106.9167876, 3101.0, 2022, 6, 24, 15, 19, 9, 1035, 1996, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 34, 0, 0, 0, 0, 37, 36, 32, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 112.61, 6, drogue, -17.65, 70809.00, 2921.75, 1591.95, -23.80, 33.0, 1.29, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476568,-106.9167876, 3101.0, 2022, 6, 24, 15, 19, 9, 1035, 1996, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 34, 0, 0, 0, 0, 37, 36, 32, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 112.66, 6, drogue, -17.65, 70809.00, 2921.75, 1591.95, -23.80, 33.0, 1.30, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476568,-106.9167876, 3101.0, 2022, 6, 24, 15, 19, 9, 1035, 1996, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 34, 0, 0, 0, 0, 37, 36, 32, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 112.71, 6, drogue, -16.67, 70754.00, 2927.87, 1598.07, -23.76, 33.0, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476568,-106.9167876, 3101.0, 2022, 6, 24, 15, 19, 9, 1035, 1996, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 34, 0, 0, 0, 0, 37, 36, 32, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 112.81, 6, drogue, -9.32, 70755.00, 2927.76, 1597.96, -23.74, 33.0, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476568,-106.9167876, 3101.0, 2022, 6, 24, 15, 19, 9, 1035, 1996, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 34, 0, 0, 0, 0, 37, 36, 32, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 112.91, 6, drogue, -13.24, 70801.00, 2922.64, 1592.84, -23.73, 33.0, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476568,-106.9167876, 3101.0, 2022, 6, 24, 15, 19, 9, 1035, 1996, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 34, 0, 0, 0, 0, 37, 36, 32, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 112.98, 6, drogue, -13.24, 70801.00, 2922.64, 1592.84, -23.73, 33.0, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476568,-106.9167876, 3101.0, 2022, 6, 24, 15, 19, 9, 1035, 1996, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 34, 0, 0, 0, 0, 37, 36, 32, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 113.01, 6, drogue, -14.22, 70857.00, 2916.41, 1586.61, -23.73, 32.9, 1.30, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476568,-106.9167876, 3101.0, 2022, 6, 24, 15, 19, 9, 1035, 1996, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 34, 0, 0, 0, 0, 37, 36, 32, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 113.11, 6, drogue, -13.24, 70886.00, 2913.18, 1583.38, -23.72, 33.0, 1.30, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476568,-106.9167876, 3101.0, 2022, 6, 24, 15, 19, 9, 1035, 1996, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 34, 0, 0, 0, 0, 37, 36, 32, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 113.21, 6, drogue, -16.67, 70917.00, 2909.74, 1579.94, -23.70, 33.0, 1.30, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476568,-106.9167876, 3101.0, 2022, 6, 24, 15, 19, 9, 1035, 1996, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 34, 0, 0, 0, 0, 37, 36, 32, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 113.30, 6, drogue, -16.67, 70917.00, 2909.74, 1579.94, -23.70, 33.0, 1.30, 3.99, 3.98, 0.00, 0.00, 0.00, 64.03, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476568,-106.9167876, 3101.0, 2022, 6, 24, 15, 19, 9, 1035, 1996, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 34, 0, 0, 0, 0, 37, 36, 32, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 113.31, 6, drogue, -17.16, 70958.00, 2905.18, 1575.38, -23.70, 33.0, 1.30, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476568,-106.9167876, 3101.0, 2022, 6, 24, 15, 19, 9, 1035, 1996, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 34, 0, 0, 0, 0, 37, 36, 32, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 113.31, 6, drogue, -17.16, 70958.00, 2905.18, 1575.38, -23.70, 33.0, 1.30, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476568,-106.9167876, 3101.0, 2022, 6, 24, 15, 19, 9, 1035, 1996, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 34, 0, 0, 0, 0, 37, 36, 32, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 113.31, 6, drogue, -17.16, 70958.00, 2905.18, 1575.38, -23.70, 33.0, 1.30, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476568,-106.9167876, 3101.0, 2022, 6, 24, 15, 19, 9, 1035, 1996, 331, 59, 1.4, 0.8, 1.1, 0, 37, 28, 0, 0, 34, 0, 0, 0, 0, 37, 36, 32, 33, 0, 0, 32, 0, 30, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 113.41, 6, drogue, -20.59, 70975.00, 2903.30, 1573.50, -23.67, 32.9, 1.30, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476220,-106.9167671, 3075.0, 2022, 6, 24, 15, 19, 10, 1030, 1972, 331, 58, 1.4, 0.8, 1.1, 0, 31, 28, 0, 0, 40, 0, 0, 0, 0, 32, 32, 27, 36, 0, 0, 34, 0, 36, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 113.51, 6, drogue, -18.14, 71023.00, 2897.97, 1568.17, -23.65, 33.0, 1.30, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476220,-106.9167671, 3075.0, 2022, 6, 24, 15, 19, 10, 1030, 1972, 331, 58, 1.4, 0.8, 1.1, 0, 31, 28, 0, 0, 40, 0, 0, 0, 0, 32, 32, 27, 36, 0, 0, 34, 0, 36, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 113.61, 6, drogue, -19.12, 71016.00, 2898.74, 1568.94, -23.59, 32.9, 1.30, 3.99, 3.98, 0.03, 0.00, 0.00, 64.21, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476220,-106.9167671, 3075.0, 2022, 6, 24, 15, 19, 10, 1030, 1972, 331, 58, 1.4, 0.8, 1.1, 0, 31, 28, 0, 0, 40, 0, 0, 0, 0, 32, 32, 27, 36, 0, 0, 34, 0, 36, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 113.62, 6, drogue, -19.12, 71016.00, 2898.74, 1568.94, -23.59, 32.9, 1.30, 3.98, 3.99, 0.03, 0.00, 0.00, 64.21, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476220,-106.9167671, 3075.0, 2022, 6, 24, 15, 19, 10, 1030, 1972, 331, 58, 1.4, 0.8, 1.1, 0, 31, 28, 0, 0, 40, 0, 0, 0, 0, 32, 32, 27, 36, 0, 0, 34, 0, 36, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 113.71, 6, drogue, -20.59, 71087.00, 2890.87, 1561.06, -23.48, 32.9, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476220,-106.9167671, 3075.0, 2022, 6, 24, 15, 19, 10, 1030, 1972, 331, 58, 1.4, 0.8, 1.1, 0, 31, 28, 0, 0, 40, 0, 0, 0, 0, 32, 32, 27, 36, 0, 0, 34, 0, 36, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 113.81, 6, drogue, -15.20, 71076.00, 2892.09, 1562.29, -23.34, 32.9, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476220,-106.9167671, 3075.0, 2022, 6, 24, 15, 19, 10, 1030, 1972, 331, 58, 1.4, 0.8, 1.1, 0, 31, 28, 0, 0, 40, 0, 0, 0, 0, 32, 32, 27, 36, 0, 0, 34, 0, 36, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 113.91, 6, drogue, -18.63, 71074.00, 2892.31, 1562.51, -23.12, 32.9, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476220,-106.9167671, 3075.0, 2022, 6, 24, 15, 19, 10, 1030, 1972, 331, 58, 1.4, 0.8, 1.1, 0, 31, 28, 0, 0, 40, 0, 0, 0, 0, 32, 32, 27, 36, 0, 0, 34, 0, 36, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 113.94, 6, drogue, -18.63, 71074.00, 2892.31, 1562.51, -23.12, 32.9, 1.30, 3.96, 3.97, 0.02, 0.00, 0.00, 64.15, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476220,-106.9167671, 3075.0, 2022, 6, 24, 15, 19, 10, 1030, 1972, 331, 58, 1.4, 0.8, 1.1, 0, 31, 28, 0, 0, 40, 0, 0, 0, 0, 32, 32, 27, 36, 0, 0, 34, 0, 36, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 114.01, 6, drogue, -17.65, 71100.00, 2889.42, 1559.62, -22.93, 32.9, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476220,-106.9167671, 3075.0, 2022, 6, 24, 15, 19, 10, 1030, 1972, 331, 58, 1.4, 0.8, 1.1, 0, 31, 28, 0, 0, 40, 0, 0, 0, 0, 32, 32, 27, 36, 0, 0, 34, 0, 36, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 114.11, 6, drogue, -14.22, 71111.00, 2888.20, 1558.40, -22.76, 32.9, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476220,-106.9167671, 3075.0, 2022, 6, 24, 15, 19, 10, 1030, 1972, 331, 58, 1.4, 0.8, 1.1, 0, 31, 28, 0, 0, 40, 0, 0, 0, 0, 32, 32, 27, 36, 0, 0, 34, 0, 36, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 114.21, 6, drogue, -12.26, 71090.00, 2890.53, 1560.73, -22.57, 32.9, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476220,-106.9167671, 3075.0, 2022, 6, 24, 15, 19, 10, 1030, 1972, 331, 58, 1.4, 0.8, 1.1, 0, 31, 28, 0, 0, 40, 0, 0, 0, 0, 32, 32, 27, 36, 0, 0, 34, 0, 36, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 114.26, 6, drogue, -12.26, 71090.00, 2890.53, 1560.73, -22.57, 32.9, 1.30, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476220,-106.9167671, 3075.0, 2022, 6, 24, 15, 19, 10, 1030, 1972, 331, 58, 1.4, 0.8, 1.1, 0, 31, 28, 0, 0, 40, 0, 0, 0, 0, 32, 32, 27, 36, 0, 0, 34, 0, 36, 24, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 114.31, 6, drogue, -14.22, 71113.00, 2887.98, 1558.18, -22.40, 32.9, 1.30, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475918,-106.9167403, 3047.0, 2022, 6, 24, 15, 19, 11, 1026, 1946, 331, 58, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 37, 0, 0, 0, 0, 28, 27, 27, 38, 0, 0, 27, 0, 29, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 114.31, 6, drogue, -14.22, 71113.00, 2887.98, 1558.18, -22.40, 32.9, 1.30, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475918,-106.9167403, 3047.0, 2022, 6, 24, 15, 19, 11, 1026, 1946, 331, 58, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 37, 0, 0, 0, 0, 28, 27, 27, 38, 0, 0, 27, 0, 29, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 114.31, 6, drogue, -14.22, 71113.00, 2887.98, 1558.18, -22.40, 32.9, 1.30, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475918,-106.9167403, 3047.0, 2022, 6, 24, 15, 19, 11, 1026, 1946, 331, 58, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 37, 0, 0, 0, 0, 28, 27, 27, 38, 0, 0, 27, 0, 29, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 114.41, 6, drogue, -20.10, 71167.00, 2882.00, 1552.20, -22.20, 32.9, 1.30, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475918,-106.9167403, 3047.0, 2022, 6, 24, 15, 19, 11, 1026, 1946, 331, 58, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 37, 0, 0, 0, 0, 28, 27, 27, 38, 0, 0, 27, 0, 29, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 114.51, 6, drogue, -15.20, 71206.00, 2877.68, 1547.88, -22.01, 32.9, 1.30, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475918,-106.9167403, 3047.0, 2022, 6, 24, 15, 19, 11, 1026, 1946, 331, 58, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 37, 0, 0, 0, 0, 28, 27, 27, 38, 0, 0, 27, 0, 29, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 114.58, 6, drogue, -15.20, 71206.00, 2877.68, 1547.88, -22.01, 32.9, 1.31, 3.98, 3.98, 0.00, 0.00, 0.00, 63.84, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475918,-106.9167403, 3047.0, 2022, 6, 24, 15, 19, 11, 1026, 1946, 331, 58, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 37, 0, 0, 0, 0, 28, 27, 27, 38, 0, 0, 27, 0, 29, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 114.61, 6, drogue, -14.71, 71231.00, 2874.91, 1545.11, -21.89, 32.9, 1.31, 3.98, 3.98, 0.02, 0.00, 0.00, 64.09, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475918,-106.9167403, 3047.0, 2022, 6, 24, 15, 19, 11, 1026, 1946, 331, 58, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 37, 0, 0, 0, 0, 28, 27, 27, 38, 0, 0, 27, 0, 29, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 114.71, 6, drogue, -13.73, 71263.00, 2871.36, 1541.56, -21.82, 32.9, 1.31, 3.98, 3.98, 0.02, 0.00, 0.00, 64.09, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475918,-106.9167403, 3047.0, 2022, 6, 24, 15, 19, 11, 1026, 1946, 331, 58, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 37, 0, 0, 0, 0, 28, 27, 27, 38, 0, 0, 27, 0, 29, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 114.81, 6, drogue, -13.24, 71279.00, 2869.59, 1539.79, -21.85, 32.9, 1.31, 3.98, 3.98, 0.02, 0.00, 0.00, 64.09, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475918,-106.9167403, 3047.0, 2022, 6, 24, 15, 19, 11, 1026, 1946, 331, 58, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 37, 0, 0, 0, 0, 28, 27, 27, 38, 0, 0, 27, 0, 29, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 114.90, 6, drogue, -13.24, 71279.00, 2869.59, 1539.79, -21.85, 32.9, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.09, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475918,-106.9167403, 3047.0, 2022, 6, 24, 15, 19, 11, 1026, 1946, 331, 58, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 37, 0, 0, 0, 0, 28, 27, 27, 38, 0, 0, 27, 0, 29, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 114.91, 6, drogue, -17.16, 71268.00, 2870.81, 1541.01, -21.96, 32.9, 1.30, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475918,-106.9167403, 3047.0, 2022, 6, 24, 15, 19, 11, 1026, 1946, 331, 58, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 37, 0, 0, 0, 0, 28, 27, 27, 38, 0, 0, 27, 0, 29, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 115.01, 6, drogue, -19.12, 71290.00, 2868.38, 1538.58, -22.12, 32.9, 1.30, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475918,-106.9167403, 3047.0, 2022, 6, 24, 15, 19, 11, 1026, 1946, 331, 58, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 37, 0, 0, 0, 0, 28, 27, 27, 38, 0, 0, 27, 0, 29, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 115.11, 6, drogue, -22.06, 71319.00, 2865.17, 1535.37, -22.37, 32.9, 1.30, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475918,-106.9167403, 3047.0, 2022, 6, 24, 15, 19, 11, 1026, 1946, 331, 58, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 37, 0, 0, 0, 0, 28, 27, 27, 38, 0, 0, 27, 0, 29, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 115.21, 6, drogue, -19.12, 71345.00, 2862.29, 1532.49, -22.65, 32.9, 1.30, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475918,-106.9167403, 3047.0, 2022, 6, 24, 15, 19, 11, 1026, 1946, 331, 58, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 37, 0, 0, 0, 0, 28, 27, 27, 38, 0, 0, 27, 0, 29, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 115.22, 6, drogue, -19.12, 71345.00, 2862.29, 1532.49, -22.65, 32.9, 1.31, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9475918,-106.9167403, 3047.0, 2022, 6, 24, 15, 19, 11, 1026, 1946, 331, 58, 1.4, 0.8, 1.1, 0, 28, 29, 0, 0, 37, 0, 0, 0, 0, 28, 27, 27, 38, 0, 0, 27, 0, 29, 23, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 115.31, 6, drogue, -18.63, 71379.00, 2858.53, 1528.73, -22.99, 32.9, 1.31, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9475673,-106.9167141, 3020.0, 2022, 6, 24, 15, 19, 12, 1023, 1921, 331, 58, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 34, 28, 33, 32, 0, 0, 37, 0, 37, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 115.31, 6, drogue, -18.63, 71379.00, 2858.53, 1528.73, -22.99, 32.9, 1.31, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9475673,-106.9167141, 3020.0, 2022, 6, 24, 15, 19, 12, 1023, 1921, 331, 58, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 34, 28, 33, 32, 0, 0, 37, 0, 37, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 115.31, 6, drogue, -18.63, 71379.00, 2858.53, 1528.73, -22.99, 32.9, 1.31, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9475673,-106.9167141, 3020.0, 2022, 6, 24, 15, 19, 12, 1023, 1921, 331, 58, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 34, 28, 33, 32, 0, 0, 37, 0, 37, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 115.41, 6, drogue, -18.63, 71416.00, 2854.44, 1524.64, -23.38, 32.9, 1.31, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9475673,-106.9167141, 3020.0, 2022, 6, 24, 15, 19, 12, 1023, 1921, 331, 58, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 34, 28, 33, 32, 0, 0, 37, 0, 37, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 115.51, 6, drogue, -18.14, 71384.00, 2857.98, 1528.18, -23.82, 32.9, 1.31, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9475673,-106.9167141, 3020.0, 2022, 6, 24, 15, 19, 12, 1023, 1921, 331, 58, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 34, 28, 33, 32, 0, 0, 37, 0, 37, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 115.54, 6, drogue, -18.14, 71384.00, 2857.98, 1528.18, -23.82, 32.9, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475673,-106.9167141, 3020.0, 2022, 6, 24, 15, 19, 12, 1023, 1921, 331, 58, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 34, 28, 33, 32, 0, 0, 37, 0, 37, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 115.61, 6, drogue, -17.16, 71326.00, 2864.39, 1534.59, -24.27, 32.9, 1.32, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475673,-106.9167141, 3020.0, 2022, 6, 24, 15, 19, 12, 1023, 1921, 331, 58, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 34, 28, 33, 32, 0, 0, 37, 0, 37, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 115.71, 6, drogue, -17.65, 71332.00, 2863.73, 1533.93, -24.73, 32.9, 1.32, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475673,-106.9167141, 3020.0, 2022, 6, 24, 15, 19, 12, 1023, 1921, 331, 58, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 34, 28, 33, 32, 0, 0, 37, 0, 37, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 115.81, 6, drogue, -12.75, 71394.00, 2856.87, 1527.07, -25.15, 32.9, 1.32, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475673,-106.9167141, 3020.0, 2022, 6, 24, 15, 19, 12, 1023, 1921, 331, 58, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 34, 28, 33, 32, 0, 0, 37, 0, 37, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 115.86, 6, drogue, -12.75, 71394.00, 2856.87, 1527.07, -25.15, 32.9, 1.31, 3.97, 3.97, 0.02, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475673,-106.9167141, 3020.0, 2022, 6, 24, 15, 19, 12, 1023, 1921, 331, 58, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 34, 28, 33, 32, 0, 0, 37, 0, 37, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 115.91, 6, drogue, -10.30, 71414.00, 2854.66, 1524.86, -25.54, 32.9, 1.31, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475673,-106.9167141, 3020.0, 2022, 6, 24, 15, 19, 12, 1023, 1921, 331, 58, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 34, 28, 33, 32, 0, 0, 37, 0, 37, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 116.01, 6, drogue, -11.77, 71541.00, 2840.64, 1510.84, -25.97, 32.9, 1.31, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475673,-106.9167141, 3020.0, 2022, 6, 24, 15, 19, 12, 1023, 1921, 331, 58, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 34, 28, 33, 32, 0, 0, 37, 0, 37, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 116.11, 6, drogue, -15.20, 71568.00, 2837.66, 1507.86, -26.35, 32.9, 1.31, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475673,-106.9167141, 3020.0, 2022, 6, 24, 15, 19, 12, 1023, 1921, 331, 58, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 34, 28, 33, 32, 0, 0, 37, 0, 37, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 116.18, 6, drogue, -15.20, 71568.00, 2837.66, 1507.86, -26.35, 32.9, 1.32, 3.99, 3.99, 0.00, 0.00, 0.00, 63.91, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475673,-106.9167141, 3020.0, 2022, 6, 24, 15, 19, 12, 1023, 1921, 331, 58, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 34, 28, 33, 32, 0, 0, 37, 0, 37, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 116.21, 6, drogue, -13.73, 71545.00, 2840.20, 1510.40, -26.68, 32.9, 1.32, 3.99, 3.99, 0.02, 0.00, 0.00, 64.27, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475673,-106.9167141, 3020.0, 2022, 6, 24, 15, 19, 12, 1023, 1921, 331, 58, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 37, 0, 0, 0, 0, 34, 28, 33, 32, 0, 0, 37, 0, 37, 30, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 116.31, 6, drogue, -16.67, 71585.00, 2835.79, 1505.99, -26.99, 32.9, 1.32, 3.99, 3.99, 0.02, 0.00, 0.00, 64.27, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475246,-106.9167041, 2992.0, 2022, 6, 24, 15, 19, 13, 1018, 1895, 331, 58, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 37, 32, 33, 28, 0, 0, 32, 0, 29, 34, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 116.31, 6, drogue, -16.67, 71585.00, 2835.79, 1505.99, -26.99, 32.9, 1.32, 3.99, 3.99, 0.02, 0.00, 0.00, 64.27, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475246,-106.9167041, 2992.0, 2022, 6, 24, 15, 19, 13, 1018, 1895, 331, 58, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 37, 32, 33, 28, 0, 0, 32, 0, 29, 34, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 116.31, 6, drogue, -16.67, 71585.00, 2835.79, 1505.99, -26.99, 32.9, 1.32, 3.99, 3.99, 0.02, 0.00, 0.00, 64.27, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475246,-106.9167041, 2992.0, 2022, 6, 24, 15, 19, 13, 1018, 1895, 331, 58, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 37, 32, 33, 28, 0, 0, 32, 0, 29, 34, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 116.41, 6, drogue, -16.67, 71593.00, 2834.90, 1505.10, -27.30, 32.9, 1.32, 3.99, 3.99, 0.02, 0.00, 0.00, 64.27, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475246,-106.9167041, 2992.0, 2022, 6, 24, 15, 19, 13, 1018, 1895, 331, 58, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 37, 32, 33, 28, 0, 0, 32, 0, 29, 34, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 116.50, 6, drogue, -16.67, 71593.00, 2834.90, 1505.10, -27.30, 32.9, 1.33, 3.99, 3.98, 0.02, 0.00, 0.00, 64.27, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475246,-106.9167041, 2992.0, 2022, 6, 24, 15, 19, 13, 1018, 1895, 331, 58, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 37, 32, 33, 28, 0, 0, 32, 0, 29, 34, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 116.51, 6, drogue, -17.16, 71604.00, 2833.69, 1503.89, -27.58, 32.9, 1.33, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475246,-106.9167041, 2992.0, 2022, 6, 24, 15, 19, 13, 1018, 1895, 331, 58, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 37, 32, 33, 28, 0, 0, 32, 0, 29, 34, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 116.61, 6, drogue, -20.10, 71659.00, 2827.63, 1497.83, -27.82, 32.9, 1.33, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475246,-106.9167041, 2992.0, 2022, 6, 24, 15, 19, 13, 1018, 1895, 331, 58, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 37, 32, 33, 28, 0, 0, 32, 0, 29, 34, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 116.71, 6, drogue, -17.65, 71728.00, 2820.03, 1490.23, -28.01, 32.9, 1.33, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475246,-106.9167041, 2992.0, 2022, 6, 24, 15, 19, 13, 1018, 1895, 331, 58, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 37, 32, 33, 28, 0, 0, 32, 0, 29, 34, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 116.81, 6, drogue, -11.28, 71779.00, 2814.41, 1484.61, -28.17, 32.9, 1.33, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475246,-106.9167041, 2992.0, 2022, 6, 24, 15, 19, 13, 1018, 1895, 331, 58, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 37, 32, 33, 28, 0, 0, 32, 0, 29, 34, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 116.82, 6, drogue, -11.28, 71779.00, 2814.41, 1484.61, -28.17, 32.9, 1.31, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475246,-106.9167041, 2992.0, 2022, 6, 24, 15, 19, 13, 1018, 1895, 331, 58, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 37, 32, 33, 28, 0, 0, 32, 0, 29, 34, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 116.91, 6, drogue, -12.75, 71742.00, 2818.49, 1488.69, -28.30, 32.9, 1.31, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475246,-106.9167041, 2992.0, 2022, 6, 24, 15, 19, 13, 1018, 1895, 331, 58, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 37, 32, 33, 28, 0, 0, 32, 0, 29, 34, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 117.01, 6, drogue, -8.83, 71699.00, 2823.22, 1493.42, -28.42, 32.9, 1.31, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475246,-106.9167041, 2992.0, 2022, 6, 24, 15, 19, 13, 1018, 1895, 331, 58, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 37, 32, 33, 28, 0, 0, 32, 0, 29, 34, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 117.11, 6, drogue, -19.12, 71769.00, 2815.52, 1485.71, -28.55, 32.9, 1.31, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475246,-106.9167041, 2992.0, 2022, 6, 24, 15, 19, 13, 1018, 1895, 331, 58, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 37, 32, 33, 28, 0, 0, 32, 0, 29, 34, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 117.14, 6, drogue, -19.12, 71769.00, 2815.52, 1485.71, -28.55, 32.9, 1.32, 3.98, 3.99, 0.02, 0.00, 0.00, 64.21, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475246,-106.9167041, 2992.0, 2022, 6, 24, 15, 19, 13, 1018, 1895, 331, 58, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 37, 32, 33, 28, 0, 0, 32, 0, 29, 34, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 117.21, 6, drogue, -19.61, 71770.00, 2815.41, 1485.60, -28.63, 32.9, 1.32, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475246,-106.9167041, 2992.0, 2022, 6, 24, 15, 19, 13, 1018, 1895, 331, 58, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 37, 32, 33, 28, 0, 0, 32, 0, 29, 34, 0, 0, 0, 33, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 117.31, 6, drogue, -21.08, 71793.00, 2812.87, 1483.07, -28.73, 32.9, 1.32, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474836,-106.9167140, 2963.0, 2022, 6, 24, 15, 19, 14, 1014, 1868, 331, 57, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 34, 0, 0, 0, 0, 31, 33, 31, 28, 0, 0, 36, 0, 36, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 117.31, 6, drogue, -21.08, 71793.00, 2812.87, 1483.07, -28.73, 32.9, 1.32, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474836,-106.9167140, 2963.0, 2022, 6, 24, 15, 19, 14, 1014, 1868, 331, 57, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 34, 0, 0, 0, 0, 31, 33, 31, 28, 0, 0, 36, 0, 36, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 117.31, 6, drogue, -21.08, 71793.00, 2812.87, 1483.07, -28.73, 32.9, 1.32, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474836,-106.9167140, 2963.0, 2022, 6, 24, 15, 19, 14, 1014, 1868, 331, 57, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 34, 0, 0, 0, 0, 31, 33, 31, 28, 0, 0, 36, 0, 36, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 117.41, 6, drogue, -20.59, 71873.00, 2804.08, 1474.27, -28.83, 32.9, 1.32, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474836,-106.9167140, 2963.0, 2022, 6, 24, 15, 19, 14, 1014, 1868, 331, 57, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 34, 0, 0, 0, 0, 31, 33, 31, 28, 0, 0, 36, 0, 36, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 117.46, 6, drogue, -20.59, 71873.00, 2804.08, 1474.27, -28.83, 32.9, 1.31, 3.99, 3.99, 0.03, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474836,-106.9167140, 2963.0, 2022, 6, 24, 15, 19, 14, 1014, 1868, 331, 57, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 34, 0, 0, 0, 0, 31, 33, 31, 28, 0, 0, 36, 0, 36, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 117.51, 6, drogue, -14.71, 71894.00, 2801.77, 1471.97, -28.88, 32.9, 1.31, 3.99, 3.99, 0.02, 0.00, 0.00, 64.27, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474836,-106.9167140, 2963.0, 2022, 6, 24, 15, 19, 14, 1014, 1868, 331, 57, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 34, 0, 0, 0, 0, 31, 33, 31, 28, 0, 0, 36, 0, 36, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 117.61, 6, drogue, -15.20, 71936.00, 2797.15, 1467.35, -28.89, 32.9, 1.31, 3.99, 3.99, 0.02, 0.00, 0.00, 64.27, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474836,-106.9167140, 2963.0, 2022, 6, 24, 15, 19, 14, 1014, 1868, 331, 57, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 34, 0, 0, 0, 0, 31, 33, 31, 28, 0, 0, 36, 0, 36, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 117.71, 6, drogue, -16.18, 71922.00, 2798.69, 1468.89, -28.94, 32.8, 1.31, 3.99, 3.99, 0.02, 0.00, 0.00, 64.27, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474836,-106.9167140, 2963.0, 2022, 6, 24, 15, 19, 14, 1014, 1868, 331, 57, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 34, 0, 0, 0, 0, 31, 33, 31, 28, 0, 0, 36, 0, 36, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 117.78, 6, drogue, -16.18, 71922.00, 2798.69, 1468.89, -28.94, 32.8, 1.32, 3.98, 3.98, 0.02, 0.00, 0.00, 64.27, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9474836,-106.9167140, 2963.0, 2022, 6, 24, 15, 19, 14, 1014, 1868, 331, 57, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 34, 0, 0, 0, 0, 31, 33, 31, 28, 0, 0, 36, 0, 36, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 117.81, 6, drogue, -16.18, 71930.00, 2797.81, 1468.01, -29.06, 32.8, 1.32, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9474836,-106.9167140, 2963.0, 2022, 6, 24, 15, 19, 14, 1014, 1868, 331, 57, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 34, 0, 0, 0, 0, 31, 33, 31, 28, 0, 0, 36, 0, 36, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 117.91, 6, drogue, -11.28, 71955.00, 2795.07, 1465.26, -29.20, 32.8, 1.32, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9474836,-106.9167140, 2963.0, 2022, 6, 24, 15, 19, 14, 1014, 1868, 331, 57, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 34, 0, 0, 0, 0, 31, 33, 31, 28, 0, 0, 36, 0, 36, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 118.01, 6, drogue, -11.77, 72055.00, 2784.09, 1454.29, -29.37, 32.8, 1.32, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9474836,-106.9167140, 2963.0, 2022, 6, 24, 15, 19, 14, 1014, 1868, 331, 57, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 34, 0, 0, 0, 0, 31, 33, 31, 28, 0, 0, 36, 0, 36, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 118.10, 6, drogue, -11.77, 72055.00, 2784.09, 1454.29, -29.37, 32.8, 1.32, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9474836,-106.9167140, 2963.0, 2022, 6, 24, 15, 19, 14, 1014, 1868, 331, 57, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 34, 0, 0, 0, 0, 31, 33, 31, 28, 0, 0, 36, 0, 36, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 118.11, 6, drogue, -18.14, 72040.00, 2785.73, 1455.93, -29.50, 32.8, 1.32, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9474836,-106.9167140, 2963.0, 2022, 6, 24, 15, 19, 14, 1014, 1868, 331, 57, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 34, 0, 0, 0, 0, 31, 33, 31, 28, 0, 0, 36, 0, 36, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 118.21, 6, drogue, -14.22, 72071.00, 2782.33, 1452.53, -29.52, 32.8, 1.32, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9474836,-106.9167140, 2963.0, 2022, 6, 24, 15, 19, 14, 1014, 1868, 331, 57, 1.4, 0.8, 1.1, 0, 29, 29, 0, 0, 34, 0, 0, 0, 0, 31, 33, 31, 28, 0, 0, 36, 0, 36, 31, 0, 0, 0, 29, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 118.31, 6, drogue, -17.65, 72084.00, 2780.91, 1451.11, -29.53, 32.8, 1.32, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9474917,-106.9167128, 2934.0, 2022, 6, 24, 15, 19, 15, 1015, 1844, 331, 57, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 29, 0, 0, 0, 0, 31, 33, 31, 32, 0, 0, 28, 0, 29, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 118.31, 6, drogue, -17.65, 72084.00, 2780.91, 1451.11, -29.53, 32.8, 1.32, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9474917,-106.9167128, 2934.0, 2022, 6, 24, 15, 19, 15, 1015, 1844, 331, 57, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 29, 0, 0, 0, 0, 31, 33, 31, 32, 0, 0, 28, 0, 29, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 118.31, 6, drogue, -17.65, 72084.00, 2780.91, 1451.11, -29.53, 32.8, 1.32, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9474917,-106.9167128, 2934.0, 2022, 6, 24, 15, 19, 15, 1015, 1844, 331, 57, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 29, 0, 0, 0, 0, 31, 33, 31, 32, 0, 0, 28, 0, 29, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 118.41, 6, drogue, -18.63, 72140.00, 2774.77, 1444.97, -29.47, 32.8, 1.32, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9474917,-106.9167128, 2934.0, 2022, 6, 24, 15, 19, 15, 1015, 1844, 331, 57, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 29, 0, 0, 0, 0, 31, 33, 31, 32, 0, 0, 28, 0, 29, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 118.42, 6, drogue, -18.63, 72140.00, 2774.77, 1444.97, -29.47, 32.8, 1.33, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9474917,-106.9167128, 2934.0, 2022, 6, 24, 15, 19, 15, 1015, 1844, 331, 57, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 29, 0, 0, 0, 0, 31, 33, 31, 32, 0, 0, 28, 0, 29, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 118.51, 6, drogue, -11.77, 72148.00, 2773.89, 1444.09, -29.40, 32.8, 1.33, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9474917,-106.9167128, 2934.0, 2022, 6, 24, 15, 19, 15, 1015, 1844, 331, 57, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 29, 0, 0, 0, 0, 31, 33, 31, 32, 0, 0, 28, 0, 29, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 118.61, 6, drogue, -12.75, 72184.00, 2769.95, 1440.15, -29.33, 32.8, 1.33, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9474917,-106.9167128, 2934.0, 2022, 6, 24, 15, 19, 15, 1015, 1844, 331, 57, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 29, 0, 0, 0, 0, 31, 33, 31, 32, 0, 0, 28, 0, 29, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 118.71, 6, drogue, -14.22, 72191.00, 2769.18, 1439.38, -29.24, 32.8, 1.33, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9474917,-106.9167128, 2934.0, 2022, 6, 24, 15, 19, 15, 1015, 1844, 331, 57, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 29, 0, 0, 0, 0, 31, 33, 31, 32, 0, 0, 28, 0, 29, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 118.74, 6, drogue, -14.22, 72191.00, 2769.18, 1439.38, -29.24, 32.8, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474917,-106.9167128, 2934.0, 2022, 6, 24, 15, 19, 15, 1015, 1844, 331, 57, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 29, 0, 0, 0, 0, 31, 33, 31, 32, 0, 0, 28, 0, 29, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 118.81, 6, drogue, -20.59, 72227.00, 2765.24, 1435.44, -29.13, 32.8, 1.32, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474917,-106.9167128, 2934.0, 2022, 6, 24, 15, 19, 15, 1015, 1844, 331, 57, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 29, 0, 0, 0, 0, 31, 33, 31, 32, 0, 0, 28, 0, 29, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 118.91, 6, drogue, -17.65, 72284.00, 2759.00, 1429.20, -28.95, 32.8, 1.32, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474917,-106.9167128, 2934.0, 2022, 6, 24, 15, 19, 15, 1015, 1844, 331, 57, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 29, 0, 0, 0, 0, 31, 33, 31, 32, 0, 0, 28, 0, 29, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 119.01, 6, drogue, -24.03, 72301.00, 2757.14, 1427.34, -28.67, 32.8, 1.32, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9474917,-106.9167128, 2934.0, 2022, 6, 24, 15, 19, 15, 1015, 1844, 331, 57, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 29, 0, 0, 0, 0, 31, 33, 31, 32, 0, 0, 28, 0, 29, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 119.06, 6, drogue, -24.03, 72301.00, 2757.14, 1427.34, -28.67, 32.8, 1.32, 3.96, 3.98, 0.02, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9474917,-106.9167128, 2934.0, 2022, 6, 24, 15, 19, 15, 1015, 1844, 331, 57, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 29, 0, 0, 0, 0, 31, 33, 31, 32, 0, 0, 28, 0, 29, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 119.11, 6, drogue, -23.05, 72357.00, 2751.01, 1421.21, -28.37, 32.8, 1.32, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9474917,-106.9167128, 2934.0, 2022, 6, 24, 15, 19, 15, 1015, 1844, 331, 57, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 29, 0, 0, 0, 0, 31, 33, 31, 32, 0, 0, 28, 0, 29, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 119.21, 6, drogue, -13.73, 72300.00, 2757.25, 1427.45, -28.04, 32.8, 1.32, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9474917,-106.9167128, 2934.0, 2022, 6, 24, 15, 19, 15, 1015, 1844, 331, 57, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 29, 0, 0, 0, 0, 31, 33, 31, 32, 0, 0, 28, 0, 29, 26, 0, 0, 0, 34, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 119.31, 6, drogue, -13.24, 72358.00, 2750.90, 1421.10, -27.71, 32.8, 1.32, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475378,-106.9166798, 2906.0, 2022, 6, 24, 15, 19, 16, 1018, 1823, 331, 56, 1.4, 0.8, 1.1, 0, 36, 34, 0, 0, 36, 0, 0, 0, 0, 37, 26, 25, 27, 0, 0, 40, 0, 38, 31, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 119.31, 6, drogue, -13.24, 72358.00, 2750.90, 1421.10, -27.71, 32.8, 1.32, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475378,-106.9166798, 2906.0, 2022, 6, 24, 15, 19, 16, 1018, 1823, 331, 56, 1.4, 0.8, 1.1, 0, 36, 34, 0, 0, 36, 0, 0, 0, 0, 37, 26, 25, 27, 0, 0, 40, 0, 38, 31, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 119.31, 6, drogue, -13.24, 72358.00, 2750.90, 1421.10, -27.71, 32.8, 1.32, 3.96, 3.98, 0.00, 0.00, 0.00, 63.84, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475378,-106.9166798, 2906.0, 2022, 6, 24, 15, 19, 16, 1018, 1823, 331, 56, 1.4, 0.8, 1.1, 0, 36, 34, 0, 0, 36, 0, 0, 0, 0, 37, 26, 25, 27, 0, 0, 40, 0, 38, 31, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 119.38, 6, drogue, -13.24, 72358.00, 2750.90, 1421.10, -27.71, 32.8, 1.31, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475378,-106.9166798, 2906.0, 2022, 6, 24, 15, 19, 16, 1018, 1823, 331, 56, 1.4, 0.8, 1.1, 0, 36, 34, 0, 0, 36, 0, 0, 0, 0, 37, 26, 25, 27, 0, 0, 40, 0, 38, 31, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 119.41, 6, drogue, -13.73, 72391.00, 2747.30, 1417.50, -27.41, 32.8, 1.31, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475378,-106.9166798, 2906.0, 2022, 6, 24, 15, 19, 16, 1018, 1823, 331, 56, 1.4, 0.8, 1.1, 0, 36, 34, 0, 0, 36, 0, 0, 0, 0, 37, 26, 25, 27, 0, 0, 40, 0, 38, 31, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 119.51, 6, drogue, -14.22, 72402.00, 2746.10, 1416.29, -27.09, 32.8, 1.31, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475378,-106.9166798, 2906.0, 2022, 6, 24, 15, 19, 16, 1018, 1823, 331, 56, 1.4, 0.8, 1.1, 0, 36, 34, 0, 0, 36, 0, 0, 0, 0, 37, 26, 25, 27, 0, 0, 40, 0, 38, 31, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 119.61, 6, drogue, -8.34, 72422.00, 2743.91, 1414.11, -26.81, 32.8, 1.31, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475378,-106.9166798, 2906.0, 2022, 6, 24, 15, 19, 16, 1018, 1823, 331, 56, 1.4, 0.8, 1.1, 0, 36, 34, 0, 0, 36, 0, 0, 0, 0, 37, 26, 25, 27, 0, 0, 40, 0, 38, 31, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 119.70, 6, drogue, -8.34, 72422.00, 2743.91, 1414.11, -26.81, 32.8, 1.31, 3.98, 3.98, 0.00, 0.00, 0.00, 63.78, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9475378,-106.9166798, 2906.0, 2022, 6, 24, 15, 19, 16, 1018, 1823, 331, 56, 1.4, 0.8, 1.1, 0, 36, 34, 0, 0, 36, 0, 0, 0, 0, 37, 26, 25, 27, 0, 0, 40, 0, 38, 31, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 119.71, 6, drogue, -13.24, 72488.00, 2736.70, 1406.90, -26.47, 32.8, 1.31, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9475378,-106.9166798, 2906.0, 2022, 6, 24, 15, 19, 16, 1018, 1823, 331, 56, 1.4, 0.8, 1.1, 0, 36, 34, 0, 0, 36, 0, 0, 0, 0, 37, 26, 25, 27, 0, 0, 40, 0, 38, 31, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 119.81, 6, drogue, -21.08, 72545.00, 2730.48, 1400.68, -26.14, 32.8, 1.31, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9475378,-106.9166798, 2906.0, 2022, 6, 24, 15, 19, 16, 1018, 1823, 331, 56, 1.4, 0.8, 1.1, 0, 36, 34, 0, 0, 36, 0, 0, 0, 0, 37, 26, 25, 27, 0, 0, 40, 0, 38, 31, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 119.91, 6, drogue, -16.67, 72568.00, 2727.97, 1398.17, -25.81, 32.8, 1.31, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9475378,-106.9166798, 2906.0, 2022, 6, 24, 15, 19, 16, 1018, 1823, 331, 56, 1.4, 0.8, 1.1, 0, 36, 34, 0, 0, 36, 0, 0, 0, 0, 37, 26, 25, 27, 0, 0, 40, 0, 38, 31, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 120.01, 6, drogue, -23.05, 72565.00, 2728.30, 1398.50, -25.54, 32.8, 1.31, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9475378,-106.9166798, 2906.0, 2022, 6, 24, 15, 19, 16, 1018, 1823, 331, 56, 1.4, 0.8, 1.1, 0, 36, 34, 0, 0, 36, 0, 0, 0, 0, 37, 26, 25, 27, 0, 0, 40, 0, 38, 31, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 120.02, 6, drogue, -23.05, 72565.00, 2728.30, 1398.50, -25.54, 32.8, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475378,-106.9166798, 2906.0, 2022, 6, 24, 15, 19, 16, 1018, 1823, 331, 56, 1.4, 0.8, 1.1, 0, 36, 34, 0, 0, 36, 0, 0, 0, 0, 37, 26, 25, 27, 0, 0, 40, 0, 38, 31, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 120.11, 6, drogue, -17.16, 72557.00, 2729.17, 1399.37, -25.26, 32.8, 1.32, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475378,-106.9166798, 2906.0, 2022, 6, 24, 15, 19, 16, 1018, 1823, 331, 56, 1.4, 0.8, 1.1, 0, 36, 34, 0, 0, 36, 0, 0, 0, 0, 37, 26, 25, 27, 0, 0, 40, 0, 38, 31, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 120.21, 6, drogue, -12.75, 72523.00, 2732.88, 1403.08, -25.00, 32.8, 1.32, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475378,-106.9166798, 2906.0, 2022, 6, 24, 15, 19, 16, 1018, 1823, 331, 56, 1.4, 0.8, 1.1, 0, 36, 34, 0, 0, 36, 0, 0, 0, 0, 37, 26, 25, 27, 0, 0, 40, 0, 38, 31, 0, 0, 0, 31, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 120.31, 6, drogue, -17.16, 72575.00, 2727.21, 1397.41, -24.79, 32.8, 1.32, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9475727,-106.9166208, 2878.0, 2022, 6, 24, 15, 19, 17, 1019, 1800, 332, 56, 1.4, 0.8, 1.1, 0, 30, 26, 0, 0, 33, 0, 0, 0, 0, 25, 32, 30, 34, 0, 0, 39, 0, 37, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 120.31, 6, drogue, -17.16, 72575.00, 2727.21, 1397.41, -24.79, 32.8, 1.32, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9475727,-106.9166208, 2878.0, 2022, 6, 24, 15, 19, 17, 1019, 1800, 332, 56, 1.4, 0.8, 1.1, 0, 30, 26, 0, 0, 33, 0, 0, 0, 0, 25, 32, 30, 34, 0, 0, 39, 0, 37, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 120.31, 6, drogue, -17.16, 72575.00, 2727.21, 1397.41, -24.79, 32.8, 1.32, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9475727,-106.9166208, 2878.0, 2022, 6, 24, 15, 19, 17, 1019, 1800, 332, 56, 1.4, 0.8, 1.1, 0, 30, 26, 0, 0, 33, 0, 0, 0, 0, 25, 32, 30, 34, 0, 0, 39, 0, 37, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 120.34, 6, drogue, -17.16, 72575.00, 2727.21, 1397.41, -24.79, 32.8, 1.31, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9475727,-106.9166208, 2878.0, 2022, 6, 24, 15, 19, 17, 1019, 1800, 332, 56, 1.4, 0.8, 1.1, 0, 30, 26, 0, 0, 33, 0, 0, 0, 0, 25, 32, 30, 34, 0, 0, 39, 0, 37, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 120.41, 6, drogue, -18.14, 72599.00, 2724.59, 1394.79, -24.64, 32.8, 1.31, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9475727,-106.9166208, 2878.0, 2022, 6, 24, 15, 19, 17, 1019, 1800, 332, 56, 1.4, 0.8, 1.1, 0, 30, 26, 0, 0, 33, 0, 0, 0, 0, 25, 32, 30, 34, 0, 0, 39, 0, 37, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 120.51, 6, drogue, -13.73, 72667.00, 2717.18, 1387.38, -24.49, 32.8, 1.31, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9475727,-106.9166208, 2878.0, 2022, 6, 24, 15, 19, 17, 1019, 1800, 332, 56, 1.4, 0.8, 1.1, 0, 30, 26, 0, 0, 33, 0, 0, 0, 0, 25, 32, 30, 34, 0, 0, 39, 0, 37, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 120.61, 6, drogue, -15.69, 72703.00, 2713.26, 1383.46, -24.40, 32.8, 1.31, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9475727,-106.9166208, 2878.0, 2022, 6, 24, 15, 19, 17, 1019, 1800, 332, 56, 1.4, 0.8, 1.1, 0, 30, 26, 0, 0, 33, 0, 0, 0, 0, 25, 32, 30, 34, 0, 0, 39, 0, 37, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 120.66, 6, drogue, -15.69, 72703.00, 2713.26, 1383.46, -24.40, 32.8, 1.31, 3.98, 3.98, 0.03, 0.00, 0.00, 64.09, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9475727,-106.9166208, 2878.0, 2022, 6, 24, 15, 19, 17, 1019, 1800, 332, 56, 1.4, 0.8, 1.1, 0, 30, 26, 0, 0, 33, 0, 0, 0, 0, 25, 32, 30, 34, 0, 0, 39, 0, 37, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 120.71, 6, drogue, -15.20, 72722.00, 2711.19, 1381.39, -24.29, 32.8, 1.31, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9475727,-106.9166208, 2878.0, 2022, 6, 24, 15, 19, 17, 1019, 1800, 332, 56, 1.4, 0.8, 1.1, 0, 30, 26, 0, 0, 33, 0, 0, 0, 0, 25, 32, 30, 34, 0, 0, 39, 0, 37, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 120.81, 6, drogue, -16.18, 72751.00, 2708.03, 1378.23, -24.24, 32.8, 1.31, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9475727,-106.9166208, 2878.0, 2022, 6, 24, 15, 19, 17, 1019, 1800, 332, 56, 1.4, 0.8, 1.1, 0, 30, 26, 0, 0, 33, 0, 0, 0, 0, 25, 32, 30, 34, 0, 0, 39, 0, 37, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 120.91, 6, drogue, -17.65, 72780.00, 2704.87, 1375.07, -24.24, 32.8, 1.31, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9475727,-106.9166208, 2878.0, 2022, 6, 24, 15, 19, 17, 1019, 1800, 332, 56, 1.4, 0.8, 1.1, 0, 30, 26, 0, 0, 33, 0, 0, 0, 0, 25, 32, 30, 34, 0, 0, 39, 0, 37, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 120.98, 6, drogue, -17.65, 72780.00, 2704.87, 1375.07, -24.24, 32.8, 1.32, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9475727,-106.9166208, 2878.0, 2022, 6, 24, 15, 19, 17, 1019, 1800, 332, 56, 1.4, 0.8, 1.1, 0, 30, 26, 0, 0, 33, 0, 0, 0, 0, 25, 32, 30, 34, 0, 0, 39, 0, 37, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 121.01, 6, drogue, -19.12, 72725.00, 2710.86, 1381.06, -24.28, 32.8, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9475727,-106.9166208, 2878.0, 2022, 6, 24, 15, 19, 17, 1019, 1800, 332, 56, 1.4, 0.8, 1.1, 0, 30, 26, 0, 0, 33, 0, 0, 0, 0, 25, 32, 30, 34, 0, 0, 39, 0, 37, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 121.11, 6, drogue, -17.65, 72723.00, 2711.08, 1381.28, -24.39, 32.8, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9475727,-106.9166208, 2878.0, 2022, 6, 24, 15, 19, 17, 1019, 1800, 332, 56, 1.4, 0.8, 1.1, 0, 30, 26, 0, 0, 33, 0, 0, 0, 0, 25, 32, 30, 34, 0, 0, 39, 0, 37, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 121.21, 6, drogue, -22.06, 72762.00, 2706.83, 1377.03, -24.49, 32.8, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9475727,-106.9166208, 2878.0, 2022, 6, 24, 15, 19, 17, 1019, 1800, 332, 56, 1.4, 0.8, 1.1, 0, 30, 26, 0, 0, 33, 0, 0, 0, 0, 25, 32, 30, 34, 0, 0, 39, 0, 37, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 121.30, 6, drogue, -22.06, 72762.00, 2706.83, 1377.03, -24.49, 32.8, 1.30, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9475727,-106.9166208, 2878.0, 2022, 6, 24, 15, 19, 17, 1019, 1800, 332, 56, 1.4, 0.8, 1.1, 0, 30, 26, 0, 0, 33, 0, 0, 0, 0, 25, 32, 30, 34, 0, 0, 39, 0, 37, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 121.31, 6, drogue, -19.61, 72817.00, 2700.85, 1371.05, -24.66, 32.8, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475770,-106.9165638, 2851.0, 2022, 6, 24, 15, 19, 18, 1017, 1777, 332, 55, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 34, 36, 36, 33, 0, 0, 27, 0, 24, 33, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 121.31, 6, drogue, -19.61, 72817.00, 2700.85, 1371.05, -24.66, 32.8, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475770,-106.9165638, 2851.0, 2022, 6, 24, 15, 19, 18, 1017, 1777, 332, 55, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 34, 36, 36, 33, 0, 0, 27, 0, 24, 33, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 121.31, 6, drogue, -19.61, 72817.00, 2700.85, 1371.05, -24.66, 32.8, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475770,-106.9165638, 2851.0, 2022, 6, 24, 15, 19, 18, 1017, 1777, 332, 55, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 34, 36, 36, 33, 0, 0, 27, 0, 24, 33, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 121.41, 6, drogue, -17.65, 72859.00, 2696.28, 1366.48, -24.87, 32.8, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475770,-106.9165638, 2851.0, 2022, 6, 24, 15, 19, 18, 1017, 1777, 332, 55, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 34, 36, 36, 33, 0, 0, 27, 0, 24, 33, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 121.51, 6, drogue, -14.22, 72875.00, 2694.54, 1364.74, -25.10, 32.8, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475770,-106.9165638, 2851.0, 2022, 6, 24, 15, 19, 18, 1017, 1777, 332, 55, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 34, 36, 36, 33, 0, 0, 27, 0, 24, 33, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 121.61, 6, drogue, -16.18, 72944.00, 2687.04, 1357.24, -25.32, 32.8, 1.30, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475770,-106.9165638, 2851.0, 2022, 6, 24, 15, 19, 18, 1017, 1777, 332, 55, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 34, 36, 36, 33, 0, 0, 27, 0, 24, 33, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 121.62, 6, drogue, -16.18, 72944.00, 2687.04, 1357.24, -25.32, 32.8, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9475770,-106.9165638, 2851.0, 2022, 6, 24, 15, 19, 18, 1017, 1777, 332, 55, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 34, 36, 36, 33, 0, 0, 27, 0, 24, 33, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 121.71, 6, drogue, -18.14, 72912.00, 2690.52, 1360.72, -25.56, 32.8, 1.30, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9475770,-106.9165638, 2851.0, 2022, 6, 24, 15, 19, 18, 1017, 1777, 332, 55, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 34, 36, 36, 33, 0, 0, 27, 0, 24, 33, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 121.81, 6, drogue, -15.69, 72943.00, 2687.15, 1357.35, -25.81, 32.8, 1.30, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9475770,-106.9165638, 2851.0, 2022, 6, 24, 15, 19, 18, 1017, 1777, 332, 55, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 34, 36, 36, 33, 0, 0, 27, 0, 24, 33, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 121.91, 6, drogue, -16.67, 72936.00, 2687.91, 1358.11, -26.05, 32.8, 1.30, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9475770,-106.9165638, 2851.0, 2022, 6, 24, 15, 19, 18, 1017, 1777, 332, 55, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 34, 36, 36, 33, 0, 0, 27, 0, 24, 33, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 121.94, 6, drogue, -16.67, 72936.00, 2687.91, 1358.11, -26.05, 32.8, 1.30, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475770,-106.9165638, 2851.0, 2022, 6, 24, 15, 19, 18, 1017, 1777, 332, 55, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 34, 36, 36, 33, 0, 0, 27, 0, 24, 33, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 122.01, 6, drogue, -18.63, 72961.00, 2685.20, 1355.40, -26.21, 32.8, 1.30, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475770,-106.9165638, 2851.0, 2022, 6, 24, 15, 19, 18, 1017, 1777, 332, 55, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 34, 36, 36, 33, 0, 0, 27, 0, 24, 33, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 122.11, 6, drogue, -16.18, 73004.00, 2680.53, 1350.73, -26.34, 32.8, 1.30, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475770,-106.9165638, 2851.0, 2022, 6, 24, 15, 19, 18, 1017, 1777, 332, 55, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 34, 36, 36, 33, 0, 0, 27, 0, 24, 33, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 122.21, 6, drogue, -17.16, 73023.00, 2678.47, 1348.67, -26.42, 32.8, 1.30, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475770,-106.9165638, 2851.0, 2022, 6, 24, 15, 19, 18, 1017, 1777, 332, 55, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 34, 36, 36, 33, 0, 0, 27, 0, 24, 33, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 122.26, 6, drogue, -17.16, 73023.00, 2678.47, 1348.67, -26.42, 32.8, 1.30, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475770,-106.9165638, 2851.0, 2022, 6, 24, 15, 19, 18, 1017, 1777, 332, 55, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 34, 36, 36, 33, 0, 0, 27, 0, 24, 33, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 122.30, 6, drogue, -17.16, 73023.00, 2678.47, 1348.67, -26.42, 32.8, 1.30, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475770,-106.9165638, 2851.0, 2022, 6, 24, 15, 19, 18, 1017, 1777, 332, 55, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 34, 36, 36, 33, 0, 0, 27, 0, 24, 33, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 122.30, 6, drogue, -17.16, 73023.00, 2678.47, 1348.67, -26.42, 32.8, 1.30, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475770,-106.9165638, 2851.0, 2022, 6, 24, 15, 19, 18, 1017, 1777, 332, 55, 1.4, 0.8, 1.1, 0, 34, 31, 0, 0, 33, 0, 0, 0, 0, 34, 36, 36, 33, 0, 0, 27, 0, 24, 33, 0, 0, 0, 34, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 122.31, 6, drogue, -16.18, 73077.00, 2672.61, 1342.81, -26.49, 32.8, 1.30, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475804,-106.9165371, 2824.0, 2022, 6, 24, 15, 19, 19, 1016, 1754, 332, 55, 1.4, 0.8, 1.1, 0, 31, 32, 0, 0, 31, 0, 0, 0, 0, 30, 37, 30, 28, 0, 0, 29, 0, 26, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 122.41, 6, drogue, -12.26, 73117.00, 2668.27, 1338.47, -26.54, 32.8, 1.30, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475804,-106.9165371, 2824.0, 2022, 6, 24, 15, 19, 19, 1016, 1754, 332, 55, 1.4, 0.8, 1.1, 0, 31, 32, 0, 0, 31, 0, 0, 0, 0, 30, 37, 30, 28, 0, 0, 29, 0, 26, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 122.51, 6, drogue, -14.71, 73101.00, 2670.01, 1340.20, -26.57, 32.8, 1.30, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475804,-106.9165371, 2824.0, 2022, 6, 24, 15, 19, 19, 1016, 1754, 332, 55, 1.4, 0.8, 1.1, 0, 31, 32, 0, 0, 31, 0, 0, 0, 0, 30, 37, 30, 28, 0, 0, 29, 0, 26, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 122.58, 6, drogue, -14.71, 73101.00, 2670.01, 1340.20, -26.57, 32.8, 1.29, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9475804,-106.9165371, 2824.0, 2022, 6, 24, 15, 19, 19, 1016, 1754, 332, 55, 1.4, 0.8, 1.1, 0, 31, 32, 0, 0, 31, 0, 0, 0, 0, 30, 37, 30, 28, 0, 0, 29, 0, 26, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 122.61, 6, drogue, -17.16, 73137.00, 2666.10, 1336.30, -26.61, 32.8, 1.29, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9475804,-106.9165371, 2824.0, 2022, 6, 24, 15, 19, 19, 1016, 1754, 332, 55, 1.4, 0.8, 1.1, 0, 31, 32, 0, 0, 31, 0, 0, 0, 0, 30, 37, 30, 28, 0, 0, 29, 0, 26, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 122.71, 6, drogue, -19.12, 73109.00, 2669.14, 1339.34, -26.59, 32.8, 1.29, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9475804,-106.9165371, 2824.0, 2022, 6, 24, 15, 19, 19, 1016, 1754, 332, 55, 1.4, 0.8, 1.1, 0, 31, 32, 0, 0, 31, 0, 0, 0, 0, 30, 37, 30, 28, 0, 0, 29, 0, 26, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 122.81, 6, drogue, -14.71, 73159.00, 2663.72, 1333.92, -26.52, 32.8, 1.29, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9475804,-106.9165371, 2824.0, 2022, 6, 24, 15, 19, 19, 1016, 1754, 332, 55, 1.4, 0.8, 1.1, 0, 31, 32, 0, 0, 31, 0, 0, 0, 0, 30, 37, 30, 28, 0, 0, 29, 0, 26, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 122.90, 6, drogue, -14.71, 73159.00, 2663.72, 1333.92, -26.52, 32.8, 1.29, 3.97, 3.97, 0.08, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475804,-106.9165371, 2824.0, 2022, 6, 24, 15, 19, 19, 1016, 1754, 332, 55, 1.4, 0.8, 1.1, 0, 31, 32, 0, 0, 31, 0, 0, 0, 0, 30, 37, 30, 28, 0, 0, 29, 0, 26, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 122.91, 6, drogue, -20.10, 73201.00, 2659.17, 1329.37, -26.44, 32.8, 1.29, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475804,-106.9165371, 2824.0, 2022, 6, 24, 15, 19, 19, 1016, 1754, 332, 55, 1.4, 0.8, 1.1, 0, 31, 32, 0, 0, 31, 0, 0, 0, 0, 30, 37, 30, 28, 0, 0, 29, 0, 26, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 123.01, 6, drogue, -17.16, 73249.00, 2653.97, 1324.17, -26.25, 32.8, 1.29, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475804,-106.9165371, 2824.0, 2022, 6, 24, 15, 19, 19, 1016, 1754, 332, 55, 1.4, 0.8, 1.1, 0, 31, 32, 0, 0, 31, 0, 0, 0, 0, 30, 37, 30, 28, 0, 0, 29, 0, 26, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 123.11, 6, drogue, -15.69, 73305.00, 2647.91, 1318.11, -26.04, 32.8, 1.29, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475804,-106.9165371, 2824.0, 2022, 6, 24, 15, 19, 19, 1016, 1754, 332, 55, 1.4, 0.8, 1.1, 0, 31, 32, 0, 0, 31, 0, 0, 0, 0, 30, 37, 30, 28, 0, 0, 29, 0, 26, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 123.21, 6, drogue, -18.63, 73332.00, 2644.99, 1315.19, -25.84, 32.8, 1.29, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9475804,-106.9165371, 2824.0, 2022, 6, 24, 15, 19, 19, 1016, 1754, 332, 55, 1.4, 0.8, 1.1, 0, 31, 32, 0, 0, 31, 0, 0, 0, 0, 30, 37, 30, 28, 0, 0, 29, 0, 26, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 123.22, 6, drogue, -18.63, 73332.00, 2644.99, 1315.19, -25.84, 32.8, 1.28, 3.98, 3.99, 0.00, 0.00, 0.00, 63.91, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9475804,-106.9165371, 2824.0, 2022, 6, 24, 15, 19, 19, 1016, 1754, 332, 55, 1.4, 0.8, 1.1, 0, 31, 32, 0, 0, 31, 0, 0, 0, 0, 30, 37, 30, 28, 0, 0, 29, 0, 26, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 123.31, 6, drogue, -19.61, 73345.00, 2643.58, 1313.78, -25.66, 32.8, 1.28, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476022,-106.9165282, 2797.0, 2022, 6, 24, 15, 19, 20, 1018, 1733, 332, 54, 1.4, 0.8, 1.1, 0, 26, 28, 0, 0, 38, 0, 0, 0, 0, 26, 31, 26, 32, 0, 0, 36, 0, 38, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 123.31, 6, drogue, -19.61, 73345.00, 2643.58, 1313.78, -25.66, 32.8, 1.28, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476022,-106.9165282, 2797.0, 2022, 6, 24, 15, 19, 20, 1018, 1733, 332, 54, 1.4, 0.8, 1.1, 0, 26, 28, 0, 0, 38, 0, 0, 0, 0, 26, 31, 26, 32, 0, 0, 36, 0, 38, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 123.31, 6, drogue, -19.61, 73345.00, 2643.58, 1313.78, -25.66, 32.8, 1.28, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476022,-106.9165282, 2797.0, 2022, 6, 24, 15, 19, 20, 1018, 1733, 332, 54, 1.4, 0.8, 1.1, 0, 26, 28, 0, 0, 38, 0, 0, 0, 0, 26, 31, 26, 32, 0, 0, 36, 0, 38, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 123.41, 6, drogue, -20.59, 73377.00, 2640.12, 1310.32, -25.49, 32.7, 1.28, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476022,-106.9165282, 2797.0, 2022, 6, 24, 15, 19, 20, 1018, 1733, 332, 54, 1.4, 0.8, 1.1, 0, 26, 28, 0, 0, 38, 0, 0, 0, 0, 26, 31, 26, 32, 0, 0, 36, 0, 38, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 123.51, 6, drogue, -22.56, 73374.00, 2640.45, 1310.65, -25.33, 32.7, 1.28, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476022,-106.9165282, 2797.0, 2022, 6, 24, 15, 19, 20, 1018, 1733, 332, 54, 1.4, 0.8, 1.1, 0, 26, 28, 0, 0, 38, 0, 0, 0, 0, 26, 31, 26, 32, 0, 0, 36, 0, 38, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 123.54, 6, drogue, -22.56, 73374.00, 2640.45, 1310.65, -25.33, 32.7, 1.30, 3.99, 3.98, 0.02, 0.00, 0.00, 64.03, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.03, 1, 1, 11, 32.9476022,-106.9165282, 2797.0, 2022, 6, 24, 15, 19, 20, 1018, 1733, 332, 54, 1.4, 0.8, 1.1, 0, 26, 28, 0, 0, 38, 0, 0, 0, 0, 26, 31, 26, 32, 0, 0, 36, 0, 38, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 123.61, 6, drogue, -18.63, 73366.00, 2641.31, 1311.51, -25.22, 32.8, 1.30, 3.99, 3.98, 0.00, 0.00, 0.04, 64.21, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.03, 1, 1, 11, 32.9476022,-106.9165282, 2797.0, 2022, 6, 24, 15, 19, 20, 1018, 1733, 332, 54, 1.4, 0.8, 1.1, 0, 26, 28, 0, 0, 38, 0, 0, 0, 0, 26, 31, 26, 32, 0, 0, 36, 0, 38, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 123.71, 6, drogue, -15.69, 73377.00, 2640.12, 1310.32, -25.11, 32.7, 1.30, 3.99, 3.98, 0.00, 0.00, 0.04, 64.21, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.03, 1, 1, 11, 32.9476022,-106.9165282, 2797.0, 2022, 6, 24, 15, 19, 20, 1018, 1733, 332, 54, 1.4, 0.8, 1.1, 0, 26, 28, 0, 0, 38, 0, 0, 0, 0, 26, 31, 26, 32, 0, 0, 36, 0, 38, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 123.81, 6, drogue, -14.22, 73411.00, 2636.45, 1306.65, -25.04, 32.7, 1.30, 3.99, 3.98, 0.00, 0.00, 0.04, 64.21, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.03, 1, 1, 11, 32.9476022,-106.9165282, 2797.0, 2022, 6, 24, 15, 19, 20, 1018, 1733, 332, 54, 1.4, 0.8, 1.1, 0, 26, 28, 0, 0, 38, 0, 0, 0, 0, 26, 31, 26, 32, 0, 0, 36, 0, 38, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 123.86, 6, drogue, -14.22, 73411.00, 2636.45, 1306.65, -25.04, 32.7, 1.29, 3.98, 3.99, 0.00, 0.00, 0.04, 64.21, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476022,-106.9165282, 2797.0, 2022, 6, 24, 15, 19, 20, 1018, 1733, 332, 54, 1.4, 0.8, 1.1, 0, 26, 28, 0, 0, 38, 0, 0, 0, 0, 26, 31, 26, 32, 0, 0, 36, 0, 38, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 123.91, 6, drogue, -17.65, 73442.00, 2633.10, 1303.30, -25.02, 32.7, 1.29, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476022,-106.9165282, 2797.0, 2022, 6, 24, 15, 19, 20, 1018, 1733, 332, 54, 1.4, 0.8, 1.1, 0, 26, 28, 0, 0, 38, 0, 0, 0, 0, 26, 31, 26, 32, 0, 0, 36, 0, 38, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 124.01, 6, drogue, -15.20, 73436.00, 2633.75, 1303.95, -25.06, 32.7, 1.29, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476022,-106.9165282, 2797.0, 2022, 6, 24, 15, 19, 20, 1018, 1733, 332, 54, 1.4, 0.8, 1.1, 0, 26, 28, 0, 0, 38, 0, 0, 0, 0, 26, 31, 26, 32, 0, 0, 36, 0, 38, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 124.11, 6, drogue, -15.20, 73473.00, 2629.75, 1299.95, -25.19, 32.7, 1.29, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476022,-106.9165282, 2797.0, 2022, 6, 24, 15, 19, 20, 1018, 1733, 332, 54, 1.4, 0.8, 1.1, 0, 26, 28, 0, 0, 38, 0, 0, 0, 0, 26, 31, 26, 32, 0, 0, 36, 0, 38, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 124.18, 6, drogue, -15.20, 73473.00, 2629.75, 1299.95, -25.19, 32.7, 1.30, 3.96, 3.97, 0.02, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476022,-106.9165282, 2797.0, 2022, 6, 24, 15, 19, 20, 1018, 1733, 332, 54, 1.4, 0.8, 1.1, 0, 26, 28, 0, 0, 38, 0, 0, 0, 0, 26, 31, 26, 32, 0, 0, 36, 0, 38, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 124.21, 6, drogue, -14.71, 73509.00, 2625.87, 1296.06, -25.37, 32.7, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476022,-106.9165282, 2797.0, 2022, 6, 24, 15, 19, 20, 1018, 1733, 332, 54, 1.4, 0.8, 1.1, 0, 26, 28, 0, 0, 38, 0, 0, 0, 0, 26, 31, 26, 32, 0, 0, 36, 0, 38, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 124.30, 6, drogue, -14.71, 73509.00, 2625.87, 1296.06, -25.37, 32.7, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476022,-106.9165282, 2797.0, 2022, 6, 24, 15, 19, 20, 1018, 1733, 332, 54, 1.4, 0.8, 1.1, 0, 26, 28, 0, 0, 38, 0, 0, 0, 0, 26, 31, 26, 32, 0, 0, 36, 0, 38, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 124.30, 6, drogue, -14.71, 73509.00, 2625.87, 1296.06, -25.37, 32.7, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476022,-106.9165282, 2797.0, 2022, 6, 24, 15, 19, 20, 1018, 1733, 332, 54, 1.4, 0.8, 1.1, 0, 26, 28, 0, 0, 38, 0, 0, 0, 0, 26, 31, 26, 32, 0, 0, 36, 0, 38, 22, 0, 0, 0, 32, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 124.31, 6, drogue, -14.71, 73535.00, 2623.06, 1293.26, -25.63, 32.7, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476254,-106.9164992, 2771.0, 2022, 6, 24, 15, 19, 21, 1019, 1713, 332, 54, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 37, 30, 24, 32, 0, 0, 37, 0, 38, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 124.41, 6, drogue, -15.69, 73560.00, 2620.36, 1290.56, -25.93, 32.7, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476254,-106.9164992, 2771.0, 2022, 6, 24, 15, 19, 21, 1019, 1713, 332, 54, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 37, 30, 24, 32, 0, 0, 37, 0, 38, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 124.50, 6, drogue, -15.69, 73560.00, 2620.36, 1290.56, -25.93, 32.7, 1.28, 3.97, 3.98, 0.00, 0.00, 0.00, 63.84, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476254,-106.9164992, 2771.0, 2022, 6, 24, 15, 19, 21, 1019, 1713, 332, 54, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 37, 30, 24, 32, 0, 0, 37, 0, 38, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 124.51, 6, drogue, -13.24, 73583.00, 2617.88, 1288.08, -26.23, 32.7, 1.28, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476254,-106.9164992, 2771.0, 2022, 6, 24, 15, 19, 21, 1019, 1713, 332, 54, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 37, 30, 24, 32, 0, 0, 37, 0, 38, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 124.61, 6, drogue, -15.69, 73663.00, 2609.26, 1279.45, -26.57, 32.7, 1.28, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476254,-106.9164992, 2771.0, 2022, 6, 24, 15, 19, 21, 1019, 1713, 332, 54, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 37, 30, 24, 32, 0, 0, 37, 0, 38, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 124.71, 6, drogue, -16.18, 73656.00, 2610.01, 1280.21, -26.88, 32.7, 1.28, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476254,-106.9164992, 2771.0, 2022, 6, 24, 15, 19, 21, 1019, 1713, 332, 54, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 37, 30, 24, 32, 0, 0, 37, 0, 38, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 124.81, 6, drogue, -16.18, 73659.00, 2609.69, 1279.89, -27.25, 32.7, 1.28, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476254,-106.9164992, 2771.0, 2022, 6, 24, 15, 19, 21, 1019, 1713, 332, 54, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 37, 30, 24, 32, 0, 0, 37, 0, 38, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 124.82, 6, drogue, -16.18, 73659.00, 2609.69, 1279.89, -27.25, 32.7, 1.29, 3.98, 3.99, 0.00, 0.00, 0.00, 63.91, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476254,-106.9164992, 2771.0, 2022, 6, 24, 15, 19, 21, 1019, 1713, 332, 54, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 37, 30, 24, 32, 0, 0, 37, 0, 38, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 124.91, 6, drogue, -20.10, 73691.00, 2606.24, 1276.44, -27.66, 32.7, 1.29, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476254,-106.9164992, 2771.0, 2022, 6, 24, 15, 19, 21, 1019, 1713, 332, 54, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 37, 30, 24, 32, 0, 0, 37, 0, 38, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 125.01, 6, drogue, -19.12, 73668.00, 2608.72, 1278.92, -28.07, 32.7, 1.29, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476254,-106.9164992, 2771.0, 2022, 6, 24, 15, 19, 21, 1019, 1713, 332, 54, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 37, 30, 24, 32, 0, 0, 37, 0, 38, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 125.11, 6, drogue, -20.59, 73694.00, 2605.92, 1276.11, -28.49, 32.7, 1.29, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476254,-106.9164992, 2771.0, 2022, 6, 24, 15, 19, 21, 1019, 1713, 332, 54, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 37, 30, 24, 32, 0, 0, 37, 0, 38, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 125.14, 6, drogue, -20.59, 73694.00, 2605.92, 1276.11, -28.49, 32.7, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476254,-106.9164992, 2771.0, 2022, 6, 24, 15, 19, 21, 1019, 1713, 332, 54, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 37, 30, 24, 32, 0, 0, 37, 0, 38, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 125.21, 6, drogue, -18.14, 73711.00, 2604.08, 1274.28, -28.87, 32.7, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476254,-106.9164992, 2771.0, 2022, 6, 24, 15, 19, 21, 1019, 1713, 332, 54, 1.4, 0.8, 1.1, 0, 36, 28, 0, 0, 39, 0, 0, 0, 0, 37, 30, 24, 32, 0, 0, 37, 0, 38, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 125.31, 6, drogue, -20.10, 73758.00, 2599.02, 1269.22, -29.20, 32.7, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476320,-106.9164429, 2744.0, 2022, 6, 24, 15, 19, 22, 1017, 1690, 333, 53, 1.4, 0.8, 1.1, 0, 39, 26, 0, 0, 34, 0, 0, 0, 0, 38, 27, 37, 36, 0, 0, 35, 0, 31, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 125.31, 6, drogue, -20.10, 73758.00, 2599.02, 1269.22, -29.20, 32.7, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476320,-106.9164429, 2744.0, 2022, 6, 24, 15, 19, 22, 1017, 1690, 333, 53, 1.4, 0.8, 1.1, 0, 39, 26, 0, 0, 34, 0, 0, 0, 0, 38, 27, 37, 36, 0, 0, 35, 0, 31, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 125.31, 6, drogue, -20.10, 73758.00, 2599.02, 1269.22, -29.20, 32.7, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476320,-106.9164429, 2744.0, 2022, 6, 24, 15, 19, 22, 1017, 1690, 333, 53, 1.4, 0.8, 1.1, 0, 39, 26, 0, 0, 34, 0, 0, 0, 0, 38, 27, 37, 36, 0, 0, 35, 0, 31, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 125.41, 6, drogue, -15.20, 73796.00, 2594.93, 1265.13, -29.48, 32.7, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476320,-106.9164429, 2744.0, 2022, 6, 24, 15, 19, 22, 1017, 1690, 333, 53, 1.4, 0.8, 1.1, 0, 39, 26, 0, 0, 34, 0, 0, 0, 0, 38, 27, 37, 36, 0, 0, 35, 0, 31, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 125.46, 6, drogue, -15.20, 73796.00, 2594.93, 1265.13, -29.48, 32.7, 1.30, 3.99, 3.99, 0.02, 0.00, 0.00, 64.03, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476320,-106.9164429, 2744.0, 2022, 6, 24, 15, 19, 22, 1017, 1690, 333, 53, 1.4, 0.8, 1.1, 0, 39, 26, 0, 0, 34, 0, 0, 0, 0, 38, 27, 37, 36, 0, 0, 35, 0, 31, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 125.51, 6, drogue, -16.67, 73834.00, 2590.85, 1261.04, -29.71, 32.7, 1.30, 3.99, 3.99, 0.02, 0.00, 0.00, 64.27, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476320,-106.9164429, 2744.0, 2022, 6, 24, 15, 19, 22, 1017, 1690, 333, 53, 1.4, 0.8, 1.1, 0, 39, 26, 0, 0, 34, 0, 0, 0, 0, 38, 27, 37, 36, 0, 0, 35, 0, 31, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 125.61, 6, drogue, -13.24, 73877.00, 2586.22, 1256.42, -29.87, 32.7, 1.30, 3.99, 3.99, 0.02, 0.00, 0.00, 64.27, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476320,-106.9164429, 2744.0, 2022, 6, 24, 15, 19, 22, 1017, 1690, 333, 53, 1.4, 0.8, 1.1, 0, 39, 26, 0, 0, 34, 0, 0, 0, 0, 38, 27, 37, 36, 0, 0, 35, 0, 31, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 125.71, 6, drogue, -16.67, 73910.00, 2582.67, 1252.87, -29.97, 32.7, 1.30, 3.99, 3.99, 0.02, 0.00, 0.00, 64.27, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476320,-106.9164429, 2744.0, 2022, 6, 24, 15, 19, 22, 1017, 1690, 333, 53, 1.4, 0.8, 1.1, 0, 39, 26, 0, 0, 34, 0, 0, 0, 0, 38, 27, 37, 36, 0, 0, 35, 0, 31, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 125.78, 6, drogue, -16.67, 73910.00, 2582.67, 1252.87, -29.97, 32.7, 1.29, 3.98, 3.99, 0.02, 0.00, 0.00, 64.27, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476320,-106.9164429, 2744.0, 2022, 6, 24, 15, 19, 22, 1017, 1690, 333, 53, 1.4, 0.8, 1.1, 0, 39, 26, 0, 0, 34, 0, 0, 0, 0, 38, 27, 37, 36, 0, 0, 35, 0, 31, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 125.81, 6, drogue, -17.65, 73940.00, 2579.45, 1249.65, -30.01, 32.7, 1.29, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476320,-106.9164429, 2744.0, 2022, 6, 24, 15, 19, 22, 1017, 1690, 333, 53, 1.4, 0.8, 1.1, 0, 39, 26, 0, 0, 34, 0, 0, 0, 0, 38, 27, 37, 36, 0, 0, 35, 0, 31, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 125.91, 6, drogue, -19.61, 73977.00, 2575.48, 1245.68, -29.98, 32.7, 1.29, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476320,-106.9164429, 2744.0, 2022, 6, 24, 15, 19, 22, 1017, 1690, 333, 53, 1.4, 0.8, 1.1, 0, 39, 26, 0, 0, 34, 0, 0, 0, 0, 38, 27, 37, 36, 0, 0, 35, 0, 31, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 126.01, 6, drogue, -19.61, 74017.00, 2571.18, 1241.38, -29.83, 32.7, 1.29, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476320,-106.9164429, 2744.0, 2022, 6, 24, 15, 19, 22, 1017, 1690, 333, 53, 1.4, 0.8, 1.1, 0, 39, 26, 0, 0, 34, 0, 0, 0, 0, 38, 27, 37, 36, 0, 0, 35, 0, 31, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 126.10, 6, drogue, -19.61, 74017.00, 2571.18, 1241.38, -29.83, 32.7, 1.29, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476320,-106.9164429, 2744.0, 2022, 6, 24, 15, 19, 22, 1017, 1690, 333, 53, 1.4, 0.8, 1.1, 0, 39, 26, 0, 0, 34, 0, 0, 0, 0, 38, 27, 37, 36, 0, 0, 35, 0, 31, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 126.11, 6, drogue, -17.16, 74045.00, 2568.18, 1238.38, -29.64, 32.7, 1.29, 3.98, 3.98, 0.03, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476320,-106.9164429, 2744.0, 2022, 6, 24, 15, 19, 22, 1017, 1690, 333, 53, 1.4, 0.8, 1.1, 0, 39, 26, 0, 0, 34, 0, 0, 0, 0, 38, 27, 37, 36, 0, 0, 35, 0, 31, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 126.21, 6, drogue, -20.59, 74062.00, 2566.35, 1236.55, -29.40, 32.7, 1.29, 3.98, 3.98, 0.03, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476320,-106.9164429, 2744.0, 2022, 6, 24, 15, 19, 22, 1017, 1690, 333, 53, 1.4, 0.8, 1.1, 0, 39, 26, 0, 0, 34, 0, 0, 0, 0, 38, 27, 37, 36, 0, 0, 35, 0, 31, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 126.31, 6, drogue, -17.16, 74094.00, 2562.92, 1233.12, -29.11, 32.7, 1.29, 3.98, 3.98, 0.03, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476275,-106.9164005, 2716.0, 2022, 6, 24, 15, 19, 23, 1015, 1667, 333, 52, 1.4, 0.8, 1.1, 0, 31, 26, 0, 0, 21, 0, 0, 0, 0, 30, 37, 33, 28, 0, 0, 38, 0, 35, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 126.31, 6, drogue, -17.16, 74094.00, 2562.92, 1233.12, -29.11, 32.7, 1.29, 3.98, 3.98, 0.03, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476275,-106.9164005, 2716.0, 2022, 6, 24, 15, 19, 23, 1015, 1667, 333, 52, 1.4, 0.8, 1.1, 0, 31, 26, 0, 0, 21, 0, 0, 0, 0, 30, 37, 33, 28, 0, 0, 38, 0, 35, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 126.31, 6, drogue, -17.16, 74094.00, 2562.92, 1233.12, -29.11, 32.7, 1.29, 3.98, 3.98, 0.03, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476275,-106.9164005, 2716.0, 2022, 6, 24, 15, 19, 23, 1015, 1667, 333, 52, 1.4, 0.8, 1.1, 0, 31, 26, 0, 0, 21, 0, 0, 0, 0, 30, 37, 33, 28, 0, 0, 38, 0, 35, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 126.41, 6, drogue, -14.71, 74095.00, 2562.81, 1233.01, -28.78, 32.7, 1.29, 3.98, 3.98, 0.03, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476275,-106.9164005, 2716.0, 2022, 6, 24, 15, 19, 23, 1015, 1667, 333, 52, 1.4, 0.8, 1.1, 0, 31, 26, 0, 0, 21, 0, 0, 0, 0, 30, 37, 33, 28, 0, 0, 38, 0, 35, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 126.42, 6, drogue, -14.71, 74095.00, 2562.81, 1233.01, -28.78, 32.7, 1.30, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476275,-106.9164005, 2716.0, 2022, 6, 24, 15, 19, 23, 1015, 1667, 333, 52, 1.4, 0.8, 1.1, 0, 31, 26, 0, 0, 21, 0, 0, 0, 0, 30, 37, 33, 28, 0, 0, 38, 0, 35, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 126.51, 6, drogue, -18.14, 74109.00, 2561.31, 1231.51, -28.42, 32.7, 1.30, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476275,-106.9164005, 2716.0, 2022, 6, 24, 15, 19, 23, 1015, 1667, 333, 52, 1.4, 0.8, 1.1, 0, 31, 26, 0, 0, 21, 0, 0, 0, 0, 30, 37, 33, 28, 0, 0, 38, 0, 35, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 126.61, 6, drogue, -16.67, 74131.00, 2558.95, 1229.15, -28.06, 32.7, 1.30, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476275,-106.9164005, 2716.0, 2022, 6, 24, 15, 19, 23, 1015, 1667, 333, 52, 1.4, 0.8, 1.1, 0, 31, 26, 0, 0, 21, 0, 0, 0, 0, 30, 37, 33, 28, 0, 0, 38, 0, 35, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 126.71, 6, drogue, -18.63, 74131.00, 2558.95, 1229.15, -27.66, 32.7, 1.30, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476275,-106.9164005, 2716.0, 2022, 6, 24, 15, 19, 23, 1015, 1667, 333, 52, 1.4, 0.8, 1.1, 0, 31, 26, 0, 0, 21, 0, 0, 0, 0, 30, 37, 33, 28, 0, 0, 38, 0, 35, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 126.74, 6, drogue, -18.63, 74131.00, 2558.95, 1229.15, -27.66, 32.7, 1.30, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476275,-106.9164005, 2716.0, 2022, 6, 24, 15, 19, 23, 1015, 1667, 333, 52, 1.4, 0.8, 1.1, 0, 31, 26, 0, 0, 21, 0, 0, 0, 0, 30, 37, 33, 28, 0, 0, 38, 0, 35, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 126.81, 6, drogue, -15.69, 74218.00, 2549.63, 1219.83, -27.24, 32.7, 1.30, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476275,-106.9164005, 2716.0, 2022, 6, 24, 15, 19, 23, 1015, 1667, 333, 52, 1.4, 0.8, 1.1, 0, 31, 26, 0, 0, 21, 0, 0, 0, 0, 30, 37, 33, 28, 0, 0, 38, 0, 35, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 126.91, 6, drogue, -19.61, 74258.00, 2545.35, 1215.55, -26.80, 32.7, 1.30, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476275,-106.9164005, 2716.0, 2022, 6, 24, 15, 19, 23, 1015, 1667, 333, 52, 1.4, 0.8, 1.1, 0, 31, 26, 0, 0, 21, 0, 0, 0, 0, 30, 37, 33, 28, 0, 0, 38, 0, 35, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 127.01, 6, drogue, -16.67, 74284.00, 2542.56, 1212.76, -26.36, 32.7, 1.30, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476275,-106.9164005, 2716.0, 2022, 6, 24, 15, 19, 23, 1015, 1667, 333, 52, 1.4, 0.8, 1.1, 0, 31, 26, 0, 0, 21, 0, 0, 0, 0, 30, 37, 33, 28, 0, 0, 38, 0, 35, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 127.06, 6, drogue, -16.67, 74284.00, 2542.56, 1212.76, -26.36, 32.7, 1.29, 3.99, 3.99, 0.03, 0.00, 0.00, 64.09, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476275,-106.9164005, 2716.0, 2022, 6, 24, 15, 19, 23, 1015, 1667, 333, 52, 1.4, 0.8, 1.1, 0, 31, 26, 0, 0, 21, 0, 0, 0, 0, 30, 37, 33, 28, 0, 0, 38, 0, 35, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 127.11, 6, drogue, -19.12, 74310.00, 2539.78, 1209.98, -25.94, 32.7, 1.29, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476275,-106.9164005, 2716.0, 2022, 6, 24, 15, 19, 23, 1015, 1667, 333, 52, 1.4, 0.8, 1.1, 0, 31, 26, 0, 0, 21, 0, 0, 0, 0, 30, 37, 33, 28, 0, 0, 38, 0, 35, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 127.21, 6, drogue, -18.63, 74337.00, 2536.89, 1207.09, -25.53, 32.7, 1.29, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476275,-106.9164005, 2716.0, 2022, 6, 24, 15, 19, 23, 1015, 1667, 333, 52, 1.4, 0.8, 1.1, 0, 31, 26, 0, 0, 21, 0, 0, 0, 0, 30, 37, 33, 28, 0, 0, 38, 0, 35, 29, 0, 0, 0, 34, 0, 0, 0, 0, 0, 36, 0, 0 +6, 6583, 3,VE3LIC, 127.31, 6, drogue, -20.59, 74353.00, 2535.18, 1205.38, -25.19, 32.7, 1.29, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9476299,-106.9163762, 2688.0, 2022, 6, 24, 15, 19, 24, 1014, 1644, 333, 52, 1.7, 0.9, 1.4, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 34, 38, 27, 30, 0, 0, 28, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 127.31, 6, drogue, -20.59, 74353.00, 2535.18, 1205.38, -25.19, 32.7, 1.29, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9476299,-106.9163762, 2688.0, 2022, 6, 24, 15, 19, 24, 1014, 1644, 333, 52, 1.7, 0.9, 1.4, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 34, 38, 27, 30, 0, 0, 28, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 127.31, 6, drogue, -20.59, 74353.00, 2535.18, 1205.38, -25.19, 32.7, 1.29, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9476299,-106.9163762, 2688.0, 2022, 6, 24, 15, 19, 24, 1014, 1644, 333, 52, 1.7, 0.9, 1.4, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 34, 38, 27, 30, 0, 0, 28, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 127.38, 6, drogue, -20.59, 74353.00, 2535.18, 1205.38, -25.19, 32.7, 1.29, 3.98, 3.99, 0.00, 0.00, 0.00, 64.21, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9476299,-106.9163762, 2688.0, 2022, 6, 24, 15, 19, 24, 1014, 1644, 333, 52, 1.7, 0.9, 1.4, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 34, 38, 27, 30, 0, 0, 28, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 127.41, 6, drogue, -21.57, 74367.00, 2533.68, 1203.88, -24.91, 32.7, 1.29, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9476299,-106.9163762, 2688.0, 2022, 6, 24, 15, 19, 24, 1014, 1644, 333, 52, 1.7, 0.9, 1.4, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 34, 38, 27, 30, 0, 0, 28, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 127.51, 6, drogue, -17.16, 74397.00, 2530.48, 1200.67, -24.71, 32.7, 1.29, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9476299,-106.9163762, 2688.0, 2022, 6, 24, 15, 19, 24, 1014, 1644, 333, 52, 1.7, 0.9, 1.4, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 34, 38, 27, 30, 0, 0, 28, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 127.61, 6, drogue, -22.56, 74411.00, 2528.98, 1199.18, -24.59, 32.7, 1.29, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9476299,-106.9163762, 2688.0, 2022, 6, 24, 15, 19, 24, 1014, 1644, 333, 52, 1.7, 0.9, 1.4, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 34, 38, 27, 30, 0, 0, 28, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 127.70, 6, drogue, -22.56, 74411.00, 2528.98, 1199.18, -24.59, 32.7, 1.29, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9476299,-106.9163762, 2688.0, 2022, 6, 24, 15, 19, 24, 1014, 1644, 333, 52, 1.7, 0.9, 1.4, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 34, 38, 27, 30, 0, 0, 28, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 127.71, 6, drogue, -20.59, 74419.00, 2528.12, 1198.32, -24.49, 32.7, 1.29, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9476299,-106.9163762, 2688.0, 2022, 6, 24, 15, 19, 24, 1014, 1644, 333, 52, 1.7, 0.9, 1.4, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 34, 38, 27, 30, 0, 0, 28, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 127.81, 6, drogue, -21.08, 74426.00, 2527.38, 1197.58, -24.43, 32.7, 1.29, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9476299,-106.9163762, 2688.0, 2022, 6, 24, 15, 19, 24, 1014, 1644, 333, 52, 1.7, 0.9, 1.4, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 34, 38, 27, 30, 0, 0, 28, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 127.91, 6, drogue, -15.69, 74437.00, 2526.20, 1196.40, -24.40, 32.7, 1.29, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9476299,-106.9163762, 2688.0, 2022, 6, 24, 15, 19, 24, 1014, 1644, 333, 52, 1.7, 0.9, 1.4, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 34, 38, 27, 30, 0, 0, 28, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 128.01, 6, drogue, -18.14, 74423.00, 2527.70, 1197.90, -24.41, 32.7, 1.29, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9476299,-106.9163762, 2688.0, 2022, 6, 24, 15, 19, 24, 1014, 1644, 333, 52, 1.7, 0.9, 1.4, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 34, 38, 27, 30, 0, 0, 28, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 128.02, 6, drogue, -18.14, 74423.00, 2527.70, 1197.90, -24.41, 32.7, 1.29, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9476299,-106.9163762, 2688.0, 2022, 6, 24, 15, 19, 24, 1014, 1644, 333, 52, 1.7, 0.9, 1.4, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 34, 38, 27, 30, 0, 0, 28, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 128.11, 6, drogue, -17.16, 74467.00, 2523.00, 1193.19, -24.42, 32.7, 1.29, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9476299,-106.9163762, 2688.0, 2022, 6, 24, 15, 19, 24, 1014, 1644, 333, 52, 1.7, 0.9, 1.4, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 34, 38, 27, 30, 0, 0, 28, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 128.21, 6, drogue, -15.20, 74519.00, 2517.44, 1187.64, -24.46, 32.7, 1.29, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9476299,-106.9163762, 2688.0, 2022, 6, 24, 15, 19, 24, 1014, 1644, 333, 52, 1.7, 0.9, 1.4, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 34, 38, 27, 30, 0, 0, 28, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 128.31, 6, drogue, -20.10, 74565.00, 2512.53, 1182.73, -24.49, 32.7, 1.29, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476429,-106.9163420, 2661.0, 2022, 6, 24, 15, 19, 25, 1014, 1623, 333, 51, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 36, 33, 31, 29, 0, 0, 32, 0, 38, 20, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 128.31, 6, drogue, -20.10, 74565.00, 2512.53, 1182.73, -24.49, 32.7, 1.29, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476429,-106.9163420, 2661.0, 2022, 6, 24, 15, 19, 25, 1014, 1623, 333, 51, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 36, 33, 31, 29, 0, 0, 32, 0, 38, 20, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 128.31, 6, drogue, -20.10, 74565.00, 2512.53, 1182.73, -24.49, 32.7, 1.29, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476429,-106.9163420, 2661.0, 2022, 6, 24, 15, 19, 25, 1014, 1623, 333, 51, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 36, 33, 31, 29, 0, 0, 32, 0, 38, 20, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 128.34, 6, drogue, -20.10, 74565.00, 2512.53, 1182.73, -24.49, 32.7, 1.29, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476429,-106.9163420, 2661.0, 2022, 6, 24, 15, 19, 25, 1014, 1623, 333, 51, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 36, 33, 31, 29, 0, 0, 32, 0, 38, 20, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 128.41, 6, drogue, -14.71, 74590.00, 2509.87, 1180.06, -24.51, 32.7, 1.29, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476429,-106.9163420, 2661.0, 2022, 6, 24, 15, 19, 25, 1014, 1623, 333, 51, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 36, 33, 31, 29, 0, 0, 32, 0, 38, 20, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 128.51, 6, drogue, -15.69, 74637.00, 2504.85, 1175.05, -24.54, 32.7, 1.29, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476429,-106.9163420, 2661.0, 2022, 6, 24, 15, 19, 25, 1014, 1623, 333, 51, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 36, 33, 31, 29, 0, 0, 32, 0, 38, 20, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 128.61, 6, drogue, -18.63, 74658.00, 2502.61, 1172.81, -24.58, 32.7, 1.29, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476429,-106.9163420, 2661.0, 2022, 6, 24, 15, 19, 25, 1014, 1623, 333, 51, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 36, 33, 31, 29, 0, 0, 32, 0, 38, 20, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 128.66, 6, drogue, -18.63, 74658.00, 2502.61, 1172.81, -24.58, 32.7, 1.29, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476429,-106.9163420, 2661.0, 2022, 6, 24, 15, 19, 25, 1014, 1623, 333, 51, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 36, 33, 31, 29, 0, 0, 32, 0, 38, 20, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 128.71, 6, drogue, -18.63, 74667.00, 2501.65, 1171.85, -24.58, 32.7, 1.29, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476429,-106.9163420, 2661.0, 2022, 6, 24, 15, 19, 25, 1014, 1623, 333, 51, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 36, 33, 31, 29, 0, 0, 32, 0, 38, 20, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 128.81, 6, drogue, -17.65, 74685.00, 2499.74, 1169.94, -24.60, 32.7, 1.29, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476429,-106.9163420, 2661.0, 2022, 6, 24, 15, 19, 25, 1014, 1623, 333, 51, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 36, 33, 31, 29, 0, 0, 32, 0, 38, 20, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 128.91, 6, drogue, -15.20, 74658.00, 2502.61, 1172.81, -24.63, 32.7, 1.29, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476429,-106.9163420, 2661.0, 2022, 6, 24, 15, 19, 25, 1014, 1623, 333, 51, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 36, 33, 31, 29, 0, 0, 32, 0, 38, 20, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 128.98, 6, drogue, -15.20, 74658.00, 2502.61, 1172.81, -24.63, 32.7, 1.28, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.05, 0.00, 1, 1, 11, 32.9476429,-106.9163420, 2661.0, 2022, 6, 24, 15, 19, 25, 1014, 1623, 333, 51, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 36, 33, 31, 29, 0, 0, 32, 0, 38, 20, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 129.01, 6, drogue, -21.08, 74693.00, 2498.88, 1169.08, -24.62, 32.7, 1.28, 3.98, 3.98, 0.06, 0.00, 0.00, 64.03, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.05, 0.00, 1, 1, 11, 32.9476429,-106.9163420, 2661.0, 2022, 6, 24, 15, 19, 25, 1014, 1623, 333, 51, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 36, 33, 31, 29, 0, 0, 32, 0, 38, 20, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 129.11, 6, drogue, -15.20, 74722.00, 2495.79, 1165.99, -24.58, 32.7, 1.28, 3.98, 3.98, 0.06, 0.00, 0.00, 64.03, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.05, 0.00, 1, 1, 11, 32.9476429,-106.9163420, 2661.0, 2022, 6, 24, 15, 19, 25, 1014, 1623, 333, 51, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 36, 33, 31, 29, 0, 0, 32, 0, 38, 20, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 129.21, 6, drogue, -12.26, 74706.00, 2497.50, 1167.70, -24.51, 32.7, 1.28, 3.98, 3.98, 0.06, 0.00, 0.00, 64.03, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.05, 0.00, 1, 1, 11, 32.9476429,-106.9163420, 2661.0, 2022, 6, 24, 15, 19, 25, 1014, 1623, 333, 51, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 36, 33, 31, 29, 0, 0, 32, 0, 38, 20, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 129.30, 6, drogue, -12.26, 74706.00, 2497.50, 1167.70, -24.51, 32.7, 1.29, 3.97, 3.98, 0.06, 0.00, 0.00, 64.03, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476429,-106.9163420, 2661.0, 2022, 6, 24, 15, 19, 25, 1014, 1623, 333, 51, 1.4, 0.8, 1.1, 0, 36, 29, 0, 0, 35, 0, 0, 0, 0, 36, 33, 31, 29, 0, 0, 32, 0, 38, 20, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 129.31, 6, drogue, -16.18, 74777.00, 2489.94, 1160.14, -24.40, 32.7, 1.29, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476565,-106.9162833, 2633.0, 2022, 6, 24, 15, 19, 26, 1013, 1600, 333, 51, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 35, 0, 0, 0, 0, 36, 29, 35, 37, 0, 0, 38, 0, 31, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 129.31, 6, drogue, -16.18, 74777.00, 2489.94, 1160.14, -24.40, 32.7, 1.29, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476565,-106.9162833, 2633.0, 2022, 6, 24, 15, 19, 26, 1013, 1600, 333, 51, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 35, 0, 0, 0, 0, 36, 29, 35, 37, 0, 0, 38, 0, 31, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 129.31, 6, drogue, -16.18, 74777.00, 2489.94, 1160.14, -24.40, 32.7, 1.29, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476565,-106.9162833, 2633.0, 2022, 6, 24, 15, 19, 26, 1013, 1600, 333, 51, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 35, 0, 0, 0, 0, 36, 29, 35, 37, 0, 0, 38, 0, 31, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 129.41, 6, drogue, -18.14, 74816.00, 2485.79, 1155.99, -24.25, 32.7, 1.29, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476565,-106.9162833, 2633.0, 2022, 6, 24, 15, 19, 26, 1013, 1600, 333, 51, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 35, 0, 0, 0, 0, 36, 29, 35, 37, 0, 0, 38, 0, 31, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 129.51, 6, drogue, -20.10, 74890.00, 2477.91, 1148.11, -24.09, 32.7, 1.29, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476565,-106.9162833, 2633.0, 2022, 6, 24, 15, 19, 26, 1013, 1600, 333, 51, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 35, 0, 0, 0, 0, 36, 29, 35, 37, 0, 0, 38, 0, 31, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 129.61, 6, drogue, -15.20, 74922.00, 2474.51, 1144.71, -23.91, 32.7, 1.29, 3.97, 3.98, 0.00, 0.00, 0.00, 63.91, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476565,-106.9162833, 2633.0, 2022, 6, 24, 15, 19, 26, 1013, 1600, 333, 51, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 35, 0, 0, 0, 0, 36, 29, 35, 37, 0, 0, 38, 0, 31, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 129.62, 6, drogue, -15.20, 74922.00, 2474.51, 1144.71, -23.91, 32.7, 1.29, 3.98, 3.99, 0.00, 0.00, 0.00, 63.91, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476565,-106.9162833, 2633.0, 2022, 6, 24, 15, 19, 26, 1013, 1600, 333, 51, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 35, 0, 0, 0, 0, 36, 29, 35, 37, 0, 0, 38, 0, 31, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 129.71, 6, drogue, -17.65, 74906.00, 2476.21, 1146.41, -23.72, 32.7, 1.29, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476565,-106.9162833, 2633.0, 2022, 6, 24, 15, 19, 26, 1013, 1600, 333, 51, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 35, 0, 0, 0, 0, 36, 29, 35, 37, 0, 0, 38, 0, 31, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 129.81, 6, drogue, -17.16, 74912.00, 2475.58, 1145.77, -23.54, 32.7, 1.29, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476565,-106.9162833, 2633.0, 2022, 6, 24, 15, 19, 26, 1013, 1600, 333, 51, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 35, 0, 0, 0, 0, 36, 29, 35, 37, 0, 0, 38, 0, 31, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 129.91, 6, drogue, -14.22, 74914.00, 2475.36, 1145.56, -23.39, 32.6, 1.29, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476565,-106.9162833, 2633.0, 2022, 6, 24, 15, 19, 26, 1013, 1600, 333, 51, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 35, 0, 0, 0, 0, 36, 29, 35, 37, 0, 0, 38, 0, 31, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 129.94, 6, drogue, -14.22, 74914.00, 2475.36, 1145.56, -23.39, 32.6, 1.29, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476565,-106.9162833, 2633.0, 2022, 6, 24, 15, 19, 26, 1013, 1600, 333, 51, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 35, 0, 0, 0, 0, 36, 29, 35, 37, 0, 0, 38, 0, 31, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 130.01, 6, drogue, -15.20, 74935.00, 2473.13, 1143.33, -23.27, 32.6, 1.29, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476565,-106.9162833, 2633.0, 2022, 6, 24, 15, 19, 26, 1013, 1600, 333, 51, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 35, 0, 0, 0, 0, 36, 29, 35, 37, 0, 0, 38, 0, 31, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 130.11, 6, drogue, -14.71, 74947.00, 2471.86, 1142.05, -23.21, 32.6, 1.29, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476565,-106.9162833, 2633.0, 2022, 6, 24, 15, 19, 26, 1013, 1600, 333, 51, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 35, 0, 0, 0, 0, 36, 29, 35, 37, 0, 0, 38, 0, 31, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 130.21, 6, drogue, -17.65, 74977.00, 2468.67, 1138.87, -23.18, 32.7, 1.29, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476565,-106.9162833, 2633.0, 2022, 6, 24, 15, 19, 26, 1013, 1600, 333, 51, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 35, 0, 0, 0, 0, 36, 29, 35, 37, 0, 0, 38, 0, 31, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 130.26, 6, drogue, -17.65, 74977.00, 2468.67, 1138.87, -23.18, 32.7, 1.28, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 20.75, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9476565,-106.9162833, 2633.0, 2022, 6, 24, 15, 19, 26, 1013, 1600, 333, 51, 1.4, 0.8, 1.1, 0, 34, 29, 0, 0, 35, 0, 0, 0, 0, 36, 29, 35, 37, 0, 0, 38, 0, 31, 30, 0, 0, 0, 31, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 130.31, 6, drogue, -16.67, 74985.00, 2467.82, 1138.02, -23.19, 32.6, 1.28, 3.98, 3.98, 0.01, 0.00, 0.00, 64.09, 20.57, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9476618,-106.9162386, 2603.0, 2022, 6, 24, 15, 19, 27, 1011, 1576, 334, 50, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 31, 0, 0, 0, 0, 36, 36, 35, 31, 0, 0, 29, 0, 28, 31, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 130.31, 6, drogue, -16.67, 74985.00, 2467.82, 1138.02, -23.19, 32.6, 1.28, 3.98, 3.98, 0.01, 0.00, 0.00, 64.09, 20.57, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9476618,-106.9162386, 2603.0, 2022, 6, 24, 15, 19, 27, 1011, 1576, 334, 50, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 31, 0, 0, 0, 0, 36, 36, 35, 31, 0, 0, 29, 0, 28, 31, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 130.31, 6, drogue, -16.67, 74985.00, 2467.82, 1138.02, -23.19, 32.6, 1.28, 3.98, 3.98, 0.01, 0.00, 0.00, 64.09, 20.57, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9476618,-106.9162386, 2603.0, 2022, 6, 24, 15, 19, 27, 1011, 1576, 334, 50, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 31, 0, 0, 0, 0, 36, 36, 35, 31, 0, 0, 29, 0, 28, 31, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 130.41, 6, drogue, -23.05, 75022.00, 2463.89, 1134.09, -23.21, 32.6, 1.28, 3.98, 3.98, 0.01, 0.00, 0.00, 64.09, 20.57, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9476618,-106.9162386, 2603.0, 2022, 6, 24, 15, 19, 27, 1011, 1576, 334, 50, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 31, 0, 0, 0, 0, 36, 36, 35, 31, 0, 0, 29, 0, 28, 31, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 130.51, 6, drogue, -23.05, 75052.00, 2460.70, 1130.90, -23.25, 32.6, 1.28, 3.98, 3.98, 0.01, 0.00, 0.00, 64.09, 20.57, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9476618,-106.9162386, 2603.0, 2022, 6, 24, 15, 19, 27, 1011, 1576, 334, 50, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 31, 0, 0, 0, 0, 36, 36, 35, 31, 0, 0, 29, 0, 28, 31, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 130.58, 6, drogue, -23.05, 75052.00, 2460.70, 1130.90, -23.25, 32.6, 1.29, 3.98, 3.99, 0.01, 0.00, 0.00, 64.09, 20.57, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9476618,-106.9162386, 2603.0, 2022, 6, 24, 15, 19, 27, 1011, 1576, 334, 50, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 31, 0, 0, 0, 0, 36, 36, 35, 31, 0, 0, 29, 0, 28, 31, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 130.61, 6, drogue, -20.10, 75094.00, 2456.25, 1126.45, -23.32, 32.6, 1.29, 3.98, 3.99, 0.01, 0.00, 0.00, 64.09, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9476618,-106.9162386, 2603.0, 2022, 6, 24, 15, 19, 27, 1011, 1576, 334, 50, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 31, 0, 0, 0, 0, 36, 36, 35, 31, 0, 0, 29, 0, 28, 31, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 130.71, 6, drogue, -17.65, 75084.00, 2457.31, 1127.51, -23.39, 32.6, 1.29, 3.98, 3.99, 0.01, 0.00, 0.00, 64.09, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9476618,-106.9162386, 2603.0, 2022, 6, 24, 15, 19, 27, 1011, 1576, 334, 50, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 31, 0, 0, 0, 0, 36, 36, 35, 31, 0, 0, 29, 0, 28, 31, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 130.81, 6, drogue, -15.69, 75114.00, 2454.13, 1124.32, -23.50, 32.6, 1.29, 3.98, 3.99, 0.01, 0.00, 0.00, 64.09, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9476618,-106.9162386, 2603.0, 2022, 6, 24, 15, 19, 27, 1011, 1576, 334, 50, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 31, 0, 0, 0, 0, 36, 36, 35, 31, 0, 0, 29, 0, 28, 31, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 130.90, 6, drogue, -15.69, 75114.00, 2454.13, 1124.32, -23.50, 32.6, 1.28, 3.98, 3.98, 0.01, 0.00, 0.00, 64.09, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476618,-106.9162386, 2603.0, 2022, 6, 24, 15, 19, 27, 1011, 1576, 334, 50, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 31, 0, 0, 0, 0, 36, 36, 35, 31, 0, 0, 29, 0, 28, 31, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 130.91, 6, drogue, -14.22, 75166.00, 2448.61, 1118.81, -23.61, 32.6, 1.28, 3.98, 3.98, 0.09, 0.00, 0.00, 64.09, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476618,-106.9162386, 2603.0, 2022, 6, 24, 15, 19, 27, 1011, 1576, 334, 50, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 31, 0, 0, 0, 0, 36, 36, 35, 31, 0, 0, 29, 0, 28, 31, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 131.01, 6, drogue, -14.22, 75179.00, 2447.23, 1117.43, -23.78, 32.6, 1.28, 3.98, 3.98, 0.09, 0.00, 0.00, 64.09, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476618,-106.9162386, 2603.0, 2022, 6, 24, 15, 19, 27, 1011, 1576, 334, 50, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 31, 0, 0, 0, 0, 36, 36, 35, 31, 0, 0, 29, 0, 28, 31, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 131.11, 6, drogue, -19.12, 75190.00, 2446.07, 1116.27, -23.97, 32.6, 1.28, 3.98, 3.98, 0.09, 0.00, 0.00, 64.09, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476618,-106.9162386, 2603.0, 2022, 6, 24, 15, 19, 27, 1011, 1576, 334, 50, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 31, 0, 0, 0, 0, 36, 36, 35, 31, 0, 0, 29, 0, 28, 31, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 131.21, 6, drogue, -19.12, 75196.00, 2445.43, 1115.63, -24.19, 32.6, 1.28, 3.98, 3.98, 0.09, 0.00, 0.00, 64.09, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476618,-106.9162386, 2603.0, 2022, 6, 24, 15, 19, 27, 1011, 1576, 334, 50, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 31, 0, 0, 0, 0, 36, 36, 35, 31, 0, 0, 29, 0, 28, 31, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 131.22, 6, drogue, -19.12, 75196.00, 2445.43, 1115.63, -24.19, 32.6, 1.30, 3.98, 3.98, 0.09, 0.00, 0.00, 64.09, 20.69, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476618,-106.9162386, 2603.0, 2022, 6, 24, 15, 19, 27, 1011, 1576, 334, 50, 1.4, 0.8, 1.1, 0, 37, 29, 0, 0, 31, 0, 0, 0, 0, 36, 36, 35, 31, 0, 0, 29, 0, 28, 31, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 131.31, 6, drogue, -23.54, 75206.00, 2444.37, 1114.57, -24.42, 32.6, 1.30, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476799,-106.9162178, 2575.0, 2022, 6, 24, 15, 19, 28, 1012, 1555, 334, 49, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 37, 0, 0, 0, 0, 28, 28, 28, 28, 0, 0, 38, 0, 38, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 131.31, 6, drogue, -23.54, 75206.00, 2444.37, 1114.57, -24.42, 32.6, 1.30, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476799,-106.9162178, 2575.0, 2022, 6, 24, 15, 19, 28, 1012, 1555, 334, 49, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 37, 0, 0, 0, 0, 28, 28, 28, 28, 0, 0, 38, 0, 38, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 131.31, 6, drogue, -23.54, 75206.00, 2444.37, 1114.57, -24.42, 32.6, 1.30, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476799,-106.9162178, 2575.0, 2022, 6, 24, 15, 19, 28, 1012, 1555, 334, 49, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 37, 0, 0, 0, 0, 28, 28, 28, 28, 0, 0, 38, 0, 38, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 131.41, 6, drogue, -16.67, 75224.00, 2442.46, 1112.66, -24.65, 32.6, 1.30, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476799,-106.9162178, 2575.0, 2022, 6, 24, 15, 19, 28, 1012, 1555, 334, 49, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 37, 0, 0, 0, 0, 28, 28, 28, 28, 0, 0, 38, 0, 38, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 131.51, 6, drogue, -15.20, 75243.00, 2440.45, 1110.65, -24.88, 32.6, 1.30, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9476799,-106.9162178, 2575.0, 2022, 6, 24, 15, 19, 28, 1012, 1555, 334, 49, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 37, 0, 0, 0, 0, 28, 28, 28, 28, 0, 0, 38, 0, 38, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 131.54, 6, drogue, -15.20, 75243.00, 2440.45, 1110.65, -24.88, 32.6, 1.29, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 20.87, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476799,-106.9162178, 2575.0, 2022, 6, 24, 15, 19, 28, 1012, 1555, 334, 49, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 37, 0, 0, 0, 0, 28, 28, 28, 28, 0, 0, 38, 0, 38, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 131.61, 6, drogue, -14.71, 75272.00, 2437.38, 1107.58, -25.10, 32.6, 1.29, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476799,-106.9162178, 2575.0, 2022, 6, 24, 15, 19, 28, 1012, 1555, 334, 49, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 37, 0, 0, 0, 0, 28, 28, 28, 28, 0, 0, 38, 0, 38, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 131.71, 6, drogue, -15.69, 75292.00, 2435.26, 1105.46, -25.27, 32.6, 1.29, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476799,-106.9162178, 2575.0, 2022, 6, 24, 15, 19, 28, 1012, 1555, 334, 49, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 37, 0, 0, 0, 0, 28, 28, 28, 28, 0, 0, 38, 0, 38, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 131.81, 6, drogue, -11.28, 75351.00, 2429.02, 1099.22, -25.44, 32.6, 1.29, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9476799,-106.9162178, 2575.0, 2022, 6, 24, 15, 19, 28, 1012, 1555, 334, 49, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 37, 0, 0, 0, 0, 28, 28, 28, 28, 0, 0, 38, 0, 38, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 131.86, 6, drogue, -11.28, 75351.00, 2429.02, 1099.22, -25.44, 32.6, 1.31, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 20.81, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476799,-106.9162178, 2575.0, 2022, 6, 24, 15, 19, 28, 1012, 1555, 334, 49, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 37, 0, 0, 0, 0, 28, 28, 28, 28, 0, 0, 38, 0, 38, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 131.91, 6, drogue, -11.28, 75401.00, 2423.73, 1093.93, -25.59, 32.6, 1.31, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476799,-106.9162178, 2575.0, 2022, 6, 24, 15, 19, 28, 1012, 1555, 334, 49, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 37, 0, 0, 0, 0, 28, 28, 28, 28, 0, 0, 38, 0, 38, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 132.01, 6, drogue, -8.34, 75432.00, 2420.45, 1090.65, -25.73, 32.6, 1.31, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476799,-106.9162178, 2575.0, 2022, 6, 24, 15, 19, 28, 1012, 1555, 334, 49, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 37, 0, 0, 0, 0, 28, 28, 28, 28, 0, 0, 38, 0, 38, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 132.11, 6, drogue, -11.77, 75455.00, 2418.02, 1088.22, -25.89, 32.6, 1.31, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476799,-106.9162178, 2575.0, 2022, 6, 24, 15, 19, 28, 1012, 1555, 334, 49, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 37, 0, 0, 0, 0, 28, 28, 28, 28, 0, 0, 38, 0, 38, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 132.18, 6, drogue, -11.77, 75455.00, 2418.02, 1088.22, -25.89, 32.6, 1.31, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476799,-106.9162178, 2575.0, 2022, 6, 24, 15, 19, 28, 1012, 1555, 334, 49, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 37, 0, 0, 0, 0, 28, 28, 28, 28, 0, 0, 38, 0, 38, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 132.21, 6, drogue, -17.65, 75445.00, 2419.08, 1089.28, -26.05, 32.6, 1.31, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476799,-106.9162178, 2575.0, 2022, 6, 24, 15, 19, 28, 1012, 1555, 334, 49, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 37, 0, 0, 0, 0, 28, 28, 28, 28, 0, 0, 38, 0, 38, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 132.30, 6, drogue, -17.65, 75445.00, 2419.08, 1089.28, -26.05, 32.6, 1.31, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476799,-106.9162178, 2575.0, 2022, 6, 24, 15, 19, 28, 1012, 1555, 334, 49, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 37, 0, 0, 0, 0, 28, 28, 28, 28, 0, 0, 38, 0, 38, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 132.30, 6, drogue, -17.65, 75445.00, 2419.08, 1089.28, -26.05, 32.6, 1.31, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9476799,-106.9162178, 2575.0, 2022, 6, 24, 15, 19, 28, 1012, 1555, 334, 49, 1.4, 0.8, 1.1, 0, 30, 29, 0, 0, 37, 0, 0, 0, 0, 28, 28, 28, 28, 0, 0, 38, 0, 38, 24, 0, 0, 0, 23, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 132.31, 6, drogue, -15.69, 75470.00, 2416.44, 1086.63, -26.20, 32.6, 1.31, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9477325,-106.9161813, 2549.0, 2022, 6, 24, 15, 19, 29, 1016, 1538, 334, 49, 1.4, 0.8, 1.1, 0, 31, 33, 0, 0, 36, 0, 0, 0, 0, 32, 29, 27, 34, 0, 0, 36, 0, 32, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 132.41, 6, drogue, -21.08, 75473.00, 2416.12, 1086.32, -26.36, 32.6, 1.31, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9477325,-106.9161813, 2549.0, 2022, 6, 24, 15, 19, 29, 1016, 1538, 334, 49, 1.4, 0.8, 1.1, 0, 31, 33, 0, 0, 36, 0, 0, 0, 0, 32, 29, 27, 34, 0, 0, 36, 0, 32, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 132.50, 6, drogue, -21.08, 75473.00, 2416.12, 1086.32, -26.36, 32.6, 1.32, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9477325,-106.9161813, 2549.0, 2022, 6, 24, 15, 19, 29, 1016, 1538, 334, 49, 1.4, 0.8, 1.1, 0, 31, 33, 0, 0, 36, 0, 0, 0, 0, 32, 29, 27, 34, 0, 0, 36, 0, 32, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 132.51, 6, drogue, -18.63, 75472.00, 2416.22, 1086.42, -26.50, 32.6, 1.32, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9477325,-106.9161813, 2549.0, 2022, 6, 24, 15, 19, 29, 1016, 1538, 334, 49, 1.4, 0.8, 1.1, 0, 31, 33, 0, 0, 36, 0, 0, 0, 0, 32, 29, 27, 34, 0, 0, 36, 0, 32, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 132.61, 6, drogue, -17.16, 75528.00, 2410.31, 1080.51, -26.61, 32.6, 1.32, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9477325,-106.9161813, 2549.0, 2022, 6, 24, 15, 19, 29, 1016, 1538, 334, 49, 1.4, 0.8, 1.1, 0, 31, 33, 0, 0, 36, 0, 0, 0, 0, 32, 29, 27, 34, 0, 0, 36, 0, 32, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 132.71, 6, drogue, -15.20, 75544.00, 2408.62, 1078.82, -26.66, 32.6, 1.32, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9477325,-106.9161813, 2549.0, 2022, 6, 24, 15, 19, 29, 1016, 1538, 334, 49, 1.4, 0.8, 1.1, 0, 31, 33, 0, 0, 36, 0, 0, 0, 0, 32, 29, 27, 34, 0, 0, 36, 0, 32, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 132.81, 6, drogue, -14.22, 75604.00, 2402.29, 1072.49, -26.69, 32.6, 1.32, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9477325,-106.9161813, 2549.0, 2022, 6, 24, 15, 19, 29, 1016, 1538, 334, 49, 1.4, 0.8, 1.1, 0, 31, 33, 0, 0, 36, 0, 0, 0, 0, 32, 29, 27, 34, 0, 0, 36, 0, 32, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 132.82, 6, drogue, -14.22, 75604.00, 2402.29, 1072.49, -26.69, 32.6, 1.31, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9477325,-106.9161813, 2549.0, 2022, 6, 24, 15, 19, 29, 1016, 1538, 334, 49, 1.4, 0.8, 1.1, 0, 31, 33, 0, 0, 36, 0, 0, 0, 0, 32, 29, 27, 34, 0, 0, 36, 0, 32, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 132.91, 6, drogue, -14.22, 75640.00, 2398.49, 1068.69, -26.73, 32.6, 1.31, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9477325,-106.9161813, 2549.0, 2022, 6, 24, 15, 19, 29, 1016, 1538, 334, 49, 1.4, 0.8, 1.1, 0, 31, 33, 0, 0, 36, 0, 0, 0, 0, 32, 29, 27, 34, 0, 0, 36, 0, 32, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 133.01, 6, drogue, -16.67, 75669.00, 2395.43, 1065.63, -26.71, 32.6, 1.31, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9477325,-106.9161813, 2549.0, 2022, 6, 24, 15, 19, 29, 1016, 1538, 334, 49, 1.4, 0.8, 1.1, 0, 31, 33, 0, 0, 36, 0, 0, 0, 0, 32, 29, 27, 34, 0, 0, 36, 0, 32, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 133.11, 6, drogue, -15.69, 75678.00, 2394.48, 1064.68, -26.67, 32.6, 1.31, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9477325,-106.9161813, 2549.0, 2022, 6, 24, 15, 19, 29, 1016, 1538, 334, 49, 1.4, 0.8, 1.1, 0, 31, 33, 0, 0, 36, 0, 0, 0, 0, 32, 29, 27, 34, 0, 0, 36, 0, 32, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 133.14, 6, drogue, -15.69, 75678.00, 2394.48, 1064.68, -26.67, 32.6, 1.31, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9477325,-106.9161813, 2549.0, 2022, 6, 24, 15, 19, 29, 1016, 1538, 334, 49, 1.4, 0.8, 1.1, 0, 31, 33, 0, 0, 36, 0, 0, 0, 0, 32, 29, 27, 34, 0, 0, 36, 0, 32, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 133.21, 6, drogue, -18.63, 75743.00, 2387.63, 1057.83, -26.57, 32.6, 1.31, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9477325,-106.9161813, 2549.0, 2022, 6, 24, 15, 19, 29, 1016, 1538, 334, 49, 1.4, 0.8, 1.1, 0, 31, 33, 0, 0, 36, 0, 0, 0, 0, 32, 29, 27, 34, 0, 0, 36, 0, 32, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 133.30, 6, drogue, -18.63, 75743.00, 2387.63, 1057.83, -26.57, 32.6, 1.31, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9477325,-106.9161813, 2549.0, 2022, 6, 24, 15, 19, 29, 1016, 1538, 334, 49, 1.4, 0.8, 1.1, 0, 31, 33, 0, 0, 36, 0, 0, 0, 0, 32, 29, 27, 34, 0, 0, 36, 0, 32, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 133.30, 6, drogue, -18.63, 75743.00, 2387.63, 1057.83, -26.57, 32.6, 1.31, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9477325,-106.9161813, 2549.0, 2022, 6, 24, 15, 19, 29, 1016, 1538, 334, 49, 1.4, 0.8, 1.1, 0, 31, 33, 0, 0, 36, 0, 0, 0, 0, 32, 29, 27, 34, 0, 0, 36, 0, 32, 30, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 133.31, 6, drogue, -21.08, 75712.00, 2390.90, 1061.10, -26.44, 32.6, 1.31, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9477904,-106.9161217, 2523.0, 2022, 6, 24, 15, 19, 30, 1019, 1521, 335, 48, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 36, 26, 32, 30, 0, 0, 28, 0, 29, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 133.41, 6, drogue, -21.57, 75713.00, 2390.79, 1060.99, -26.29, 32.6, 1.31, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9477904,-106.9161217, 2523.0, 2022, 6, 24, 15, 19, 30, 1019, 1521, 335, 48, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 36, 26, 32, 30, 0, 0, 28, 0, 29, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 133.46, 6, drogue, -21.57, 75713.00, 2390.79, 1060.99, -26.29, 32.6, 1.32, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9477904,-106.9161217, 2523.0, 2022, 6, 24, 15, 19, 30, 1019, 1521, 335, 48, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 36, 26, 32, 30, 0, 0, 28, 0, 29, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 133.51, 6, drogue, -17.16, 75730.00, 2389.00, 1059.20, -26.11, 32.6, 1.32, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9477904,-106.9161217, 2523.0, 2022, 6, 24, 15, 19, 30, 1019, 1521, 335, 48, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 36, 26, 32, 30, 0, 0, 28, 0, 29, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 133.61, 6, drogue, -20.10, 75771.00, 2384.68, 1054.88, -25.94, 32.6, 1.32, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9477904,-106.9161217, 2523.0, 2022, 6, 24, 15, 19, 30, 1019, 1521, 335, 48, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 36, 26, 32, 30, 0, 0, 28, 0, 29, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 133.71, 6, drogue, -18.14, 75811.00, 2380.47, 1050.67, -25.76, 32.6, 1.32, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9477904,-106.9161217, 2523.0, 2022, 6, 24, 15, 19, 30, 1019, 1521, 335, 48, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 36, 26, 32, 30, 0, 0, 28, 0, 29, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 133.78, 6, drogue, -18.14, 75811.00, 2380.47, 1050.67, -25.76, 32.6, 1.31, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477904,-106.9161217, 2523.0, 2022, 6, 24, 15, 19, 30, 1019, 1521, 335, 48, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 36, 26, 32, 30, 0, 0, 28, 0, 29, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 133.81, 6, drogue, -16.67, 75860.00, 2375.31, 1045.51, -25.59, 32.6, 1.31, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477904,-106.9161217, 2523.0, 2022, 6, 24, 15, 19, 30, 1019, 1521, 335, 48, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 36, 26, 32, 30, 0, 0, 28, 0, 29, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 133.91, 6, drogue, -15.20, 75893.00, 2371.84, 1042.04, -25.41, 32.6, 1.31, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477904,-106.9161217, 2523.0, 2022, 6, 24, 15, 19, 30, 1019, 1521, 335, 48, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 36, 26, 32, 30, 0, 0, 28, 0, 29, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 134.01, 6, drogue, -16.18, 75914.00, 2369.63, 1039.83, -25.23, 32.6, 1.31, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9477904,-106.9161217, 2523.0, 2022, 6, 24, 15, 19, 30, 1019, 1521, 335, 48, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 36, 26, 32, 30, 0, 0, 28, 0, 29, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 134.10, 6, drogue, -16.18, 75914.00, 2369.63, 1039.83, -25.23, 32.6, 1.31, 3.96, 3.97, 0.09, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477904,-106.9161217, 2523.0, 2022, 6, 24, 15, 19, 30, 1019, 1521, 335, 48, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 36, 26, 32, 30, 0, 0, 28, 0, 29, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 134.11, 6, drogue, -16.18, 75974.00, 2363.32, 1033.52, -25.02, 32.6, 1.31, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477904,-106.9161217, 2523.0, 2022, 6, 24, 15, 19, 30, 1019, 1521, 335, 48, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 36, 26, 32, 30, 0, 0, 28, 0, 29, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 134.21, 6, drogue, -20.10, 75985.00, 2362.17, 1032.37, -24.81, 32.6, 1.31, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9477904,-106.9161217, 2523.0, 2022, 6, 24, 15, 19, 30, 1019, 1521, 335, 48, 1.4, 0.8, 1.1, 0, 35, 27, 0, 0, 36, 0, 0, 0, 0, 36, 26, 32, 30, 0, 0, 28, 0, 29, 32, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 134.31, 6, drogue, -17.16, 75991.00, 2361.54, 1031.74, -24.61, 32.6, 1.31, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9478224,-106.9160627, 2496.0, 2022, 6, 24, 15, 19, 31, 1020, 1502, 335, 47, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 31, 0, 0, 0, 0, 33, 30, 32, 30, 0, 0, 31, 0, 33, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 134.31, 6, drogue, -17.16, 75991.00, 2361.54, 1031.74, -24.61, 32.6, 1.31, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9478224,-106.9160627, 2496.0, 2022, 6, 24, 15, 19, 31, 1020, 1502, 335, 47, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 31, 0, 0, 0, 0, 33, 30, 32, 30, 0, 0, 31, 0, 33, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 134.31, 6, drogue, -17.16, 75991.00, 2361.54, 1031.74, -24.61, 32.6, 1.31, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9478224,-106.9160627, 2496.0, 2022, 6, 24, 15, 19, 31, 1020, 1502, 335, 47, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 31, 0, 0, 0, 0, 33, 30, 32, 30, 0, 0, 31, 0, 33, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 134.41, 6, drogue, -19.61, 76026.00, 2357.86, 1028.06, -24.41, 32.6, 1.31, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9478224,-106.9160627, 2496.0, 2022, 6, 24, 15, 19, 31, 1020, 1502, 335, 47, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 31, 0, 0, 0, 0, 33, 30, 32, 30, 0, 0, 31, 0, 33, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 134.42, 6, drogue, -19.61, 76026.00, 2357.86, 1028.06, -24.41, 32.6, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9478224,-106.9160627, 2496.0, 2022, 6, 24, 15, 19, 31, 1020, 1502, 335, 47, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 31, 0, 0, 0, 0, 33, 30, 32, 30, 0, 0, 31, 0, 33, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 134.51, 6, drogue, -18.63, 76023.00, 2358.17, 1028.37, -24.24, 32.6, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9478224,-106.9160627, 2496.0, 2022, 6, 24, 15, 19, 31, 1020, 1502, 335, 47, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 31, 0, 0, 0, 0, 33, 30, 32, 30, 0, 0, 31, 0, 33, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 134.61, 6, drogue, -17.16, 76006.00, 2359.96, 1030.16, -24.07, 32.6, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9478224,-106.9160627, 2496.0, 2022, 6, 24, 15, 19, 31, 1020, 1502, 335, 47, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 31, 0, 0, 0, 0, 33, 30, 32, 30, 0, 0, 31, 0, 33, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 134.71, 6, drogue, -19.12, 76005.00, 2360.06, 1030.26, -23.92, 32.6, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9478224,-106.9160627, 2496.0, 2022, 6, 24, 15, 19, 31, 1020, 1502, 335, 47, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 31, 0, 0, 0, 0, 33, 30, 32, 30, 0, 0, 31, 0, 33, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 134.74, 6, drogue, -19.12, 76005.00, 2360.06, 1030.26, -23.92, 32.6, 1.31, 3.99, 3.98, 0.00, 0.00, 0.00, 63.78, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9478224,-106.9160627, 2496.0, 2022, 6, 24, 15, 19, 31, 1020, 1502, 335, 47, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 31, 0, 0, 0, 0, 33, 30, 32, 30, 0, 0, 31, 0, 33, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 134.81, 6, drogue, -22.06, 76053.00, 2355.02, 1025.22, -23.80, 32.6, 1.31, 3.99, 3.98, 0.02, 0.00, 0.00, 64.21, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9478224,-106.9160627, 2496.0, 2022, 6, 24, 15, 19, 31, 1020, 1502, 335, 47, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 31, 0, 0, 0, 0, 33, 30, 32, 30, 0, 0, 31, 0, 33, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 134.91, 6, drogue, -20.10, 76107.00, 2349.35, 1019.55, -23.67, 32.6, 1.31, 3.99, 3.98, 0.02, 0.00, 0.00, 64.21, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9478224,-106.9160627, 2496.0, 2022, 6, 24, 15, 19, 31, 1020, 1502, 335, 47, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 31, 0, 0, 0, 0, 33, 30, 32, 30, 0, 0, 31, 0, 33, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 135.01, 6, drogue, -16.67, 76118.00, 2348.20, 1018.40, -23.53, 32.6, 1.31, 3.99, 3.98, 0.02, 0.00, 0.00, 64.21, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9478224,-106.9160627, 2496.0, 2022, 6, 24, 15, 19, 31, 1020, 1502, 335, 47, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 31, 0, 0, 0, 0, 33, 30, 32, 30, 0, 0, 31, 0, 33, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 135.06, 6, drogue, -16.67, 76118.00, 2348.20, 1018.40, -23.53, 32.6, 1.32, 3.98, 3.98, 0.02, 0.00, 0.00, 64.21, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9478224,-106.9160627, 2496.0, 2022, 6, 24, 15, 19, 31, 1020, 1502, 335, 47, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 31, 0, 0, 0, 0, 33, 30, 32, 30, 0, 0, 31, 0, 33, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 135.11, 6, drogue, -18.63, 76153.00, 2344.53, 1014.73, -23.39, 32.6, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9478224,-106.9160627, 2496.0, 2022, 6, 24, 15, 19, 31, 1020, 1502, 335, 47, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 31, 0, 0, 0, 0, 33, 30, 32, 30, 0, 0, 31, 0, 33, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 135.21, 6, drogue, -16.18, 76150.00, 2344.84, 1015.04, -23.30, 32.5, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9478224,-106.9160627, 2496.0, 2022, 6, 24, 15, 19, 31, 1020, 1502, 335, 47, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 31, 0, 0, 0, 0, 33, 30, 32, 30, 0, 0, 31, 0, 33, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 135.31, 6, drogue, -12.75, 76181.00, 2341.59, 1011.79, -23.17, 32.6, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9478224,-106.9160627, 2496.0, 2022, 6, 24, 15, 19, 31, 1020, 1502, 335, 47, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 31, 0, 0, 0, 0, 33, 30, 32, 30, 0, 0, 31, 0, 33, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 135.31, 6, drogue, -12.75, 76181.00, 2341.59, 1011.79, -23.17, 32.6, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9478224,-106.9160627, 2496.0, 2022, 6, 24, 15, 19, 31, 1020, 1502, 335, 47, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 31, 0, 0, 0, 0, 33, 30, 32, 30, 0, 0, 31, 0, 33, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 135.31, 6, drogue, -12.75, 76181.00, 2341.59, 1011.79, -23.17, 32.6, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9478224,-106.9160627, 2496.0, 2022, 6, 24, 15, 19, 31, 1020, 1502, 335, 47, 1.4, 0.8, 1.1, 0, 35, 28, 0, 0, 31, 0, 0, 0, 0, 33, 30, 32, 30, 0, 0, 31, 0, 33, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 135.38, 6, drogue, -12.75, 76181.00, 2341.59, 1011.79, -23.17, 32.6, 1.31, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9478412,-106.9160205, 2470.0, 2022, 6, 24, 15, 19, 32, 1021, 1483, 335, 47, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 35, 28, 32, 34, 0, 0, 37, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 135.41, 6, drogue, -16.67, 76214.00, 2338.13, 1008.33, -23.04, 32.5, 1.31, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9478412,-106.9160205, 2470.0, 2022, 6, 24, 15, 19, 32, 1021, 1483, 335, 47, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 35, 28, 32, 34, 0, 0, 37, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 135.51, 6, drogue, -18.14, 76241.00, 2335.30, 1005.50, -22.93, 32.5, 1.31, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9478412,-106.9160205, 2470.0, 2022, 6, 24, 15, 19, 32, 1021, 1483, 335, 47, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 35, 28, 32, 34, 0, 0, 37, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 135.61, 6, drogue, -19.12, 76290.00, 2330.17, 1000.37, -22.86, 32.5, 1.31, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9478412,-106.9160205, 2470.0, 2022, 6, 24, 15, 19, 32, 1021, 1483, 335, 47, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 35, 28, 32, 34, 0, 0, 37, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 135.70, 6, drogue, -19.12, 76290.00, 2330.17, 1000.37, -22.86, 32.5, 1.31, 3.99, 3.99, 0.09, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9478412,-106.9160205, 2470.0, 2022, 6, 24, 15, 19, 32, 1021, 1483, 335, 47, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 35, 28, 32, 34, 0, 0, 37, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 135.71, 6, drogue, -15.69, 76312.00, 2327.86, 998.06, -22.82, 32.5, 1.31, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9478412,-106.9160205, 2470.0, 2022, 6, 24, 15, 19, 32, 1021, 1483, 335, 47, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 35, 28, 32, 34, 0, 0, 37, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 135.81, 6, drogue, -21.57, 76331.00, 2325.87, 996.07, -22.81, 32.5, 1.31, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9478412,-106.9160205, 2470.0, 2022, 6, 24, 15, 19, 32, 1021, 1483, 335, 47, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 35, 28, 32, 34, 0, 0, 37, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 135.91, 6, drogue, -16.18, 76333.00, 2325.66, 995.86, -22.78, 32.5, 1.31, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9478412,-106.9160205, 2470.0, 2022, 6, 24, 15, 19, 32, 1021, 1483, 335, 47, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 35, 28, 32, 34, 0, 0, 37, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 136.01, 6, drogue, -18.63, 76362.00, 2322.63, 992.83, -22.80, 32.5, 1.31, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 11, 32.9478412,-106.9160205, 2470.0, 2022, 6, 24, 15, 19, 32, 1021, 1483, 335, 47, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 35, 28, 32, 34, 0, 0, 37, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 136.02, 6, drogue, -18.63, 76362.00, 2322.63, 992.83, -22.80, 32.5, 1.31, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9478412,-106.9160205, 2470.0, 2022, 6, 24, 15, 19, 32, 1021, 1483, 335, 47, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 35, 28, 32, 34, 0, 0, 37, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 136.11, 6, drogue, -19.12, 76359.00, 2322.94, 993.14, -22.83, 32.5, 1.31, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9478412,-106.9160205, 2470.0, 2022, 6, 24, 15, 19, 32, 1021, 1483, 335, 47, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 35, 28, 32, 34, 0, 0, 37, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 136.21, 6, drogue, -24.03, 76401.00, 2318.55, 988.75, -22.90, 32.5, 1.31, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9478412,-106.9160205, 2470.0, 2022, 6, 24, 15, 19, 32, 1021, 1483, 335, 47, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 35, 28, 32, 34, 0, 0, 37, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 136.30, 6, drogue, -24.03, 76401.00, 2318.55, 988.75, -22.90, 32.5, 1.31, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9478412,-106.9160205, 2470.0, 2022, 6, 24, 15, 19, 32, 1021, 1483, 335, 47, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 35, 28, 32, 34, 0, 0, 37, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 136.30, 6, drogue, -24.03, 76401.00, 2318.55, 988.75, -22.90, 32.5, 1.31, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9478412,-106.9160205, 2470.0, 2022, 6, 24, 15, 19, 32, 1021, 1483, 335, 47, 1.4, 0.8, 1.1, 0, 35, 29, 0, 0, 37, 0, 0, 0, 0, 35, 28, 32, 34, 0, 0, 37, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 136.31, 6, drogue, -22.06, 76419.00, 2316.66, 986.86, -23.00, 32.5, 1.31, 3.99, 3.99, 0.00, 0.00, 0.00, 64.27, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9478776,-106.9159967, 2445.0, 2022, 6, 24, 15, 19, 33, 1023, 1467, 335, 46, 1.4, 0.8, 1.1, 0, 31, 35, 0, 0, 31, 0, 0, 0, 0, 30, 32, 35, 37, 0, 0, 37, 0, 23, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 136.34, 6, drogue, -22.06, 76419.00, 2316.66, 986.86, -23.00, 32.5, 1.32, 3.98, 3.99, 0.00, 0.00, 0.00, 64.27, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9478776,-106.9159967, 2445.0, 2022, 6, 24, 15, 19, 33, 1023, 1467, 335, 46, 1.4, 0.8, 1.1, 0, 31, 35, 0, 0, 31, 0, 0, 0, 0, 30, 32, 35, 37, 0, 0, 37, 0, 23, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 136.41, 6, drogue, -22.06, 76428.00, 2315.72, 985.92, -23.15, 32.5, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9478776,-106.9159967, 2445.0, 2022, 6, 24, 15, 19, 33, 1023, 1467, 335, 46, 1.4, 0.8, 1.1, 0, 31, 35, 0, 0, 31, 0, 0, 0, 0, 30, 32, 35, 37, 0, 0, 37, 0, 23, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 136.51, 6, drogue, -19.12, 76462.00, 2312.17, 982.37, -23.33, 32.5, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9478776,-106.9159967, 2445.0, 2022, 6, 24, 15, 19, 33, 1023, 1467, 335, 46, 1.4, 0.8, 1.1, 0, 31, 35, 0, 0, 31, 0, 0, 0, 0, 30, 32, 35, 37, 0, 0, 37, 0, 23, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 136.61, 6, drogue, -17.16, 76439.00, 2314.57, 984.77, -23.54, 32.5, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9478776,-106.9159967, 2445.0, 2022, 6, 24, 15, 19, 33, 1023, 1467, 335, 46, 1.4, 0.8, 1.1, 0, 31, 35, 0, 0, 31, 0, 0, 0, 0, 30, 32, 35, 37, 0, 0, 37, 0, 23, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 136.66, 6, drogue, -17.16, 76439.00, 2314.57, 984.77, -23.54, 32.5, 1.31, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9478776,-106.9159967, 2445.0, 2022, 6, 24, 15, 19, 33, 1023, 1467, 335, 46, 1.4, 0.8, 1.1, 0, 31, 35, 0, 0, 31, 0, 0, 0, 0, 30, 32, 35, 37, 0, 0, 37, 0, 23, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 136.71, 6, drogue, -16.67, 76471.00, 2311.23, 981.42, -23.78, 32.5, 1.31, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9478776,-106.9159967, 2445.0, 2022, 6, 24, 15, 19, 33, 1023, 1467, 335, 46, 1.4, 0.8, 1.1, 0, 31, 35, 0, 0, 31, 0, 0, 0, 0, 30, 32, 35, 37, 0, 0, 37, 0, 23, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 136.81, 6, drogue, -15.69, 76510.00, 2307.15, 977.35, -24.01, 32.5, 1.31, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9478776,-106.9159967, 2445.0, 2022, 6, 24, 15, 19, 33, 1023, 1467, 335, 46, 1.4, 0.8, 1.1, 0, 31, 35, 0, 0, 31, 0, 0, 0, 0, 30, 32, 35, 37, 0, 0, 37, 0, 23, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 136.91, 6, drogue, -17.16, 76501.00, 2308.09, 978.29, -24.29, 32.5, 1.31, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9478776,-106.9159967, 2445.0, 2022, 6, 24, 15, 19, 33, 1023, 1467, 335, 46, 1.4, 0.8, 1.1, 0, 31, 35, 0, 0, 31, 0, 0, 0, 0, 30, 32, 35, 37, 0, 0, 37, 0, 23, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 136.98, 6, drogue, -17.16, 76501.00, 2308.09, 978.29, -24.29, 32.5, 1.31, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9478776,-106.9159967, 2445.0, 2022, 6, 24, 15, 19, 33, 1023, 1467, 335, 46, 1.4, 0.8, 1.1, 0, 31, 35, 0, 0, 31, 0, 0, 0, 0, 30, 32, 35, 37, 0, 0, 37, 0, 23, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 137.01, 6, drogue, -15.20, 76523.00, 2305.79, 975.99, -24.57, 32.5, 1.31, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9478776,-106.9159967, 2445.0, 2022, 6, 24, 15, 19, 33, 1023, 1467, 335, 46, 1.4, 0.8, 1.1, 0, 31, 35, 0, 0, 31, 0, 0, 0, 0, 30, 32, 35, 37, 0, 0, 37, 0, 23, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 137.11, 6, drogue, -16.18, 76587.00, 2299.11, 969.30, -24.83, 32.5, 1.31, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9478776,-106.9159967, 2445.0, 2022, 6, 24, 15, 19, 33, 1023, 1467, 335, 46, 1.4, 0.8, 1.1, 0, 31, 35, 0, 0, 31, 0, 0, 0, 0, 30, 32, 35, 37, 0, 0, 37, 0, 23, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 137.21, 6, drogue, -16.18, 76629.00, 2294.72, 964.92, -25.06, 32.5, 1.31, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9478776,-106.9159967, 2445.0, 2022, 6, 24, 15, 19, 33, 1023, 1467, 335, 46, 1.4, 0.8, 1.1, 0, 31, 35, 0, 0, 31, 0, 0, 0, 0, 30, 32, 35, 37, 0, 0, 37, 0, 23, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 137.30, 6, drogue, -16.18, 76629.00, 2294.72, 964.92, -25.06, 32.5, 1.32, 3.98, 4.00, 0.03, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9479338,-106.9159365, 2419.0, 2022, 6, 24, 15, 19, 34, 1027, 1451, 336, 45, 1.4, 0.8, 1.1, 0, 27, 35, 0, 0, 34, 0, 0, 0, 0, 25, 30, 26, 35, 0, 0, 38, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 137.30, 6, drogue, -16.18, 76629.00, 2294.72, 964.92, -25.06, 32.5, 1.32, 3.98, 4.00, 0.03, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9479338,-106.9159365, 2419.0, 2022, 6, 24, 15, 19, 34, 1027, 1451, 336, 45, 1.4, 0.8, 1.1, 0, 27, 35, 0, 0, 34, 0, 0, 0, 0, 25, 30, 26, 35, 0, 0, 38, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 137.30, 6, drogue, -16.18, 76629.00, 2294.72, 964.92, -25.06, 32.5, 1.32, 3.98, 4.00, 0.03, 0.00, 0.00, 64.15, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9479338,-106.9159365, 2419.0, 2022, 6, 24, 15, 19, 34, 1027, 1451, 336, 45, 1.4, 0.8, 1.1, 0, 27, 35, 0, 0, 34, 0, 0, 0, 0, 25, 30, 26, 35, 0, 0, 38, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 137.31, 6, drogue, -14.22, 76643.00, 2293.26, 963.46, -25.27, 32.5, 1.32, 3.98, 4.00, 0.03, 0.00, 0.00, 64.03, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9479338,-106.9159365, 2419.0, 2022, 6, 24, 15, 19, 34, 1027, 1451, 336, 45, 1.4, 0.8, 1.1, 0, 27, 35, 0, 0, 34, 0, 0, 0, 0, 25, 30, 26, 35, 0, 0, 38, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 137.41, 6, drogue, -16.67, 76669.00, 2290.55, 960.75, -25.42, 32.5, 1.32, 3.98, 4.00, 0.03, 0.00, 0.00, 64.03, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9479338,-106.9159365, 2419.0, 2022, 6, 24, 15, 19, 34, 1027, 1451, 336, 45, 1.4, 0.8, 1.1, 0, 27, 35, 0, 0, 34, 0, 0, 0, 0, 25, 30, 26, 35, 0, 0, 38, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 137.51, 6, drogue, -17.16, 76699.00, 2287.42, 957.62, -25.52, 32.5, 1.32, 3.98, 4.00, 0.03, 0.00, 0.00, 64.03, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9479338,-106.9159365, 2419.0, 2022, 6, 24, 15, 19, 34, 1027, 1451, 336, 45, 1.4, 0.8, 1.1, 0, 27, 35, 0, 0, 34, 0, 0, 0, 0, 25, 30, 26, 35, 0, 0, 38, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 137.61, 6, drogue, -11.77, 76722.00, 2285.02, 955.22, -25.56, 32.5, 1.32, 3.98, 4.00, 0.03, 0.00, 0.00, 64.03, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.03, 0.00, 1, 1, 10, 32.9479338,-106.9159365, 2419.0, 2022, 6, 24, 15, 19, 34, 1027, 1451, 336, 45, 1.4, 0.8, 1.1, 0, 27, 35, 0, 0, 34, 0, 0, 0, 0, 25, 30, 26, 35, 0, 0, 38, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 137.62, 6, drogue, -11.77, 76722.00, 2285.02, 955.22, -25.56, 32.5, 1.31, 3.98, 3.99, 0.03, 0.00, 0.00, 64.03, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9479338,-106.9159365, 2419.0, 2022, 6, 24, 15, 19, 34, 1027, 1451, 336, 45, 1.4, 0.8, 1.1, 0, 27, 35, 0, 0, 34, 0, 0, 0, 0, 25, 30, 26, 35, 0, 0, 38, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 137.71, 6, drogue, -11.77, 76755.00, 2281.58, 951.78, -25.55, 32.5, 1.31, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9479338,-106.9159365, 2419.0, 2022, 6, 24, 15, 19, 34, 1027, 1451, 336, 45, 1.4, 0.8, 1.1, 0, 27, 35, 0, 0, 34, 0, 0, 0, 0, 25, 30, 26, 35, 0, 0, 38, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 137.81, 6, drogue, -11.28, 76756.00, 2281.47, 951.67, -25.48, 32.5, 1.31, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9479338,-106.9159365, 2419.0, 2022, 6, 24, 15, 19, 34, 1027, 1451, 336, 45, 1.4, 0.8, 1.1, 0, 27, 35, 0, 0, 34, 0, 0, 0, 0, 25, 30, 26, 35, 0, 0, 38, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 137.91, 6, drogue, -13.73, 76743.00, 2282.83, 953.03, -25.33, 32.5, 1.31, 3.98, 3.99, 0.00, 0.00, 0.00, 64.03, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9479338,-106.9159365, 2419.0, 2022, 6, 24, 15, 19, 34, 1027, 1451, 336, 45, 1.4, 0.8, 1.1, 0, 27, 35, 0, 0, 34, 0, 0, 0, 0, 25, 30, 26, 35, 0, 0, 38, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 137.94, 6, drogue, -13.73, 76743.00, 2282.83, 953.03, -25.33, 32.5, 1.30, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9479338,-106.9159365, 2419.0, 2022, 6, 24, 15, 19, 34, 1027, 1451, 336, 45, 1.4, 0.8, 1.1, 0, 27, 35, 0, 0, 34, 0, 0, 0, 0, 25, 30, 26, 35, 0, 0, 38, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 138.01, 6, drogue, -13.73, 76825.00, 2274.29, 944.48, -25.15, 32.5, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9479338,-106.9159365, 2419.0, 2022, 6, 24, 15, 19, 34, 1027, 1451, 336, 45, 1.4, 0.8, 1.1, 0, 27, 35, 0, 0, 34, 0, 0, 0, 0, 25, 30, 26, 35, 0, 0, 38, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 138.11, 6, drogue, -20.59, 76818.00, 2275.01, 945.21, -24.94, 32.5, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9479338,-106.9159365, 2419.0, 2022, 6, 24, 15, 19, 34, 1027, 1451, 336, 45, 1.4, 0.8, 1.1, 0, 27, 35, 0, 0, 34, 0, 0, 0, 0, 25, 30, 26, 35, 0, 0, 38, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 138.21, 6, drogue, -21.08, 76875.00, 2269.08, 939.28, -24.72, 32.5, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9479338,-106.9159365, 2419.0, 2022, 6, 24, 15, 19, 34, 1027, 1451, 336, 45, 1.4, 0.8, 1.1, 0, 27, 35, 0, 0, 34, 0, 0, 0, 0, 25, 30, 26, 35, 0, 0, 38, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 138.26, 6, drogue, -21.08, 76875.00, 2269.08, 939.28, -24.72, 32.5, 1.31, 3.99, 3.99, 0.02, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9479338,-106.9159365, 2419.0, 2022, 6, 24, 15, 19, 34, 1027, 1451, 336, 45, 1.4, 0.8, 1.1, 0, 27, 35, 0, 0, 34, 0, 0, 0, 0, 25, 30, 26, 35, 0, 0, 38, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 138.30, 6, drogue, -21.08, 76875.00, 2269.08, 939.28, -24.72, 32.5, 1.31, 3.99, 3.99, 0.02, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9479338,-106.9159365, 2419.0, 2022, 6, 24, 15, 19, 34, 1027, 1451, 336, 45, 1.4, 0.8, 1.1, 0, 27, 35, 0, 0, 34, 0, 0, 0, 0, 25, 30, 26, 35, 0, 0, 38, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 138.30, 6, drogue, -21.08, 76875.00, 2269.08, 939.28, -24.72, 32.5, 1.31, 3.99, 3.99, 0.02, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9479338,-106.9159365, 2419.0, 2022, 6, 24, 15, 19, 34, 1027, 1451, 336, 45, 1.4, 0.8, 1.1, 0, 27, 35, 0, 0, 34, 0, 0, 0, 0, 25, 30, 26, 35, 0, 0, 38, 0, 36, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 138.31, 6, drogue, -16.18, 76917.00, 2264.71, 934.91, -24.47, 32.5, 1.31, 3.99, 3.99, 0.09, 0.00, 0.00, 64.27, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9479898,-106.9158558, 2393.0, 2022, 6, 24, 15, 19, 35, 1029, 1434, 336, 44, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 34, 0, 0, 0, 0, 34, 34, 32, 27, 0, 0, 28, 0, 29, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 138.41, 6, drogue, -19.12, 76943.00, 2262.00, 932.20, -24.21, 32.5, 1.31, 3.99, 3.99, 0.09, 0.00, 0.00, 64.27, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9479898,-106.9158558, 2393.0, 2022, 6, 24, 15, 19, 35, 1029, 1434, 336, 44, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 34, 0, 0, 0, 0, 34, 34, 32, 27, 0, 0, 28, 0, 29, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 138.51, 6, drogue, -19.61, 76966.00, 2259.61, 929.81, -23.94, 32.5, 1.31, 3.99, 3.99, 0.09, 0.00, 0.00, 64.27, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9479898,-106.9158558, 2393.0, 2022, 6, 24, 15, 19, 35, 1029, 1434, 336, 44, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 34, 0, 0, 0, 0, 34, 34, 32, 27, 0, 0, 28, 0, 29, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 138.58, 6, drogue, -19.61, 76966.00, 2259.61, 929.81, -23.94, 32.5, 1.30, 3.98, 3.98, 0.09, 0.00, 0.00, 64.27, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9479898,-106.9158558, 2393.0, 2022, 6, 24, 15, 19, 35, 1029, 1434, 336, 44, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 34, 0, 0, 0, 0, 34, 34, 32, 27, 0, 0, 28, 0, 29, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 138.61, 6, drogue, -19.61, 77007.00, 2255.35, 925.55, -23.66, 32.5, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9479898,-106.9158558, 2393.0, 2022, 6, 24, 15, 19, 35, 1029, 1434, 336, 44, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 34, 0, 0, 0, 0, 34, 34, 32, 27, 0, 0, 28, 0, 29, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 138.71, 6, drogue, -16.67, 76998.00, 2256.28, 926.48, -23.39, 32.5, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9479898,-106.9158558, 2393.0, 2022, 6, 24, 15, 19, 35, 1029, 1434, 336, 44, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 34, 0, 0, 0, 0, 34, 34, 32, 27, 0, 0, 28, 0, 29, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 138.81, 6, drogue, -17.16, 76945.00, 2261.79, 931.99, -23.17, 32.5, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9479898,-106.9158558, 2393.0, 2022, 6, 24, 15, 19, 35, 1029, 1434, 336, 44, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 34, 0, 0, 0, 0, 34, 34, 32, 27, 0, 0, 28, 0, 29, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 138.90, 6, drogue, -17.16, 76945.00, 2261.79, 931.99, -23.17, 32.5, 1.31, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9479898,-106.9158558, 2393.0, 2022, 6, 24, 15, 19, 35, 1029, 1434, 336, 44, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 34, 0, 0, 0, 0, 34, 34, 32, 27, 0, 0, 28, 0, 29, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 138.91, 6, drogue, -17.65, 77016.00, 2254.41, 924.61, -22.97, 32.5, 1.31, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9479898,-106.9158558, 2393.0, 2022, 6, 24, 15, 19, 35, 1029, 1434, 336, 44, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 34, 0, 0, 0, 0, 34, 34, 32, 27, 0, 0, 28, 0, 29, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 139.01, 6, drogue, -20.59, 77050.00, 2250.88, 921.08, -22.82, 32.5, 1.31, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9479898,-106.9158558, 2393.0, 2022, 6, 24, 15, 19, 35, 1029, 1434, 336, 44, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 34, 0, 0, 0, 0, 34, 34, 32, 27, 0, 0, 28, 0, 29, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 139.11, 6, drogue, -12.75, 77053.00, 2250.57, 920.77, -22.71, 32.5, 1.31, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9479898,-106.9158558, 2393.0, 2022, 6, 24, 15, 19, 35, 1029, 1434, 336, 44, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 34, 0, 0, 0, 0, 34, 34, 32, 27, 0, 0, 28, 0, 29, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 139.21, 6, drogue, -17.65, 77094.00, 2246.31, 916.51, -22.64, 32.5, 1.31, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9479898,-106.9158558, 2393.0, 2022, 6, 24, 15, 19, 35, 1029, 1434, 336, 44, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 34, 0, 0, 0, 0, 34, 34, 32, 27, 0, 0, 28, 0, 29, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 139.22, 6, drogue, -17.65, 77094.00, 2246.31, 916.51, -22.64, 32.5, 1.30, 3.96, 3.97, 0.02, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9479898,-106.9158558, 2393.0, 2022, 6, 24, 15, 19, 35, 1029, 1434, 336, 44, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 34, 0, 0, 0, 0, 34, 34, 32, 27, 0, 0, 28, 0, 29, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 139.31, 6, drogue, -17.16, 77123.00, 2243.30, 913.49, -22.59, 32.5, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9480481,-106.9157921, 2366.0, 2022, 6, 24, 15, 19, 36, 1033, 1418, 337, 43, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 36, 0, 0, 0, 0, 34, 36, 27, 35, 0, 0, 34, 0, 32, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 139.31, 6, drogue, -17.16, 77123.00, 2243.30, 913.49, -22.59, 32.5, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9480481,-106.9157921, 2366.0, 2022, 6, 24, 15, 19, 36, 1033, 1418, 337, 43, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 36, 0, 0, 0, 0, 34, 36, 27, 35, 0, 0, 34, 0, 32, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 139.31, 6, drogue, -17.16, 77123.00, 2243.30, 913.49, -22.59, 32.5, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9480481,-106.9157921, 2366.0, 2022, 6, 24, 15, 19, 36, 1033, 1418, 337, 43, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 36, 0, 0, 0, 0, 34, 36, 27, 35, 0, 0, 34, 0, 32, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 139.41, 6, drogue, -23.05, 77106.00, 2245.06, 915.26, -22.61, 32.5, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9480481,-106.9157921, 2366.0, 2022, 6, 24, 15, 19, 36, 1033, 1418, 337, 43, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 36, 0, 0, 0, 0, 34, 36, 27, 35, 0, 0, 34, 0, 32, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 139.51, 6, drogue, -18.14, 77139.00, 2241.63, 911.83, -22.66, 32.5, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9480481,-106.9157921, 2366.0, 2022, 6, 24, 15, 19, 36, 1033, 1418, 337, 43, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 36, 0, 0, 0, 0, 34, 36, 27, 35, 0, 0, 34, 0, 32, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 139.54, 6, drogue, -18.14, 77139.00, 2241.63, 911.83, -22.66, 32.5, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.72, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9480481,-106.9157921, 2366.0, 2022, 6, 24, 15, 19, 36, 1033, 1418, 337, 43, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 36, 0, 0, 0, 0, 34, 36, 27, 35, 0, 0, 34, 0, 32, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 139.61, 6, drogue, -13.73, 77145.00, 2241.01, 911.21, -22.78, 32.5, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9480481,-106.9157921, 2366.0, 2022, 6, 24, 15, 19, 36, 1033, 1418, 337, 43, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 36, 0, 0, 0, 0, 34, 36, 27, 35, 0, 0, 34, 0, 32, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 139.71, 6, drogue, -13.73, 77188.00, 2236.55, 906.75, -22.92, 32.5, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9480481,-106.9157921, 2366.0, 2022, 6, 24, 15, 19, 36, 1033, 1418, 337, 43, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 36, 0, 0, 0, 0, 34, 36, 27, 35, 0, 0, 34, 0, 32, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 139.81, 6, drogue, -16.67, 77227.00, 2232.50, 902.70, -23.04, 32.5, 1.30, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 11, 32.9480481,-106.9157921, 2366.0, 2022, 6, 24, 15, 19, 36, 1033, 1418, 337, 43, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 36, 0, 0, 0, 0, 34, 36, 27, 35, 0, 0, 34, 0, 32, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 139.86, 6, drogue, -16.67, 77227.00, 2232.50, 902.70, -23.04, 32.5, 1.30, 3.98, 3.98, 0.00, 0.00, 0.00, 63.84, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9480481,-106.9157921, 2366.0, 2022, 6, 24, 15, 19, 36, 1033, 1418, 337, 43, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 36, 0, 0, 0, 0, 34, 36, 27, 35, 0, 0, 34, 0, 32, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 139.91, 6, drogue, -17.16, 77236.00, 2231.57, 901.77, -23.15, 32.5, 1.30, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9480481,-106.9157921, 2366.0, 2022, 6, 24, 15, 19, 36, 1033, 1418, 337, 43, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 36, 0, 0, 0, 0, 34, 36, 27, 35, 0, 0, 34, 0, 32, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 140.01, 6, drogue, -17.16, 77268.00, 2228.25, 898.45, -23.32, 32.4, 1.30, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9480481,-106.9157921, 2366.0, 2022, 6, 24, 15, 19, 36, 1033, 1418, 337, 43, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 36, 0, 0, 0, 0, 34, 36, 27, 35, 0, 0, 34, 0, 32, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 140.11, 6, drogue, -17.16, 77308.00, 2224.11, 894.30, -23.48, 32.5, 1.30, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 11, 32.9480481,-106.9157921, 2366.0, 2022, 6, 24, 15, 19, 36, 1033, 1418, 337, 43, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 36, 0, 0, 0, 0, 34, 36, 27, 35, 0, 0, 34, 0, 32, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 140.18, 6, drogue, -17.16, 77308.00, 2224.11, 894.30, -23.48, 32.5, 1.30, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9480481,-106.9157921, 2366.0, 2022, 6, 24, 15, 19, 36, 1033, 1418, 337, 43, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 36, 0, 0, 0, 0, 34, 36, 27, 35, 0, 0, 34, 0, 32, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 140.21, 6, drogue, -16.67, 77334.00, 2221.41, 891.61, -23.67, 32.5, 1.30, 3.98, 3.99, 0.01, 0.00, 0.00, 64.09, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9480481,-106.9157921, 2366.0, 2022, 6, 24, 15, 19, 36, 1033, 1418, 337, 43, 1.4, 0.8, 1.1, 0, 33, 32, 0, 0, 36, 0, 0, 0, 0, 34, 36, 27, 35, 0, 0, 34, 0, 32, 27, 0, 0, 0, 36, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 140.31, 6, drogue, -14.71, 77336.00, 2221.20, 891.40, -23.85, 32.4, 1.30, 3.98, 3.99, 0.01, 0.00, 0.00, 64.09, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9481218,-106.9157641, 2341.0, 2022, 6, 24, 15, 19, 37, 1039, 1406, 337, 42, 1.4, 0.8, 1.1, 0, 29, 31, 0, 0, 36, 0, 0, 0, 0, 30, 29, 28, 32, 0, 0, 39, 0, 38, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 140.31, 6, drogue, -14.71, 77336.00, 2221.20, 891.40, -23.85, 32.4, 1.30, 3.98, 3.99, 0.01, 0.00, 0.00, 64.09, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9481218,-106.9157641, 2341.0, 2022, 6, 24, 15, 19, 37, 1039, 1406, 337, 42, 1.4, 0.8, 1.1, 0, 29, 31, 0, 0, 36, 0, 0, 0, 0, 30, 29, 28, 32, 0, 0, 39, 0, 38, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 140.31, 6, drogue, -14.71, 77336.00, 2221.20, 891.40, -23.85, 32.4, 1.30, 3.98, 3.99, 0.01, 0.00, 0.00, 64.09, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9481218,-106.9157641, 2341.0, 2022, 6, 24, 15, 19, 37, 1039, 1406, 337, 42, 1.4, 0.8, 1.1, 0, 29, 31, 0, 0, 36, 0, 0, 0, 0, 30, 29, 28, 32, 0, 0, 39, 0, 38, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 140.41, 6, drogue, -11.28, 77347.00, 2220.06, 890.26, -24.00, 32.4, 1.30, 3.98, 3.99, 0.01, 0.00, 0.00, 64.09, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 11, 32.9481218,-106.9157641, 2341.0, 2022, 6, 24, 15, 19, 37, 1039, 1406, 337, 42, 1.4, 0.8, 1.1, 0, 29, 31, 0, 0, 36, 0, 0, 0, 0, 30, 29, 28, 32, 0, 0, 39, 0, 38, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 140.50, 6, drogue, -11.28, 77347.00, 2220.06, 890.26, -24.00, 32.4, 1.30, 3.98, 3.98, 0.01, 0.00, 0.00, 64.09, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9481218,-106.9157641, 2341.0, 2022, 6, 24, 15, 19, 37, 1039, 1406, 337, 42, 1.4, 0.8, 1.1, 0, 29, 31, 0, 0, 36, 0, 0, 0, 0, 30, 29, 28, 32, 0, 0, 39, 0, 38, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 140.51, 6, drogue, -11.28, 77346.00, 2220.17, 890.37, -24.14, 32.4, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9481218,-106.9157641, 2341.0, 2022, 6, 24, 15, 19, 37, 1039, 1406, 337, 42, 1.4, 0.8, 1.1, 0, 29, 31, 0, 0, 36, 0, 0, 0, 0, 30, 29, 28, 32, 0, 0, 39, 0, 38, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 140.61, 6, drogue, -13.24, 77372.00, 2217.48, 887.67, -24.27, 32.4, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9481218,-106.9157641, 2341.0, 2022, 6, 24, 15, 19, 37, 1039, 1406, 337, 42, 1.4, 0.8, 1.1, 0, 29, 31, 0, 0, 36, 0, 0, 0, 0, 30, 29, 28, 32, 0, 0, 39, 0, 38, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 140.71, 6, drogue, -15.20, 77384.00, 2216.23, 886.43, -24.32, 32.4, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9481218,-106.9157641, 2341.0, 2022, 6, 24, 15, 19, 37, 1039, 1406, 337, 42, 1.4, 0.8, 1.1, 0, 29, 31, 0, 0, 36, 0, 0, 0, 0, 30, 29, 28, 32, 0, 0, 39, 0, 38, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 140.81, 6, drogue, -14.22, 77425.00, 2211.99, 882.19, -24.34, 32.4, 1.30, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9481218,-106.9157641, 2341.0, 2022, 6, 24, 15, 19, 37, 1039, 1406, 337, 42, 1.4, 0.8, 1.1, 0, 29, 31, 0, 0, 36, 0, 0, 0, 0, 30, 29, 28, 32, 0, 0, 39, 0, 38, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 140.82, 6, drogue, -14.22, 77425.00, 2211.99, 882.19, -24.34, 32.4, 1.31, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9481218,-106.9157641, 2341.0, 2022, 6, 24, 15, 19, 37, 1039, 1406, 337, 42, 1.4, 0.8, 1.1, 0, 29, 31, 0, 0, 36, 0, 0, 0, 0, 30, 29, 28, 32, 0, 0, 39, 0, 38, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 140.91, 6, drogue, -7.85, 77486.00, 2205.68, 875.88, -24.39, 32.4, 1.31, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9481218,-106.9157641, 2341.0, 2022, 6, 24, 15, 19, 37, 1039, 1406, 337, 42, 1.4, 0.8, 1.1, 0, 29, 31, 0, 0, 36, 0, 0, 0, 0, 30, 29, 28, 32, 0, 0, 39, 0, 38, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 141.01, 6, drogue, -8.83, 77502.00, 2204.02, 874.22, -24.41, 32.4, 1.31, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9481218,-106.9157641, 2341.0, 2022, 6, 24, 15, 19, 37, 1039, 1406, 337, 42, 1.4, 0.8, 1.1, 0, 29, 31, 0, 0, 36, 0, 0, 0, 0, 30, 29, 28, 32, 0, 0, 39, 0, 38, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 141.11, 6, drogue, -14.22, 77498.00, 2204.44, 874.63, -24.42, 32.4, 1.31, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 11, 32.9481218,-106.9157641, 2341.0, 2022, 6, 24, 15, 19, 37, 1039, 1406, 337, 42, 1.4, 0.8, 1.1, 0, 29, 31, 0, 0, 36, 0, 0, 0, 0, 30, 29, 28, 32, 0, 0, 39, 0, 38, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 141.14, 6, drogue, -14.22, 77498.00, 2204.44, 874.63, -24.42, 32.4, 1.30, 3.96, 3.97, 0.02, 0.00, 0.00, 64.15, 21.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.03, 1, 1, 11, 32.9481218,-106.9157641, 2341.0, 2022, 6, 24, 15, 19, 37, 1039, 1406, 337, 42, 1.4, 0.8, 1.1, 0, 29, 31, 0, 0, 36, 0, 0, 0, 0, 30, 29, 28, 32, 0, 0, 39, 0, 38, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 141.21, 6, drogue, -17.16, 77527.00, 2201.44, 871.64, -24.44, 32.4, 1.30, 3.96, 3.97, 0.00, 0.00, 0.04, 63.84, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.03, 1, 1, 11, 32.9481218,-106.9157641, 2341.0, 2022, 6, 24, 15, 19, 37, 1039, 1406, 337, 42, 1.4, 0.8, 1.1, 0, 29, 31, 0, 0, 36, 0, 0, 0, 0, 30, 29, 28, 32, 0, 0, 39, 0, 38, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 141.30, 6, drogue, -17.16, 77527.00, 2201.44, 871.64, -24.44, 32.4, 1.30, 3.96, 3.97, 0.00, 0.00, 0.04, 63.84, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.03, 1, 1, 11, 32.9481218,-106.9157641, 2341.0, 2022, 6, 24, 15, 19, 37, 1039, 1406, 337, 42, 1.4, 0.8, 1.1, 0, 29, 31, 0, 0, 36, 0, 0, 0, 0, 30, 29, 28, 32, 0, 0, 39, 0, 38, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 141.30, 6, drogue, -17.16, 77527.00, 2201.44, 871.64, -24.44, 32.4, 1.30, 3.96, 3.97, 0.00, 0.00, 0.04, 63.84, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.03, 1, 1, 11, 32.9481218,-106.9157641, 2341.0, 2022, 6, 24, 15, 19, 37, 1039, 1406, 337, 42, 1.4, 0.8, 1.1, 0, 29, 31, 0, 0, 36, 0, 0, 0, 0, 30, 29, 28, 32, 0, 0, 39, 0, 38, 28, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 141.31, 6, drogue, -16.18, 77558.00, 2198.23, 868.43, -24.47, 32.4, 1.30, 3.96, 3.97, 0.00, 0.00, 0.04, 63.84, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.03, 1, 1, 10, 32.9482037,-106.9157540, 2315.0, 2022, 6, 24, 15, 19, 38, 1047, 1395, 337, 41, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 35, 0, 0, 0, 0, 24, 30, 28, 33, 0, 0, 39, 0, 38, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 141.41, 6, drogue, -22.56, 77634.00, 2190.38, 860.58, -24.51, 32.4, 1.30, 3.96, 3.97, 0.00, 0.00, 0.04, 63.84, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.03, 1, 1, 10, 32.9482037,-106.9157540, 2315.0, 2022, 6, 24, 15, 19, 38, 1047, 1395, 337, 41, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 35, 0, 0, 0, 0, 24, 30, 28, 33, 0, 0, 39, 0, 38, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 141.46, 6, drogue, -22.56, 77634.00, 2190.38, 860.58, -24.51, 32.4, 1.30, 3.98, 3.99, 0.00, 0.00, 0.04, 63.84, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9482037,-106.9157540, 2315.0, 2022, 6, 24, 15, 19, 38, 1047, 1395, 337, 41, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 35, 0, 0, 0, 0, 24, 30, 28, 33, 0, 0, 39, 0, 38, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 141.51, 6, drogue, -16.18, 77645.00, 2189.24, 859.44, -24.57, 32.4, 1.30, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9482037,-106.9157540, 2315.0, 2022, 6, 24, 15, 19, 38, 1047, 1395, 337, 41, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 35, 0, 0, 0, 0, 24, 30, 28, 33, 0, 0, 39, 0, 38, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 141.61, 6, drogue, -14.71, 77707.00, 2182.84, 853.04, -24.63, 32.4, 1.30, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9482037,-106.9157540, 2315.0, 2022, 6, 24, 15, 19, 38, 1047, 1395, 337, 41, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 35, 0, 0, 0, 0, 24, 30, 28, 33, 0, 0, 39, 0, 38, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 141.71, 6, drogue, -18.14, 77676.00, 2186.04, 856.24, -24.69, 32.4, 1.30, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9482037,-106.9157540, 2315.0, 2022, 6, 24, 15, 19, 38, 1047, 1395, 337, 41, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 35, 0, 0, 0, 0, 24, 30, 28, 33, 0, 0, 39, 0, 38, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 141.78, 6, drogue, -18.14, 77676.00, 2186.04, 856.24, -24.69, 32.4, 1.33, 3.99, 3.99, 0.09, 0.00, 0.00, 64.15, 20.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9482037,-106.9157540, 2315.0, 2022, 6, 24, 15, 19, 38, 1047, 1395, 337, 41, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 35, 0, 0, 0, 0, 24, 30, 28, 33, 0, 0, 39, 0, 38, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 141.81, 6, drogue, -21.08, 77653.00, 2188.42, 858.62, -24.74, 32.4, 1.33, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9482037,-106.9157540, 2315.0, 2022, 6, 24, 15, 19, 38, 1047, 1395, 337, 41, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 35, 0, 0, 0, 0, 24, 30, 28, 33, 0, 0, 39, 0, 38, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 141.91, 6, drogue, -21.08, 77675.00, 2186.15, 856.35, -24.78, 32.4, 1.33, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9482037,-106.9157540, 2315.0, 2022, 6, 24, 15, 19, 38, 1047, 1395, 337, 41, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 35, 0, 0, 0, 0, 24, 30, 28, 33, 0, 0, 39, 0, 38, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 142.01, 6, drogue, -18.63, 77716.00, 2181.91, 852.11, -24.83, 32.4, 1.33, 3.99, 3.99, 0.03, 0.00, 0.00, 64.21, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9482037,-106.9157540, 2315.0, 2022, 6, 24, 15, 19, 38, 1047, 1395, 337, 41, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 35, 0, 0, 0, 0, 24, 30, 28, 33, 0, 0, 39, 0, 38, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 142.10, 6, drogue, -18.63, 77716.00, 2181.91, 852.11, -24.83, 32.4, 1.32, 3.98, 3.98, 0.03, 0.00, 0.00, 64.21, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9482037,-106.9157540, 2315.0, 2022, 6, 24, 15, 19, 38, 1047, 1395, 337, 41, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 35, 0, 0, 0, 0, 24, 30, 28, 33, 0, 0, 39, 0, 38, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 142.11, 6, drogue, -20.10, 77746.00, 2178.82, 849.02, -24.88, 32.4, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9482037,-106.9157540, 2315.0, 2022, 6, 24, 15, 19, 38, 1047, 1395, 337, 41, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 35, 0, 0, 0, 0, 24, 30, 28, 33, 0, 0, 39, 0, 38, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 142.21, 6, drogue, -17.65, 77785.00, 2174.80, 845.00, -24.94, 32.4, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9482037,-106.9157540, 2315.0, 2022, 6, 24, 15, 19, 38, 1047, 1395, 337, 41, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 35, 0, 0, 0, 0, 24, 30, 28, 33, 0, 0, 39, 0, 38, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 142.30, 6, drogue, -17.65, 77785.00, 2174.80, 845.00, -24.94, 32.4, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9482037,-106.9157540, 2315.0, 2022, 6, 24, 15, 19, 38, 1047, 1395, 337, 41, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 35, 0, 0, 0, 0, 24, 30, 28, 33, 0, 0, 39, 0, 38, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 142.30, 6, drogue, -17.65, 77785.00, 2174.80, 845.00, -24.94, 32.4, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9482037,-106.9157540, 2315.0, 2022, 6, 24, 15, 19, 38, 1047, 1395, 337, 41, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 35, 0, 0, 0, 0, 24, 30, 28, 33, 0, 0, 39, 0, 38, 32, 0, 0, 0, 29, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 142.31, 6, drogue, -23.05, 77786.00, 2174.69, 844.89, -25.00, 32.4, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9482699,-106.9157401, 2289.0, 2022, 6, 24, 15, 19, 39, 1054, 1383, 338, 40, 1.6, 0.8, 1.4, 0, 35, 29, 0, 0, 38, 0, 0, 0, 0, 37, 34, 29, 35, 0, 0, 35, 0, 37, 36, 0, 0, 0, 30, 0, 0, 0, 0, 0, 37, 0, 0 +6, 6583, 3,VE3LIC, 142.41, 6, drogue, -21.08, 77811.00, 2172.12, 842.32, -25.03, 32.4, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9482699,-106.9157401, 2289.0, 2022, 6, 24, 15, 19, 39, 1054, 1383, 338, 40, 1.6, 0.8, 1.4, 0, 35, 29, 0, 0, 38, 0, 0, 0, 0, 37, 34, 29, 35, 0, 0, 35, 0, 37, 36, 0, 0, 0, 30, 0, 0, 0, 0, 0, 37, 0, 0 +6, 6583, 3,VE3LIC, 142.42, 6, drogue, -21.08, 77811.00, 2172.12, 842.32, -25.03, 32.4, 1.32, 3.97, 3.98, 0.00, 0.00, 0.00, 64.03, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9482699,-106.9157401, 2289.0, 2022, 6, 24, 15, 19, 39, 1054, 1383, 338, 40, 1.6, 0.8, 1.4, 0, 35, 29, 0, 0, 38, 0, 0, 0, 0, 37, 34, 29, 35, 0, 0, 35, 0, 37, 36, 0, 0, 0, 30, 0, 0, 0, 0, 0, 37, 0, 0 +6, 6583, 3,VE3LIC, 142.51, 6, drogue, -18.14, 77845.00, 2168.61, 838.81, -25.03, 32.4, 1.32, 3.97, 3.98, 0.03, 0.00, 0.00, 63.97, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9482699,-106.9157401, 2289.0, 2022, 6, 24, 15, 19, 39, 1054, 1383, 338, 40, 1.6, 0.8, 1.4, 0, 35, 29, 0, 0, 38, 0, 0, 0, 0, 37, 34, 29, 35, 0, 0, 35, 0, 37, 36, 0, 0, 0, 30, 0, 0, 0, 0, 0, 37, 0, 0 +6, 6583, 3,VE3LIC, 142.61, 6, drogue, -21.08, 77876.00, 2165.42, 835.62, -25.03, 32.4, 1.32, 3.97, 3.98, 0.03, 0.00, 0.00, 63.97, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9482699,-106.9157401, 2289.0, 2022, 6, 24, 15, 19, 39, 1054, 1383, 338, 40, 1.6, 0.8, 1.4, 0, 35, 29, 0, 0, 38, 0, 0, 0, 0, 37, 34, 29, 35, 0, 0, 35, 0, 37, 36, 0, 0, 0, 30, 0, 0, 0, 0, 0, 37, 0, 0 +6, 6583, 3,VE3LIC, 142.71, 6, drogue, -16.67, 77849.00, 2168.20, 838.40, -24.96, 32.4, 1.32, 3.97, 3.98, 0.03, 0.00, 0.00, 63.97, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9482699,-106.9157401, 2289.0, 2022, 6, 24, 15, 19, 39, 1054, 1383, 338, 40, 1.6, 0.8, 1.4, 0, 35, 29, 0, 0, 38, 0, 0, 0, 0, 37, 34, 29, 35, 0, 0, 35, 0, 37, 36, 0, 0, 0, 30, 0, 0, 0, 0, 0, 37, 0, 0 +6, 6583, 3,VE3LIC, 142.74, 6, drogue, -16.67, 77849.00, 2168.20, 838.40, -24.96, 32.4, 1.32, 3.98, 3.99, 0.03, 0.00, 0.00, 63.97, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9482699,-106.9157401, 2289.0, 2022, 6, 24, 15, 19, 39, 1054, 1383, 338, 40, 1.6, 0.8, 1.4, 0, 35, 29, 0, 0, 38, 0, 0, 0, 0, 37, 34, 29, 35, 0, 0, 35, 0, 37, 36, 0, 0, 0, 30, 0, 0, 0, 0, 0, 37, 0, 0 +6, 6583, 3,VE3LIC, 142.81, 6, drogue, -12.75, 77932.00, 2159.65, 829.85, -24.82, 32.4, 1.32, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9482699,-106.9157401, 2289.0, 2022, 6, 24, 15, 19, 39, 1054, 1383, 338, 40, 1.6, 0.8, 1.4, 0, 35, 29, 0, 0, 38, 0, 0, 0, 0, 37, 34, 29, 35, 0, 0, 35, 0, 37, 36, 0, 0, 0, 30, 0, 0, 0, 0, 0, 37, 0, 0 +6, 6583, 3,VE3LIC, 142.91, 6, drogue, -18.14, 77959.00, 2156.87, 827.07, -24.64, 32.4, 1.32, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9482699,-106.9157401, 2289.0, 2022, 6, 24, 15, 19, 39, 1054, 1383, 338, 40, 1.6, 0.8, 1.4, 0, 35, 29, 0, 0, 38, 0, 0, 0, 0, 37, 34, 29, 35, 0, 0, 35, 0, 37, 36, 0, 0, 0, 30, 0, 0, 0, 0, 0, 37, 0, 0 +6, 6583, 3,VE3LIC, 143.01, 6, drogue, -14.71, 77961.00, 2156.67, 826.87, -24.43, 32.4, 1.32, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9482699,-106.9157401, 2289.0, 2022, 6, 24, 15, 19, 39, 1054, 1383, 338, 40, 1.6, 0.8, 1.4, 0, 35, 29, 0, 0, 38, 0, 0, 0, 0, 37, 34, 29, 35, 0, 0, 35, 0, 37, 36, 0, 0, 0, 30, 0, 0, 0, 0, 0, 37, 0, 0 +6, 6583, 3,VE3LIC, 143.06, 6, drogue, -14.71, 77961.00, 2156.67, 826.87, -24.43, 32.4, 1.32, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9482699,-106.9157401, 2289.0, 2022, 6, 24, 15, 19, 39, 1054, 1383, 338, 40, 1.6, 0.8, 1.4, 0, 35, 29, 0, 0, 38, 0, 0, 0, 0, 37, 34, 29, 35, 0, 0, 35, 0, 37, 36, 0, 0, 0, 30, 0, 0, 0, 0, 0, 37, 0, 0 +6, 6583, 3,VE3LIC, 143.11, 6, drogue, -14.71, 78006.00, 2152.04, 822.23, -24.18, 32.4, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9482699,-106.9157401, 2289.0, 2022, 6, 24, 15, 19, 39, 1054, 1383, 338, 40, 1.6, 0.8, 1.4, 0, 35, 29, 0, 0, 38, 0, 0, 0, 0, 37, 34, 29, 35, 0, 0, 35, 0, 37, 36, 0, 0, 0, 30, 0, 0, 0, 0, 0, 37, 0, 0 +6, 6583, 3,VE3LIC, 143.21, 6, drogue, -16.18, 78038.00, 2148.74, 818.94, -23.90, 32.4, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9482699,-106.9157401, 2289.0, 2022, 6, 24, 15, 19, 39, 1054, 1383, 338, 40, 1.6, 0.8, 1.4, 0, 35, 29, 0, 0, 38, 0, 0, 0, 0, 37, 34, 29, 35, 0, 0, 35, 0, 37, 36, 0, 0, 0, 30, 0, 0, 0, 0, 0, 37, 0, 0 +6, 6583, 3,VE3LIC, 143.30, 6, drogue, -16.18, 78038.00, 2148.74, 818.94, -23.90, 32.4, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9482699,-106.9157401, 2289.0, 2022, 6, 24, 15, 19, 39, 1054, 1383, 338, 40, 1.6, 0.8, 1.4, 0, 35, 29, 0, 0, 38, 0, 0, 0, 0, 37, 34, 29, 35, 0, 0, 35, 0, 37, 36, 0, 0, 0, 30, 0, 0, 0, 0, 0, 37, 0, 0 +6, 6583, 3,VE3LIC, 143.30, 6, drogue, -16.18, 78038.00, 2148.74, 818.94, -23.90, 32.4, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9482699,-106.9157401, 2289.0, 2022, 6, 24, 15, 19, 39, 1054, 1383, 338, 40, 1.6, 0.8, 1.4, 0, 35, 29, 0, 0, 38, 0, 0, 0, 0, 37, 34, 29, 35, 0, 0, 35, 0, 37, 36, 0, 0, 0, 30, 0, 0, 0, 0, 0, 37, 0, 0 +6, 6583, 3,VE3LIC, 143.31, 6, drogue, -19.61, 78083.00, 2144.12, 814.32, -23.59, 32.4, 1.32, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483001,-106.9157315, 2262.0, 2022, 6, 24, 15, 19, 40, 1057, 1367, 338, 39, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 35, 0, 0, 0, 0, 39, 29, 34, 26, 0, 0, 28, 0, 30, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 143.38, 6, drogue, -19.61, 78083.00, 2144.12, 814.32, -23.59, 32.4, 1.32, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483001,-106.9157315, 2262.0, 2022, 6, 24, 15, 19, 40, 1057, 1367, 338, 39, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 35, 0, 0, 0, 0, 39, 29, 34, 26, 0, 0, 28, 0, 30, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 143.41, 6, drogue, -19.61, 78142.00, 2138.05, 808.25, -23.30, 32.4, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483001,-106.9157315, 2262.0, 2022, 6, 24, 15, 19, 40, 1057, 1367, 338, 39, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 35, 0, 0, 0, 0, 39, 29, 34, 26, 0, 0, 28, 0, 30, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 143.51, 6, drogue, -18.14, 78142.00, 2138.05, 808.25, -22.92, 32.4, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483001,-106.9157315, 2262.0, 2022, 6, 24, 15, 19, 40, 1057, 1367, 338, 39, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 35, 0, 0, 0, 0, 39, 29, 34, 26, 0, 0, 28, 0, 30, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 143.61, 6, drogue, -17.16, 78143.00, 2137.95, 808.15, -22.57, 32.4, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483001,-106.9157315, 2262.0, 2022, 6, 24, 15, 19, 40, 1057, 1367, 338, 39, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 35, 0, 0, 0, 0, 39, 29, 34, 26, 0, 0, 28, 0, 30, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 143.70, 6, drogue, -17.16, 78143.00, 2137.95, 808.15, -22.57, 32.4, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.24, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483001,-106.9157315, 2262.0, 2022, 6, 24, 15, 19, 40, 1057, 1367, 338, 39, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 35, 0, 0, 0, 0, 39, 29, 34, 26, 0, 0, 28, 0, 30, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 143.71, 6, drogue, -11.28, 78124.00, 2139.90, 810.10, -22.21, 32.4, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483001,-106.9157315, 2262.0, 2022, 6, 24, 15, 19, 40, 1057, 1367, 338, 39, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 35, 0, 0, 0, 0, 39, 29, 34, 26, 0, 0, 28, 0, 30, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 143.81, 6, drogue, -4.90, 78117.00, 2140.62, 810.82, -21.89, 32.4, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483001,-106.9157315, 2262.0, 2022, 6, 24, 15, 19, 40, 1057, 1367, 338, 39, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 35, 0, 0, 0, 0, 39, 29, 34, 26, 0, 0, 28, 0, 30, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 143.91, 6, drogue, -2.94, 78154.00, 2136.82, 807.02, -21.63, 32.4, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483001,-106.9157315, 2262.0, 2022, 6, 24, 15, 19, 40, 1057, 1367, 338, 39, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 35, 0, 0, 0, 0, 39, 29, 34, 26, 0, 0, 28, 0, 30, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 144.01, 6, drogue, -11.28, 78186.00, 2133.53, 803.73, -21.38, 32.4, 1.32, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483001,-106.9157315, 2262.0, 2022, 6, 24, 15, 19, 40, 1057, 1367, 338, 39, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 35, 0, 0, 0, 0, 39, 29, 34, 26, 0, 0, 28, 0, 30, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 144.02, 6, drogue, -11.28, 78186.00, 2133.53, 803.73, -21.38, 32.4, 1.32, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483001,-106.9157315, 2262.0, 2022, 6, 24, 15, 19, 40, 1057, 1367, 338, 39, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 35, 0, 0, 0, 0, 39, 29, 34, 26, 0, 0, 28, 0, 30, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 144.11, 6, drogue, -12.75, 78217.00, 2130.35, 800.55, -21.23, 32.4, 1.32, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483001,-106.9157315, 2262.0, 2022, 6, 24, 15, 19, 40, 1057, 1367, 338, 39, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 35, 0, 0, 0, 0, 39, 29, 34, 26, 0, 0, 28, 0, 30, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 144.21, 6, drogue, -11.77, 78274.00, 2124.50, 794.70, -21.13, 32.4, 1.32, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483001,-106.9157315, 2262.0, 2022, 6, 24, 15, 19, 40, 1057, 1367, 338, 39, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 35, 0, 0, 0, 0, 39, 29, 34, 26, 0, 0, 28, 0, 30, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 144.30, 6, drogue, -11.77, 78274.00, 2124.50, 794.70, -21.13, 32.4, 1.32, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483001,-106.9157315, 2262.0, 2022, 6, 24, 15, 19, 40, 1057, 1367, 338, 39, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 35, 0, 0, 0, 0, 39, 29, 34, 26, 0, 0, 28, 0, 30, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 144.30, 6, drogue, -11.77, 78274.00, 2124.50, 794.70, -21.13, 32.4, 1.32, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483001,-106.9157315, 2262.0, 2022, 6, 24, 15, 19, 40, 1057, 1367, 338, 39, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 35, 0, 0, 0, 0, 39, 29, 34, 26, 0, 0, 28, 0, 30, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 144.31, 6, drogue, -18.14, 78310.00, 2120.81, 791.01, -21.04, 32.4, 1.32, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483134,-106.9157320, 2237.0, 2022, 6, 24, 15, 19, 41, 1058, 1353, 338, 39, 1.6, 0.8, 1.4, 0, 37, 33, 0, 0, 35, 0, 0, 0, 0, 36, 30, 37, 31, 0, 0, 29, 0, 32, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 144.34, 6, drogue, -18.14, 78310.00, 2120.81, 791.01, -21.04, 32.4, 1.31, 3.96, 3.97, 0.02, 0.00, 0.00, 64.03, 21.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483134,-106.9157320, 2237.0, 2022, 6, 24, 15, 19, 41, 1058, 1353, 338, 39, 1.6, 0.8, 1.4, 0, 37, 33, 0, 0, 35, 0, 0, 0, 0, 36, 30, 37, 31, 0, 0, 29, 0, 32, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 144.41, 6, drogue, -17.16, 78309.00, 2120.91, 791.11, -21.03, 32.4, 1.31, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483134,-106.9157320, 2237.0, 2022, 6, 24, 15, 19, 41, 1058, 1353, 338, 39, 1.6, 0.8, 1.4, 0, 37, 33, 0, 0, 35, 0, 0, 0, 0, 36, 30, 37, 31, 0, 0, 29, 0, 32, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 144.51, 6, drogue, -6.37, 78308.00, 2121.02, 791.21, -21.14, 32.4, 1.31, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483134,-106.9157320, 2237.0, 2022, 6, 24, 15, 19, 41, 1058, 1353, 338, 39, 1.6, 0.8, 1.4, 0, 37, 33, 0, 0, 35, 0, 0, 0, 0, 36, 30, 37, 31, 0, 0, 29, 0, 32, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 144.61, 6, drogue, -8.34, 78359.00, 2115.79, 785.99, -21.33, 32.4, 1.31, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483134,-106.9157320, 2237.0, 2022, 6, 24, 15, 19, 41, 1058, 1353, 338, 39, 1.6, 0.8, 1.4, 0, 37, 33, 0, 0, 35, 0, 0, 0, 0, 36, 30, 37, 31, 0, 0, 29, 0, 32, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 144.66, 6, drogue, -8.34, 78359.00, 2115.79, 785.99, -21.33, 32.4, 1.30, 3.97, 3.97, 0.00, 0.00, 0.00, 63.78, 21.12, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483134,-106.9157320, 2237.0, 2022, 6, 24, 15, 19, 41, 1058, 1353, 338, 39, 1.6, 0.8, 1.4, 0, 37, 33, 0, 0, 35, 0, 0, 0, 0, 36, 30, 37, 31, 0, 0, 29, 0, 32, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 144.71, 6, drogue, -18.63, 78293.00, 2122.55, 792.75, -21.56, 32.4, 1.30, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483134,-106.9157320, 2237.0, 2022, 6, 24, 15, 19, 41, 1058, 1353, 338, 39, 1.6, 0.8, 1.4, 0, 37, 33, 0, 0, 35, 0, 0, 0, 0, 36, 30, 37, 31, 0, 0, 29, 0, 32, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 144.81, 6, drogue, -16.67, 78271.00, 2124.81, 795.01, -21.85, 32.4, 1.30, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483134,-106.9157320, 2237.0, 2022, 6, 24, 15, 19, 41, 1058, 1353, 338, 39, 1.6, 0.8, 1.4, 0, 37, 33, 0, 0, 35, 0, 0, 0, 0, 36, 30, 37, 31, 0, 0, 29, 0, 32, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 144.91, 6, drogue, -17.16, 78307.00, 2121.12, 791.32, -22.20, 32.3, 1.30, 3.97, 3.97, 0.00, 0.00, 0.00, 63.97, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483134,-106.9157320, 2237.0, 2022, 6, 24, 15, 19, 41, 1058, 1353, 338, 39, 1.6, 0.8, 1.4, 0, 37, 33, 0, 0, 35, 0, 0, 0, 0, 36, 30, 37, 31, 0, 0, 29, 0, 32, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 144.98, 6, drogue, -17.16, 78307.00, 2121.12, 791.32, -22.20, 32.3, 1.33, 3.98, 3.98, 0.00, 0.00, 0.00, 63.97, 21.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483134,-106.9157320, 2237.0, 2022, 6, 24, 15, 19, 41, 1058, 1353, 338, 39, 1.6, 0.8, 1.4, 0, 37, 33, 0, 0, 35, 0, 0, 0, 0, 36, 30, 37, 31, 0, 0, 29, 0, 32, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 145.01, 6, drogue, -15.69, 78390.00, 2112.61, 782.81, -22.61, 32.4, 1.33, 3.98, 3.98, 0.08, 0.00, 0.00, 64.09, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483134,-106.9157320, 2237.0, 2022, 6, 24, 15, 19, 41, 1058, 1353, 338, 39, 1.6, 0.8, 1.4, 0, 37, 33, 0, 0, 35, 0, 0, 0, 0, 36, 30, 37, 31, 0, 0, 29, 0, 32, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 145.11, 6, drogue, -15.69, 78437.00, 2107.79, 777.99, -23.04, 32.3, 1.33, 3.98, 3.98, 0.08, 0.00, 0.00, 64.09, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483134,-106.9157320, 2237.0, 2022, 6, 24, 15, 19, 41, 1058, 1353, 338, 39, 1.6, 0.8, 1.4, 0, 37, 33, 0, 0, 35, 0, 0, 0, 0, 36, 30, 37, 31, 0, 0, 29, 0, 32, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 145.21, 6, drogue, -19.61, 78467.00, 2104.72, 774.92, -23.45, 32.3, 1.33, 3.98, 3.98, 0.08, 0.00, 0.00, 64.09, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483134,-106.9157320, 2237.0, 2022, 6, 24, 15, 19, 41, 1058, 1353, 338, 39, 1.6, 0.8, 1.4, 0, 37, 33, 0, 0, 35, 0, 0, 0, 0, 36, 30, 37, 31, 0, 0, 29, 0, 32, 33, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 145.30, 6, drogue, -19.61, 78467.00, 2104.72, 774.92, -23.45, 32.3, 1.32, 3.98, 3.98, 0.08, 0.00, 0.00, 64.09, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483382,-106.9157356, 2212.0, 2022, 6, 24, 15, 19, 42, 1061, 1339, 338, 38, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 30, 0, 0, 0, 0, 33, 32, 33, 33, 0, 0, 36, 0, 35, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 145.30, 6, drogue, -19.61, 78467.00, 2104.72, 774.92, -23.45, 32.3, 1.32, 3.98, 3.98, 0.08, 0.00, 0.00, 64.09, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483382,-106.9157356, 2212.0, 2022, 6, 24, 15, 19, 42, 1061, 1339, 338, 38, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 30, 0, 0, 0, 0, 33, 32, 33, 33, 0, 0, 36, 0, 35, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 145.30, 6, drogue, -19.61, 78467.00, 2104.72, 774.92, -23.45, 32.3, 1.32, 3.98, 3.98, 0.08, 0.00, 0.00, 64.09, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483382,-106.9157356, 2212.0, 2022, 6, 24, 15, 19, 42, 1061, 1339, 338, 38, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 30, 0, 0, 0, 0, 33, 32, 33, 33, 0, 0, 36, 0, 35, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 145.31, 6, drogue, -11.77, 78483.00, 2103.08, 773.28, -23.88, 32.3, 1.32, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483382,-106.9157356, 2212.0, 2022, 6, 24, 15, 19, 42, 1061, 1339, 338, 38, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 30, 0, 0, 0, 0, 33, 32, 33, 33, 0, 0, 36, 0, 35, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 145.41, 6, drogue, -9.81, 78517.00, 2099.60, 769.80, -24.33, 32.3, 1.32, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483382,-106.9157356, 2212.0, 2022, 6, 24, 15, 19, 42, 1061, 1339, 338, 38, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 30, 0, 0, 0, 0, 33, 32, 33, 33, 0, 0, 36, 0, 35, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 145.51, 6, drogue, -3.92, 78449.00, 2106.57, 776.76, -24.68, 32.3, 1.32, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483382,-106.9157356, 2212.0, 2022, 6, 24, 15, 19, 42, 1061, 1339, 338, 38, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 30, 0, 0, 0, 0, 33, 32, 33, 33, 0, 0, 36, 0, 35, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 145.61, 6, drogue, -15.69, 78520.00, 2099.30, 769.50, -24.94, 32.3, 1.32, 3.98, 3.98, 0.09, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483382,-106.9157356, 2212.0, 2022, 6, 24, 15, 19, 42, 1061, 1339, 338, 38, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 30, 0, 0, 0, 0, 33, 32, 33, 33, 0, 0, 36, 0, 35, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 145.62, 6, drogue, -15.69, 78520.00, 2099.30, 769.50, -24.94, 32.3, 1.33, 3.99, 3.99, 0.09, 0.00, 0.00, 64.15, 21.30, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483382,-106.9157356, 2212.0, 2022, 6, 24, 15, 19, 42, 1061, 1339, 338, 38, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 30, 0, 0, 0, 0, 33, 32, 33, 33, 0, 0, 36, 0, 35, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 145.71, 6, drogue, -16.67, 78581.00, 2093.06, 763.26, -25.11, 32.3, 1.33, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483382,-106.9157356, 2212.0, 2022, 6, 24, 15, 19, 42, 1061, 1339, 338, 38, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 30, 0, 0, 0, 0, 33, 32, 33, 33, 0, 0, 36, 0, 35, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 145.81, 6, drogue, -15.69, 78651.00, 2085.90, 756.10, -25.28, 32.3, 1.33, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483382,-106.9157356, 2212.0, 2022, 6, 24, 15, 19, 42, 1061, 1339, 338, 38, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 30, 0, 0, 0, 0, 33, 32, 33, 33, 0, 0, 36, 0, 35, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 145.91, 6, drogue, -15.69, 78647.00, 2086.31, 756.51, -25.41, 32.3, 1.33, 3.99, 3.99, 0.02, 0.00, 0.00, 64.21, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483382,-106.9157356, 2212.0, 2022, 6, 24, 15, 19, 42, 1061, 1339, 338, 38, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 30, 0, 0, 0, 0, 33, 32, 33, 33, 0, 0, 36, 0, 35, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 145.94, 6, drogue, -15.69, 78647.00, 2086.31, 756.51, -25.41, 32.3, 1.33, 3.98, 3.98, 0.02, 0.00, 0.00, 64.21, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483382,-106.9157356, 2212.0, 2022, 6, 24, 15, 19, 42, 1061, 1339, 338, 38, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 30, 0, 0, 0, 0, 33, 32, 33, 33, 0, 0, 36, 0, 35, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 146.01, 6, drogue, -9.32, 78596.00, 2091.52, 761.72, -25.48, 32.3, 1.33, 3.98, 3.98, 0.08, 0.00, 0.00, 64.03, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483382,-106.9157356, 2212.0, 2022, 6, 24, 15, 19, 42, 1061, 1339, 338, 38, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 30, 0, 0, 0, 0, 33, 32, 33, 33, 0, 0, 36, 0, 35, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 146.11, 6, drogue, -10.79, 78658.00, 2085.19, 755.38, -25.49, 32.3, 1.33, 3.98, 3.98, 0.08, 0.00, 0.00, 64.03, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483382,-106.9157356, 2212.0, 2022, 6, 24, 15, 19, 42, 1061, 1339, 338, 38, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 30, 0, 0, 0, 0, 33, 32, 33, 33, 0, 0, 36, 0, 35, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 146.21, 6, drogue, -20.59, 78669.00, 2084.06, 754.26, -25.43, 32.3, 1.33, 3.98, 3.98, 0.08, 0.00, 0.00, 64.03, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483382,-106.9157356, 2212.0, 2022, 6, 24, 15, 19, 42, 1061, 1339, 338, 38, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 30, 0, 0, 0, 0, 33, 32, 33, 33, 0, 0, 36, 0, 35, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 146.26, 6, drogue, -20.59, 78669.00, 2084.06, 754.26, -25.43, 32.3, 1.33, 3.98, 3.98, 0.08, 0.00, 0.00, 64.03, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483382,-106.9157356, 2212.0, 2022, 6, 24, 15, 19, 42, 1061, 1339, 338, 38, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 30, 0, 0, 0, 0, 33, 32, 33, 33, 0, 0, 36, 0, 35, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 146.31, 6, drogue, -16.18, 78638.00, 2087.23, 757.43, -25.27, 32.3, 1.33, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483382,-106.9157356, 2212.0, 2022, 6, 24, 15, 19, 42, 1061, 1339, 338, 38, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 30, 0, 0, 0, 0, 33, 32, 33, 33, 0, 0, 36, 0, 35, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 146.31, 6, drogue, -16.18, 78638.00, 2087.23, 757.43, -25.27, 32.3, 1.33, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483382,-106.9157356, 2212.0, 2022, 6, 24, 15, 19, 42, 1061, 1339, 338, 38, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 30, 0, 0, 0, 0, 33, 32, 33, 33, 0, 0, 36, 0, 35, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 146.31, 6, drogue, -16.18, 78638.00, 2087.23, 757.43, -25.27, 32.3, 1.33, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483382,-106.9157356, 2212.0, 2022, 6, 24, 15, 19, 42, 1061, 1339, 338, 38, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 30, 0, 0, 0, 0, 33, 32, 33, 33, 0, 0, 36, 0, 35, 32, 0, 0, 0, 30, 0, 0, 0, 0, 0, 26, 0, 0 +6, 6583, 3,VE3LIC, 146.41, 6, drogue, -14.71, 78711.00, 2079.77, 749.97, -25.08, 32.3, 1.33, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483956,-106.9157343, 2187.0, 2022, 6, 24, 15, 19, 43, 1066, 1329, 338, 37, 1.6, 0.8, 1.4, 0, 32, 32, 0, 0, 33, 0, 0, 0, 0, 36, 32, 29, 28, 0, 0, 32, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 146.51, 6, drogue, -6.37, 78823.00, 2068.34, 738.54, -24.78, 32.3, 1.33, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483956,-106.9157343, 2187.0, 2022, 6, 24, 15, 19, 43, 1066, 1329, 338, 37, 1.6, 0.8, 1.4, 0, 32, 32, 0, 0, 33, 0, 0, 0, 0, 36, 32, 29, 28, 0, 0, 32, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 146.58, 6, drogue, -6.37, 78823.00, 2068.34, 738.54, -24.78, 32.3, 1.34, 3.98, 3.98, 0.02, 0.00, 0.00, 64.15, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483956,-106.9157343, 2187.0, 2022, 6, 24, 15, 19, 43, 1066, 1329, 338, 37, 1.6, 0.8, 1.4, 0, 32, 32, 0, 0, 33, 0, 0, 0, 0, 36, 32, 29, 28, 0, 0, 32, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 146.61, 6, drogue, -7.85, 78841.00, 2066.50, 736.70, -24.49, 32.3, 1.34, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483956,-106.9157343, 2187.0, 2022, 6, 24, 15, 19, 43, 1066, 1329, 338, 37, 1.6, 0.8, 1.4, 0, 32, 32, 0, 0, 33, 0, 0, 0, 0, 36, 32, 29, 28, 0, 0, 32, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 146.71, 6, drogue, -16.67, 78870.00, 2063.55, 733.74, -24.26, 32.3, 1.34, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483956,-106.9157343, 2187.0, 2022, 6, 24, 15, 19, 43, 1066, 1329, 338, 37, 1.6, 0.8, 1.4, 0, 32, 32, 0, 0, 33, 0, 0, 0, 0, 36, 32, 29, 28, 0, 0, 32, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 146.81, 6, drogue, -26.48, 78837.00, 2066.91, 737.11, -23.93, 32.3, 1.34, 3.98, 3.98, 0.09, 0.00, 0.00, 64.03, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483956,-106.9157343, 2187.0, 2022, 6, 24, 15, 19, 43, 1066, 1329, 338, 37, 1.6, 0.8, 1.4, 0, 32, 32, 0, 0, 33, 0, 0, 0, 0, 36, 32, 29, 28, 0, 0, 32, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 146.90, 6, drogue, -26.48, 78837.00, 2066.91, 737.11, -23.93, 32.3, 1.35, 3.98, 3.99, 0.09, 0.00, 0.00, 64.03, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483956,-106.9157343, 2187.0, 2022, 6, 24, 15, 19, 43, 1066, 1329, 338, 37, 1.6, 0.8, 1.4, 0, 32, 32, 0, 0, 33, 0, 0, 0, 0, 36, 32, 29, 28, 0, 0, 32, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 146.91, 6, drogue, -17.65, 78900.00, 2060.49, 730.69, -23.65, 32.3, 1.35, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483956,-106.9157343, 2187.0, 2022, 6, 24, 15, 19, 43, 1066, 1329, 338, 37, 1.6, 0.8, 1.4, 0, 32, 32, 0, 0, 33, 0, 0, 0, 0, 36, 32, 29, 28, 0, 0, 32, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 147.01, 6, drogue, -19.61, 78962.00, 2054.17, 724.37, -23.45, 32.3, 1.35, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483956,-106.9157343, 2187.0, 2022, 6, 24, 15, 19, 43, 1066, 1329, 338, 37, 1.6, 0.8, 1.4, 0, 32, 32, 0, 0, 33, 0, 0, 0, 0, 36, 32, 29, 28, 0, 0, 32, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 147.11, 6, drogue, -21.08, 78940.00, 2056.41, 726.61, -23.26, 32.3, 1.35, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483956,-106.9157343, 2187.0, 2022, 6, 24, 15, 19, 43, 1066, 1329, 338, 37, 1.6, 0.8, 1.4, 0, 32, 32, 0, 0, 33, 0, 0, 0, 0, 36, 32, 29, 28, 0, 0, 32, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 147.21, 6, drogue, -22.56, 78923.00, 2058.14, 728.34, -23.22, 32.3, 1.35, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483956,-106.9157343, 2187.0, 2022, 6, 24, 15, 19, 43, 1066, 1329, 338, 37, 1.6, 0.8, 1.4, 0, 32, 32, 0, 0, 33, 0, 0, 0, 0, 36, 32, 29, 28, 0, 0, 32, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 147.22, 6, drogue, -22.56, 78923.00, 2058.14, 728.34, -23.22, 32.3, 1.34, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.03, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483956,-106.9157343, 2187.0, 2022, 6, 24, 15, 19, 43, 1066, 1329, 338, 37, 1.6, 0.8, 1.4, 0, 32, 32, 0, 0, 33, 0, 0, 0, 0, 36, 32, 29, 28, 0, 0, 32, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 147.30, 6, drogue, -22.56, 78923.00, 2058.14, 728.34, -23.22, 32.3, 1.34, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.03, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483956,-106.9157343, 2187.0, 2022, 6, 24, 15, 19, 43, 1066, 1329, 338, 37, 1.6, 0.8, 1.4, 0, 32, 32, 0, 0, 33, 0, 0, 0, 0, 36, 32, 29, 28, 0, 0, 32, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 147.30, 6, drogue, -22.56, 78923.00, 2058.14, 728.34, -23.22, 32.3, 1.34, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.03, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483956,-106.9157343, 2187.0, 2022, 6, 24, 15, 19, 43, 1066, 1329, 338, 37, 1.6, 0.8, 1.4, 0, 32, 32, 0, 0, 33, 0, 0, 0, 0, 36, 32, 29, 28, 0, 0, 32, 0, 32, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 147.31, 6, drogue, -21.08, 78958.00, 2054.58, 724.78, -23.30, 32.3, 1.34, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.03, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484799,-106.9156931, 2161.0, 2022, 6, 24, 15, 19, 44, 1074, 1320, 338, 36, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 37, 0, 0, 0, 0, 36, 28, 33, 34, 0, 0, 35, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 147.41, 6, drogue, -21.08, 79017.00, 2048.57, 718.77, -23.48, 32.3, 1.34, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.03, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484799,-106.9156931, 2161.0, 2022, 6, 24, 15, 19, 44, 1074, 1320, 338, 36, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 37, 0, 0, 0, 0, 36, 28, 33, 34, 0, 0, 35, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 147.51, 6, drogue, -20.59, 78972.00, 2053.15, 723.35, -23.68, 32.3, 1.34, 3.98, 3.98, 0.00, 0.00, 0.00, 64.15, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.03, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484799,-106.9156931, 2161.0, 2022, 6, 24, 15, 19, 44, 1074, 1320, 338, 36, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 37, 0, 0, 0, 0, 36, 28, 33, 34, 0, 0, 35, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 147.54, 6, drogue, -20.59, 78972.00, 2053.15, 723.35, -23.68, 32.3, 1.34, 3.99, 3.98, 0.00, 0.00, 0.00, 64.15, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9484799,-106.9156931, 2161.0, 2022, 6, 24, 15, 19, 44, 1074, 1320, 338, 36, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 37, 0, 0, 0, 0, 36, 28, 33, 34, 0, 0, 35, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 147.61, 6, drogue, -19.61, 78945.00, 2055.90, 726.10, -23.95, 32.3, 1.34, 3.99, 3.98, 0.09, 0.00, 0.00, 64.21, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9484799,-106.9156931, 2161.0, 2022, 6, 24, 15, 19, 44, 1074, 1320, 338, 36, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 37, 0, 0, 0, 0, 36, 28, 33, 34, 0, 0, 35, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 147.71, 6, drogue, -18.14, 78957.00, 2054.68, 724.88, -24.29, 32.3, 1.34, 3.99, 3.98, 0.09, 0.00, 0.00, 64.21, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9484799,-106.9156931, 2161.0, 2022, 6, 24, 15, 19, 44, 1074, 1320, 338, 36, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 37, 0, 0, 0, 0, 36, 28, 33, 34, 0, 0, 35, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 147.81, 6, drogue, -19.12, 79108.00, 2039.31, 709.51, -24.74, 32.3, 1.34, 3.99, 3.98, 0.09, 0.00, 0.00, 64.21, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9484799,-106.9156931, 2161.0, 2022, 6, 24, 15, 19, 44, 1074, 1320, 338, 36, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 37, 0, 0, 0, 0, 36, 28, 33, 34, 0, 0, 35, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 147.86, 6, drogue, -19.12, 79108.00, 2039.31, 709.51, -24.74, 32.3, 1.33, 3.98, 3.98, 0.09, 0.00, 0.00, 64.21, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9484799,-106.9156931, 2161.0, 2022, 6, 24, 15, 19, 44, 1074, 1320, 338, 36, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 37, 0, 0, 0, 0, 36, 28, 33, 34, 0, 0, 35, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 147.91, 6, drogue, -15.69, 79119.00, 2038.19, 708.39, -25.23, 32.3, 1.33, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9484799,-106.9156931, 2161.0, 2022, 6, 24, 15, 19, 44, 1074, 1320, 338, 36, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 37, 0, 0, 0, 0, 36, 28, 33, 34, 0, 0, 35, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 148.01, 6, drogue, -10.79, 79124.00, 2037.68, 707.88, -25.71, 32.3, 1.33, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9484799,-106.9156931, 2161.0, 2022, 6, 24, 15, 19, 44, 1074, 1320, 338, 36, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 37, 0, 0, 0, 0, 36, 28, 33, 34, 0, 0, 35, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 148.11, 6, drogue, -11.28, 79133.00, 2036.76, 706.96, -26.25, 32.3, 1.33, 3.98, 3.98, 0.08, 0.00, 0.00, 64.15, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9484799,-106.9156931, 2161.0, 2022, 6, 24, 15, 19, 44, 1074, 1320, 338, 36, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 37, 0, 0, 0, 0, 36, 28, 33, 34, 0, 0, 35, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 148.18, 6, drogue, -11.28, 79133.00, 2036.76, 706.96, -26.25, 32.3, 1.33, 3.96, 3.97, 0.08, 0.00, 0.00, 64.15, 21.42, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484799,-106.9156931, 2161.0, 2022, 6, 24, 15, 19, 44, 1074, 1320, 338, 36, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 37, 0, 0, 0, 0, 36, 28, 33, 34, 0, 0, 35, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 148.21, 6, drogue, -9.81, 79121.00, 2037.99, 708.18, -26.80, 32.3, 1.33, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484799,-106.9156931, 2161.0, 2022, 6, 24, 15, 19, 44, 1074, 1320, 338, 36, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 37, 0, 0, 0, 0, 36, 28, 33, 34, 0, 0, 35, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 148.30, 6, drogue, -9.81, 79121.00, 2037.99, 708.18, -26.80, 32.3, 1.33, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484799,-106.9156931, 2161.0, 2022, 6, 24, 15, 19, 44, 1074, 1320, 338, 36, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 37, 0, 0, 0, 0, 36, 28, 33, 34, 0, 0, 35, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 148.30, 6, drogue, -9.81, 79121.00, 2037.99, 708.18, -26.80, 32.3, 1.33, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484799,-106.9156931, 2161.0, 2022, 6, 24, 15, 19, 44, 1074, 1320, 338, 36, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 37, 0, 0, 0, 0, 36, 28, 33, 34, 0, 0, 35, 0, 34, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 148.31, 6, drogue, -6.37, 79105.00, 2039.61, 709.81, -27.30, 32.3, 1.33, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485198,-106.9156275, 2133.0, 2022, 6, 24, 15, 19, 45, 1076, 1305, 339, 34, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 32, 33, 33, 0, 0, 34, 0, 31, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 148.41, 6, drogue, -12.26, 79209.00, 2029.04, 699.24, -27.79, 32.3, 1.33, 3.96, 3.97, 0.00, 0.00, 0.00, 63.84, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485198,-106.9156275, 2133.0, 2022, 6, 24, 15, 19, 45, 1076, 1305, 339, 34, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 32, 33, 33, 0, 0, 34, 0, 31, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 148.50, 6, drogue, -12.26, 79209.00, 2029.04, 699.24, -27.79, 32.3, 1.34, 3.98, 3.99, 0.00, 0.00, 0.00, 63.84, 21.36, 0.00, 0.00, 0.00, 0.00, NaN, 4.02, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9485198,-106.9156275, 2133.0, 2022, 6, 24, 15, 19, 45, 1076, 1305, 339, 34, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 32, 33, 33, 0, 0, 34, 0, 31, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 148.51, 6, drogue, -2.45, 79173.00, 2032.70, 702.90, -28.24, 32.3, 1.34, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.02, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9485198,-106.9156275, 2133.0, 2022, 6, 24, 15, 19, 45, 1076, 1305, 339, 34, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 32, 33, 33, 0, 0, 34, 0, 31, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 148.61, 6, drogue, 25.01, 79248.00, 2025.08, 695.28, -28.62, 32.3, 1.34, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.02, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9485198,-106.9156275, 2133.0, 2022, 6, 24, 15, 19, 45, 1076, 1305, 339, 34, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 32, 33, 33, 0, 0, 34, 0, 31, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 148.71, 6, drogue, 19.12, 79452.00, 2004.38, 674.58, -28.93, 32.3, 1.34, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.02, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9485198,-106.9156275, 2133.0, 2022, 6, 24, 15, 19, 45, 1076, 1305, 339, 34, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 32, 33, 33, 0, 0, 34, 0, 31, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 148.81, 6, drogue, 4.41, 79286.00, 2021.22, 691.42, -29.14, 32.3, 1.34, 3.98, 3.99, 0.09, 0.00, 0.00, 64.15, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.02, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9485198,-106.9156275, 2133.0, 2022, 6, 24, 15, 19, 45, 1076, 1305, 339, 34, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 32, 33, 33, 0, 0, 34, 0, 31, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 148.82, 6, drogue, 4.41, 79286.00, 2021.22, 691.42, -29.14, 32.3, 1.34, 3.97, 3.98, 0.09, 0.00, 0.00, 64.15, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485198,-106.9156275, 2133.0, 2022, 6, 24, 15, 19, 45, 1076, 1305, 339, 34, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 32, 33, 33, 0, 0, 34, 0, 31, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 148.91, 6, drogue, -9.32, 79314.00, 2018.38, 688.58, -29.29, 32.3, 1.34, 3.97, 3.98, 0.02, 0.00, 0.00, 63.97, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485198,-106.9156275, 2133.0, 2022, 6, 24, 15, 19, 45, 1076, 1305, 339, 34, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 32, 33, 33, 0, 0, 34, 0, 31, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 149.01, 6, drogue, -2.45, 79375.00, 2012.19, 682.39, -29.40, 32.3, 1.34, 3.97, 3.98, 0.02, 0.00, 0.00, 63.97, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485198,-106.9156275, 2133.0, 2022, 6, 24, 15, 19, 45, 1076, 1305, 339, 34, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 32, 33, 33, 0, 0, 34, 0, 31, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 149.11, 6, drogue, 7.35, 79355.00, 2014.22, 684.41, -29.42, 32.3, 1.34, 3.97, 3.98, 0.02, 0.00, 0.00, 63.97, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485198,-106.9156275, 2133.0, 2022, 6, 24, 15, 19, 45, 1076, 1305, 339, 34, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 32, 33, 33, 0, 0, 34, 0, 31, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 149.14, 6, drogue, 7.35, 79355.00, 2014.22, 684.41, -29.42, 32.3, 1.34, 3.98, 3.99, 0.02, 0.00, 0.00, 63.97, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485198,-106.9156275, 2133.0, 2022, 6, 24, 15, 19, 45, 1076, 1305, 339, 34, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 32, 33, 33, 0, 0, 34, 0, 31, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 149.21, 6, drogue, 3.43, 79525.00, 1996.98, 667.18, -29.35, 32.3, 1.34, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485198,-106.9156275, 2133.0, 2022, 6, 24, 15, 19, 45, 1076, 1305, 339, 34, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 32, 33, 33, 0, 0, 34, 0, 31, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 149.30, 6, drogue, 3.43, 79525.00, 1996.98, 667.18, -29.35, 32.3, 1.34, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485198,-106.9156275, 2133.0, 2022, 6, 24, 15, 19, 45, 1076, 1305, 339, 34, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 32, 33, 33, 0, 0, 34, 0, 31, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 149.30, 6, drogue, 3.43, 79525.00, 1996.98, 667.18, -29.35, 32.3, 1.34, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485198,-106.9156275, 2133.0, 2022, 6, 24, 15, 19, 45, 1076, 1305, 339, 34, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 32, 33, 33, 0, 0, 34, 0, 31, 28, 0, 0, 0, 29, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 149.31, 6, drogue, -3.92, 79624.00, 1986.96, 657.16, -29.22, 32.3, 1.34, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485240,-106.9155726, 2105.0, 2022, 6, 24, 15, 19, 46, 1074, 1288, 339, 34, 1.6, 0.8, 1.4, 0, 27, 33, 0, 0, 33, 0, 0, 0, 0, 33, 33, 29, 36, 0, 0, 37, 0, 32, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 149.41, 6, drogue, -5.39, 79614.00, 1987.97, 658.17, -29.05, 32.3, 1.34, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485240,-106.9155726, 2105.0, 2022, 6, 24, 15, 19, 46, 1074, 1288, 339, 34, 1.6, 0.8, 1.4, 0, 27, 33, 0, 0, 33, 0, 0, 0, 0, 33, 33, 29, 36, 0, 0, 37, 0, 32, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 149.46, 6, drogue, -5.39, 79614.00, 1987.97, 658.17, -29.05, 32.3, 1.34, 3.96, 3.97, 0.02, 0.00, 0.00, 64.09, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485240,-106.9155726, 2105.0, 2022, 6, 24, 15, 19, 46, 1074, 1288, 339, 34, 1.6, 0.8, 1.4, 0, 27, 33, 0, 0, 33, 0, 0, 0, 0, 33, 33, 29, 36, 0, 0, 37, 0, 32, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 149.51, 6, drogue, -4.41, 79579.00, 1991.51, 661.71, -28.76, 32.3, 1.34, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485240,-106.9155726, 2105.0, 2022, 6, 24, 15, 19, 46, 1074, 1288, 339, 34, 1.6, 0.8, 1.4, 0, 27, 33, 0, 0, 33, 0, 0, 0, 0, 33, 33, 29, 36, 0, 0, 37, 0, 32, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 149.61, 6, drogue, -5.39, 79512.00, 1998.30, 668.50, -28.43, 32.2, 1.34, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485240,-106.9155726, 2105.0, 2022, 6, 24, 15, 19, 46, 1074, 1288, 339, 34, 1.6, 0.8, 1.4, 0, 27, 33, 0, 0, 33, 0, 0, 0, 0, 33, 33, 29, 36, 0, 0, 37, 0, 32, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 149.71, 6, drogue, -11.28, 79531.00, 1996.37, 666.57, -28.08, 32.2, 1.34, 3.96, 3.97, 0.00, 0.00, 0.00, 63.78, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485240,-106.9155726, 2105.0, 2022, 6, 24, 15, 19, 46, 1074, 1288, 339, 34, 1.6, 0.8, 1.4, 0, 27, 33, 0, 0, 33, 0, 0, 0, 0, 33, 33, 29, 36, 0, 0, 37, 0, 32, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 149.78, 6, drogue, -11.28, 79531.00, 1996.37, 666.57, -28.08, 32.2, 1.37, 3.98, 3.98, 0.00, 0.00, 0.00, 63.78, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.01, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485240,-106.9155726, 2105.0, 2022, 6, 24, 15, 19, 46, 1074, 1288, 339, 34, 1.6, 0.8, 1.4, 0, 27, 33, 0, 0, 33, 0, 0, 0, 0, 33, 33, 29, 36, 0, 0, 37, 0, 32, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 149.81, 6, drogue, -13.73, 79593.00, 1990.10, 660.30, -27.82, 32.2, 1.37, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.01, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485240,-106.9155726, 2105.0, 2022, 6, 24, 15, 19, 46, 1074, 1288, 339, 34, 1.6, 0.8, 1.4, 0, 27, 33, 0, 0, 33, 0, 0, 0, 0, 33, 33, 29, 36, 0, 0, 37, 0, 32, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 149.91, 6, drogue, -6.37, 79668.00, 1982.51, 652.71, -27.55, 32.2, 1.37, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.01, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485240,-106.9155726, 2105.0, 2022, 6, 24, 15, 19, 46, 1074, 1288, 339, 34, 1.6, 0.8, 1.4, 0, 27, 33, 0, 0, 33, 0, 0, 0, 0, 33, 33, 29, 36, 0, 0, 37, 0, 32, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 150.01, 6, drogue, 1.96, 79686.00, 1980.69, 650.89, -27.30, 32.2, 1.37, 3.98, 3.98, 0.00, 0.00, 0.00, 64.03, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.01, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485240,-106.9155726, 2105.0, 2022, 6, 24, 15, 19, 46, 1074, 1288, 339, 34, 1.6, 0.8, 1.4, 0, 27, 33, 0, 0, 33, 0, 0, 0, 0, 33, 33, 29, 36, 0, 0, 37, 0, 32, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 150.10, 6, drogue, 1.96, 79686.00, 1980.69, 650.89, -27.30, 32.2, 1.36, 3.97, 3.98, 0.00, 0.00, 0.00, 64.03, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485240,-106.9155726, 2105.0, 2022, 6, 24, 15, 19, 46, 1074, 1288, 339, 34, 1.6, 0.8, 1.4, 0, 27, 33, 0, 0, 33, 0, 0, 0, 0, 33, 33, 29, 36, 0, 0, 37, 0, 32, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 150.11, 6, drogue, -9.32, 79712.00, 1978.06, 648.26, -27.06, 32.2, 1.36, 3.97, 3.98, 0.08, 0.00, 0.00, 63.97, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485240,-106.9155726, 2105.0, 2022, 6, 24, 15, 19, 46, 1074, 1288, 339, 34, 1.6, 0.8, 1.4, 0, 27, 33, 0, 0, 33, 0, 0, 0, 0, 33, 33, 29, 36, 0, 0, 37, 0, 32, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 150.21, 6, drogue, -15.69, 79758.00, 1973.41, 643.61, -26.84, 32.2, 1.36, 3.97, 3.98, 0.08, 0.00, 0.00, 63.97, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485240,-106.9155726, 2105.0, 2022, 6, 24, 15, 19, 46, 1074, 1288, 339, 34, 1.6, 0.8, 1.4, 0, 27, 33, 0, 0, 33, 0, 0, 0, 0, 33, 33, 29, 36, 0, 0, 37, 0, 32, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 150.30, 6, drogue, -15.69, 79758.00, 1973.41, 643.61, -26.84, 32.2, 1.36, 3.97, 3.98, 0.08, 0.00, 0.00, 63.97, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485240,-106.9155726, 2105.0, 2022, 6, 24, 15, 19, 46, 1074, 1288, 339, 34, 1.6, 0.8, 1.4, 0, 27, 33, 0, 0, 33, 0, 0, 0, 0, 33, 33, 29, 36, 0, 0, 37, 0, 32, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 150.30, 6, drogue, -15.69, 79758.00, 1973.41, 643.61, -26.84, 32.2, 1.36, 3.97, 3.98, 0.08, 0.00, 0.00, 63.97, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485240,-106.9155726, 2105.0, 2022, 6, 24, 15, 19, 46, 1074, 1288, 339, 34, 1.6, 0.8, 1.4, 0, 27, 33, 0, 0, 33, 0, 0, 0, 0, 33, 33, 29, 36, 0, 0, 37, 0, 32, 28, 0, 0, 0, 33, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 150.31, 6, drogue, -20.59, 79745.00, 1974.72, 644.92, -26.61, 32.2, 1.36, 3.97, 3.98, 0.08, 0.00, 0.00, 63.97, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485452,-106.9155151, 2078.0, 2022, 6, 24, 15, 19, 47, 1074, 1274, 339, 32, 1.6, 0.8, 1.4, 0, 27, 28, 0, 0, 34, 0, 0, 0, 0, 17, 36, 29, 35, 0, 0, 35, 0, 36, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 150.41, 6, drogue, -12.75, 79770.00, 1972.20, 642.40, -26.41, 32.2, 1.36, 3.97, 3.98, 0.08, 0.00, 0.00, 63.97, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485452,-106.9155151, 2078.0, 2022, 6, 24, 15, 19, 47, 1074, 1274, 339, 32, 1.6, 0.8, 1.4, 0, 27, 28, 0, 0, 34, 0, 0, 0, 0, 17, 36, 29, 35, 0, 0, 35, 0, 36, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 150.42, 6, drogue, -12.75, 79770.00, 1972.20, 642.40, -26.41, 32.2, 1.36, 3.98, 3.99, 0.08, 0.00, 0.00, 63.97, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485452,-106.9155151, 2078.0, 2022, 6, 24, 15, 19, 47, 1074, 1274, 339, 32, 1.6, 0.8, 1.4, 0, 27, 28, 0, 0, 34, 0, 0, 0, 0, 17, 36, 29, 35, 0, 0, 35, 0, 36, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 150.51, 6, drogue, -12.75, 79757.00, 1973.51, 643.71, -26.16, 32.2, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485452,-106.9155151, 2078.0, 2022, 6, 24, 15, 19, 47, 1074, 1274, 339, 32, 1.6, 0.8, 1.4, 0, 27, 28, 0, 0, 34, 0, 0, 0, 0, 17, 36, 29, 35, 0, 0, 35, 0, 36, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 150.61, 6, drogue, -17.16, 79831.00, 1966.04, 636.24, -25.97, 32.2, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485452,-106.9155151, 2078.0, 2022, 6, 24, 15, 19, 47, 1074, 1274, 339, 32, 1.6, 0.8, 1.4, 0, 27, 28, 0, 0, 34, 0, 0, 0, 0, 17, 36, 29, 35, 0, 0, 35, 0, 36, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 150.71, 6, drogue, -12.75, 79886.00, 1960.49, 630.69, -25.88, 32.2, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485452,-106.9155151, 2078.0, 2022, 6, 24, 15, 19, 47, 1074, 1274, 339, 32, 1.6, 0.8, 1.4, 0, 27, 28, 0, 0, 34, 0, 0, 0, 0, 17, 36, 29, 35, 0, 0, 35, 0, 36, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 150.74, 6, drogue, -12.75, 79886.00, 1960.49, 630.69, -25.88, 32.2, 1.37, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9485452,-106.9155151, 2078.0, 2022, 6, 24, 15, 19, 47, 1074, 1274, 339, 32, 1.6, 0.8, 1.4, 0, 27, 28, 0, 0, 34, 0, 0, 0, 0, 17, 36, 29, 35, 0, 0, 35, 0, 36, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 150.81, 6, drogue, -8.83, 79923.00, 1956.75, 626.95, -25.67, 32.2, 1.37, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9485452,-106.9155151, 2078.0, 2022, 6, 24, 15, 19, 47, 1074, 1274, 339, 32, 1.6, 0.8, 1.4, 0, 27, 28, 0, 0, 34, 0, 0, 0, 0, 17, 36, 29, 35, 0, 0, 35, 0, 36, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 150.91, 6, drogue, -18.14, 79946.00, 1954.43, 624.63, -25.47, 32.2, 1.37, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9485452,-106.9155151, 2078.0, 2022, 6, 24, 15, 19, 47, 1074, 1274, 339, 32, 1.6, 0.8, 1.4, 0, 27, 28, 0, 0, 34, 0, 0, 0, 0, 17, 36, 29, 35, 0, 0, 35, 0, 36, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 151.01, 6, drogue, -15.20, 80005.00, 1948.48, 618.68, -25.31, 32.2, 1.37, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9485452,-106.9155151, 2078.0, 2022, 6, 24, 15, 19, 47, 1074, 1274, 339, 32, 1.6, 0.8, 1.4, 0, 27, 28, 0, 0, 34, 0, 0, 0, 0, 17, 36, 29, 35, 0, 0, 35, 0, 36, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 151.06, 6, drogue, -15.20, 80005.00, 1948.48, 618.68, -25.31, 32.2, 1.36, 3.98, 3.99, 0.09, 0.00, 0.00, 64.09, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485452,-106.9155151, 2078.0, 2022, 6, 24, 15, 19, 47, 1074, 1274, 339, 32, 1.6, 0.8, 1.4, 0, 27, 28, 0, 0, 34, 0, 0, 0, 0, 17, 36, 29, 35, 0, 0, 35, 0, 36, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 151.11, 6, drogue, -17.65, 80014.00, 1947.58, 617.78, -25.12, 32.2, 1.36, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485452,-106.9155151, 2078.0, 2022, 6, 24, 15, 19, 47, 1074, 1274, 339, 32, 1.6, 0.8, 1.4, 0, 27, 28, 0, 0, 34, 0, 0, 0, 0, 17, 36, 29, 35, 0, 0, 35, 0, 36, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 151.21, 6, drogue, -12.75, 80016.00, 1947.38, 617.58, -25.01, 32.2, 1.36, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485452,-106.9155151, 2078.0, 2022, 6, 24, 15, 19, 47, 1074, 1274, 339, 32, 1.6, 0.8, 1.4, 0, 27, 28, 0, 0, 34, 0, 0, 0, 0, 17, 36, 29, 35, 0, 0, 35, 0, 36, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 151.30, 6, drogue, -12.75, 80016.00, 1947.38, 617.58, -25.01, 32.2, 1.36, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485452,-106.9155151, 2078.0, 2022, 6, 24, 15, 19, 47, 1074, 1274, 339, 32, 1.6, 0.8, 1.4, 0, 27, 28, 0, 0, 34, 0, 0, 0, 0, 17, 36, 29, 35, 0, 0, 35, 0, 36, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 151.30, 6, drogue, -12.75, 80016.00, 1947.38, 617.58, -25.01, 32.2, 1.36, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485452,-106.9155151, 2078.0, 2022, 6, 24, 15, 19, 47, 1074, 1274, 339, 32, 1.6, 0.8, 1.4, 0, 27, 28, 0, 0, 34, 0, 0, 0, 0, 17, 36, 29, 35, 0, 0, 35, 0, 36, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 151.31, 6, drogue, -12.75, 80005.00, 1948.48, 618.68, -24.92, 32.2, 1.36, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485733,-106.9154604, 2053.0, 2022, 6, 24, 15, 19, 48, 1076, 1261, 340, 31, 1.6, 0.8, 1.4, 0, 29, 28, 0, 0, 34, 0, 0, 0, 0, 23, 30, 29, 35, 0, 0, 36, 0, 36, 29, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 151.38, 6, drogue, -12.75, 80005.00, 1948.48, 618.68, -24.92, 32.2, 1.36, 3.98, 3.98, 0.08, 0.00, 0.00, 64.03, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485733,-106.9154604, 2053.0, 2022, 6, 24, 15, 19, 48, 1076, 1261, 340, 31, 1.6, 0.8, 1.4, 0, 29, 28, 0, 0, 34, 0, 0, 0, 0, 23, 30, 29, 35, 0, 0, 36, 0, 36, 29, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 151.41, 6, drogue, -11.77, 79995.00, 1949.49, 619.69, -24.79, 32.2, 1.36, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485733,-106.9154604, 2053.0, 2022, 6, 24, 15, 19, 48, 1076, 1261, 340, 31, 1.6, 0.8, 1.4, 0, 29, 28, 0, 0, 34, 0, 0, 0, 0, 23, 30, 29, 35, 0, 0, 36, 0, 36, 29, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 151.51, 6, drogue, -20.59, 79987.00, 1950.30, 620.50, -24.63, 32.2, 1.36, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485733,-106.9154604, 2053.0, 2022, 6, 24, 15, 19, 48, 1076, 1261, 340, 31, 1.6, 0.8, 1.4, 0, 29, 28, 0, 0, 34, 0, 0, 0, 0, 23, 30, 29, 35, 0, 0, 36, 0, 36, 29, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 151.61, 6, drogue, -16.67, 80030.00, 1945.97, 616.16, -24.45, 32.2, 1.36, 3.98, 3.98, 0.03, 0.00, 0.00, 64.15, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485733,-106.9154604, 2053.0, 2022, 6, 24, 15, 19, 48, 1076, 1261, 340, 31, 1.6, 0.8, 1.4, 0, 29, 28, 0, 0, 34, 0, 0, 0, 0, 23, 30, 29, 35, 0, 0, 36, 0, 36, 29, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 151.70, 6, drogue, -16.67, 80030.00, 1945.97, 616.16, -24.45, 32.2, 1.36, 3.98, 3.99, 0.03, 0.00, 0.00, 64.15, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485733,-106.9154604, 2053.0, 2022, 6, 24, 15, 19, 48, 1076, 1261, 340, 31, 1.6, 0.8, 1.4, 0, 29, 28, 0, 0, 34, 0, 0, 0, 0, 23, 30, 29, 35, 0, 0, 36, 0, 36, 29, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 151.71, 6, drogue, -16.67, 80063.00, 1942.64, 612.84, -24.31, 32.2, 1.36, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485733,-106.9154604, 2053.0, 2022, 6, 24, 15, 19, 48, 1076, 1261, 340, 31, 1.6, 0.8, 1.4, 0, 29, 28, 0, 0, 34, 0, 0, 0, 0, 23, 30, 29, 35, 0, 0, 36, 0, 36, 29, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 151.81, 6, drogue, -15.69, 80154.00, 1933.48, 603.68, -24.24, 32.2, 1.36, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485733,-106.9154604, 2053.0, 2022, 6, 24, 15, 19, 48, 1076, 1261, 340, 31, 1.6, 0.8, 1.4, 0, 29, 28, 0, 0, 34, 0, 0, 0, 0, 23, 30, 29, 35, 0, 0, 36, 0, 36, 29, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 151.91, 6, drogue, -18.14, 80190.00, 1929.86, 600.05, -24.21, 32.2, 1.36, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485733,-106.9154604, 2053.0, 2022, 6, 24, 15, 19, 48, 1076, 1261, 340, 31, 1.6, 0.8, 1.4, 0, 29, 28, 0, 0, 34, 0, 0, 0, 0, 23, 30, 29, 35, 0, 0, 36, 0, 36, 29, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 152.01, 6, drogue, -16.18, 80255.00, 1923.32, 593.52, -24.19, 32.2, 1.36, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485733,-106.9154604, 2053.0, 2022, 6, 24, 15, 19, 48, 1076, 1261, 340, 31, 1.6, 0.8, 1.4, 0, 29, 28, 0, 0, 34, 0, 0, 0, 0, 23, 30, 29, 35, 0, 0, 36, 0, 36, 29, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 152.02, 6, drogue, -16.18, 80255.00, 1923.32, 593.52, -24.19, 32.2, 1.36, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485733,-106.9154604, 2053.0, 2022, 6, 24, 15, 19, 48, 1076, 1261, 340, 31, 1.6, 0.8, 1.4, 0, 29, 28, 0, 0, 34, 0, 0, 0, 0, 23, 30, 29, 35, 0, 0, 36, 0, 36, 29, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 152.11, 6, drogue, -19.12, 80286.00, 1920.20, 590.40, -24.19, 32.2, 1.36, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485733,-106.9154604, 2053.0, 2022, 6, 24, 15, 19, 48, 1076, 1261, 340, 31, 1.6, 0.8, 1.4, 0, 29, 28, 0, 0, 34, 0, 0, 0, 0, 23, 30, 29, 35, 0, 0, 36, 0, 36, 29, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 152.21, 6, drogue, -16.67, 80301.00, 1918.70, 588.89, -24.21, 32.2, 1.36, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485733,-106.9154604, 2053.0, 2022, 6, 24, 15, 19, 48, 1076, 1261, 340, 31, 1.6, 0.8, 1.4, 0, 29, 28, 0, 0, 34, 0, 0, 0, 0, 23, 30, 29, 35, 0, 0, 36, 0, 36, 29, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 152.30, 6, drogue, -16.67, 80301.00, 1918.70, 588.89, -24.21, 32.2, 1.36, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485733,-106.9154604, 2053.0, 2022, 6, 24, 15, 19, 48, 1076, 1261, 340, 31, 1.6, 0.8, 1.4, 0, 29, 28, 0, 0, 34, 0, 0, 0, 0, 23, 30, 29, 35, 0, 0, 36, 0, 36, 29, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 152.30, 6, drogue, -16.67, 80301.00, 1918.70, 588.89, -24.21, 32.2, 1.36, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485733,-106.9154604, 2053.0, 2022, 6, 24, 15, 19, 48, 1076, 1261, 340, 31, 1.6, 0.8, 1.4, 0, 29, 28, 0, 0, 34, 0, 0, 0, 0, 23, 30, 29, 35, 0, 0, 36, 0, 36, 29, 0, 0, 0, 36, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 152.31, 6, drogue, -17.65, 80269.00, 1921.91, 592.11, -24.22, 32.2, 1.36, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485882,-106.9154265, 2027.0, 2022, 6, 24, 15, 19, 49, 1076, 1248, 340, 30, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 28, 34, 34, 0, 0, 34, 0, 30, 33, 0, 0, 0, 28, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 152.34, 6, drogue, -17.65, 80269.00, 1921.91, 592.11, -24.22, 32.2, 1.36, 3.98, 3.99, 0.08, 0.00, 0.00, 64.15, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485882,-106.9154265, 2027.0, 2022, 6, 24, 15, 19, 49, 1076, 1248, 340, 30, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 28, 34, 34, 0, 0, 34, 0, 30, 33, 0, 0, 0, 28, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 152.41, 6, drogue, -17.16, 80216.00, 1927.24, 597.44, -24.25, 32.2, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485882,-106.9154265, 2027.0, 2022, 6, 24, 15, 19, 49, 1076, 1248, 340, 30, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 28, 34, 34, 0, 0, 34, 0, 30, 33, 0, 0, 0, 28, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 152.51, 6, drogue, -20.10, 80228.00, 1926.03, 596.23, -24.26, 32.2, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485882,-106.9154265, 2027.0, 2022, 6, 24, 15, 19, 49, 1076, 1248, 340, 30, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 28, 34, 34, 0, 0, 34, 0, 30, 33, 0, 0, 0, 28, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 152.61, 6, drogue, -21.08, 80304.00, 1918.39, 588.59, -24.33, 32.2, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485882,-106.9154265, 2027.0, 2022, 6, 24, 15, 19, 49, 1076, 1248, 340, 30, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 28, 34, 34, 0, 0, 34, 0, 30, 33, 0, 0, 0, 28, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 152.66, 6, drogue, -21.08, 80304.00, 1918.39, 588.59, -24.33, 32.2, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.03, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485882,-106.9154265, 2027.0, 2022, 6, 24, 15, 19, 49, 1076, 1248, 340, 30, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 28, 34, 34, 0, 0, 34, 0, 30, 33, 0, 0, 0, 28, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 152.71, 6, drogue, -19.61, 80334.00, 1915.38, 585.58, -24.44, 32.2, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485882,-106.9154265, 2027.0, 2022, 6, 24, 15, 19, 49, 1076, 1248, 340, 30, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 28, 34, 34, 0, 0, 34, 0, 30, 33, 0, 0, 0, 28, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 152.81, 6, drogue, -18.63, 80378.00, 1910.96, 581.16, -24.57, 32.2, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485882,-106.9154265, 2027.0, 2022, 6, 24, 15, 19, 49, 1076, 1248, 340, 30, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 28, 34, 34, 0, 0, 34, 0, 30, 33, 0, 0, 0, 28, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 152.91, 6, drogue, -21.57, 80405.00, 1908.25, 578.45, -24.66, 32.2, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485882,-106.9154265, 2027.0, 2022, 6, 24, 15, 19, 49, 1076, 1248, 340, 30, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 28, 34, 34, 0, 0, 34, 0, 30, 33, 0, 0, 0, 28, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 152.98, 6, drogue, -21.57, 80405.00, 1908.25, 578.45, -24.66, 32.2, 1.36, 3.98, 3.99, 0.02, 0.00, 0.00, 64.09, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485882,-106.9154265, 2027.0, 2022, 6, 24, 15, 19, 49, 1076, 1248, 340, 30, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 28, 34, 34, 0, 0, 34, 0, 30, 33, 0, 0, 0, 28, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 153.01, 6, drogue, -20.10, 80425.00, 1906.24, 576.44, -24.79, 32.2, 1.36, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485882,-106.9154265, 2027.0, 2022, 6, 24, 15, 19, 49, 1076, 1248, 340, 30, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 28, 34, 34, 0, 0, 34, 0, 30, 33, 0, 0, 0, 28, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 153.11, 6, drogue, -19.12, 80448.00, 1903.93, 574.13, -24.88, 32.2, 1.36, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485882,-106.9154265, 2027.0, 2022, 6, 24, 15, 19, 49, 1076, 1248, 340, 30, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 28, 34, 34, 0, 0, 34, 0, 30, 33, 0, 0, 0, 28, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 153.21, 6, drogue, -19.12, 80463.00, 1902.43, 572.63, -24.95, 32.2, 1.36, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485882,-106.9154265, 2027.0, 2022, 6, 24, 15, 19, 49, 1076, 1248, 340, 30, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 28, 34, 34, 0, 0, 34, 0, 30, 33, 0, 0, 0, 28, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 153.30, 6, drogue, -19.12, 80463.00, 1902.43, 572.63, -24.95, 32.2, 1.37, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485773,-106.9153994, 1999.0, 2022, 6, 24, 15, 19, 50, 1074, 1233, 340, 29, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 35, 0, 0, 0, 0, 33, 36, 30, 37, 0, 0, 39, 0, 37, 19, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 153.30, 6, drogue, -19.12, 80463.00, 1902.43, 572.63, -24.95, 32.2, 1.37, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485773,-106.9153994, 1999.0, 2022, 6, 24, 15, 19, 50, 1074, 1233, 340, 29, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 35, 0, 0, 0, 0, 33, 36, 30, 37, 0, 0, 39, 0, 37, 19, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 153.30, 6, drogue, -19.12, 80463.00, 1902.43, 572.63, -24.95, 32.2, 1.37, 3.98, 3.99, 0.08, 0.00, 0.00, 64.03, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485773,-106.9153994, 1999.0, 2022, 6, 24, 15, 19, 50, 1074, 1233, 340, 29, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 35, 0, 0, 0, 0, 33, 36, 30, 37, 0, 0, 39, 0, 37, 19, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 153.31, 6, drogue, -18.14, 80502.00, 1898.52, 568.72, -25.00, 32.2, 1.37, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485773,-106.9153994, 1999.0, 2022, 6, 24, 15, 19, 50, 1074, 1233, 340, 29, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 35, 0, 0, 0, 0, 33, 36, 30, 37, 0, 0, 39, 0, 37, 19, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 153.41, 6, drogue, -20.10, 80525.00, 1896.21, 566.41, -25.03, 32.2, 1.37, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485773,-106.9153994, 1999.0, 2022, 6, 24, 15, 19, 50, 1074, 1233, 340, 29, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 35, 0, 0, 0, 0, 33, 36, 30, 37, 0, 0, 39, 0, 37, 19, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 153.51, 6, drogue, -19.61, 80561.00, 1892.60, 562.80, -25.07, 32.2, 1.37, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485773,-106.9153994, 1999.0, 2022, 6, 24, 15, 19, 50, 1074, 1233, 340, 29, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 35, 0, 0, 0, 0, 33, 36, 30, 37, 0, 0, 39, 0, 37, 19, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 153.61, 6, drogue, -21.08, 80596.00, 1889.09, 559.29, -25.13, 32.2, 1.37, 3.98, 3.99, 0.00, 0.00, 0.00, 64.09, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485773,-106.9153994, 1999.0, 2022, 6, 24, 15, 19, 50, 1074, 1233, 340, 29, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 35, 0, 0, 0, 0, 33, 36, 30, 37, 0, 0, 39, 0, 37, 19, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 153.62, 6, drogue, -21.08, 80596.00, 1889.09, 559.29, -25.13, 32.2, 1.36, 3.99, 3.99, 0.00, 0.00, 0.00, 64.09, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485773,-106.9153994, 1999.0, 2022, 6, 24, 15, 19, 50, 1074, 1233, 340, 29, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 35, 0, 0, 0, 0, 33, 36, 30, 37, 0, 0, 39, 0, 37, 19, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 153.71, 6, drogue, -15.20, 80614.00, 1887.29, 557.49, -25.21, 32.2, 1.36, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485773,-106.9153994, 1999.0, 2022, 6, 24, 15, 19, 50, 1074, 1233, 340, 29, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 35, 0, 0, 0, 0, 33, 36, 30, 37, 0, 0, 39, 0, 37, 19, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 153.81, 6, drogue, -20.10, 80641.00, 1884.59, 554.79, -25.32, 32.2, 1.36, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485773,-106.9153994, 1999.0, 2022, 6, 24, 15, 19, 50, 1074, 1233, 340, 29, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 35, 0, 0, 0, 0, 33, 36, 30, 37, 0, 0, 39, 0, 37, 19, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 153.91, 6, drogue, -19.61, 80652.00, 1883.49, 553.68, -25.43, 32.2, 1.36, 3.99, 3.99, 0.08, 0.00, 0.00, 64.21, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485773,-106.9153994, 1999.0, 2022, 6, 24, 15, 19, 50, 1074, 1233, 340, 29, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 35, 0, 0, 0, 0, 33, 36, 30, 37, 0, 0, 39, 0, 37, 19, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 153.94, 6, drogue, -19.61, 80652.00, 1883.49, 553.68, -25.43, 32.2, 1.36, 3.98, 3.99, 0.08, 0.00, 0.00, 64.21, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485773,-106.9153994, 1999.0, 2022, 6, 24, 15, 19, 50, 1074, 1233, 340, 29, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 35, 0, 0, 0, 0, 33, 36, 30, 37, 0, 0, 39, 0, 37, 19, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 154.01, 6, drogue, -18.63, 80668.00, 1881.88, 552.08, -25.53, 32.2, 1.36, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485773,-106.9153994, 1999.0, 2022, 6, 24, 15, 19, 50, 1074, 1233, 340, 29, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 35, 0, 0, 0, 0, 33, 36, 30, 37, 0, 0, 39, 0, 37, 19, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 154.11, 6, drogue, -20.10, 80681.00, 1880.58, 550.78, -25.60, 32.2, 1.36, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485773,-106.9153994, 1999.0, 2022, 6, 24, 15, 19, 50, 1074, 1233, 340, 29, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 35, 0, 0, 0, 0, 33, 36, 30, 37, 0, 0, 39, 0, 37, 19, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 154.21, 6, drogue, -17.65, 80712.00, 1877.48, 547.68, -25.64, 32.2, 1.36, 3.98, 3.99, 0.03, 0.00, 0.00, 64.09, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485773,-106.9153994, 1999.0, 2022, 6, 24, 15, 19, 50, 1074, 1233, 340, 29, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 35, 0, 0, 0, 0, 33, 36, 30, 37, 0, 0, 39, 0, 37, 19, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 154.26, 6, drogue, -17.65, 80712.00, 1877.48, 547.68, -25.64, 32.2, 1.36, 3.99, 3.98, 0.03, 0.00, 0.00, 64.09, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485773,-106.9153994, 1999.0, 2022, 6, 24, 15, 19, 50, 1074, 1233, 340, 29, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 35, 0, 0, 0, 0, 33, 36, 30, 37, 0, 0, 39, 0, 37, 19, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 154.30, 6, drogue, -17.65, 80712.00, 1877.48, 547.68, -25.64, 32.2, 1.36, 3.99, 3.98, 0.03, 0.00, 0.00, 64.09, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485773,-106.9153994, 1999.0, 2022, 6, 24, 15, 19, 50, 1074, 1233, 340, 29, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 35, 0, 0, 0, 0, 33, 36, 30, 37, 0, 0, 39, 0, 37, 19, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 154.30, 6, drogue, -17.65, 80712.00, 1877.48, 547.68, -25.64, 32.2, 1.36, 3.99, 3.98, 0.03, 0.00, 0.00, 64.09, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485773,-106.9153994, 1999.0, 2022, 6, 24, 15, 19, 50, 1074, 1233, 340, 29, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 35, 0, 0, 0, 0, 33, 36, 30, 37, 0, 0, 39, 0, 37, 19, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 154.31, 6, drogue, -23.05, 80736.00, 1875.08, 545.28, -25.61, 32.2, 1.36, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485486,-106.9153484, 1973.0, 2022, 6, 24, 15, 19, 51, 1069, 1216, 340, 28, 1.6, 0.8, 1.4, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 23, 34, 24, 0, 0, 37, 0, 36, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 154.41, 6, drogue, -19.61, 80767.00, 1871.98, 542.18, -25.54, 32.2, 1.36, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485486,-106.9153484, 1973.0, 2022, 6, 24, 15, 19, 51, 1069, 1216, 340, 28, 1.6, 0.8, 1.4, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 23, 34, 24, 0, 0, 37, 0, 36, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 154.51, 6, drogue, -20.59, 80781.00, 1870.58, 540.78, -25.45, 32.2, 1.36, 3.99, 3.98, 0.00, 0.00, 0.00, 64.21, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485486,-106.9153484, 1973.0, 2022, 6, 24, 15, 19, 51, 1069, 1216, 340, 28, 1.6, 0.8, 1.4, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 23, 34, 24, 0, 0, 37, 0, 36, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 154.58, 6, drogue, -20.59, 80781.00, 1870.58, 540.78, -25.45, 32.2, 1.35, 3.97, 3.97, 0.00, 0.00, 0.00, 64.21, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485486,-106.9153484, 1973.0, 2022, 6, 24, 15, 19, 51, 1069, 1216, 340, 28, 1.6, 0.8, 1.4, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 23, 34, 24, 0, 0, 37, 0, 36, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 154.61, 6, drogue, -19.12, 80833.00, 1865.38, 535.58, -25.41, 32.2, 1.35, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485486,-106.9153484, 1973.0, 2022, 6, 24, 15, 19, 51, 1069, 1216, 340, 28, 1.6, 0.8, 1.4, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 23, 34, 24, 0, 0, 37, 0, 36, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 154.71, 6, drogue, -19.12, 80878.00, 1860.88, 531.08, -25.38, 32.2, 1.35, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485486,-106.9153484, 1973.0, 2022, 6, 24, 15, 19, 51, 1069, 1216, 340, 28, 1.6, 0.8, 1.4, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 23, 34, 24, 0, 0, 37, 0, 36, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 154.81, 6, drogue, -20.10, 80931.00, 1855.59, 525.79, -25.33, 32.2, 1.35, 3.97, 3.97, 0.00, 0.00, 0.00, 63.91, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485486,-106.9153484, 1973.0, 2022, 6, 24, 15, 19, 51, 1069, 1216, 340, 28, 1.6, 0.8, 1.4, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 23, 34, 24, 0, 0, 37, 0, 36, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 154.90, 6, drogue, -20.10, 80931.00, 1855.59, 525.79, -25.33, 32.2, 1.35, 3.98, 3.99, 0.00, 0.00, 0.00, 63.91, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485486,-106.9153484, 1973.0, 2022, 6, 24, 15, 19, 51, 1069, 1216, 340, 28, 1.6, 0.8, 1.4, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 23, 34, 24, 0, 0, 37, 0, 36, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 154.91, 6, drogue, -20.59, 80894.00, 1859.28, 529.48, -25.26, 32.2, 1.35, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485486,-106.9153484, 1973.0, 2022, 6, 24, 15, 19, 51, 1069, 1216, 340, 28, 1.6, 0.8, 1.4, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 23, 34, 24, 0, 0, 37, 0, 36, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 155.01, 6, drogue, -20.59, 80954.00, 1853.29, 523.49, -25.18, 32.2, 1.35, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485486,-106.9153484, 1973.0, 2022, 6, 24, 15, 19, 51, 1069, 1216, 340, 28, 1.6, 0.8, 1.4, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 23, 34, 24, 0, 0, 37, 0, 36, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 155.11, 6, drogue, -21.57, 80936.00, 1855.09, 525.29, -25.06, 32.2, 1.35, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485486,-106.9153484, 1973.0, 2022, 6, 24, 15, 19, 51, 1069, 1216, 340, 28, 1.6, 0.8, 1.4, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 23, 34, 24, 0, 0, 37, 0, 36, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 155.21, 6, drogue, -18.63, 80976.00, 1851.09, 521.29, -24.91, 32.2, 1.35, 3.98, 3.99, 0.02, 0.00, 0.00, 64.15, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9485486,-106.9153484, 1973.0, 2022, 6, 24, 15, 19, 51, 1069, 1216, 340, 28, 1.6, 0.8, 1.4, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 23, 34, 24, 0, 0, 37, 0, 36, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 155.22, 6, drogue, -18.63, 80976.00, 1851.09, 521.29, -24.91, 32.2, 1.35, 3.97, 3.98, 0.02, 0.00, 0.00, 64.15, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.01, 1, 1, 10, 32.9485486,-106.9153484, 1973.0, 2022, 6, 24, 15, 19, 51, 1069, 1216, 340, 28, 1.6, 0.8, 1.4, 0, 37, 28, 0, 0, 38, 0, 0, 0, 0, 37, 23, 34, 24, 0, 0, 37, 0, 36, 32, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 155.31, 6, drogue, -18.14, 80995.00, 1849.20, 519.40, -24.74, 32.2, 1.35, 3.97, 3.98, 0.00, 0.00, 0.01, 63.97, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.01, 1, 1, 10, 32.9485104,-106.9152846, 1947.0, 2022, 6, 24, 15, 19, 52, 1063, 1199, 340, 27, 1.6, 0.8, 1.4, 0, 25, 29, 0, 0, 36, 0, 0, 0, 0, 30, 34, 24, 38, 0, 0, 38, 0, 36, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 155.31, 6, drogue, -18.14, 80995.00, 1849.20, 519.40, -24.74, 32.2, 1.35, 3.97, 3.98, 0.00, 0.00, 0.01, 63.97, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.01, 1, 1, 10, 32.9485104,-106.9152846, 1947.0, 2022, 6, 24, 15, 19, 52, 1063, 1199, 340, 27, 1.6, 0.8, 1.4, 0, 25, 29, 0, 0, 36, 0, 0, 0, 0, 30, 34, 24, 38, 0, 0, 38, 0, 36, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 155.31, 6, drogue, -18.14, 80995.00, 1849.20, 519.40, -24.74, 32.2, 1.35, 3.97, 3.98, 0.00, 0.00, 0.01, 63.97, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.01, 1, 1, 10, 32.9485104,-106.9152846, 1947.0, 2022, 6, 24, 15, 19, 52, 1063, 1199, 340, 27, 1.6, 0.8, 1.4, 0, 25, 29, 0, 0, 36, 0, 0, 0, 0, 30, 34, 24, 38, 0, 0, 38, 0, 36, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 155.41, 6, drogue, -20.10, 81019.00, 1846.80, 517.00, -24.53, 32.1, 1.35, 3.97, 3.98, 0.00, 0.00, 0.01, 63.97, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.01, 1, 1, 10, 32.9485104,-106.9152846, 1947.0, 2022, 6, 24, 15, 19, 52, 1063, 1199, 340, 27, 1.6, 0.8, 1.4, 0, 25, 29, 0, 0, 36, 0, 0, 0, 0, 30, 34, 24, 38, 0, 0, 38, 0, 36, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 155.51, 6, drogue, -18.63, 81068.00, 1841.92, 512.11, -24.30, 32.1, 1.35, 3.97, 3.98, 0.00, 0.00, 0.01, 63.97, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.01, 1, 1, 10, 32.9485104,-106.9152846, 1947.0, 2022, 6, 24, 15, 19, 52, 1063, 1199, 340, 27, 1.6, 0.8, 1.4, 0, 25, 29, 0, 0, 36, 0, 0, 0, 0, 30, 34, 24, 38, 0, 0, 38, 0, 36, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 155.54, 6, drogue, -18.63, 81068.00, 1841.92, 512.11, -24.30, 32.1, 1.35, 3.98, 3.98, 0.00, 0.00, 0.01, 63.97, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9485104,-106.9152846, 1947.0, 2022, 6, 24, 15, 19, 52, 1063, 1199, 340, 27, 1.6, 0.8, 1.4, 0, 25, 29, 0, 0, 36, 0, 0, 0, 0, 30, 34, 24, 38, 0, 0, 38, 0, 36, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 155.61, 6, drogue, -14.22, 81080.00, 1840.72, 510.92, -24.09, 32.1, 1.35, 3.98, 3.98, 0.09, 0.00, 0.00, 64.09, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9485104,-106.9152846, 1947.0, 2022, 6, 24, 15, 19, 52, 1063, 1199, 340, 27, 1.6, 0.8, 1.4, 0, 25, 29, 0, 0, 36, 0, 0, 0, 0, 30, 34, 24, 38, 0, 0, 38, 0, 36, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 155.71, 6, drogue, -18.63, 81130.00, 1835.73, 505.93, -23.92, 32.1, 1.35, 3.98, 3.98, 0.09, 0.00, 0.00, 64.09, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9485104,-106.9152846, 1947.0, 2022, 6, 24, 15, 19, 52, 1063, 1199, 340, 27, 1.6, 0.8, 1.4, 0, 25, 29, 0, 0, 36, 0, 0, 0, 0, 30, 34, 24, 38, 0, 0, 38, 0, 36, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 155.81, 6, drogue, -12.26, 81162.00, 1832.55, 502.75, -23.77, 32.1, 1.35, 3.98, 3.98, 0.09, 0.00, 0.00, 64.09, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9485104,-106.9152846, 1947.0, 2022, 6, 24, 15, 19, 52, 1063, 1199, 340, 27, 1.6, 0.8, 1.4, 0, 25, 29, 0, 0, 36, 0, 0, 0, 0, 30, 34, 24, 38, 0, 0, 38, 0, 36, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 155.86, 6, drogue, -12.26, 81162.00, 1832.55, 502.75, -23.77, 32.1, 1.35, 3.99, 3.99, 0.09, 0.00, 0.00, 64.09, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485104,-106.9152846, 1947.0, 2022, 6, 24, 15, 19, 52, 1063, 1199, 340, 27, 1.6, 0.8, 1.4, 0, 25, 29, 0, 0, 36, 0, 0, 0, 0, 30, 34, 24, 38, 0, 0, 38, 0, 36, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 155.91, 6, drogue, -8.83, 81190.00, 1829.76, 499.96, -24.80, 32.1, 1.35, 3.99, 3.99, 0.08, 0.00, 0.00, 64.27, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485104,-106.9152846, 1947.0, 2022, 6, 24, 15, 19, 52, 1063, 1199, 340, 27, 1.6, 0.8, 1.4, 0, 25, 29, 0, 0, 36, 0, 0, 0, 0, 30, 34, 24, 38, 0, 0, 38, 0, 36, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 156.01, 6, drogue, -10.30, 81188.00, 1829.96, 500.16, -25.19, 32.1, 1.35, 3.99, 3.99, 0.08, 0.00, 0.00, 64.27, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485104,-106.9152846, 1947.0, 2022, 6, 24, 15, 19, 52, 1063, 1199, 340, 27, 1.6, 0.8, 1.4, 0, 25, 29, 0, 0, 36, 0, 0, 0, 0, 30, 34, 24, 38, 0, 0, 38, 0, 36, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 156.11, 6, drogue, -13.73, 81202.00, 1828.56, 498.76, -25.69, 32.1, 1.35, 3.99, 3.99, 0.08, 0.00, 0.00, 64.27, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485104,-106.9152846, 1947.0, 2022, 6, 24, 15, 19, 52, 1063, 1199, 340, 27, 1.6, 0.8, 1.4, 0, 25, 29, 0, 0, 36, 0, 0, 0, 0, 30, 34, 24, 38, 0, 0, 38, 0, 36, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 156.18, 6, drogue, -13.73, 81202.00, 1828.56, 498.76, -25.69, 32.1, 1.36, 3.98, 3.99, 0.08, 0.00, 0.00, 64.27, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485104,-106.9152846, 1947.0, 2022, 6, 24, 15, 19, 52, 1063, 1199, 340, 27, 1.6, 0.8, 1.4, 0, 25, 29, 0, 0, 36, 0, 0, 0, 0, 30, 34, 24, 38, 0, 0, 38, 0, 36, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 156.21, 6, drogue, -13.73, 81225.00, 1826.27, 496.47, -26.28, 32.1, 1.36, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485104,-106.9152846, 1947.0, 2022, 6, 24, 15, 19, 52, 1063, 1199, 340, 27, 1.6, 0.8, 1.4, 0, 25, 29, 0, 0, 36, 0, 0, 0, 0, 30, 34, 24, 38, 0, 0, 38, 0, 36, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 156.30, 6, drogue, -13.73, 81225.00, 1826.27, 496.47, -26.28, 32.1, 1.36, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485104,-106.9152846, 1947.0, 2022, 6, 24, 15, 19, 52, 1063, 1199, 340, 27, 1.6, 0.8, 1.4, 0, 25, 29, 0, 0, 36, 0, 0, 0, 0, 30, 34, 24, 38, 0, 0, 38, 0, 36, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 156.30, 6, drogue, -13.73, 81225.00, 1826.27, 496.47, -26.28, 32.1, 1.36, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485104,-106.9152846, 1947.0, 2022, 6, 24, 15, 19, 52, 1063, 1199, 340, 27, 1.6, 0.8, 1.4, 0, 25, 29, 0, 0, 36, 0, 0, 0, 0, 30, 34, 24, 38, 0, 0, 38, 0, 36, 32, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 156.31, 6, drogue, -12.26, 81210.00, 1827.77, 497.96, -26.97, 32.1, 1.36, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9484604,-106.9152221, 1921.0, 2022, 6, 24, 15, 19, 53, 1056, 1180, 340, 27, 1.7, 0.9, 1.4, 0, 39, 29, 0, 0, 29, 0, 0, 0, 0, 38, 31, 37, 34, 0, 0, 29, 0, 32, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 156.41, 6, drogue, -15.20, 81257.00, 1823.09, 493.29, -27.73, 32.2, 1.36, 3.98, 3.99, 0.00, 0.00, 0.00, 64.15, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9484604,-106.9152221, 1921.0, 2022, 6, 24, 15, 19, 53, 1056, 1180, 340, 27, 1.7, 0.9, 1.4, 0, 39, 29, 0, 0, 29, 0, 0, 0, 0, 38, 31, 37, 34, 0, 0, 29, 0, 32, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 156.50, 6, drogue, -15.20, 81257.00, 1823.09, 493.29, -27.73, 32.2, 1.35, 3.99, 3.99, 0.00, 0.00, 0.00, 64.15, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.01, 0.02, 0.00, 1, 1, 9, 32.9484604,-106.9152221, 1921.0, 2022, 6, 24, 15, 19, 53, 1056, 1180, 340, 27, 1.7, 0.9, 1.4, 0, 39, 29, 0, 0, 29, 0, 0, 0, 0, 38, 31, 37, 34, 0, 0, 29, 0, 32, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 156.51, 6, drogue, -14.22, 81269.00, 1821.89, 492.09, -28.50, 32.1, 1.35, 3.99, 3.99, 0.02, 0.01, 0.00, 64.21, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.01, 0.02, 0.00, 1, 1, 9, 32.9484604,-106.9152221, 1921.0, 2022, 6, 24, 15, 19, 53, 1056, 1180, 340, 27, 1.7, 0.9, 1.4, 0, 39, 29, 0, 0, 29, 0, 0, 0, 0, 38, 31, 37, 34, 0, 0, 29, 0, 32, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 156.61, 6, drogue, -17.16, 81330.00, 1815.82, 486.02, -29.27, 32.1, 1.35, 3.99, 3.99, 0.02, 0.01, 0.00, 64.21, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.01, 0.02, 0.00, 1, 1, 9, 32.9484604,-106.9152221, 1921.0, 2022, 6, 24, 15, 19, 53, 1056, 1180, 340, 27, 1.7, 0.9, 1.4, 0, 39, 29, 0, 0, 29, 0, 0, 0, 0, 38, 31, 37, 34, 0, 0, 29, 0, 32, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 156.71, 6, drogue, -21.08, 81368.00, 1812.04, 482.24, -29.99, 32.1, 1.35, 3.99, 3.99, 0.02, 0.01, 0.00, 64.21, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.01, 0.02, 0.00, 1, 1, 9, 32.9484604,-106.9152221, 1921.0, 2022, 6, 24, 15, 19, 53, 1056, 1180, 340, 27, 1.7, 0.9, 1.4, 0, 39, 29, 0, 0, 29, 0, 0, 0, 0, 38, 31, 37, 34, 0, 0, 29, 0, 32, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 156.81, 6, drogue, -17.65, 81370.00, 1811.85, 482.04, -30.62, 32.1, 1.35, 3.99, 3.99, 0.02, 0.01, 0.00, 64.21, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.01, 0.02, 0.00, 1, 1, 9, 32.9484604,-106.9152221, 1921.0, 2022, 6, 24, 15, 19, 53, 1056, 1180, 340, 27, 1.7, 0.9, 1.4, 0, 39, 29, 0, 0, 29, 0, 0, 0, 0, 38, 31, 37, 34, 0, 0, 29, 0, 32, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 156.82, 6, drogue, -17.65, 81370.00, 1811.85, 482.04, -30.62, 32.1, 1.34, 3.98, 3.98, 0.02, 0.01, 0.00, 64.21, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9484604,-106.9152221, 1921.0, 2022, 6, 24, 15, 19, 53, 1056, 1180, 340, 27, 1.7, 0.9, 1.4, 0, 39, 29, 0, 0, 29, 0, 0, 0, 0, 38, 31, 37, 34, 0, 0, 29, 0, 32, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 156.91, 6, drogue, -17.65, 81386.00, 1810.26, 480.45, -31.05, 32.1, 1.34, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9484604,-106.9152221, 1921.0, 2022, 6, 24, 15, 19, 53, 1056, 1180, 340, 27, 1.7, 0.9, 1.4, 0, 39, 29, 0, 0, 29, 0, 0, 0, 0, 38, 31, 37, 34, 0, 0, 29, 0, 32, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 157.01, 6, drogue, -16.18, 81424.00, 1806.48, 476.68, -31.37, 32.1, 1.34, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9484604,-106.9152221, 1921.0, 2022, 6, 24, 15, 19, 53, 1056, 1180, 340, 27, 1.7, 0.9, 1.4, 0, 39, 29, 0, 0, 29, 0, 0, 0, 0, 38, 31, 37, 34, 0, 0, 29, 0, 32, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 157.11, 6, drogue, -12.75, 81422.00, 1806.68, 476.88, -31.49, 32.1, 1.34, 3.98, 3.98, 0.02, 0.00, 0.00, 64.03, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9484604,-106.9152221, 1921.0, 2022, 6, 24, 15, 19, 53, 1056, 1180, 340, 27, 1.7, 0.9, 1.4, 0, 39, 29, 0, 0, 29, 0, 0, 0, 0, 38, 31, 37, 34, 0, 0, 29, 0, 32, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 157.14, 6, drogue, -12.75, 81422.00, 1806.68, 476.88, -31.49, 32.1, 1.35, 3.99, 3.99, 0.02, 0.00, 0.00, 64.03, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9484604,-106.9152221, 1921.0, 2022, 6, 24, 15, 19, 53, 1056, 1180, 340, 27, 1.7, 0.9, 1.4, 0, 39, 29, 0, 0, 29, 0, 0, 0, 0, 38, 31, 37, 34, 0, 0, 29, 0, 32, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 157.21, 6, drogue, -10.30, 81426.00, 1806.28, 476.48, -31.39, 32.1, 1.35, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9484604,-106.9152221, 1921.0, 2022, 6, 24, 15, 19, 53, 1056, 1180, 340, 27, 1.7, 0.9, 1.4, 0, 39, 29, 0, 0, 29, 0, 0, 0, 0, 38, 31, 37, 34, 0, 0, 29, 0, 32, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 157.30, 6, drogue, -10.30, 81426.00, 1806.28, 476.48, -31.39, 32.1, 1.35, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9484604,-106.9152221, 1921.0, 2022, 6, 24, 15, 19, 53, 1056, 1180, 340, 27, 1.7, 0.9, 1.4, 0, 39, 29, 0, 0, 29, 0, 0, 0, 0, 38, 31, 37, 34, 0, 0, 29, 0, 32, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 157.30, 6, drogue, -10.30, 81426.00, 1806.28, 476.48, -31.39, 32.1, 1.35, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9484604,-106.9152221, 1921.0, 2022, 6, 24, 15, 19, 53, 1056, 1180, 340, 27, 1.7, 0.9, 1.4, 0, 39, 29, 0, 0, 29, 0, 0, 0, 0, 38, 31, 37, 34, 0, 0, 29, 0, 32, 33, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 157.31, 6, drogue, -12.75, 81461.00, 1802.80, 473.00, -31.06, 32.1, 1.35, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484117,-106.9151551, 1896.0, 2022, 6, 24, 15, 19, 54, 1049, 1163, 341, 26, 1.6, 0.8, 1.4, 0, 38, 28, 0, 0, 29, 0, 0, 0, 0, 37, 30, 32, 30, 0, 0, 32, 0, 32, 36, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 157.41, 6, drogue, -13.73, 81434.00, 1805.48, 475.68, -30.49, 32.1, 1.35, 3.99, 3.99, 0.00, 0.00, 0.00, 64.21, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484117,-106.9151551, 1896.0, 2022, 6, 24, 15, 19, 54, 1049, 1163, 341, 26, 1.6, 0.8, 1.4, 0, 38, 28, 0, 0, 29, 0, 0, 0, 0, 37, 30, 32, 30, 0, 0, 32, 0, 32, 36, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 157.46, 6, drogue, -13.73, 81434.00, 1805.48, 475.68, -30.49, 32.1, 1.35, 3.98, 3.98, 0.00, 0.00, 0.00, 64.21, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9484117,-106.9151551, 1896.0, 2022, 6, 24, 15, 19, 54, 1049, 1163, 341, 26, 1.6, 0.8, 1.4, 0, 38, 28, 0, 0, 29, 0, 0, 0, 0, 37, 30, 32, 30, 0, 0, 32, 0, 32, 36, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 157.51, 6, drogue, -16.67, 81486.00, 1800.32, 470.52, -29.69, 32.1, 1.35, 3.98, 3.98, 0.02, 0.00, 0.00, 64.09, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9484117,-106.9151551, 1896.0, 2022, 6, 24, 15, 19, 54, 1049, 1163, 341, 26, 1.6, 0.8, 1.4, 0, 38, 28, 0, 0, 29, 0, 0, 0, 0, 37, 30, 32, 30, 0, 0, 32, 0, 32, 36, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 157.61, 6, drogue, -14.71, 81552.00, 1793.77, 463.97, -28.67, 32.1, 1.35, 3.98, 3.98, 0.02, 0.00, 0.00, 64.09, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9484117,-106.9151551, 1896.0, 2022, 6, 24, 15, 19, 54, 1049, 1163, 341, 26, 1.6, 0.8, 1.4, 0, 38, 28, 0, 0, 29, 0, 0, 0, 0, 37, 30, 32, 30, 0, 0, 32, 0, 32, 36, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 157.71, 6, drogue, -18.14, 81648.00, 1784.25, 454.44, -27.47, 32.1, 1.35, 3.98, 3.98, 0.02, 0.00, 0.00, 64.09, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9484117,-106.9151551, 1896.0, 2022, 6, 24, 15, 19, 54, 1049, 1163, 341, 26, 1.6, 0.8, 1.4, 0, 38, 28, 0, 0, 29, 0, 0, 0, 0, 37, 30, 32, 30, 0, 0, 32, 0, 32, 36, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 157.78, 6, drogue, -18.14, 81648.00, 1784.25, 454.44, -27.47, 32.1, 1.35, 3.98, 3.98, 0.02, 0.00, 0.00, 64.09, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9484117,-106.9151551, 1896.0, 2022, 6, 24, 15, 19, 54, 1049, 1163, 341, 26, 1.6, 0.8, 1.4, 0, 38, 28, 0, 0, 29, 0, 0, 0, 0, 37, 30, 32, 30, 0, 0, 32, 0, 32, 36, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 157.81, 6, drogue, -20.59, 81676.00, 1781.47, 451.67, -26.13, 32.1, 1.35, 3.98, 3.98, 0.08, 0.00, 0.00, 64.09, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9484117,-106.9151551, 1896.0, 2022, 6, 24, 15, 19, 54, 1049, 1163, 341, 26, 1.6, 0.8, 1.4, 0, 38, 28, 0, 0, 29, 0, 0, 0, 0, 37, 30, 32, 30, 0, 0, 32, 0, 32, 36, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 157.91, 6, drogue, -59.82, 83279.00, 1623.83, 294.03, -24.69, 32.1, 1.35, 3.98, 3.98, 0.08, 0.00, 0.00, 64.09, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9484117,-106.9151551, 1896.0, 2022, 6, 24, 15, 19, 54, 1049, 1163, 341, 26, 1.6, 0.8, 1.4, 0, 38, 28, 0, 0, 29, 0, 0, 0, 0, 37, 30, 32, 30, 0, 0, 32, 0, 32, 36, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 157.97, 7, main, -59.82, 83279.00, 1623.83, 294.03, -24.69, 32.1, 1.35, 3.98, 3.98, 0.08, 0.00, 0.00, 64.09, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9484117,-106.9151551, 1896.0, 2022, 6, 24, 15, 19, 54, 1049, 1163, 341, 26, 1.6, 0.8, 1.4, 0, 38, 28, 0, 0, 29, 0, 0, 0, 0, 37, 30, 32, 30, 0, 0, 32, 0, 32, 36, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 158.01, 7, main, -19.12, 81705.00, 1778.60, 448.79, -23.15, 32.1, 1.35, 3.98, 3.98, 0.08, 0.00, 0.00, 64.09, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9484117,-106.9151551, 1896.0, 2022, 6, 24, 15, 19, 54, 1049, 1163, 341, 26, 1.6, 0.8, 1.4, 0, 38, 28, 0, 0, 29, 0, 0, 0, 0, 37, 30, 32, 30, 0, 0, 32, 0, 32, 36, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 158.10, 7, main, -19.12, 81705.00, 1778.60, 448.79, -23.15, 32.1, 1.36, 3.87, 3.98, 0.08, 0.00, 0.00, 64.09, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484117,-106.9151551, 1896.0, 2022, 6, 24, 15, 19, 54, 1049, 1163, 341, 26, 1.6, 0.8, 1.4, 0, 38, 28, 0, 0, 29, 0, 0, 0, 0, 37, 30, 32, 30, 0, 0, 32, 0, 32, 36, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 158.11, 7, main, -11.77, 81708.00, 1778.30, 448.50, -21.58, 32.1, 1.36, 3.87, 3.98, 0.00, 0.00, 0.00, 62.38, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484117,-106.9151551, 1896.0, 2022, 6, 24, 15, 19, 54, 1049, 1163, 341, 26, 1.6, 0.8, 1.4, 0, 38, 28, 0, 0, 29, 0, 0, 0, 0, 37, 30, 32, 30, 0, 0, 32, 0, 32, 36, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 158.21, 7, main, -12.26, 81729.00, 1776.22, 446.42, -20.03, 32.1, 1.36, 3.87, 3.98, 0.00, 0.00, 0.00, 62.38, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484117,-106.9151551, 1896.0, 2022, 6, 24, 15, 19, 54, 1049, 1163, 341, 26, 1.6, 0.8, 1.4, 0, 38, 28, 0, 0, 29, 0, 0, 0, 0, 37, 30, 32, 30, 0, 0, 32, 0, 32, 36, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 158.30, 7, main, -12.26, 81729.00, 1776.22, 446.42, -20.03, 32.1, 1.36, 3.87, 3.98, 0.00, 0.00, 0.00, 62.38, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484117,-106.9151551, 1896.0, 2022, 6, 24, 15, 19, 54, 1049, 1163, 341, 26, 1.6, 0.8, 1.4, 0, 38, 28, 0, 0, 29, 0, 0, 0, 0, 37, 30, 32, 30, 0, 0, 32, 0, 32, 36, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 158.30, 7, main, -12.26, 81729.00, 1776.22, 446.42, -20.03, 32.1, 1.36, 3.87, 3.98, 0.00, 0.00, 0.00, 62.38, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484117,-106.9151551, 1896.0, 2022, 6, 24, 15, 19, 54, 1049, 1163, 341, 26, 1.6, 0.8, 1.4, 0, 38, 28, 0, 0, 29, 0, 0, 0, 0, 37, 30, 32, 30, 0, 0, 32, 0, 32, 36, 0, 0, 0, 36, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 158.31, 7, main, -19.12, 81777.00, 1771.46, 441.66, -18.52, 32.1, 1.36, 3.87, 3.98, 0.00, 0.00, 0.00, 62.38, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9483725,-106.9151056, 1868.0, 2022, 6, 24, 15, 19, 55, 1043, 1146, 341, 24, 1.7, 0.8, 1.4, 0, 29, 27, 0, 0, 39, 0, 0, 0, 0, 31, 31, 32, 34, 0, 0, 37, 0, 33, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 158.41, 7, main, -23.54, 81806.00, 1768.59, 438.79, -17.15, 32.1, 1.36, 3.87, 3.98, 0.00, 0.00, 0.00, 62.38, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9483725,-106.9151056, 1868.0, 2022, 6, 24, 15, 19, 55, 1043, 1146, 341, 24, 1.7, 0.8, 1.4, 0, 29, 27, 0, 0, 39, 0, 0, 0, 0, 31, 31, 32, 34, 0, 0, 37, 0, 33, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 158.42, 7, main, -23.54, 81806.00, 1768.59, 438.79, -17.15, 32.1, 1.36, 3.87, 3.99, 0.00, 0.00, 0.00, 62.38, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9483725,-106.9151056, 1868.0, 2022, 6, 24, 15, 19, 55, 1043, 1146, 341, 24, 1.7, 0.8, 1.4, 0, 29, 27, 0, 0, 39, 0, 0, 0, 0, 31, 31, 32, 34, 0, 0, 37, 0, 33, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 158.51, 7, main, -20.59, 81813.00, 1767.90, 438.10, -15.89, 32.1, 1.36, 3.87, 3.99, 0.00, 0.00, 0.00, 62.32, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9483725,-106.9151056, 1868.0, 2022, 6, 24, 15, 19, 55, 1043, 1146, 341, 24, 1.7, 0.8, 1.4, 0, 29, 27, 0, 0, 39, 0, 0, 0, 0, 31, 31, 32, 34, 0, 0, 37, 0, 33, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 158.61, 7, main, 2.45, 81845.00, 1764.73, 434.93, -14.81, 32.1, 1.36, 3.87, 3.99, 0.00, 0.00, 0.00, 62.32, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9483725,-106.9151056, 1868.0, 2022, 6, 24, 15, 19, 55, 1043, 1146, 341, 24, 1.7, 0.8, 1.4, 0, 29, 27, 0, 0, 39, 0, 0, 0, 0, 31, 31, 32, 34, 0, 0, 37, 0, 33, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 158.71, 7, main, -10.79, 81865.00, 1762.75, 432.95, -13.90, 32.1, 1.36, 3.87, 3.99, 0.00, 0.00, 0.00, 62.32, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9483725,-106.9151056, 1868.0, 2022, 6, 24, 15, 19, 55, 1043, 1146, 341, 24, 1.7, 0.8, 1.4, 0, 29, 27, 0, 0, 39, 0, 0, 0, 0, 31, 31, 32, 34, 0, 0, 37, 0, 33, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 158.74, 7, main, -10.79, 81865.00, 1762.75, 432.95, -13.90, 32.1, 1.36, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.03, 1, 1, 9, 32.9483725,-106.9151056, 1868.0, 2022, 6, 24, 15, 19, 55, 1043, 1146, 341, 24, 1.7, 0.8, 1.4, 0, 29, 27, 0, 0, 39, 0, 0, 0, 0, 31, 31, 32, 34, 0, 0, 37, 0, 33, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 158.81, 7, main, -0.00, 81861.00, 1763.15, 433.35, -13.15, 32.1, 1.36, 3.87, 3.98, 0.00, 0.00, 0.04, 62.32, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.03, 1, 1, 9, 32.9483725,-106.9151056, 1868.0, 2022, 6, 24, 15, 19, 55, 1043, 1146, 341, 24, 1.7, 0.8, 1.4, 0, 29, 27, 0, 0, 39, 0, 0, 0, 0, 31, 31, 32, 34, 0, 0, 37, 0, 33, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 158.91, 7, main, 30.40, 81873.00, 1761.96, 432.16, -12.55, 32.1, 1.36, 3.87, 3.98, 0.00, 0.00, 0.04, 62.32, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.03, 1, 1, 9, 32.9483725,-106.9151056, 1868.0, 2022, 6, 24, 15, 19, 55, 1043, 1146, 341, 24, 1.7, 0.8, 1.4, 0, 29, 27, 0, 0, 39, 0, 0, 0, 0, 31, 31, 32, 34, 0, 0, 37, 0, 33, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 159.01, 7, main, 198.58, 81931.00, 1756.23, 426.43, -12.11, 32.1, 1.36, 3.87, 3.98, 0.00, 0.00, 0.04, 62.32, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.03, 1, 1, 9, 32.9483725,-106.9151056, 1868.0, 2022, 6, 24, 15, 19, 55, 1043, 1146, 341, 24, 1.7, 0.8, 1.4, 0, 29, 27, 0, 0, 39, 0, 0, 0, 0, 31, 31, 32, 34, 0, 0, 37, 0, 33, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 159.06, 7, main, 198.58, 81931.00, 1756.23, 426.43, -12.11, 32.1, 1.36, 3.87, 3.99, 0.00, 0.00, 0.04, 62.32, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9483725,-106.9151056, 1868.0, 2022, 6, 24, 15, 19, 55, 1043, 1146, 341, 24, 1.7, 0.8, 1.4, 0, 29, 27, 0, 0, 39, 0, 0, 0, 0, 31, 31, 32, 34, 0, 0, 37, 0, 33, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 159.11, 7, main, 70.61, 81986.00, 1750.79, 420.99, -11.79, 32.1, 1.36, 3.87, 3.99, 0.00, 0.00, 0.00, 62.26, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9483725,-106.9151056, 1868.0, 2022, 6, 24, 15, 19, 55, 1043, 1146, 341, 24, 1.7, 0.8, 1.4, 0, 29, 27, 0, 0, 39, 0, 0, 0, 0, 31, 31, 32, 34, 0, 0, 37, 0, 33, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 159.21, 7, main, 1.47, 81959.00, 1753.46, 423.66, -11.58, 32.1, 1.36, 3.87, 3.99, 0.00, 0.00, 0.00, 62.26, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9483725,-106.9151056, 1868.0, 2022, 6, 24, 15, 19, 55, 1043, 1146, 341, 24, 1.7, 0.8, 1.4, 0, 29, 27, 0, 0, 39, 0, 0, 0, 0, 31, 31, 32, 34, 0, 0, 37, 0, 33, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 159.30, 7, main, 1.47, 81959.00, 1753.46, 423.66, -11.58, 32.1, 1.36, 3.87, 3.99, 0.00, 0.00, 0.00, 62.26, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9483725,-106.9151056, 1868.0, 2022, 6, 24, 15, 19, 55, 1043, 1146, 341, 24, 1.7, 0.8, 1.4, 0, 29, 27, 0, 0, 39, 0, 0, 0, 0, 31, 31, 32, 34, 0, 0, 37, 0, 33, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 159.30, 7, main, 1.47, 81959.00, 1753.46, 423.66, -11.58, 32.1, 1.36, 3.87, 3.99, 0.00, 0.00, 0.00, 62.26, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9483725,-106.9151056, 1868.0, 2022, 6, 24, 15, 19, 55, 1043, 1146, 341, 24, 1.7, 0.8, 1.4, 0, 29, 27, 0, 0, 39, 0, 0, 0, 0, 31, 31, 32, 34, 0, 0, 37, 0, 33, 36, 0, 0, 0, 32, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 159.31, 7, main, 4.41, 81965.00, 1752.87, 423.06, -11.48, 32.1, 1.36, 3.87, 3.99, 0.00, 0.00, 0.00, 62.26, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483388,-106.9150396, 1846.0, 2022, 6, 24, 15, 19, 56, 1038, 1132, 341, 24, 1.6, 0.8, 1.4, 0, 30, 27, 0, 0, 36, 0, 0, 0, 0, 31, 35, 26, 36, 0, 0, 34, 0, 37, 28, 0, 0, 0, 37, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 159.38, 7, main, 4.41, 81965.00, 1752.87, 423.06, -11.48, 32.1, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 62.26, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483388,-106.9150396, 1846.0, 2022, 6, 24, 15, 19, 56, 1038, 1132, 341, 24, 1.6, 0.8, 1.4, 0, 30, 27, 0, 0, 36, 0, 0, 0, 0, 31, 35, 26, 36, 0, 0, 34, 0, 37, 28, 0, 0, 0, 37, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 159.41, 7, main, -17.65, 81974.00, 1751.98, 422.17, -11.41, 32.1, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483388,-106.9150396, 1846.0, 2022, 6, 24, 15, 19, 56, 1038, 1132, 341, 24, 1.6, 0.8, 1.4, 0, 30, 27, 0, 0, 36, 0, 0, 0, 0, 31, 35, 26, 36, 0, 0, 34, 0, 37, 28, 0, 0, 0, 37, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 159.51, 7, main, -16.18, 81962.00, 1753.16, 423.36, -11.42, 32.1, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483388,-106.9150396, 1846.0, 2022, 6, 24, 15, 19, 56, 1038, 1132, 341, 24, 1.6, 0.8, 1.4, 0, 30, 27, 0, 0, 36, 0, 0, 0, 0, 31, 35, 26, 36, 0, 0, 34, 0, 37, 28, 0, 0, 0, 37, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 159.61, 7, main, -50.99, 81992.00, 1750.20, 420.40, -11.45, 32.1, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483388,-106.9150396, 1846.0, 2022, 6, 24, 15, 19, 56, 1038, 1132, 341, 24, 1.6, 0.8, 1.4, 0, 30, 27, 0, 0, 36, 0, 0, 0, 0, 31, 35, 26, 36, 0, 0, 34, 0, 37, 28, 0, 0, 0, 37, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 159.70, 7, main, -50.99, 81992.00, 1750.20, 420.40, -11.45, 32.1, 1.39, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483388,-106.9150396, 1846.0, 2022, 6, 24, 15, 19, 56, 1038, 1132, 341, 24, 1.6, 0.8, 1.4, 0, 30, 27, 0, 0, 36, 0, 0, 0, 0, 31, 35, 26, 36, 0, 0, 34, 0, 37, 28, 0, 0, 0, 37, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 159.71, 7, main, 20.59, 82006.00, 1748.81, 419.01, -11.50, 32.1, 1.39, 3.85, 3.97, 0.00, 0.00, 0.00, 62.01, 22.34, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483388,-106.9150396, 1846.0, 2022, 6, 24, 15, 19, 56, 1038, 1132, 341, 24, 1.6, 0.8, 1.4, 0, 30, 27, 0, 0, 36, 0, 0, 0, 0, 31, 35, 26, 36, 0, 0, 34, 0, 37, 28, 0, 0, 0, 37, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 159.81, 7, main, 59.82, 82049.00, 1744.57, 414.77, -11.50, 32.1, 1.39, 3.85, 3.97, 0.00, 0.00, 0.00, 62.01, 22.34, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483388,-106.9150396, 1846.0, 2022, 6, 24, 15, 19, 56, 1038, 1132, 341, 24, 1.6, 0.8, 1.4, 0, 30, 27, 0, 0, 36, 0, 0, 0, 0, 31, 35, 26, 36, 0, 0, 34, 0, 37, 28, 0, 0, 0, 37, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 159.91, 7, main, 19.12, 82077.00, 1741.80, 412.00, -12.18, 32.1, 1.39, 3.85, 3.97, 0.00, 0.00, 0.00, 62.01, 22.34, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483388,-106.9150396, 1846.0, 2022, 6, 24, 15, 19, 56, 1038, 1132, 341, 24, 1.6, 0.8, 1.4, 0, 30, 27, 0, 0, 36, 0, 0, 0, 0, 31, 35, 26, 36, 0, 0, 34, 0, 37, 28, 0, 0, 0, 37, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 160.01, 7, main, 3.92, 82054.00, 1744.07, 414.27, -11.73, 32.1, 1.39, 3.85, 3.97, 0.00, 0.00, 0.00, 62.01, 22.34, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483388,-106.9150396, 1846.0, 2022, 6, 24, 15, 19, 56, 1038, 1132, 341, 24, 1.6, 0.8, 1.4, 0, 30, 27, 0, 0, 36, 0, 0, 0, 0, 31, 35, 26, 36, 0, 0, 34, 0, 37, 28, 0, 0, 0, 37, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 160.02, 7, main, 3.92, 82054.00, 1744.07, 414.27, -11.73, 32.1, 1.36, 3.87, 3.99, 0.00, 0.00, 0.00, 62.01, 22.34, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483388,-106.9150396, 1846.0, 2022, 6, 24, 15, 19, 56, 1038, 1132, 341, 24, 1.6, 0.8, 1.4, 0, 30, 27, 0, 0, 36, 0, 0, 0, 0, 31, 35, 26, 36, 0, 0, 34, 0, 37, 28, 0, 0, 0, 37, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 160.11, 7, main, 11.77, 82063.00, 1743.18, 413.38, -11.29, 32.1, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.26, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483388,-106.9150396, 1846.0, 2022, 6, 24, 15, 19, 56, 1038, 1132, 341, 24, 1.6, 0.8, 1.4, 0, 30, 27, 0, 0, 36, 0, 0, 0, 0, 31, 35, 26, 36, 0, 0, 34, 0, 37, 28, 0, 0, 0, 37, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 160.21, 7, main, 13.73, 82080.00, 1741.51, 411.70, -10.87, 32.1, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.26, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483388,-106.9150396, 1846.0, 2022, 6, 24, 15, 19, 56, 1038, 1132, 341, 24, 1.6, 0.8, 1.4, 0, 30, 27, 0, 0, 36, 0, 0, 0, 0, 31, 35, 26, 36, 0, 0, 34, 0, 37, 28, 0, 0, 0, 37, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 160.30, 7, main, 13.73, 82080.00, 1741.51, 411.70, -10.87, 32.1, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.26, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483388,-106.9150396, 1846.0, 2022, 6, 24, 15, 19, 56, 1038, 1132, 341, 24, 1.6, 0.8, 1.4, 0, 30, 27, 0, 0, 36, 0, 0, 0, 0, 31, 35, 26, 36, 0, 0, 34, 0, 37, 28, 0, 0, 0, 37, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 160.30, 7, main, 13.73, 82080.00, 1741.51, 411.70, -10.87, 32.1, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.26, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483388,-106.9150396, 1846.0, 2022, 6, 24, 15, 19, 56, 1038, 1132, 341, 24, 1.6, 0.8, 1.4, 0, 30, 27, 0, 0, 36, 0, 0, 0, 0, 31, 35, 26, 36, 0, 0, 34, 0, 37, 28, 0, 0, 0, 37, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 160.31, 7, main, -25.99, 82073.00, 1742.20, 412.40, -10.50, 32.1, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.26, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483260,-106.9150039, 1830.0, 2022, 6, 24, 15, 19, 57, 1035, 1123, 341, 23, 1.6, 0.8, 1.4, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 28, 32, 31, 22, 0, 0, 32, 0, 30, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 160.34, 7, main, -25.99, 82073.00, 1742.20, 412.40, -10.50, 32.1, 1.36, 3.85, 3.99, 0.09, 0.00, 0.00, 62.26, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483260,-106.9150039, 1830.0, 2022, 6, 24, 15, 19, 57, 1035, 1123, 341, 23, 1.6, 0.8, 1.4, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 28, 32, 31, 22, 0, 0, 32, 0, 30, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 160.41, 7, main, -16.67, 82104.00, 1739.14, 409.34, -10.14, 32.1, 1.36, 3.85, 3.99, 0.00, 0.00, 0.00, 62.07, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483260,-106.9150039, 1830.0, 2022, 6, 24, 15, 19, 57, 1035, 1123, 341, 23, 1.6, 0.8, 1.4, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 28, 32, 31, 22, 0, 0, 32, 0, 30, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 160.51, 7, main, 24.52, 82099.00, 1739.63, 409.83, -9.80, 32.1, 1.36, 3.85, 3.99, 0.00, 0.00, 0.00, 62.07, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483260,-106.9150039, 1830.0, 2022, 6, 24, 15, 19, 57, 1035, 1123, 341, 23, 1.6, 0.8, 1.4, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 28, 32, 31, 22, 0, 0, 32, 0, 30, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 160.61, 7, main, -0.00, 82123.00, 1737.26, 407.46, -9.48, 32.1, 1.36, 3.85, 3.99, 0.00, 0.00, 0.00, 62.07, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483260,-106.9150039, 1830.0, 2022, 6, 24, 15, 19, 57, 1035, 1123, 341, 23, 1.6, 0.8, 1.4, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 28, 32, 31, 22, 0, 0, 32, 0, 30, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 160.66, 7, main, -0.00, 82123.00, 1737.26, 407.46, -9.48, 32.1, 1.36, 3.86, 3.99, 0.00, 0.00, 0.00, 62.07, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483260,-106.9150039, 1830.0, 2022, 6, 24, 15, 19, 57, 1035, 1123, 341, 23, 1.6, 0.8, 1.4, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 28, 32, 31, 22, 0, 0, 32, 0, 30, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 160.71, 7, main, -15.69, 82133.00, 1736.27, 406.47, -9.17, 32.1, 1.36, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483260,-106.9150039, 1830.0, 2022, 6, 24, 15, 19, 57, 1035, 1123, 341, 23, 1.6, 0.8, 1.4, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 28, 32, 31, 22, 0, 0, 32, 0, 30, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 160.81, 7, main, -11.28, 82145.00, 1735.09, 405.29, -8.88, 32.1, 1.36, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483260,-106.9150039, 1830.0, 2022, 6, 24, 15, 19, 57, 1035, 1123, 341, 23, 1.6, 0.8, 1.4, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 28, 32, 31, 22, 0, 0, 32, 0, 30, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 160.91, 7, main, -10.30, 82142.00, 1735.39, 405.59, -8.60, 32.1, 1.36, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483260,-106.9150039, 1830.0, 2022, 6, 24, 15, 19, 57, 1035, 1123, 341, 23, 1.6, 0.8, 1.4, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 28, 32, 31, 22, 0, 0, 32, 0, 30, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 160.98, 7, main, -10.30, 82142.00, 1735.39, 405.59, -8.60, 32.1, 1.37, 3.87, 3.99, 0.09, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483260,-106.9150039, 1830.0, 2022, 6, 24, 15, 19, 57, 1035, 1123, 341, 23, 1.6, 0.8, 1.4, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 28, 32, 31, 22, 0, 0, 32, 0, 30, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 161.01, 7, main, -0.00, 82146.00, 1734.99, 405.19, -8.38, 32.1, 1.37, 3.87, 3.99, 0.02, 0.00, 0.00, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483260,-106.9150039, 1830.0, 2022, 6, 24, 15, 19, 57, 1035, 1123, 341, 23, 1.6, 0.8, 1.4, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 28, 32, 31, 22, 0, 0, 32, 0, 30, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 161.11, 7, main, -1.47, 82158.00, 1733.81, 404.01, -8.18, 32.1, 1.37, 3.87, 3.99, 0.02, 0.00, 0.00, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483260,-106.9150039, 1830.0, 2022, 6, 24, 15, 19, 57, 1035, 1123, 341, 23, 1.6, 0.8, 1.4, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 28, 32, 31, 22, 0, 0, 32, 0, 30, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 161.21, 7, main, -5.39, 82162.00, 1733.41, 403.61, -7.97, 32.1, 1.37, 3.87, 3.99, 0.02, 0.00, 0.00, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9483260,-106.9150039, 1830.0, 2022, 6, 24, 15, 19, 57, 1035, 1123, 341, 23, 1.6, 0.8, 1.4, 0, 31, 27, 0, 0, 27, 0, 0, 0, 0, 28, 32, 31, 22, 0, 0, 32, 0, 30, 27, 0, 0, 0, 23, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 161.30, 7, main, -5.39, 82162.00, 1733.41, 403.61, -7.97, 32.1, 1.38, 3.87, 3.98, 0.02, 0.00, 0.00, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483499,-106.9150263, 1823.0, 2022, 6, 24, 15, 19, 58, 1039, 1124, 341, 22, 1.6, 0.8, 1.4, 0, 32, 31, 0, 0, 33, 0, 0, 0, 0, 32, 28, 34, 36, 0, 0, 34, 0, 35, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 161.30, 7, main, -5.39, 82162.00, 1733.41, 403.61, -7.97, 32.1, 1.38, 3.87, 3.98, 0.02, 0.00, 0.00, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483499,-106.9150263, 1823.0, 2022, 6, 24, 15, 19, 58, 1039, 1124, 341, 22, 1.6, 0.8, 1.4, 0, 32, 31, 0, 0, 33, 0, 0, 0, 0, 32, 28, 34, 36, 0, 0, 34, 0, 35, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 161.30, 7, main, -5.39, 82162.00, 1733.41, 403.61, -7.97, 32.1, 1.38, 3.87, 3.98, 0.02, 0.00, 0.00, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483499,-106.9150263, 1823.0, 2022, 6, 24, 15, 19, 58, 1039, 1124, 341, 22, 1.6, 0.8, 1.4, 0, 32, 31, 0, 0, 33, 0, 0, 0, 0, 32, 28, 34, 36, 0, 0, 34, 0, 35, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 161.31, 7, main, -2.94, 82174.00, 1732.23, 402.43, -7.78, 32.1, 1.38, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483499,-106.9150263, 1823.0, 2022, 6, 24, 15, 19, 58, 1039, 1124, 341, 22, 1.6, 0.8, 1.4, 0, 32, 31, 0, 0, 33, 0, 0, 0, 0, 32, 28, 34, 36, 0, 0, 34, 0, 35, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 161.41, 7, main, -6.37, 82190.00, 1730.65, 400.85, -7.61, 32.1, 1.38, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483499,-106.9150263, 1823.0, 2022, 6, 24, 15, 19, 58, 1039, 1124, 341, 22, 1.6, 0.8, 1.4, 0, 32, 31, 0, 0, 33, 0, 0, 0, 0, 32, 28, 34, 36, 0, 0, 34, 0, 35, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 161.51, 7, main, -3.92, 82205.00, 1729.17, 399.37, -7.46, 32.1, 1.38, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483499,-106.9150263, 1823.0, 2022, 6, 24, 15, 19, 58, 1039, 1124, 341, 22, 1.6, 0.8, 1.4, 0, 32, 31, 0, 0, 33, 0, 0, 0, 0, 32, 28, 34, 36, 0, 0, 34, 0, 35, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 161.61, 7, main, -4.41, 82202.00, 1729.47, 399.67, -7.35, 32.1, 1.38, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483499,-106.9150263, 1823.0, 2022, 6, 24, 15, 19, 58, 1039, 1124, 341, 22, 1.6, 0.8, 1.4, 0, 32, 31, 0, 0, 33, 0, 0, 0, 0, 32, 28, 34, 36, 0, 0, 34, 0, 35, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 161.62, 7, main, -4.41, 82202.00, 1729.47, 399.67, -7.35, 32.1, 1.37, 3.87, 3.99, 0.00, 0.00, 0.00, 62.32, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.01, 1, 1, 10, 32.9483499,-106.9150263, 1823.0, 2022, 6, 24, 15, 19, 58, 1039, 1124, 341, 22, 1.6, 0.8, 1.4, 0, 32, 31, 0, 0, 33, 0, 0, 0, 0, 32, 28, 34, 36, 0, 0, 34, 0, 35, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 161.71, 7, main, -1.96, 82206.00, 1729.07, 399.27, -7.27, 32.1, 1.37, 3.87, 3.99, 0.09, 0.00, 0.01, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.01, 1, 1, 10, 32.9483499,-106.9150263, 1823.0, 2022, 6, 24, 15, 19, 58, 1039, 1124, 341, 22, 1.6, 0.8, 1.4, 0, 32, 31, 0, 0, 33, 0, 0, 0, 0, 32, 28, 34, 36, 0, 0, 34, 0, 35, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 161.81, 7, main, -3.43, 82220.00, 1727.69, 397.89, -7.24, 32.1, 1.37, 3.87, 3.99, 0.09, 0.00, 0.01, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.01, 1, 1, 10, 32.9483499,-106.9150263, 1823.0, 2022, 6, 24, 15, 19, 58, 1039, 1124, 341, 22, 1.6, 0.8, 1.4, 0, 32, 31, 0, 0, 33, 0, 0, 0, 0, 32, 28, 34, 36, 0, 0, 34, 0, 35, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 161.91, 7, main, -9.32, 82222.00, 1727.50, 397.70, -7.23, 32.1, 1.37, 3.87, 3.99, 0.09, 0.00, 0.01, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.01, 1, 1, 10, 32.9483499,-106.9150263, 1823.0, 2022, 6, 24, 15, 19, 58, 1039, 1124, 341, 22, 1.6, 0.8, 1.4, 0, 32, 31, 0, 0, 33, 0, 0, 0, 0, 32, 28, 34, 36, 0, 0, 34, 0, 35, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 161.94, 7, main, -9.32, 82222.00, 1727.50, 397.70, -7.23, 32.1, 1.38, 3.87, 3.98, 0.09, 0.00, 0.01, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483499,-106.9150263, 1823.0, 2022, 6, 24, 15, 19, 58, 1039, 1124, 341, 22, 1.6, 0.8, 1.4, 0, 32, 31, 0, 0, 33, 0, 0, 0, 0, 32, 28, 34, 36, 0, 0, 34, 0, 35, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 162.01, 7, main, -11.28, 82226.00, 1727.10, 397.30, -7.22, 32.1, 1.38, 3.87, 3.98, 0.09, 0.00, 0.00, 62.32, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483499,-106.9150263, 1823.0, 2022, 6, 24, 15, 19, 58, 1039, 1124, 341, 22, 1.6, 0.8, 1.4, 0, 32, 31, 0, 0, 33, 0, 0, 0, 0, 32, 28, 34, 36, 0, 0, 34, 0, 35, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 162.11, 7, main, -10.30, 82224.00, 1727.30, 397.50, -7.21, 32.1, 1.38, 3.87, 3.98, 0.09, 0.00, 0.00, 62.32, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483499,-106.9150263, 1823.0, 2022, 6, 24, 15, 19, 58, 1039, 1124, 341, 22, 1.6, 0.8, 1.4, 0, 32, 31, 0, 0, 33, 0, 0, 0, 0, 32, 28, 34, 36, 0, 0, 34, 0, 35, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 162.21, 7, main, -8.34, 82229.00, 1726.81, 397.01, -7.24, 32.1, 1.38, 3.87, 3.98, 0.09, 0.00, 0.00, 62.32, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483499,-106.9150263, 1823.0, 2022, 6, 24, 15, 19, 58, 1039, 1124, 341, 22, 1.6, 0.8, 1.4, 0, 32, 31, 0, 0, 33, 0, 0, 0, 0, 32, 28, 34, 36, 0, 0, 34, 0, 35, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 162.26, 7, main, -8.34, 82229.00, 1726.81, 397.01, -7.24, 32.1, 1.38, 3.86, 3.99, 0.09, 0.00, 0.00, 62.32, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483499,-106.9150263, 1823.0, 2022, 6, 24, 15, 19, 58, 1039, 1124, 341, 22, 1.6, 0.8, 1.4, 0, 32, 31, 0, 0, 33, 0, 0, 0, 0, 32, 28, 34, 36, 0, 0, 34, 0, 35, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 162.30, 7, main, -8.34, 82229.00, 1726.81, 397.01, -7.24, 32.1, 1.38, 3.86, 3.99, 0.09, 0.00, 0.00, 62.32, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483499,-106.9150263, 1823.0, 2022, 6, 24, 15, 19, 58, 1039, 1124, 341, 22, 1.6, 0.8, 1.4, 0, 32, 31, 0, 0, 33, 0, 0, 0, 0, 32, 28, 34, 36, 0, 0, 34, 0, 35, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 162.30, 7, main, -8.34, 82229.00, 1726.81, 397.01, -7.24, 32.1, 1.38, 3.86, 3.99, 0.09, 0.00, 0.00, 62.32, 22.22, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483499,-106.9150263, 1823.0, 2022, 6, 24, 15, 19, 58, 1039, 1124, 341, 22, 1.6, 0.8, 1.4, 0, 32, 31, 0, 0, 33, 0, 0, 0, 0, 32, 28, 34, 36, 0, 0, 34, 0, 35, 32, 0, 0, 0, 25, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 162.31, 7, main, -1.96, 82240.00, 1725.72, 395.92, -7.26, 32.1, 1.38, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 22.28, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483720,-106.9150268, 1815.0, 2022, 6, 24, 15, 19, 59, 1041, 1123, 341, 22, 1.6, 0.8, 1.4, 0, 32, 26, 0, 0, 29, 0, 0, 0, 0, 32, 28, 34, 26, 0, 0, 36, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 162.41, 7, main, 3.92, 82244.00, 1725.33, 395.53, -7.31, 32.1, 1.38, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 22.28, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483720,-106.9150268, 1815.0, 2022, 6, 24, 15, 19, 59, 1041, 1123, 341, 22, 1.6, 0.8, 1.4, 0, 32, 26, 0, 0, 29, 0, 0, 0, 0, 32, 28, 34, 26, 0, 0, 36, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 162.51, 7, main, -1.47, 82251.00, 1724.64, 394.84, -7.34, 32.1, 1.38, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 22.28, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483720,-106.9150268, 1815.0, 2022, 6, 24, 15, 19, 59, 1041, 1123, 341, 22, 1.6, 0.8, 1.4, 0, 32, 26, 0, 0, 29, 0, 0, 0, 0, 32, 28, 34, 26, 0, 0, 36, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 162.58, 7, main, -1.47, 82251.00, 1724.64, 394.84, -7.34, 32.1, 1.39, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 22.28, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483720,-106.9150268, 1815.0, 2022, 6, 24, 15, 19, 59, 1041, 1123, 341, 22, 1.6, 0.8, 1.4, 0, 32, 26, 0, 0, 29, 0, 0, 0, 0, 32, 28, 34, 26, 0, 0, 36, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 162.61, 7, main, -0.98, 82259.00, 1723.85, 394.05, -7.39, 32.1, 1.39, 3.86, 3.98, 0.08, 0.00, 0.00, 62.14, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483720,-106.9150268, 1815.0, 2022, 6, 24, 15, 19, 59, 1041, 1123, 341, 22, 1.6, 0.8, 1.4, 0, 32, 26, 0, 0, 29, 0, 0, 0, 0, 32, 28, 34, 26, 0, 0, 36, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 162.71, 7, main, -5.88, 82274.00, 1722.37, 392.57, -7.43, 32.1, 1.39, 3.86, 3.98, 0.08, 0.00, 0.00, 62.14, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483720,-106.9150268, 1815.0, 2022, 6, 24, 15, 19, 59, 1041, 1123, 341, 22, 1.6, 0.8, 1.4, 0, 32, 26, 0, 0, 29, 0, 0, 0, 0, 32, 28, 34, 26, 0, 0, 36, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 162.81, 7, main, -7.35, 82280.00, 1721.78, 391.98, -7.46, 32.1, 1.39, 3.86, 3.98, 0.08, 0.00, 0.00, 62.14, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483720,-106.9150268, 1815.0, 2022, 6, 24, 15, 19, 59, 1041, 1123, 341, 22, 1.6, 0.8, 1.4, 0, 32, 26, 0, 0, 29, 0, 0, 0, 0, 32, 28, 34, 26, 0, 0, 36, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 162.90, 7, main, -7.35, 82280.00, 1721.78, 391.98, -7.46, 32.1, 1.41, 3.86, 3.99, 0.08, 0.00, 0.00, 62.14, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483720,-106.9150268, 1815.0, 2022, 6, 24, 15, 19, 59, 1041, 1123, 341, 22, 1.6, 0.8, 1.4, 0, 32, 26, 0, 0, 29, 0, 0, 0, 0, 32, 28, 34, 26, 0, 0, 36, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 162.91, 7, main, -1.47, 82291.00, 1720.70, 390.90, -7.46, 32.1, 1.41, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483720,-106.9150268, 1815.0, 2022, 6, 24, 15, 19, 59, 1041, 1123, 341, 22, 1.6, 0.8, 1.4, 0, 32, 26, 0, 0, 29, 0, 0, 0, 0, 32, 28, 34, 26, 0, 0, 36, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 163.01, 7, main, -4.41, 82302.00, 1719.61, 389.81, -7.45, 32.1, 1.41, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483720,-106.9150268, 1815.0, 2022, 6, 24, 15, 19, 59, 1041, 1123, 341, 22, 1.6, 0.8, 1.4, 0, 32, 26, 0, 0, 29, 0, 0, 0, 0, 32, 28, 34, 26, 0, 0, 36, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 163.11, 7, main, -5.39, 82305.00, 1719.32, 389.52, -7.44, 32.1, 1.41, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483720,-106.9150268, 1815.0, 2022, 6, 24, 15, 19, 59, 1041, 1123, 341, 22, 1.6, 0.8, 1.4, 0, 32, 26, 0, 0, 29, 0, 0, 0, 0, 32, 28, 34, 26, 0, 0, 36, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 163.21, 7, main, -1.96, 82316.00, 1718.23, 388.43, -7.41, 32.1, 1.41, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483720,-106.9150268, 1815.0, 2022, 6, 24, 15, 19, 59, 1041, 1123, 341, 22, 1.6, 0.8, 1.4, 0, 32, 26, 0, 0, 29, 0, 0, 0, 0, 32, 28, 34, 26, 0, 0, 36, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 163.22, 7, main, -1.96, 82316.00, 1718.23, 388.43, -7.41, 32.1, 1.41, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483720,-106.9150268, 1815.0, 2022, 6, 24, 15, 19, 59, 1041, 1123, 341, 22, 1.6, 0.8, 1.4, 0, 32, 26, 0, 0, 29, 0, 0, 0, 0, 32, 28, 34, 26, 0, 0, 36, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 163.30, 7, main, -1.96, 82316.00, 1718.23, 388.43, -7.41, 32.1, 1.41, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483720,-106.9150268, 1815.0, 2022, 6, 24, 15, 19, 59, 1041, 1123, 341, 22, 1.6, 0.8, 1.4, 0, 32, 26, 0, 0, 29, 0, 0, 0, 0, 32, 28, 34, 26, 0, 0, 36, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 163.30, 7, main, -1.96, 82316.00, 1718.23, 388.43, -7.41, 32.1, 1.41, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483720,-106.9150268, 1815.0, 2022, 6, 24, 15, 19, 59, 1041, 1123, 341, 22, 1.6, 0.8, 1.4, 0, 32, 26, 0, 0, 29, 0, 0, 0, 0, 32, 28, 34, 26, 0, 0, 36, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 163.31, 7, main, -1.47, 82327.00, 1717.15, 387.35, -7.37, 32.1, 1.41, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483863,-106.9150254, 1807.0, 2022, 6, 24, 15, 20, 0, 1042, 1121, 341, 22, 1.6, 0.8, 1.4, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 22, 33, 28, 33, 0, 0, 31, 0, 31, 34, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 163.41, 7, main, 0.49, 82330.00, 1716.86, 387.05, -7.32, 32.1, 1.41, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483863,-106.9150254, 1807.0, 2022, 6, 24, 15, 20, 0, 1042, 1121, 341, 22, 1.6, 0.8, 1.4, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 22, 33, 28, 33, 0, 0, 31, 0, 31, 34, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 163.51, 7, main, -2.94, 82349.00, 1714.98, 385.18, -7.27, 32.1, 1.41, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483863,-106.9150254, 1807.0, 2022, 6, 24, 15, 20, 0, 1042, 1121, 341, 22, 1.6, 0.8, 1.4, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 22, 33, 28, 33, 0, 0, 31, 0, 31, 34, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 163.54, 7, main, -2.94, 82349.00, 1714.98, 385.18, -7.27, 32.1, 1.41, 3.87, 3.98, 0.09, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483863,-106.9150254, 1807.0, 2022, 6, 24, 15, 20, 0, 1042, 1121, 341, 22, 1.6, 0.8, 1.4, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 22, 33, 28, 33, 0, 0, 31, 0, 31, 34, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 163.61, 7, main, -0.49, 82347.00, 1715.18, 385.38, -7.19, 32.1, 1.41, 3.87, 3.98, 0.09, 0.00, 0.00, 62.26, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483863,-106.9150254, 1807.0, 2022, 6, 24, 15, 20, 0, 1042, 1121, 341, 22, 1.6, 0.8, 1.4, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 22, 33, 28, 33, 0, 0, 31, 0, 31, 34, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 163.71, 7, main, 1.96, 82359.00, 1714.00, 384.20, -7.12, 32.1, 1.41, 3.87, 3.98, 0.09, 0.00, 0.00, 62.26, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483863,-106.9150254, 1807.0, 2022, 6, 24, 15, 20, 0, 1042, 1121, 341, 22, 1.6, 0.8, 1.4, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 22, 33, 28, 33, 0, 0, 31, 0, 31, 34, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 163.81, 7, main, 5.88, 82367.00, 1713.21, 383.41, -7.04, 32.1, 1.41, 3.87, 3.98, 0.09, 0.00, 0.00, 62.26, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483863,-106.9150254, 1807.0, 2022, 6, 24, 15, 20, 0, 1042, 1121, 341, 22, 1.6, 0.8, 1.4, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 22, 33, 28, 33, 0, 0, 31, 0, 31, 34, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 163.86, 7, main, 5.88, 82367.00, 1713.21, 383.41, -7.04, 32.1, 1.41, 3.86, 3.98, 0.09, 0.00, 0.00, 62.26, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483863,-106.9150254, 1807.0, 2022, 6, 24, 15, 20, 0, 1042, 1121, 341, 22, 1.6, 0.8, 1.4, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 22, 33, 28, 33, 0, 0, 31, 0, 31, 34, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 163.91, 7, main, 3.43, 82379.00, 1712.03, 382.23, -6.96, 32.1, 1.41, 3.86, 3.98, 0.09, 0.00, 0.00, 62.14, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483863,-106.9150254, 1807.0, 2022, 6, 24, 15, 20, 0, 1042, 1121, 341, 22, 1.6, 0.8, 1.4, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 22, 33, 28, 33, 0, 0, 31, 0, 31, 34, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 164.01, 7, main, -1.96, 82375.00, 1712.42, 382.62, -6.89, 32.1, 1.41, 3.86, 3.98, 0.09, 0.00, 0.00, 62.14, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483863,-106.9150254, 1807.0, 2022, 6, 24, 15, 20, 0, 1042, 1121, 341, 22, 1.6, 0.8, 1.4, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 22, 33, 28, 33, 0, 0, 31, 0, 31, 34, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 164.11, 7, main, -2.45, 82369.00, 1713.02, 383.21, -6.83, 32.1, 1.41, 3.86, 3.98, 0.09, 0.00, 0.00, 62.14, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483863,-106.9150254, 1807.0, 2022, 6, 24, 15, 20, 0, 1042, 1121, 341, 22, 1.6, 0.8, 1.4, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 22, 33, 28, 33, 0, 0, 31, 0, 31, 34, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 164.18, 7, main, -2.45, 82369.00, 1713.02, 383.21, -6.83, 32.1, 1.41, 3.87, 3.99, 0.09, 0.00, 0.00, 62.14, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483863,-106.9150254, 1807.0, 2022, 6, 24, 15, 20, 0, 1042, 1121, 341, 22, 1.6, 0.8, 1.4, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 22, 33, 28, 33, 0, 0, 31, 0, 31, 34, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 164.21, 7, main, -1.96, 82390.00, 1710.95, 381.15, -6.78, 32.1, 1.41, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483863,-106.9150254, 1807.0, 2022, 6, 24, 15, 20, 0, 1042, 1121, 341, 22, 1.6, 0.8, 1.4, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 22, 33, 28, 33, 0, 0, 31, 0, 31, 34, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 164.30, 7, main, -1.96, 82390.00, 1710.95, 381.15, -6.78, 32.1, 1.41, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483863,-106.9150254, 1807.0, 2022, 6, 24, 15, 20, 0, 1042, 1121, 341, 22, 1.6, 0.8, 1.4, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 22, 33, 28, 33, 0, 0, 31, 0, 31, 34, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 164.30, 7, main, -1.96, 82390.00, 1710.95, 381.15, -6.78, 32.1, 1.41, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483863,-106.9150254, 1807.0, 2022, 6, 24, 15, 20, 0, 1042, 1121, 341, 22, 1.6, 0.8, 1.4, 0, 27, 32, 0, 0, 32, 0, 0, 0, 0, 22, 33, 28, 33, 0, 0, 31, 0, 31, 34, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 164.31, 7, main, -0.49, 82395.00, 1710.46, 380.66, -6.76, 32.1, 1.41, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483890,-106.9150420, 1799.0, 2022, 6, 24, 15, 20, 1, 1043, 1119, 341, 21, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 38, 0, 0, 0, 0, 34, 31, 32, 33, 0, 0, 37, 0, 26, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 164.41, 7, main, -1.47, 82401.00, 1709.87, 380.06, -6.74, 32.1, 1.41, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9483890,-106.9150420, 1799.0, 2022, 6, 24, 15, 20, 1, 1043, 1119, 341, 21, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 38, 0, 0, 0, 0, 34, 31, 32, 33, 0, 0, 37, 0, 26, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 164.50, 7, main, -1.47, 82401.00, 1709.87, 380.06, -6.74, 32.1, 1.41, 3.85, 3.97, 0.09, 0.00, 0.00, 62.32, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483890,-106.9150420, 1799.0, 2022, 6, 24, 15, 20, 1, 1043, 1119, 341, 21, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 38, 0, 0, 0, 0, 34, 31, 32, 33, 0, 0, 37, 0, 26, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 164.51, 7, main, -5.39, 82400.00, 1709.96, 380.16, -6.74, 32.1, 1.41, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483890,-106.9150420, 1799.0, 2022, 6, 24, 15, 20, 1, 1043, 1119, 341, 21, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 38, 0, 0, 0, 0, 34, 31, 32, 33, 0, 0, 37, 0, 26, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 164.61, 7, main, -4.90, 82406.00, 1709.37, 379.57, -6.75, 32.1, 1.41, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483890,-106.9150420, 1799.0, 2022, 6, 24, 15, 20, 1, 1043, 1119, 341, 21, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 38, 0, 0, 0, 0, 34, 31, 32, 33, 0, 0, 37, 0, 26, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 164.71, 7, main, -8.34, 82429.00, 1707.11, 377.31, -6.77, 32.1, 1.41, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483890,-106.9150420, 1799.0, 2022, 6, 24, 15, 20, 1, 1043, 1119, 341, 21, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 38, 0, 0, 0, 0, 34, 31, 32, 33, 0, 0, 37, 0, 26, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 164.81, 7, main, -7.35, 82419.00, 1708.09, 378.29, -6.80, 32.1, 1.41, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483890,-106.9150420, 1799.0, 2022, 6, 24, 15, 20, 1, 1043, 1119, 341, 21, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 38, 0, 0, 0, 0, 34, 31, 32, 33, 0, 0, 37, 0, 26, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 164.82, 7, main, -7.35, 82419.00, 1708.09, 378.29, -6.80, 32.1, 1.41, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483890,-106.9150420, 1799.0, 2022, 6, 24, 15, 20, 1, 1043, 1119, 341, 21, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 38, 0, 0, 0, 0, 34, 31, 32, 33, 0, 0, 37, 0, 26, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 164.91, 7, main, -7.35, 82419.00, 1708.09, 378.29, -6.84, 32.1, 1.41, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483890,-106.9150420, 1799.0, 2022, 6, 24, 15, 20, 1, 1043, 1119, 341, 21, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 38, 0, 0, 0, 0, 34, 31, 32, 33, 0, 0, 37, 0, 26, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 165.01, 7, main, -7.35, 82442.00, 1705.83, 376.03, -6.88, 32.1, 1.41, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483890,-106.9150420, 1799.0, 2022, 6, 24, 15, 20, 1, 1043, 1119, 341, 21, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 38, 0, 0, 0, 0, 34, 31, 32, 33, 0, 0, 37, 0, 26, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 165.11, 7, main, -3.92, 82452.00, 1704.85, 375.05, -6.92, 32.1, 1.41, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9483890,-106.9150420, 1799.0, 2022, 6, 24, 15, 20, 1, 1043, 1119, 341, 21, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 38, 0, 0, 0, 0, 34, 31, 32, 33, 0, 0, 37, 0, 26, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 165.14, 7, main, -3.92, 82452.00, 1704.85, 375.05, -6.92, 32.1, 1.41, 3.87, 3.99, 0.00, 0.00, 0.00, 61.95, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483890,-106.9150420, 1799.0, 2022, 6, 24, 15, 20, 1, 1043, 1119, 341, 21, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 38, 0, 0, 0, 0, 34, 31, 32, 33, 0, 0, 37, 0, 26, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 165.21, 7, main, 2.94, 82463.00, 1703.77, 373.97, -6.95, 32.1, 1.41, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483890,-106.9150420, 1799.0, 2022, 6, 24, 15, 20, 1, 1043, 1119, 341, 21, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 38, 0, 0, 0, 0, 34, 31, 32, 33, 0, 0, 37, 0, 26, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 165.30, 7, main, 2.94, 82463.00, 1703.77, 373.97, -6.95, 32.1, 1.41, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483890,-106.9150420, 1799.0, 2022, 6, 24, 15, 20, 1, 1043, 1119, 341, 21, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 38, 0, 0, 0, 0, 34, 31, 32, 33, 0, 0, 37, 0, 26, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 165.30, 7, main, 2.94, 82463.00, 1703.77, 373.97, -6.95, 32.1, 1.41, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9483890,-106.9150420, 1799.0, 2022, 6, 24, 15, 20, 1, 1043, 1119, 341, 21, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 38, 0, 0, 0, 0, 34, 31, 32, 33, 0, 0, 37, 0, 26, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 165.31, 7, main, -3.43, 82461.00, 1703.96, 374.16, -6.99, 32.1, 1.41, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9483941,-106.9150613, 1792.0, 2022, 6, 24, 15, 20, 2, 1044, 1118, 341, 21, 1.7, 0.8, 1.4, 0, 32, 33, 0, 0, 37, 0, 0, 0, 0, 33, 28, 26, 21, 0, 0, 21, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 165.41, 7, main, -1.96, 82468.00, 1703.27, 373.47, -7.01, 32.1, 1.41, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9483941,-106.9150613, 1792.0, 2022, 6, 24, 15, 20, 2, 1044, 1118, 341, 21, 1.7, 0.8, 1.4, 0, 32, 33, 0, 0, 37, 0, 0, 0, 0, 33, 28, 26, 21, 0, 0, 21, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 165.46, 7, main, -1.96, 82468.00, 1703.27, 373.47, -7.01, 32.1, 1.41, 3.86, 3.99, 0.08, 0.00, 0.00, 62.26, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.01, 0.00, 0.00, 1, 1, 9, 32.9483941,-106.9150613, 1792.0, 2022, 6, 24, 15, 20, 2, 1044, 1118, 341, 21, 1.7, 0.8, 1.4, 0, 32, 33, 0, 0, 37, 0, 0, 0, 0, 33, 28, 26, 21, 0, 0, 21, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 165.51, 7, main, -2.45, 82478.00, 1702.29, 372.49, -7.01, 32.1, 1.41, 3.86, 3.99, 0.00, 0.01, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.01, 0.00, 0.00, 1, 1, 9, 32.9483941,-106.9150613, 1792.0, 2022, 6, 24, 15, 20, 2, 1044, 1118, 341, 21, 1.7, 0.8, 1.4, 0, 32, 33, 0, 0, 37, 0, 0, 0, 0, 33, 28, 26, 21, 0, 0, 21, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 165.61, 7, main, 0.49, 82471.00, 1702.98, 373.18, -7.00, 32.1, 1.41, 3.86, 3.99, 0.00, 0.01, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.01, 0.00, 0.00, 1, 1, 9, 32.9483941,-106.9150613, 1792.0, 2022, 6, 24, 15, 20, 2, 1044, 1118, 341, 21, 1.7, 0.8, 1.4, 0, 32, 33, 0, 0, 37, 0, 0, 0, 0, 33, 28, 26, 21, 0, 0, 21, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 165.71, 7, main, -11.28, 82496.00, 1700.52, 370.72, -6.97, 32.1, 1.41, 3.86, 3.99, 0.00, 0.01, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.01, 0.00, 0.00, 1, 1, 9, 32.9483941,-106.9150613, 1792.0, 2022, 6, 24, 15, 20, 2, 1044, 1118, 341, 21, 1.7, 0.8, 1.4, 0, 32, 33, 0, 0, 37, 0, 0, 0, 0, 33, 28, 26, 21, 0, 0, 21, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 165.78, 7, main, -11.28, 82496.00, 1700.52, 370.72, -6.97, 32.1, 1.41, 3.86, 3.99, 0.00, 0.01, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9483941,-106.9150613, 1792.0, 2022, 6, 24, 15, 20, 2, 1044, 1118, 341, 21, 1.7, 0.8, 1.4, 0, 32, 33, 0, 0, 37, 0, 0, 0, 0, 33, 28, 26, 21, 0, 0, 21, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 165.81, 7, main, -3.92, 82490.00, 1701.11, 371.31, -6.94, 32.1, 1.41, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9483941,-106.9150613, 1792.0, 2022, 6, 24, 15, 20, 2, 1044, 1118, 341, 21, 1.7, 0.8, 1.4, 0, 32, 33, 0, 0, 37, 0, 0, 0, 0, 33, 28, 26, 21, 0, 0, 21, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 165.91, 7, main, -3.92, 82513.00, 1698.85, 369.05, -6.90, 32.1, 1.41, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9483941,-106.9150613, 1792.0, 2022, 6, 24, 15, 20, 2, 1044, 1118, 341, 21, 1.7, 0.8, 1.4, 0, 32, 33, 0, 0, 37, 0, 0, 0, 0, 33, 28, 26, 21, 0, 0, 21, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 166.01, 7, main, -1.96, 82510.00, 1699.14, 369.34, -6.83, 32.1, 1.41, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9483941,-106.9150613, 1792.0, 2022, 6, 24, 15, 20, 2, 1044, 1118, 341, 21, 1.7, 0.8, 1.4, 0, 32, 33, 0, 0, 37, 0, 0, 0, 0, 33, 28, 26, 21, 0, 0, 21, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 166.10, 7, main, -1.96, 82510.00, 1699.14, 369.34, -6.83, 32.1, 1.41, 3.85, 3.99, 0.00, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9483941,-106.9150613, 1792.0, 2022, 6, 24, 15, 20, 2, 1044, 1118, 341, 21, 1.7, 0.8, 1.4, 0, 32, 33, 0, 0, 37, 0, 0, 0, 0, 33, 28, 26, 21, 0, 0, 21, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 166.11, 7, main, 2.45, 82528.00, 1697.38, 367.57, -6.74, 32.1, 1.41, 3.85, 3.99, 0.09, 0.00, 0.00, 62.07, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9483941,-106.9150613, 1792.0, 2022, 6, 24, 15, 20, 2, 1044, 1118, 341, 21, 1.7, 0.8, 1.4, 0, 32, 33, 0, 0, 37, 0, 0, 0, 0, 33, 28, 26, 21, 0, 0, 21, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 166.21, 7, main, -0.98, 82532.00, 1696.98, 367.18, -6.66, 32.1, 1.41, 3.85, 3.99, 0.09, 0.00, 0.00, 62.07, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9483941,-106.9150613, 1792.0, 2022, 6, 24, 15, 20, 2, 1044, 1118, 341, 21, 1.7, 0.8, 1.4, 0, 32, 33, 0, 0, 37, 0, 0, 0, 0, 33, 28, 26, 21, 0, 0, 21, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 166.30, 7, main, -0.98, 82532.00, 1696.98, 367.18, -6.66, 32.1, 1.41, 3.85, 3.99, 0.09, 0.00, 0.00, 62.07, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9483941,-106.9150613, 1792.0, 2022, 6, 24, 15, 20, 2, 1044, 1118, 341, 21, 1.7, 0.8, 1.4, 0, 32, 33, 0, 0, 37, 0, 0, 0, 0, 33, 28, 26, 21, 0, 0, 21, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 166.30, 7, main, -0.98, 82532.00, 1696.98, 367.18, -6.66, 32.1, 1.41, 3.85, 3.99, 0.09, 0.00, 0.00, 62.07, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9483941,-106.9150613, 1792.0, 2022, 6, 24, 15, 20, 2, 1044, 1118, 341, 21, 1.7, 0.8, 1.4, 0, 32, 33, 0, 0, 37, 0, 0, 0, 0, 33, 28, 26, 21, 0, 0, 21, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 166.31, 7, main, 4.41, 82542.00, 1696.00, 366.20, -6.58, 32.1, 1.41, 3.85, 3.99, 0.09, 0.00, 0.00, 62.07, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9484098,-106.9150755, 1784.0, 2022, 6, 24, 15, 20, 3, 1046, 1117, 341, 20, 1.6, 0.8, 1.4, 0, 33, 29, 0, 0, 31, 0, 0, 0, 0, 36, 35, 32, 32, 0, 0, 29, 0, 36, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 166.41, 7, main, -0.00, 82544.00, 1695.80, 366.00, -6.48, 32.1, 1.41, 3.85, 3.99, 0.09, 0.00, 0.00, 62.07, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9484098,-106.9150755, 1784.0, 2022, 6, 24, 15, 20, 3, 1046, 1117, 341, 20, 1.6, 0.8, 1.4, 0, 33, 29, 0, 0, 31, 0, 0, 0, 0, 36, 35, 32, 32, 0, 0, 29, 0, 36, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 166.42, 7, main, -0.00, 82544.00, 1695.80, 366.00, -6.48, 32.1, 1.40, 3.85, 3.97, 0.09, 0.00, 0.00, 62.07, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484098,-106.9150755, 1784.0, 2022, 6, 24, 15, 20, 3, 1046, 1117, 341, 20, 1.6, 0.8, 1.4, 0, 33, 29, 0, 0, 31, 0, 0, 0, 0, 36, 35, 32, 32, 0, 0, 29, 0, 36, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 166.51, 7, main, 2.94, 82550.00, 1695.21, 365.41, -6.39, 32.1, 1.40, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 22.58, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484098,-106.9150755, 1784.0, 2022, 6, 24, 15, 20, 3, 1046, 1117, 341, 20, 1.6, 0.8, 1.4, 0, 33, 29, 0, 0, 31, 0, 0, 0, 0, 36, 35, 32, 32, 0, 0, 29, 0, 36, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 166.61, 7, main, -0.00, 82557.00, 1694.53, 364.72, -6.30, 32.1, 1.40, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 22.58, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484098,-106.9150755, 1784.0, 2022, 6, 24, 15, 20, 3, 1046, 1117, 341, 20, 1.6, 0.8, 1.4, 0, 33, 29, 0, 0, 31, 0, 0, 0, 0, 36, 35, 32, 32, 0, 0, 29, 0, 36, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 166.71, 7, main, -0.00, 82558.00, 1694.43, 364.63, -6.22, 32.1, 1.40, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 22.58, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484098,-106.9150755, 1784.0, 2022, 6, 24, 15, 20, 3, 1046, 1117, 341, 20, 1.6, 0.8, 1.4, 0, 33, 29, 0, 0, 31, 0, 0, 0, 0, 36, 35, 32, 32, 0, 0, 29, 0, 36, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 166.74, 7, main, -0.00, 82558.00, 1694.43, 364.63, -6.22, 32.1, 1.41, 3.86, 3.99, 0.00, 0.00, 0.00, 61.95, 22.58, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9484098,-106.9150755, 1784.0, 2022, 6, 24, 15, 20, 3, 1046, 1117, 341, 20, 1.6, 0.8, 1.4, 0, 33, 29, 0, 0, 31, 0, 0, 0, 0, 36, 35, 32, 32, 0, 0, 29, 0, 36, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 166.81, 7, main, 1.47, 82562.00, 1694.03, 364.23, -6.15, 32.1, 1.41, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9484098,-106.9150755, 1784.0, 2022, 6, 24, 15, 20, 3, 1046, 1117, 341, 20, 1.6, 0.8, 1.4, 0, 33, 29, 0, 0, 31, 0, 0, 0, 0, 36, 35, 32, 32, 0, 0, 29, 0, 36, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 166.91, 7, main, 0.49, 82578.00, 1692.46, 362.66, -6.07, 32.1, 1.41, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9484098,-106.9150755, 1784.0, 2022, 6, 24, 15, 20, 3, 1046, 1117, 341, 20, 1.6, 0.8, 1.4, 0, 33, 29, 0, 0, 31, 0, 0, 0, 0, 36, 35, 32, 32, 0, 0, 29, 0, 36, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 167.01, 7, main, 0.49, 82580.00, 1692.27, 362.46, -6.02, 32.1, 1.41, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9484098,-106.9150755, 1784.0, 2022, 6, 24, 15, 20, 3, 1046, 1117, 341, 20, 1.6, 0.8, 1.4, 0, 33, 29, 0, 0, 31, 0, 0, 0, 0, 36, 35, 32, 32, 0, 0, 29, 0, 36, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 167.06, 7, main, 0.49, 82580.00, 1692.27, 362.46, -6.02, 32.1, 1.41, 3.87, 3.98, 0.08, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484098,-106.9150755, 1784.0, 2022, 6, 24, 15, 20, 3, 1046, 1117, 341, 20, 1.6, 0.8, 1.4, 0, 33, 29, 0, 0, 31, 0, 0, 0, 0, 36, 35, 32, 32, 0, 0, 29, 0, 36, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 167.11, 7, main, -0.00, 82590.00, 1691.28, 361.48, -5.98, 32.1, 1.41, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484098,-106.9150755, 1784.0, 2022, 6, 24, 15, 20, 3, 1046, 1117, 341, 20, 1.6, 0.8, 1.4, 0, 33, 29, 0, 0, 31, 0, 0, 0, 0, 36, 35, 32, 32, 0, 0, 29, 0, 36, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 167.21, 7, main, -1.96, 82597.00, 1690.60, 360.79, -5.96, 32.1, 1.41, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484098,-106.9150755, 1784.0, 2022, 6, 24, 15, 20, 3, 1046, 1117, 341, 20, 1.6, 0.8, 1.4, 0, 33, 29, 0, 0, 31, 0, 0, 0, 0, 36, 35, 32, 32, 0, 0, 29, 0, 36, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 167.30, 7, main, -1.96, 82597.00, 1690.60, 360.79, -5.96, 32.1, 1.41, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484098,-106.9150755, 1784.0, 2022, 6, 24, 15, 20, 3, 1046, 1117, 341, 20, 1.6, 0.8, 1.4, 0, 33, 29, 0, 0, 31, 0, 0, 0, 0, 36, 35, 32, 32, 0, 0, 29, 0, 36, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 167.30, 7, main, -1.96, 82597.00, 1690.60, 360.79, -5.96, 32.1, 1.41, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484098,-106.9150755, 1784.0, 2022, 6, 24, 15, 20, 3, 1046, 1117, 341, 20, 1.6, 0.8, 1.4, 0, 33, 29, 0, 0, 31, 0, 0, 0, 0, 36, 35, 32, 32, 0, 0, 29, 0, 36, 24, 0, 0, 0, 34, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 167.31, 7, main, -3.92, 82598.00, 1690.50, 360.70, -5.94, 32.1, 1.41, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484273,-106.9150963, 1776.0, 2022, 6, 24, 15, 20, 4, 1049, 1116, 341, 20, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 31, 0, 0, 0, 0, 36, 27, 30, 28, 0, 0, 22, 0, 37, 30, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 167.38, 7, main, -3.92, 82598.00, 1690.50, 360.70, -5.94, 32.1, 1.41, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484273,-106.9150963, 1776.0, 2022, 6, 24, 15, 20, 4, 1049, 1116, 341, 20, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 31, 0, 0, 0, 0, 36, 27, 30, 28, 0, 0, 22, 0, 37, 30, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 167.41, 7, main, -1.47, 82605.00, 1689.81, 360.01, -5.93, 32.1, 1.41, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484273,-106.9150963, 1776.0, 2022, 6, 24, 15, 20, 4, 1049, 1116, 341, 20, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 31, 0, 0, 0, 0, 36, 27, 30, 28, 0, 0, 22, 0, 37, 30, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 167.51, 7, main, -0.98, 82601.00, 1690.20, 360.40, -5.92, 32.1, 1.41, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484273,-106.9150963, 1776.0, 2022, 6, 24, 15, 20, 4, 1049, 1116, 341, 20, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 31, 0, 0, 0, 0, 36, 27, 30, 28, 0, 0, 22, 0, 37, 30, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 167.61, 7, main, -2.94, 82604.00, 1689.91, 360.11, -5.91, 32.1, 1.41, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484273,-106.9150963, 1776.0, 2022, 6, 24, 15, 20, 4, 1049, 1116, 341, 20, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 31, 0, 0, 0, 0, 36, 27, 30, 28, 0, 0, 22, 0, 37, 30, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 167.70, 7, main, -2.94, 82604.00, 1689.91, 360.11, -5.91, 32.1, 1.41, 3.86, 3.99, 0.00, 0.00, 0.00, 62.32, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9484273,-106.9150963, 1776.0, 2022, 6, 24, 15, 20, 4, 1049, 1116, 341, 20, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 31, 0, 0, 0, 0, 36, 27, 30, 28, 0, 0, 22, 0, 37, 30, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 167.71, 7, main, -3.43, 82609.00, 1689.42, 359.62, -5.92, 32.1, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9484273,-106.9150963, 1776.0, 2022, 6, 24, 15, 20, 4, 1049, 1116, 341, 20, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 31, 0, 0, 0, 0, 36, 27, 30, 28, 0, 0, 22, 0, 37, 30, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 167.81, 7, main, -3.92, 82630.00, 1687.35, 357.55, -5.93, 32.1, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9484273,-106.9150963, 1776.0, 2022, 6, 24, 15, 20, 4, 1049, 1116, 341, 20, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 31, 0, 0, 0, 0, 36, 27, 30, 28, 0, 0, 22, 0, 37, 30, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 167.91, 7, main, -0.98, 82638.00, 1686.57, 356.77, -5.95, 32.1, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9484273,-106.9150963, 1776.0, 2022, 6, 24, 15, 20, 4, 1049, 1116, 341, 20, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 31, 0, 0, 0, 0, 36, 27, 30, 28, 0, 0, 22, 0, 37, 30, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 168.01, 7, main, -1.47, 82628.00, 1687.55, 357.75, -5.97, 32.1, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9484273,-106.9150963, 1776.0, 2022, 6, 24, 15, 20, 4, 1049, 1116, 341, 20, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 31, 0, 0, 0, 0, 36, 27, 30, 28, 0, 0, 22, 0, 37, 30, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 168.02, 7, main, -1.47, 82628.00, 1687.55, 357.75, -5.97, 32.1, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.01, 1, 1, 10, 32.9484273,-106.9150963, 1776.0, 2022, 6, 24, 15, 20, 4, 1049, 1116, 341, 20, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 31, 0, 0, 0, 0, 36, 27, 30, 28, 0, 0, 22, 0, 37, 30, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 168.11, 7, main, -5.88, 82646.00, 1685.78, 355.98, -5.98, 32.1, 1.41, 3.86, 3.99, 0.09, 0.00, 0.01, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.01, 1, 1, 10, 32.9484273,-106.9150963, 1776.0, 2022, 6, 24, 15, 20, 4, 1049, 1116, 341, 20, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 31, 0, 0, 0, 0, 36, 27, 30, 28, 0, 0, 22, 0, 37, 30, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 168.21, 7, main, -1.47, 82647.00, 1685.69, 355.88, -5.98, 32.1, 1.41, 3.86, 3.99, 0.09, 0.00, 0.01, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.01, 1, 1, 10, 32.9484273,-106.9150963, 1776.0, 2022, 6, 24, 15, 20, 4, 1049, 1116, 341, 20, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 31, 0, 0, 0, 0, 36, 27, 30, 28, 0, 0, 22, 0, 37, 30, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 168.30, 7, main, -1.47, 82647.00, 1685.69, 355.88, -5.98, 32.1, 1.41, 3.86, 3.99, 0.09, 0.00, 0.01, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.01, 1, 1, 10, 32.9484273,-106.9150963, 1776.0, 2022, 6, 24, 15, 20, 4, 1049, 1116, 341, 20, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 31, 0, 0, 0, 0, 36, 27, 30, 28, 0, 0, 22, 0, 37, 30, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 168.30, 7, main, -1.47, 82647.00, 1685.69, 355.88, -5.98, 32.1, 1.41, 3.86, 3.99, 0.09, 0.00, 0.01, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.01, 1, 1, 10, 32.9484273,-106.9150963, 1776.0, 2022, 6, 24, 15, 20, 4, 1049, 1116, 341, 20, 1.6, 0.8, 1.4, 0, 34, 28, 0, 0, 31, 0, 0, 0, 0, 36, 27, 30, 28, 0, 0, 22, 0, 37, 30, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 168.31, 7, main, -4.90, 82660.00, 1684.41, 354.61, -5.98, 32.1, 1.41, 3.86, 3.99, 0.09, 0.00, 0.01, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.01, 1, 1, 9, 32.9484502,-106.9151207, 1770.0, 2022, 6, 24, 15, 20, 5, 1052, 1117, 341, 20, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 31, 27, 22, 26, 0, 0, 28, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 168.34, 7, main, -4.90, 82660.00, 1684.41, 354.61, -5.98, 32.1, 1.42, 3.87, 3.98, 0.09, 0.00, 0.01, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.09, 0.00, 1, 1, 9, 32.9484502,-106.9151207, 1770.0, 2022, 6, 24, 15, 20, 5, 1052, 1117, 341, 20, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 31, 27, 22, 26, 0, 0, 28, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 168.41, 7, main, -1.96, 82655.00, 1684.90, 355.10, -5.97, 32.1, 1.42, 3.87, 3.98, 0.12, 0.00, 0.00, 62.26, 22.83, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.09, 0.00, 1, 1, 9, 32.9484502,-106.9151207, 1770.0, 2022, 6, 24, 15, 20, 5, 1052, 1117, 341, 20, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 31, 27, 22, 26, 0, 0, 28, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 168.51, 7, main, -2.45, 82674.00, 1683.04, 353.23, -5.97, 32.1, 1.42, 3.87, 3.98, 0.12, 0.00, 0.00, 62.26, 22.83, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.09, 0.00, 1, 1, 9, 32.9484502,-106.9151207, 1770.0, 2022, 6, 24, 15, 20, 5, 1052, 1117, 341, 20, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 31, 27, 22, 26, 0, 0, 28, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 168.61, 7, main, -1.47, 82679.00, 1682.54, 352.74, -5.96, 32.1, 1.42, 3.87, 3.98, 0.12, 0.00, 0.00, 62.26, 22.83, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.09, 0.00, 1, 1, 9, 32.9484502,-106.9151207, 1770.0, 2022, 6, 24, 15, 20, 5, 1052, 1117, 341, 20, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 31, 27, 22, 26, 0, 0, 28, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 168.66, 7, main, -1.47, 82679.00, 1682.54, 352.74, -5.96, 32.1, 1.40, 3.87, 3.99, 0.12, 0.00, 0.00, 62.26, 22.83, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9484502,-106.9151207, 1770.0, 2022, 6, 24, 15, 20, 5, 1052, 1117, 341, 20, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 31, 27, 22, 26, 0, 0, 28, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 168.71, 7, main, -6.37, 82684.00, 1682.05, 352.25, -5.95, 32.1, 1.40, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 22.58, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9484502,-106.9151207, 1770.0, 2022, 6, 24, 15, 20, 5, 1052, 1117, 341, 20, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 31, 27, 22, 26, 0, 0, 28, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 168.81, 7, main, -1.96, 82690.00, 1681.47, 351.66, -5.94, 32.1, 1.40, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 22.58, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9484502,-106.9151207, 1770.0, 2022, 6, 24, 15, 20, 5, 1052, 1117, 341, 20, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 31, 27, 22, 26, 0, 0, 28, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 168.91, 7, main, -0.00, 82694.00, 1681.07, 351.27, -5.93, 32.1, 1.40, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 22.58, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9484502,-106.9151207, 1770.0, 2022, 6, 24, 15, 20, 5, 1052, 1117, 341, 20, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 31, 27, 22, 26, 0, 0, 28, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 168.98, 7, main, -0.00, 82694.00, 1681.07, 351.27, -5.93, 32.1, 1.39, 3.87, 3.98, 0.09, 0.00, 0.00, 62.32, 22.58, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9484502,-106.9151207, 1770.0, 2022, 6, 24, 15, 20, 5, 1052, 1117, 341, 20, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 31, 27, 22, 26, 0, 0, 28, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 169.01, 7, main, -2.45, 82703.00, 1680.19, 350.39, -5.93, 32.1, 1.39, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9484502,-106.9151207, 1770.0, 2022, 6, 24, 15, 20, 5, 1052, 1117, 341, 20, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 31, 27, 22, 26, 0, 0, 28, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 169.11, 7, main, 1.47, 82710.00, 1679.50, 349.70, -5.94, 32.1, 1.39, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9484502,-106.9151207, 1770.0, 2022, 6, 24, 15, 20, 5, 1052, 1117, 341, 20, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 31, 27, 22, 26, 0, 0, 28, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 169.21, 7, main, -0.49, 82723.00, 1678.23, 348.43, -5.94, 32.1, 1.39, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9484502,-106.9151207, 1770.0, 2022, 6, 24, 15, 20, 5, 1052, 1117, 341, 20, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 31, 27, 22, 26, 0, 0, 28, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 169.30, 7, main, -0.49, 82723.00, 1678.23, 348.43, -5.94, 32.1, 1.40, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9484502,-106.9151207, 1770.0, 2022, 6, 24, 15, 20, 5, 1052, 1117, 341, 20, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 31, 27, 22, 26, 0, 0, 28, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 169.30, 7, main, -0.49, 82723.00, 1678.23, 348.43, -5.94, 32.1, 1.40, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9484502,-106.9151207, 1770.0, 2022, 6, 24, 15, 20, 5, 1052, 1117, 341, 20, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 31, 27, 22, 26, 0, 0, 28, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 169.30, 7, main, -0.49, 82723.00, 1678.23, 348.43, -5.94, 32.1, 1.40, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9484502,-106.9151207, 1770.0, 2022, 6, 24, 15, 20, 5, 1052, 1117, 341, 20, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 31, 27, 22, 26, 0, 0, 28, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 169.31, 7, main, 1.96, 82715.00, 1679.01, 349.21, -5.95, 32.1, 1.40, 3.87, 3.99, 0.00, 0.00, 0.00, 62.32, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484810,-106.9151522, 1764.0, 2022, 6, 24, 15, 20, 6, 1056, 1119, 341, 19, 1.6, 0.8, 1.4, 0, 24, 35, 0, 0, 34, 0, 0, 0, 0, 25, 35, 33, 25, 0, 0, 30, 0, 27, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 169.41, 7, main, -1.47, 82718.00, 1678.72, 348.92, -5.96, 32.1, 1.40, 3.87, 3.99, 0.00, 0.00, 0.00, 62.32, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484810,-106.9151522, 1764.0, 2022, 6, 24, 15, 20, 6, 1056, 1119, 341, 19, 1.6, 0.8, 1.4, 0, 24, 35, 0, 0, 34, 0, 0, 0, 0, 25, 35, 33, 25, 0, 0, 30, 0, 27, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 169.51, 7, main, 0.49, 82720.00, 1678.52, 348.72, -5.98, 32.1, 1.40, 3.87, 3.99, 0.00, 0.00, 0.00, 62.32, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484810,-106.9151522, 1764.0, 2022, 6, 24, 15, 20, 6, 1056, 1119, 341, 19, 1.6, 0.8, 1.4, 0, 24, 35, 0, 0, 34, 0, 0, 0, 0, 25, 35, 33, 25, 0, 0, 30, 0, 27, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 169.61, 7, main, -2.45, 82728.00, 1677.74, 347.94, -6.00, 32.1, 1.40, 3.87, 3.99, 0.00, 0.00, 0.00, 62.32, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484810,-106.9151522, 1764.0, 2022, 6, 24, 15, 20, 6, 1056, 1119, 341, 19, 1.6, 0.8, 1.4, 0, 24, 35, 0, 0, 34, 0, 0, 0, 0, 25, 35, 33, 25, 0, 0, 30, 0, 27, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 169.62, 7, main, -2.45, 82728.00, 1677.74, 347.94, -6.00, 32.1, 1.37, 3.84, 3.97, 0.00, 0.00, 0.00, 62.32, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484810,-106.9151522, 1764.0, 2022, 6, 24, 15, 20, 6, 1056, 1119, 341, 19, 1.6, 0.8, 1.4, 0, 24, 35, 0, 0, 34, 0, 0, 0, 0, 25, 35, 33, 25, 0, 0, 30, 0, 27, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 169.71, 7, main, -3.92, 82744.00, 1676.17, 346.37, -6.04, 32.1, 1.37, 3.84, 3.97, 0.00, 0.00, 0.00, 61.89, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484810,-106.9151522, 1764.0, 2022, 6, 24, 15, 20, 6, 1056, 1119, 341, 19, 1.6, 0.8, 1.4, 0, 24, 35, 0, 0, 34, 0, 0, 0, 0, 25, 35, 33, 25, 0, 0, 30, 0, 27, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 169.81, 7, main, -1.47, 82746.00, 1675.97, 346.17, -6.09, 32.1, 1.37, 3.84, 3.97, 0.00, 0.00, 0.00, 61.89, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484810,-106.9151522, 1764.0, 2022, 6, 24, 15, 20, 6, 1056, 1119, 341, 19, 1.6, 0.8, 1.4, 0, 24, 35, 0, 0, 34, 0, 0, 0, 0, 25, 35, 33, 25, 0, 0, 30, 0, 27, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 169.91, 7, main, -0.49, 82758.00, 1674.79, 344.99, -6.14, 32.1, 1.37, 3.84, 3.97, 0.00, 0.00, 0.00, 61.89, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484810,-106.9151522, 1764.0, 2022, 6, 24, 15, 20, 6, 1056, 1119, 341, 19, 1.6, 0.8, 1.4, 0, 24, 35, 0, 0, 34, 0, 0, 0, 0, 25, 35, 33, 25, 0, 0, 30, 0, 27, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 169.94, 7, main, -0.49, 82758.00, 1674.79, 344.99, -6.14, 32.1, 1.36, 3.85, 3.98, 0.00, 0.00, 0.00, 61.89, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484810,-106.9151522, 1764.0, 2022, 6, 24, 15, 20, 6, 1056, 1119, 341, 19, 1.6, 0.8, 1.4, 0, 24, 35, 0, 0, 34, 0, 0, 0, 0, 25, 35, 33, 25, 0, 0, 30, 0, 27, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 170.01, 7, main, -2.45, 82762.00, 1674.40, 344.60, -6.18, 32.1, 1.36, 3.85, 3.98, 0.00, 0.00, 0.00, 62.01, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484810,-106.9151522, 1764.0, 2022, 6, 24, 15, 20, 6, 1056, 1119, 341, 19, 1.6, 0.8, 1.4, 0, 24, 35, 0, 0, 34, 0, 0, 0, 0, 25, 35, 33, 25, 0, 0, 30, 0, 27, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 170.11, 7, main, -4.41, 82752.00, 1675.38, 345.58, -6.23, 32.0, 1.36, 3.85, 3.98, 0.00, 0.00, 0.00, 62.01, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484810,-106.9151522, 1764.0, 2022, 6, 24, 15, 20, 6, 1056, 1119, 341, 19, 1.6, 0.8, 1.4, 0, 24, 35, 0, 0, 34, 0, 0, 0, 0, 25, 35, 33, 25, 0, 0, 30, 0, 27, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 170.21, 7, main, -6.37, 82769.00, 1673.72, 343.91, -6.28, 32.0, 1.36, 3.85, 3.98, 0.00, 0.00, 0.00, 62.01, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484810,-106.9151522, 1764.0, 2022, 6, 24, 15, 20, 6, 1056, 1119, 341, 19, 1.6, 0.8, 1.4, 0, 24, 35, 0, 0, 34, 0, 0, 0, 0, 25, 35, 33, 25, 0, 0, 30, 0, 27, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 170.26, 7, main, -6.37, 82769.00, 1673.72, 343.91, -6.28, 32.0, 1.36, 3.87, 3.98, 0.00, 0.00, 0.00, 62.01, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484810,-106.9151522, 1764.0, 2022, 6, 24, 15, 20, 6, 1056, 1119, 341, 19, 1.6, 0.8, 1.4, 0, 24, 35, 0, 0, 34, 0, 0, 0, 0, 25, 35, 33, 25, 0, 0, 30, 0, 27, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 170.30, 7, main, -6.37, 82769.00, 1673.72, 343.91, -6.28, 32.0, 1.36, 3.87, 3.98, 0.00, 0.00, 0.00, 62.01, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484810,-106.9151522, 1764.0, 2022, 6, 24, 15, 20, 6, 1056, 1119, 341, 19, 1.6, 0.8, 1.4, 0, 24, 35, 0, 0, 34, 0, 0, 0, 0, 25, 35, 33, 25, 0, 0, 30, 0, 27, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 170.30, 7, main, -6.37, 82769.00, 1673.72, 343.91, -6.28, 32.0, 1.36, 3.87, 3.98, 0.00, 0.00, 0.00, 62.01, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9484810,-106.9151522, 1764.0, 2022, 6, 24, 15, 20, 6, 1056, 1119, 341, 19, 1.6, 0.8, 1.4, 0, 24, 35, 0, 0, 34, 0, 0, 0, 0, 25, 35, 33, 25, 0, 0, 30, 0, 27, 30, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 170.31, 7, main, -3.43, 82770.00, 1673.62, 343.82, -6.33, 32.1, 1.36, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485137,-106.9151730, 1758.0, 2022, 6, 24, 15, 20, 7, 1060, 1121, 341, 19, 1.6, 0.8, 1.4, 0, 34, 35, 0, 0, 38, 0, 0, 0, 0, 34, 31, 22, 26, 0, 0, 29, 0, 35, 21, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 170.41, 7, main, -5.39, 82778.00, 1672.83, 343.03, -6.36, 32.1, 1.36, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485137,-106.9151730, 1758.0, 2022, 6, 24, 15, 20, 7, 1060, 1121, 341, 19, 1.6, 0.8, 1.4, 0, 34, 35, 0, 0, 38, 0, 0, 0, 0, 34, 31, 22, 26, 0, 0, 29, 0, 35, 21, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 170.51, 7, main, -4.41, 82797.00, 1670.97, 341.17, -6.40, 32.0, 1.36, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9485137,-106.9151730, 1758.0, 2022, 6, 24, 15, 20, 7, 1060, 1121, 341, 19, 1.6, 0.8, 1.4, 0, 34, 35, 0, 0, 38, 0, 0, 0, 0, 34, 31, 22, 26, 0, 0, 29, 0, 35, 21, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 170.58, 7, main, -4.41, 82797.00, 1670.97, 341.17, -6.40, 32.0, 1.36, 3.87, 3.99, 0.00, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9485137,-106.9151730, 1758.0, 2022, 6, 24, 15, 20, 7, 1060, 1121, 341, 19, 1.6, 0.8, 1.4, 0, 34, 35, 0, 0, 38, 0, 0, 0, 0, 34, 31, 22, 26, 0, 0, 29, 0, 35, 21, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 170.61, 7, main, -4.90, 82804.00, 1670.28, 340.48, -6.44, 32.1, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.26, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9485137,-106.9151730, 1758.0, 2022, 6, 24, 15, 20, 7, 1060, 1121, 341, 19, 1.6, 0.8, 1.4, 0, 34, 35, 0, 0, 38, 0, 0, 0, 0, 34, 31, 22, 26, 0, 0, 29, 0, 35, 21, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 170.71, 7, main, -3.43, 82815.00, 1669.21, 339.41, -6.46, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.26, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9485137,-106.9151730, 1758.0, 2022, 6, 24, 15, 20, 7, 1060, 1121, 341, 19, 1.6, 0.8, 1.4, 0, 34, 35, 0, 0, 38, 0, 0, 0, 0, 34, 31, 22, 26, 0, 0, 29, 0, 35, 21, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 170.81, 7, main, -1.96, 82812.00, 1669.50, 339.70, -6.48, 32.1, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.26, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9485137,-106.9151730, 1758.0, 2022, 6, 24, 15, 20, 7, 1060, 1121, 341, 19, 1.6, 0.8, 1.4, 0, 34, 35, 0, 0, 38, 0, 0, 0, 0, 34, 31, 22, 26, 0, 0, 29, 0, 35, 21, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 170.90, 7, main, -1.96, 82812.00, 1669.50, 339.70, -6.48, 32.1, 1.36, 3.86, 3.98, 0.09, 0.00, 0.00, 62.26, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9485137,-106.9151730, 1758.0, 2022, 6, 24, 15, 20, 7, 1060, 1121, 341, 19, 1.6, 0.8, 1.4, 0, 34, 35, 0, 0, 38, 0, 0, 0, 0, 34, 31, 22, 26, 0, 0, 29, 0, 35, 21, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 170.91, 7, main, 0.49, 82816.00, 1669.11, 339.31, -6.49, 32.0, 1.36, 3.86, 3.98, 0.00, 0.01, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9485137,-106.9151730, 1758.0, 2022, 6, 24, 15, 20, 7, 1060, 1121, 341, 19, 1.6, 0.8, 1.4, 0, 34, 35, 0, 0, 38, 0, 0, 0, 0, 34, 31, 22, 26, 0, 0, 29, 0, 35, 21, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 171.01, 7, main, -1.47, 82832.00, 1667.54, 337.74, -6.50, 32.1, 1.36, 3.86, 3.98, 0.00, 0.01, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9485137,-106.9151730, 1758.0, 2022, 6, 24, 15, 20, 7, 1060, 1121, 341, 19, 1.6, 0.8, 1.4, 0, 34, 35, 0, 0, 38, 0, 0, 0, 0, 34, 31, 22, 26, 0, 0, 29, 0, 35, 21, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 171.11, 7, main, 1.96, 82835.00, 1667.25, 337.45, -6.50, 32.1, 1.36, 3.86, 3.98, 0.00, 0.01, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9485137,-106.9151730, 1758.0, 2022, 6, 24, 15, 20, 7, 1060, 1121, 341, 19, 1.6, 0.8, 1.4, 0, 34, 35, 0, 0, 38, 0, 0, 0, 0, 34, 31, 22, 26, 0, 0, 29, 0, 35, 21, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 171.21, 7, main, -1.47, 82833.00, 1667.44, 337.64, -6.51, 32.1, 1.36, 3.86, 3.98, 0.00, 0.01, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.01, 0.00, 0.00, 1, 1, 10, 32.9485137,-106.9151730, 1758.0, 2022, 6, 24, 15, 20, 7, 1060, 1121, 341, 19, 1.6, 0.8, 1.4, 0, 34, 35, 0, 0, 38, 0, 0, 0, 0, 34, 31, 22, 26, 0, 0, 29, 0, 35, 21, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 171.22, 7, main, -1.47, 82833.00, 1667.44, 337.64, -6.51, 32.1, 1.36, 3.86, 3.99, 0.00, 0.01, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485137,-106.9151730, 1758.0, 2022, 6, 24, 15, 20, 7, 1060, 1121, 341, 19, 1.6, 0.8, 1.4, 0, 34, 35, 0, 0, 38, 0, 0, 0, 0, 34, 31, 22, 26, 0, 0, 29, 0, 35, 21, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 171.30, 7, main, -1.47, 82833.00, 1667.44, 337.64, -6.51, 32.1, 1.36, 3.86, 3.99, 0.00, 0.01, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485137,-106.9151730, 1758.0, 2022, 6, 24, 15, 20, 7, 1060, 1121, 341, 19, 1.6, 0.8, 1.4, 0, 34, 35, 0, 0, 38, 0, 0, 0, 0, 34, 31, 22, 26, 0, 0, 29, 0, 35, 21, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 171.30, 7, main, -1.47, 82833.00, 1667.44, 337.64, -6.51, 32.1, 1.36, 3.86, 3.99, 0.00, 0.01, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485137,-106.9151730, 1758.0, 2022, 6, 24, 15, 20, 7, 1060, 1121, 341, 19, 1.6, 0.8, 1.4, 0, 34, 35, 0, 0, 38, 0, 0, 0, 0, 34, 31, 22, 26, 0, 0, 29, 0, 35, 21, 0, 0, 0, 29, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 171.31, 7, main, -1.96, 82844.00, 1666.36, 336.56, -6.51, 32.0, 1.36, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485543,-106.9151921, 1753.0, 2022, 6, 24, 15, 20, 8, 1065, 1124, 341, 19, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 34, 0, 0, 0, 0, 34, 35, 33, 29, 0, 0, 23, 0, 33, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 171.41, 7, main, -5.39, 82842.00, 1666.56, 336.76, -6.51, 32.0, 1.36, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485543,-106.9151921, 1753.0, 2022, 6, 24, 15, 20, 8, 1065, 1124, 341, 19, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 34, 0, 0, 0, 0, 34, 35, 33, 29, 0, 0, 23, 0, 33, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 171.51, 7, main, -3.43, 82863.00, 1664.50, 334.70, -6.51, 32.0, 1.36, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485543,-106.9151921, 1753.0, 2022, 6, 24, 15, 20, 8, 1065, 1124, 341, 19, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 34, 0, 0, 0, 0, 34, 35, 33, 29, 0, 0, 23, 0, 33, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 171.54, 7, main, -3.43, 82863.00, 1664.50, 334.70, -6.51, 32.0, 1.37, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485543,-106.9151921, 1753.0, 2022, 6, 24, 15, 20, 8, 1065, 1124, 341, 19, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 34, 0, 0, 0, 0, 34, 35, 33, 29, 0, 0, 23, 0, 33, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 171.61, 7, main, -4.90, 82866.00, 1664.21, 334.41, -6.50, 32.1, 1.37, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485543,-106.9151921, 1753.0, 2022, 6, 24, 15, 20, 8, 1065, 1124, 341, 19, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 34, 0, 0, 0, 0, 34, 35, 33, 29, 0, 0, 23, 0, 33, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 171.71, 7, main, -3.92, 82878.00, 1663.03, 333.23, -6.50, 32.0, 1.37, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485543,-106.9151921, 1753.0, 2022, 6, 24, 15, 20, 8, 1065, 1124, 341, 19, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 34, 0, 0, 0, 0, 34, 35, 33, 29, 0, 0, 23, 0, 33, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 171.81, 7, main, -2.94, 82880.00, 1662.84, 333.04, -6.51, 32.0, 1.37, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485543,-106.9151921, 1753.0, 2022, 6, 24, 15, 20, 8, 1065, 1124, 341, 19, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 34, 0, 0, 0, 0, 34, 35, 33, 29, 0, 0, 23, 0, 33, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 171.86, 7, main, -2.94, 82880.00, 1662.84, 333.04, -6.51, 32.0, 1.37, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485543,-106.9151921, 1753.0, 2022, 6, 24, 15, 20, 8, 1065, 1124, 341, 19, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 34, 0, 0, 0, 0, 34, 35, 33, 29, 0, 0, 23, 0, 33, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 171.91, 7, main, -4.90, 82883.00, 1662.54, 332.74, -6.51, 32.1, 1.37, 3.86, 3.99, 0.08, 0.00, 0.00, 62.14, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485543,-106.9151921, 1753.0, 2022, 6, 24, 15, 20, 8, 1065, 1124, 341, 19, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 34, 0, 0, 0, 0, 34, 35, 33, 29, 0, 0, 23, 0, 33, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 172.01, 7, main, -4.90, 82881.00, 1662.74, 332.94, -6.51, 32.0, 1.37, 3.86, 3.99, 0.08, 0.00, 0.00, 62.14, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485543,-106.9151921, 1753.0, 2022, 6, 24, 15, 20, 8, 1065, 1124, 341, 19, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 34, 0, 0, 0, 0, 34, 35, 33, 29, 0, 0, 23, 0, 33, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 172.11, 7, main, -1.96, 82901.00, 1660.78, 330.98, -6.49, 32.1, 1.37, 3.86, 3.99, 0.08, 0.00, 0.00, 62.14, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485543,-106.9151921, 1753.0, 2022, 6, 24, 15, 20, 8, 1065, 1124, 341, 19, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 34, 0, 0, 0, 0, 34, 35, 33, 29, 0, 0, 23, 0, 33, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 172.18, 7, main, -1.96, 82901.00, 1660.78, 330.98, -6.49, 32.1, 1.37, 3.87, 3.99, 0.08, 0.00, 0.00, 62.14, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485543,-106.9151921, 1753.0, 2022, 6, 24, 15, 20, 8, 1065, 1124, 341, 19, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 34, 0, 0, 0, 0, 34, 35, 33, 29, 0, 0, 23, 0, 33, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 172.21, 7, main, -2.94, 82911.00, 1659.80, 330.00, -6.50, 32.1, 1.37, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485543,-106.9151921, 1753.0, 2022, 6, 24, 15, 20, 8, 1065, 1124, 341, 19, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 34, 0, 0, 0, 0, 34, 35, 33, 29, 0, 0, 23, 0, 33, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 172.30, 7, main, -2.94, 82911.00, 1659.80, 330.00, -6.50, 32.1, 1.37, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485543,-106.9151921, 1753.0, 2022, 6, 24, 15, 20, 8, 1065, 1124, 341, 19, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 34, 0, 0, 0, 0, 34, 35, 33, 29, 0, 0, 23, 0, 33, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 172.30, 7, main, -2.94, 82911.00, 1659.80, 330.00, -6.50, 32.1, 1.37, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9485543,-106.9151921, 1753.0, 2022, 6, 24, 15, 20, 8, 1065, 1124, 341, 19, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 34, 0, 0, 0, 0, 34, 35, 33, 29, 0, 0, 23, 0, 33, 24, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 172.31, 7, main, -1.96, 82913.00, 1659.61, 329.80, -6.51, 32.0, 1.37, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9485951,-106.9152055, 1746.0, 2022, 6, 24, 15, 20, 9, 1070, 1126, 341, 18, 1.7, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 35, 35, 30, 29, 0, 0, 22, 0, 32, 24, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 172.41, 7, main, -2.45, 82910.00, 1659.90, 330.10, -6.52, 32.0, 1.37, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9485951,-106.9152055, 1746.0, 2022, 6, 24, 15, 20, 9, 1070, 1126, 341, 18, 1.7, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 35, 35, 30, 29, 0, 0, 22, 0, 32, 24, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 172.50, 7, main, -2.45, 82910.00, 1659.90, 330.10, -6.52, 32.0, 1.37, 3.86, 3.99, 0.08, 0.00, 0.00, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9485951,-106.9152055, 1746.0, 2022, 6, 24, 15, 20, 9, 1070, 1126, 341, 18, 1.7, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 35, 35, 30, 29, 0, 0, 22, 0, 32, 24, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 172.51, 7, main, -3.92, 82924.00, 1658.53, 328.73, -6.53, 32.0, 1.37, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9485951,-106.9152055, 1746.0, 2022, 6, 24, 15, 20, 9, 1070, 1126, 341, 18, 1.7, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 35, 35, 30, 29, 0, 0, 22, 0, 32, 24, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 172.61, 7, main, -1.96, 82935.00, 1657.45, 327.65, -6.54, 32.0, 1.37, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9485951,-106.9152055, 1746.0, 2022, 6, 24, 15, 20, 9, 1070, 1126, 341, 18, 1.7, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 35, 35, 30, 29, 0, 0, 22, 0, 32, 24, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 172.71, 7, main, -2.45, 82931.00, 1657.84, 328.04, -6.56, 32.0, 1.37, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9485951,-106.9152055, 1746.0, 2022, 6, 24, 15, 20, 9, 1070, 1126, 341, 18, 1.7, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 35, 35, 30, 29, 0, 0, 22, 0, 32, 24, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 172.81, 7, main, -5.88, 82946.00, 1656.37, 326.57, -6.57, 32.0, 1.37, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9485951,-106.9152055, 1746.0, 2022, 6, 24, 15, 20, 9, 1070, 1126, 341, 18, 1.7, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 35, 35, 30, 29, 0, 0, 22, 0, 32, 24, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 172.82, 7, main, -5.88, 82946.00, 1656.37, 326.57, -6.57, 32.0, 1.37, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9485951,-106.9152055, 1746.0, 2022, 6, 24, 15, 20, 9, 1070, 1126, 341, 18, 1.7, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 35, 35, 30, 29, 0, 0, 22, 0, 32, 24, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 172.91, 7, main, -5.88, 82949.00, 1656.08, 326.28, -6.58, 32.1, 1.37, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9485951,-106.9152055, 1746.0, 2022, 6, 24, 15, 20, 9, 1070, 1126, 341, 18, 1.7, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 35, 35, 30, 29, 0, 0, 22, 0, 32, 24, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 173.01, 7, main, -4.41, 82965.00, 1654.51, 324.71, -6.59, 32.0, 1.37, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9485951,-106.9152055, 1746.0, 2022, 6, 24, 15, 20, 9, 1070, 1126, 341, 18, 1.7, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 35, 35, 30, 29, 0, 0, 22, 0, 32, 24, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 173.11, 7, main, -7.35, 82962.00, 1654.81, 325.01, -6.60, 32.0, 1.37, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9485951,-106.9152055, 1746.0, 2022, 6, 24, 15, 20, 9, 1070, 1126, 341, 18, 1.7, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 35, 35, 30, 29, 0, 0, 22, 0, 32, 24, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 173.14, 7, main, -7.35, 82962.00, 1654.81, 325.01, -6.60, 32.0, 1.37, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9485951,-106.9152055, 1746.0, 2022, 6, 24, 15, 20, 9, 1070, 1126, 341, 18, 1.7, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 35, 35, 30, 29, 0, 0, 22, 0, 32, 24, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 173.21, 7, main, -2.45, 82979.00, 1653.14, 323.34, -6.61, 32.1, 1.37, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9485951,-106.9152055, 1746.0, 2022, 6, 24, 15, 20, 9, 1070, 1126, 341, 18, 1.7, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 35, 35, 30, 29, 0, 0, 22, 0, 32, 24, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 173.30, 7, main, -2.45, 82979.00, 1653.14, 323.34, -6.61, 32.1, 1.37, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9485951,-106.9152055, 1746.0, 2022, 6, 24, 15, 20, 9, 1070, 1126, 341, 18, 1.7, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 35, 35, 30, 29, 0, 0, 22, 0, 32, 24, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 173.30, 7, main, -2.45, 82979.00, 1653.14, 323.34, -6.61, 32.1, 1.37, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9485951,-106.9152055, 1746.0, 2022, 6, 24, 15, 20, 9, 1070, 1126, 341, 18, 1.7, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 35, 35, 30, 29, 0, 0, 22, 0, 32, 24, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 173.31, 7, main, -2.45, 82985.00, 1652.56, 322.76, -6.62, 32.0, 1.37, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9486294,-106.9152023, 1740.0, 2022, 6, 24, 15, 20, 10, 1073, 1128, 341, 18, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 33, 0, 0, 0, 0, 34, 26, 30, 28, 0, 0, 22, 0, 36, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 173.41, 7, main, -4.41, 82990.00, 1652.07, 322.27, -6.64, 32.0, 1.37, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9486294,-106.9152023, 1740.0, 2022, 6, 24, 15, 20, 10, 1073, 1128, 341, 18, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 33, 0, 0, 0, 0, 34, 26, 30, 28, 0, 0, 22, 0, 36, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 173.46, 7, main, -4.41, 82990.00, 1652.07, 322.27, -6.64, 32.0, 1.36, 3.85, 3.97, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9486294,-106.9152023, 1740.0, 2022, 6, 24, 15, 20, 10, 1073, 1128, 341, 18, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 33, 0, 0, 0, 0, 34, 26, 30, 28, 0, 0, 22, 0, 36, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 173.51, 7, main, -3.43, 82986.00, 1652.46, 322.66, -6.66, 32.0, 1.36, 3.85, 3.97, 0.00, 0.00, 0.00, 62.01, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9486294,-106.9152023, 1740.0, 2022, 6, 24, 15, 20, 10, 1073, 1128, 341, 18, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 33, 0, 0, 0, 0, 34, 26, 30, 28, 0, 0, 22, 0, 36, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 173.61, 7, main, -3.92, 82986.00, 1652.46, 322.66, -6.69, 32.0, 1.36, 3.85, 3.97, 0.00, 0.00, 0.00, 62.01, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9486294,-106.9152023, 1740.0, 2022, 6, 24, 15, 20, 10, 1073, 1128, 341, 18, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 33, 0, 0, 0, 0, 34, 26, 30, 28, 0, 0, 22, 0, 36, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 173.71, 7, main, -3.43, 83002.00, 1650.89, 321.09, -6.71, 32.0, 1.36, 3.85, 3.97, 0.00, 0.00, 0.00, 62.01, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9486294,-106.9152023, 1740.0, 2022, 6, 24, 15, 20, 10, 1073, 1128, 341, 18, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 33, 0, 0, 0, 0, 34, 26, 30, 28, 0, 0, 22, 0, 36, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 173.78, 7, main, -3.43, 83002.00, 1650.89, 321.09, -6.71, 32.0, 1.36, 3.86, 3.99, 0.00, 0.00, 0.00, 62.01, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9486294,-106.9152023, 1740.0, 2022, 6, 24, 15, 20, 10, 1073, 1128, 341, 18, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 33, 0, 0, 0, 0, 34, 26, 30, 28, 0, 0, 22, 0, 36, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 173.81, 7, main, -3.92, 83022.00, 1648.94, 319.14, -6.73, 32.1, 1.36, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9486294,-106.9152023, 1740.0, 2022, 6, 24, 15, 20, 10, 1073, 1128, 341, 18, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 33, 0, 0, 0, 0, 34, 26, 30, 28, 0, 0, 22, 0, 36, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 173.91, 7, main, -3.43, 83010.00, 1650.11, 320.31, -6.75, 32.0, 1.36, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9486294,-106.9152023, 1740.0, 2022, 6, 24, 15, 20, 10, 1073, 1128, 341, 18, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 33, 0, 0, 0, 0, 34, 26, 30, 28, 0, 0, 22, 0, 36, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 174.01, 7, main, -3.43, 83020.00, 1649.13, 319.33, -6.76, 32.0, 1.36, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9486294,-106.9152023, 1740.0, 2022, 6, 24, 15, 20, 10, 1073, 1128, 341, 18, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 33, 0, 0, 0, 0, 34, 26, 30, 28, 0, 0, 22, 0, 36, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 174.10, 7, main, -3.43, 83020.00, 1649.13, 319.33, -6.76, 32.0, 1.36, 3.87, 4.00, 0.09, 0.00, 0.00, 62.14, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9486294,-106.9152023, 1740.0, 2022, 6, 24, 15, 20, 10, 1073, 1128, 341, 18, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 33, 0, 0, 0, 0, 34, 26, 30, 28, 0, 0, 22, 0, 36, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 174.11, 7, main, -1.96, 83026.00, 1648.55, 318.75, -6.77, 32.0, 1.36, 3.87, 4.00, 0.09, 0.00, 0.00, 62.32, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9486294,-106.9152023, 1740.0, 2022, 6, 24, 15, 20, 10, 1073, 1128, 341, 18, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 33, 0, 0, 0, 0, 34, 26, 30, 28, 0, 0, 22, 0, 36, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 174.21, 7, main, -4.90, 83045.00, 1646.69, 316.89, -6.79, 32.0, 1.36, 3.87, 4.00, 0.09, 0.00, 0.00, 62.32, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9486294,-106.9152023, 1740.0, 2022, 6, 24, 15, 20, 10, 1073, 1128, 341, 18, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 33, 0, 0, 0, 0, 34, 26, 30, 28, 0, 0, 22, 0, 36, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 174.30, 7, main, -4.90, 83045.00, 1646.69, 316.89, -6.79, 32.0, 1.36, 3.87, 4.00, 0.09, 0.00, 0.00, 62.32, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9486294,-106.9152023, 1740.0, 2022, 6, 24, 15, 20, 10, 1073, 1128, 341, 18, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 33, 0, 0, 0, 0, 34, 26, 30, 28, 0, 0, 22, 0, 36, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 174.30, 7, main, -4.90, 83045.00, 1646.69, 316.89, -6.79, 32.0, 1.36, 3.87, 4.00, 0.09, 0.00, 0.00, 62.32, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9486294,-106.9152023, 1740.0, 2022, 6, 24, 15, 20, 10, 1073, 1128, 341, 18, 1.6, 0.8, 1.4, 0, 33, 28, 0, 0, 33, 0, 0, 0, 0, 34, 26, 30, 28, 0, 0, 22, 0, 36, 23, 0, 0, 0, 28, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 174.31, 7, main, -3.92, 83053.00, 1645.91, 316.11, -6.78, 32.0, 1.36, 3.87, 4.00, 0.09, 0.00, 0.00, 62.32, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9486714,-106.9151961, 1732.0, 2022, 6, 24, 15, 20, 11, 1078, 1129, 341, 17, 1.7, 0.8, 1.4, 0, 34, 19, 0, 0, 32, 0, 0, 0, 0, 31, 26, 33, 28, 0, 0, 29, 0, 34, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 174.41, 7, main, -4.41, 83063.00, 1644.93, 315.13, -6.76, 32.0, 1.36, 3.87, 4.00, 0.09, 0.00, 0.00, 62.32, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9486714,-106.9151961, 1732.0, 2022, 6, 24, 15, 20, 11, 1078, 1129, 341, 17, 1.7, 0.8, 1.4, 0, 34, 19, 0, 0, 32, 0, 0, 0, 0, 31, 26, 33, 28, 0, 0, 29, 0, 34, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 174.42, 7, main, -4.41, 83063.00, 1644.93, 315.13, -6.76, 32.0, 1.36, 3.86, 3.98, 0.09, 0.00, 0.00, 62.32, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9486714,-106.9151961, 1732.0, 2022, 6, 24, 15, 20, 11, 1078, 1129, 341, 17, 1.7, 0.8, 1.4, 0, 34, 19, 0, 0, 32, 0, 0, 0, 0, 31, 26, 33, 28, 0, 0, 29, 0, 34, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 174.51, 7, main, -2.45, 83055.00, 1645.71, 315.91, -6.75, 32.0, 1.36, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9486714,-106.9151961, 1732.0, 2022, 6, 24, 15, 20, 11, 1078, 1129, 341, 17, 1.7, 0.8, 1.4, 0, 34, 19, 0, 0, 32, 0, 0, 0, 0, 31, 26, 33, 28, 0, 0, 29, 0, 34, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 174.61, 7, main, -1.47, 83064.00, 1644.83, 315.03, -6.73, 32.0, 1.36, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9486714,-106.9151961, 1732.0, 2022, 6, 24, 15, 20, 11, 1078, 1129, 341, 17, 1.7, 0.8, 1.4, 0, 34, 19, 0, 0, 32, 0, 0, 0, 0, 31, 26, 33, 28, 0, 0, 29, 0, 34, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 174.71, 7, main, -0.00, 83090.00, 1642.29, 312.49, -6.70, 32.0, 1.36, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9486714,-106.9151961, 1732.0, 2022, 6, 24, 15, 20, 11, 1078, 1129, 341, 17, 1.7, 0.8, 1.4, 0, 34, 19, 0, 0, 32, 0, 0, 0, 0, 31, 26, 33, 28, 0, 0, 29, 0, 34, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 174.74, 7, main, -0.00, 83090.00, 1642.29, 312.49, -6.70, 32.0, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9486714,-106.9151961, 1732.0, 2022, 6, 24, 15, 20, 11, 1078, 1129, 341, 17, 1.7, 0.8, 1.4, 0, 34, 19, 0, 0, 32, 0, 0, 0, 0, 31, 26, 33, 28, 0, 0, 29, 0, 34, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 174.81, 7, main, -5.39, 83083.00, 1642.97, 313.17, -6.67, 32.0, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9486714,-106.9151961, 1732.0, 2022, 6, 24, 15, 20, 11, 1078, 1129, 341, 17, 1.7, 0.8, 1.4, 0, 34, 19, 0, 0, 32, 0, 0, 0, 0, 31, 26, 33, 28, 0, 0, 29, 0, 34, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 174.91, 7, main, -7.35, 83079.00, 1643.36, 313.56, -6.63, 32.0, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9486714,-106.9151961, 1732.0, 2022, 6, 24, 15, 20, 11, 1078, 1129, 341, 17, 1.7, 0.8, 1.4, 0, 34, 19, 0, 0, 32, 0, 0, 0, 0, 31, 26, 33, 28, 0, 0, 29, 0, 34, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 175.01, 7, main, -2.45, 83094.00, 1641.90, 312.10, -6.61, 32.0, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9486714,-106.9151961, 1732.0, 2022, 6, 24, 15, 20, 11, 1078, 1129, 341, 17, 1.7, 0.8, 1.4, 0, 34, 19, 0, 0, 32, 0, 0, 0, 0, 31, 26, 33, 28, 0, 0, 29, 0, 34, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 175.06, 7, main, -2.45, 83094.00, 1641.90, 312.10, -6.61, 32.0, 1.36, 3.87, 3.99, 0.00, 0.00, 0.00, 61.95, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9486714,-106.9151961, 1732.0, 2022, 6, 24, 15, 20, 11, 1078, 1129, 341, 17, 1.7, 0.8, 1.4, 0, 34, 19, 0, 0, 32, 0, 0, 0, 0, 31, 26, 33, 28, 0, 0, 29, 0, 34, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 175.11, 7, main, -0.98, 83095.00, 1641.80, 312.00, -6.57, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9486714,-106.9151961, 1732.0, 2022, 6, 24, 15, 20, 11, 1078, 1129, 341, 17, 1.7, 0.8, 1.4, 0, 34, 19, 0, 0, 32, 0, 0, 0, 0, 31, 26, 33, 28, 0, 0, 29, 0, 34, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 175.21, 7, main, -0.98, 83109.00, 1640.43, 310.63, -6.52, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9486714,-106.9151961, 1732.0, 2022, 6, 24, 15, 20, 11, 1078, 1129, 341, 17, 1.7, 0.8, 1.4, 0, 34, 19, 0, 0, 32, 0, 0, 0, 0, 31, 26, 33, 28, 0, 0, 29, 0, 34, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 175.30, 7, main, -0.98, 83109.00, 1640.43, 310.63, -6.52, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9486714,-106.9151961, 1732.0, 2022, 6, 24, 15, 20, 11, 1078, 1129, 341, 17, 1.7, 0.8, 1.4, 0, 34, 19, 0, 0, 32, 0, 0, 0, 0, 31, 26, 33, 28, 0, 0, 29, 0, 34, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 175.30, 7, main, -0.98, 83109.00, 1640.43, 310.63, -6.52, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9486714,-106.9151961, 1732.0, 2022, 6, 24, 15, 20, 11, 1078, 1129, 341, 17, 1.7, 0.8, 1.4, 0, 34, 19, 0, 0, 32, 0, 0, 0, 0, 31, 26, 33, 28, 0, 0, 29, 0, 34, 25, 0, 0, 0, 27, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 175.31, 7, main, -1.47, 83114.00, 1639.94, 310.14, -6.49, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9487221,-106.9151999, 1725.0, 2022, 6, 24, 15, 20, 12, 1083, 1132, 341, 17, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 27, 0, 0, 0, 0, 31, 35, 34, 29, 0, 0, 23, 0, 26, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 175.38, 7, main, -1.47, 83114.00, 1639.94, 310.14, -6.49, 32.0, 1.36, 3.86, 3.99, 0.09, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9487221,-106.9151999, 1725.0, 2022, 6, 24, 15, 20, 12, 1083, 1132, 341, 17, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 27, 0, 0, 0, 0, 31, 35, 34, 29, 0, 0, 23, 0, 26, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 175.41, 7, main, 1.96, 83143.00, 1637.11, 307.31, -6.46, 32.0, 1.36, 3.86, 3.99, 0.08, 0.00, 0.00, 62.14, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9487221,-106.9151999, 1725.0, 2022, 6, 24, 15, 20, 12, 1083, 1132, 341, 17, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 27, 0, 0, 0, 0, 31, 35, 34, 29, 0, 0, 23, 0, 26, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 175.51, 7, main, -0.98, 83126.00, 1638.77, 308.97, -6.43, 32.0, 1.36, 3.86, 3.99, 0.08, 0.00, 0.00, 62.14, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9487221,-106.9151999, 1725.0, 2022, 6, 24, 15, 20, 12, 1083, 1132, 341, 17, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 27, 0, 0, 0, 0, 31, 35, 34, 29, 0, 0, 23, 0, 26, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 175.61, 7, main, -3.43, 83150.00, 1636.43, 306.62, -6.42, 32.0, 1.36, 3.86, 3.99, 0.08, 0.00, 0.00, 62.14, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9487221,-106.9151999, 1725.0, 2022, 6, 24, 15, 20, 12, 1083, 1132, 341, 17, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 27, 0, 0, 0, 0, 31, 35, 34, 29, 0, 0, 23, 0, 26, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 175.70, 7, main, -3.43, 83150.00, 1636.43, 306.62, -6.42, 32.0, 1.36, 3.87, 3.99, 0.08, 0.00, 0.00, 62.14, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9487221,-106.9151999, 1725.0, 2022, 6, 24, 15, 20, 12, 1083, 1132, 341, 17, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 27, 0, 0, 0, 0, 31, 35, 34, 29, 0, 0, 23, 0, 26, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 175.71, 7, main, -2.45, 83144.00, 1637.01, 307.21, -6.41, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9487221,-106.9151999, 1725.0, 2022, 6, 24, 15, 20, 12, 1083, 1132, 341, 17, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 27, 0, 0, 0, 0, 31, 35, 34, 29, 0, 0, 23, 0, 26, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 175.81, 7, main, -0.98, 83147.00, 1636.72, 306.92, -6.42, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9487221,-106.9151999, 1725.0, 2022, 6, 24, 15, 20, 12, 1083, 1132, 341, 17, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 27, 0, 0, 0, 0, 31, 35, 34, 29, 0, 0, 23, 0, 26, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 175.91, 7, main, -2.45, 83155.00, 1635.94, 306.14, -6.44, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9487221,-106.9151999, 1725.0, 2022, 6, 24, 15, 20, 12, 1083, 1132, 341, 17, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 27, 0, 0, 0, 0, 31, 35, 34, 29, 0, 0, 23, 0, 26, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 176.01, 7, main, -1.47, 83160.00, 1635.45, 305.65, -6.47, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9487221,-106.9151999, 1725.0, 2022, 6, 24, 15, 20, 12, 1083, 1132, 341, 17, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 27, 0, 0, 0, 0, 31, 35, 34, 29, 0, 0, 23, 0, 26, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 176.02, 7, main, -1.47, 83160.00, 1635.45, 305.65, -6.47, 32.0, 1.36, 3.86, 3.98, 0.09, 0.00, 0.00, 62.32, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9487221,-106.9151999, 1725.0, 2022, 6, 24, 15, 20, 12, 1083, 1132, 341, 17, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 27, 0, 0, 0, 0, 31, 35, 34, 29, 0, 0, 23, 0, 26, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 176.11, 7, main, -3.43, 83154.00, 1636.03, 306.23, -6.50, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9487221,-106.9151999, 1725.0, 2022, 6, 24, 15, 20, 12, 1083, 1132, 341, 17, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 27, 0, 0, 0, 0, 31, 35, 34, 29, 0, 0, 23, 0, 26, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 176.21, 7, main, -2.94, 83187.00, 1632.81, 303.01, -6.55, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9487221,-106.9151999, 1725.0, 2022, 6, 24, 15, 20, 12, 1083, 1132, 341, 17, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 27, 0, 0, 0, 0, 31, 35, 34, 29, 0, 0, 23, 0, 26, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 176.30, 7, main, -2.94, 83187.00, 1632.81, 303.01, -6.55, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9487221,-106.9151999, 1725.0, 2022, 6, 24, 15, 20, 12, 1083, 1132, 341, 17, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 27, 0, 0, 0, 0, 31, 35, 34, 29, 0, 0, 23, 0, 26, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 176.30, 7, main, -2.94, 83187.00, 1632.81, 303.01, -6.55, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9487221,-106.9151999, 1725.0, 2022, 6, 24, 15, 20, 12, 1083, 1132, 341, 17, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 27, 0, 0, 0, 0, 31, 35, 34, 29, 0, 0, 23, 0, 26, 31, 0, 0, 0, 34, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 176.31, 7, main, -1.47, 83164.00, 1635.06, 305.26, -6.61, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9487625,-106.9152172, 1718.0, 2022, 6, 24, 15, 20, 13, 1088, 1135, 341, 17, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 34, 0, 0, 0, 0, 35, 30, 33, 37, 0, 0, 33, 0, 26, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 176.34, 7, main, -1.47, 83164.00, 1635.06, 305.26, -6.61, 32.0, 1.37, 3.87, 3.98, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.03, 1, 1, 10, 32.9487625,-106.9152172, 1718.0, 2022, 6, 24, 15, 20, 13, 1088, 1135, 341, 17, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 34, 0, 0, 0, 0, 35, 30, 33, 37, 0, 0, 33, 0, 26, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 176.41, 7, main, -4.90, 83179.00, 1633.59, 303.79, -6.68, 32.0, 1.37, 3.87, 3.98, 0.00, 0.00, 0.03, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.03, 1, 1, 10, 32.9487625,-106.9152172, 1718.0, 2022, 6, 24, 15, 20, 13, 1088, 1135, 341, 17, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 34, 0, 0, 0, 0, 35, 30, 33, 37, 0, 0, 33, 0, 26, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 176.51, 7, main, -4.41, 83195.00, 1632.03, 302.23, -6.73, 32.0, 1.37, 3.87, 3.98, 0.00, 0.00, 0.03, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.03, 1, 1, 10, 32.9487625,-106.9152172, 1718.0, 2022, 6, 24, 15, 20, 13, 1088, 1135, 341, 17, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 34, 0, 0, 0, 0, 35, 30, 33, 37, 0, 0, 33, 0, 26, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 176.61, 7, main, -4.90, 83201.00, 1631.44, 301.64, -6.80, 32.0, 1.37, 3.87, 3.98, 0.00, 0.00, 0.03, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.03, 1, 1, 10, 32.9487625,-106.9152172, 1718.0, 2022, 6, 24, 15, 20, 13, 1088, 1135, 341, 17, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 34, 0, 0, 0, 0, 35, 30, 33, 37, 0, 0, 33, 0, 26, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 176.66, 7, main, -4.90, 83201.00, 1631.44, 301.64, -6.80, 32.0, 1.36, 3.86, 3.99, 0.00, 0.00, 0.03, 62.32, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9487625,-106.9152172, 1718.0, 2022, 6, 24, 15, 20, 13, 1088, 1135, 341, 17, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 34, 0, 0, 0, 0, 35, 30, 33, 37, 0, 0, 33, 0, 26, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 176.71, 7, main, -4.41, 83199.00, 1631.64, 301.84, -6.87, 32.0, 1.36, 3.86, 3.99, 0.08, 0.00, 0.00, 62.14, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9487625,-106.9152172, 1718.0, 2022, 6, 24, 15, 20, 13, 1088, 1135, 341, 17, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 34, 0, 0, 0, 0, 35, 30, 33, 37, 0, 0, 33, 0, 26, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 176.81, 7, main, -4.41, 83218.00, 1629.78, 299.98, -6.94, 32.0, 1.36, 3.86, 3.99, 0.08, 0.00, 0.00, 62.14, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9487625,-106.9152172, 1718.0, 2022, 6, 24, 15, 20, 13, 1088, 1135, 341, 17, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 34, 0, 0, 0, 0, 35, 30, 33, 37, 0, 0, 33, 0, 26, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 176.91, 7, main, -4.41, 83221.00, 1629.49, 299.69, -6.99, 32.0, 1.36, 3.86, 3.99, 0.08, 0.00, 0.00, 62.14, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9487625,-106.9152172, 1718.0, 2022, 6, 24, 15, 20, 13, 1088, 1135, 341, 17, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 34, 0, 0, 0, 0, 35, 30, 33, 37, 0, 0, 33, 0, 26, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 176.98, 7, main, -4.41, 83221.00, 1629.49, 299.69, -6.99, 32.0, 1.36, 3.87, 3.99, 0.08, 0.00, 0.00, 62.14, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9487625,-106.9152172, 1718.0, 2022, 6, 24, 15, 20, 13, 1088, 1135, 341, 17, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 34, 0, 0, 0, 0, 35, 30, 33, 37, 0, 0, 33, 0, 26, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 177.01, 7, main, -5.39, 83243.00, 1627.34, 297.54, -7.04, 32.0, 1.36, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9487625,-106.9152172, 1718.0, 2022, 6, 24, 15, 20, 13, 1088, 1135, 341, 17, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 34, 0, 0, 0, 0, 35, 30, 33, 37, 0, 0, 33, 0, 26, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 177.11, 7, main, -4.41, 83233.00, 1628.32, 298.52, -7.09, 32.0, 1.36, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9487625,-106.9152172, 1718.0, 2022, 6, 24, 15, 20, 13, 1088, 1135, 341, 17, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 34, 0, 0, 0, 0, 35, 30, 33, 37, 0, 0, 33, 0, 26, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 177.21, 7, main, -3.43, 83227.00, 1628.91, 299.10, -7.13, 32.0, 1.36, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9487625,-106.9152172, 1718.0, 2022, 6, 24, 15, 20, 13, 1088, 1135, 341, 17, 1.6, 0.8, 1.4, 0, 39, 29, 0, 0, 34, 0, 0, 0, 0, 35, 30, 33, 37, 0, 0, 33, 0, 26, 23, 0, 0, 0, 23, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 177.30, 7, main, -3.43, 83227.00, 1628.91, 299.10, -7.13, 32.0, 1.36, 3.86, 3.99, 0.08, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9487996,-106.9152468, 1712.0, 2022, 6, 24, 15, 20, 14, 1093, 1138, 341, 16, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 31, 28, 31, 0, 0, 32, 0, 32, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 177.30, 7, main, -3.43, 83227.00, 1628.91, 299.10, -7.13, 32.0, 1.36, 3.86, 3.99, 0.08, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9487996,-106.9152468, 1712.0, 2022, 6, 24, 15, 20, 14, 1093, 1138, 341, 16, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 31, 28, 31, 0, 0, 32, 0, 32, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 177.30, 7, main, -3.43, 83227.00, 1628.91, 299.10, -7.13, 32.0, 1.36, 3.86, 3.99, 0.08, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9487996,-106.9152468, 1712.0, 2022, 6, 24, 15, 20, 14, 1093, 1138, 341, 16, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 31, 28, 31, 0, 0, 32, 0, 32, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 177.31, 7, main, -1.47, 83257.00, 1625.98, 296.18, -7.16, 32.0, 1.36, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9487996,-106.9152468, 1712.0, 2022, 6, 24, 15, 20, 14, 1093, 1138, 341, 16, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 31, 28, 31, 0, 0, 32, 0, 32, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 177.41, 7, main, -0.49, 83259.00, 1625.78, 295.98, -7.18, 32.0, 1.36, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9487996,-106.9152468, 1712.0, 2022, 6, 24, 15, 20, 14, 1093, 1138, 341, 16, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 31, 28, 31, 0, 0, 32, 0, 32, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 177.51, 7, main, -2.45, 83270.00, 1624.71, 294.91, -7.17, 32.0, 1.36, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9487996,-106.9152468, 1712.0, 2022, 6, 24, 15, 20, 14, 1093, 1138, 341, 16, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 31, 28, 31, 0, 0, 32, 0, 32, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 177.61, 7, main, -2.94, 83277.00, 1624.03, 294.23, -7.16, 32.0, 1.36, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9487996,-106.9152468, 1712.0, 2022, 6, 24, 15, 20, 14, 1093, 1138, 341, 16, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 31, 28, 31, 0, 0, 32, 0, 32, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 177.62, 7, main, -2.94, 83277.00, 1624.03, 294.23, -7.16, 32.0, 1.37, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9487996,-106.9152468, 1712.0, 2022, 6, 24, 15, 20, 14, 1093, 1138, 341, 16, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 31, 28, 31, 0, 0, 32, 0, 32, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 177.71, 7, main, 0.98, 83277.00, 1624.03, 294.23, -7.13, 32.0, 1.37, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9487996,-106.9152468, 1712.0, 2022, 6, 24, 15, 20, 14, 1093, 1138, 341, 16, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 31, 28, 31, 0, 0, 32, 0, 32, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 177.81, 7, main, -2.94, 83298.00, 1621.98, 292.18, -7.09, 32.0, 1.37, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9487996,-106.9152468, 1712.0, 2022, 6, 24, 15, 20, 14, 1093, 1138, 341, 16, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 31, 28, 31, 0, 0, 32, 0, 32, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 177.91, 7, main, -0.49, 83299.00, 1621.88, 292.08, -7.06, 32.0, 1.37, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9487996,-106.9152468, 1712.0, 2022, 6, 24, 15, 20, 14, 1093, 1138, 341, 16, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 31, 28, 31, 0, 0, 32, 0, 32, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 177.94, 7, main, -0.49, 83299.00, 1621.88, 292.08, -7.06, 32.0, 1.38, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9487996,-106.9152468, 1712.0, 2022, 6, 24, 15, 20, 14, 1093, 1138, 341, 16, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 31, 28, 31, 0, 0, 32, 0, 32, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 178.01, 7, main, 1.47, 83302.00, 1621.59, 291.79, -7.01, 32.0, 1.38, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9487996,-106.9152468, 1712.0, 2022, 6, 24, 15, 20, 14, 1093, 1138, 341, 16, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 31, 28, 31, 0, 0, 32, 0, 32, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 178.11, 7, main, -0.98, 83314.00, 1620.42, 290.62, -6.96, 32.0, 1.38, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9487996,-106.9152468, 1712.0, 2022, 6, 24, 15, 20, 14, 1093, 1138, 341, 16, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 31, 28, 31, 0, 0, 32, 0, 32, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 178.21, 7, main, -0.98, 83313.00, 1620.51, 290.71, -6.92, 32.0, 1.38, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9487996,-106.9152468, 1712.0, 2022, 6, 24, 15, 20, 14, 1093, 1138, 341, 16, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 31, 28, 31, 0, 0, 32, 0, 32, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 178.26, 7, main, -0.98, 83313.00, 1620.51, 290.71, -6.92, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.20, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9487996,-106.9152468, 1712.0, 2022, 6, 24, 15, 20, 14, 1093, 1138, 341, 16, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 31, 28, 31, 0, 0, 32, 0, 32, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 178.30, 7, main, -0.98, 83313.00, 1620.51, 290.71, -6.92, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.20, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9487996,-106.9152468, 1712.0, 2022, 6, 24, 15, 20, 14, 1093, 1138, 341, 16, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 31, 28, 31, 0, 0, 32, 0, 32, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 178.30, 7, main, -0.98, 83313.00, 1620.51, 290.71, -6.92, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.20, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9487996,-106.9152468, 1712.0, 2022, 6, 24, 15, 20, 14, 1093, 1138, 341, 16, 1.6, 0.8, 1.4, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 31, 28, 31, 0, 0, 32, 0, 32, 24, 0, 0, 0, 26, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 178.31, 7, main, -4.90, 83323.00, 1619.54, 289.74, -6.86, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9488392,-106.9152780, 1704.0, 2022, 6, 24, 15, 20, 15, 1098, 1141, 341, 16, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 32, 0, 0, 0, 0, 37, 34, 29, 31, 0, 0, 27, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 178.41, 7, main, -0.00, 83338.00, 1618.08, 288.28, -6.81, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9488392,-106.9152780, 1704.0, 2022, 6, 24, 15, 20, 15, 1098, 1141, 341, 16, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 32, 0, 0, 0, 0, 37, 34, 29, 31, 0, 0, 27, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 178.51, 7, main, -3.92, 83339.00, 1617.98, 288.18, -6.77, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9488392,-106.9152780, 1704.0, 2022, 6, 24, 15, 20, 15, 1098, 1141, 341, 16, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 32, 0, 0, 0, 0, 37, 34, 29, 31, 0, 0, 27, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 178.58, 7, main, -3.92, 83339.00, 1617.98, 288.18, -6.77, 32.0, 1.37, 3.86, 3.98, 0.09, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9488392,-106.9152780, 1704.0, 2022, 6, 24, 15, 20, 15, 1098, 1141, 341, 16, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 32, 0, 0, 0, 0, 37, 34, 29, 31, 0, 0, 27, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 178.61, 7, main, -4.41, 83350.00, 1616.91, 287.10, -6.74, 32.0, 1.37, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9488392,-106.9152780, 1704.0, 2022, 6, 24, 15, 20, 15, 1098, 1141, 341, 16, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 32, 0, 0, 0, 0, 37, 34, 29, 31, 0, 0, 27, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 178.71, 7, main, -2.94, 83358.00, 1616.13, 286.32, -6.70, 32.0, 1.37, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9488392,-106.9152780, 1704.0, 2022, 6, 24, 15, 20, 15, 1098, 1141, 341, 16, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 32, 0, 0, 0, 0, 37, 34, 29, 31, 0, 0, 27, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 178.81, 7, main, -2.94, 83365.00, 1615.44, 285.64, -6.68, 32.0, 1.37, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9488392,-106.9152780, 1704.0, 2022, 6, 24, 15, 20, 15, 1098, 1141, 341, 16, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 32, 0, 0, 0, 0, 37, 34, 29, 31, 0, 0, 27, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 178.90, 7, main, -2.94, 83365.00, 1615.44, 285.64, -6.68, 32.0, 1.37, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9488392,-106.9152780, 1704.0, 2022, 6, 24, 15, 20, 15, 1098, 1141, 341, 16, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 32, 0, 0, 0, 0, 37, 34, 29, 31, 0, 0, 27, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 178.91, 7, main, -2.94, 83367.00, 1615.25, 285.45, -6.66, 32.0, 1.37, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9488392,-106.9152780, 1704.0, 2022, 6, 24, 15, 20, 15, 1098, 1141, 341, 16, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 32, 0, 0, 0, 0, 37, 34, 29, 31, 0, 0, 27, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 179.01, 7, main, -6.37, 83375.00, 1614.47, 284.67, -6.66, 32.0, 1.37, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9488392,-106.9152780, 1704.0, 2022, 6, 24, 15, 20, 15, 1098, 1141, 341, 16, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 32, 0, 0, 0, 0, 37, 34, 29, 31, 0, 0, 27, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 179.11, 7, main, -1.96, 83383.00, 1613.69, 283.89, -6.65, 32.0, 1.37, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9488392,-106.9152780, 1704.0, 2022, 6, 24, 15, 20, 15, 1098, 1141, 341, 16, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 32, 0, 0, 0, 0, 37, 34, 29, 31, 0, 0, 27, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 179.21, 7, main, -5.88, 83389.00, 1613.10, 283.30, -6.62, 32.0, 1.37, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9488392,-106.9152780, 1704.0, 2022, 6, 24, 15, 20, 15, 1098, 1141, 341, 16, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 32, 0, 0, 0, 0, 37, 34, 29, 31, 0, 0, 27, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 179.22, 7, main, -5.88, 83389.00, 1613.10, 283.30, -6.62, 32.0, 1.36, 3.87, 3.99, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9488392,-106.9152780, 1704.0, 2022, 6, 24, 15, 20, 15, 1098, 1141, 341, 16, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 32, 0, 0, 0, 0, 37, 34, 29, 31, 0, 0, 27, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 179.30, 7, main, -5.88, 83389.00, 1613.10, 283.30, -6.62, 32.0, 1.36, 3.87, 3.99, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9488392,-106.9152780, 1704.0, 2022, 6, 24, 15, 20, 15, 1098, 1141, 341, 16, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 32, 0, 0, 0, 0, 37, 34, 29, 31, 0, 0, 27, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 179.30, 7, main, -5.88, 83389.00, 1613.10, 283.30, -6.62, 32.0, 1.36, 3.87, 3.99, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9488392,-106.9152780, 1704.0, 2022, 6, 24, 15, 20, 15, 1098, 1141, 341, 16, 1.6, 0.8, 1.4, 0, 36, 29, 0, 0, 32, 0, 0, 0, 0, 37, 34, 29, 31, 0, 0, 27, 0, 33, 26, 0, 0, 0, 31, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 179.31, 7, main, -4.90, 83382.00, 1613.79, 283.99, -6.62, 32.0, 1.36, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9488849,-106.9153006, 1697.0, 2022, 6, 24, 15, 20, 16, 1103, 1144, 341, 15, 1.7, 0.8, 1.4, 0, 31, 36, 0, 0, 26, 0, 0, 0, 0, 31, 35, 34, 24, 0, 0, 38, 0, 38, 35, 0, 0, 0, 32, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 179.41, 7, main, -6.86, 83392.00, 1612.81, 283.01, -6.62, 32.0, 1.36, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9488849,-106.9153006, 1697.0, 2022, 6, 24, 15, 20, 16, 1103, 1144, 341, 15, 1.7, 0.8, 1.4, 0, 31, 36, 0, 0, 26, 0, 0, 0, 0, 31, 35, 34, 24, 0, 0, 38, 0, 38, 35, 0, 0, 0, 32, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 179.51, 7, main, -3.92, 83396.00, 1612.42, 282.62, -6.62, 32.0, 1.36, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9488849,-106.9153006, 1697.0, 2022, 6, 24, 15, 20, 16, 1103, 1144, 341, 15, 1.7, 0.8, 1.4, 0, 31, 36, 0, 0, 26, 0, 0, 0, 0, 31, 35, 34, 24, 0, 0, 38, 0, 38, 35, 0, 0, 0, 32, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 179.54, 7, main, -3.92, 83396.00, 1612.42, 282.62, -6.62, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.03, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9488849,-106.9153006, 1697.0, 2022, 6, 24, 15, 20, 16, 1103, 1144, 341, 15, 1.7, 0.8, 1.4, 0, 31, 36, 0, 0, 26, 0, 0, 0, 0, 31, 35, 34, 24, 0, 0, 38, 0, 38, 35, 0, 0, 0, 32, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 179.61, 7, main, -6.86, 83415.00, 1610.57, 280.77, -6.62, 32.0, 1.36, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.03, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9488849,-106.9153006, 1697.0, 2022, 6, 24, 15, 20, 16, 1103, 1144, 341, 15, 1.7, 0.8, 1.4, 0, 31, 36, 0, 0, 26, 0, 0, 0, 0, 31, 35, 34, 24, 0, 0, 38, 0, 38, 35, 0, 0, 0, 32, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 179.71, 7, main, -2.45, 83421.00, 1609.99, 280.18, -6.61, 32.0, 1.36, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.03, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9488849,-106.9153006, 1697.0, 2022, 6, 24, 15, 20, 16, 1103, 1144, 341, 15, 1.7, 0.8, 1.4, 0, 31, 36, 0, 0, 26, 0, 0, 0, 0, 31, 35, 34, 24, 0, 0, 38, 0, 38, 35, 0, 0, 0, 32, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 179.81, 7, main, 0.98, 83425.00, 1609.60, 279.79, -6.61, 32.0, 1.36, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.03, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9488849,-106.9153006, 1697.0, 2022, 6, 24, 15, 20, 16, 1103, 1144, 341, 15, 1.7, 0.8, 1.4, 0, 31, 36, 0, 0, 26, 0, 0, 0, 0, 31, 35, 34, 24, 0, 0, 38, 0, 38, 35, 0, 0, 0, 32, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 179.86, 7, main, 0.98, 83425.00, 1609.60, 279.79, -6.61, 32.0, 1.35, 3.85, 3.96, 0.00, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9488849,-106.9153006, 1697.0, 2022, 6, 24, 15, 20, 16, 1103, 1144, 341, 15, 1.7, 0.8, 1.4, 0, 31, 36, 0, 0, 26, 0, 0, 0, 0, 31, 35, 34, 24, 0, 0, 38, 0, 38, 35, 0, 0, 0, 32, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 179.91, 7, main, -0.00, 83444.00, 1607.74, 277.94, -6.60, 32.0, 1.35, 3.85, 3.96, 0.00, 0.00, 0.00, 61.95, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9488849,-106.9153006, 1697.0, 2022, 6, 24, 15, 20, 16, 1103, 1144, 341, 15, 1.7, 0.8, 1.4, 0, 31, 36, 0, 0, 26, 0, 0, 0, 0, 31, 35, 34, 24, 0, 0, 38, 0, 38, 35, 0, 0, 0, 32, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 180.01, 7, main, -0.98, 83442.00, 1607.94, 278.14, -6.59, 32.0, 1.35, 3.85, 3.96, 0.00, 0.00, 0.00, 61.95, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9488849,-106.9153006, 1697.0, 2022, 6, 24, 15, 20, 16, 1103, 1144, 341, 15, 1.7, 0.8, 1.4, 0, 31, 36, 0, 0, 26, 0, 0, 0, 0, 31, 35, 34, 24, 0, 0, 38, 0, 38, 35, 0, 0, 0, 32, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 180.11, 7, main, -0.49, 83454.00, 1606.77, 276.97, -6.57, 32.0, 1.35, 3.85, 3.96, 0.00, 0.00, 0.00, 61.95, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9488849,-106.9153006, 1697.0, 2022, 6, 24, 15, 20, 16, 1103, 1144, 341, 15, 1.7, 0.8, 1.4, 0, 31, 36, 0, 0, 26, 0, 0, 0, 0, 31, 35, 34, 24, 0, 0, 38, 0, 38, 35, 0, 0, 0, 32, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 180.18, 7, main, -0.49, 83454.00, 1606.77, 276.97, -6.57, 32.0, 1.35, 3.87, 3.98, 0.00, 0.00, 0.00, 61.95, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9488849,-106.9153006, 1697.0, 2022, 6, 24, 15, 20, 16, 1103, 1144, 341, 15, 1.7, 0.8, 1.4, 0, 31, 36, 0, 0, 26, 0, 0, 0, 0, 31, 35, 34, 24, 0, 0, 38, 0, 38, 35, 0, 0, 0, 32, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 180.21, 7, main, -0.00, 83462.00, 1605.99, 276.19, -6.54, 32.0, 1.35, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9488849,-106.9153006, 1697.0, 2022, 6, 24, 15, 20, 16, 1103, 1144, 341, 15, 1.7, 0.8, 1.4, 0, 31, 36, 0, 0, 26, 0, 0, 0, 0, 31, 35, 34, 24, 0, 0, 38, 0, 38, 35, 0, 0, 0, 32, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 180.30, 7, main, -0.00, 83462.00, 1605.99, 276.19, -6.54, 32.0, 1.35, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9488849,-106.9153006, 1697.0, 2022, 6, 24, 15, 20, 16, 1103, 1144, 341, 15, 1.7, 0.8, 1.4, 0, 31, 36, 0, 0, 26, 0, 0, 0, 0, 31, 35, 34, 24, 0, 0, 38, 0, 38, 35, 0, 0, 0, 32, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 180.30, 7, main, -0.00, 83462.00, 1605.99, 276.19, -6.54, 32.0, 1.35, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9488849,-106.9153006, 1697.0, 2022, 6, 24, 15, 20, 16, 1103, 1144, 341, 15, 1.7, 0.8, 1.4, 0, 31, 36, 0, 0, 26, 0, 0, 0, 0, 31, 35, 34, 24, 0, 0, 38, 0, 38, 35, 0, 0, 0, 32, 0, 0, 0, 0, 0, 35, 0, 0 +6, 6583, 3,VE3LIC, 180.31, 7, main, -0.49, 83455.00, 1606.67, 276.87, -6.51, 32.0, 1.35, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489373,-106.9153057, 1690.0, 2022, 6, 24, 15, 20, 17, 1109, 1148, 341, 15, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 35, 30, 29, 0, 0, 38, 0, 38, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 180.41, 7, main, 0.98, 83462.00, 1605.99, 276.19, -6.49, 32.0, 1.35, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489373,-106.9153057, 1690.0, 2022, 6, 24, 15, 20, 17, 1109, 1148, 341, 15, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 35, 30, 29, 0, 0, 38, 0, 38, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 180.50, 7, main, 0.98, 83462.00, 1605.99, 276.19, -6.49, 32.0, 1.35, 3.84, 3.98, 0.08, 0.00, 0.00, 62.32, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9489373,-106.9153057, 1690.0, 2022, 6, 24, 15, 20, 17, 1109, 1148, 341, 15, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 35, 30, 29, 0, 0, 38, 0, 38, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 180.51, 7, main, -2.94, 83479.00, 1604.34, 274.53, -6.45, 32.0, 1.35, 3.84, 3.98, 0.00, 0.00, 0.00, 61.89, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9489373,-106.9153057, 1690.0, 2022, 6, 24, 15, 20, 17, 1109, 1148, 341, 15, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 35, 30, 29, 0, 0, 38, 0, 38, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 180.61, 7, main, -4.41, 83485.00, 1603.75, 273.95, -6.41, 32.0, 1.35, 3.84, 3.98, 0.00, 0.00, 0.00, 61.89, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9489373,-106.9153057, 1690.0, 2022, 6, 24, 15, 20, 17, 1109, 1148, 341, 15, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 35, 30, 29, 0, 0, 38, 0, 38, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 180.71, 7, main, -4.41, 83491.00, 1603.17, 273.37, -6.38, 32.0, 1.35, 3.84, 3.98, 0.00, 0.00, 0.00, 61.89, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9489373,-106.9153057, 1690.0, 2022, 6, 24, 15, 20, 17, 1109, 1148, 341, 15, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 35, 30, 29, 0, 0, 38, 0, 38, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 180.81, 7, main, -4.41, 83492.00, 1603.07, 273.27, -6.34, 32.0, 1.35, 3.84, 3.98, 0.00, 0.00, 0.00, 61.89, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9489373,-106.9153057, 1690.0, 2022, 6, 24, 15, 20, 17, 1109, 1148, 341, 15, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 35, 30, 29, 0, 0, 38, 0, 38, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 180.82, 7, main, -4.41, 83492.00, 1603.07, 273.27, -6.34, 32.0, 1.35, 3.86, 3.99, 0.00, 0.00, 0.00, 61.89, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489373,-106.9153057, 1690.0, 2022, 6, 24, 15, 20, 17, 1109, 1148, 341, 15, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 35, 30, 29, 0, 0, 38, 0, 38, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 180.91, 7, main, -8.34, 83511.00, 1601.22, 271.42, -6.32, 32.0, 1.35, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489373,-106.9153057, 1690.0, 2022, 6, 24, 15, 20, 17, 1109, 1148, 341, 15, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 35, 30, 29, 0, 0, 38, 0, 38, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 181.01, 7, main, -3.43, 83513.00, 1601.03, 271.22, -6.29, 32.0, 1.35, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489373,-106.9153057, 1690.0, 2022, 6, 24, 15, 20, 17, 1109, 1148, 341, 15, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 35, 30, 29, 0, 0, 38, 0, 38, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 181.11, 7, main, -9.81, 83513.00, 1601.03, 271.22, -6.26, 32.0, 1.35, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489373,-106.9153057, 1690.0, 2022, 6, 24, 15, 20, 17, 1109, 1148, 341, 15, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 35, 30, 29, 0, 0, 38, 0, 38, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 181.14, 7, main, -9.81, 83513.00, 1601.03, 271.22, -6.26, 32.0, 1.36, 3.86, 3.98, 0.09, 0.00, 0.00, 62.14, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489373,-106.9153057, 1690.0, 2022, 6, 24, 15, 20, 17, 1109, 1148, 341, 15, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 35, 30, 29, 0, 0, 38, 0, 38, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 181.21, 7, main, -3.43, 83510.00, 1601.32, 271.52, -6.25, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.14, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489373,-106.9153057, 1690.0, 2022, 6, 24, 15, 20, 17, 1109, 1148, 341, 15, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 35, 30, 29, 0, 0, 38, 0, 38, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 181.30, 7, main, -3.43, 83510.00, 1601.32, 271.52, -6.25, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.14, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489373,-106.9153057, 1690.0, 2022, 6, 24, 15, 20, 17, 1109, 1148, 341, 15, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 35, 30, 29, 0, 0, 38, 0, 38, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 181.30, 7, main, -3.43, 83510.00, 1601.32, 271.52, -6.25, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.14, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489373,-106.9153057, 1690.0, 2022, 6, 24, 15, 20, 17, 1109, 1148, 341, 15, 1.6, 0.8, 1.4, 0, 29, 29, 0, 0, 31, 0, 0, 0, 0, 31, 35, 30, 29, 0, 0, 38, 0, 38, 31, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 181.31, 7, main, -1.47, 83521.00, 1600.25, 270.45, -6.23, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.14, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489885,-106.9153062, 1683.0, 2022, 6, 24, 15, 20, 18, 1114, 1151, 341, 15, 1.6, 0.8, 1.4, 0, 29, 30, 0, 0, 31, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 32, 0, 37, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 181.41, 7, main, -0.00, 83534.00, 1598.98, 269.18, -6.22, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.14, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489885,-106.9153062, 1683.0, 2022, 6, 24, 15, 20, 18, 1114, 1151, 341, 15, 1.6, 0.8, 1.4, 0, 29, 30, 0, 0, 31, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 32, 0, 37, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 181.46, 7, main, -0.00, 83534.00, 1598.98, 269.18, -6.22, 32.0, 1.36, 3.87, 3.99, 0.08, 0.00, 0.00, 62.14, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489885,-106.9153062, 1683.0, 2022, 6, 24, 15, 20, 18, 1114, 1151, 341, 15, 1.6, 0.8, 1.4, 0, 29, 30, 0, 0, 31, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 32, 0, 37, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 181.51, 7, main, -2.94, 83546.00, 1597.81, 268.01, -6.22, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.26, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489885,-106.9153062, 1683.0, 2022, 6, 24, 15, 20, 18, 1114, 1151, 341, 15, 1.6, 0.8, 1.4, 0, 29, 30, 0, 0, 31, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 32, 0, 37, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 181.61, 7, main, 0.49, 83549.00, 1597.52, 267.72, -6.23, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.26, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489885,-106.9153062, 1683.0, 2022, 6, 24, 15, 20, 18, 1114, 1151, 341, 15, 1.6, 0.8, 1.4, 0, 29, 30, 0, 0, 31, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 32, 0, 37, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 181.71, 7, main, -2.94, 83551.00, 1597.33, 267.53, -6.24, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.26, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489885,-106.9153062, 1683.0, 2022, 6, 24, 15, 20, 18, 1114, 1151, 341, 15, 1.6, 0.8, 1.4, 0, 29, 30, 0, 0, 31, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 32, 0, 37, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 181.78, 7, main, -2.94, 83551.00, 1597.33, 267.53, -6.24, 32.0, 1.36, 3.86, 3.99, 0.09, 0.00, 0.00, 62.26, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489885,-106.9153062, 1683.0, 2022, 6, 24, 15, 20, 18, 1114, 1151, 341, 15, 1.6, 0.8, 1.4, 0, 29, 30, 0, 0, 31, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 32, 0, 37, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 181.81, 7, main, -0.49, 83553.00, 1597.13, 267.33, -6.26, 32.0, 1.36, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489885,-106.9153062, 1683.0, 2022, 6, 24, 15, 20, 18, 1114, 1151, 341, 15, 1.6, 0.8, 1.4, 0, 29, 30, 0, 0, 31, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 32, 0, 37, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 181.91, 7, main, -0.00, 83573.00, 1595.19, 265.39, -6.29, 32.0, 1.36, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489885,-106.9153062, 1683.0, 2022, 6, 24, 15, 20, 18, 1114, 1151, 341, 15, 1.6, 0.8, 1.4, 0, 29, 30, 0, 0, 31, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 32, 0, 37, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 182.01, 7, main, -3.92, 83570.00, 1595.48, 265.68, -6.32, 32.0, 1.36, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489885,-106.9153062, 1683.0, 2022, 6, 24, 15, 20, 18, 1114, 1151, 341, 15, 1.6, 0.8, 1.4, 0, 29, 30, 0, 0, 31, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 32, 0, 37, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 182.10, 7, main, -3.92, 83570.00, 1595.48, 265.68, -6.32, 32.0, 1.35, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9489885,-106.9153062, 1683.0, 2022, 6, 24, 15, 20, 18, 1114, 1151, 341, 15, 1.6, 0.8, 1.4, 0, 29, 30, 0, 0, 31, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 32, 0, 37, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 182.11, 7, main, -1.96, 83570.00, 1595.48, 265.68, -6.35, 32.0, 1.35, 3.86, 3.99, 0.00, 0.00, 0.00, 62.14, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9489885,-106.9153062, 1683.0, 2022, 6, 24, 15, 20, 18, 1114, 1151, 341, 15, 1.6, 0.8, 1.4, 0, 29, 30, 0, 0, 31, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 32, 0, 37, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 182.21, 7, main, -1.96, 83589.00, 1593.63, 263.83, -6.38, 32.0, 1.35, 3.86, 3.99, 0.00, 0.00, 0.00, 62.14, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9489885,-106.9153062, 1683.0, 2022, 6, 24, 15, 20, 18, 1114, 1151, 341, 15, 1.6, 0.8, 1.4, 0, 29, 30, 0, 0, 31, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 32, 0, 37, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 182.30, 7, main, -1.96, 83589.00, 1593.63, 263.83, -6.38, 32.0, 1.35, 3.86, 3.99, 0.00, 0.00, 0.00, 62.14, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9489885,-106.9153062, 1683.0, 2022, 6, 24, 15, 20, 18, 1114, 1151, 341, 15, 1.6, 0.8, 1.4, 0, 29, 30, 0, 0, 31, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 32, 0, 37, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 182.30, 7, main, -1.96, 83589.00, 1593.63, 263.83, -6.38, 32.0, 1.35, 3.86, 3.99, 0.00, 0.00, 0.00, 62.14, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9489885,-106.9153062, 1683.0, 2022, 6, 24, 15, 20, 18, 1114, 1151, 341, 15, 1.6, 0.8, 1.4, 0, 29, 30, 0, 0, 31, 0, 0, 0, 0, 25, 34, 29, 23, 0, 0, 32, 0, 37, 27, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 182.31, 7, main, -4.41, 83580.00, 1594.51, 264.70, -6.40, 32.0, 1.35, 3.86, 3.99, 0.00, 0.00, 0.00, 62.14, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9490331,-106.9153122, 1676.0, 2022, 6, 24, 15, 20, 19, 1119, 1154, 341, 14, 1.6, 0.8, 1.4, 0, 29, 31, 0, 0, 37, 0, 0, 0, 0, 24, 31, 29, 34, 0, 0, 22, 0, 24, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 182.41, 7, main, -0.98, 83602.00, 1592.37, 262.56, -6.43, 32.0, 1.35, 3.86, 3.99, 0.00, 0.00, 0.00, 62.14, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9490331,-106.9153122, 1676.0, 2022, 6, 24, 15, 20, 19, 1119, 1154, 341, 14, 1.6, 0.8, 1.4, 0, 29, 31, 0, 0, 37, 0, 0, 0, 0, 24, 31, 29, 34, 0, 0, 22, 0, 24, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 182.42, 7, main, -0.98, 83602.00, 1592.37, 262.56, -6.43, 32.0, 1.35, 3.87, 3.98, 0.00, 0.00, 0.00, 62.14, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9490331,-106.9153122, 1676.0, 2022, 6, 24, 15, 20, 19, 1119, 1154, 341, 14, 1.6, 0.8, 1.4, 0, 29, 31, 0, 0, 37, 0, 0, 0, 0, 24, 31, 29, 34, 0, 0, 22, 0, 24, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 182.51, 7, main, -3.43, 83593.00, 1593.24, 263.44, -6.46, 32.0, 1.35, 3.87, 3.98, 0.09, 0.00, 0.00, 62.26, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9490331,-106.9153122, 1676.0, 2022, 6, 24, 15, 20, 19, 1119, 1154, 341, 14, 1.6, 0.8, 1.4, 0, 29, 31, 0, 0, 37, 0, 0, 0, 0, 24, 31, 29, 34, 0, 0, 22, 0, 24, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 182.61, 7, main, -2.45, 83609.00, 1591.68, 261.88, -6.49, 32.0, 1.35, 3.87, 3.98, 0.09, 0.00, 0.00, 62.26, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9490331,-106.9153122, 1676.0, 2022, 6, 24, 15, 20, 19, 1119, 1154, 341, 14, 1.6, 0.8, 1.4, 0, 29, 31, 0, 0, 37, 0, 0, 0, 0, 24, 31, 29, 34, 0, 0, 22, 0, 24, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 182.71, 7, main, -5.39, 83624.00, 1590.23, 260.42, -6.52, 32.0, 1.35, 3.87, 3.98, 0.09, 0.00, 0.00, 62.26, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9490331,-106.9153122, 1676.0, 2022, 6, 24, 15, 20, 19, 1119, 1154, 341, 14, 1.6, 0.8, 1.4, 0, 29, 31, 0, 0, 37, 0, 0, 0, 0, 24, 31, 29, 34, 0, 0, 22, 0, 24, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 182.74, 7, main, -5.39, 83624.00, 1590.23, 260.42, -6.52, 32.0, 1.35, 3.87, 3.99, 0.09, 0.00, 0.00, 62.26, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490331,-106.9153122, 1676.0, 2022, 6, 24, 15, 20, 19, 1119, 1154, 341, 14, 1.6, 0.8, 1.4, 0, 29, 31, 0, 0, 37, 0, 0, 0, 0, 24, 31, 29, 34, 0, 0, 22, 0, 24, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 182.81, 7, main, -2.45, 83623.00, 1590.32, 260.52, -6.54, 32.0, 1.35, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490331,-106.9153122, 1676.0, 2022, 6, 24, 15, 20, 19, 1119, 1154, 341, 14, 1.6, 0.8, 1.4, 0, 29, 31, 0, 0, 37, 0, 0, 0, 0, 24, 31, 29, 34, 0, 0, 22, 0, 24, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 182.91, 7, main, -3.43, 83642.00, 1588.48, 258.67, -6.57, 32.0, 1.35, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490331,-106.9153122, 1676.0, 2022, 6, 24, 15, 20, 19, 1119, 1154, 341, 14, 1.6, 0.8, 1.4, 0, 29, 31, 0, 0, 37, 0, 0, 0, 0, 24, 31, 29, 34, 0, 0, 22, 0, 24, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 183.01, 7, main, -0.00, 83634.00, 1589.25, 259.45, -6.60, 32.0, 1.35, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490331,-106.9153122, 1676.0, 2022, 6, 24, 15, 20, 19, 1119, 1154, 341, 14, 1.6, 0.8, 1.4, 0, 29, 31, 0, 0, 37, 0, 0, 0, 0, 24, 31, 29, 34, 0, 0, 22, 0, 24, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 183.06, 7, main, -0.00, 83634.00, 1589.25, 259.45, -6.60, 32.0, 1.35, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490331,-106.9153122, 1676.0, 2022, 6, 24, 15, 20, 19, 1119, 1154, 341, 14, 1.6, 0.8, 1.4, 0, 29, 31, 0, 0, 37, 0, 0, 0, 0, 24, 31, 29, 34, 0, 0, 22, 0, 24, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 183.11, 7, main, -3.43, 83639.00, 1588.77, 258.97, -6.62, 32.0, 1.35, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490331,-106.9153122, 1676.0, 2022, 6, 24, 15, 20, 19, 1119, 1154, 341, 14, 1.6, 0.8, 1.4, 0, 29, 31, 0, 0, 37, 0, 0, 0, 0, 24, 31, 29, 34, 0, 0, 22, 0, 24, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 183.21, 7, main, -6.37, 83659.00, 1586.82, 257.02, -6.64, 32.0, 1.35, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490331,-106.9153122, 1676.0, 2022, 6, 24, 15, 20, 19, 1119, 1154, 341, 14, 1.6, 0.8, 1.4, 0, 29, 31, 0, 0, 37, 0, 0, 0, 0, 24, 31, 29, 34, 0, 0, 22, 0, 24, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 183.30, 7, main, -6.37, 83659.00, 1586.82, 257.02, -6.64, 32.0, 1.35, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490331,-106.9153122, 1676.0, 2022, 6, 24, 15, 20, 19, 1119, 1154, 341, 14, 1.6, 0.8, 1.4, 0, 29, 31, 0, 0, 37, 0, 0, 0, 0, 24, 31, 29, 34, 0, 0, 22, 0, 24, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 183.30, 7, main, -6.37, 83659.00, 1586.82, 257.02, -6.64, 32.0, 1.35, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490331,-106.9153122, 1676.0, 2022, 6, 24, 15, 20, 19, 1119, 1154, 341, 14, 1.6, 0.8, 1.4, 0, 29, 31, 0, 0, 37, 0, 0, 0, 0, 24, 31, 29, 34, 0, 0, 22, 0, 24, 28, 0, 0, 0, 30, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 183.31, 7, main, -7.35, 83656.00, 1587.11, 257.31, -6.66, 32.0, 1.35, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490719,-106.9153096, 1670.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.6, 0.8, 1.4, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 37, 34, 30, 29, 0, 0, 22, 0, 30, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 183.38, 7, main, -7.35, 83656.00, 1587.11, 257.31, -6.66, 32.0, 1.35, 3.86, 3.98, 0.08, 0.00, 0.00, 62.26, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.01, 0.00, 1, 1, 10, 32.9490719,-106.9153096, 1670.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.6, 0.8, 1.4, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 37, 34, 30, 29, 0, 0, 22, 0, 30, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 183.41, 7, main, -3.92, 83660.00, 1586.73, 256.92, -6.69, 32.0, 1.35, 3.86, 3.98, 0.01, 0.00, 0.00, 62.20, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.01, 0.00, 1, 1, 10, 32.9490719,-106.9153096, 1670.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.6, 0.8, 1.4, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 37, 34, 30, 29, 0, 0, 22, 0, 30, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 183.51, 7, main, -3.92, 83674.00, 1585.36, 255.56, -6.72, 32.0, 1.35, 3.86, 3.98, 0.01, 0.00, 0.00, 62.20, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.01, 0.00, 1, 1, 10, 32.9490719,-106.9153096, 1670.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.6, 0.8, 1.4, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 37, 34, 30, 29, 0, 0, 22, 0, 30, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 183.61, 7, main, -0.00, 83670.00, 1585.75, 255.95, -6.74, 32.0, 1.35, 3.86, 3.98, 0.01, 0.00, 0.00, 62.20, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.01, 0.00, 1, 1, 10, 32.9490719,-106.9153096, 1670.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.6, 0.8, 1.4, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 37, 34, 30, 29, 0, 0, 22, 0, 30, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 183.70, 7, main, -0.00, 83670.00, 1585.75, 255.95, -6.74, 32.0, 1.35, 3.87, 3.99, 0.01, 0.00, 0.00, 62.20, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490719,-106.9153096, 1670.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.6, 0.8, 1.4, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 37, 34, 30, 29, 0, 0, 22, 0, 30, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 183.71, 7, main, -2.45, 83686.00, 1584.20, 254.40, -6.76, 32.0, 1.35, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490719,-106.9153096, 1670.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.6, 0.8, 1.4, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 37, 34, 30, 29, 0, 0, 22, 0, 30, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 183.81, 7, main, 3.92, 83694.00, 1583.42, 253.62, -6.77, 32.0, 1.35, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490719,-106.9153096, 1670.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.6, 0.8, 1.4, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 37, 34, 30, 29, 0, 0, 22, 0, 30, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 183.91, 7, main, -0.49, 83707.00, 1582.16, 252.36, -6.80, 32.0, 1.35, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490719,-106.9153096, 1670.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.6, 0.8, 1.4, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 37, 34, 30, 29, 0, 0, 22, 0, 30, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 184.01, 7, main, -1.96, 83705.00, 1582.35, 252.55, -6.82, 32.0, 1.35, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490719,-106.9153096, 1670.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.6, 0.8, 1.4, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 37, 34, 30, 29, 0, 0, 22, 0, 30, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 184.02, 7, main, -1.96, 83705.00, 1582.35, 252.55, -6.82, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.32, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9490719,-106.9153096, 1670.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.6, 0.8, 1.4, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 37, 34, 30, 29, 0, 0, 22, 0, 30, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 184.11, 7, main, -0.49, 83716.00, 1581.28, 251.48, -6.84, 32.0, 1.36, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9490719,-106.9153096, 1670.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.6, 0.8, 1.4, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 37, 34, 30, 29, 0, 0, 22, 0, 30, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 184.21, 7, main, 0.49, 83711.00, 1581.77, 251.97, -6.86, 32.0, 1.36, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9490719,-106.9153096, 1670.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.6, 0.8, 1.4, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 37, 34, 30, 29, 0, 0, 22, 0, 30, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 184.30, 7, main, 0.49, 83711.00, 1581.77, 251.97, -6.86, 32.0, 1.36, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9490719,-106.9153096, 1670.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.6, 0.8, 1.4, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 37, 34, 30, 29, 0, 0, 22, 0, 30, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 184.30, 7, main, 0.49, 83711.00, 1581.77, 251.97, -6.86, 32.0, 1.36, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9490719,-106.9153096, 1670.0, 2022, 6, 24, 15, 20, 20, 1123, 1156, 341, 14, 1.6, 0.8, 1.4, 0, 38, 26, 0, 0, 39, 0, 0, 0, 0, 37, 34, 30, 29, 0, 0, 22, 0, 30, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 184.31, 7, main, -1.96, 83723.00, 1580.60, 250.80, -6.89, 32.0, 1.36, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9491197,-106.9152953, 1661.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.6, 0.8, 1.4, 0, 35, 27, 0, 0, 39, 0, 0, 0, 0, 32, 30, 33, 29, 0, 0, 25, 0, 36, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 184.34, 7, main, -1.96, 83723.00, 1580.60, 250.80, -6.89, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9491197,-106.9152953, 1661.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.6, 0.8, 1.4, 0, 35, 27, 0, 0, 39, 0, 0, 0, 0, 32, 30, 33, 29, 0, 0, 25, 0, 36, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 184.41, 7, main, -1.47, 83740.00, 1578.95, 249.15, -6.92, 32.0, 1.36, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9491197,-106.9152953, 1661.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.6, 0.8, 1.4, 0, 35, 27, 0, 0, 39, 0, 0, 0, 0, 32, 30, 33, 29, 0, 0, 25, 0, 36, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 184.51, 7, main, -3.43, 83736.00, 1579.34, 249.54, -6.95, 32.0, 1.36, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9491197,-106.9152953, 1661.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.6, 0.8, 1.4, 0, 35, 27, 0, 0, 39, 0, 0, 0, 0, 32, 30, 33, 29, 0, 0, 25, 0, 36, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 184.61, 7, main, -5.39, 83751.00, 1577.88, 248.08, -6.99, 32.0, 1.36, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9491197,-106.9152953, 1661.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.6, 0.8, 1.4, 0, 35, 27, 0, 0, 39, 0, 0, 0, 0, 32, 30, 33, 29, 0, 0, 25, 0, 36, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 184.66, 7, main, -5.39, 83751.00, 1577.88, 248.08, -6.99, 32.0, 1.35, 3.85, 3.97, 0.08, 0.00, 0.00, 62.32, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9491197,-106.9152953, 1661.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.6, 0.8, 1.4, 0, 35, 27, 0, 0, 39, 0, 0, 0, 0, 32, 30, 33, 29, 0, 0, 25, 0, 36, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 184.71, 7, main, 0.49, 83758.00, 1577.20, 247.40, -7.03, 32.0, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9491197,-106.9152953, 1661.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.6, 0.8, 1.4, 0, 35, 27, 0, 0, 39, 0, 0, 0, 0, 32, 30, 33, 29, 0, 0, 25, 0, 36, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 184.81, 7, main, -0.49, 83766.00, 1576.43, 246.63, -7.07, 32.0, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9491197,-106.9152953, 1661.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.6, 0.8, 1.4, 0, 35, 27, 0, 0, 39, 0, 0, 0, 0, 32, 30, 33, 29, 0, 0, 25, 0, 36, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 184.91, 7, main, -0.98, 83769.00, 1576.13, 246.33, -7.12, 32.0, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9491197,-106.9152953, 1661.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.6, 0.8, 1.4, 0, 35, 27, 0, 0, 39, 0, 0, 0, 0, 32, 30, 33, 29, 0, 0, 25, 0, 36, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 184.98, 7, main, -0.98, 83769.00, 1576.13, 246.33, -7.12, 32.0, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9491197,-106.9152953, 1661.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.6, 0.8, 1.4, 0, 35, 27, 0, 0, 39, 0, 0, 0, 0, 32, 30, 33, 29, 0, 0, 25, 0, 36, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 185.01, 7, main, -2.94, 83779.00, 1575.16, 245.36, -7.16, 32.0, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9491197,-106.9152953, 1661.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.6, 0.8, 1.4, 0, 35, 27, 0, 0, 39, 0, 0, 0, 0, 32, 30, 33, 29, 0, 0, 25, 0, 36, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 185.11, 7, main, -0.00, 83784.00, 1574.68, 244.88, -7.20, 32.0, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9491197,-106.9152953, 1661.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.6, 0.8, 1.4, 0, 35, 27, 0, 0, 39, 0, 0, 0, 0, 32, 30, 33, 29, 0, 0, 25, 0, 36, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 185.21, 7, main, -3.43, 83792.00, 1573.90, 244.10, -7.25, 32.0, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9491197,-106.9152953, 1661.0, 2022, 6, 24, 15, 20, 21, 1128, 1159, 341, 13, 1.6, 0.8, 1.4, 0, 35, 27, 0, 0, 39, 0, 0, 0, 0, 32, 30, 33, 29, 0, 0, 25, 0, 36, 27, 0, 0, 0, 29, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 185.30, 7, main, -3.43, 83792.00, 1573.90, 244.10, -7.25, 32.0, 1.36, 3.86, 3.98, 0.00, 0.00, 0.00, 61.95, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491510,-106.9152702, 1654.0, 2022, 6, 24, 15, 20, 22, 1130, 1160, 342, 13, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 27, 33, 30, 22, 0, 0, 31, 0, 30, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 185.30, 7, main, -3.43, 83792.00, 1573.90, 244.10, -7.25, 32.0, 1.36, 3.86, 3.98, 0.00, 0.00, 0.00, 61.95, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491510,-106.9152702, 1654.0, 2022, 6, 24, 15, 20, 22, 1130, 1160, 342, 13, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 27, 33, 30, 22, 0, 0, 31, 0, 30, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 185.30, 7, main, -3.43, 83792.00, 1573.90, 244.10, -7.25, 32.0, 1.36, 3.86, 3.98, 0.00, 0.00, 0.00, 61.95, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491510,-106.9152702, 1654.0, 2022, 6, 24, 15, 20, 22, 1130, 1160, 342, 13, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 27, 33, 30, 22, 0, 0, 31, 0, 30, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 185.31, 7, main, -1.47, 83801.00, 1573.03, 243.23, -7.30, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491510,-106.9152702, 1654.0, 2022, 6, 24, 15, 20, 22, 1130, 1160, 342, 13, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 27, 33, 30, 22, 0, 0, 31, 0, 30, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 185.41, 7, main, -3.43, 83805.00, 1572.64, 242.84, -7.34, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491510,-106.9152702, 1654.0, 2022, 6, 24, 15, 20, 22, 1130, 1160, 342, 13, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 27, 33, 30, 22, 0, 0, 31, 0, 30, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 185.51, 7, main, 2.45, 83820.00, 1571.18, 241.38, -7.39, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491510,-106.9152702, 1654.0, 2022, 6, 24, 15, 20, 22, 1130, 1160, 342, 13, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 27, 33, 30, 22, 0, 0, 31, 0, 30, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 185.61, 7, main, -0.49, 83813.00, 1571.86, 242.06, -7.43, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491510,-106.9152702, 1654.0, 2022, 6, 24, 15, 20, 22, 1130, 1160, 342, 13, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 27, 33, 30, 22, 0, 0, 31, 0, 30, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 185.62, 7, main, -0.49, 83813.00, 1571.86, 242.06, -7.43, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491510,-106.9152702, 1654.0, 2022, 6, 24, 15, 20, 22, 1130, 1160, 342, 13, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 27, 33, 30, 22, 0, 0, 31, 0, 30, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 185.71, 7, main, -2.45, 83831.00, 1570.12, 240.32, -7.47, 32.0, 1.36, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491510,-106.9152702, 1654.0, 2022, 6, 24, 15, 20, 22, 1130, 1160, 342, 13, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 27, 33, 30, 22, 0, 0, 31, 0, 30, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 185.81, 7, main, -2.94, 83825.00, 1570.70, 240.90, -7.51, 32.0, 1.36, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491510,-106.9152702, 1654.0, 2022, 6, 24, 15, 20, 22, 1130, 1160, 342, 13, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 27, 33, 30, 22, 0, 0, 31, 0, 30, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 185.91, 7, main, -0.98, 83845.00, 1568.76, 238.96, -7.55, 32.0, 1.36, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491510,-106.9152702, 1654.0, 2022, 6, 24, 15, 20, 22, 1130, 1160, 342, 13, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 27, 33, 30, 22, 0, 0, 31, 0, 30, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 185.94, 7, main, -0.98, 83845.00, 1568.76, 238.96, -7.55, 32.0, 1.36, 3.87, 3.98, 0.00, 0.00, 0.00, 62.20, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491510,-106.9152702, 1654.0, 2022, 6, 24, 15, 20, 22, 1130, 1160, 342, 13, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 27, 33, 30, 22, 0, 0, 31, 0, 30, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 186.01, 7, main, -3.43, 83860.00, 1567.30, 237.50, -7.59, 32.0, 1.36, 3.87, 3.98, 0.08, 0.00, 0.00, 62.26, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491510,-106.9152702, 1654.0, 2022, 6, 24, 15, 20, 22, 1130, 1160, 342, 13, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 27, 33, 30, 22, 0, 0, 31, 0, 30, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 186.11, 7, main, -4.90, 83860.00, 1567.30, 237.50, -7.61, 32.0, 1.36, 3.87, 3.98, 0.08, 0.00, 0.00, 62.26, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491510,-106.9152702, 1654.0, 2022, 6, 24, 15, 20, 22, 1130, 1160, 342, 13, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 27, 33, 30, 22, 0, 0, 31, 0, 30, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 186.21, 7, main, -3.43, 83859.00, 1567.40, 237.60, -7.63, 32.0, 1.36, 3.87, 3.98, 0.08, 0.00, 0.00, 62.26, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491510,-106.9152702, 1654.0, 2022, 6, 24, 15, 20, 22, 1130, 1160, 342, 13, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 27, 33, 30, 22, 0, 0, 31, 0, 30, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 186.26, 7, main, -3.43, 83859.00, 1567.40, 237.60, -7.63, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.26, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491510,-106.9152702, 1654.0, 2022, 6, 24, 15, 20, 22, 1130, 1160, 342, 13, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 27, 33, 30, 22, 0, 0, 31, 0, 30, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 186.30, 7, main, -3.43, 83859.00, 1567.40, 237.60, -7.63, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.26, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491510,-106.9152702, 1654.0, 2022, 6, 24, 15, 20, 22, 1130, 1160, 342, 13, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 27, 33, 30, 22, 0, 0, 31, 0, 30, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 186.30, 7, main, -3.43, 83859.00, 1567.40, 237.60, -7.63, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.26, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491510,-106.9152702, 1654.0, 2022, 6, 24, 15, 20, 22, 1130, 1160, 342, 13, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 27, 33, 30, 22, 0, 0, 31, 0, 30, 28, 0, 0, 0, 36, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 186.31, 7, main, -5.88, 83886.00, 1564.78, 234.98, -7.64, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.14, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491527,-106.9152341, 1646.0, 2022, 6, 24, 15, 20, 23, 1129, 1157, 342, 13, 1.7, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 25, 32, 33, 23, 0, 0, 36, 0, 36, 19, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 186.41, 7, main, -0.98, 83884.00, 1564.97, 235.17, -7.65, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.14, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491527,-106.9152341, 1646.0, 2022, 6, 24, 15, 20, 23, 1129, 1157, 342, 13, 1.7, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 25, 32, 33, 23, 0, 0, 36, 0, 36, 19, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 186.51, 7, main, -1.96, 83901.00, 1563.32, 233.52, -7.64, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.14, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491527,-106.9152341, 1646.0, 2022, 6, 24, 15, 20, 23, 1129, 1157, 342, 13, 1.7, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 25, 32, 33, 23, 0, 0, 36, 0, 36, 19, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 186.58, 7, main, -1.96, 83901.00, 1563.32, 233.52, -7.64, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.14, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491527,-106.9152341, 1646.0, 2022, 6, 24, 15, 20, 23, 1129, 1157, 342, 13, 1.7, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 25, 32, 33, 23, 0, 0, 36, 0, 36, 19, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 186.61, 7, main, -1.47, 83905.00, 1562.94, 233.14, -7.63, 32.0, 1.36, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491527,-106.9152341, 1646.0, 2022, 6, 24, 15, 20, 23, 1129, 1157, 342, 13, 1.7, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 25, 32, 33, 23, 0, 0, 36, 0, 36, 19, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 186.71, 7, main, -2.94, 83902.00, 1563.23, 233.43, -7.62, 32.0, 1.36, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491527,-106.9152341, 1646.0, 2022, 6, 24, 15, 20, 23, 1129, 1157, 342, 13, 1.7, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 25, 32, 33, 23, 0, 0, 36, 0, 36, 19, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 186.81, 7, main, -2.45, 83928.00, 1560.71, 230.91, -7.61, 32.0, 1.36, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491527,-106.9152341, 1646.0, 2022, 6, 24, 15, 20, 23, 1129, 1157, 342, 13, 1.7, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 25, 32, 33, 23, 0, 0, 36, 0, 36, 19, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 186.90, 7, main, -2.45, 83928.00, 1560.71, 230.91, -7.61, 32.0, 1.35, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491527,-106.9152341, 1646.0, 2022, 6, 24, 15, 20, 23, 1129, 1157, 342, 13, 1.7, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 25, 32, 33, 23, 0, 0, 36, 0, 36, 19, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 186.91, 7, main, -1.47, 83926.00, 1560.90, 231.10, -7.59, 32.0, 1.35, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491527,-106.9152341, 1646.0, 2022, 6, 24, 15, 20, 23, 1129, 1157, 342, 13, 1.7, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 25, 32, 33, 23, 0, 0, 36, 0, 36, 19, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 187.01, 7, main, -3.43, 83932.00, 1560.32, 230.52, -7.57, 32.0, 1.35, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491527,-106.9152341, 1646.0, 2022, 6, 24, 15, 20, 23, 1129, 1157, 342, 13, 1.7, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 25, 32, 33, 23, 0, 0, 36, 0, 36, 19, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 187.11, 7, main, -2.94, 83940.00, 1559.54, 229.74, -7.55, 32.0, 1.35, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491527,-106.9152341, 1646.0, 2022, 6, 24, 15, 20, 23, 1129, 1157, 342, 13, 1.7, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 25, 32, 33, 23, 0, 0, 36, 0, 36, 19, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 187.21, 7, main, -6.37, 83944.00, 1559.16, 229.35, -7.53, 32.0, 1.35, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491527,-106.9152341, 1646.0, 2022, 6, 24, 15, 20, 23, 1129, 1157, 342, 13, 1.7, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 25, 32, 33, 23, 0, 0, 36, 0, 36, 19, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 187.22, 7, main, -6.37, 83944.00, 1559.16, 229.35, -7.53, 32.0, 1.35, 3.87, 3.99, 0.00, 0.00, 0.00, 62.20, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491527,-106.9152341, 1646.0, 2022, 6, 24, 15, 20, 23, 1129, 1157, 342, 13, 1.7, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 25, 32, 33, 23, 0, 0, 36, 0, 36, 19, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 187.30, 7, main, -6.37, 83944.00, 1559.16, 229.35, -7.53, 32.0, 1.35, 3.87, 3.99, 0.00, 0.00, 0.00, 62.20, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491527,-106.9152341, 1646.0, 2022, 6, 24, 15, 20, 23, 1129, 1157, 342, 13, 1.7, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 25, 32, 33, 23, 0, 0, 36, 0, 36, 19, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 187.30, 7, main, -6.37, 83944.00, 1559.16, 229.35, -7.53, 32.0, 1.35, 3.87, 3.99, 0.00, 0.00, 0.00, 62.20, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491527,-106.9152341, 1646.0, 2022, 6, 24, 15, 20, 23, 1129, 1157, 342, 13, 1.7, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 25, 32, 33, 23, 0, 0, 36, 0, 36, 19, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 187.31, 7, main, -1.47, 83966.00, 1557.02, 227.22, -7.50, 32.0, 1.35, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491274,-106.9152009, 1637.0, 2022, 6, 24, 15, 20, 24, 1126, 1152, 342, 12, 1.7, 0.8, 1.4, 0, 29, 29, 0, 0, 39, 0, 0, 0, 0, 25, 27, 30, 33, 0, 0, 34, 0, 23, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 187.41, 7, main, -5.39, 83954.00, 1558.19, 228.39, -7.48, 32.0, 1.35, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491274,-106.9152009, 1637.0, 2022, 6, 24, 15, 20, 24, 1126, 1152, 342, 12, 1.7, 0.8, 1.4, 0, 29, 29, 0, 0, 39, 0, 0, 0, 0, 25, 27, 30, 33, 0, 0, 34, 0, 23, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 187.51, 7, main, -3.92, 83966.00, 1557.02, 227.22, -7.45, 32.0, 1.35, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491274,-106.9152009, 1637.0, 2022, 6, 24, 15, 20, 24, 1126, 1152, 342, 12, 1.7, 0.8, 1.4, 0, 29, 29, 0, 0, 39, 0, 0, 0, 0, 25, 27, 30, 33, 0, 0, 34, 0, 23, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 187.54, 7, main, -3.92, 83966.00, 1557.02, 227.22, -7.45, 32.0, 1.35, 3.85, 3.97, 0.08, 0.00, 0.00, 62.26, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491274,-106.9152009, 1637.0, 2022, 6, 24, 15, 20, 24, 1126, 1152, 342, 12, 1.7, 0.8, 1.4, 0, 29, 29, 0, 0, 39, 0, 0, 0, 0, 25, 27, 30, 33, 0, 0, 34, 0, 23, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 187.61, 7, main, -4.41, 83978.00, 1555.86, 226.06, -7.42, 32.0, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491274,-106.9152009, 1637.0, 2022, 6, 24, 15, 20, 24, 1126, 1152, 342, 12, 1.7, 0.8, 1.4, 0, 29, 29, 0, 0, 39, 0, 0, 0, 0, 25, 27, 30, 33, 0, 0, 34, 0, 23, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 187.71, 7, main, -1.96, 83994.00, 1554.31, 224.51, -7.40, 32.0, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491274,-106.9152009, 1637.0, 2022, 6, 24, 15, 20, 24, 1126, 1152, 342, 12, 1.7, 0.8, 1.4, 0, 29, 29, 0, 0, 39, 0, 0, 0, 0, 25, 27, 30, 33, 0, 0, 34, 0, 23, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 187.81, 7, main, -3.92, 83995.00, 1554.21, 224.41, -7.38, 32.0, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491274,-106.9152009, 1637.0, 2022, 6, 24, 15, 20, 24, 1126, 1152, 342, 12, 1.7, 0.8, 1.4, 0, 29, 29, 0, 0, 39, 0, 0, 0, 0, 25, 27, 30, 33, 0, 0, 34, 0, 23, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 187.86, 7, main, -3.92, 83995.00, 1554.21, 224.41, -7.38, 32.0, 1.35, 3.87, 3.98, 0.00, 0.00, 0.00, 61.95, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491274,-106.9152009, 1637.0, 2022, 6, 24, 15, 20, 24, 1126, 1152, 342, 12, 1.7, 0.8, 1.4, 0, 29, 29, 0, 0, 39, 0, 0, 0, 0, 25, 27, 30, 33, 0, 0, 34, 0, 23, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 187.91, 7, main, -1.47, 84008.00, 1552.95, 223.15, -7.35, 32.0, 1.35, 3.87, 3.98, 0.09, 0.00, 0.00, 62.26, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491274,-106.9152009, 1637.0, 2022, 6, 24, 15, 20, 24, 1126, 1152, 342, 12, 1.7, 0.8, 1.4, 0, 29, 29, 0, 0, 39, 0, 0, 0, 0, 25, 27, 30, 33, 0, 0, 34, 0, 23, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 188.01, 7, main, -0.98, 84019.00, 1551.89, 222.09, -7.34, 32.0, 1.35, 3.87, 3.98, 0.09, 0.00, 0.00, 62.26, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491274,-106.9152009, 1637.0, 2022, 6, 24, 15, 20, 24, 1126, 1152, 342, 12, 1.7, 0.8, 1.4, 0, 29, 29, 0, 0, 39, 0, 0, 0, 0, 25, 27, 30, 33, 0, 0, 34, 0, 23, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 188.11, 7, main, 2.94, 84019.00, 1551.89, 222.09, -7.32, 32.0, 1.35, 3.87, 3.98, 0.09, 0.00, 0.00, 62.26, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491274,-106.9152009, 1637.0, 2022, 6, 24, 15, 20, 24, 1126, 1152, 342, 12, 1.7, 0.8, 1.4, 0, 29, 29, 0, 0, 39, 0, 0, 0, 0, 25, 27, 30, 33, 0, 0, 34, 0, 23, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 188.18, 7, main, 2.94, 84019.00, 1551.89, 222.09, -7.32, 32.0, 1.36, 3.86, 3.98, 0.09, 0.00, 0.00, 62.26, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491274,-106.9152009, 1637.0, 2022, 6, 24, 15, 20, 24, 1126, 1152, 342, 12, 1.7, 0.8, 1.4, 0, 29, 29, 0, 0, 39, 0, 0, 0, 0, 25, 27, 30, 33, 0, 0, 34, 0, 23, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 188.21, 7, main, -1.47, 84022.00, 1551.60, 221.80, -7.29, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491274,-106.9152009, 1637.0, 2022, 6, 24, 15, 20, 24, 1126, 1152, 342, 12, 1.7, 0.8, 1.4, 0, 29, 29, 0, 0, 39, 0, 0, 0, 0, 25, 27, 30, 33, 0, 0, 34, 0, 23, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 188.30, 7, main, -1.47, 84022.00, 1551.60, 221.80, -7.29, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491274,-106.9152009, 1637.0, 2022, 6, 24, 15, 20, 24, 1126, 1152, 342, 12, 1.7, 0.8, 1.4, 0, 29, 29, 0, 0, 39, 0, 0, 0, 0, 25, 27, 30, 33, 0, 0, 34, 0, 23, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 188.30, 7, main, -1.47, 84022.00, 1551.60, 221.80, -7.29, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491274,-106.9152009, 1637.0, 2022, 6, 24, 15, 20, 24, 1126, 1152, 342, 12, 1.7, 0.8, 1.4, 0, 29, 29, 0, 0, 39, 0, 0, 0, 0, 25, 27, 30, 33, 0, 0, 34, 0, 23, 28, 0, 0, 0, 28, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 188.31, 7, main, -0.00, 84027.00, 1551.11, 221.31, -7.27, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9490794,-106.9151795, 1629.0, 2022, 6, 24, 15, 20, 25, 1120, 1144, 342, 12, 1.7, 0.8, 1.4, 0, 18, 28, 0, 0, 39, 0, 0, 0, 0, 24, 27, 29, 30, 0, 0, 35, 0, 24, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 188.41, 7, main, -3.92, 84037.00, 1550.14, 220.34, -7.25, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9490794,-106.9151795, 1629.0, 2022, 6, 24, 15, 20, 25, 1120, 1144, 342, 12, 1.7, 0.8, 1.4, 0, 18, 28, 0, 0, 39, 0, 0, 0, 0, 24, 27, 29, 30, 0, 0, 35, 0, 24, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 188.50, 7, main, -3.92, 84037.00, 1550.14, 220.34, -7.25, 32.0, 1.35, 3.87, 3.99, 0.08, 0.00, 0.00, 62.20, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9490794,-106.9151795, 1629.0, 2022, 6, 24, 15, 20, 25, 1120, 1144, 342, 12, 1.7, 0.8, 1.4, 0, 18, 28, 0, 0, 39, 0, 0, 0, 0, 24, 27, 29, 30, 0, 0, 35, 0, 24, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 188.51, 7, main, -0.98, 84032.00, 1550.63, 220.83, -7.23, 32.0, 1.35, 3.87, 3.99, 0.09, 0.00, 0.00, 62.26, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9490794,-106.9151795, 1629.0, 2022, 6, 24, 15, 20, 25, 1120, 1144, 342, 12, 1.7, 0.8, 1.4, 0, 18, 28, 0, 0, 39, 0, 0, 0, 0, 24, 27, 29, 30, 0, 0, 35, 0, 24, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 188.61, 7, main, 1.47, 84062.00, 1547.72, 217.92, -7.21, 32.0, 1.35, 3.87, 3.99, 0.09, 0.00, 0.00, 62.26, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9490794,-106.9151795, 1629.0, 2022, 6, 24, 15, 20, 25, 1120, 1144, 342, 12, 1.7, 0.8, 1.4, 0, 18, 28, 0, 0, 39, 0, 0, 0, 0, 24, 27, 29, 30, 0, 0, 35, 0, 24, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 188.71, 7, main, -2.94, 84063.00, 1547.63, 217.82, -7.19, 32.0, 1.35, 3.87, 3.99, 0.09, 0.00, 0.00, 62.26, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9490794,-106.9151795, 1629.0, 2022, 6, 24, 15, 20, 25, 1120, 1144, 342, 12, 1.7, 0.8, 1.4, 0, 18, 28, 0, 0, 39, 0, 0, 0, 0, 24, 27, 29, 30, 0, 0, 35, 0, 24, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 188.81, 7, main, -4.90, 84074.00, 1546.56, 216.76, -7.17, 32.0, 1.35, 3.87, 3.99, 0.09, 0.00, 0.00, 62.26, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9490794,-106.9151795, 1629.0, 2022, 6, 24, 15, 20, 25, 1120, 1144, 342, 12, 1.7, 0.8, 1.4, 0, 18, 28, 0, 0, 39, 0, 0, 0, 0, 24, 27, 29, 30, 0, 0, 35, 0, 24, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 188.82, 7, main, -4.90, 84074.00, 1546.56, 216.76, -7.17, 32.0, 1.35, 3.87, 3.98, 0.09, 0.00, 0.00, 62.26, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9490794,-106.9151795, 1629.0, 2022, 6, 24, 15, 20, 25, 1120, 1144, 342, 12, 1.7, 0.8, 1.4, 0, 18, 28, 0, 0, 39, 0, 0, 0, 0, 24, 27, 29, 30, 0, 0, 35, 0, 24, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 188.91, 7, main, -3.92, 84086.00, 1545.40, 215.60, -7.14, 32.0, 1.35, 3.87, 3.98, 0.08, 0.00, 0.00, 62.26, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9490794,-106.9151795, 1629.0, 2022, 6, 24, 15, 20, 25, 1120, 1144, 342, 12, 1.7, 0.8, 1.4, 0, 18, 28, 0, 0, 39, 0, 0, 0, 0, 24, 27, 29, 30, 0, 0, 35, 0, 24, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 189.01, 7, main, -3.43, 84090.00, 1545.01, 215.21, -7.11, 32.0, 1.35, 3.87, 3.98, 0.08, 0.00, 0.00, 62.26, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9490794,-106.9151795, 1629.0, 2022, 6, 24, 15, 20, 25, 1120, 1144, 342, 12, 1.7, 0.8, 1.4, 0, 18, 28, 0, 0, 39, 0, 0, 0, 0, 24, 27, 29, 30, 0, 0, 35, 0, 24, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 189.11, 7, main, -6.37, 84090.00, 1545.01, 215.21, -7.09, 32.0, 1.35, 3.87, 3.98, 0.08, 0.00, 0.00, 62.26, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9490794,-106.9151795, 1629.0, 2022, 6, 24, 15, 20, 25, 1120, 1144, 342, 12, 1.7, 0.8, 1.4, 0, 18, 28, 0, 0, 39, 0, 0, 0, 0, 24, 27, 29, 30, 0, 0, 35, 0, 24, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 189.14, 7, main, -6.37, 84090.00, 1545.01, 215.21, -7.09, 32.0, 1.34, 3.86, 3.98, 0.08, 0.00, 0.00, 62.26, 21.73, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9490794,-106.9151795, 1629.0, 2022, 6, 24, 15, 20, 25, 1120, 1144, 342, 12, 1.7, 0.8, 1.4, 0, 18, 28, 0, 0, 39, 0, 0, 0, 0, 24, 27, 29, 30, 0, 0, 35, 0, 24, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 189.21, 7, main, -2.45, 84103.00, 1543.75, 213.95, -7.06, 32.0, 1.34, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9490794,-106.9151795, 1629.0, 2022, 6, 24, 15, 20, 25, 1120, 1144, 342, 12, 1.7, 0.8, 1.4, 0, 18, 28, 0, 0, 39, 0, 0, 0, 0, 24, 27, 29, 30, 0, 0, 35, 0, 24, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 189.30, 7, main, -2.45, 84103.00, 1543.75, 213.95, -7.06, 32.0, 1.34, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9490794,-106.9151795, 1629.0, 2022, 6, 24, 15, 20, 25, 1120, 1144, 342, 12, 1.7, 0.8, 1.4, 0, 18, 28, 0, 0, 39, 0, 0, 0, 0, 24, 27, 29, 30, 0, 0, 35, 0, 24, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 189.30, 7, main, -2.45, 84103.00, 1543.75, 213.95, -7.06, 32.0, 1.34, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9490794,-106.9151795, 1629.0, 2022, 6, 24, 15, 20, 25, 1120, 1144, 342, 12, 1.7, 0.8, 1.4, 0, 18, 28, 0, 0, 39, 0, 0, 0, 0, 24, 27, 29, 30, 0, 0, 35, 0, 24, 29, 0, 0, 0, 21, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 189.31, 7, main, -0.49, 84104.00, 1543.66, 213.86, -7.04, 32.0, 1.34, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490195,-106.9151800, 1621.0, 2022, 6, 24, 15, 20, 26, 1114, 1137, 342, 12, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 38, 0, 0, 0, 0, 37, 28, 29, 32, 0, 0, 35, 0, 22, 28, 0, 0, 0, 21, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 189.41, 7, main, -2.45, 84115.00, 1542.59, 212.79, -7.01, 32.0, 1.34, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490195,-106.9151800, 1621.0, 2022, 6, 24, 15, 20, 26, 1114, 1137, 342, 12, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 38, 0, 0, 0, 0, 37, 28, 29, 32, 0, 0, 35, 0, 22, 28, 0, 0, 0, 21, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 189.46, 7, main, -2.45, 84115.00, 1542.59, 212.79, -7.01, 32.0, 1.35, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490195,-106.9151800, 1621.0, 2022, 6, 24, 15, 20, 26, 1114, 1137, 342, 12, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 38, 0, 0, 0, 0, 37, 28, 29, 32, 0, 0, 35, 0, 22, 28, 0, 0, 0, 21, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 189.51, 7, main, -0.98, 84114.00, 1542.69, 212.89, -6.98, 32.0, 1.35, 3.86, 3.99, 0.07, 0.00, 0.00, 62.20, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490195,-106.9151800, 1621.0, 2022, 6, 24, 15, 20, 26, 1114, 1137, 342, 12, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 38, 0, 0, 0, 0, 37, 28, 29, 32, 0, 0, 35, 0, 22, 28, 0, 0, 0, 21, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 189.61, 7, main, -0.00, 84126.00, 1541.53, 211.73, -6.96, 32.0, 1.35, 3.86, 3.99, 0.07, 0.00, 0.00, 62.20, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490195,-106.9151800, 1621.0, 2022, 6, 24, 15, 20, 26, 1114, 1137, 342, 12, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 38, 0, 0, 0, 0, 37, 28, 29, 32, 0, 0, 35, 0, 22, 28, 0, 0, 0, 21, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 189.71, 7, main, -2.94, 84144.00, 1539.79, 209.98, -6.93, 32.0, 1.35, 3.86, 3.99, 0.07, 0.00, 0.00, 62.20, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490195,-106.9151800, 1621.0, 2022, 6, 24, 15, 20, 26, 1114, 1137, 342, 12, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 38, 0, 0, 0, 0, 37, 28, 29, 32, 0, 0, 35, 0, 22, 28, 0, 0, 0, 21, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 189.78, 7, main, -2.94, 84144.00, 1539.79, 209.98, -6.93, 32.0, 1.35, 3.85, 3.97, 0.07, 0.00, 0.00, 62.20, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9490195,-106.9151800, 1621.0, 2022, 6, 24, 15, 20, 26, 1114, 1137, 342, 12, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 38, 0, 0, 0, 0, 37, 28, 29, 32, 0, 0, 35, 0, 22, 28, 0, 0, 0, 21, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 189.81, 7, main, -5.39, 84143.00, 1539.88, 210.08, -6.91, 32.0, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 62.01, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9490195,-106.9151800, 1621.0, 2022, 6, 24, 15, 20, 26, 1114, 1137, 342, 12, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 38, 0, 0, 0, 0, 37, 28, 29, 32, 0, 0, 35, 0, 22, 28, 0, 0, 0, 21, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 189.91, 7, main, -3.92, 84145.00, 1539.69, 209.89, -6.88, 32.0, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 62.01, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9490195,-106.9151800, 1621.0, 2022, 6, 24, 15, 20, 26, 1114, 1137, 342, 12, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 38, 0, 0, 0, 0, 37, 28, 29, 32, 0, 0, 35, 0, 22, 28, 0, 0, 0, 21, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 190.01, 7, main, -4.90, 84161.00, 1538.14, 208.34, -6.84, 32.0, 1.35, 3.85, 3.97, 0.00, 0.00, 0.00, 62.01, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9490195,-106.9151800, 1621.0, 2022, 6, 24, 15, 20, 26, 1114, 1137, 342, 12, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 38, 0, 0, 0, 0, 37, 28, 29, 32, 0, 0, 35, 0, 22, 28, 0, 0, 0, 21, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 190.10, 7, main, -4.90, 84161.00, 1538.14, 208.34, -6.84, 32.0, 1.33, 3.84, 3.96, 0.00, 0.00, 0.00, 62.01, 21.67, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9490195,-106.9151800, 1621.0, 2022, 6, 24, 15, 20, 26, 1114, 1137, 342, 12, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 38, 0, 0, 0, 0, 37, 28, 29, 32, 0, 0, 35, 0, 22, 28, 0, 0, 0, 21, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 190.11, 7, main, -2.94, 84167.00, 1537.56, 207.76, -6.80, 32.0, 1.33, 3.84, 3.96, 0.00, 0.00, 0.00, 61.89, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9490195,-106.9151800, 1621.0, 2022, 6, 24, 15, 20, 26, 1114, 1137, 342, 12, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 38, 0, 0, 0, 0, 37, 28, 29, 32, 0, 0, 35, 0, 22, 28, 0, 0, 0, 21, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 190.21, 7, main, -6.37, 84163.00, 1537.95, 208.15, -6.76, 32.0, 1.33, 3.84, 3.96, 0.00, 0.00, 0.00, 61.89, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9490195,-106.9151800, 1621.0, 2022, 6, 24, 15, 20, 26, 1114, 1137, 342, 12, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 38, 0, 0, 0, 0, 37, 28, 29, 32, 0, 0, 35, 0, 22, 28, 0, 0, 0, 21, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 190.30, 7, main, -6.37, 84163.00, 1537.95, 208.15, -6.76, 32.0, 1.33, 3.84, 3.96, 0.00, 0.00, 0.00, 61.89, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9490195,-106.9151800, 1621.0, 2022, 6, 24, 15, 20, 26, 1114, 1137, 342, 12, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 38, 0, 0, 0, 0, 37, 28, 29, 32, 0, 0, 35, 0, 22, 28, 0, 0, 0, 21, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 190.30, 7, main, -6.37, 84163.00, 1537.95, 208.15, -6.76, 32.0, 1.33, 3.84, 3.96, 0.00, 0.00, 0.00, 61.89, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9490195,-106.9151800, 1621.0, 2022, 6, 24, 15, 20, 26, 1114, 1137, 342, 12, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 38, 0, 0, 0, 0, 37, 28, 29, 32, 0, 0, 35, 0, 22, 28, 0, 0, 0, 21, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 190.31, 7, main, -5.39, 84168.00, 1537.46, 207.66, -6.71, 32.0, 1.33, 3.84, 3.96, 0.00, 0.00, 0.00, 61.89, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9489645,-106.9152057, 1613.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 341, 11, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 31, 0, 0, 0, 0, 32, 28, 28, 36, 0, 0, 26, 0, 22, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 190.41, 7, main, -3.92, 84198.00, 1534.56, 204.76, -6.67, 32.0, 1.33, 3.84, 3.96, 0.00, 0.00, 0.00, 61.89, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9489645,-106.9152057, 1613.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 341, 11, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 31, 0, 0, 0, 0, 32, 28, 28, 36, 0, 0, 26, 0, 22, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 190.42, 7, main, -3.92, 84198.00, 1534.56, 204.76, -6.67, 32.0, 1.34, 3.86, 3.98, 0.00, 0.00, 0.00, 61.89, 21.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9489645,-106.9152057, 1613.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 341, 11, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 31, 0, 0, 0, 0, 32, 28, 28, 36, 0, 0, 26, 0, 22, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 190.51, 7, main, -2.45, 84188.00, 1535.53, 205.73, -6.62, 32.0, 1.34, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9489645,-106.9152057, 1613.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 341, 11, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 31, 0, 0, 0, 0, 32, 28, 28, 36, 0, 0, 26, 0, 22, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 190.61, 7, main, -5.39, 84216.00, 1532.82, 203.02, -6.58, 32.0, 1.34, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9489645,-106.9152057, 1613.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 341, 11, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 31, 0, 0, 0, 0, 32, 28, 28, 36, 0, 0, 26, 0, 22, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 190.71, 7, main, -0.98, 84207.00, 1533.69, 203.89, -6.54, 32.0, 1.34, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9489645,-106.9152057, 1613.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 341, 11, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 31, 0, 0, 0, 0, 32, 28, 28, 36, 0, 0, 26, 0, 22, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 190.74, 7, main, -0.98, 84207.00, 1533.69, 203.89, -6.54, 32.0, 1.34, 3.87, 3.99, 0.00, 0.00, 0.00, 62.20, 21.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489645,-106.9152057, 1613.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 341, 11, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 31, 0, 0, 0, 0, 32, 28, 28, 36, 0, 0, 26, 0, 22, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 190.81, 7, main, -4.41, 84218.00, 1532.63, 202.83, -6.50, 32.0, 1.34, 3.87, 3.99, 0.09, 0.00, 0.00, 62.38, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489645,-106.9152057, 1613.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 341, 11, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 31, 0, 0, 0, 0, 32, 28, 28, 36, 0, 0, 26, 0, 22, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 190.91, 7, main, -7.85, 84212.00, 1533.21, 203.41, -6.47, 32.0, 1.34, 3.87, 3.99, 0.09, 0.00, 0.00, 62.38, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489645,-106.9152057, 1613.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 341, 11, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 31, 0, 0, 0, 0, 32, 28, 28, 36, 0, 0, 26, 0, 22, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 191.01, 7, main, -2.94, 84219.00, 1532.53, 202.73, -6.43, 32.0, 1.34, 3.87, 3.99, 0.09, 0.00, 0.00, 62.38, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489645,-106.9152057, 1613.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 341, 11, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 31, 0, 0, 0, 0, 32, 28, 28, 36, 0, 0, 26, 0, 22, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 191.06, 7, main, -2.94, 84219.00, 1532.53, 202.73, -6.43, 32.0, 1.34, 3.86, 3.98, 0.09, 0.00, 0.00, 62.38, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489645,-106.9152057, 1613.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 341, 11, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 31, 0, 0, 0, 0, 32, 28, 28, 36, 0, 0, 26, 0, 22, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 191.11, 7, main, 0.49, 84234.00, 1531.08, 201.28, -6.39, 32.0, 1.34, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489645,-106.9152057, 1613.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 341, 11, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 31, 0, 0, 0, 0, 32, 28, 28, 36, 0, 0, 26, 0, 22, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 191.21, 7, main, -2.45, 84249.00, 1529.63, 199.83, -6.36, 32.0, 1.34, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489645,-106.9152057, 1613.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 341, 11, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 31, 0, 0, 0, 0, 32, 28, 28, 36, 0, 0, 26, 0, 22, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 191.30, 7, main, -2.45, 84249.00, 1529.63, 199.83, -6.36, 32.0, 1.34, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489645,-106.9152057, 1613.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 341, 11, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 31, 0, 0, 0, 0, 32, 28, 28, 36, 0, 0, 26, 0, 22, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 191.30, 7, main, -2.45, 84249.00, 1529.63, 199.83, -6.36, 32.0, 1.34, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489645,-106.9152057, 1613.0, 2022, 6, 24, 15, 20, 27, 1109, 1130, 341, 11, 1.6, 0.8, 1.4, 0, 28, 28, 0, 0, 31, 0, 0, 0, 0, 32, 28, 28, 36, 0, 0, 26, 0, 22, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 191.31, 7, main, -1.96, 84238.00, 1530.69, 200.89, -6.33, 32.0, 1.34, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9489186,-106.9152596, 1606.0, 2022, 6, 24, 15, 20, 28, 1105, 1126, 341, 11, 2.1, 0.9, 1.9, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 26, 28, 29, 36, 0, 0, 23, 0, 31, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 191.38, 7, main, -1.96, 84238.00, 1530.69, 200.89, -6.33, 32.0, 1.35, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 21.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9489186,-106.9152596, 1606.0, 2022, 6, 24, 15, 20, 28, 1105, 1126, 341, 11, 2.1, 0.9, 1.9, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 26, 28, 29, 36, 0, 0, 23, 0, 31, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 191.41, 7, main, -4.41, 84256.00, 1528.95, 199.15, -6.32, 32.0, 1.35, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9489186,-106.9152596, 1606.0, 2022, 6, 24, 15, 20, 28, 1105, 1126, 341, 11, 2.1, 0.9, 1.9, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 26, 28, 29, 36, 0, 0, 23, 0, 31, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 191.51, 7, main, -0.00, 84262.00, 1528.37, 198.57, -6.30, 32.0, 1.35, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9489186,-106.9152596, 1606.0, 2022, 6, 24, 15, 20, 28, 1105, 1126, 341, 11, 2.1, 0.9, 1.9, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 26, 28, 29, 36, 0, 0, 23, 0, 31, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 191.61, 7, main, -2.94, 84271.00, 1527.50, 197.70, -6.30, 32.0, 1.35, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9489186,-106.9152596, 1606.0, 2022, 6, 24, 15, 20, 28, 1105, 1126, 341, 11, 2.1, 0.9, 1.9, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 26, 28, 29, 36, 0, 0, 23, 0, 31, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 191.70, 7, main, -2.94, 84271.00, 1527.50, 197.70, -6.30, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.14, 21.79, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9489186,-106.9152596, 1606.0, 2022, 6, 24, 15, 20, 28, 1105, 1126, 341, 11, 2.1, 0.9, 1.9, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 26, 28, 29, 36, 0, 0, 23, 0, 31, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 191.71, 7, main, -1.47, 84265.00, 1528.08, 198.28, -6.31, 32.0, 1.36, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9489186,-106.9152596, 1606.0, 2022, 6, 24, 15, 20, 28, 1105, 1126, 341, 11, 2.1, 0.9, 1.9, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 26, 28, 29, 36, 0, 0, 23, 0, 31, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 191.81, 7, main, -2.45, 84284.00, 1526.25, 196.45, -6.32, 32.0, 1.36, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9489186,-106.9152596, 1606.0, 2022, 6, 24, 15, 20, 28, 1105, 1126, 341, 11, 2.1, 0.9, 1.9, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 26, 28, 29, 36, 0, 0, 23, 0, 31, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 191.91, 7, main, -2.45, 84281.00, 1526.54, 196.74, -6.34, 32.0, 1.36, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9489186,-106.9152596, 1606.0, 2022, 6, 24, 15, 20, 28, 1105, 1126, 341, 11, 2.1, 0.9, 1.9, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 26, 28, 29, 36, 0, 0, 23, 0, 31, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 192.01, 7, main, -4.41, 84282.00, 1526.44, 196.64, -6.36, 32.0, 1.36, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9489186,-106.9152596, 1606.0, 2022, 6, 24, 15, 20, 28, 1105, 1126, 341, 11, 2.1, 0.9, 1.9, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 26, 28, 29, 36, 0, 0, 23, 0, 31, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 192.02, 7, main, -4.41, 84282.00, 1526.44, 196.64, -6.36, 32.0, 1.37, 3.86, 3.99, 0.08, 0.00, 0.00, 62.26, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.01, 1, 1, 9, 32.9489186,-106.9152596, 1606.0, 2022, 6, 24, 15, 20, 28, 1105, 1126, 341, 11, 2.1, 0.9, 1.9, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 26, 28, 29, 36, 0, 0, 23, 0, 31, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 192.11, 7, main, -3.92, 84290.00, 1525.67, 195.87, -6.39, 32.0, 1.37, 3.86, 3.99, 0.09, 0.00, 0.01, 62.14, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.01, 1, 1, 9, 32.9489186,-106.9152596, 1606.0, 2022, 6, 24, 15, 20, 28, 1105, 1126, 341, 11, 2.1, 0.9, 1.9, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 26, 28, 29, 36, 0, 0, 23, 0, 31, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 192.21, 7, main, -2.45, 84308.00, 1523.93, 194.13, -6.41, 32.0, 1.37, 3.86, 3.99, 0.09, 0.00, 0.01, 62.14, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.01, 1, 1, 9, 32.9489186,-106.9152596, 1606.0, 2022, 6, 24, 15, 20, 28, 1105, 1126, 341, 11, 2.1, 0.9, 1.9, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 26, 28, 29, 36, 0, 0, 23, 0, 31, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 192.30, 7, main, -2.45, 84308.00, 1523.93, 194.13, -6.41, 32.0, 1.37, 3.86, 3.99, 0.09, 0.00, 0.01, 62.14, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.01, 1, 1, 9, 32.9489186,-106.9152596, 1606.0, 2022, 6, 24, 15, 20, 28, 1105, 1126, 341, 11, 2.1, 0.9, 1.9, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 26, 28, 29, 36, 0, 0, 23, 0, 31, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 192.30, 7, main, -2.45, 84308.00, 1523.93, 194.13, -6.41, 32.0, 1.37, 3.86, 3.99, 0.09, 0.00, 0.01, 62.14, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.01, 1, 1, 9, 32.9489186,-106.9152596, 1606.0, 2022, 6, 24, 15, 20, 28, 1105, 1126, 341, 11, 2.1, 0.9, 1.9, 0, 35, 29, 0, 0, 36, 0, 0, 0, 0, 26, 28, 29, 36, 0, 0, 23, 0, 31, 28, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30, 0, 0 +6, 6583, 3,VE3LIC, 192.31, 7, main, -3.92, 84315.00, 1523.25, 193.45, -6.44, 32.0, 1.37, 3.86, 3.99, 0.09, 0.00, 0.01, 62.14, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.01, 1, 1, 10, 32.9488884,-106.9153264, 1598.0, 2022, 6, 24, 15, 20, 29, 1104, 1123, 341, 10, 1.6, 0.8, 1.4, 0, 35, 34, 0, 0, 37, 0, 0, 0, 0, 36, 29, 30, 33, 0, 0, 26, 0, 33, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 192.34, 7, main, -3.92, 84315.00, 1523.25, 193.45, -6.44, 32.0, 1.38, 3.86, 3.99, 0.09, 0.00, 0.01, 62.14, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9488884,-106.9153264, 1598.0, 2022, 6, 24, 15, 20, 29, 1104, 1123, 341, 10, 1.6, 0.8, 1.4, 0, 35, 34, 0, 0, 37, 0, 0, 0, 0, 36, 29, 30, 33, 0, 0, 26, 0, 33, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 192.41, 7, main, -5.39, 84320.00, 1522.77, 192.97, -6.49, 32.0, 1.38, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9488884,-106.9153264, 1598.0, 2022, 6, 24, 15, 20, 29, 1104, 1123, 341, 10, 1.6, 0.8, 1.4, 0, 35, 34, 0, 0, 37, 0, 0, 0, 0, 36, 29, 30, 33, 0, 0, 26, 0, 33, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 192.51, 7, main, -0.49, 84320.00, 1522.77, 192.97, -6.54, 32.0, 1.38, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9488884,-106.9153264, 1598.0, 2022, 6, 24, 15, 20, 29, 1104, 1123, 341, 10, 1.6, 0.8, 1.4, 0, 35, 34, 0, 0, 37, 0, 0, 0, 0, 36, 29, 30, 33, 0, 0, 26, 0, 33, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 192.61, 7, main, -4.41, 84323.00, 1522.48, 192.68, -6.60, 32.0, 1.38, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9488884,-106.9153264, 1598.0, 2022, 6, 24, 15, 20, 29, 1104, 1123, 341, 10, 1.6, 0.8, 1.4, 0, 35, 34, 0, 0, 37, 0, 0, 0, 0, 36, 29, 30, 33, 0, 0, 26, 0, 33, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 192.66, 7, main, -4.41, 84323.00, 1522.48, 192.68, -6.60, 32.0, 1.36, 3.87, 3.99, 0.09, 0.00, 0.00, 62.14, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9488884,-106.9153264, 1598.0, 2022, 6, 24, 15, 20, 29, 1104, 1123, 341, 10, 1.6, 0.8, 1.4, 0, 35, 34, 0, 0, 37, 0, 0, 0, 0, 36, 29, 30, 33, 0, 0, 26, 0, 33, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 192.71, 7, main, -0.00, 84337.00, 1521.13, 191.33, -6.64, 32.0, 1.36, 3.87, 3.99, 0.00, 0.00, 0.00, 62.26, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9488884,-106.9153264, 1598.0, 2022, 6, 24, 15, 20, 29, 1104, 1123, 341, 10, 1.6, 0.8, 1.4, 0, 35, 34, 0, 0, 37, 0, 0, 0, 0, 36, 29, 30, 33, 0, 0, 26, 0, 33, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 192.81, 7, main, -3.43, 84347.00, 1520.16, 190.36, -6.70, 32.0, 1.36, 3.87, 3.99, 0.00, 0.00, 0.00, 62.26, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9488884,-106.9153264, 1598.0, 2022, 6, 24, 15, 20, 29, 1104, 1123, 341, 10, 1.6, 0.8, 1.4, 0, 35, 34, 0, 0, 37, 0, 0, 0, 0, 36, 29, 30, 33, 0, 0, 26, 0, 33, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 192.91, 7, main, -1.96, 84348.00, 1520.07, 190.27, -6.74, 32.0, 1.36, 3.87, 3.99, 0.00, 0.00, 0.00, 62.26, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9488884,-106.9153264, 1598.0, 2022, 6, 24, 15, 20, 29, 1104, 1123, 341, 10, 1.6, 0.8, 1.4, 0, 35, 34, 0, 0, 37, 0, 0, 0, 0, 36, 29, 30, 33, 0, 0, 26, 0, 33, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 192.98, 7, main, -1.96, 84348.00, 1520.07, 190.27, -6.74, 32.0, 1.37, 3.86, 3.98, 0.00, 0.00, 0.00, 62.26, 21.97, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9488884,-106.9153264, 1598.0, 2022, 6, 24, 15, 20, 29, 1104, 1123, 341, 10, 1.6, 0.8, 1.4, 0, 35, 34, 0, 0, 37, 0, 0, 0, 0, 36, 29, 30, 33, 0, 0, 26, 0, 33, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 193.01, 7, main, -2.45, 84353.00, 1519.58, 189.78, -6.78, 32.0, 1.37, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9488884,-106.9153264, 1598.0, 2022, 6, 24, 15, 20, 29, 1104, 1123, 341, 10, 1.6, 0.8, 1.4, 0, 35, 34, 0, 0, 37, 0, 0, 0, 0, 36, 29, 30, 33, 0, 0, 26, 0, 33, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 193.11, 7, main, -1.47, 84367.00, 1518.23, 188.43, -6.84, 32.0, 1.37, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9488884,-106.9153264, 1598.0, 2022, 6, 24, 15, 20, 29, 1104, 1123, 341, 10, 1.6, 0.8, 1.4, 0, 35, 34, 0, 0, 37, 0, 0, 0, 0, 36, 29, 30, 33, 0, 0, 26, 0, 33, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 193.21, 7, main, -4.41, 84373.00, 1517.65, 187.85, -6.89, 32.0, 1.37, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9488884,-106.9153264, 1598.0, 2022, 6, 24, 15, 20, 29, 1104, 1123, 341, 10, 1.6, 0.8, 1.4, 0, 35, 34, 0, 0, 37, 0, 0, 0, 0, 36, 29, 30, 33, 0, 0, 26, 0, 33, 28, 0, 0, 0, 26, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 193.30, 7, main, -4.41, 84373.00, 1517.65, 187.85, -6.89, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9488772,-106.9153972, 1592.0, 2022, 6, 24, 15, 20, 30, 1105, 1123, 340, 10, 1.6, 0.8, 1.4, 0, 33, 34, 0, 0, 38, 0, 0, 0, 0, 33, 30, 23, 22, 0, 0, 22, 0, 35, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 193.30, 7, main, -4.41, 84373.00, 1517.65, 187.85, -6.89, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9488772,-106.9153972, 1592.0, 2022, 6, 24, 15, 20, 30, 1105, 1123, 340, 10, 1.6, 0.8, 1.4, 0, 33, 34, 0, 0, 38, 0, 0, 0, 0, 33, 30, 23, 22, 0, 0, 22, 0, 35, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 193.30, 7, main, -4.41, 84373.00, 1517.65, 187.85, -6.89, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9488772,-106.9153972, 1592.0, 2022, 6, 24, 15, 20, 30, 1105, 1123, 340, 10, 1.6, 0.8, 1.4, 0, 33, 34, 0, 0, 38, 0, 0, 0, 0, 33, 30, 23, 22, 0, 0, 22, 0, 35, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 193.31, 7, main, -2.94, 84382.00, 1516.78, 186.98, -6.93, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9488772,-106.9153972, 1592.0, 2022, 6, 24, 15, 20, 30, 1105, 1123, 340, 10, 1.6, 0.8, 1.4, 0, 33, 34, 0, 0, 38, 0, 0, 0, 0, 33, 30, 23, 22, 0, 0, 22, 0, 35, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 193.41, 7, main, 2.45, 84390.00, 1516.01, 186.21, -6.98, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9488772,-106.9153972, 1592.0, 2022, 6, 24, 15, 20, 30, 1105, 1123, 340, 10, 1.6, 0.8, 1.4, 0, 33, 34, 0, 0, 38, 0, 0, 0, 0, 33, 30, 23, 22, 0, 0, 22, 0, 35, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 193.51, 7, main, -3.43, 84389.00, 1516.11, 186.31, -7.02, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9488772,-106.9153972, 1592.0, 2022, 6, 24, 15, 20, 30, 1105, 1123, 340, 10, 1.6, 0.8, 1.4, 0, 33, 34, 0, 0, 38, 0, 0, 0, 0, 33, 30, 23, 22, 0, 0, 22, 0, 35, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 193.61, 7, main, -3.43, 84409.00, 1514.18, 184.38, -7.05, 32.0, 1.36, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9488772,-106.9153972, 1592.0, 2022, 6, 24, 15, 20, 30, 1105, 1123, 340, 10, 1.6, 0.8, 1.4, 0, 33, 34, 0, 0, 38, 0, 0, 0, 0, 33, 30, 23, 22, 0, 0, 22, 0, 35, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 193.62, 7, main, -3.43, 84409.00, 1514.18, 184.38, -7.05, 32.0, 1.38, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 21.91, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.01, 1, 1, 10, 32.9488772,-106.9153972, 1592.0, 2022, 6, 24, 15, 20, 30, 1105, 1123, 340, 10, 1.6, 0.8, 1.4, 0, 33, 34, 0, 0, 38, 0, 0, 0, 0, 33, 30, 23, 22, 0, 0, 22, 0, 35, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 193.71, 7, main, -0.98, 84410.00, 1514.08, 184.28, -7.08, 32.0, 1.38, 3.86, 3.98, 0.06, 0.00, 0.01, 62.14, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.01, 1, 1, 10, 32.9488772,-106.9153972, 1592.0, 2022, 6, 24, 15, 20, 30, 1105, 1123, 340, 10, 1.6, 0.8, 1.4, 0, 33, 34, 0, 0, 38, 0, 0, 0, 0, 33, 30, 23, 22, 0, 0, 22, 0, 35, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 193.81, 7, main, -2.94, 84411.00, 1513.98, 184.18, -7.11, 32.0, 1.38, 3.86, 3.98, 0.06, 0.00, 0.01, 62.14, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.01, 1, 1, 10, 32.9488772,-106.9153972, 1592.0, 2022, 6, 24, 15, 20, 30, 1105, 1123, 340, 10, 1.6, 0.8, 1.4, 0, 33, 34, 0, 0, 38, 0, 0, 0, 0, 33, 30, 23, 22, 0, 0, 22, 0, 35, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 193.91, 7, main, -4.90, 84417.00, 1513.41, 183.60, -7.12, 32.0, 1.38, 3.86, 3.98, 0.06, 0.00, 0.01, 62.14, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.01, 1, 1, 10, 32.9488772,-106.9153972, 1592.0, 2022, 6, 24, 15, 20, 30, 1105, 1123, 340, 10, 1.6, 0.8, 1.4, 0, 33, 34, 0, 0, 38, 0, 0, 0, 0, 33, 30, 23, 22, 0, 0, 22, 0, 35, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 193.94, 7, main, -4.90, 84417.00, 1513.41, 183.60, -7.12, 32.0, 1.37, 3.86, 3.98, 0.06, 0.00, 0.01, 62.14, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.01, 1, 1, 10, 32.9488772,-106.9153972, 1592.0, 2022, 6, 24, 15, 20, 30, 1105, 1123, 340, 10, 1.6, 0.8, 1.4, 0, 33, 34, 0, 0, 38, 0, 0, 0, 0, 33, 30, 23, 22, 0, 0, 22, 0, 35, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 194.01, 7, main, -2.94, 84420.00, 1513.12, 183.31, -7.12, 32.0, 1.37, 3.86, 3.98, 0.00, 0.00, 0.01, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.01, 1, 1, 10, 32.9488772,-106.9153972, 1592.0, 2022, 6, 24, 15, 20, 30, 1105, 1123, 340, 10, 1.6, 0.8, 1.4, 0, 33, 34, 0, 0, 38, 0, 0, 0, 0, 33, 30, 23, 22, 0, 0, 22, 0, 35, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 194.11, 7, main, -1.47, 84437.00, 1511.48, 181.67, -7.12, 32.0, 1.37, 3.86, 3.98, 0.00, 0.00, 0.01, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.01, 1, 1, 10, 32.9488772,-106.9153972, 1592.0, 2022, 6, 24, 15, 20, 30, 1105, 1123, 340, 10, 1.6, 0.8, 1.4, 0, 33, 34, 0, 0, 38, 0, 0, 0, 0, 33, 30, 23, 22, 0, 0, 22, 0, 35, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 194.21, 7, main, -3.43, 84440.00, 1511.19, 181.38, -7.12, 32.0, 1.37, 3.86, 3.98, 0.00, 0.00, 0.01, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.01, 1, 1, 10, 32.9488772,-106.9153972, 1592.0, 2022, 6, 24, 15, 20, 30, 1105, 1123, 340, 10, 1.6, 0.8, 1.4, 0, 33, 34, 0, 0, 38, 0, 0, 0, 0, 33, 30, 23, 22, 0, 0, 22, 0, 35, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 194.26, 7, main, -3.43, 84440.00, 1511.19, 181.38, -7.12, 32.0, 1.36, 3.86, 3.99, 0.00, 0.00, 0.01, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9488772,-106.9153972, 1592.0, 2022, 6, 24, 15, 20, 30, 1105, 1123, 340, 10, 1.6, 0.8, 1.4, 0, 33, 34, 0, 0, 38, 0, 0, 0, 0, 33, 30, 23, 22, 0, 0, 22, 0, 35, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 194.30, 7, main, -3.43, 84440.00, 1511.19, 181.38, -7.12, 32.0, 1.36, 3.86, 3.99, 0.00, 0.00, 0.01, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9488772,-106.9153972, 1592.0, 2022, 6, 24, 15, 20, 30, 1105, 1123, 340, 10, 1.6, 0.8, 1.4, 0, 33, 34, 0, 0, 38, 0, 0, 0, 0, 33, 30, 23, 22, 0, 0, 22, 0, 35, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 194.30, 7, main, -3.43, 84440.00, 1511.19, 181.38, -7.12, 32.0, 1.36, 3.86, 3.99, 0.00, 0.00, 0.01, 62.20, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9488772,-106.9153972, 1592.0, 2022, 6, 24, 15, 20, 30, 1105, 1123, 340, 10, 1.6, 0.8, 1.4, 0, 33, 34, 0, 0, 38, 0, 0, 0, 0, 33, 30, 23, 22, 0, 0, 22, 0, 35, 28, 0, 0, 0, 27, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 194.31, 7, main, -5.39, 84452.00, 1510.03, 180.23, -7.10, 32.0, 1.36, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9488888,-106.9154659, 1585.0, 2022, 6, 24, 15, 20, 31, 1109, 1125, 340, 10, 1.9, 1.0, 1.6, 0, 35, 34, 0, 0, 38, 0, 0, 0, 0, 34, 30, 25, 31, 0, 0, 23, 0, 36, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 194.41, 7, main, -0.00, 84466.00, 1508.68, 178.88, -7.07, 32.0, 1.36, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9488888,-106.9154659, 1585.0, 2022, 6, 24, 15, 20, 31, 1109, 1125, 340, 10, 1.9, 1.0, 1.6, 0, 35, 34, 0, 0, 38, 0, 0, 0, 0, 34, 30, 25, 31, 0, 0, 23, 0, 36, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 194.51, 7, main, -0.49, 84480.00, 1507.33, 177.53, -7.03, 32.0, 1.36, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9488888,-106.9154659, 1585.0, 2022, 6, 24, 15, 20, 31, 1109, 1125, 340, 10, 1.9, 1.0, 1.6, 0, 35, 34, 0, 0, 38, 0, 0, 0, 0, 34, 30, 25, 31, 0, 0, 23, 0, 36, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 194.58, 7, main, -0.49, 84480.00, 1507.33, 177.53, -7.03, 32.0, 1.37, 3.87, 3.98, 0.09, 0.00, 0.00, 62.20, 21.85, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9488888,-106.9154659, 1585.0, 2022, 6, 24, 15, 20, 31, 1109, 1125, 340, 10, 1.9, 1.0, 1.6, 0, 35, 34, 0, 0, 38, 0, 0, 0, 0, 34, 30, 25, 31, 0, 0, 23, 0, 36, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 194.61, 7, main, 0.98, 84486.00, 1506.75, 176.95, -6.98, 32.0, 1.37, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9488888,-106.9154659, 1585.0, 2022, 6, 24, 15, 20, 31, 1109, 1125, 340, 10, 1.9, 1.0, 1.6, 0, 35, 34, 0, 0, 38, 0, 0, 0, 0, 34, 30, 25, 31, 0, 0, 23, 0, 36, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 194.71, 7, main, -2.94, 84480.00, 1507.33, 177.53, -6.93, 32.0, 1.37, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9488888,-106.9154659, 1585.0, 2022, 6, 24, 15, 20, 31, 1109, 1125, 340, 10, 1.9, 1.0, 1.6, 0, 35, 34, 0, 0, 38, 0, 0, 0, 0, 34, 30, 25, 31, 0, 0, 23, 0, 36, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 194.81, 7, main, 1.47, 84492.00, 1506.17, 176.37, -6.87, 32.0, 1.37, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9488888,-106.9154659, 1585.0, 2022, 6, 24, 15, 20, 31, 1109, 1125, 340, 10, 1.9, 1.0, 1.6, 0, 35, 34, 0, 0, 38, 0, 0, 0, 0, 34, 30, 25, 31, 0, 0, 23, 0, 36, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 194.90, 7, main, 1.47, 84492.00, 1506.17, 176.37, -6.87, 32.0, 1.37, 3.85, 3.97, 0.08, 0.00, 0.00, 62.32, 22.03, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9488888,-106.9154659, 1585.0, 2022, 6, 24, 15, 20, 31, 1109, 1125, 340, 10, 1.9, 1.0, 1.6, 0, 35, 34, 0, 0, 38, 0, 0, 0, 0, 34, 30, 25, 31, 0, 0, 23, 0, 36, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 194.91, 7, main, -2.45, 84495.00, 1505.88, 176.08, -6.80, 32.0, 1.37, 3.85, 3.97, 0.00, 0.00, 0.00, 62.07, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9488888,-106.9154659, 1585.0, 2022, 6, 24, 15, 20, 31, 1109, 1125, 340, 10, 1.9, 1.0, 1.6, 0, 35, 34, 0, 0, 38, 0, 0, 0, 0, 34, 30, 25, 31, 0, 0, 23, 0, 36, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 195.01, 7, main, -2.45, 84503.00, 1505.11, 175.31, -6.73, 32.0, 1.37, 3.85, 3.97, 0.00, 0.00, 0.00, 62.07, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9488888,-106.9154659, 1585.0, 2022, 6, 24, 15, 20, 31, 1109, 1125, 340, 10, 1.9, 1.0, 1.6, 0, 35, 34, 0, 0, 38, 0, 0, 0, 0, 34, 30, 25, 31, 0, 0, 23, 0, 36, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 195.11, 7, main, -2.45, 84514.00, 1504.05, 174.25, -6.67, 32.0, 1.37, 3.85, 3.97, 0.00, 0.00, 0.00, 62.07, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9488888,-106.9154659, 1585.0, 2022, 6, 24, 15, 20, 31, 1109, 1125, 340, 10, 1.9, 1.0, 1.6, 0, 35, 34, 0, 0, 38, 0, 0, 0, 0, 34, 30, 25, 31, 0, 0, 23, 0, 36, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 195.21, 7, main, -1.96, 84523.00, 1503.18, 173.38, -6.61, 32.0, 1.37, 3.85, 3.97, 0.00, 0.00, 0.00, 62.07, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9488888,-106.9154659, 1585.0, 2022, 6, 24, 15, 20, 31, 1109, 1125, 340, 10, 1.9, 1.0, 1.6, 0, 35, 34, 0, 0, 38, 0, 0, 0, 0, 34, 30, 25, 31, 0, 0, 23, 0, 36, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 195.22, 7, main, -1.96, 84523.00, 1503.18, 173.38, -6.61, 32.0, 1.38, 3.84, 3.96, 0.00, 0.00, 0.00, 62.07, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9488888,-106.9154659, 1585.0, 2022, 6, 24, 15, 20, 31, 1109, 1125, 340, 10, 1.9, 1.0, 1.6, 0, 35, 34, 0, 0, 38, 0, 0, 0, 0, 34, 30, 25, 31, 0, 0, 23, 0, 36, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 195.30, 7, main, -1.96, 84523.00, 1503.18, 173.38, -6.61, 32.0, 1.38, 3.84, 3.96, 0.00, 0.00, 0.00, 62.07, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9488888,-106.9154659, 1585.0, 2022, 6, 24, 15, 20, 31, 1109, 1125, 340, 10, 1.9, 1.0, 1.6, 0, 35, 34, 0, 0, 38, 0, 0, 0, 0, 34, 30, 25, 31, 0, 0, 23, 0, 36, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 195.30, 7, main, -1.96, 84523.00, 1503.18, 173.38, -6.61, 32.0, 1.38, 3.84, 3.96, 0.00, 0.00, 0.00, 62.07, 22.10, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9488888,-106.9154659, 1585.0, 2022, 6, 24, 15, 20, 31, 1109, 1125, 340, 10, 1.9, 1.0, 1.6, 0, 35, 34, 0, 0, 38, 0, 0, 0, 0, 34, 30, 25, 31, 0, 0, 23, 0, 36, 33, 0, 0, 0, 27, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 195.31, 7, main, -1.47, 84531.00, 1502.41, 172.61, -6.55, 32.0, 1.38, 3.84, 3.96, 0.00, 0.00, 0.00, 61.89, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9489200,-106.9155154, 1578.0, 2022, 6, 24, 15, 20, 32, 1114, 1129, 340, 9, 1.6, 0.8, 1.4, 0, 32, 29, 0, 0, 34, 0, 0, 0, 0, 34, 34, 31, 32, 0, 0, 30, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 195.41, 7, main, -2.94, 84527.00, 1502.80, 172.99, -6.50, 32.0, 1.38, 3.84, 3.96, 0.00, 0.00, 0.00, 61.89, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9489200,-106.9155154, 1578.0, 2022, 6, 24, 15, 20, 32, 1114, 1129, 340, 9, 1.6, 0.8, 1.4, 0, 32, 29, 0, 0, 34, 0, 0, 0, 0, 34, 34, 31, 32, 0, 0, 30, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 195.51, 7, main, -0.98, 84541.00, 1501.45, 171.64, -6.44, 32.0, 1.38, 3.84, 3.96, 0.00, 0.00, 0.00, 61.89, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9489200,-106.9155154, 1578.0, 2022, 6, 24, 15, 20, 32, 1114, 1129, 340, 9, 1.6, 0.8, 1.4, 0, 32, 29, 0, 0, 34, 0, 0, 0, 0, 34, 34, 31, 32, 0, 0, 30, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 195.54, 7, main, -0.98, 84541.00, 1501.45, 171.64, -6.44, 32.0, 1.39, 3.87, 3.99, 0.00, 0.00, 0.00, 61.89, 22.16, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489200,-106.9155154, 1578.0, 2022, 6, 24, 15, 20, 32, 1114, 1129, 340, 9, 1.6, 0.8, 1.4, 0, 32, 29, 0, 0, 34, 0, 0, 0, 0, 34, 34, 31, 32, 0, 0, 30, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 195.61, 7, main, -2.45, 84542.00, 1501.35, 171.55, -6.41, 32.0, 1.39, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 22.34, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489200,-106.9155154, 1578.0, 2022, 6, 24, 15, 20, 32, 1114, 1129, 340, 9, 1.6, 0.8, 1.4, 0, 32, 29, 0, 0, 34, 0, 0, 0, 0, 34, 34, 31, 32, 0, 0, 30, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 195.71, 7, main, -1.96, 84566.00, 1499.04, 169.24, -6.37, 32.0, 1.39, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 22.34, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489200,-106.9155154, 1578.0, 2022, 6, 24, 15, 20, 32, 1114, 1129, 340, 9, 1.6, 0.8, 1.4, 0, 32, 29, 0, 0, 34, 0, 0, 0, 0, 34, 34, 31, 32, 0, 0, 30, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 195.81, 7, main, -2.94, 84557.00, 1499.90, 170.10, -6.34, 32.0, 1.39, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 22.34, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9489200,-106.9155154, 1578.0, 2022, 6, 24, 15, 20, 32, 1114, 1129, 340, 9, 1.6, 0.8, 1.4, 0, 32, 29, 0, 0, 34, 0, 0, 0, 0, 34, 34, 31, 32, 0, 0, 30, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 195.86, 7, main, -2.94, 84557.00, 1499.90, 170.10, -6.34, 32.0, 1.39, 3.87, 3.98, 0.09, 0.00, 0.00, 62.32, 22.34, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489200,-106.9155154, 1578.0, 2022, 6, 24, 15, 20, 32, 1114, 1129, 340, 9, 1.6, 0.8, 1.4, 0, 32, 29, 0, 0, 34, 0, 0, 0, 0, 34, 34, 31, 32, 0, 0, 30, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 195.91, 7, main, 1.47, 84568.00, 1498.84, 169.04, -6.32, 32.0, 1.39, 3.87, 3.98, 0.08, 0.00, 0.00, 62.26, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489200,-106.9155154, 1578.0, 2022, 6, 24, 15, 20, 32, 1114, 1129, 340, 9, 1.6, 0.8, 1.4, 0, 32, 29, 0, 0, 34, 0, 0, 0, 0, 34, 34, 31, 32, 0, 0, 30, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 196.01, 7, main, -0.49, 84568.00, 1498.84, 169.04, -6.31, 32.0, 1.39, 3.87, 3.98, 0.08, 0.00, 0.00, 62.26, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489200,-106.9155154, 1578.0, 2022, 6, 24, 15, 20, 32, 1114, 1129, 340, 9, 1.6, 0.8, 1.4, 0, 32, 29, 0, 0, 34, 0, 0, 0, 0, 34, 34, 31, 32, 0, 0, 30, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 196.11, 7, main, -3.43, 84577.00, 1497.98, 168.18, -6.31, 32.0, 1.39, 3.87, 3.98, 0.08, 0.00, 0.00, 62.26, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489200,-106.9155154, 1578.0, 2022, 6, 24, 15, 20, 32, 1114, 1129, 340, 9, 1.6, 0.8, 1.4, 0, 32, 29, 0, 0, 34, 0, 0, 0, 0, 34, 34, 31, 32, 0, 0, 30, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 196.18, 7, main, -3.43, 84577.00, 1497.98, 168.18, -6.31, 32.0, 1.40, 3.86, 3.99, 0.08, 0.00, 0.00, 62.26, 22.40, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489200,-106.9155154, 1578.0, 2022, 6, 24, 15, 20, 32, 1114, 1129, 340, 9, 1.6, 0.8, 1.4, 0, 32, 29, 0, 0, 34, 0, 0, 0, 0, 34, 34, 31, 32, 0, 0, 30, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 196.21, 7, main, -2.94, 84580.00, 1497.69, 167.89, -6.31, 32.0, 1.40, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489200,-106.9155154, 1578.0, 2022, 6, 24, 15, 20, 32, 1114, 1129, 340, 9, 1.6, 0.8, 1.4, 0, 32, 29, 0, 0, 34, 0, 0, 0, 0, 34, 34, 31, 32, 0, 0, 30, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 196.30, 7, main, -2.94, 84580.00, 1497.69, 167.89, -6.31, 32.0, 1.40, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489200,-106.9155154, 1578.0, 2022, 6, 24, 15, 20, 32, 1114, 1129, 340, 9, 1.6, 0.8, 1.4, 0, 32, 29, 0, 0, 34, 0, 0, 0, 0, 34, 34, 31, 32, 0, 0, 30, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 196.30, 7, main, -2.94, 84580.00, 1497.69, 167.89, -6.31, 32.0, 1.40, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9489200,-106.9155154, 1578.0, 2022, 6, 24, 15, 20, 32, 1114, 1129, 340, 9, 1.6, 0.8, 1.4, 0, 32, 29, 0, 0, 34, 0, 0, 0, 0, 34, 34, 31, 32, 0, 0, 30, 0, 34, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 28, 0, 0 +6, 6583, 3,VE3LIC, 196.31, 7, main, -0.00, 84588.00, 1496.92, 167.12, -6.32, 32.0, 1.40, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9489611,-106.9155462, 1570.0, 2022, 6, 24, 15, 20, 33, 1119, 1133, 340, 9, 2.1, 0.9, 1.9, 0, 37, 29, 0, 0, 29, 0, 0, 0, 0, 37, 35, 25, 25, 0, 0, 20, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 196.41, 7, main, -3.92, 84592.00, 1496.53, 166.73, -6.33, 32.0, 1.40, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9489611,-106.9155462, 1570.0, 2022, 6, 24, 15, 20, 33, 1119, 1133, 340, 9, 2.1, 0.9, 1.9, 0, 37, 29, 0, 0, 29, 0, 0, 0, 0, 37, 35, 25, 25, 0, 0, 20, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 196.50, 7, main, -3.92, 84592.00, 1496.53, 166.73, -6.33, 32.0, 1.41, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9489611,-106.9155462, 1570.0, 2022, 6, 24, 15, 20, 33, 1119, 1133, 340, 9, 2.1, 0.9, 1.9, 0, 37, 29, 0, 0, 29, 0, 0, 0, 0, 37, 35, 25, 25, 0, 0, 20, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 196.51, 7, main, -1.47, 84600.00, 1495.76, 165.96, -6.35, 32.0, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9489611,-106.9155462, 1570.0, 2022, 6, 24, 15, 20, 33, 1119, 1133, 340, 9, 2.1, 0.9, 1.9, 0, 37, 29, 0, 0, 29, 0, 0, 0, 0, 37, 35, 25, 25, 0, 0, 20, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 196.61, 7, main, -0.98, 84605.00, 1495.28, 165.48, -6.35, 32.0, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9489611,-106.9155462, 1570.0, 2022, 6, 24, 15, 20, 33, 1119, 1133, 340, 9, 2.1, 0.9, 1.9, 0, 37, 29, 0, 0, 29, 0, 0, 0, 0, 37, 35, 25, 25, 0, 0, 20, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 196.71, 7, main, 0.49, 84620.00, 1493.83, 164.03, -6.36, 32.0, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9489611,-106.9155462, 1570.0, 2022, 6, 24, 15, 20, 33, 1119, 1133, 340, 9, 2.1, 0.9, 1.9, 0, 37, 29, 0, 0, 29, 0, 0, 0, 0, 37, 35, 25, 25, 0, 0, 20, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 196.81, 7, main, -1.96, 84620.00, 1493.83, 164.03, -6.37, 32.0, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9489611,-106.9155462, 1570.0, 2022, 6, 24, 15, 20, 33, 1119, 1133, 340, 9, 2.1, 0.9, 1.9, 0, 37, 29, 0, 0, 29, 0, 0, 0, 0, 37, 35, 25, 25, 0, 0, 20, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 196.82, 7, main, -1.96, 84620.00, 1493.83, 164.03, -6.37, 32.0, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9489611,-106.9155462, 1570.0, 2022, 6, 24, 15, 20, 33, 1119, 1133, 340, 9, 2.1, 0.9, 1.9, 0, 37, 29, 0, 0, 29, 0, 0, 0, 0, 37, 35, 25, 25, 0, 0, 20, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 196.91, 7, main, -0.00, 84628.00, 1493.06, 163.26, -6.38, 32.0, 1.41, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9489611,-106.9155462, 1570.0, 2022, 6, 24, 15, 20, 33, 1119, 1133, 340, 9, 2.1, 0.9, 1.9, 0, 37, 29, 0, 0, 29, 0, 0, 0, 0, 37, 35, 25, 25, 0, 0, 20, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 197.01, 7, main, -0.49, 84638.00, 1492.10, 162.30, -6.37, 32.0, 1.41, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9489611,-106.9155462, 1570.0, 2022, 6, 24, 15, 20, 33, 1119, 1133, 340, 9, 2.1, 0.9, 1.9, 0, 37, 29, 0, 0, 29, 0, 0, 0, 0, 37, 35, 25, 25, 0, 0, 20, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 197.11, 7, main, 2.45, 84647.00, 1491.23, 161.43, -6.37, 32.0, 1.41, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9489611,-106.9155462, 1570.0, 2022, 6, 24, 15, 20, 33, 1119, 1133, 340, 9, 2.1, 0.9, 1.9, 0, 37, 29, 0, 0, 29, 0, 0, 0, 0, 37, 35, 25, 25, 0, 0, 20, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 197.14, 7, main, 2.45, 84647.00, 1491.23, 161.43, -6.37, 32.0, 1.41, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9489611,-106.9155462, 1570.0, 2022, 6, 24, 15, 20, 33, 1119, 1133, 340, 9, 2.1, 0.9, 1.9, 0, 37, 29, 0, 0, 29, 0, 0, 0, 0, 37, 35, 25, 25, 0, 0, 20, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 197.21, 7, main, -0.98, 84661.00, 1489.89, 160.08, -6.37, 32.0, 1.41, 3.86, 3.98, 0.00, 0.00, 0.00, 62.14, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9489611,-106.9155462, 1570.0, 2022, 6, 24, 15, 20, 33, 1119, 1133, 340, 9, 2.1, 0.9, 1.9, 0, 37, 29, 0, 0, 29, 0, 0, 0, 0, 37, 35, 25, 25, 0, 0, 20, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 197.30, 7, main, -0.98, 84661.00, 1489.89, 160.08, -6.37, 32.0, 1.41, 3.86, 3.98, 0.00, 0.00, 0.00, 62.14, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9489611,-106.9155462, 1570.0, 2022, 6, 24, 15, 20, 33, 1119, 1133, 340, 9, 2.1, 0.9, 1.9, 0, 37, 29, 0, 0, 29, 0, 0, 0, 0, 37, 35, 25, 25, 0, 0, 20, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 197.30, 7, main, -0.98, 84661.00, 1489.89, 160.08, -6.37, 32.0, 1.41, 3.86, 3.98, 0.00, 0.00, 0.00, 62.14, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9489611,-106.9155462, 1570.0, 2022, 6, 24, 15, 20, 33, 1119, 1133, 340, 9, 2.1, 0.9, 1.9, 0, 37, 29, 0, 0, 29, 0, 0, 0, 0, 37, 35, 25, 25, 0, 0, 20, 0, 36, 27, 0, 0, 0, 33, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 197.31, 7, main, 1.96, 84658.00, 1490.17, 160.37, -6.35, 32.0, 1.41, 3.86, 3.98, 0.00, 0.00, 0.00, 62.14, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9490012,-106.9155554, 1564.0, 2022, 6, 24, 15, 20, 34, 1123, 1136, 340, 9, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 34, 26, 27, 30, 0, 0, 29, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 197.41, 7, main, -0.49, 84671.00, 1488.92, 159.12, -6.33, 32.0, 1.41, 3.86, 3.98, 0.00, 0.00, 0.00, 62.14, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9490012,-106.9155554, 1564.0, 2022, 6, 24, 15, 20, 34, 1123, 1136, 340, 9, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 34, 26, 27, 30, 0, 0, 29, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 197.46, 7, main, -0.49, 84671.00, 1488.92, 159.12, -6.33, 32.0, 1.42, 3.87, 3.98, 0.00, 0.00, 0.00, 62.14, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9490012,-106.9155554, 1564.0, 2022, 6, 24, 15, 20, 34, 1123, 1136, 340, 9, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 34, 26, 27, 30, 0, 0, 29, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 197.51, 7, main, -0.00, 84663.00, 1489.69, 159.89, -6.30, 32.0, 1.42, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 22.83, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9490012,-106.9155554, 1564.0, 2022, 6, 24, 15, 20, 34, 1123, 1136, 340, 9, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 34, 26, 27, 30, 0, 0, 29, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 197.61, 7, main, -4.41, 84685.00, 1487.58, 157.77, -6.26, 32.0, 1.42, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 22.83, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9490012,-106.9155554, 1564.0, 2022, 6, 24, 15, 20, 34, 1123, 1136, 340, 9, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 34, 26, 27, 30, 0, 0, 29, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 197.71, 7, main, -4.90, 84672.00, 1488.83, 159.03, -6.22, 32.0, 1.42, 3.87, 3.98, 0.00, 0.00, 0.00, 62.32, 22.83, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9490012,-106.9155554, 1564.0, 2022, 6, 24, 15, 20, 34, 1123, 1136, 340, 9, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 34, 26, 27, 30, 0, 0, 29, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 197.78, 7, main, -4.90, 84672.00, 1488.83, 159.03, -6.22, 32.0, 1.41, 3.87, 3.99, 0.00, 0.00, 0.00, 62.32, 22.83, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490012,-106.9155554, 1564.0, 2022, 6, 24, 15, 20, 34, 1123, 1136, 340, 9, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 34, 26, 27, 30, 0, 0, 29, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 197.81, 7, main, -2.94, 84694.00, 1486.71, 156.91, -6.17, 32.0, 1.41, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490012,-106.9155554, 1564.0, 2022, 6, 24, 15, 20, 34, 1123, 1136, 340, 9, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 34, 26, 27, 30, 0, 0, 29, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 197.91, 7, main, -5.39, 84694.00, 1486.71, 156.91, -6.12, 32.0, 1.41, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490012,-106.9155554, 1564.0, 2022, 6, 24, 15, 20, 34, 1123, 1136, 340, 9, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 34, 26, 27, 30, 0, 0, 29, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 198.01, 7, main, -3.92, 84699.00, 1486.23, 156.43, -6.06, 32.0, 1.41, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9490012,-106.9155554, 1564.0, 2022, 6, 24, 15, 20, 34, 1123, 1136, 340, 9, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 34, 26, 27, 30, 0, 0, 29, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 198.10, 7, main, -3.92, 84699.00, 1486.23, 156.43, -6.06, 32.0, 1.41, 3.86, 3.99, 0.08, 0.00, 0.00, 62.26, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9490012,-106.9155554, 1564.0, 2022, 6, 24, 15, 20, 34, 1123, 1136, 340, 9, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 34, 26, 27, 30, 0, 0, 29, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 198.11, 7, main, -5.88, 84713.00, 1484.88, 155.08, -5.99, 32.0, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9490012,-106.9155554, 1564.0, 2022, 6, 24, 15, 20, 34, 1123, 1136, 340, 9, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 34, 26, 27, 30, 0, 0, 29, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 198.21, 7, main, -0.49, 84716.00, 1484.59, 154.79, -5.93, 32.0, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9490012,-106.9155554, 1564.0, 2022, 6, 24, 15, 20, 34, 1123, 1136, 340, 9, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 34, 26, 27, 30, 0, 0, 29, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 198.30, 7, main, -0.49, 84716.00, 1484.59, 154.79, -5.93, 32.0, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9490012,-106.9155554, 1564.0, 2022, 6, 24, 15, 20, 34, 1123, 1136, 340, 9, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 34, 26, 27, 30, 0, 0, 29, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 198.30, 7, main, -0.49, 84716.00, 1484.59, 154.79, -5.93, 32.0, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9490012,-106.9155554, 1564.0, 2022, 6, 24, 15, 20, 34, 1123, 1136, 340, 9, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 34, 0, 0, 0, 0, 34, 26, 27, 30, 0, 0, 29, 0, 36, 27, 0, 0, 0, 30, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 198.31, 7, main, -3.43, 84723.00, 1483.92, 154.12, -5.87, 32.0, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9490476,-106.9155453, 1557.0, 2022, 6, 24, 15, 20, 35, 1128, 1140, 340, 8, 1.7, 0.8, 1.4, 0, 29, 35, 0, 0, 31, 0, 0, 0, 0, 31, 36, 32, 24, 0, 0, 38, 0, 37, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 198.41, 7, main, -0.49, 84722.00, 1484.01, 154.21, -5.81, 32.0, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9490476,-106.9155453, 1557.0, 2022, 6, 24, 15, 20, 35, 1128, 1140, 340, 8, 1.7, 0.8, 1.4, 0, 29, 35, 0, 0, 31, 0, 0, 0, 0, 31, 36, 32, 24, 0, 0, 38, 0, 37, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 198.42, 7, main, -0.49, 84722.00, 1484.01, 154.21, -5.81, 32.0, 1.41, 3.87, 3.99, 0.09, 0.00, 0.00, 62.20, 22.77, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9490476,-106.9155453, 1557.0, 2022, 6, 24, 15, 20, 35, 1128, 1140, 340, 8, 1.7, 0.8, 1.4, 0, 29, 35, 0, 0, 31, 0, 0, 0, 0, 31, 36, 32, 24, 0, 0, 38, 0, 37, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 198.51, 7, main, -1.96, 84739.00, 1482.38, 152.58, -5.75, 32.0, 1.41, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9490476,-106.9155453, 1557.0, 2022, 6, 24, 15, 20, 35, 1128, 1140, 340, 8, 1.7, 0.8, 1.4, 0, 29, 35, 0, 0, 31, 0, 0, 0, 0, 31, 36, 32, 24, 0, 0, 38, 0, 37, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 198.61, 7, main, -1.47, 84734.00, 1482.86, 153.06, -5.70, 32.0, 1.41, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9490476,-106.9155453, 1557.0, 2022, 6, 24, 15, 20, 35, 1128, 1140, 340, 8, 1.7, 0.8, 1.4, 0, 29, 35, 0, 0, 31, 0, 0, 0, 0, 31, 36, 32, 24, 0, 0, 38, 0, 37, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 198.71, 7, main, -2.94, 84760.00, 1480.36, 150.56, -5.66, 32.0, 1.41, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9490476,-106.9155453, 1557.0, 2022, 6, 24, 15, 20, 35, 1128, 1140, 340, 8, 1.7, 0.8, 1.4, 0, 29, 35, 0, 0, 31, 0, 0, 0, 0, 31, 36, 32, 24, 0, 0, 38, 0, 37, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 198.74, 7, main, -2.94, 84760.00, 1480.36, 150.56, -5.66, 32.0, 1.41, 3.85, 3.97, 0.09, 0.00, 0.00, 62.32, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9490476,-106.9155453, 1557.0, 2022, 6, 24, 15, 20, 35, 1128, 1140, 340, 8, 1.7, 0.8, 1.4, 0, 29, 35, 0, 0, 31, 0, 0, 0, 0, 31, 36, 32, 24, 0, 0, 38, 0, 37, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 198.81, 7, main, -4.90, 84749.00, 1481.42, 151.62, -5.62, 32.0, 1.41, 3.85, 3.97, 0.00, 0.00, 0.00, 62.01, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9490476,-106.9155453, 1557.0, 2022, 6, 24, 15, 20, 35, 1128, 1140, 340, 8, 1.7, 0.8, 1.4, 0, 29, 35, 0, 0, 31, 0, 0, 0, 0, 31, 36, 32, 24, 0, 0, 38, 0, 37, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 198.91, 7, main, -6.37, 84774.00, 1479.01, 149.21, -5.58, 32.0, 1.41, 3.85, 3.97, 0.00, 0.00, 0.00, 62.01, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9490476,-106.9155453, 1557.0, 2022, 6, 24, 15, 20, 35, 1128, 1140, 340, 8, 1.7, 0.8, 1.4, 0, 29, 35, 0, 0, 31, 0, 0, 0, 0, 31, 36, 32, 24, 0, 0, 38, 0, 37, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 199.01, 7, main, -4.90, 84755.00, 1480.84, 151.04, -5.55, 32.0, 1.41, 3.85, 3.97, 0.00, 0.00, 0.00, 62.01, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9490476,-106.9155453, 1557.0, 2022, 6, 24, 15, 20, 35, 1128, 1140, 340, 8, 1.7, 0.8, 1.4, 0, 29, 35, 0, 0, 31, 0, 0, 0, 0, 31, 36, 32, 24, 0, 0, 38, 0, 37, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 199.06, 7, main, -4.90, 84755.00, 1480.84, 151.04, -5.55, 32.0, 1.42, 3.85, 3.99, 0.00, 0.00, 0.00, 62.01, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9490476,-106.9155453, 1557.0, 2022, 6, 24, 15, 20, 35, 1128, 1140, 340, 8, 1.7, 0.8, 1.4, 0, 29, 35, 0, 0, 31, 0, 0, 0, 0, 31, 36, 32, 24, 0, 0, 38, 0, 37, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 199.11, 7, main, -4.90, 84782.00, 1478.24, 148.44, -5.53, 32.0, 1.42, 3.85, 3.99, 0.08, 0.00, 0.00, 62.07, 22.83, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9490476,-106.9155453, 1557.0, 2022, 6, 24, 15, 20, 35, 1128, 1140, 340, 8, 1.7, 0.8, 1.4, 0, 29, 35, 0, 0, 31, 0, 0, 0, 0, 31, 36, 32, 24, 0, 0, 38, 0, 37, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 199.21, 7, main, -7.35, 84770.00, 1479.40, 149.60, -5.54, 32.0, 1.42, 3.85, 3.99, 0.08, 0.00, 0.00, 62.07, 22.83, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9490476,-106.9155453, 1557.0, 2022, 6, 24, 15, 20, 35, 1128, 1140, 340, 8, 1.7, 0.8, 1.4, 0, 29, 35, 0, 0, 31, 0, 0, 0, 0, 31, 36, 32, 24, 0, 0, 38, 0, 37, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 199.30, 7, main, -7.35, 84770.00, 1479.40, 149.60, -5.54, 32.0, 1.42, 3.85, 3.99, 0.08, 0.00, 0.00, 62.07, 22.83, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9490476,-106.9155453, 1557.0, 2022, 6, 24, 15, 20, 35, 1128, 1140, 340, 8, 1.7, 0.8, 1.4, 0, 29, 35, 0, 0, 31, 0, 0, 0, 0, 31, 36, 32, 24, 0, 0, 38, 0, 37, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 199.30, 7, main, -7.35, 84770.00, 1479.40, 149.60, -5.54, 32.0, 1.42, 3.85, 3.99, 0.08, 0.00, 0.00, 62.07, 22.83, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9490476,-106.9155453, 1557.0, 2022, 6, 24, 15, 20, 35, 1128, 1140, 340, 8, 1.7, 0.8, 1.4, 0, 29, 35, 0, 0, 31, 0, 0, 0, 0, 31, 36, 32, 24, 0, 0, 38, 0, 37, 32, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 199.31, 7, main, -3.43, 84780.00, 1478.44, 148.63, -5.53, 32.0, 1.42, 3.85, 3.99, 0.08, 0.00, 0.00, 62.07, 22.83, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9490943,-106.9155342, 1550.0, 2022, 6, 24, 15, 20, 36, 1132, 1143, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 23, 0, 0, 0, 0, 30, 36, 28, 32, 0, 0, 38, 0, 37, 35, 0, 0, 0, 29, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 199.38, 7, main, -3.43, 84780.00, 1478.44, 148.63, -5.53, 32.0, 1.41, 3.86, 3.99, 0.08, 0.00, 0.00, 62.07, 22.83, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9490943,-106.9155342, 1550.0, 2022, 6, 24, 15, 20, 36, 1132, 1143, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 23, 0, 0, 0, 0, 30, 36, 28, 32, 0, 0, 38, 0, 37, 35, 0, 0, 0, 29, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 199.41, 7, main, -0.98, 84785.00, 1477.95, 148.15, -5.55, 32.0, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9490943,-106.9155342, 1550.0, 2022, 6, 24, 15, 20, 36, 1132, 1143, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 23, 0, 0, 0, 0, 30, 36, 28, 32, 0, 0, 38, 0, 37, 35, 0, 0, 0, 29, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 199.51, 7, main, -4.90, 84785.00, 1477.95, 148.15, -5.56, 32.0, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9490943,-106.9155342, 1550.0, 2022, 6, 24, 15, 20, 36, 1132, 1143, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 23, 0, 0, 0, 0, 30, 36, 28, 32, 0, 0, 38, 0, 37, 35, 0, 0, 0, 29, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 199.61, 7, main, -0.98, 84788.00, 1477.67, 147.86, -5.58, 32.0, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9490943,-106.9155342, 1550.0, 2022, 6, 24, 15, 20, 36, 1132, 1143, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 23, 0, 0, 0, 0, 30, 36, 28, 32, 0, 0, 38, 0, 37, 35, 0, 0, 0, 29, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 199.70, 7, main, -0.98, 84788.00, 1477.67, 147.86, -5.58, 32.0, 1.40, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9490943,-106.9155342, 1550.0, 2022, 6, 24, 15, 20, 36, 1132, 1143, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 23, 0, 0, 0, 0, 30, 36, 28, 32, 0, 0, 38, 0, 37, 35, 0, 0, 0, 29, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 199.71, 7, main, -0.98, 84789.00, 1477.57, 147.77, -5.61, 32.0, 1.40, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9490943,-106.9155342, 1550.0, 2022, 6, 24, 15, 20, 36, 1132, 1143, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 23, 0, 0, 0, 0, 30, 36, 28, 32, 0, 0, 38, 0, 37, 35, 0, 0, 0, 29, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 199.81, 7, main, -3.43, 84807.00, 1475.84, 146.04, -5.65, 32.0, 1.40, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9490943,-106.9155342, 1550.0, 2022, 6, 24, 15, 20, 36, 1132, 1143, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 23, 0, 0, 0, 0, 30, 36, 28, 32, 0, 0, 38, 0, 37, 35, 0, 0, 0, 29, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 199.91, 7, main, 0.98, 84822.00, 1474.40, 144.60, -5.69, 32.0, 1.40, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9490943,-106.9155342, 1550.0, 2022, 6, 24, 15, 20, 36, 1132, 1143, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 23, 0, 0, 0, 0, 30, 36, 28, 32, 0, 0, 38, 0, 37, 35, 0, 0, 0, 29, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 200.01, 7, main, -5.88, 84817.00, 1474.88, 145.08, -5.72, 32.0, 1.40, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9490943,-106.9155342, 1550.0, 2022, 6, 24, 15, 20, 36, 1132, 1143, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 23, 0, 0, 0, 0, 30, 36, 28, 32, 0, 0, 38, 0, 37, 35, 0, 0, 0, 29, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 200.02, 7, main, -5.88, 84817.00, 1474.88, 145.08, -5.72, 32.0, 1.39, 3.85, 3.96, 0.00, 0.00, 0.00, 62.20, 22.52, 0.00, 0.00, 0.00, 0.00, NaN, 3.97, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9490943,-106.9155342, 1550.0, 2022, 6, 24, 15, 20, 36, 1132, 1143, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 23, 0, 0, 0, 0, 30, 36, 28, 32, 0, 0, 38, 0, 37, 35, 0, 0, 0, 29, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 200.11, 7, main, -7.35, 84815.00, 1475.07, 145.27, -5.77, 32.0, 1.39, 3.85, 3.96, 0.00, 0.00, 0.00, 61.95, 22.34, 0.00, 0.00, 0.00, 0.00, NaN, 3.97, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9490943,-106.9155342, 1550.0, 2022, 6, 24, 15, 20, 36, 1132, 1143, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 23, 0, 0, 0, 0, 30, 36, 28, 32, 0, 0, 38, 0, 37, 35, 0, 0, 0, 29, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 200.21, 7, main, -5.88, 84848.00, 1471.90, 142.10, -5.81, 32.0, 1.39, 3.85, 3.96, 0.00, 0.00, 0.00, 61.95, 22.34, 0.00, 0.00, 0.00, 0.00, NaN, 3.97, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9490943,-106.9155342, 1550.0, 2022, 6, 24, 15, 20, 36, 1132, 1143, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 23, 0, 0, 0, 0, 30, 36, 28, 32, 0, 0, 38, 0, 37, 35, 0, 0, 0, 29, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 200.30, 7, main, -5.88, 84848.00, 1471.90, 142.10, -5.81, 32.0, 1.39, 3.85, 3.96, 0.00, 0.00, 0.00, 61.95, 22.34, 0.00, 0.00, 0.00, 0.00, NaN, 3.97, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9490943,-106.9155342, 1550.0, 2022, 6, 24, 15, 20, 36, 1132, 1143, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 23, 0, 0, 0, 0, 30, 36, 28, 32, 0, 0, 38, 0, 37, 35, 0, 0, 0, 29, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 200.30, 7, main, -5.88, 84848.00, 1471.90, 142.10, -5.81, 32.0, 1.39, 3.85, 3.96, 0.00, 0.00, 0.00, 61.95, 22.34, 0.00, 0.00, 0.00, 0.00, NaN, 3.97, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9490943,-106.9155342, 1550.0, 2022, 6, 24, 15, 20, 36, 1132, 1143, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 23, 0, 0, 0, 0, 30, 36, 28, 32, 0, 0, 38, 0, 37, 35, 0, 0, 0, 29, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 200.31, 7, main, -7.85, 84833.00, 1473.34, 143.54, -5.84, 32.0, 1.39, 3.85, 3.96, 0.00, 0.00, 0.00, 61.95, 22.34, 0.00, 0.00, 0.00, 0.00, NaN, 3.97, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491398,-106.9155258, 1545.0, 2022, 6, 24, 15, 20, 37, 1137, 1147, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 35, 31, 27, 0, 0, 30, 0, 24, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 200.34, 7, main, -7.85, 84833.00, 1473.34, 143.54, -5.84, 32.0, 1.39, 3.86, 3.99, 0.00, 0.00, 0.00, 61.95, 22.34, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491398,-106.9155258, 1545.0, 2022, 6, 24, 15, 20, 37, 1137, 1147, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 35, 31, 27, 0, 0, 30, 0, 24, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 200.41, 7, main, -3.43, 84843.00, 1472.38, 142.58, -5.86, 32.0, 1.39, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491398,-106.9155258, 1545.0, 2022, 6, 24, 15, 20, 37, 1137, 1147, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 35, 31, 27, 0, 0, 30, 0, 24, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 200.51, 7, main, -10.30, 84849.00, 1471.80, 142.00, -5.89, 32.0, 1.39, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491398,-106.9155258, 1545.0, 2022, 6, 24, 15, 20, 37, 1137, 1147, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 35, 31, 27, 0, 0, 30, 0, 24, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 200.61, 7, main, -6.86, 84863.00, 1470.46, 140.66, -5.90, 32.0, 1.39, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491398,-106.9155258, 1545.0, 2022, 6, 24, 15, 20, 37, 1137, 1147, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 35, 31, 27, 0, 0, 30, 0, 24, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 200.66, 7, main, -6.86, 84863.00, 1470.46, 140.66, -5.90, 32.0, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 22.46, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.21, 0.00, 1, 1, 9, 32.9491398,-106.9155258, 1545.0, 2022, 6, 24, 15, 20, 37, 1137, 1147, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 35, 31, 27, 0, 0, 30, 0, 24, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 200.71, 7, main, -5.39, 84864.00, 1470.36, 140.56, -5.92, 32.0, 1.41, 3.86, 3.99, 0.26, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.21, 0.00, 1, 1, 9, 32.9491398,-106.9155258, 1545.0, 2022, 6, 24, 15, 20, 37, 1137, 1147, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 35, 31, 27, 0, 0, 30, 0, 24, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 200.81, 7, main, -4.90, 84864.00, 1470.36, 140.56, -5.93, 32.0, 1.41, 3.86, 3.99, 0.26, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.21, 0.00, 1, 1, 9, 32.9491398,-106.9155258, 1545.0, 2022, 6, 24, 15, 20, 37, 1137, 1147, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 35, 31, 27, 0, 0, 30, 0, 24, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 200.91, 7, main, -0.98, 84875.00, 1469.30, 139.50, -5.93, 32.0, 1.41, 3.86, 3.99, 0.26, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.21, 0.00, 1, 1, 9, 32.9491398,-106.9155258, 1545.0, 2022, 6, 24, 15, 20, 37, 1137, 1147, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 35, 31, 27, 0, 0, 30, 0, 24, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 200.98, 7, main, -0.98, 84875.00, 1469.30, 139.50, -5.93, 32.0, 1.41, 3.86, 3.98, 0.26, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491398,-106.9155258, 1545.0, 2022, 6, 24, 15, 20, 37, 1137, 1147, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 35, 31, 27, 0, 0, 30, 0, 24, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 201.01, 7, main, 0.49, 84875.00, 1469.30, 139.50, -5.93, 32.0, 1.41, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491398,-106.9155258, 1545.0, 2022, 6, 24, 15, 20, 37, 1137, 1147, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 35, 31, 27, 0, 0, 30, 0, 24, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 201.11, 7, main, -1.96, 84885.00, 1468.34, 138.54, -5.92, 32.0, 1.41, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491398,-106.9155258, 1545.0, 2022, 6, 24, 15, 20, 37, 1137, 1147, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 35, 31, 27, 0, 0, 30, 0, 24, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 201.21, 7, main, -1.96, 84910.00, 1465.94, 136.14, -5.91, 32.0, 1.41, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9491398,-106.9155258, 1545.0, 2022, 6, 24, 15, 20, 37, 1137, 1147, 340, 8, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 35, 31, 27, 0, 0, 30, 0, 24, 32, 0, 0, 0, 35, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 201.30, 7, main, -1.96, 84910.00, 1465.94, 136.14, -5.91, 32.0, 1.41, 3.87, 3.98, 0.00, 0.00, 0.00, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491776,-106.9155120, 1538.0, 2022, 6, 24, 15, 20, 38, 1140, 1149, 340, 7, 1.7, 0.8, 1.4, 0, 35, 31, 0, 0, 37, 0, 0, 0, 0, 34, 31, 31, 32, 0, 0, 24, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 201.30, 7, main, -1.96, 84910.00, 1465.94, 136.14, -5.91, 32.0, 1.41, 3.87, 3.98, 0.00, 0.00, 0.00, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491776,-106.9155120, 1538.0, 2022, 6, 24, 15, 20, 38, 1140, 1149, 340, 7, 1.7, 0.8, 1.4, 0, 35, 31, 0, 0, 37, 0, 0, 0, 0, 34, 31, 31, 32, 0, 0, 24, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 201.30, 7, main, -1.96, 84910.00, 1465.94, 136.14, -5.91, 32.0, 1.41, 3.87, 3.98, 0.00, 0.00, 0.00, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491776,-106.9155120, 1538.0, 2022, 6, 24, 15, 20, 38, 1140, 1149, 340, 7, 1.7, 0.8, 1.4, 0, 35, 31, 0, 0, 37, 0, 0, 0, 0, 34, 31, 31, 32, 0, 0, 24, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 201.31, 7, main, 1.96, 84894.00, 1467.48, 137.68, -5.89, 32.0, 1.41, 3.87, 3.98, 0.09, 0.00, 0.00, 62.32, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491776,-106.9155120, 1538.0, 2022, 6, 24, 15, 20, 38, 1140, 1149, 340, 7, 1.7, 0.8, 1.4, 0, 35, 31, 0, 0, 37, 0, 0, 0, 0, 34, 31, 31, 32, 0, 0, 24, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 201.41, 7, main, 0.98, 84913.00, 1465.65, 135.85, -5.89, 32.0, 1.41, 3.87, 3.98, 0.09, 0.00, 0.00, 62.32, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491776,-106.9155120, 1538.0, 2022, 6, 24, 15, 20, 38, 1140, 1149, 340, 7, 1.7, 0.8, 1.4, 0, 35, 31, 0, 0, 37, 0, 0, 0, 0, 34, 31, 31, 32, 0, 0, 24, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 201.51, 7, main, 2.45, 84907.00, 1466.23, 136.43, -5.87, 32.0, 1.41, 3.87, 3.98, 0.09, 0.00, 0.00, 62.32, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491776,-106.9155120, 1538.0, 2022, 6, 24, 15, 20, 38, 1140, 1149, 340, 7, 1.7, 0.8, 1.4, 0, 35, 31, 0, 0, 37, 0, 0, 0, 0, 34, 31, 31, 32, 0, 0, 24, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 201.61, 7, main, 1.96, 84921.00, 1464.88, 135.08, -5.86, 32.0, 1.41, 3.87, 3.98, 0.09, 0.00, 0.00, 62.32, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491776,-106.9155120, 1538.0, 2022, 6, 24, 15, 20, 38, 1140, 1149, 340, 7, 1.7, 0.8, 1.4, 0, 35, 31, 0, 0, 37, 0, 0, 0, 0, 34, 31, 31, 32, 0, 0, 24, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 201.62, 7, main, 1.96, 84921.00, 1464.88, 135.08, -5.86, 32.0, 1.41, 3.86, 3.99, 0.09, 0.00, 0.00, 62.32, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491776,-106.9155120, 1538.0, 2022, 6, 24, 15, 20, 38, 1140, 1149, 340, 7, 1.7, 0.8, 1.4, 0, 35, 31, 0, 0, 37, 0, 0, 0, 0, 34, 31, 31, 32, 0, 0, 24, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 201.71, 7, main, -0.00, 84926.00, 1464.40, 134.60, -5.85, 32.0, 1.41, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491776,-106.9155120, 1538.0, 2022, 6, 24, 15, 20, 38, 1140, 1149, 340, 7, 1.7, 0.8, 1.4, 0, 35, 31, 0, 0, 37, 0, 0, 0, 0, 34, 31, 31, 32, 0, 0, 24, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 201.81, 7, main, -4.90, 84935.00, 1463.54, 133.74, -5.84, 32.0, 1.41, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491776,-106.9155120, 1538.0, 2022, 6, 24, 15, 20, 38, 1140, 1149, 340, 7, 1.7, 0.8, 1.4, 0, 35, 31, 0, 0, 37, 0, 0, 0, 0, 34, 31, 31, 32, 0, 0, 24, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 201.91, 7, main, -1.96, 84935.00, 1463.54, 133.74, -5.83, 32.0, 1.41, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9491776,-106.9155120, 1538.0, 2022, 6, 24, 15, 20, 38, 1140, 1149, 340, 7, 1.7, 0.8, 1.4, 0, 35, 31, 0, 0, 37, 0, 0, 0, 0, 34, 31, 31, 32, 0, 0, 24, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 201.94, 7, main, -1.96, 84935.00, 1463.54, 133.74, -5.83, 32.0, 1.41, 3.86, 4.00, 0.08, 0.00, 0.00, 62.20, 22.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491776,-106.9155120, 1538.0, 2022, 6, 24, 15, 20, 38, 1140, 1149, 340, 7, 1.7, 0.8, 1.4, 0, 35, 31, 0, 0, 37, 0, 0, 0, 0, 34, 31, 31, 32, 0, 0, 24, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 202.01, 7, main, -7.35, 84937.00, 1463.35, 133.55, -5.83, 32.0, 1.41, 3.86, 4.00, 0.09, 0.00, 0.00, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491776,-106.9155120, 1538.0, 2022, 6, 24, 15, 20, 38, 1140, 1149, 340, 7, 1.7, 0.8, 1.4, 0, 35, 31, 0, 0, 37, 0, 0, 0, 0, 34, 31, 31, 32, 0, 0, 24, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 202.11, 7, main, -4.90, 84953.00, 1461.81, 132.01, -5.82, 32.0, 1.41, 3.86, 4.00, 0.09, 0.00, 0.00, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491776,-106.9155120, 1538.0, 2022, 6, 24, 15, 20, 38, 1140, 1149, 340, 7, 1.7, 0.8, 1.4, 0, 35, 31, 0, 0, 37, 0, 0, 0, 0, 34, 31, 31, 32, 0, 0, 24, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 202.21, 7, main, -7.35, 84951.00, 1462.00, 132.20, -5.83, 32.0, 1.41, 3.86, 4.00, 0.09, 0.00, 0.00, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491776,-106.9155120, 1538.0, 2022, 6, 24, 15, 20, 38, 1140, 1149, 340, 7, 1.7, 0.8, 1.4, 0, 35, 31, 0, 0, 37, 0, 0, 0, 0, 34, 31, 31, 32, 0, 0, 24, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 202.26, 7, main, -7.35, 84951.00, 1462.00, 132.20, -5.83, 32.0, 1.41, 3.85, 3.99, 0.09, 0.00, 0.00, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491776,-106.9155120, 1538.0, 2022, 6, 24, 15, 20, 38, 1140, 1149, 340, 7, 1.7, 0.8, 1.4, 0, 35, 31, 0, 0, 37, 0, 0, 0, 0, 34, 31, 31, 32, 0, 0, 24, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 202.30, 7, main, -7.35, 84951.00, 1462.00, 132.20, -5.83, 32.0, 1.41, 3.85, 3.99, 0.09, 0.00, 0.00, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491776,-106.9155120, 1538.0, 2022, 6, 24, 15, 20, 38, 1140, 1149, 340, 7, 1.7, 0.8, 1.4, 0, 35, 31, 0, 0, 37, 0, 0, 0, 0, 34, 31, 31, 32, 0, 0, 24, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 202.30, 7, main, -7.35, 84951.00, 1462.00, 132.20, -5.83, 32.0, 1.41, 3.85, 3.99, 0.09, 0.00, 0.00, 62.20, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9491776,-106.9155120, 1538.0, 2022, 6, 24, 15, 20, 38, 1140, 1149, 340, 7, 1.7, 0.8, 1.4, 0, 35, 31, 0, 0, 37, 0, 0, 0, 0, 34, 31, 31, 32, 0, 0, 24, 0, 30, 30, 0, 0, 0, 28, 0, 0, 0, 0, 0, 25, 0, 0 +6, 6583, 3,VE3LIC, 202.31, 7, main, -2.94, 84957.00, 1461.43, 131.63, -5.82, 32.0, 1.41, 3.85, 3.99, 0.09, 0.00, 0.00, 62.07, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9492115,-106.9155088, 1531.0, 2022, 6, 24, 15, 20, 39, 1144, 1152, 341, 7, 1.6, 0.8, 1.4, 0, 26, 32, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 26, 0, 0, 35, 0, 37, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 202.41, 7, main, -2.45, 84958.00, 1461.33, 131.53, -5.82, 32.0, 1.41, 3.85, 3.99, 0.09, 0.00, 0.00, 62.07, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9492115,-106.9155088, 1531.0, 2022, 6, 24, 15, 20, 39, 1144, 1152, 341, 7, 1.6, 0.8, 1.4, 0, 26, 32, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 26, 0, 0, 35, 0, 37, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 202.51, 7, main, -3.43, 84987.00, 1458.55, 128.75, -5.81, 32.0, 1.41, 3.85, 3.99, 0.09, 0.00, 0.00, 62.07, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9492115,-106.9155088, 1531.0, 2022, 6, 24, 15, 20, 39, 1144, 1152, 341, 7, 1.6, 0.8, 1.4, 0, 26, 32, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 26, 0, 0, 35, 0, 37, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 202.58, 7, main, -3.43, 84987.00, 1458.55, 128.75, -5.81, 32.0, 1.42, 3.86, 3.99, 0.09, 0.00, 0.00, 62.07, 22.71, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9492115,-106.9155088, 1531.0, 2022, 6, 24, 15, 20, 39, 1144, 1152, 341, 7, 1.6, 0.8, 1.4, 0, 26, 32, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 26, 0, 0, 35, 0, 37, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 202.61, 7, main, -0.00, 84967.00, 1460.47, 130.67, -5.81, 32.0, 1.42, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 22.89, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9492115,-106.9155088, 1531.0, 2022, 6, 24, 15, 20, 39, 1144, 1152, 341, 7, 1.6, 0.8, 1.4, 0, 26, 32, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 26, 0, 0, 35, 0, 37, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 202.71, 7, main, -1.47, 84987.00, 1458.55, 128.75, -5.81, 32.0, 1.42, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 22.89, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9492115,-106.9155088, 1531.0, 2022, 6, 24, 15, 20, 39, 1144, 1152, 341, 7, 1.6, 0.8, 1.4, 0, 26, 32, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 26, 0, 0, 35, 0, 37, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 202.81, 7, main, -0.49, 84998.00, 1457.49, 127.69, -5.81, 32.0, 1.42, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 22.89, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9492115,-106.9155088, 1531.0, 2022, 6, 24, 15, 20, 39, 1144, 1152, 341, 7, 1.6, 0.8, 1.4, 0, 26, 32, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 26, 0, 0, 35, 0, 37, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 202.90, 7, main, -0.49, 84998.00, 1457.49, 127.69, -5.81, 32.0, 1.43, 3.86, 3.98, 0.09, 0.00, 0.00, 62.14, 22.89, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9492115,-106.9155088, 1531.0, 2022, 6, 24, 15, 20, 39, 1144, 1152, 341, 7, 1.6, 0.8, 1.4, 0, 26, 32, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 26, 0, 0, 35, 0, 37, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 202.91, 7, main, 0.49, 84998.00, 1457.49, 127.69, -5.81, 32.0, 1.43, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9492115,-106.9155088, 1531.0, 2022, 6, 24, 15, 20, 39, 1144, 1152, 341, 7, 1.6, 0.8, 1.4, 0, 26, 32, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 26, 0, 0, 35, 0, 37, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 203.01, 7, main, -0.00, 85010.00, 1456.34, 126.54, -5.81, 32.0, 1.43, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9492115,-106.9155088, 1531.0, 2022, 6, 24, 15, 20, 39, 1144, 1152, 341, 7, 1.6, 0.8, 1.4, 0, 26, 32, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 26, 0, 0, 35, 0, 37, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 203.11, 7, main, 0.98, 85002.00, 1457.11, 127.31, -5.82, 32.0, 1.43, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9492115,-106.9155088, 1531.0, 2022, 6, 24, 15, 20, 39, 1144, 1152, 341, 7, 1.6, 0.8, 1.4, 0, 26, 32, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 26, 0, 0, 35, 0, 37, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 203.21, 7, main, -4.90, 85015.00, 1455.86, 126.06, -5.83, 32.0, 1.43, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9492115,-106.9155088, 1531.0, 2022, 6, 24, 15, 20, 39, 1144, 1152, 341, 7, 1.6, 0.8, 1.4, 0, 26, 32, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 26, 0, 0, 35, 0, 37, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 203.22, 7, main, -4.90, 85015.00, 1455.86, 126.06, -5.83, 32.0, 1.43, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9492115,-106.9155088, 1531.0, 2022, 6, 24, 15, 20, 39, 1144, 1152, 341, 7, 1.6, 0.8, 1.4, 0, 26, 32, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 26, 0, 0, 35, 0, 37, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 203.30, 7, main, -4.90, 85015.00, 1455.86, 126.06, -5.83, 32.0, 1.43, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9492115,-106.9155088, 1531.0, 2022, 6, 24, 15, 20, 39, 1144, 1152, 341, 7, 1.6, 0.8, 1.4, 0, 26, 32, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 26, 0, 0, 35, 0, 37, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 203.30, 7, main, -4.90, 85015.00, 1455.86, 126.06, -5.83, 32.0, 1.43, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 23.01, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9492115,-106.9155088, 1531.0, 2022, 6, 24, 15, 20, 39, 1144, 1152, 341, 7, 1.6, 0.8, 1.4, 0, 26, 32, 0, 0, 22, 0, 0, 0, 0, 25, 32, 30, 26, 0, 0, 35, 0, 37, 31, 0, 0, 0, 19, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 203.31, 7, main, -2.94, 85024.00, 1455.00, 125.20, -5.84, 32.0, 1.43, 3.86, 3.98, 0.09, 0.00, 0.00, 62.14, 22.95, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9492543,-106.9155270, 1526.0, 2022, 6, 24, 15, 20, 40, 1149, 1156, 341, 7, 1.6, 0.8, 1.4, 0, 32, 37, 0, 0, 31, 0, 0, 0, 0, 34, 36, 34, 26, 0, 0, 31, 0, 25, 25, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 203.41, 7, main, -2.45, 85037.00, 1453.75, 123.95, -5.85, 32.0, 1.43, 3.86, 3.98, 0.09, 0.00, 0.00, 62.14, 22.95, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9492543,-106.9155270, 1526.0, 2022, 6, 24, 15, 20, 40, 1149, 1156, 341, 7, 1.6, 0.8, 1.4, 0, 32, 37, 0, 0, 31, 0, 0, 0, 0, 34, 36, 34, 26, 0, 0, 31, 0, 25, 25, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 203.51, 7, main, -4.41, 85024.00, 1455.00, 125.20, -5.85, 32.0, 1.43, 3.86, 3.98, 0.09, 0.00, 0.00, 62.14, 22.95, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9492543,-106.9155270, 1526.0, 2022, 6, 24, 15, 20, 40, 1149, 1156, 341, 7, 1.6, 0.8, 1.4, 0, 32, 37, 0, 0, 31, 0, 0, 0, 0, 34, 36, 34, 26, 0, 0, 31, 0, 25, 25, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 203.54, 7, main, -4.41, 85024.00, 1455.00, 125.20, -5.85, 32.0, 1.44, 3.87, 3.99, 0.09, 0.00, 0.00, 62.14, 22.95, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9492543,-106.9155270, 1526.0, 2022, 6, 24, 15, 20, 40, 1149, 1156, 341, 7, 1.6, 0.8, 1.4, 0, 32, 37, 0, 0, 31, 0, 0, 0, 0, 34, 36, 34, 26, 0, 0, 31, 0, 25, 25, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 203.61, 7, main, -4.90, 85042.00, 1453.27, 123.47, -5.85, 32.0, 1.44, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 23.19, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9492543,-106.9155270, 1526.0, 2022, 6, 24, 15, 20, 40, 1149, 1156, 341, 7, 1.6, 0.8, 1.4, 0, 32, 37, 0, 0, 31, 0, 0, 0, 0, 34, 36, 34, 26, 0, 0, 31, 0, 25, 25, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 203.71, 7, main, -1.96, 85045.00, 1452.98, 123.18, -5.85, 32.0, 1.44, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 23.19, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9492543,-106.9155270, 1526.0, 2022, 6, 24, 15, 20, 40, 1149, 1156, 341, 7, 1.6, 0.8, 1.4, 0, 32, 37, 0, 0, 31, 0, 0, 0, 0, 34, 36, 34, 26, 0, 0, 31, 0, 25, 25, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 203.81, 7, main, -4.41, 85046.00, 1452.89, 123.09, -5.86, 32.0, 1.44, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 23.19, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9492543,-106.9155270, 1526.0, 2022, 6, 24, 15, 20, 40, 1149, 1156, 341, 7, 1.6, 0.8, 1.4, 0, 32, 37, 0, 0, 31, 0, 0, 0, 0, 34, 36, 34, 26, 0, 0, 31, 0, 25, 25, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 203.86, 7, main, -4.41, 85046.00, 1452.89, 123.09, -5.86, 32.0, 1.44, 3.85, 3.98, 0.08, 0.00, 0.00, 62.26, 23.19, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9492543,-106.9155270, 1526.0, 2022, 6, 24, 15, 20, 40, 1149, 1156, 341, 7, 1.6, 0.8, 1.4, 0, 32, 37, 0, 0, 31, 0, 0, 0, 0, 34, 36, 34, 26, 0, 0, 31, 0, 25, 25, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 203.91, 7, main, -7.85, 85051.00, 1452.41, 122.61, -5.85, 32.0, 1.44, 3.85, 3.98, 0.09, 0.00, 0.00, 62.07, 23.13, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9492543,-106.9155270, 1526.0, 2022, 6, 24, 15, 20, 40, 1149, 1156, 341, 7, 1.6, 0.8, 1.4, 0, 32, 37, 0, 0, 31, 0, 0, 0, 0, 34, 36, 34, 26, 0, 0, 31, 0, 25, 25, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 204.01, 7, main, -6.37, 85072.00, 1450.39, 120.59, -5.85, 32.0, 1.44, 3.85, 3.98, 0.09, 0.00, 0.00, 62.07, 23.13, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9492543,-106.9155270, 1526.0, 2022, 6, 24, 15, 20, 40, 1149, 1156, 341, 7, 1.6, 0.8, 1.4, 0, 32, 37, 0, 0, 31, 0, 0, 0, 0, 34, 36, 34, 26, 0, 0, 31, 0, 25, 25, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 204.11, 7, main, -5.39, 85065.00, 1451.06, 121.26, -5.85, 32.0, 1.44, 3.85, 3.98, 0.09, 0.00, 0.00, 62.07, 23.13, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9492543,-106.9155270, 1526.0, 2022, 6, 24, 15, 20, 40, 1149, 1156, 341, 7, 1.6, 0.8, 1.4, 0, 32, 37, 0, 0, 31, 0, 0, 0, 0, 34, 36, 34, 26, 0, 0, 31, 0, 25, 25, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 204.18, 7, main, -5.39, 85065.00, 1451.06, 121.26, -5.85, 32.0, 1.44, 3.87, 3.98, 0.09, 0.00, 0.00, 62.07, 23.13, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9492543,-106.9155270, 1526.0, 2022, 6, 24, 15, 20, 40, 1149, 1156, 341, 7, 1.6, 0.8, 1.4, 0, 32, 37, 0, 0, 31, 0, 0, 0, 0, 34, 36, 34, 26, 0, 0, 31, 0, 25, 25, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 204.21, 7, main, -1.47, 85081.00, 1449.53, 119.73, -5.84, 32.0, 1.44, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9492543,-106.9155270, 1526.0, 2022, 6, 24, 15, 20, 40, 1149, 1156, 341, 7, 1.6, 0.8, 1.4, 0, 32, 37, 0, 0, 31, 0, 0, 0, 0, 34, 36, 34, 26, 0, 0, 31, 0, 25, 25, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 204.30, 7, main, -1.47, 85081.00, 1449.53, 119.73, -5.84, 32.0, 1.44, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9492543,-106.9155270, 1526.0, 2022, 6, 24, 15, 20, 40, 1149, 1156, 341, 7, 1.6, 0.8, 1.4, 0, 32, 37, 0, 0, 31, 0, 0, 0, 0, 34, 36, 34, 26, 0, 0, 31, 0, 25, 25, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 204.30, 7, main, -1.47, 85081.00, 1449.53, 119.73, -5.84, 32.0, 1.44, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9492543,-106.9155270, 1526.0, 2022, 6, 24, 15, 20, 40, 1149, 1156, 341, 7, 1.6, 0.8, 1.4, 0, 32, 37, 0, 0, 31, 0, 0, 0, 0, 34, 36, 34, 26, 0, 0, 31, 0, 25, 25, 0, 0, 0, 36, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 204.31, 7, main, -4.90, 85078.00, 1449.82, 120.02, -5.83, 32.0, 1.44, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493026,-106.9155299, 1519.0, 2022, 6, 24, 15, 20, 41, 1154, 1161, 341, 6, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 33, 28, 33, 35, 0, 0, 25, 0, 32, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 204.41, 7, main, -0.49, 85088.00, 1448.86, 119.06, -5.81, 32.0, 1.44, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493026,-106.9155299, 1519.0, 2022, 6, 24, 15, 20, 41, 1154, 1161, 341, 6, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 33, 28, 33, 35, 0, 0, 25, 0, 32, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 204.50, 7, main, -0.49, 85088.00, 1448.86, 119.06, -5.81, 32.0, 1.44, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493026,-106.9155299, 1519.0, 2022, 6, 24, 15, 20, 41, 1154, 1161, 341, 6, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 33, 28, 33, 35, 0, 0, 25, 0, 32, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 204.51, 7, main, -0.49, 85095.00, 1448.19, 118.39, -5.81, 32.0, 1.44, 3.87, 3.98, 0.00, 0.00, 0.00, 62.26, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493026,-106.9155299, 1519.0, 2022, 6, 24, 15, 20, 41, 1154, 1161, 341, 6, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 33, 28, 33, 35, 0, 0, 25, 0, 32, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 204.61, 7, main, -1.47, 85093.00, 1448.38, 118.58, -5.78, 32.0, 1.44, 3.87, 3.98, 0.00, 0.00, 0.00, 62.26, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493026,-106.9155299, 1519.0, 2022, 6, 24, 15, 20, 41, 1154, 1161, 341, 6, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 33, 28, 33, 35, 0, 0, 25, 0, 32, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 204.71, 7, main, -3.92, 85121.00, 1445.69, 115.89, -5.76, 32.0, 1.44, 3.87, 3.98, 0.00, 0.00, 0.00, 62.26, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493026,-106.9155299, 1519.0, 2022, 6, 24, 15, 20, 41, 1154, 1161, 341, 6, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 33, 28, 33, 35, 0, 0, 25, 0, 32, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 204.81, 7, main, -2.45, 85113.00, 1446.46, 116.66, -5.74, 32.0, 1.44, 3.87, 3.98, 0.00, 0.00, 0.00, 62.26, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493026,-106.9155299, 1519.0, 2022, 6, 24, 15, 20, 41, 1154, 1161, 341, 6, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 33, 28, 33, 35, 0, 0, 25, 0, 32, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 204.82, 7, main, -2.45, 85113.00, 1446.46, 116.66, -5.74, 32.0, 1.44, 3.86, 3.98, 0.00, 0.00, 0.00, 62.26, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493026,-106.9155299, 1519.0, 2022, 6, 24, 15, 20, 41, 1154, 1161, 341, 6, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 33, 28, 33, 35, 0, 0, 25, 0, 32, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 204.91, 7, main, -5.88, 85122.00, 1445.60, 115.80, -5.71, 32.0, 1.44, 3.86, 3.98, 0.00, 0.00, 0.00, 62.14, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493026,-106.9155299, 1519.0, 2022, 6, 24, 15, 20, 41, 1154, 1161, 341, 6, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 33, 28, 33, 35, 0, 0, 25, 0, 32, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 205.01, 7, main, 0.49, 85120.00, 1445.79, 115.99, -5.69, 32.0, 1.44, 3.86, 3.98, 0.00, 0.00, 0.00, 62.14, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493026,-106.9155299, 1519.0, 2022, 6, 24, 15, 20, 41, 1154, 1161, 341, 6, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 33, 28, 33, 35, 0, 0, 25, 0, 32, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 205.11, 7, main, -0.49, 85143.00, 1443.59, 113.79, -5.65, 32.0, 1.44, 3.86, 3.98, 0.00, 0.00, 0.00, 62.14, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493026,-106.9155299, 1519.0, 2022, 6, 24, 15, 20, 41, 1154, 1161, 341, 6, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 33, 28, 33, 35, 0, 0, 25, 0, 32, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 205.14, 7, main, -0.49, 85143.00, 1443.59, 113.79, -5.65, 32.0, 1.44, 3.85, 3.97, 0.00, 0.00, 0.00, 62.14, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493026,-106.9155299, 1519.0, 2022, 6, 24, 15, 20, 41, 1154, 1161, 341, 6, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 33, 28, 33, 35, 0, 0, 25, 0, 32, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 205.21, 7, main, -1.96, 85135.00, 1444.35, 114.55, -5.61, 32.0, 1.44, 3.85, 3.97, 0.00, 0.00, 0.00, 62.07, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493026,-106.9155299, 1519.0, 2022, 6, 24, 15, 20, 41, 1154, 1161, 341, 6, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 33, 28, 33, 35, 0, 0, 25, 0, 32, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 205.30, 7, main, -1.96, 85135.00, 1444.35, 114.55, -5.61, 32.0, 1.44, 3.85, 3.97, 0.00, 0.00, 0.00, 62.07, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493026,-106.9155299, 1519.0, 2022, 6, 24, 15, 20, 41, 1154, 1161, 341, 6, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 33, 28, 33, 35, 0, 0, 25, 0, 32, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 205.30, 7, main, -1.96, 85135.00, 1444.35, 114.55, -5.61, 32.0, 1.44, 3.85, 3.97, 0.00, 0.00, 0.00, 62.07, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493026,-106.9155299, 1519.0, 2022, 6, 24, 15, 20, 41, 1154, 1161, 341, 6, 1.6, 0.8, 1.4, 0, 37, 26, 0, 0, 38, 0, 0, 0, 0, 33, 28, 33, 35, 0, 0, 25, 0, 32, 27, 0, 0, 0, 22, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 205.31, 7, main, -0.98, 85147.00, 1443.20, 113.40, -5.58, 32.0, 1.44, 3.85, 3.97, 0.00, 0.00, 0.00, 62.07, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493529,-106.9155336, 1513.0, 2022, 6, 24, 15, 20, 42, 1159, 1166, 341, 6, 1.6, 0.8, 1.4, 0, 31, 29, 0, 0, 36, 0, 0, 0, 0, 33, 34, 30, 27, 0, 0, 26, 0, 27, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 205.41, 7, main, -3.92, 85146.00, 1443.30, 113.50, -5.56, 32.0, 1.44, 3.85, 3.97, 0.00, 0.00, 0.00, 62.07, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493529,-106.9155336, 1513.0, 2022, 6, 24, 15, 20, 42, 1159, 1166, 341, 6, 1.6, 0.8, 1.4, 0, 31, 29, 0, 0, 36, 0, 0, 0, 0, 33, 34, 30, 27, 0, 0, 26, 0, 27, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 205.46, 7, main, -3.92, 85146.00, 1443.30, 113.50, -5.56, 32.0, 1.46, 3.87, 3.98, 0.00, 0.00, 0.00, 62.07, 23.26, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493529,-106.9155336, 1513.0, 2022, 6, 24, 15, 20, 42, 1159, 1166, 341, 6, 1.6, 0.8, 1.4, 0, 31, 29, 0, 0, 36, 0, 0, 0, 0, 33, 34, 30, 27, 0, 0, 26, 0, 27, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 205.51, 7, main, -2.45, 85152.00, 1442.72, 112.92, -5.52, 32.0, 1.46, 3.87, 3.98, 0.09, 0.00, 0.00, 62.26, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493529,-106.9155336, 1513.0, 2022, 6, 24, 15, 20, 42, 1159, 1166, 341, 6, 1.6, 0.8, 1.4, 0, 31, 29, 0, 0, 36, 0, 0, 0, 0, 33, 34, 30, 27, 0, 0, 26, 0, 27, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 205.61, 7, main, -3.43, 85151.00, 1442.82, 113.02, -5.49, 32.0, 1.46, 3.87, 3.98, 0.09, 0.00, 0.00, 62.26, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493529,-106.9155336, 1513.0, 2022, 6, 24, 15, 20, 42, 1159, 1166, 341, 6, 1.6, 0.8, 1.4, 0, 31, 29, 0, 0, 36, 0, 0, 0, 0, 33, 34, 30, 27, 0, 0, 26, 0, 27, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 205.71, 7, main, -2.45, 85166.00, 1441.38, 111.58, -5.47, 32.0, 1.46, 3.87, 3.98, 0.09, 0.00, 0.00, 62.26, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493529,-106.9155336, 1513.0, 2022, 6, 24, 15, 20, 42, 1159, 1166, 341, 6, 1.6, 0.8, 1.4, 0, 31, 29, 0, 0, 36, 0, 0, 0, 0, 33, 34, 30, 27, 0, 0, 26, 0, 27, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 205.78, 7, main, -2.45, 85166.00, 1441.38, 111.58, -5.47, 32.0, 1.46, 3.85, 3.98, 0.09, 0.00, 0.00, 62.26, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493529,-106.9155336, 1513.0, 2022, 6, 24, 15, 20, 42, 1159, 1166, 341, 6, 1.6, 0.8, 1.4, 0, 31, 29, 0, 0, 36, 0, 0, 0, 0, 33, 34, 30, 27, 0, 0, 26, 0, 27, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 205.81, 7, main, -5.39, 85175.00, 1440.52, 110.72, -5.43, 32.0, 1.46, 3.85, 3.98, 0.00, 0.00, 0.00, 62.01, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493529,-106.9155336, 1513.0, 2022, 6, 24, 15, 20, 42, 1159, 1166, 341, 6, 1.6, 0.8, 1.4, 0, 31, 29, 0, 0, 36, 0, 0, 0, 0, 33, 34, 30, 27, 0, 0, 26, 0, 27, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 205.91, 7, main, -4.41, 85178.00, 1440.23, 110.43, -5.41, 32.0, 1.46, 3.85, 3.98, 0.00, 0.00, 0.00, 62.01, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493529,-106.9155336, 1513.0, 2022, 6, 24, 15, 20, 42, 1159, 1166, 341, 6, 1.6, 0.8, 1.4, 0, 31, 29, 0, 0, 36, 0, 0, 0, 0, 33, 34, 30, 27, 0, 0, 26, 0, 27, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 206.01, 7, main, -0.98, 85183.00, 1439.75, 109.95, -5.40, 32.0, 1.46, 3.85, 3.98, 0.00, 0.00, 0.00, 62.01, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493529,-106.9155336, 1513.0, 2022, 6, 24, 15, 20, 42, 1159, 1166, 341, 6, 1.6, 0.8, 1.4, 0, 31, 29, 0, 0, 36, 0, 0, 0, 0, 33, 34, 30, 27, 0, 0, 26, 0, 27, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 206.10, 7, main, -0.98, 85183.00, 1439.75, 109.95, -5.40, 32.0, 1.46, 3.87, 3.99, 0.00, 0.00, 0.00, 62.01, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493529,-106.9155336, 1513.0, 2022, 6, 24, 15, 20, 42, 1159, 1166, 341, 6, 1.6, 0.8, 1.4, 0, 31, 29, 0, 0, 36, 0, 0, 0, 0, 33, 34, 30, 27, 0, 0, 26, 0, 27, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 206.11, 7, main, -1.96, 85192.00, 1438.89, 109.09, -5.39, 32.0, 1.46, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493529,-106.9155336, 1513.0, 2022, 6, 24, 15, 20, 42, 1159, 1166, 341, 6, 1.6, 0.8, 1.4, 0, 31, 29, 0, 0, 36, 0, 0, 0, 0, 33, 34, 30, 27, 0, 0, 26, 0, 27, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 206.21, 7, main, -1.96, 85194.00, 1438.70, 108.90, -5.39, 32.0, 1.46, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493529,-106.9155336, 1513.0, 2022, 6, 24, 15, 20, 42, 1159, 1166, 341, 6, 1.6, 0.8, 1.4, 0, 31, 29, 0, 0, 36, 0, 0, 0, 0, 33, 34, 30, 27, 0, 0, 26, 0, 27, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 206.30, 7, main, -1.96, 85194.00, 1438.70, 108.90, -5.39, 32.0, 1.46, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493529,-106.9155336, 1513.0, 2022, 6, 24, 15, 20, 42, 1159, 1166, 341, 6, 1.6, 0.8, 1.4, 0, 31, 29, 0, 0, 36, 0, 0, 0, 0, 33, 34, 30, 27, 0, 0, 26, 0, 27, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 206.30, 7, main, -1.96, 85194.00, 1438.70, 108.90, -5.39, 32.0, 1.46, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493529,-106.9155336, 1513.0, 2022, 6, 24, 15, 20, 42, 1159, 1166, 341, 6, 1.6, 0.8, 1.4, 0, 31, 29, 0, 0, 36, 0, 0, 0, 0, 33, 34, 30, 27, 0, 0, 26, 0, 27, 27, 0, 0, 0, 34, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 206.31, 7, main, -5.39, 85194.00, 1438.70, 108.90, -5.38, 32.0, 1.46, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494071,-106.9155344, 1508.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 32, 0, 0, 0, 0, 22, 35, 31, 25, 0, 0, 37, 0, 37, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 206.41, 7, main, -2.94, 85206.00, 1437.55, 107.75, -5.39, 31.9, 1.46, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494071,-106.9155344, 1508.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 32, 0, 0, 0, 0, 22, 35, 31, 25, 0, 0, 37, 0, 37, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 206.42, 7, main, -2.94, 85206.00, 1437.55, 107.75, -5.39, 31.9, 1.47, 3.86, 3.99, 0.08, 0.00, 0.00, 62.26, 23.44, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9494071,-106.9155344, 1508.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 32, 0, 0, 0, 0, 22, 35, 31, 25, 0, 0, 37, 0, 37, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 206.51, 7, main, -3.92, 85216.00, 1436.59, 106.79, -5.40, 32.0, 1.47, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 23.74, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9494071,-106.9155344, 1508.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 32, 0, 0, 0, 0, 22, 35, 31, 25, 0, 0, 37, 0, 37, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 206.61, 7, main, -2.94, 85218.00, 1436.40, 106.60, -5.42, 32.0, 1.47, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 23.74, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9494071,-106.9155344, 1508.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 32, 0, 0, 0, 0, 22, 35, 31, 25, 0, 0, 37, 0, 37, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 206.71, 7, main, -1.47, 85216.00, 1436.59, 106.79, -5.45, 32.0, 1.47, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 23.74, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9494071,-106.9155344, 1508.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 32, 0, 0, 0, 0, 22, 35, 31, 25, 0, 0, 37, 0, 37, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 206.74, 7, main, -1.47, 85216.00, 1436.59, 106.79, -5.45, 32.0, 1.49, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 23.74, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494071,-106.9155344, 1508.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 32, 0, 0, 0, 0, 22, 35, 31, 25, 0, 0, 37, 0, 37, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 206.81, 7, main, -2.94, 85230.00, 1435.25, 105.45, -5.46, 32.0, 1.49, 3.86, 3.99, 0.00, 0.00, 0.00, 62.14, 23.93, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494071,-106.9155344, 1508.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 32, 0, 0, 0, 0, 22, 35, 31, 25, 0, 0, 37, 0, 37, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 206.91, 7, main, -1.47, 85233.00, 1434.96, 105.16, -5.49, 32.0, 1.49, 3.86, 3.99, 0.00, 0.00, 0.00, 62.14, 23.93, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494071,-106.9155344, 1508.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 32, 0, 0, 0, 0, 22, 35, 31, 25, 0, 0, 37, 0, 37, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 207.01, 7, main, -0.00, 85238.00, 1434.49, 104.68, -5.52, 32.0, 1.49, 3.86, 3.99, 0.00, 0.00, 0.00, 62.14, 23.93, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494071,-106.9155344, 1508.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 32, 0, 0, 0, 0, 22, 35, 31, 25, 0, 0, 37, 0, 37, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 207.06, 7, main, -0.00, 85238.00, 1434.49, 104.68, -5.52, 32.0, 1.50, 3.87, 3.99, 0.00, 0.00, 0.00, 62.14, 23.93, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494071,-106.9155344, 1508.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 32, 0, 0, 0, 0, 22, 35, 31, 25, 0, 0, 37, 0, 37, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 207.11, 7, main, -2.45, 85241.00, 1434.20, 104.40, -5.55, 32.0, 1.50, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494071,-106.9155344, 1508.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 32, 0, 0, 0, 0, 22, 35, 31, 25, 0, 0, 37, 0, 37, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 207.21, 7, main, -5.88, 85249.00, 1433.43, 103.63, -5.58, 32.0, 1.50, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494071,-106.9155344, 1508.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 32, 0, 0, 0, 0, 22, 35, 31, 25, 0, 0, 37, 0, 37, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 207.30, 7, main, -5.88, 85249.00, 1433.43, 103.63, -5.58, 32.0, 1.50, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494071,-106.9155344, 1508.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 32, 0, 0, 0, 0, 22, 35, 31, 25, 0, 0, 37, 0, 37, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 207.30, 7, main, -5.88, 85249.00, 1433.43, 103.63, -5.58, 32.0, 1.50, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494071,-106.9155344, 1508.0, 2022, 6, 24, 15, 20, 43, 1165, 1171, 341, 6, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 32, 0, 0, 0, 0, 22, 35, 31, 25, 0, 0, 37, 0, 37, 29, 0, 0, 0, 27, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 207.31, 7, main, -3.43, 85254.00, 1432.95, 103.15, -5.61, 31.9, 1.50, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494496,-106.9155220, 1502.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 5, 1.7, 0.8, 1.4, 0, 34, 36, 0, 0, 38, 0, 0, 0, 0, 33, 32, 34, 25, 0, 0, 24, 0, 35, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 207.38, 7, main, -3.43, 85254.00, 1432.95, 103.15, -5.61, 31.9, 1.50, 3.86, 3.99, 0.08, 0.00, 0.00, 62.26, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494496,-106.9155220, 1502.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 5, 1.7, 0.8, 1.4, 0, 34, 36, 0, 0, 38, 0, 0, 0, 0, 33, 32, 34, 25, 0, 0, 24, 0, 35, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 207.41, 7, main, -2.94, 85268.00, 1431.61, 101.81, -5.64, 32.0, 1.50, 3.86, 3.99, 0.08, 0.00, 0.00, 62.14, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494496,-106.9155220, 1502.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 5, 1.7, 0.8, 1.4, 0, 34, 36, 0, 0, 38, 0, 0, 0, 0, 33, 32, 34, 25, 0, 0, 24, 0, 35, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 207.51, 7, main, -0.98, 85262.00, 1432.19, 102.39, -5.67, 32.0, 1.50, 3.86, 3.99, 0.08, 0.00, 0.00, 62.14, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494496,-106.9155220, 1502.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 5, 1.7, 0.8, 1.4, 0, 34, 36, 0, 0, 38, 0, 0, 0, 0, 33, 32, 34, 25, 0, 0, 24, 0, 35, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 207.61, 7, main, -4.41, 85262.00, 1432.19, 102.39, -5.69, 31.9, 1.50, 3.86, 3.99, 0.08, 0.00, 0.00, 62.14, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494496,-106.9155220, 1502.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 5, 1.7, 0.8, 1.4, 0, 34, 36, 0, 0, 38, 0, 0, 0, 0, 33, 32, 34, 25, 0, 0, 24, 0, 35, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 207.70, 7, main, -4.41, 85262.00, 1432.19, 102.39, -5.69, 31.9, 1.50, 3.87, 3.98, 0.08, 0.00, 0.00, 62.14, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494496,-106.9155220, 1502.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 5, 1.7, 0.8, 1.4, 0, 34, 36, 0, 0, 38, 0, 0, 0, 0, 33, 32, 34, 25, 0, 0, 24, 0, 35, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 207.71, 7, main, -1.96, 85287.00, 1429.79, 99.99, -5.72, 32.0, 1.50, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494496,-106.9155220, 1502.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 5, 1.7, 0.8, 1.4, 0, 34, 36, 0, 0, 38, 0, 0, 0, 0, 33, 32, 34, 25, 0, 0, 24, 0, 35, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 207.81, 7, main, -1.96, 85274.00, 1431.04, 101.24, -5.74, 32.0, 1.50, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494496,-106.9155220, 1502.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 5, 1.7, 0.8, 1.4, 0, 34, 36, 0, 0, 38, 0, 0, 0, 0, 33, 32, 34, 25, 0, 0, 24, 0, 35, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 207.91, 7, main, -1.96, 85290.00, 1429.51, 99.71, -5.76, 32.0, 1.50, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494496,-106.9155220, 1502.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 5, 1.7, 0.8, 1.4, 0, 34, 36, 0, 0, 38, 0, 0, 0, 0, 33, 32, 34, 25, 0, 0, 24, 0, 35, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 208.01, 7, main, -1.47, 85304.00, 1428.17, 98.37, -5.78, 32.0, 1.50, 3.87, 3.98, 0.08, 0.00, 0.00, 62.32, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494496,-106.9155220, 1502.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 5, 1.7, 0.8, 1.4, 0, 34, 36, 0, 0, 38, 0, 0, 0, 0, 33, 32, 34, 25, 0, 0, 24, 0, 35, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 208.02, 7, main, -1.47, 85304.00, 1428.17, 98.37, -5.78, 32.0, 1.50, 3.86, 3.98, 0.08, 0.00, 0.00, 62.32, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.01, 0.00, 1, 1, 9, 32.9494496,-106.9155220, 1502.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 5, 1.7, 0.8, 1.4, 0, 34, 36, 0, 0, 38, 0, 0, 0, 0, 33, 32, 34, 25, 0, 0, 24, 0, 35, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 208.11, 7, main, -1.96, 85308.00, 1427.79, 97.98, -5.79, 32.0, 1.50, 3.86, 3.98, 0.01, 0.00, 0.00, 62.20, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.01, 0.00, 1, 1, 9, 32.9494496,-106.9155220, 1502.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 5, 1.7, 0.8, 1.4, 0, 34, 36, 0, 0, 38, 0, 0, 0, 0, 33, 32, 34, 25, 0, 0, 24, 0, 35, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 208.21, 7, main, -4.41, 85310.00, 1427.59, 97.79, -5.81, 31.9, 1.50, 3.86, 3.98, 0.01, 0.00, 0.00, 62.20, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.01, 0.00, 1, 1, 9, 32.9494496,-106.9155220, 1502.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 5, 1.7, 0.8, 1.4, 0, 34, 36, 0, 0, 38, 0, 0, 0, 0, 33, 32, 34, 25, 0, 0, 24, 0, 35, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 208.30, 7, main, -4.41, 85310.00, 1427.59, 97.79, -5.81, 31.9, 1.50, 3.86, 3.98, 0.01, 0.00, 0.00, 62.20, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.01, 0.00, 1, 1, 9, 32.9494496,-106.9155220, 1502.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 5, 1.7, 0.8, 1.4, 0, 34, 36, 0, 0, 38, 0, 0, 0, 0, 33, 32, 34, 25, 0, 0, 24, 0, 35, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 208.30, 7, main, -4.41, 85310.00, 1427.59, 97.79, -5.81, 31.9, 1.50, 3.86, 3.98, 0.01, 0.00, 0.00, 62.20, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.01, 0.00, 1, 1, 9, 32.9494496,-106.9155220, 1502.0, 2022, 6, 24, 15, 20, 44, 1169, 1174, 341, 5, 1.7, 0.8, 1.4, 0, 34, 36, 0, 0, 38, 0, 0, 0, 0, 33, 32, 34, 25, 0, 0, 24, 0, 35, 29, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 208.31, 7, main, -3.43, 85318.00, 1426.83, 97.03, -5.82, 32.0, 1.50, 3.86, 3.98, 0.01, 0.00, 0.00, 62.20, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.01, 0.00, 1, 1, 9, 32.9494784,-106.9154916, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7, 0.8, 1.4, 0, 26, 34, 0, 0, 37, 0, 0, 0, 0, 23, 35, 30, 25, 0, 0, 36, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 208.34, 7, main, -3.43, 85318.00, 1426.83, 97.03, -5.82, 32.0, 1.50, 3.86, 3.98, 0.01, 0.00, 0.00, 62.20, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9494784,-106.9154916, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7, 0.8, 1.4, 0, 26, 34, 0, 0, 37, 0, 0, 0, 0, 23, 35, 30, 25, 0, 0, 36, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 208.41, 7, main, -5.88, 85321.00, 1426.54, 96.74, -5.85, 32.0, 1.50, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9494784,-106.9154916, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7, 0.8, 1.4, 0, 26, 34, 0, 0, 37, 0, 0, 0, 0, 23, 35, 30, 25, 0, 0, 36, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 208.51, 7, main, -1.47, 85339.00, 1424.82, 95.02, -5.87, 32.0, 1.50, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9494784,-106.9154916, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7, 0.8, 1.4, 0, 26, 34, 0, 0, 37, 0, 0, 0, 0, 23, 35, 30, 25, 0, 0, 36, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 208.61, 7, main, -4.41, 85335.00, 1425.20, 95.40, -5.89, 32.0, 1.50, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9494784,-106.9154916, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7, 0.8, 1.4, 0, 26, 34, 0, 0, 37, 0, 0, 0, 0, 23, 35, 30, 25, 0, 0, 36, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 208.66, 7, main, -4.41, 85335.00, 1425.20, 95.40, -5.89, 32.0, 1.50, 3.87, 3.98, 0.09, 0.00, 0.00, 62.20, 24.11, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.01, 1, 1, 9, 32.9494784,-106.9154916, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7, 0.8, 1.4, 0, 26, 34, 0, 0, 37, 0, 0, 0, 0, 23, 35, 30, 25, 0, 0, 36, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 208.71, 7, main, -5.88, 85342.00, 1424.53, 94.73, -5.92, 32.0, 1.50, 3.87, 3.98, 0.08, 0.00, 0.01, 62.32, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.01, 1, 1, 9, 32.9494784,-106.9154916, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7, 0.8, 1.4, 0, 26, 34, 0, 0, 37, 0, 0, 0, 0, 23, 35, 30, 25, 0, 0, 36, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 208.81, 7, main, -4.41, 85339.00, 1424.82, 95.02, -5.95, 32.0, 1.50, 3.87, 3.98, 0.08, 0.00, 0.01, 62.32, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.01, 1, 1, 9, 32.9494784,-106.9154916, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7, 0.8, 1.4, 0, 26, 34, 0, 0, 37, 0, 0, 0, 0, 23, 35, 30, 25, 0, 0, 36, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 208.91, 7, main, -3.43, 85349.00, 1423.86, 94.06, -5.98, 32.0, 1.50, 3.87, 3.98, 0.08, 0.00, 0.01, 62.32, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.01, 1, 1, 9, 32.9494784,-106.9154916, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7, 0.8, 1.4, 0, 26, 34, 0, 0, 37, 0, 0, 0, 0, 23, 35, 30, 25, 0, 0, 36, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 208.98, 7, main, -3.43, 85349.00, 1423.86, 94.06, -5.98, 32.0, 1.51, 3.86, 3.98, 0.08, 0.00, 0.01, 62.32, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494784,-106.9154916, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7, 0.8, 1.4, 0, 26, 34, 0, 0, 37, 0, 0, 0, 0, 23, 35, 30, 25, 0, 0, 36, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 209.01, 7, main, -5.39, 85363.00, 1422.52, 92.72, -6.00, 32.0, 1.51, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 24.35, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494784,-106.9154916, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7, 0.8, 1.4, 0, 26, 34, 0, 0, 37, 0, 0, 0, 0, 23, 35, 30, 25, 0, 0, 36, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 209.11, 7, main, -3.43, 85359.00, 1422.91, 93.11, -6.03, 32.0, 1.51, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 24.35, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494784,-106.9154916, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7, 0.8, 1.4, 0, 26, 34, 0, 0, 37, 0, 0, 0, 0, 23, 35, 30, 25, 0, 0, 36, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 209.21, 7, main, -2.45, 85370.00, 1421.85, 92.05, -6.06, 32.0, 1.51, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 24.35, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494784,-106.9154916, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7, 0.8, 1.4, 0, 26, 34, 0, 0, 37, 0, 0, 0, 0, 23, 35, 30, 25, 0, 0, 36, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 209.28, 7, main, -2.45, 85370.00, 1421.85, 92.05, -6.06, 32.0, 1.51, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 24.35, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494784,-106.9154916, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7, 0.8, 1.4, 0, 26, 34, 0, 0, 37, 0, 0, 0, 0, 23, 35, 30, 25, 0, 0, 36, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 209.28, 7, main, -2.45, 85370.00, 1421.85, 92.05, -6.06, 32.0, 1.51, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 24.35, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494784,-106.9154916, 1497.0, 2022, 6, 24, 15, 20, 45, 1171, 1176, 341, 5, 1.7, 0.8, 1.4, 0, 26, 34, 0, 0, 37, 0, 0, 0, 0, 23, 35, 30, 25, 0, 0, 36, 0, 35, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 209.30, 7, main, -2.45, 85370.00, 1421.85, 92.05, -6.06, 32.0, 1.51, 3.87, 3.99, 0.08, 0.00, 0.00, 62.20, 24.35, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494929,-106.9154455, 1490.0, 2022, 6, 24, 15, 20, 46, 1171, 1175, 341, 5, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 23, 35, 31, 26, 0, 0, 38, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 209.31, 7, main, -0.49, 85374.00, 1421.47, 91.67, -6.08, 32.0, 1.51, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494929,-106.9154455, 1490.0, 2022, 6, 24, 15, 20, 46, 1171, 1175, 341, 5, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 23, 35, 31, 26, 0, 0, 38, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 209.41, 7, main, -1.96, 85387.00, 1420.23, 90.43, -6.11, 32.0, 1.51, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494929,-106.9154455, 1490.0, 2022, 6, 24, 15, 20, 46, 1171, 1175, 341, 5, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 23, 35, 31, 26, 0, 0, 38, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 209.51, 7, main, -4.41, 85392.00, 1419.75, 89.95, -6.13, 32.0, 1.51, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494929,-106.9154455, 1490.0, 2022, 6, 24, 15, 20, 46, 1171, 1175, 341, 5, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 23, 35, 31, 26, 0, 0, 38, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 209.61, 7, main, -4.41, 85393.00, 1419.66, 89.85, -6.14, 31.9, 1.51, 3.87, 3.99, 0.08, 0.00, 0.00, 62.26, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9494929,-106.9154455, 1490.0, 2022, 6, 24, 15, 20, 46, 1171, 1175, 341, 5, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 23, 35, 31, 26, 0, 0, 38, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 209.62, 7, main, -4.41, 85393.00, 1419.66, 89.85, -6.14, 31.9, 1.50, 3.86, 3.99, 0.08, 0.00, 0.00, 62.26, 24.29, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9494929,-106.9154455, 1490.0, 2022, 6, 24, 15, 20, 46, 1171, 1175, 341, 5, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 23, 35, 31, 26, 0, 0, 38, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 209.71, 7, main, -3.92, 85400.00, 1418.99, 89.19, -6.17, 31.9, 1.50, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9494929,-106.9154455, 1490.0, 2022, 6, 24, 15, 20, 46, 1171, 1175, 341, 5, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 23, 35, 31, 26, 0, 0, 38, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 209.81, 7, main, -0.98, 85402.00, 1418.79, 88.99, -6.18, 31.9, 1.50, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9494929,-106.9154455, 1490.0, 2022, 6, 24, 15, 20, 46, 1171, 1175, 341, 5, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 23, 35, 31, 26, 0, 0, 38, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 209.91, 7, main, -1.47, 85409.00, 1418.13, 88.32, -6.19, 32.0, 1.50, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9494929,-106.9154455, 1490.0, 2022, 6, 24, 15, 20, 46, 1171, 1175, 341, 5, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 23, 35, 31, 26, 0, 0, 38, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 209.94, 7, main, -1.47, 85409.00, 1418.13, 88.32, -6.19, 32.0, 1.50, 3.85, 3.98, 0.09, 0.00, 0.00, 62.20, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494929,-106.9154455, 1490.0, 2022, 6, 24, 15, 20, 46, 1171, 1175, 341, 5, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 23, 35, 31, 26, 0, 0, 38, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 210.01, 7, main, -4.90, 85430.00, 1416.12, 86.32, -6.21, 32.0, 1.50, 3.85, 3.98, 0.00, 0.00, 0.00, 61.95, 24.17, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494929,-106.9154455, 1490.0, 2022, 6, 24, 15, 20, 46, 1171, 1175, 341, 5, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 23, 35, 31, 26, 0, 0, 38, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 210.11, 7, main, -3.92, 85425.00, 1416.60, 86.80, -6.21, 32.0, 1.50, 3.85, 3.98, 0.00, 0.00, 0.00, 61.95, 24.17, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494929,-106.9154455, 1490.0, 2022, 6, 24, 15, 20, 46, 1171, 1175, 341, 5, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 23, 35, 31, 26, 0, 0, 38, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 210.21, 7, main, -4.90, 85440.00, 1415.16, 85.36, -6.22, 32.0, 1.50, 3.85, 3.98, 0.00, 0.00, 0.00, 61.95, 24.17, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494929,-106.9154455, 1490.0, 2022, 6, 24, 15, 20, 46, 1171, 1175, 341, 5, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 23, 35, 31, 26, 0, 0, 38, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 210.26, 7, main, -4.90, 85440.00, 1415.16, 85.36, -6.22, 32.0, 1.50, 3.85, 3.98, 0.00, 0.00, 0.00, 61.95, 24.17, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494929,-106.9154455, 1490.0, 2022, 6, 24, 15, 20, 46, 1171, 1175, 341, 5, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 23, 35, 31, 26, 0, 0, 38, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 210.30, 7, main, -4.90, 85440.00, 1415.16, 85.36, -6.22, 32.0, 1.50, 3.85, 3.98, 0.00, 0.00, 0.00, 61.95, 24.17, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494929,-106.9154455, 1490.0, 2022, 6, 24, 15, 20, 46, 1171, 1175, 341, 5, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 23, 35, 31, 26, 0, 0, 38, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 210.30, 7, main, -4.90, 85440.00, 1415.16, 85.36, -6.22, 32.0, 1.50, 3.85, 3.98, 0.00, 0.00, 0.00, 61.95, 24.17, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494929,-106.9154455, 1490.0, 2022, 6, 24, 15, 20, 46, 1171, 1175, 341, 5, 1.7, 0.8, 1.4, 0, 25, 33, 0, 0, 37, 0, 0, 0, 0, 23, 35, 31, 26, 0, 0, 38, 0, 33, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 210.31, 7, main, -3.92, 85451.00, 1414.11, 84.31, -6.22, 32.0, 1.50, 3.85, 3.98, 0.00, 0.00, 0.00, 61.95, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494979,-106.9153939, 1483.0, 2022, 6, 24, 15, 20, 47, 1170, 1174, 342, 4, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 37, 31, 28, 0, 0, 33, 0, 34, 30, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 210.41, 7, main, -3.43, 85466.00, 1412.68, 82.88, -6.22, 32.0, 1.50, 3.85, 3.98, 0.00, 0.00, 0.00, 61.95, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494979,-106.9153939, 1483.0, 2022, 6, 24, 15, 20, 47, 1170, 1174, 342, 4, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 37, 31, 28, 0, 0, 33, 0, 34, 30, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 210.51, 7, main, -4.90, 85462.00, 1413.06, 83.26, -6.24, 32.0, 1.50, 3.85, 3.98, 0.00, 0.00, 0.00, 61.95, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494979,-106.9153939, 1483.0, 2022, 6, 24, 15, 20, 47, 1170, 1174, 342, 4, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 37, 31, 28, 0, 0, 33, 0, 34, 30, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 210.58, 7, main, -4.90, 85462.00, 1413.06, 83.26, -6.24, 32.0, 1.53, 3.86, 3.98, 0.00, 0.00, 0.00, 61.95, 24.23, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9494979,-106.9153939, 1483.0, 2022, 6, 24, 15, 20, 47, 1170, 1174, 342, 4, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 37, 31, 28, 0, 0, 33, 0, 34, 30, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 210.61, 7, main, -6.37, 85458.00, 1413.44, 83.64, -6.24, 31.9, 1.53, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9494979,-106.9153939, 1483.0, 2022, 6, 24, 15, 20, 47, 1170, 1174, 342, 4, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 37, 31, 28, 0, 0, 33, 0, 34, 30, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 210.71, 7, main, -5.88, 85476.00, 1411.72, 81.92, -6.26, 31.9, 1.53, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9494979,-106.9153939, 1483.0, 2022, 6, 24, 15, 20, 47, 1170, 1174, 342, 4, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 37, 31, 28, 0, 0, 33, 0, 34, 30, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 210.81, 7, main, -1.47, 85478.00, 1411.53, 81.73, -6.26, 32.0, 1.53, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9494979,-106.9153939, 1483.0, 2022, 6, 24, 15, 20, 47, 1170, 1174, 342, 4, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 37, 31, 28, 0, 0, 33, 0, 34, 30, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 210.90, 7, main, -1.47, 85478.00, 1411.53, 81.73, -6.26, 32.0, 1.53, 3.85, 3.98, 0.09, 0.00, 0.00, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494979,-106.9153939, 1483.0, 2022, 6, 24, 15, 20, 47, 1170, 1174, 342, 4, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 37, 31, 28, 0, 0, 33, 0, 34, 30, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 210.91, 7, main, -2.94, 85465.00, 1412.77, 82.97, -6.28, 31.9, 1.53, 3.85, 3.98, 0.00, 0.00, 0.00, 62.07, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494979,-106.9153939, 1483.0, 2022, 6, 24, 15, 20, 47, 1170, 1174, 342, 4, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 37, 31, 28, 0, 0, 33, 0, 34, 30, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 211.01, 7, main, 1.47, 85485.00, 1410.86, 81.06, -6.30, 31.9, 1.53, 3.85, 3.98, 0.00, 0.00, 0.00, 62.07, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494979,-106.9153939, 1483.0, 2022, 6, 24, 15, 20, 47, 1170, 1174, 342, 4, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 37, 31, 28, 0, 0, 33, 0, 34, 30, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 211.11, 7, main, 2.94, 85492.00, 1410.19, 80.39, -6.32, 32.0, 1.53, 3.85, 3.98, 0.00, 0.00, 0.00, 62.07, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494979,-106.9153939, 1483.0, 2022, 6, 24, 15, 20, 47, 1170, 1174, 342, 4, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 37, 31, 28, 0, 0, 33, 0, 34, 30, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 211.21, 7, main, -2.94, 85487.00, 1410.67, 80.87, -6.34, 31.9, 1.53, 3.85, 3.98, 0.00, 0.00, 0.00, 62.07, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494979,-106.9153939, 1483.0, 2022, 6, 24, 15, 20, 47, 1170, 1174, 342, 4, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 37, 31, 28, 0, 0, 33, 0, 34, 30, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 211.22, 7, main, -2.94, 85487.00, 1410.67, 80.87, -6.34, 31.9, 1.53, 3.86, 3.99, 0.00, 0.00, 0.00, 62.07, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9494979,-106.9153939, 1483.0, 2022, 6, 24, 15, 20, 47, 1170, 1174, 342, 4, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 37, 31, 28, 0, 0, 33, 0, 34, 30, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 211.30, 7, main, -2.94, 85487.00, 1410.67, 80.87, -6.34, 31.9, 1.53, 3.86, 3.99, 0.00, 0.00, 0.00, 62.07, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9494979,-106.9153939, 1483.0, 2022, 6, 24, 15, 20, 47, 1170, 1174, 342, 4, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 37, 31, 28, 0, 0, 33, 0, 34, 30, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 211.30, 7, main, -2.94, 85487.00, 1410.67, 80.87, -6.34, 31.9, 1.53, 3.86, 3.99, 0.00, 0.00, 0.00, 62.07, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9494979,-106.9153939, 1483.0, 2022, 6, 24, 15, 20, 47, 1170, 1174, 342, 4, 1.7, 0.8, 1.4, 0, 30, 32, 0, 0, 37, 0, 0, 0, 0, 30, 37, 31, 28, 0, 0, 33, 0, 34, 30, 0, 0, 0, 35, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 211.31, 7, main, -0.00, 85503.00, 1409.14, 79.34, -6.37, 31.9, 1.53, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9494918,-106.9153443, 1475.0, 2022, 6, 24, 15, 20, 48, 1168, 1171, 342, 4, 1.7, 0.8, 1.4, 0, 37, 27, 0, 0, 39, 0, 0, 0, 0, 37, 29, 30, 24, 0, 0, 28, 0, 23, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 211.41, 7, main, -2.45, 85518.00, 1407.71, 77.91, -6.40, 32.0, 1.53, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9494918,-106.9153443, 1475.0, 2022, 6, 24, 15, 20, 48, 1168, 1171, 342, 4, 1.7, 0.8, 1.4, 0, 37, 27, 0, 0, 39, 0, 0, 0, 0, 37, 29, 30, 24, 0, 0, 28, 0, 23, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 211.51, 7, main, 1.47, 85523.00, 1407.23, 77.43, -6.43, 32.0, 1.53, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9494918,-106.9153443, 1475.0, 2022, 6, 24, 15, 20, 48, 1168, 1171, 342, 4, 1.7, 0.8, 1.4, 0, 37, 27, 0, 0, 39, 0, 0, 0, 0, 37, 29, 30, 24, 0, 0, 28, 0, 23, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 211.54, 7, main, 1.47, 85523.00, 1407.23, 77.43, -6.43, 32.0, 1.53, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.03, 1, 1, 9, 32.9494918,-106.9153443, 1475.0, 2022, 6, 24, 15, 20, 48, 1168, 1171, 342, 4, 1.7, 0.8, 1.4, 0, 37, 27, 0, 0, 39, 0, 0, 0, 0, 37, 29, 30, 24, 0, 0, 28, 0, 23, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 211.61, 7, main, 0.49, 85526.00, 1406.95, 77.15, -6.45, 31.9, 1.53, 3.86, 3.99, 0.00, 0.00, 0.04, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.03, 1, 1, 9, 32.9494918,-106.9153443, 1475.0, 2022, 6, 24, 15, 20, 48, 1168, 1171, 342, 4, 1.7, 0.8, 1.4, 0, 37, 27, 0, 0, 39, 0, 0, 0, 0, 37, 29, 30, 24, 0, 0, 28, 0, 23, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 211.71, 7, main, -2.45, 85539.00, 1405.71, 75.90, -6.48, 31.9, 1.53, 3.86, 3.99, 0.00, 0.00, 0.04, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.03, 1, 1, 9, 32.9494918,-106.9153443, 1475.0, 2022, 6, 24, 15, 20, 48, 1168, 1171, 342, 4, 1.7, 0.8, 1.4, 0, 37, 27, 0, 0, 39, 0, 0, 0, 0, 37, 29, 30, 24, 0, 0, 28, 0, 23, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 211.81, 7, main, -0.49, 85547.00, 1404.94, 75.14, -6.50, 31.9, 1.53, 3.86, 3.99, 0.00, 0.00, 0.04, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.03, 1, 1, 9, 32.9494918,-106.9153443, 1475.0, 2022, 6, 24, 15, 20, 48, 1168, 1171, 342, 4, 1.7, 0.8, 1.4, 0, 37, 27, 0, 0, 39, 0, 0, 0, 0, 37, 29, 30, 24, 0, 0, 28, 0, 23, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 211.86, 7, main, -0.49, 85547.00, 1404.94, 75.14, -6.50, 31.9, 1.54, 3.85, 3.98, 0.00, 0.00, 0.04, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.02, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494918,-106.9153443, 1475.0, 2022, 6, 24, 15, 20, 48, 1168, 1171, 342, 4, 1.7, 0.8, 1.4, 0, 37, 27, 0, 0, 39, 0, 0, 0, 0, 37, 29, 30, 24, 0, 0, 28, 0, 23, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 211.91, 7, main, -1.96, 85546.00, 1405.04, 75.24, -6.53, 32.0, 1.54, 3.85, 3.98, 0.00, 0.00, 0.00, 62.07, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.02, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494918,-106.9153443, 1475.0, 2022, 6, 24, 15, 20, 48, 1168, 1171, 342, 4, 1.7, 0.8, 1.4, 0, 37, 27, 0, 0, 39, 0, 0, 0, 0, 37, 29, 30, 24, 0, 0, 28, 0, 23, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 212.01, 7, main, -0.00, 85556.00, 1404.08, 74.28, -6.55, 31.9, 1.54, 3.85, 3.98, 0.00, 0.00, 0.00, 62.07, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.02, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494918,-106.9153443, 1475.0, 2022, 6, 24, 15, 20, 48, 1168, 1171, 342, 4, 1.7, 0.8, 1.4, 0, 37, 27, 0, 0, 39, 0, 0, 0, 0, 37, 29, 30, 24, 0, 0, 28, 0, 23, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 212.11, 7, main, -0.00, 85560.00, 1403.70, 73.90, -6.56, 32.0, 1.54, 3.85, 3.98, 0.00, 0.00, 0.00, 62.07, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.02, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494918,-106.9153443, 1475.0, 2022, 6, 24, 15, 20, 48, 1168, 1171, 342, 4, 1.7, 0.8, 1.4, 0, 37, 27, 0, 0, 39, 0, 0, 0, 0, 37, 29, 30, 24, 0, 0, 28, 0, 23, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 212.18, 7, main, -0.00, 85560.00, 1403.70, 73.90, -6.56, 32.0, 1.54, 3.86, 3.99, 0.00, 0.00, 0.00, 62.07, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494918,-106.9153443, 1475.0, 2022, 6, 24, 15, 20, 48, 1168, 1171, 342, 4, 1.7, 0.8, 1.4, 0, 37, 27, 0, 0, 39, 0, 0, 0, 0, 37, 29, 30, 24, 0, 0, 28, 0, 23, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 212.21, 7, main, 0.98, 85572.00, 1402.56, 72.75, -6.57, 31.9, 1.54, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494918,-106.9153443, 1475.0, 2022, 6, 24, 15, 20, 48, 1168, 1171, 342, 4, 1.7, 0.8, 1.4, 0, 37, 27, 0, 0, 39, 0, 0, 0, 0, 37, 29, 30, 24, 0, 0, 28, 0, 23, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 212.30, 7, main, 0.98, 85572.00, 1402.56, 72.75, -6.57, 31.9, 1.54, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494918,-106.9153443, 1475.0, 2022, 6, 24, 15, 20, 48, 1168, 1171, 342, 4, 1.7, 0.8, 1.4, 0, 37, 27, 0, 0, 39, 0, 0, 0, 0, 37, 29, 30, 24, 0, 0, 28, 0, 23, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 212.30, 7, main, 0.98, 85572.00, 1402.56, 72.75, -6.57, 31.9, 1.54, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9494918,-106.9153443, 1475.0, 2022, 6, 24, 15, 20, 48, 1168, 1171, 342, 4, 1.7, 0.8, 1.4, 0, 37, 27, 0, 0, 39, 0, 0, 0, 0, 37, 29, 30, 24, 0, 0, 28, 0, 23, 24, 0, 0, 0, 27, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 212.31, 7, main, -0.98, 85578.00, 1401.98, 72.18, -6.59, 31.9, 1.54, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494694,-106.9152996, 1467.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 37, 0, 0, 0, 0, 25, 36, 30, 30, 0, 0, 35, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 212.41, 7, main, -0.98, 85583.00, 1401.51, 71.70, -6.59, 31.9, 1.54, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494694,-106.9152996, 1467.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 37, 0, 0, 0, 0, 25, 36, 30, 30, 0, 0, 35, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 212.50, 7, main, -0.98, 85583.00, 1401.51, 71.70, -6.59, 31.9, 1.53, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494694,-106.9152996, 1467.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 37, 0, 0, 0, 0, 25, 36, 30, 30, 0, 0, 35, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 212.51, 7, main, -1.96, 85596.00, 1400.27, 70.46, -6.58, 31.9, 1.53, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494694,-106.9152996, 1467.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 37, 0, 0, 0, 0, 25, 36, 30, 30, 0, 0, 35, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 212.61, 7, main, -6.86, 85591.00, 1400.74, 70.94, -6.56, 31.9, 1.53, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494694,-106.9152996, 1467.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 37, 0, 0, 0, 0, 25, 36, 30, 30, 0, 0, 35, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 212.71, 7, main, -6.86, 85611.00, 1398.83, 69.03, -6.55, 32.0, 1.53, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494694,-106.9152996, 1467.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 37, 0, 0, 0, 0, 25, 36, 30, 30, 0, 0, 35, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 212.81, 7, main, -5.39, 85605.00, 1399.41, 69.61, -6.54, 31.9, 1.53, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494694,-106.9152996, 1467.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 37, 0, 0, 0, 0, 25, 36, 30, 30, 0, 0, 35, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 212.82, 7, main, -5.39, 85605.00, 1399.41, 69.61, -6.54, 31.9, 1.52, 3.84, 3.98, 0.08, 0.00, 0.00, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494694,-106.9152996, 1467.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 37, 0, 0, 0, 0, 25, 36, 30, 30, 0, 0, 35, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 212.91, 7, main, -3.92, 85619.00, 1398.07, 68.27, -6.52, 32.0, 1.52, 3.84, 3.98, 0.00, 0.00, 0.00, 61.83, 24.41, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494694,-106.9152996, 1467.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 37, 0, 0, 0, 0, 25, 36, 30, 30, 0, 0, 35, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 213.01, 7, main, -2.45, 85620.00, 1397.98, 68.17, -6.51, 32.0, 1.52, 3.84, 3.98, 0.00, 0.00, 0.00, 61.83, 24.41, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494694,-106.9152996, 1467.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 37, 0, 0, 0, 0, 25, 36, 30, 30, 0, 0, 35, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 213.11, 7, main, -1.47, 85628.00, 1397.21, 67.41, -6.51, 31.9, 1.52, 3.84, 3.98, 0.00, 0.00, 0.00, 61.83, 24.41, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494694,-106.9152996, 1467.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 37, 0, 0, 0, 0, 25, 36, 30, 30, 0, 0, 35, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 213.14, 7, main, -1.47, 85628.00, 1397.21, 67.41, -6.51, 31.9, 1.53, 3.86, 3.99, 0.00, 0.00, 0.00, 61.83, 24.41, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9494694,-106.9152996, 1467.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 37, 0, 0, 0, 0, 25, 36, 30, 30, 0, 0, 35, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 213.21, 7, main, 1.47, 85629.00, 1397.12, 67.32, -6.50, 31.9, 1.53, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9494694,-106.9152996, 1467.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 37, 0, 0, 0, 0, 25, 36, 30, 30, 0, 0, 35, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 213.30, 7, main, 1.47, 85629.00, 1397.12, 67.32, -6.50, 31.9, 1.53, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9494694,-106.9152996, 1467.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 37, 0, 0, 0, 0, 25, 36, 30, 30, 0, 0, 35, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 213.30, 7, main, 1.47, 85629.00, 1397.12, 67.32, -6.50, 31.9, 1.53, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9494694,-106.9152996, 1467.0, 2022, 6, 24, 15, 20, 49, 1165, 1167, 342, 4, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 37, 0, 0, 0, 0, 25, 36, 30, 30, 0, 0, 35, 0, 34, 25, 0, 0, 0, 28, 0, 0, 0, 0, 0, 34, 0, 0 +6, 6583, 3,VE3LIC, 213.31, 7, main, -1.47, 85646.00, 1395.49, 65.69, -6.49, 31.9, 1.53, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9494211,-106.9152883, 1457.0, 2022, 6, 24, 15, 20, 50, 1159, 1161, 342, 3, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 24, 29, 30, 26, 0, 0, 35, 0, 25, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 213.41, 7, main, -0.00, 85657.00, 1394.45, 64.64, -6.49, 31.9, 1.53, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9494211,-106.9152883, 1457.0, 2022, 6, 24, 15, 20, 50, 1159, 1161, 342, 3, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 24, 29, 30, 26, 0, 0, 35, 0, 25, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 213.46, 7, main, -0.00, 85657.00, 1394.45, 64.64, -6.49, 31.9, 1.53, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.60, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494211,-106.9152883, 1457.0, 2022, 6, 24, 15, 20, 50, 1159, 1161, 342, 3, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 24, 29, 30, 26, 0, 0, 35, 0, 25, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 213.51, 7, main, -0.49, 85663.00, 1393.87, 64.07, -6.48, 32.0, 1.53, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 24.66, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494211,-106.9152883, 1457.0, 2022, 6, 24, 15, 20, 50, 1159, 1161, 342, 3, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 24, 29, 30, 26, 0, 0, 35, 0, 25, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 213.61, 7, main, -0.00, 85667.00, 1393.49, 63.69, -6.47, 31.9, 1.53, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 24.66, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494211,-106.9152883, 1457.0, 2022, 6, 24, 15, 20, 50, 1159, 1161, 342, 3, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 24, 29, 30, 26, 0, 0, 35, 0, 25, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 213.71, 7, main, -1.96, 85677.00, 1392.54, 62.74, -6.47, 32.0, 1.53, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 24.66, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494211,-106.9152883, 1457.0, 2022, 6, 24, 15, 20, 50, 1159, 1161, 342, 3, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 24, 29, 30, 26, 0, 0, 35, 0, 25, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 213.78, 7, main, -1.96, 85677.00, 1392.54, 62.74, -6.47, 32.0, 1.52, 3.87, 3.99, 0.08, 0.00, 0.00, 62.20, 24.66, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494211,-106.9152883, 1457.0, 2022, 6, 24, 15, 20, 50, 1159, 1161, 342, 3, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 24, 29, 30, 26, 0, 0, 35, 0, 25, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 213.81, 7, main, -0.98, 85688.00, 1391.49, 61.69, -6.47, 31.9, 1.52, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 24.54, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494211,-106.9152883, 1457.0, 2022, 6, 24, 15, 20, 50, 1159, 1161, 342, 3, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 24, 29, 30, 26, 0, 0, 35, 0, 25, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 213.91, 7, main, -1.96, 85687.00, 1391.59, 61.78, -6.46, 31.9, 1.52, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 24.54, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494211,-106.9152883, 1457.0, 2022, 6, 24, 15, 20, 50, 1159, 1161, 342, 3, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 24, 29, 30, 26, 0, 0, 35, 0, 25, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 214.01, 7, main, 1.96, 85685.00, 1391.78, 61.97, -6.48, 31.9, 1.52, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 24.54, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494211,-106.9152883, 1457.0, 2022, 6, 24, 15, 20, 50, 1159, 1161, 342, 3, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 24, 29, 30, 26, 0, 0, 35, 0, 25, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 214.10, 7, main, 1.96, 85685.00, 1391.78, 61.97, -6.48, 31.9, 1.54, 3.86, 3.99, 0.08, 0.00, 0.00, 62.32, 24.54, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9494211,-106.9152883, 1457.0, 2022, 6, 24, 15, 20, 50, 1159, 1161, 342, 3, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 24, 29, 30, 26, 0, 0, 35, 0, 25, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 214.11, 7, main, -1.96, 85696.00, 1390.73, 60.93, -6.49, 31.9, 1.54, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9494211,-106.9152883, 1457.0, 2022, 6, 24, 15, 20, 50, 1159, 1161, 342, 3, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 24, 29, 30, 26, 0, 0, 35, 0, 25, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 214.21, 7, main, -1.47, 85699.00, 1390.44, 60.64, -6.51, 31.9, 1.54, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9494211,-106.9152883, 1457.0, 2022, 6, 24, 15, 20, 50, 1159, 1161, 342, 3, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 24, 29, 30, 26, 0, 0, 35, 0, 25, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 214.30, 7, main, -1.47, 85699.00, 1390.44, 60.64, -6.51, 31.9, 1.54, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9494211,-106.9152883, 1457.0, 2022, 6, 24, 15, 20, 50, 1159, 1161, 342, 3, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 24, 29, 30, 26, 0, 0, 35, 0, 25, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 214.30, 7, main, -1.47, 85699.00, 1390.44, 60.64, -6.51, 31.9, 1.54, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9494211,-106.9152883, 1457.0, 2022, 6, 24, 15, 20, 50, 1159, 1161, 342, 3, 1.6, 0.8, 1.4, 0, 24, 29, 0, 0, 39, 0, 0, 0, 0, 24, 29, 30, 26, 0, 0, 35, 0, 25, 33, 0, 0, 0, 26, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 214.31, 7, main, -0.98, 85722.00, 1388.25, 58.45, -6.54, 31.9, 1.54, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493701,-106.9153058, 1449.0, 2022, 6, 24, 15, 20, 51, 1154, 1156, 342, 3, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 38, 0, 0, 0, 0, 25, 33, 29, 35, 0, 0, 34, 0, 23, 23, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 214.41, 7, main, -1.96, 85711.00, 1389.30, 59.50, -6.57, 31.9, 1.54, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493701,-106.9153058, 1449.0, 2022, 6, 24, 15, 20, 51, 1154, 1156, 342, 3, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 38, 0, 0, 0, 0, 25, 33, 29, 35, 0, 0, 34, 0, 23, 23, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 214.42, 7, main, -1.96, 85711.00, 1389.30, 59.50, -6.57, 31.9, 1.54, 3.85, 3.98, 0.09, 0.00, 0.00, 62.20, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493701,-106.9153058, 1449.0, 2022, 6, 24, 15, 20, 51, 1154, 1156, 342, 3, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 38, 0, 0, 0, 0, 25, 33, 29, 35, 0, 0, 34, 0, 23, 23, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 214.51, 7, main, -5.39, 85714.00, 1389.01, 59.21, -6.61, 31.9, 1.54, 3.85, 3.98, 0.09, 0.00, 0.00, 62.07, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493701,-106.9153058, 1449.0, 2022, 6, 24, 15, 20, 51, 1154, 1156, 342, 3, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 38, 0, 0, 0, 0, 25, 33, 29, 35, 0, 0, 34, 0, 23, 23, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 214.61, 7, main, -0.49, 85731.00, 1387.39, 57.59, -6.65, 31.9, 1.54, 3.85, 3.98, 0.09, 0.00, 0.00, 62.07, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493701,-106.9153058, 1449.0, 2022, 6, 24, 15, 20, 51, 1154, 1156, 342, 3, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 38, 0, 0, 0, 0, 25, 33, 29, 35, 0, 0, 34, 0, 23, 23, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 214.71, 7, main, -1.96, 85746.00, 1385.96, 56.16, -6.70, 31.9, 1.54, 3.85, 3.98, 0.09, 0.00, 0.00, 62.07, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493701,-106.9153058, 1449.0, 2022, 6, 24, 15, 20, 51, 1154, 1156, 342, 3, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 38, 0, 0, 0, 0, 25, 33, 29, 35, 0, 0, 34, 0, 23, 23, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 214.74, 7, main, -1.96, 85746.00, 1385.96, 56.16, -6.70, 31.9, 1.54, 3.86, 3.99, 0.09, 0.00, 0.00, 62.07, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493701,-106.9153058, 1449.0, 2022, 6, 24, 15, 20, 51, 1154, 1156, 342, 3, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 38, 0, 0, 0, 0, 25, 33, 29, 35, 0, 0, 34, 0, 23, 23, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 214.81, 7, main, -2.45, 85747.00, 1385.87, 56.07, -6.75, 31.9, 1.54, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493701,-106.9153058, 1449.0, 2022, 6, 24, 15, 20, 51, 1154, 1156, 342, 3, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 38, 0, 0, 0, 0, 25, 33, 29, 35, 0, 0, 34, 0, 23, 23, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 214.91, 7, main, -1.47, 85761.00, 1384.53, 54.73, -6.80, 31.9, 1.54, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493701,-106.9153058, 1449.0, 2022, 6, 24, 15, 20, 51, 1154, 1156, 342, 3, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 38, 0, 0, 0, 0, 25, 33, 29, 35, 0, 0, 34, 0, 23, 23, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 215.01, 7, main, -0.98, 85773.00, 1383.39, 53.59, -6.86, 31.9, 1.54, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493701,-106.9153058, 1449.0, 2022, 6, 24, 15, 20, 51, 1154, 1156, 342, 3, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 38, 0, 0, 0, 0, 25, 33, 29, 35, 0, 0, 34, 0, 23, 23, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 215.06, 7, main, -0.98, 85773.00, 1383.39, 53.59, -6.86, 31.9, 1.54, 3.85, 3.97, 0.09, 0.00, 0.00, 62.20, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493701,-106.9153058, 1449.0, 2022, 6, 24, 15, 20, 51, 1154, 1156, 342, 3, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 38, 0, 0, 0, 0, 25, 33, 29, 35, 0, 0, 34, 0, 23, 23, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 215.11, 7, main, -0.00, 85774.00, 1383.29, 53.49, -6.91, 31.9, 1.54, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493701,-106.9153058, 1449.0, 2022, 6, 24, 15, 20, 51, 1154, 1156, 342, 3, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 38, 0, 0, 0, 0, 25, 33, 29, 35, 0, 0, 34, 0, 23, 23, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 215.21, 7, main, -2.45, 85765.00, 1384.15, 54.35, -6.95, 31.9, 1.54, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493701,-106.9153058, 1449.0, 2022, 6, 24, 15, 20, 51, 1154, 1156, 342, 3, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 38, 0, 0, 0, 0, 25, 33, 29, 35, 0, 0, 34, 0, 23, 23, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 215.30, 7, main, -2.45, 85765.00, 1384.15, 54.35, -6.95, 31.9, 1.54, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493701,-106.9153058, 1449.0, 2022, 6, 24, 15, 20, 51, 1154, 1156, 342, 3, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 38, 0, 0, 0, 0, 25, 33, 29, 35, 0, 0, 34, 0, 23, 23, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 215.30, 7, main, -2.45, 85765.00, 1384.15, 54.35, -6.95, 31.9, 1.54, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493701,-106.9153058, 1449.0, 2022, 6, 24, 15, 20, 51, 1154, 1156, 342, 3, 1.6, 0.8, 1.4, 0, 24, 32, 0, 0, 38, 0, 0, 0, 0, 25, 33, 29, 35, 0, 0, 34, 0, 23, 23, 0, 0, 0, 25, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 215.31, 7, main, -3.92, 85768.00, 1383.87, 54.06, -7.00, 31.9, 1.54, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9493265,-106.9153354, 1442.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 2, 1.7, 0.9, 1.4, 0, 33, 28, 0, 0, 37, 0, 0, 0, 0, 37, 28, 33, 35, 0, 0, 36, 0, 23, 34, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 215.38, 7, main, -3.92, 85768.00, 1383.87, 54.06, -7.00, 31.9, 1.57, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 24.72, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9493265,-106.9153354, 1442.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 2, 1.7, 0.9, 1.4, 0, 33, 28, 0, 0, 37, 0, 0, 0, 0, 37, 28, 33, 35, 0, 0, 36, 0, 23, 34, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 215.41, 7, main, 1.47, 85791.00, 1381.67, 51.87, -7.04, 32.0, 1.57, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 25.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9493265,-106.9153354, 1442.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 2, 1.7, 0.9, 1.4, 0, 33, 28, 0, 0, 37, 0, 0, 0, 0, 37, 28, 33, 35, 0, 0, 36, 0, 23, 34, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 215.51, 7, main, -0.00, 85787.00, 1382.06, 52.25, -7.08, 31.9, 1.57, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 25.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9493265,-106.9153354, 1442.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 2, 1.7, 0.9, 1.4, 0, 33, 28, 0, 0, 37, 0, 0, 0, 0, 37, 28, 33, 35, 0, 0, 36, 0, 23, 34, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 215.61, 7, main, -0.98, 85795.00, 1381.29, 51.49, -7.10, 31.9, 1.57, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 25.33, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9493265,-106.9153354, 1442.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 2, 1.7, 0.9, 1.4, 0, 33, 28, 0, 0, 37, 0, 0, 0, 0, 37, 28, 33, 35, 0, 0, 36, 0, 23, 34, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 215.70, 7, main, -0.98, 85795.00, 1381.29, 51.49, -7.10, 31.9, 1.59, 3.87, 3.98, 0.00, 0.00, 0.00, 61.95, 25.33, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9493265,-106.9153354, 1442.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 2, 1.7, 0.9, 1.4, 0, 33, 28, 0, 0, 37, 0, 0, 0, 0, 37, 28, 33, 35, 0, 0, 36, 0, 23, 34, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 215.71, 7, main, -5.88, 85810.00, 1379.86, 50.06, -7.13, 31.9, 1.59, 3.87, 3.98, 0.09, 0.00, 0.00, 62.32, 25.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9493265,-106.9153354, 1442.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 2, 1.7, 0.9, 1.4, 0, 33, 28, 0, 0, 37, 0, 0, 0, 0, 37, 28, 33, 35, 0, 0, 36, 0, 23, 34, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 215.81, 7, main, -3.43, 85821.00, 1378.82, 49.02, -7.14, 31.9, 1.59, 3.87, 3.98, 0.09, 0.00, 0.00, 62.32, 25.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9493265,-106.9153354, 1442.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 2, 1.7, 0.9, 1.4, 0, 33, 28, 0, 0, 37, 0, 0, 0, 0, 37, 28, 33, 35, 0, 0, 36, 0, 23, 34, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 215.91, 7, main, -0.00, 85819.00, 1379.01, 49.21, -7.15, 31.9, 1.59, 3.87, 3.98, 0.09, 0.00, 0.00, 62.32, 25.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9493265,-106.9153354, 1442.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 2, 1.7, 0.9, 1.4, 0, 33, 28, 0, 0, 37, 0, 0, 0, 0, 37, 28, 33, 35, 0, 0, 36, 0, 23, 34, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 216.01, 7, main, -0.49, 85854.00, 1375.68, 45.87, -7.15, 31.9, 1.59, 3.87, 3.98, 0.09, 0.00, 0.00, 62.32, 25.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9493265,-106.9153354, 1442.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 2, 1.7, 0.9, 1.4, 0, 33, 28, 0, 0, 37, 0, 0, 0, 0, 37, 28, 33, 35, 0, 0, 36, 0, 23, 34, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 216.02, 7, main, -0.49, 85854.00, 1375.68, 45.87, -7.15, 31.9, 1.59, 3.86, 3.98, 0.09, 0.00, 0.00, 62.32, 25.64, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9493265,-106.9153354, 1442.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 2, 1.7, 0.9, 1.4, 0, 33, 28, 0, 0, 37, 0, 0, 0, 0, 37, 28, 33, 35, 0, 0, 36, 0, 23, 34, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 216.11, 7, main, -0.00, 85860.00, 1375.10, 45.30, -7.16, 31.9, 1.59, 3.86, 3.98, 0.09, 0.00, 0.00, 62.14, 25.57, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9493265,-106.9153354, 1442.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 2, 1.7, 0.9, 1.4, 0, 33, 28, 0, 0, 37, 0, 0, 0, 0, 37, 28, 33, 35, 0, 0, 36, 0, 23, 34, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 216.21, 7, main, -2.45, 85848.00, 1376.25, 46.45, -7.15, 31.9, 1.59, 3.86, 3.98, 0.09, 0.00, 0.00, 62.14, 25.57, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9493265,-106.9153354, 1442.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 2, 1.7, 0.9, 1.4, 0, 33, 28, 0, 0, 37, 0, 0, 0, 0, 37, 28, 33, 35, 0, 0, 36, 0, 23, 34, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 216.30, 7, main, -2.45, 85848.00, 1376.25, 46.45, -7.15, 31.9, 1.59, 3.86, 3.98, 0.09, 0.00, 0.00, 62.14, 25.57, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9493265,-106.9153354, 1442.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 2, 1.7, 0.9, 1.4, 0, 33, 28, 0, 0, 37, 0, 0, 0, 0, 37, 28, 33, 35, 0, 0, 36, 0, 23, 34, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 216.30, 7, main, -2.45, 85848.00, 1376.25, 46.45, -7.15, 31.9, 1.59, 3.86, 3.98, 0.09, 0.00, 0.00, 62.14, 25.57, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9493265,-106.9153354, 1442.0, 2022, 6, 24, 15, 20, 52, 1151, 1152, 342, 2, 1.7, 0.9, 1.4, 0, 33, 28, 0, 0, 37, 0, 0, 0, 0, 37, 28, 33, 35, 0, 0, 36, 0, 23, 34, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 216.31, 7, main, -0.49, 85862.00, 1374.91, 45.11, -7.14, 31.9, 1.59, 3.86, 3.98, 0.09, 0.00, 0.00, 62.14, 25.57, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 8, 32.9493059,-106.9153868, 1435.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 341, 2, 2.3, 1.5, 1.7, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 27, 26, 25, 0, 0, 30, 0, 36, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 216.34, 7, main, -0.49, 85862.00, 1374.91, 45.11, -7.14, 31.9, 1.60, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 25.57, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 8, 32.9493059,-106.9153868, 1435.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 341, 2, 2.3, 1.5, 1.7, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 27, 26, 25, 0, 0, 30, 0, 36, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 216.41, 7, main, 1.47, 85864.00, 1374.72, 44.92, -7.12, 31.9, 1.60, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 8, 32.9493059,-106.9153868, 1435.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 341, 2, 2.3, 1.5, 1.7, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 27, 26, 25, 0, 0, 30, 0, 36, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 216.51, 7, main, 0.98, 85874.00, 1373.77, 43.97, -7.09, 31.9, 1.60, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 8, 32.9493059,-106.9153868, 1435.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 341, 2, 2.3, 1.5, 1.7, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 27, 26, 25, 0, 0, 30, 0, 36, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 216.61, 7, main, -0.49, 85887.00, 1372.53, 42.73, -7.07, 31.9, 1.60, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 8, 32.9493059,-106.9153868, 1435.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 341, 2, 2.3, 1.5, 1.7, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 27, 26, 25, 0, 0, 30, 0, 36, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 216.66, 7, main, -0.49, 85887.00, 1372.53, 42.73, -7.07, 31.9, 1.60, 3.87, 3.99, 0.08, 0.00, 0.00, 62.20, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 8, 32.9493059,-106.9153868, 1435.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 341, 2, 2.3, 1.5, 1.7, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 27, 26, 25, 0, 0, 30, 0, 36, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 216.71, 7, main, -0.49, 85885.00, 1372.72, 42.92, -7.05, 31.9, 1.60, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 8, 32.9493059,-106.9153868, 1435.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 341, 2, 2.3, 1.5, 1.7, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 27, 26, 25, 0, 0, 30, 0, 36, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 216.81, 7, main, -1.47, 85899.00, 1371.39, 41.59, -7.02, 31.9, 1.60, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 8, 32.9493059,-106.9153868, 1435.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 341, 2, 2.3, 1.5, 1.7, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 27, 26, 25, 0, 0, 30, 0, 36, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 216.91, 7, main, 0.49, 85899.00, 1371.39, 41.59, -6.98, 32.0, 1.60, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 8, 32.9493059,-106.9153868, 1435.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 341, 2, 2.3, 1.5, 1.7, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 27, 26, 25, 0, 0, 30, 0, 36, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 216.98, 7, main, 0.49, 85899.00, 1371.39, 41.59, -6.98, 32.0, 1.60, 3.87, 3.99, 0.08, 0.00, 0.00, 62.32, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 8, 32.9493059,-106.9153868, 1435.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 341, 2, 2.3, 1.5, 1.7, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 27, 26, 25, 0, 0, 30, 0, 36, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 217.01, 7, main, -2.94, 85908.00, 1370.54, 40.74, -6.95, 31.9, 1.60, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 8, 32.9493059,-106.9153868, 1435.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 341, 2, 2.3, 1.5, 1.7, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 27, 26, 25, 0, 0, 30, 0, 36, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 217.11, 7, main, -3.92, 85919.00, 1369.49, 39.69, -6.91, 31.9, 1.60, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 8, 32.9493059,-106.9153868, 1435.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 341, 2, 2.3, 1.5, 1.7, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 27, 26, 25, 0, 0, 30, 0, 36, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 217.21, 7, main, -5.88, 85917.00, 1369.68, 39.88, -6.87, 31.9, 1.60, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 8, 32.9493059,-106.9153868, 1435.0, 2022, 6, 24, 15, 20, 53, 1150, 1151, 341, 2, 2.3, 1.5, 1.7, 0, 34, 33, 0, 0, 38, 0, 0, 0, 0, 34, 27, 26, 25, 0, 0, 30, 0, 36, 22, 0, 0, 0, 23, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 217.30, 7, main, -5.88, 85917.00, 1369.68, 39.88, -6.87, 31.9, 1.60, 3.86, 3.99, 0.09, 0.00, 0.00, 62.32, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493052,-106.9154366, 1429.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.6, 0.8, 1.4, 0, 37, 32, 0, 0, 26, 0, 0, 0, 0, 37, 38, 28, 30, 0, 0, 29, 0, 33, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 23, 0, 0 +6, 6583, 3,VE3LIC, 217.30, 7, main, -5.88, 85917.00, 1369.68, 39.88, -6.87, 31.9, 1.60, 3.86, 3.99, 0.09, 0.00, 0.00, 62.32, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493052,-106.9154366, 1429.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.6, 0.8, 1.4, 0, 37, 32, 0, 0, 26, 0, 0, 0, 0, 37, 38, 28, 30, 0, 0, 29, 0, 33, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 23, 0, 0 +6, 6583, 3,VE3LIC, 217.30, 7, main, -5.88, 85917.00, 1369.68, 39.88, -6.87, 31.9, 1.60, 3.86, 3.99, 0.09, 0.00, 0.00, 62.32, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493052,-106.9154366, 1429.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.6, 0.8, 1.4, 0, 37, 32, 0, 0, 26, 0, 0, 0, 0, 37, 38, 28, 30, 0, 0, 29, 0, 33, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 23, 0, 0 +6, 6583, 3,VE3LIC, 217.31, 7, main, -2.45, 85922.00, 1369.20, 39.40, -6.82, 31.9, 1.60, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493052,-106.9154366, 1429.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.6, 0.8, 1.4, 0, 37, 32, 0, 0, 26, 0, 0, 0, 0, 37, 38, 28, 30, 0, 0, 29, 0, 33, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 23, 0, 0 +6, 6583, 3,VE3LIC, 217.41, 7, main, -2.45, 85943.00, 1367.21, 37.41, -6.79, 31.9, 1.60, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493052,-106.9154366, 1429.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.6, 0.8, 1.4, 0, 37, 32, 0, 0, 26, 0, 0, 0, 0, 37, 38, 28, 30, 0, 0, 29, 0, 33, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 23, 0, 0 +6, 6583, 3,VE3LIC, 217.51, 7, main, -1.47, 85948.00, 1366.73, 36.93, -6.75, 31.9, 1.60, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493052,-106.9154366, 1429.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.6, 0.8, 1.4, 0, 37, 32, 0, 0, 26, 0, 0, 0, 0, 37, 38, 28, 30, 0, 0, 29, 0, 33, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 23, 0, 0 +6, 6583, 3,VE3LIC, 217.61, 7, main, -0.49, 85947.00, 1366.83, 37.03, -6.72, 31.9, 1.60, 3.86, 3.99, 0.09, 0.00, 0.00, 62.20, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493052,-106.9154366, 1429.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.6, 0.8, 1.4, 0, 37, 32, 0, 0, 26, 0, 0, 0, 0, 37, 38, 28, 30, 0, 0, 29, 0, 33, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 23, 0, 0 +6, 6583, 3,VE3LIC, 217.62, 7, main, -0.49, 85947.00, 1366.83, 37.03, -6.72, 31.9, 1.60, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493052,-106.9154366, 1429.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.6, 0.8, 1.4, 0, 37, 32, 0, 0, 26, 0, 0, 0, 0, 37, 38, 28, 30, 0, 0, 29, 0, 33, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 23, 0, 0 +6, 6583, 3,VE3LIC, 217.71, 7, main, -0.49, 85970.00, 1364.64, 34.84, -6.68, 31.9, 1.60, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493052,-106.9154366, 1429.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.6, 0.8, 1.4, 0, 37, 32, 0, 0, 26, 0, 0, 0, 0, 37, 38, 28, 30, 0, 0, 29, 0, 33, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 23, 0, 0 +6, 6583, 3,VE3LIC, 217.81, 7, main, -0.49, 85971.00, 1364.54, 34.74, -6.65, 31.9, 1.60, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493052,-106.9154366, 1429.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.6, 0.8, 1.4, 0, 37, 32, 0, 0, 26, 0, 0, 0, 0, 37, 38, 28, 30, 0, 0, 29, 0, 33, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 23, 0, 0 +6, 6583, 3,VE3LIC, 217.91, 7, main, -1.47, 85988.00, 1362.93, 33.13, -6.62, 31.9, 1.60, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493052,-106.9154366, 1429.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.6, 0.8, 1.4, 0, 37, 32, 0, 0, 26, 0, 0, 0, 0, 37, 38, 28, 30, 0, 0, 29, 0, 33, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 23, 0, 0 +6, 6583, 3,VE3LIC, 217.94, 7, main, -1.47, 85988.00, 1362.93, 33.13, -6.62, 31.9, 1.61, 3.85, 3.98, 0.08, 0.00, 0.00, 62.20, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493052,-106.9154366, 1429.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.6, 0.8, 1.4, 0, 37, 32, 0, 0, 26, 0, 0, 0, 0, 37, 38, 28, 30, 0, 0, 29, 0, 33, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 23, 0, 0 +6, 6583, 3,VE3LIC, 218.01, 7, main, -0.00, 85983.00, 1363.40, 33.60, -6.60, 31.9, 1.61, 3.85, 3.98, 0.00, 0.00, 0.00, 62.07, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493052,-106.9154366, 1429.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.6, 0.8, 1.4, 0, 37, 32, 0, 0, 26, 0, 0, 0, 0, 37, 38, 28, 30, 0, 0, 29, 0, 33, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 23, 0, 0 +6, 6583, 3,VE3LIC, 218.11, 7, main, -2.94, 86008.00, 1361.03, 31.23, -6.58, 31.9, 1.61, 3.85, 3.98, 0.00, 0.00, 0.00, 62.07, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493052,-106.9154366, 1429.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.6, 0.8, 1.4, 0, 37, 32, 0, 0, 26, 0, 0, 0, 0, 37, 38, 28, 30, 0, 0, 29, 0, 33, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 23, 0, 0 +6, 6583, 3,VE3LIC, 218.21, 7, main, -1.47, 85990.00, 1362.74, 32.94, -6.53, 31.9, 1.61, 3.85, 3.98, 0.00, 0.00, 0.00, 62.07, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493052,-106.9154366, 1429.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.6, 0.8, 1.4, 0, 37, 32, 0, 0, 26, 0, 0, 0, 0, 37, 38, 28, 30, 0, 0, 29, 0, 33, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 23, 0, 0 +6, 6583, 3,VE3LIC, 218.26, 7, main, -1.47, 85990.00, 1362.74, 32.94, -6.53, 31.9, 1.60, 3.86, 3.98, 0.00, 0.00, 0.00, 62.07, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493052,-106.9154366, 1429.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.6, 0.8, 1.4, 0, 37, 32, 0, 0, 26, 0, 0, 0, 0, 37, 38, 28, 30, 0, 0, 29, 0, 33, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 23, 0, 0 +6, 6583, 3,VE3LIC, 218.30, 7, main, -1.47, 85990.00, 1362.74, 32.94, -6.53, 31.9, 1.60, 3.86, 3.98, 0.00, 0.00, 0.00, 62.07, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493052,-106.9154366, 1429.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.6, 0.8, 1.4, 0, 37, 32, 0, 0, 26, 0, 0, 0, 0, 37, 38, 28, 30, 0, 0, 29, 0, 33, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 23, 0, 0 +6, 6583, 3,VE3LIC, 218.30, 7, main, -1.47, 85990.00, 1362.74, 32.94, -6.53, 31.9, 1.60, 3.86, 3.98, 0.00, 0.00, 0.00, 62.07, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493052,-106.9154366, 1429.0, 2022, 6, 24, 15, 20, 54, 1151, 1152, 341, 2, 1.6, 0.8, 1.4, 0, 37, 32, 0, 0, 26, 0, 0, 0, 0, 37, 38, 28, 30, 0, 0, 29, 0, 33, 28, 0, 0, 0, 35, 0, 0, 0, 0, 0, 23, 0, 0 +6, 6583, 3,VE3LIC, 218.31, 7, main, -0.98, 85995.00, 1362.26, 32.46, -6.50, 31.9, 1.60, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493180,-106.9154824, 1422.0, 2022, 6, 24, 15, 20, 55, 1154, 1155, 341, 1, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 35, 32, 29, 0, 0, 26, 0, 37, 18, 0, 0, 0, 37, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 218.41, 7, main, -0.49, 86014.00, 1360.46, 30.65, -6.47, 31.9, 1.60, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493180,-106.9154824, 1422.0, 2022, 6, 24, 15, 20, 55, 1154, 1155, 341, 1, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 35, 32, 29, 0, 0, 26, 0, 37, 18, 0, 0, 0, 37, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 218.51, 7, main, -2.94, 86006.00, 1361.22, 31.42, -6.43, 31.9, 1.60, 3.86, 3.98, 0.08, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493180,-106.9154824, 1422.0, 2022, 6, 24, 15, 20, 55, 1154, 1155, 341, 1, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 35, 32, 29, 0, 0, 26, 0, 37, 18, 0, 0, 0, 37, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 218.58, 7, main, -2.94, 86006.00, 1361.22, 31.42, -6.43, 31.9, 1.61, 3.85, 3.98, 0.08, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 10, 32.9493180,-106.9154824, 1422.0, 2022, 6, 24, 15, 20, 55, 1154, 1155, 341, 1, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 35, 32, 29, 0, 0, 26, 0, 37, 18, 0, 0, 0, 37, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 218.61, 7, main, -1.47, 86024.00, 1359.51, 29.70, -6.40, 31.9, 1.61, 3.85, 3.98, 0.01, 0.00, 0.00, 62.07, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 10, 32.9493180,-106.9154824, 1422.0, 2022, 6, 24, 15, 20, 55, 1154, 1155, 341, 1, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 35, 32, 29, 0, 0, 26, 0, 37, 18, 0, 0, 0, 37, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 218.71, 7, main, -4.90, 86027.00, 1359.22, 29.42, -6.36, 31.9, 1.61, 3.85, 3.98, 0.01, 0.00, 0.00, 62.07, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 10, 32.9493180,-106.9154824, 1422.0, 2022, 6, 24, 15, 20, 55, 1154, 1155, 341, 1, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 35, 32, 29, 0, 0, 26, 0, 37, 18, 0, 0, 0, 37, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 218.81, 7, main, -2.94, 86023.00, 1359.60, 29.80, -6.32, 31.9, 1.61, 3.85, 3.98, 0.01, 0.00, 0.00, 62.07, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.01, 0.00, 1, 1, 10, 32.9493180,-106.9154824, 1422.0, 2022, 6, 24, 15, 20, 55, 1154, 1155, 341, 1, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 35, 32, 29, 0, 0, 26, 0, 37, 18, 0, 0, 0, 37, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 218.90, 7, main, -2.94, 86023.00, 1359.60, 29.80, -6.32, 31.9, 1.62, 3.86, 3.98, 0.01, 0.00, 0.00, 62.07, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493180,-106.9154824, 1422.0, 2022, 6, 24, 15, 20, 55, 1154, 1155, 341, 1, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 35, 32, 29, 0, 0, 26, 0, 37, 18, 0, 0, 0, 37, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 218.91, 7, main, -3.43, 86033.00, 1358.65, 28.85, -6.28, 31.9, 1.62, 3.86, 3.98, 0.00, 0.00, 0.00, 62.14, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493180,-106.9154824, 1422.0, 2022, 6, 24, 15, 20, 55, 1154, 1155, 341, 1, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 35, 32, 29, 0, 0, 26, 0, 37, 18, 0, 0, 0, 37, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 219.01, 7, main, -5.39, 86048.00, 1357.22, 27.42, -6.24, 31.9, 1.62, 3.86, 3.98, 0.00, 0.00, 0.00, 62.14, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493180,-106.9154824, 1422.0, 2022, 6, 24, 15, 20, 55, 1154, 1155, 341, 1, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 35, 32, 29, 0, 0, 26, 0, 37, 18, 0, 0, 0, 37, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 219.11, 7, main, -2.94, 86064.00, 1355.70, 25.90, -6.20, 31.9, 1.62, 3.86, 3.98, 0.00, 0.00, 0.00, 62.14, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493180,-106.9154824, 1422.0, 2022, 6, 24, 15, 20, 55, 1154, 1155, 341, 1, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 35, 32, 29, 0, 0, 26, 0, 37, 18, 0, 0, 0, 37, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 219.21, 7, main, -0.98, 86077.00, 1354.47, 24.67, -6.16, 31.9, 1.62, 3.86, 3.98, 0.00, 0.00, 0.00, 62.14, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493180,-106.9154824, 1422.0, 2022, 6, 24, 15, 20, 55, 1154, 1155, 341, 1, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 35, 32, 29, 0, 0, 26, 0, 37, 18, 0, 0, 0, 37, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 219.22, 7, main, -0.98, 86077.00, 1354.47, 24.67, -6.16, 31.9, 1.62, 3.85, 3.99, 0.00, 0.00, 0.00, 62.14, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493180,-106.9154824, 1422.0, 2022, 6, 24, 15, 20, 55, 1154, 1155, 341, 1, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 35, 32, 29, 0, 0, 26, 0, 37, 18, 0, 0, 0, 37, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 219.30, 7, main, -0.98, 86077.00, 1354.47, 24.67, -6.16, 31.9, 1.62, 3.85, 3.99, 0.00, 0.00, 0.00, 62.14, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493180,-106.9154824, 1422.0, 2022, 6, 24, 15, 20, 55, 1154, 1155, 341, 1, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 35, 32, 29, 0, 0, 26, 0, 37, 18, 0, 0, 0, 37, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 219.30, 7, main, -0.98, 86077.00, 1354.47, 24.67, -6.16, 31.9, 1.62, 3.85, 3.99, 0.00, 0.00, 0.00, 62.14, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493180,-106.9154824, 1422.0, 2022, 6, 24, 15, 20, 55, 1154, 1155, 341, 1, 1.6, 0.8, 1.4, 0, 36, 28, 0, 0, 27, 0, 0, 0, 0, 36, 35, 32, 29, 0, 0, 26, 0, 37, 18, 0, 0, 0, 37, 0, 0, 0, 0, 0, 24, 0, 0 +6, 6583, 3,VE3LIC, 219.31, 7, main, -0.00, 86067.00, 1355.42, 25.62, -6.12, 31.9, 1.62, 3.85, 3.99, 0.09, 0.00, 0.00, 62.07, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9493584,-106.9155176, 1415.0, 2022, 6, 24, 15, 20, 56, 1160, 1160, 341, 1, 1.7, 0.8, 1.4, 0, 29, 28, 0, 0, 36, 0, 0, 0, 0, 27, 31, 31, 28, 0, 0, 26, 0, 29, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 219.41, 7, main, -2.94, 86081.00, 1354.09, 24.29, -6.08, 31.9, 1.62, 3.85, 3.99, 0.09, 0.00, 0.00, 62.07, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9493584,-106.9155176, 1415.0, 2022, 6, 24, 15, 20, 56, 1160, 1160, 341, 1, 1.7, 0.8, 1.4, 0, 29, 28, 0, 0, 36, 0, 0, 0, 0, 27, 31, 31, 28, 0, 0, 26, 0, 29, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 219.51, 7, main, -0.00, 86085.00, 1353.71, 23.91, -6.05, 31.9, 1.62, 3.85, 3.99, 0.09, 0.00, 0.00, 62.07, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9493584,-106.9155176, 1415.0, 2022, 6, 24, 15, 20, 56, 1160, 1160, 341, 1, 1.7, 0.8, 1.4, 0, 29, 28, 0, 0, 36, 0, 0, 0, 0, 27, 31, 31, 28, 0, 0, 26, 0, 29, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 219.54, 7, main, -0.00, 86085.00, 1353.71, 23.91, -6.05, 31.9, 1.61, 3.86, 3.98, 0.09, 0.00, 0.00, 62.07, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9493584,-106.9155176, 1415.0, 2022, 6, 24, 15, 20, 56, 1160, 1160, 341, 1, 1.7, 0.8, 1.4, 0, 29, 28, 0, 0, 36, 0, 0, 0, 0, 27, 31, 31, 28, 0, 0, 26, 0, 29, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 219.61, 7, main, -2.45, 86100.00, 1352.28, 22.48, -6.03, 31.9, 1.61, 3.86, 3.98, 0.09, 0.00, 0.00, 62.14, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9493584,-106.9155176, 1415.0, 2022, 6, 24, 15, 20, 56, 1160, 1160, 341, 1, 1.7, 0.8, 1.4, 0, 29, 28, 0, 0, 36, 0, 0, 0, 0, 27, 31, 31, 28, 0, 0, 26, 0, 29, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 219.71, 7, main, -1.96, 86089.00, 1353.33, 23.53, -6.01, 31.9, 1.61, 3.86, 3.98, 0.09, 0.00, 0.00, 62.14, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9493584,-106.9155176, 1415.0, 2022, 6, 24, 15, 20, 56, 1160, 1160, 341, 1, 1.7, 0.8, 1.4, 0, 29, 28, 0, 0, 36, 0, 0, 0, 0, 27, 31, 31, 28, 0, 0, 26, 0, 29, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 219.81, 7, main, -2.94, 86100.00, 1352.28, 22.48, -5.99, 31.9, 1.61, 3.86, 3.98, 0.09, 0.00, 0.00, 62.14, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9493584,-106.9155176, 1415.0, 2022, 6, 24, 15, 20, 56, 1160, 1160, 341, 1, 1.7, 0.8, 1.4, 0, 29, 28, 0, 0, 36, 0, 0, 0, 0, 27, 31, 31, 28, 0, 0, 26, 0, 29, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 219.86, 7, main, -2.94, 86100.00, 1352.28, 22.48, -5.99, 31.9, 1.61, 3.84, 3.97, 0.09, 0.00, 0.00, 62.14, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9493584,-106.9155176, 1415.0, 2022, 6, 24, 15, 20, 56, 1160, 1160, 341, 1, 1.7, 0.8, 1.4, 0, 29, 28, 0, 0, 36, 0, 0, 0, 0, 27, 31, 31, 28, 0, 0, 26, 0, 29, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 219.91, 7, main, -2.94, 86117.00, 1350.67, 20.87, -5.99, 31.9, 1.61, 3.84, 3.97, 0.00, 0.00, 0.00, 61.89, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9493584,-106.9155176, 1415.0, 2022, 6, 24, 15, 20, 56, 1160, 1160, 341, 1, 1.7, 0.8, 1.4, 0, 29, 28, 0, 0, 36, 0, 0, 0, 0, 27, 31, 31, 28, 0, 0, 26, 0, 29, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 220.01, 7, main, -3.43, 86112.00, 1351.14, 21.34, -5.98, 31.9, 1.61, 3.84, 3.97, 0.00, 0.00, 0.00, 61.89, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9493584,-106.9155176, 1415.0, 2022, 6, 24, 15, 20, 56, 1160, 1160, 341, 1, 1.7, 0.8, 1.4, 0, 29, 28, 0, 0, 36, 0, 0, 0, 0, 27, 31, 31, 28, 0, 0, 26, 0, 29, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 220.11, 7, main, -6.37, 86119.00, 1350.48, 20.68, -5.99, 31.9, 1.61, 3.84, 3.97, 0.00, 0.00, 0.00, 61.89, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9493584,-106.9155176, 1415.0, 2022, 6, 24, 15, 20, 56, 1160, 1160, 341, 1, 1.7, 0.8, 1.4, 0, 29, 28, 0, 0, 36, 0, 0, 0, 0, 27, 31, 31, 28, 0, 0, 26, 0, 29, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 220.18, 7, main, -6.37, 86119.00, 1350.48, 20.68, -5.99, 31.9, 1.62, 3.84, 3.97, 0.00, 0.00, 0.00, 61.89, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9493584,-106.9155176, 1415.0, 2022, 6, 24, 15, 20, 56, 1160, 1160, 341, 1, 1.7, 0.8, 1.4, 0, 29, 28, 0, 0, 36, 0, 0, 0, 0, 27, 31, 31, 28, 0, 0, 26, 0, 29, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 220.21, 7, main, -1.47, 86115.00, 1350.86, 21.06, -6.00, 31.9, 1.62, 3.84, 3.97, 0.00, 0.00, 0.00, 61.83, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9493584,-106.9155176, 1415.0, 2022, 6, 24, 15, 20, 56, 1160, 1160, 341, 1, 1.7, 0.8, 1.4, 0, 29, 28, 0, 0, 36, 0, 0, 0, 0, 27, 31, 31, 28, 0, 0, 26, 0, 29, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 220.30, 7, main, -1.47, 86115.00, 1350.86, 21.06, -6.00, 31.9, 1.62, 3.84, 3.97, 0.00, 0.00, 0.00, 61.83, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9493584,-106.9155176, 1415.0, 2022, 6, 24, 15, 20, 56, 1160, 1160, 341, 1, 1.7, 0.8, 1.4, 0, 29, 28, 0, 0, 36, 0, 0, 0, 0, 27, 31, 31, 28, 0, 0, 26, 0, 29, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 220.30, 7, main, -1.47, 86115.00, 1350.86, 21.06, -6.00, 31.9, 1.62, 3.84, 3.97, 0.00, 0.00, 0.00, 61.83, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9493584,-106.9155176, 1415.0, 2022, 6, 24, 15, 20, 56, 1160, 1160, 341, 1, 1.7, 0.8, 1.4, 0, 29, 28, 0, 0, 36, 0, 0, 0, 0, 27, 31, 31, 28, 0, 0, 26, 0, 29, 29, 0, 0, 0, 33, 0, 0, 0, 0, 0, 31, 0, 0 +6, 6583, 3,VE3LIC, 220.31, 7, main, -1.96, 86136.00, 1348.87, 19.07, -6.02, 31.9, 1.62, 3.84, 3.97, 0.00, 0.00, 0.00, 61.83, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493975,-106.9155325, 1409.0, 2022, 6, 24, 15, 20, 57, 1164, 1164, 341, 1, 1.6, 0.8, 1.4, 0, 30, 33, 0, 0, 36, 0, 0, 0, 0, 24, 36, 31, 27, 0, 0, 37, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 220.41, 7, main, -1.47, 86139.00, 1348.58, 18.78, -6.06, 31.9, 1.62, 3.84, 3.97, 0.00, 0.00, 0.00, 61.83, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9493975,-106.9155325, 1409.0, 2022, 6, 24, 15, 20, 57, 1164, 1164, 341, 1, 1.6, 0.8, 1.4, 0, 30, 33, 0, 0, 36, 0, 0, 0, 0, 24, 36, 31, 27, 0, 0, 37, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 220.50, 7, main, -1.47, 86139.00, 1348.58, 18.78, -6.06, 31.9, 1.63, 3.86, 3.99, 0.00, 0.00, 0.00, 61.83, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.01, 1, 1, 10, 32.9493975,-106.9155325, 1409.0, 2022, 6, 24, 15, 20, 57, 1164, 1164, 341, 1, 1.6, 0.8, 1.4, 0, 30, 33, 0, 0, 36, 0, 0, 0, 0, 24, 36, 31, 27, 0, 0, 37, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 220.51, 7, main, -4.90, 86143.00, 1348.20, 18.40, -6.10, 31.9, 1.63, 3.86, 3.99, 0.08, 0.00, 0.01, 62.14, 26.25, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.01, 1, 1, 10, 32.9493975,-106.9155325, 1409.0, 2022, 6, 24, 15, 20, 57, 1164, 1164, 341, 1, 1.6, 0.8, 1.4, 0, 30, 33, 0, 0, 36, 0, 0, 0, 0, 24, 36, 31, 27, 0, 0, 37, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 220.61, 7, main, -8.34, 86148.00, 1347.73, 17.93, -6.16, 31.9, 1.63, 3.86, 3.99, 0.08, 0.00, 0.01, 62.14, 26.25, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.01, 1, 1, 10, 32.9493975,-106.9155325, 1409.0, 2022, 6, 24, 15, 20, 57, 1164, 1164, 341, 1, 1.6, 0.8, 1.4, 0, 30, 33, 0, 0, 36, 0, 0, 0, 0, 24, 36, 31, 27, 0, 0, 37, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 220.71, 7, main, -3.92, 86151.00, 1347.44, 17.64, -6.22, 31.9, 1.63, 3.86, 3.99, 0.08, 0.00, 0.01, 62.14, 26.25, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.01, 1, 1, 10, 32.9493975,-106.9155325, 1409.0, 2022, 6, 24, 15, 20, 57, 1164, 1164, 341, 1, 1.6, 0.8, 1.4, 0, 30, 33, 0, 0, 36, 0, 0, 0, 0, 24, 36, 31, 27, 0, 0, 37, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 220.81, 7, main, -5.88, 86156.00, 1346.97, 17.17, -6.29, 31.9, 1.63, 3.86, 3.99, 0.08, 0.00, 0.01, 62.14, 26.25, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.01, 1, 1, 10, 32.9493975,-106.9155325, 1409.0, 2022, 6, 24, 15, 20, 57, 1164, 1164, 341, 1, 1.6, 0.8, 1.4, 0, 30, 33, 0, 0, 36, 0, 0, 0, 0, 24, 36, 31, 27, 0, 0, 37, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 220.82, 7, main, -5.88, 86156.00, 1346.97, 17.17, -6.29, 31.9, 1.64, 3.86, 3.99, 0.08, 0.00, 0.01, 62.14, 26.25, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493975,-106.9155325, 1409.0, 2022, 6, 24, 15, 20, 57, 1164, 1164, 341, 1, 1.6, 0.8, 1.4, 0, 30, 33, 0, 0, 36, 0, 0, 0, 0, 24, 36, 31, 27, 0, 0, 37, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 220.91, 7, main, -1.47, 86167.00, 1345.92, 16.12, -6.35, 31.9, 1.64, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 26.37, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493975,-106.9155325, 1409.0, 2022, 6, 24, 15, 20, 57, 1164, 1164, 341, 1, 1.6, 0.8, 1.4, 0, 30, 33, 0, 0, 36, 0, 0, 0, 0, 24, 36, 31, 27, 0, 0, 37, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 221.01, 7, main, -3.92, 86173.00, 1345.35, 15.55, -6.43, 31.9, 1.64, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 26.37, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493975,-106.9155325, 1409.0, 2022, 6, 24, 15, 20, 57, 1164, 1164, 341, 1, 1.6, 0.8, 1.4, 0, 30, 33, 0, 0, 36, 0, 0, 0, 0, 24, 36, 31, 27, 0, 0, 37, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 221.11, 7, main, -1.47, 86178.00, 1344.88, 15.08, -6.49, 31.9, 1.64, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 26.37, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9493975,-106.9155325, 1409.0, 2022, 6, 24, 15, 20, 57, 1164, 1164, 341, 1, 1.6, 0.8, 1.4, 0, 30, 33, 0, 0, 36, 0, 0, 0, 0, 24, 36, 31, 27, 0, 0, 37, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 221.14, 7, main, -1.47, 86178.00, 1344.88, 15.08, -6.49, 31.9, 1.64, 3.86, 3.99, 0.09, 0.00, 0.00, 62.14, 26.37, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493975,-106.9155325, 1409.0, 2022, 6, 24, 15, 20, 57, 1164, 1164, 341, 1, 1.6, 0.8, 1.4, 0, 30, 33, 0, 0, 36, 0, 0, 0, 0, 24, 36, 31, 27, 0, 0, 37, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 221.21, 7, main, -1.96, 86194.00, 1343.36, 13.56, -6.55, 31.9, 1.64, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493975,-106.9155325, 1409.0, 2022, 6, 24, 15, 20, 57, 1164, 1164, 341, 1, 1.6, 0.8, 1.4, 0, 30, 33, 0, 0, 36, 0, 0, 0, 0, 24, 36, 31, 27, 0, 0, 37, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 221.30, 7, main, -1.96, 86194.00, 1343.36, 13.56, -6.55, 31.9, 1.64, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493975,-106.9155325, 1409.0, 2022, 6, 24, 15, 20, 57, 1164, 1164, 341, 1, 1.6, 0.8, 1.4, 0, 30, 33, 0, 0, 36, 0, 0, 0, 0, 24, 36, 31, 27, 0, 0, 37, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 221.30, 7, main, -1.96, 86194.00, 1343.36, 13.56, -6.55, 31.9, 1.64, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9493975,-106.9155325, 1409.0, 2022, 6, 24, 15, 20, 57, 1164, 1164, 341, 1, 1.6, 0.8, 1.4, 0, 30, 33, 0, 0, 36, 0, 0, 0, 0, 24, 36, 31, 27, 0, 0, 37, 0, 36, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 221.31, 7, main, -1.96, 86203.00, 1342.51, 12.71, -6.59, 31.9, 1.64, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494362,-106.9155323, 1402.0, 2022, 6, 24, 15, 20, 58, 1168, 1168, 341, 0, 1.6, 0.8, 1.4, 0, 36, 34, 0, 0, 37, 0, 0, 0, 0, 34, 36, 30, 32, 0, 0, 29, 0, 29, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 221.41, 7, main, -1.96, 86197.00, 1343.08, 13.28, -6.63, 31.9, 1.64, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494362,-106.9155323, 1402.0, 2022, 6, 24, 15, 20, 58, 1168, 1168, 341, 0, 1.6, 0.8, 1.4, 0, 36, 34, 0, 0, 37, 0, 0, 0, 0, 34, 36, 30, 32, 0, 0, 29, 0, 29, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 221.46, 7, main, -1.96, 86197.00, 1343.08, 13.28, -6.63, 31.9, 1.64, 3.87, 3.98, 0.08, 0.00, 0.00, 62.20, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9494362,-106.9155323, 1402.0, 2022, 6, 24, 15, 20, 58, 1168, 1168, 341, 0, 1.6, 0.8, 1.4, 0, 36, 34, 0, 0, 37, 0, 0, 0, 0, 34, 36, 30, 32, 0, 0, 29, 0, 29, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 221.51, 7, main, -1.47, 86214.00, 1341.46, 11.66, -6.65, 31.9, 1.64, 3.87, 3.98, 0.09, 0.00, 0.00, 62.26, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9494362,-106.9155323, 1402.0, 2022, 6, 24, 15, 20, 58, 1168, 1168, 341, 0, 1.6, 0.8, 1.4, 0, 36, 34, 0, 0, 37, 0, 0, 0, 0, 34, 36, 30, 32, 0, 0, 29, 0, 29, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 221.61, 7, main, -3.92, 86232.00, 1339.76, 9.95, -6.65, 31.9, 1.64, 3.87, 3.98, 0.09, 0.00, 0.00, 62.26, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9494362,-106.9155323, 1402.0, 2022, 6, 24, 15, 20, 58, 1168, 1168, 341, 0, 1.6, 0.8, 1.4, 0, 36, 34, 0, 0, 37, 0, 0, 0, 0, 34, 36, 30, 32, 0, 0, 29, 0, 29, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 221.71, 7, main, -5.39, 86224.00, 1340.51, 10.71, -6.63, 31.9, 1.64, 3.87, 3.98, 0.09, 0.00, 0.00, 62.26, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.07, 0.00, 1, 1, 10, 32.9494362,-106.9155323, 1402.0, 2022, 6, 24, 15, 20, 58, 1168, 1168, 341, 0, 1.6, 0.8, 1.4, 0, 36, 34, 0, 0, 37, 0, 0, 0, 0, 34, 36, 30, 32, 0, 0, 29, 0, 29, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 221.78, 7, main, -5.39, 86224.00, 1340.51, 10.71, -6.63, 31.9, 1.65, 3.88, 3.98, 0.09, 0.00, 0.00, 62.26, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494362,-106.9155323, 1402.0, 2022, 6, 24, 15, 20, 58, 1168, 1168, 341, 0, 1.6, 0.8, 1.4, 0, 36, 34, 0, 0, 37, 0, 0, 0, 0, 34, 36, 30, 32, 0, 0, 29, 0, 29, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 221.81, 7, main, -2.45, 86221.00, 1340.80, 11.00, -6.59, 31.9, 1.65, 3.88, 3.98, 0.08, 0.00, 0.00, 62.44, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494362,-106.9155323, 1402.0, 2022, 6, 24, 15, 20, 58, 1168, 1168, 341, 0, 1.6, 0.8, 1.4, 0, 36, 34, 0, 0, 37, 0, 0, 0, 0, 34, 36, 30, 32, 0, 0, 29, 0, 29, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 221.91, 7, main, -2.45, 86245.00, 1338.52, 8.72, -6.54, 31.9, 1.65, 3.88, 3.98, 0.08, 0.00, 0.00, 62.44, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494362,-106.9155323, 1402.0, 2022, 6, 24, 15, 20, 58, 1168, 1168, 341, 0, 1.6, 0.8, 1.4, 0, 36, 34, 0, 0, 37, 0, 0, 0, 0, 34, 36, 30, 32, 0, 0, 29, 0, 29, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 222.01, 7, main, -2.94, 86243.00, 1338.71, 8.91, -6.45, 31.9, 1.65, 3.88, 3.98, 0.08, 0.00, 0.00, 62.44, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494362,-106.9155323, 1402.0, 2022, 6, 24, 15, 20, 58, 1168, 1168, 341, 0, 1.6, 0.8, 1.4, 0, 36, 34, 0, 0, 37, 0, 0, 0, 0, 34, 36, 30, 32, 0, 0, 29, 0, 29, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 222.10, 7, main, -2.94, 86243.00, 1338.71, 8.91, -6.45, 31.9, 1.65, 3.86, 3.98, 0.08, 0.00, 0.00, 62.44, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494362,-106.9155323, 1402.0, 2022, 6, 24, 15, 20, 58, 1168, 1168, 341, 0, 1.6, 0.8, 1.4, 0, 36, 34, 0, 0, 37, 0, 0, 0, 0, 34, 36, 30, 32, 0, 0, 29, 0, 29, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 222.11, 7, main, -0.00, 86250.00, 1338.05, 8.25, -6.35, 31.9, 1.65, 3.86, 3.98, 0.00, 0.00, 0.00, 62.14, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494362,-106.9155323, 1402.0, 2022, 6, 24, 15, 20, 58, 1168, 1168, 341, 0, 1.6, 0.8, 1.4, 0, 36, 34, 0, 0, 37, 0, 0, 0, 0, 34, 36, 30, 32, 0, 0, 29, 0, 29, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 222.21, 7, main, -0.98, 86265.00, 1336.63, 6.83, -6.22, 31.9, 1.65, 3.86, 3.98, 0.00, 0.00, 0.00, 62.14, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494362,-106.9155323, 1402.0, 2022, 6, 24, 15, 20, 58, 1168, 1168, 341, 0, 1.6, 0.8, 1.4, 0, 36, 34, 0, 0, 37, 0, 0, 0, 0, 34, 36, 30, 32, 0, 0, 29, 0, 29, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 222.30, 7, main, -0.98, 86265.00, 1336.63, 6.83, -6.22, 31.9, 1.65, 3.86, 3.98, 0.00, 0.00, 0.00, 62.14, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494362,-106.9155323, 1402.0, 2022, 6, 24, 15, 20, 58, 1168, 1168, 341, 0, 1.6, 0.8, 1.4, 0, 36, 34, 0, 0, 37, 0, 0, 0, 0, 34, 36, 30, 32, 0, 0, 29, 0, 29, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 222.30, 7, main, -0.98, 86265.00, 1336.63, 6.83, -6.22, 31.9, 1.65, 3.86, 3.98, 0.00, 0.00, 0.00, 62.14, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494362,-106.9155323, 1402.0, 2022, 6, 24, 15, 20, 58, 1168, 1168, 341, 0, 1.6, 0.8, 1.4, 0, 36, 34, 0, 0, 37, 0, 0, 0, 0, 34, 36, 30, 32, 0, 0, 29, 0, 29, 30, 0, 0, 0, 32, 0, 0, 0, 0, 0, 32, 0, 0 +6, 6583, 3,VE3LIC, 222.31, 7, main, -1.96, 86273.00, 1335.87, 6.07, -6.08, 31.9, 1.65, 3.86, 3.98, 0.00, 0.00, 0.00, 62.14, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494705,-106.9155097, 1394.0, 2022, 6, 24, 15, 20, 59, 1171, 1171, 341, 0, 1.6, 0.8, 1.4, 0, 30, 34, 0, 0, 39, 0, 0, 0, 0, 29, 35, 34, 27, 0, 0, 27, 0, 23, 34, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 222.41, 7, main, 3.92, 86288.00, 1334.45, 4.64, -5.91, 31.9, 1.65, 3.86, 3.98, 0.00, 0.00, 0.00, 62.14, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494705,-106.9155097, 1394.0, 2022, 6, 24, 15, 20, 59, 1171, 1171, 341, 0, 1.6, 0.8, 1.4, 0, 30, 34, 0, 0, 39, 0, 0, 0, 0, 29, 35, 34, 27, 0, 0, 27, 0, 23, 34, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 222.42, 7, main, 3.92, 86288.00, 1334.45, 4.64, -5.91, 31.9, 1.64, 3.85, 3.99, 0.00, 0.00, 0.00, 62.14, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494705,-106.9155097, 1394.0, 2022, 6, 24, 15, 20, 59, 1171, 1171, 341, 0, 1.6, 0.8, 1.4, 0, 30, 34, 0, 0, 39, 0, 0, 0, 0, 29, 35, 34, 27, 0, 0, 27, 0, 23, 34, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 222.51, 7, main, 6.37, 86287.00, 1334.54, 4.74, -5.72, 31.9, 1.64, 3.85, 3.99, 0.08, 0.00, 0.00, 62.07, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494705,-106.9155097, 1394.0, 2022, 6, 24, 15, 20, 59, 1171, 1171, 341, 0, 1.6, 0.8, 1.4, 0, 30, 34, 0, 0, 39, 0, 0, 0, 0, 29, 35, 34, 27, 0, 0, 27, 0, 23, 34, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 222.61, 7, main, 1.47, 86290.00, 1334.26, 4.45, -5.51, 31.9, 1.64, 3.85, 3.99, 0.08, 0.00, 0.00, 62.07, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494705,-106.9155097, 1394.0, 2022, 6, 24, 15, 20, 59, 1171, 1171, 341, 0, 1.6, 0.8, 1.4, 0, 30, 34, 0, 0, 39, 0, 0, 0, 0, 29, 35, 34, 27, 0, 0, 27, 0, 23, 34, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 222.71, 7, main, 0.98, 86296.00, 1333.69, 3.89, -5.27, 31.9, 1.64, 3.85, 3.99, 0.08, 0.00, 0.00, 62.07, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 10, 32.9494705,-106.9155097, 1394.0, 2022, 6, 24, 15, 20, 59, 1171, 1171, 341, 0, 1.6, 0.8, 1.4, 0, 30, 34, 0, 0, 39, 0, 0, 0, 0, 29, 35, 34, 27, 0, 0, 27, 0, 23, 34, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 222.74, 7, main, 0.98, 86296.00, 1333.69, 3.89, -5.27, 31.9, 1.64, 3.86, 3.98, 0.08, 0.00, 0.00, 62.07, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494705,-106.9155097, 1394.0, 2022, 6, 24, 15, 20, 59, 1171, 1171, 341, 0, 1.6, 0.8, 1.4, 0, 30, 34, 0, 0, 39, 0, 0, 0, 0, 29, 35, 34, 27, 0, 0, 27, 0, 23, 34, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 222.81, 7, main, 3.43, 86307.00, 1332.64, 2.84, -5.02, 31.9, 1.64, 3.86, 3.98, 0.02, 0.00, 0.00, 62.20, 26.37, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494705,-106.9155097, 1394.0, 2022, 6, 24, 15, 20, 59, 1171, 1171, 341, 0, 1.6, 0.8, 1.4, 0, 30, 34, 0, 0, 39, 0, 0, 0, 0, 29, 35, 34, 27, 0, 0, 27, 0, 23, 34, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 222.91, 7, main, 3.43, 86310.00, 1332.36, 2.56, -4.76, 31.9, 1.64, 3.86, 3.98, 0.02, 0.00, 0.00, 62.20, 26.37, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494705,-106.9155097, 1394.0, 2022, 6, 24, 15, 20, 59, 1171, 1171, 341, 0, 1.6, 0.8, 1.4, 0, 30, 34, 0, 0, 39, 0, 0, 0, 0, 29, 35, 34, 27, 0, 0, 27, 0, 23, 34, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 223.01, 7, main, -1.96, 86316.00, 1331.79, 1.99, -4.47, 31.9, 1.64, 3.86, 3.98, 0.02, 0.00, 0.00, 62.20, 26.37, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494705,-106.9155097, 1394.0, 2022, 6, 24, 15, 20, 59, 1171, 1171, 341, 0, 1.6, 0.8, 1.4, 0, 30, 34, 0, 0, 39, 0, 0, 0, 0, 29, 35, 34, 27, 0, 0, 27, 0, 23, 34, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 223.06, 7, main, -1.96, 86316.00, 1331.79, 1.99, -4.47, 31.9, 1.65, 3.86, 4.00, 0.02, 0.00, 0.00, 62.20, 26.37, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494705,-106.9155097, 1394.0, 2022, 6, 24, 15, 20, 59, 1171, 1171, 341, 0, 1.6, 0.8, 1.4, 0, 30, 34, 0, 0, 39, 0, 0, 0, 0, 29, 35, 34, 27, 0, 0, 27, 0, 23, 34, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 223.11, 7, main, -2.94, 86319.00, 1331.51, 1.71, -4.18, 31.9, 1.65, 3.86, 4.00, 0.02, 0.00, 0.00, 62.14, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494705,-106.9155097, 1394.0, 2022, 6, 24, 15, 20, 59, 1171, 1171, 341, 0, 1.6, 0.8, 1.4, 0, 30, 34, 0, 0, 39, 0, 0, 0, 0, 29, 35, 34, 27, 0, 0, 27, 0, 23, 34, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 223.21, 7, main, 6.86, 86315.00, 1331.89, 2.08, -3.88, 31.9, 1.65, 3.86, 4.00, 0.02, 0.00, 0.00, 62.14, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494705,-106.9155097, 1394.0, 2022, 6, 24, 15, 20, 59, 1171, 1171, 341, 0, 1.6, 0.8, 1.4, 0, 30, 34, 0, 0, 39, 0, 0, 0, 0, 29, 35, 34, 27, 0, 0, 27, 0, 23, 34, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 223.30, 7, main, 6.86, 86315.00, 1331.89, 2.08, -3.88, 31.9, 1.65, 3.86, 4.00, 0.02, 0.00, 0.00, 62.14, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494705,-106.9155097, 1394.0, 2022, 6, 24, 15, 20, 59, 1171, 1171, 341, 0, 1.6, 0.8, 1.4, 0, 30, 34, 0, 0, 39, 0, 0, 0, 0, 29, 35, 34, 27, 0, 0, 27, 0, 23, 34, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 223.30, 7, main, 6.86, 86315.00, 1331.89, 2.08, -3.88, 31.9, 1.65, 3.86, 4.00, 0.02, 0.00, 0.00, 62.14, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494705,-106.9155097, 1394.0, 2022, 6, 24, 15, 20, 59, 1171, 1171, 341, 0, 1.6, 0.8, 1.4, 0, 30, 34, 0, 0, 39, 0, 0, 0, 0, 29, 35, 34, 27, 0, 0, 27, 0, 23, 34, 0, 0, 0, 35, 0, 0, 0, 0, 0, 33, 0, 0 +6, 6583, 3,VE3LIC, 223.31, 7, main, 8.34, 86333.00, 1330.18, 0.38, -3.58, 31.9, 1.65, 3.86, 4.00, 0.02, 0.00, 0.00, 62.14, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494907,-106.9154801, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.6, 0.8, 1.4, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 27, 34, 28, 27, 0, 0, 38, 0, 34, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 223.38, 7, main, 8.34, 86333.00, 1330.18, 0.38, -3.58, 31.9, 1.65, 3.86, 3.99, 0.02, 0.00, 0.00, 62.14, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494907,-106.9154801, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.6, 0.8, 1.4, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 27, 34, 28, 27, 0, 0, 38, 0, 34, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 223.41, 7, main, 6.37, 86339.00, 1329.61, -0.19, -3.26, 31.9, 1.65, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 26.55, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494907,-106.9154801, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.6, 0.8, 1.4, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 27, 34, 28, 27, 0, 0, 38, 0, 34, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 223.51, 7, main, -1.96, 86344.00, 1329.14, -0.66, -2.97, 31.9, 1.65, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 26.55, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494907,-106.9154801, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.6, 0.8, 1.4, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 27, 34, 28, 27, 0, 0, 38, 0, 34, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 223.61, 7, main, -12.26, 86336.00, 1329.90, 0.09, -2.67, 31.9, 1.65, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 26.55, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494907,-106.9154801, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.6, 0.8, 1.4, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 27, 34, 28, 27, 0, 0, 38, 0, 34, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 223.70, 7, main, -12.26, 86336.00, 1329.90, 0.09, -2.67, 31.9, 1.65, 3.87, 3.99, 0.02, 0.00, 0.00, 62.20, 26.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494907,-106.9154801, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.6, 0.8, 1.4, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 27, 34, 28, 27, 0, 0, 38, 0, 34, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 223.71, 7, main, -31.38, 86352.00, 1328.38, -1.42, -2.37, 31.9, 1.65, 3.87, 3.99, 0.02, 0.00, 0.00, 62.26, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494907,-106.9154801, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.6, 0.8, 1.4, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 27, 34, 28, 27, 0, 0, 38, 0, 34, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 223.81, 7, main, -16.18, 86344.00, 1329.14, -0.66, -2.08, 31.9, 1.65, 3.87, 3.99, 0.02, 0.00, 0.00, 62.26, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494907,-106.9154801, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.6, 0.8, 1.4, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 27, 34, 28, 27, 0, 0, 38, 0, 34, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 223.91, 7, main, -15.20, 86341.00, 1329.42, -0.38, -1.82, 31.9, 1.65, 3.87, 3.99, 0.02, 0.00, 0.00, 62.26, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494907,-106.9154801, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.6, 0.8, 1.4, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 27, 34, 28, 27, 0, 0, 38, 0, 34, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 224.01, 7, main, -10.79, 86346.00, 1328.95, -0.85, -1.57, 31.9, 1.65, 3.87, 3.99, 0.02, 0.00, 0.00, 62.26, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494907,-106.9154801, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.6, 0.8, 1.4, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 27, 34, 28, 27, 0, 0, 38, 0, 34, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 224.02, 7, main, -10.79, 86346.00, 1328.95, -0.85, -1.57, 31.9, 1.64, 3.87, 3.99, 0.02, 0.00, 0.00, 62.26, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494907,-106.9154801, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.6, 0.8, 1.4, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 27, 34, 28, 27, 0, 0, 38, 0, 34, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 224.11, 7, main, -10.79, 86350.00, 1328.57, -1.23, -1.35, 31.9, 1.64, 3.87, 3.99, 0.02, 0.00, 0.00, 62.26, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494907,-106.9154801, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.6, 0.8, 1.4, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 27, 34, 28, 27, 0, 0, 38, 0, 34, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 224.21, 7, main, -10.30, 86364.00, 1327.24, -2.56, -1.14, 31.9, 1.64, 3.87, 3.99, 0.02, 0.00, 0.00, 62.26, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494907,-106.9154801, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.6, 0.8, 1.4, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 27, 34, 28, 27, 0, 0, 38, 0, 34, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 224.30, 7, main, -10.30, 86364.00, 1327.24, -2.56, -1.14, 31.9, 1.64, 3.87, 3.99, 0.02, 0.00, 0.00, 62.26, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494907,-106.9154801, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.6, 0.8, 1.4, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 27, 34, 28, 27, 0, 0, 38, 0, 34, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 224.30, 7, main, -10.30, 86364.00, 1327.24, -2.56, -1.14, 31.9, 1.64, 3.87, 3.99, 0.02, 0.00, 0.00, 62.26, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494907,-106.9154801, 1388.0, 2022, 6, 24, 15, 21, 0, 1172, 1172, 341, -0, 1.6, 0.8, 1.4, 0, 33, 30, 0, 0, 26, 0, 0, 0, 0, 27, 34, 28, 27, 0, 0, 38, 0, 34, 29, 0, 0, 0, 35, 0, 0, 0, 0, 0, 29, 0, 0 +6, 6583, 3,VE3LIC, 224.31, 7, main, -12.75, 86351.00, 1328.47, -1.33, -0.96, 31.9, 1.64, 3.87, 3.99, 0.02, 0.00, 0.00, 62.26, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494984,-106.9154714, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.6, 0.8, 1.4, 0, 37, 30, 0, 0, 35, 0, 0, 0, 0, 38, 33, 27, 38, 0, 0, 22, 0, 31, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 224.34, 7, main, -12.75, 86351.00, 1328.47, -1.33, -0.96, 31.9, 1.65, 3.86, 4.00, 0.02, 0.00, 0.00, 62.26, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494984,-106.9154714, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.6, 0.8, 1.4, 0, 37, 30, 0, 0, 35, 0, 0, 0, 0, 38, 33, 27, 38, 0, 0, 22, 0, 31, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 224.41, 7, main, -8.83, 86341.00, 1329.42, -0.38, -0.80, 31.9, 1.65, 3.86, 4.00, 0.03, 0.00, 0.00, 62.14, 26.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494984,-106.9154714, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.6, 0.8, 1.4, 0, 37, 30, 0, 0, 35, 0, 0, 0, 0, 38, 33, 27, 38, 0, 0, 22, 0, 31, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 224.51, 7, main, -11.77, 86356.00, 1328.00, -1.80, -0.65, 31.9, 1.65, 3.86, 4.00, 0.03, 0.00, 0.00, 62.14, 26.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494984,-106.9154714, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.6, 0.8, 1.4, 0, 37, 30, 0, 0, 35, 0, 0, 0, 0, 38, 33, 27, 38, 0, 0, 22, 0, 31, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 224.61, 7, main, -12.26, 86346.00, 1328.95, -0.85, -0.52, 31.9, 1.65, 3.86, 4.00, 0.03, 0.00, 0.00, 62.14, 26.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494984,-106.9154714, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.6, 0.8, 1.4, 0, 37, 30, 0, 0, 35, 0, 0, 0, 0, 38, 33, 27, 38, 0, 0, 22, 0, 31, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 224.66, 7, main, -12.26, 86346.00, 1328.95, -0.85, -0.52, 31.9, 1.65, 3.86, 3.99, 0.03, 0.00, 0.00, 62.14, 26.55, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494984,-106.9154714, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.6, 0.8, 1.4, 0, 37, 30, 0, 0, 35, 0, 0, 0, 0, 38, 33, 27, 38, 0, 0, 22, 0, 31, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 224.71, 7, main, -11.77, 86346.00, 1328.95, -0.85, -0.42, 31.9, 1.65, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 26.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494984,-106.9154714, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.6, 0.8, 1.4, 0, 37, 30, 0, 0, 35, 0, 0, 0, 0, 38, 33, 27, 38, 0, 0, 22, 0, 31, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 224.81, 7, main, -11.28, 86343.00, 1329.23, -0.57, -0.33, 31.9, 1.65, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 26.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494984,-106.9154714, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.6, 0.8, 1.4, 0, 37, 30, 0, 0, 35, 0, 0, 0, 0, 38, 33, 27, 38, 0, 0, 22, 0, 31, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 224.91, 7, main, -7.85, 86354.00, 1328.19, -1.61, -0.27, 31.9, 1.65, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 26.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 10, 32.9494984,-106.9154714, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.6, 0.8, 1.4, 0, 37, 30, 0, 0, 35, 0, 0, 0, 0, 38, 33, 27, 38, 0, 0, 22, 0, 31, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 224.98, 7, main, -7.85, 86354.00, 1328.19, -1.61, -0.27, 31.9, 1.65, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 26.61, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494984,-106.9154714, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.6, 0.8, 1.4, 0, 37, 30, 0, 0, 35, 0, 0, 0, 0, 38, 33, 27, 38, 0, 0, 22, 0, 31, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 225.01, 7, main, -13.24, 86339.00, 1329.61, -0.19, -0.22, 31.9, 1.65, 3.86, 3.99, 0.00, 0.00, 0.00, 62.14, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494984,-106.9154714, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.6, 0.8, 1.4, 0, 37, 30, 0, 0, 35, 0, 0, 0, 0, 38, 33, 27, 38, 0, 0, 22, 0, 31, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 225.11, 7, main, -10.79, 86351.00, 1328.47, -1.33, -0.18, 31.9, 1.65, 3.86, 3.99, 0.00, 0.00, 0.00, 62.14, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494984,-106.9154714, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.6, 0.8, 1.4, 0, 37, 30, 0, 0, 35, 0, 0, 0, 0, 38, 33, 27, 38, 0, 0, 22, 0, 31, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 225.21, 7, main, -10.79, 86354.00, 1328.19, -1.61, -0.15, 31.9, 1.65, 3.86, 3.99, 0.00, 0.00, 0.00, 62.14, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 10, 32.9494984,-106.9154714, 1386.0, 2022, 6, 24, 15, 21, 1, 1173, 1173, 341, -0, 1.6, 0.8, 1.4, 0, 37, 30, 0, 0, 35, 0, 0, 0, 0, 38, 33, 27, 38, 0, 0, 22, 0, 31, 28, 0, 0, 0, 31, 0, 0, 0, 0, 0, 27, 0, 0 +6, 6583, 3,VE3LIC, 225.30, 7, main, -10.79, 86354.00, 1328.19, -1.61, -0.15, 31.9, 1.63, 3.85, 3.97, 0.00, 0.00, 0.00, 62.14, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495006,-106.9154745, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 30, 0, 0, 23, 0, 0, 0, 0, 39, 32, 24, 28, 0, 0, 34, 0, 37, 16, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 225.30, 7, main, -10.79, 86354.00, 1328.19, -1.61, -0.15, 31.9, 1.63, 3.85, 3.97, 0.00, 0.00, 0.00, 62.14, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495006,-106.9154745, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 30, 0, 0, 23, 0, 0, 0, 0, 39, 32, 24, 28, 0, 0, 34, 0, 37, 16, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 225.30, 7, main, -10.79, 86354.00, 1328.19, -1.61, -0.15, 31.9, 1.63, 3.85, 3.97, 0.00, 0.00, 0.00, 62.14, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495006,-106.9154745, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 30, 0, 0, 23, 0, 0, 0, 0, 39, 32, 24, 28, 0, 0, 34, 0, 37, 16, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 225.31, 7, main, -12.26, 86346.00, 1328.95, -0.85, -0.13, 31.9, 1.63, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 26.31, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495006,-106.9154745, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 30, 0, 0, 23, 0, 0, 0, 0, 39, 32, 24, 28, 0, 0, 34, 0, 37, 16, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 225.41, 7, main, -9.32, 86347.00, 1328.85, -0.95, -0.12, 31.9, 1.63, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 26.31, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495006,-106.9154745, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 30, 0, 0, 23, 0, 0, 0, 0, 39, 32, 24, 28, 0, 0, 34, 0, 37, 16, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 225.51, 7, main, -10.30, 86361.00, 1327.53, -2.27, -0.10, 31.9, 1.63, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 26.31, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495006,-106.9154745, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 30, 0, 0, 23, 0, 0, 0, 0, 39, 32, 24, 28, 0, 0, 34, 0, 37, 16, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 225.61, 7, main, -12.26, 86338.00, 1329.71, -0.09, -0.09, 31.9, 1.63, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 26.31, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495006,-106.9154745, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 30, 0, 0, 23, 0, 0, 0, 0, 39, 32, 24, 28, 0, 0, 34, 0, 37, 16, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 225.62, 7, main, -12.26, 86338.00, 1329.71, -0.09, -0.09, 31.9, 1.64, 3.86, 3.99, 0.00, 0.00, 0.00, 61.95, 26.31, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495006,-106.9154745, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 30, 0, 0, 23, 0, 0, 0, 0, 39, 32, 24, 28, 0, 0, 34, 0, 37, 16, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 225.71, 7, main, -11.77, 86350.00, 1328.57, -1.23, -0.08, 31.9, 1.64, 3.86, 3.99, 0.00, 0.00, 0.00, 62.14, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495006,-106.9154745, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 30, 0, 0, 23, 0, 0, 0, 0, 39, 32, 24, 28, 0, 0, 34, 0, 37, 16, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 225.81, 7, main, -11.28, 86355.00, 1328.10, -1.71, -0.07, 31.9, 1.64, 3.86, 3.99, 0.00, 0.00, 0.00, 62.14, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495006,-106.9154745, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 30, 0, 0, 23, 0, 0, 0, 0, 39, 32, 24, 28, 0, 0, 34, 0, 37, 16, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 225.91, 7, main, -12.26, 86356.00, 1328.00, -1.80, -0.07, 31.9, 1.64, 3.86, 3.99, 0.00, 0.00, 0.00, 62.14, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495006,-106.9154745, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 30, 0, 0, 23, 0, 0, 0, 0, 39, 32, 24, 28, 0, 0, 34, 0, 37, 16, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 225.94, 7, main, -12.26, 86356.00, 1328.00, -1.80, -0.07, 31.9, 1.65, 3.86, 3.98, 0.00, 0.00, 0.00, 62.14, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 9, 32.9495006,-106.9154745, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 30, 0, 0, 23, 0, 0, 0, 0, 39, 32, 24, 28, 0, 0, 34, 0, 37, 16, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 226.01, 7, main, -10.30, 86345.00, 1329.04, -0.76, -0.06, 31.9, 1.65, 3.86, 3.98, 0.06, 0.00, 0.00, 62.20, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 9, 32.9495006,-106.9154745, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 30, 0, 0, 23, 0, 0, 0, 0, 39, 32, 24, 28, 0, 0, 34, 0, 37, 16, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 226.11, 7, main, -13.24, 86363.00, 1327.34, -2.46, -0.04, 31.9, 1.65, 3.86, 3.98, 0.06, 0.00, 0.00, 62.20, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 9, 32.9495006,-106.9154745, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 30, 0, 0, 23, 0, 0, 0, 0, 39, 32, 24, 28, 0, 0, 34, 0, 37, 16, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 226.21, 7, main, -10.79, 86341.00, 1329.42, -0.38, -0.03, 31.9, 1.65, 3.86, 3.98, 0.06, 0.00, 0.00, 62.20, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.05, 0.00, 1, 1, 9, 32.9495006,-106.9154745, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 30, 0, 0, 23, 0, 0, 0, 0, 39, 32, 24, 28, 0, 0, 34, 0, 37, 16, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 226.26, 7, main, -10.79, 86341.00, 1329.42, -0.38, -0.03, 31.9, 1.64, 3.86, 3.99, 0.06, 0.00, 0.00, 62.20, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9495006,-106.9154745, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 30, 0, 0, 23, 0, 0, 0, 0, 39, 32, 24, 28, 0, 0, 34, 0, 37, 16, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 226.30, 7, main, -10.79, 86341.00, 1329.42, -0.38, -0.03, 31.9, 1.64, 3.86, 3.99, 0.06, 0.00, 0.00, 62.20, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9495006,-106.9154745, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 30, 0, 0, 23, 0, 0, 0, 0, 39, 32, 24, 28, 0, 0, 34, 0, 37, 16, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 226.30, 7, main, -10.79, 86341.00, 1329.42, -0.38, -0.03, 31.9, 1.64, 3.86, 3.99, 0.06, 0.00, 0.00, 62.20, 26.49, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9495006,-106.9154745, 1386.0, 2022, 6, 24, 15, 21, 2, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 30, 0, 0, 23, 0, 0, 0, 0, 39, 32, 24, 28, 0, 0, 34, 0, 37, 16, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 226.31, 7, main, -12.75, 86353.00, 1328.28, -1.52, -0.02, 31.9, 1.64, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 26.37, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9495014,-106.9154756, 1386.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 23, 0, 0, 0, 0, 39, 33, 22, 27, 0, 0, 34, 0, 36, 19, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 226.41, 7, main, -9.81, 86348.00, 1328.76, -1.04, 0.00, 31.9, 1.64, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 26.37, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9495014,-106.9154756, 1386.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 23, 0, 0, 0, 0, 39, 33, 22, 27, 0, 0, 34, 0, 36, 19, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 226.51, 7, main, -11.77, 86353.00, 1328.28, -1.52, 0.01, 31.9, 1.64, 3.86, 3.99, 0.08, 0.00, 0.00, 62.20, 26.37, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9495014,-106.9154756, 1386.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 23, 0, 0, 0, 0, 39, 33, 22, 27, 0, 0, 34, 0, 36, 19, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 226.58, 7, main, -11.77, 86353.00, 1328.28, -1.52, 0.01, 31.9, 1.64, 3.87, 3.99, 0.08, 0.00, 0.00, 62.20, 26.37, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495014,-106.9154756, 1386.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 23, 0, 0, 0, 0, 39, 33, 22, 27, 0, 0, 34, 0, 36, 19, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 226.61, 7, main, -9.81, 86336.00, 1329.90, 0.09, 0.02, 31.9, 1.64, 3.87, 3.99, 0.03, 0.00, 0.00, 62.32, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495014,-106.9154756, 1386.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 23, 0, 0, 0, 0, 39, 33, 22, 27, 0, 0, 34, 0, 36, 19, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 226.71, 7, main, -12.26, 86354.00, 1328.19, -1.61, 0.03, 31.9, 1.64, 3.87, 3.99, 0.03, 0.00, 0.00, 62.32, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495014,-106.9154756, 1386.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 23, 0, 0, 0, 0, 39, 33, 22, 27, 0, 0, 34, 0, 36, 19, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 226.81, 7, main, -10.79, 86355.00, 1328.10, -1.71, 0.04, 31.9, 1.64, 3.87, 3.99, 0.03, 0.00, 0.00, 62.32, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495014,-106.9154756, 1386.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 23, 0, 0, 0, 0, 39, 33, 22, 27, 0, 0, 34, 0, 36, 19, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 226.90, 7, main, -10.79, 86355.00, 1328.10, -1.71, 0.04, 31.9, 1.63, 3.86, 3.98, 0.03, 0.00, 0.00, 62.32, 26.43, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495014,-106.9154756, 1386.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 23, 0, 0, 0, 0, 39, 33, 22, 27, 0, 0, 34, 0, 36, 19, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 226.91, 7, main, -13.73, 86352.00, 1328.38, -1.42, 0.04, 31.9, 1.63, 3.86, 3.98, 0.03, 0.00, 0.00, 62.14, 26.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495014,-106.9154756, 1386.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 23, 0, 0, 0, 0, 39, 33, 22, 27, 0, 0, 34, 0, 36, 19, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 227.01, 7, main, -8.83, 86362.00, 1327.43, -2.37, 0.05, 31.9, 1.63, 3.86, 3.98, 0.03, 0.00, 0.00, 62.14, 26.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495014,-106.9154756, 1386.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 23, 0, 0, 0, 0, 39, 33, 22, 27, 0, 0, 34, 0, 36, 19, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 227.11, 7, main, -11.77, 86350.00, 1328.57, -1.23, 0.05, 31.9, 1.63, 3.86, 3.98, 0.03, 0.00, 0.00, 62.14, 26.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495014,-106.9154756, 1386.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 23, 0, 0, 0, 0, 39, 33, 22, 27, 0, 0, 34, 0, 36, 19, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 227.21, 7, main, -12.75, 86348.00, 1328.76, -1.04, 0.05, 31.9, 1.63, 3.86, 3.98, 0.03, 0.00, 0.00, 62.14, 26.18, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495014,-106.9154756, 1386.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 23, 0, 0, 0, 0, 39, 33, 22, 27, 0, 0, 34, 0, 36, 19, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 227.22, 7, main, -12.75, 86348.00, 1328.76, -1.04, 0.05, 31.9, 1.63, 3.87, 3.98, 0.03, 0.00, 0.00, 62.14, 26.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9495014,-106.9154756, 1386.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 23, 0, 0, 0, 0, 39, 33, 22, 27, 0, 0, 34, 0, 36, 19, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 227.30, 7, main, -12.75, 86348.00, 1328.76, -1.04, 0.05, 31.9, 1.63, 3.87, 3.98, 0.03, 0.00, 0.00, 62.14, 26.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9495014,-106.9154756, 1386.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 23, 0, 0, 0, 0, 39, 33, 22, 27, 0, 0, 34, 0, 36, 19, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 227.30, 7, main, -12.75, 86348.00, 1328.76, -1.04, 0.05, 31.9, 1.63, 3.87, 3.98, 0.03, 0.00, 0.00, 62.14, 26.18, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9495014,-106.9154756, 1386.0, 2022, 6, 24, 15, 21, 3, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 23, 0, 0, 0, 0, 39, 33, 22, 27, 0, 0, 34, 0, 36, 19, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 227.31, 7, main, -10.30, 86352.00, 1328.38, -1.42, 0.05, 31.9, 1.63, 3.87, 3.98, 0.08, 0.00, 0.00, 62.26, 26.31, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9495024,-106.9154750, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 22, 0, 0, 0, 0, 39, 33, 19, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 227.41, 7, main, -12.26, 86341.00, 1329.42, -0.38, 0.05, 31.9, 1.63, 3.87, 3.98, 0.08, 0.00, 0.00, 62.26, 26.31, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9495024,-106.9154750, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 22, 0, 0, 0, 0, 39, 33, 19, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 227.51, 7, main, -12.26, 86339.00, 1329.61, -0.19, 0.04, 31.9, 1.63, 3.87, 3.98, 0.08, 0.00, 0.00, 62.26, 26.31, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.06, 0.00, 1, 1, 9, 32.9495024,-106.9154750, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 22, 0, 0, 0, 0, 39, 33, 19, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 227.54, 7, main, -12.26, 86339.00, 1329.61, -0.19, 0.04, 31.9, 1.64, 3.86, 3.99, 0.08, 0.00, 0.00, 62.26, 26.31, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495024,-106.9154750, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 22, 0, 0, 0, 0, 39, 33, 19, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 227.61, 7, main, -11.28, 86352.00, 1328.38, -1.42, 0.05, 31.9, 1.64, 3.86, 3.99, 0.03, 0.00, 0.00, 62.20, 26.37, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495024,-106.9154750, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 22, 0, 0, 0, 0, 39, 33, 19, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 227.71, 7, main, -11.77, 86349.00, 1328.66, -1.14, 0.04, 31.9, 1.64, 3.86, 3.99, 0.03, 0.00, 0.00, 62.20, 26.37, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495024,-106.9154750, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 22, 0, 0, 0, 0, 39, 33, 19, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 227.81, 7, main, -10.79, 86354.00, 1328.19, -1.61, 0.03, 31.9, 1.64, 3.86, 3.99, 0.03, 0.00, 0.00, 62.20, 26.37, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495024,-106.9154750, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 22, 0, 0, 0, 0, 39, 33, 19, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 227.86, 7, main, -10.79, 86354.00, 1328.19, -1.61, 0.03, 31.9, 1.63, 3.87, 3.99, 0.03, 0.00, 0.00, 62.20, 26.37, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495024,-106.9154750, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 22, 0, 0, 0, 0, 39, 33, 19, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 227.91, 7, main, -11.28, 86357.00, 1327.91, -1.90, 0.02, 31.9, 1.63, 3.87, 3.99, 0.02, 0.00, 0.00, 62.38, 26.25, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495024,-106.9154750, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 22, 0, 0, 0, 0, 39, 33, 19, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 228.01, 7, main, -9.32, 86349.00, 1328.66, -1.14, 0.03, 31.9, 1.63, 3.87, 3.99, 0.02, 0.00, 0.00, 62.38, 26.25, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495024,-106.9154750, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 22, 0, 0, 0, 0, 39, 33, 19, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 228.11, 7, main, -10.30, 86343.00, 1329.23, -0.57, 0.02, 31.9, 1.63, 3.87, 3.99, 0.02, 0.00, 0.00, 62.38, 26.25, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495024,-106.9154750, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 22, 0, 0, 0, 0, 39, 33, 19, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 228.18, 7, main, -10.30, 86343.00, 1329.23, -0.57, 0.02, 31.9, 1.62, 3.87, 3.98, 0.02, 0.00, 0.00, 62.38, 26.25, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495024,-106.9154750, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 22, 0, 0, 0, 0, 39, 33, 19, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 228.21, 7, main, -10.79, 86347.00, 1328.85, -0.95, 0.03, 31.9, 1.62, 3.87, 3.98, 0.02, 0.00, 0.00, 62.26, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495024,-106.9154750, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 22, 0, 0, 0, 0, 39, 33, 19, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 228.30, 7, main, -10.79, 86347.00, 1328.85, -0.95, 0.03, 31.9, 1.62, 3.87, 3.98, 0.02, 0.00, 0.00, 62.26, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495024,-106.9154750, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 22, 0, 0, 0, 0, 39, 33, 19, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 228.30, 7, main, -10.79, 86347.00, 1328.85, -0.95, 0.03, 31.9, 1.62, 3.87, 3.98, 0.02, 0.00, 0.00, 62.26, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495024,-106.9154750, 1387.0, 2022, 6, 24, 15, 21, 4, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 22, 0, 0, 0, 0, 39, 33, 19, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 228.31, 7, main, -12.26, 86346.00, 1328.95, -0.85, 0.03, 31.9, 1.62, 3.87, 3.98, 0.02, 0.00, 0.00, 62.26, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495026,-106.9154760, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 228.41, 7, main, -10.79, 86355.00, 1328.10, -1.71, 0.04, 31.9, 1.62, 3.87, 3.98, 0.02, 0.00, 0.00, 62.26, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495026,-106.9154760, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 228.50, 7, main, -10.79, 86355.00, 1328.10, -1.71, 0.04, 31.9, 1.62, 3.87, 3.98, 0.02, 0.00, 0.00, 62.26, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495026,-106.9154760, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 228.51, 7, main, -11.28, 86351.00, 1328.47, -1.33, 0.04, 31.9, 1.62, 3.87, 3.98, 0.02, 0.00, 0.00, 62.26, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495026,-106.9154760, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 228.61, 7, main, -11.28, 86355.00, 1328.10, -1.71, 0.05, 31.9, 1.62, 3.87, 3.98, 0.02, 0.00, 0.00, 62.26, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495026,-106.9154760, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 228.71, 7, main, -11.77, 86352.00, 1328.38, -1.42, 0.06, 31.9, 1.62, 3.87, 3.98, 0.02, 0.00, 0.00, 62.26, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495026,-106.9154760, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 228.81, 7, main, -10.30, 86350.00, 1328.57, -1.23, 0.06, 31.9, 1.62, 3.87, 3.98, 0.02, 0.00, 0.00, 62.26, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495026,-106.9154760, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 228.82, 7, main, -10.30, 86350.00, 1328.57, -1.23, 0.06, 31.9, 1.62, 3.86, 3.99, 0.02, 0.00, 0.00, 62.26, 26.12, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495026,-106.9154760, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 228.91, 7, main, -12.26, 86357.00, 1327.91, -1.90, 0.07, 31.9, 1.62, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495026,-106.9154760, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 229.01, 7, main, -11.28, 86340.00, 1329.52, -0.28, 0.07, 31.9, 1.62, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495026,-106.9154760, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 229.11, 7, main, -10.79, 86343.00, 1329.23, -0.57, 0.08, 31.9, 1.62, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495026,-106.9154760, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 229.14, 7, main, -10.79, 86343.00, 1329.23, -0.57, 0.08, 31.9, 1.62, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.03, 1, 1, 9, 32.9495026,-106.9154760, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 229.21, 7, main, -11.77, 86344.00, 1329.14, -0.66, 0.10, 31.9, 1.62, 3.86, 3.99, 0.00, 0.00, 0.04, 62.20, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.03, 1, 1, 9, 32.9495026,-106.9154760, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 229.30, 7, main, -11.77, 86344.00, 1329.14, -0.66, 0.10, 31.9, 1.62, 3.86, 3.99, 0.00, 0.00, 0.04, 62.20, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.03, 1, 1, 9, 32.9495026,-106.9154760, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 229.30, 7, main, -11.77, 86344.00, 1329.14, -0.66, 0.10, 31.9, 1.62, 3.86, 3.99, 0.00, 0.00, 0.04, 62.20, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.03, 1, 1, 9, 32.9495026,-106.9154760, 1387.0, 2022, 6, 24, 15, 21, 5, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 229.31, 7, main, -11.28, 86348.00, 1328.76, -1.04, 0.11, 31.9, 1.62, 3.86, 3.99, 0.00, 0.00, 0.04, 62.20, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.03, 1, 1, 9, 32.9495035,-106.9154759, 1387.0, 2022, 6, 24, 15, 21, 6, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 229.41, 7, main, -11.77, 86352.00, 1328.38, -1.42, 0.11, 31.9, 1.62, 3.86, 3.99, 0.00, 0.00, 0.04, 62.20, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.03, 1, 1, 9, 32.9495035,-106.9154759, 1387.0, 2022, 6, 24, 15, 21, 6, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 229.46, 7, main, -11.77, 86352.00, 1328.38, -1.42, 0.11, 31.9, 1.61, 3.87, 3.99, 0.00, 0.00, 0.04, 62.20, 26.06, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495035,-106.9154759, 1387.0, 2022, 6, 24, 15, 21, 6, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 229.51, 7, main, -10.30, 86346.00, 1328.95, -0.85, 0.12, 31.9, 1.61, 3.87, 3.99, 0.03, 0.00, 0.00, 62.32, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495035,-106.9154759, 1387.0, 2022, 6, 24, 15, 21, 6, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 229.61, 7, main, -10.30, 86352.00, 1328.38, -1.42, 0.12, 31.9, 1.61, 3.87, 3.99, 0.03, 0.00, 0.00, 62.32, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495035,-106.9154759, 1387.0, 2022, 6, 24, 15, 21, 6, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 229.71, 7, main, -12.26, 86355.00, 1328.10, -1.71, 0.11, 31.9, 1.61, 3.87, 3.99, 0.03, 0.00, 0.00, 62.32, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495035,-106.9154759, 1387.0, 2022, 6, 24, 15, 21, 6, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 229.78, 7, main, -12.26, 86355.00, 1328.10, -1.71, 0.11, 31.9, 1.61, 3.86, 3.99, 0.03, 0.00, 0.00, 62.32, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495035,-106.9154759, 1387.0, 2022, 6, 24, 15, 21, 6, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 229.81, 7, main, -13.24, 86352.00, 1328.38, -1.42, 0.10, 31.9, 1.61, 3.86, 3.99, 0.03, 0.00, 0.00, 62.14, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495035,-106.9154759, 1387.0, 2022, 6, 24, 15, 21, 6, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 229.91, 7, main, -12.75, 86356.00, 1328.00, -1.80, 0.09, 31.9, 1.61, 3.86, 3.99, 0.03, 0.00, 0.00, 62.14, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495035,-106.9154759, 1387.0, 2022, 6, 24, 15, 21, 6, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 230.01, 7, main, -12.75, 86338.00, 1329.71, -0.09, 0.09, 31.9, 1.61, 3.86, 3.99, 0.03, 0.00, 0.00, 62.14, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495035,-106.9154759, 1387.0, 2022, 6, 24, 15, 21, 6, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 230.10, 7, main, -12.75, 86338.00, 1329.71, -0.09, 0.09, 31.9, 1.61, 3.85, 3.97, 0.03, 0.00, 0.00, 62.14, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495035,-106.9154759, 1387.0, 2022, 6, 24, 15, 21, 6, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 230.11, 7, main, -13.24, 86347.00, 1328.85, -0.95, 0.09, 31.9, 1.61, 3.85, 3.97, 0.00, 0.00, 0.00, 62.07, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495035,-106.9154759, 1387.0, 2022, 6, 24, 15, 21, 6, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 230.21, 7, main, -12.26, 86353.00, 1328.28, -1.52, 0.08, 31.9, 1.61, 3.85, 3.97, 0.00, 0.00, 0.00, 62.07, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495035,-106.9154759, 1387.0, 2022, 6, 24, 15, 21, 6, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 230.30, 7, main, -12.26, 86353.00, 1328.28, -1.52, 0.08, 31.9, 1.61, 3.85, 3.97, 0.00, 0.00, 0.00, 62.07, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495035,-106.9154759, 1387.0, 2022, 6, 24, 15, 21, 6, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 230.30, 7, main, -12.26, 86353.00, 1328.28, -1.52, 0.08, 31.9, 1.61, 3.85, 3.97, 0.00, 0.00, 0.00, 62.07, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495035,-106.9154759, 1387.0, 2022, 6, 24, 15, 21, 6, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 230.31, 7, main, -12.26, 86340.00, 1329.52, -0.28, 0.07, 31.9, 1.61, 3.85, 3.97, 0.00, 0.00, 0.00, 62.07, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495044,-106.9154755, 1387.0, 2022, 6, 24, 15, 21, 7, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 230.41, 7, main, -9.81, 86348.00, 1328.76, -1.04, 0.05, 31.9, 1.61, 3.85, 3.97, 0.00, 0.00, 0.00, 62.07, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495044,-106.9154755, 1387.0, 2022, 6, 24, 15, 21, 7, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 230.42, 7, main, -9.81, 86348.00, 1328.76, -1.04, 0.05, 31.9, 1.60, 3.85, 3.97, 0.00, 0.00, 0.00, 62.07, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495044,-106.9154755, 1387.0, 2022, 6, 24, 15, 21, 7, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 230.51, 7, main, -12.75, 86348.00, 1328.76, -1.04, 0.04, 31.9, 1.60, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495044,-106.9154755, 1387.0, 2022, 6, 24, 15, 21, 7, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 230.61, 7, main, -11.77, 86340.00, 1329.52, -0.28, 0.03, 31.9, 1.60, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495044,-106.9154755, 1387.0, 2022, 6, 24, 15, 21, 7, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 230.71, 7, main, -11.28, 86345.00, 1329.04, -0.76, 0.02, 31.9, 1.60, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495044,-106.9154755, 1387.0, 2022, 6, 24, 15, 21, 7, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 230.74, 7, main, -11.28, 86345.00, 1329.04, -0.76, 0.02, 31.9, 1.61, 3.87, 3.98, 0.00, 0.00, 0.00, 61.95, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495044,-106.9154755, 1387.0, 2022, 6, 24, 15, 21, 7, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 230.81, 7, main, -12.75, 86348.00, 1328.76, -1.04, 0.01, 31.9, 1.61, 3.87, 3.98, 0.02, 0.00, 0.00, 62.32, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495044,-106.9154755, 1387.0, 2022, 6, 24, 15, 21, 7, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 230.91, 7, main, -11.77, 86350.00, 1328.57, -1.23, 0.00, 31.9, 1.61, 3.87, 3.98, 0.02, 0.00, 0.00, 62.32, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495044,-106.9154755, 1387.0, 2022, 6, 24, 15, 21, 7, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 231.01, 7, main, -6.86, 86355.00, 1328.10, -1.71, 0.00, 31.9, 1.61, 3.87, 3.98, 0.02, 0.00, 0.00, 62.32, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495044,-106.9154755, 1387.0, 2022, 6, 24, 15, 21, 7, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 231.06, 7, main, -6.86, 86355.00, 1328.10, -1.71, 0.00, 31.9, 1.60, 3.84, 3.97, 0.02, 0.00, 0.00, 62.32, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495044,-106.9154755, 1387.0, 2022, 6, 24, 15, 21, 7, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 231.11, 7, main, -12.26, 86341.00, 1329.42, -0.38, 0.00, 31.9, 1.60, 3.84, 3.97, 0.00, 0.00, 0.00, 61.89, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495044,-106.9154755, 1387.0, 2022, 6, 24, 15, 21, 7, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 231.21, 7, main, -9.81, 86348.00, 1328.76, -1.04, 0.01, 31.9, 1.60, 3.84, 3.97, 0.00, 0.00, 0.00, 61.89, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495044,-106.9154755, 1387.0, 2022, 6, 24, 15, 21, 7, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 231.30, 7, main, -9.81, 86348.00, 1328.76, -1.04, 0.01, 31.9, 1.60, 3.84, 3.97, 0.00, 0.00, 0.00, 61.89, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495044,-106.9154755, 1387.0, 2022, 6, 24, 15, 21, 7, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 231.30, 7, main, -9.81, 86348.00, 1328.76, -1.04, 0.01, 31.9, 1.60, 3.84, 3.97, 0.00, 0.00, 0.00, 61.89, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495044,-106.9154755, 1387.0, 2022, 6, 24, 15, 21, 7, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 19, 25, 0, 0, 35, 0, 35, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 231.31, 7, main, -13.24, 86335.00, 1329.99, 0.19, 0.01, 31.9, 1.60, 3.84, 3.97, 0.00, 0.00, 0.00, 61.89, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495037,-106.9154752, 1387.0, 2022, 6, 24, 15, 21, 8, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 33, 19, 25, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 231.38, 7, main, -13.24, 86335.00, 1329.99, 0.19, 0.01, 31.9, 1.61, 3.87, 3.99, 0.00, 0.00, 0.00, 61.89, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495037,-106.9154752, 1387.0, 2022, 6, 24, 15, 21, 8, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 33, 19, 25, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 231.41, 7, main, -9.32, 86363.00, 1327.34, -2.46, 0.01, 31.9, 1.61, 3.87, 3.99, 0.03, 0.00, 0.00, 62.32, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495037,-106.9154752, 1387.0, 2022, 6, 24, 15, 21, 8, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 33, 19, 25, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 231.51, 7, main, -13.24, 86349.00, 1328.66, -1.14, 0.02, 31.9, 1.61, 3.87, 3.99, 0.03, 0.00, 0.00, 62.32, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495037,-106.9154752, 1387.0, 2022, 6, 24, 15, 21, 8, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 33, 19, 25, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 231.61, 7, main, -10.30, 86352.00, 1328.38, -1.42, 0.03, 31.9, 1.61, 3.87, 3.99, 0.03, 0.00, 0.00, 62.32, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495037,-106.9154752, 1387.0, 2022, 6, 24, 15, 21, 8, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 33, 19, 25, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 231.70, 7, main, -10.30, 86352.00, 1328.38, -1.42, 0.03, 31.9, 1.61, 3.86, 3.98, 0.03, 0.00, 0.00, 62.32, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495037,-106.9154752, 1387.0, 2022, 6, 24, 15, 21, 8, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 33, 19, 25, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 231.71, 7, main, -11.28, 86354.00, 1328.19, -1.61, 0.03, 31.9, 1.61, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495037,-106.9154752, 1387.0, 2022, 6, 24, 15, 21, 8, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 33, 19, 25, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 231.81, 7, main, -8.83, 86350.00, 1328.57, -1.23, 0.05, 31.9, 1.61, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495037,-106.9154752, 1387.0, 2022, 6, 24, 15, 21, 8, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 33, 19, 25, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 231.91, 7, main, -12.26, 86334.00, 1330.09, 0.28, 0.07, 31.9, 1.61, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495037,-106.9154752, 1387.0, 2022, 6, 24, 15, 21, 8, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 33, 19, 25, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 232.01, 7, main, -10.79, 86344.00, 1329.14, -0.66, 0.08, 31.9, 1.61, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495037,-106.9154752, 1387.0, 2022, 6, 24, 15, 21, 8, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 33, 19, 25, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 232.02, 7, main, -10.79, 86344.00, 1329.14, -0.66, 0.08, 31.9, 1.61, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495037,-106.9154752, 1387.0, 2022, 6, 24, 15, 21, 8, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 33, 19, 25, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 232.11, 7, main, -10.30, 86346.00, 1328.95, -0.85, 0.09, 31.9, 1.61, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495037,-106.9154752, 1387.0, 2022, 6, 24, 15, 21, 8, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 33, 19, 25, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 232.21, 7, main, -11.77, 86338.00, 1329.71, -0.09, 0.10, 31.9, 1.61, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495037,-106.9154752, 1387.0, 2022, 6, 24, 15, 21, 8, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 33, 19, 25, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 232.30, 7, main, -11.77, 86338.00, 1329.71, -0.09, 0.10, 31.9, 1.61, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495037,-106.9154752, 1387.0, 2022, 6, 24, 15, 21, 8, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 33, 19, 25, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 232.30, 7, main, -11.77, 86338.00, 1329.71, -0.09, 0.10, 31.9, 1.61, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495037,-106.9154752, 1387.0, 2022, 6, 24, 15, 21, 8, 1173, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 33, 19, 25, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 232.31, 7, main, -12.26, 86354.00, 1328.19, -1.61, 0.12, 31.9, 1.61, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 3.99, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495018,-106.9154757, 1386.0, 2022, 6, 24, 15, 21, 9, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 20, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 232.34, 7, main, -12.26, 86354.00, 1328.19, -1.61, 0.12, 31.9, 1.60, 3.85, 3.99, 0.00, 0.00, 0.00, 62.20, 26.00, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495018,-106.9154757, 1386.0, 2022, 6, 24, 15, 21, 9, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 20, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 232.41, 7, main, -8.34, 86359.00, 1327.72, -2.08, 0.13, 31.9, 1.60, 3.85, 3.99, 0.02, 0.00, 0.00, 62.07, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495018,-106.9154757, 1386.0, 2022, 6, 24, 15, 21, 9, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 20, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 232.51, 7, main, -11.28, 86351.00, 1328.47, -1.33, 0.14, 31.9, 1.60, 3.85, 3.99, 0.02, 0.00, 0.00, 62.07, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495018,-106.9154757, 1386.0, 2022, 6, 24, 15, 21, 9, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 20, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 232.61, 7, main, -9.81, 86344.00, 1329.14, -0.66, 0.15, 31.9, 1.60, 3.85, 3.99, 0.02, 0.00, 0.00, 62.07, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495018,-106.9154757, 1386.0, 2022, 6, 24, 15, 21, 9, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 20, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 232.66, 7, main, -9.81, 86344.00, 1329.14, -0.66, 0.15, 31.9, 1.61, 3.86, 3.99, 0.02, 0.00, 0.00, 62.07, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495018,-106.9154757, 1386.0, 2022, 6, 24, 15, 21, 9, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 20, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 232.71, 7, main, -11.28, 86344.00, 1329.14, -0.66, 0.15, 31.9, 1.61, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495018,-106.9154757, 1386.0, 2022, 6, 24, 15, 21, 9, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 20, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 232.81, 7, main, -12.26, 86349.00, 1328.66, -1.14, 0.14, 31.9, 1.61, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495018,-106.9154757, 1386.0, 2022, 6, 24, 15, 21, 9, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 20, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 232.91, 7, main, -8.34, 86347.00, 1328.85, -0.95, 0.13, 31.9, 1.61, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495018,-106.9154757, 1386.0, 2022, 6, 24, 15, 21, 9, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 20, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 232.98, 7, main, -8.34, 86347.00, 1328.85, -0.95, 0.13, 31.9, 1.61, 3.87, 3.99, 0.00, 0.00, 0.00, 62.20, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495018,-106.9154757, 1386.0, 2022, 6, 24, 15, 21, 9, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 20, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 233.01, 7, main, -12.26, 86349.00, 1328.66, -1.14, 0.12, 31.9, 1.61, 3.87, 3.99, 0.00, 0.00, 0.00, 62.32, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495018,-106.9154757, 1386.0, 2022, 6, 24, 15, 21, 9, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 20, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 233.11, 7, main, -10.30, 86340.00, 1329.52, -0.28, 0.11, 31.9, 1.61, 3.87, 3.99, 0.00, 0.00, 0.00, 62.32, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495018,-106.9154757, 1386.0, 2022, 6, 24, 15, 21, 9, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 20, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 233.21, 7, main, -10.79, 86341.00, 1329.42, -0.38, 0.09, 31.9, 1.61, 3.87, 3.99, 0.00, 0.00, 0.00, 62.32, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495018,-106.9154757, 1386.0, 2022, 6, 24, 15, 21, 9, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 20, 0, 0, 0, 0, 39, 32, 19, 26, 0, 0, 35, 0, 36, 21, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 233.30, 7, main, -10.79, 86341.00, 1329.42, -0.38, 0.09, 31.9, 1.60, 3.86, 3.99, 0.00, 0.00, 0.00, 62.32, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495002,-106.9154760, 1386.0, 2022, 6, 24, 15, 21, 10, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 18, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 233.30, 7, main, -10.79, 86341.00, 1329.42, -0.38, 0.09, 31.9, 1.60, 3.86, 3.99, 0.00, 0.00, 0.00, 62.32, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495002,-106.9154760, 1386.0, 2022, 6, 24, 15, 21, 10, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 18, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 233.30, 7, main, -10.79, 86341.00, 1329.42, -0.38, 0.09, 31.9, 1.60, 3.86, 3.99, 0.00, 0.00, 0.00, 62.32, 25.94, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495002,-106.9154760, 1386.0, 2022, 6, 24, 15, 21, 10, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 18, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 233.31, 7, main, -12.26, 86346.00, 1328.95, -0.85, 0.08, 31.9, 1.60, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495002,-106.9154760, 1386.0, 2022, 6, 24, 15, 21, 10, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 18, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 233.41, 7, main, -11.77, 86339.00, 1329.61, -0.19, 0.06, 31.9, 1.60, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495002,-106.9154760, 1386.0, 2022, 6, 24, 15, 21, 10, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 18, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 233.51, 7, main, -11.28, 86348.00, 1328.76, -1.04, 0.05, 31.9, 1.60, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495002,-106.9154760, 1386.0, 2022, 6, 24, 15, 21, 10, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 18, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 233.61, 7, main, -12.75, 86346.00, 1328.95, -0.85, 0.03, 31.9, 1.60, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495002,-106.9154760, 1386.0, 2022, 6, 24, 15, 21, 10, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 18, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 233.62, 7, main, -12.75, 86346.00, 1328.95, -0.85, 0.03, 31.9, 1.60, 3.86, 3.98, 0.02, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495002,-106.9154760, 1386.0, 2022, 6, 24, 15, 21, 10, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 18, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 233.71, 7, main, -11.77, 86350.00, 1328.57, -1.23, 0.02, 31.9, 1.60, 3.86, 3.98, 0.02, 0.00, 0.00, 62.20, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495002,-106.9154760, 1386.0, 2022, 6, 24, 15, 21, 10, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 18, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 233.81, 7, main, -11.28, 86340.00, 1329.52, -0.28, -0.00, 31.9, 1.60, 3.86, 3.98, 0.02, 0.00, 0.00, 62.20, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495002,-106.9154760, 1386.0, 2022, 6, 24, 15, 21, 10, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 18, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 233.91, 7, main, -11.28, 86341.00, 1329.42, -0.38, -0.00, 31.9, 1.60, 3.86, 3.98, 0.02, 0.00, 0.00, 62.20, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495002,-106.9154760, 1386.0, 2022, 6, 24, 15, 21, 10, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 18, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 233.94, 7, main, -11.28, 86341.00, 1329.42, -0.38, -0.00, 31.9, 1.60, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495002,-106.9154760, 1386.0, 2022, 6, 24, 15, 21, 10, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 18, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 234.01, 7, main, -11.28, 86352.00, 1328.38, -1.42, -0.01, 31.9, 1.60, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495002,-106.9154760, 1386.0, 2022, 6, 24, 15, 21, 10, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 18, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 234.11, 7, main, -8.83, 86352.00, 1328.38, -1.42, -0.03, 31.9, 1.60, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495002,-106.9154760, 1386.0, 2022, 6, 24, 15, 21, 10, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 18, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 234.21, 7, main, -9.32, 86340.00, 1329.52, -0.28, -0.02, 31.9, 1.60, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495002,-106.9154760, 1386.0, 2022, 6, 24, 15, 21, 10, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 18, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 234.26, 7, main, -9.32, 86340.00, 1329.52, -0.28, -0.02, 31.9, 1.60, 3.87, 3.99, 0.00, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495002,-106.9154760, 1386.0, 2022, 6, 24, 15, 21, 10, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 18, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 234.31, 7, main, -15.69, 86339.00, 1329.61, -0.19, -0.03, 31.9, 1.60, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495002,-106.9154760, 1386.0, 2022, 6, 24, 15, 21, 10, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 18, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 234.31, 7, main, -15.69, 86339.00, 1329.61, -0.19, -0.03, 31.9, 1.60, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495002,-106.9154760, 1386.0, 2022, 6, 24, 15, 21, 10, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 18, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 234.31, 7, main, -15.69, 86339.00, 1329.61, -0.19, -0.03, 31.9, 1.60, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495002,-106.9154760, 1386.0, 2022, 6, 24, 15, 21, 10, 1173, 1173, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 18, 25, 0, 0, 35, 0, 36, 20, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 234.41, 7, main, -10.30, 86342.00, 1329.33, -0.47, -0.04, 31.9, 1.60, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495056,-106.9154724, 1388.0, 2022, 6, 24, 15, 21, 11, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 234.51, 7, main, -12.75, 86350.00, 1328.57, -1.23, -0.05, 31.9, 1.60, 3.87, 3.99, 0.09, 0.00, 0.00, 62.32, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495056,-106.9154724, 1388.0, 2022, 6, 24, 15, 21, 11, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 234.58, 7, main, -12.75, 86350.00, 1328.57, -1.23, -0.05, 31.9, 1.61, 3.86, 3.99, 0.09, 0.00, 0.00, 62.32, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495056,-106.9154724, 1388.0, 2022, 6, 24, 15, 21, 11, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 234.61, 7, main, -11.28, 86345.00, 1329.04, -0.76, -0.05, 31.9, 1.61, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495056,-106.9154724, 1388.0, 2022, 6, 24, 15, 21, 11, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 234.71, 7, main, -11.77, 86341.00, 1329.42, -0.38, -0.05, 31.9, 1.61, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495056,-106.9154724, 1388.0, 2022, 6, 24, 15, 21, 11, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 234.81, 7, main, -11.77, 86354.00, 1328.19, -1.61, -0.05, 31.9, 1.61, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495056,-106.9154724, 1388.0, 2022, 6, 24, 15, 21, 11, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 234.90, 7, main, -11.77, 86354.00, 1328.19, -1.61, -0.05, 31.9, 1.61, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495056,-106.9154724, 1388.0, 2022, 6, 24, 15, 21, 11, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 234.91, 7, main, -11.28, 86352.00, 1328.38, -1.42, -0.04, 31.9, 1.61, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495056,-106.9154724, 1388.0, 2022, 6, 24, 15, 21, 11, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 235.01, 7, main, -9.81, 86349.00, 1328.66, -1.14, -0.04, 31.9, 1.61, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495056,-106.9154724, 1388.0, 2022, 6, 24, 15, 21, 11, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 235.11, 7, main, -11.77, 86348.00, 1328.76, -1.04, -0.04, 31.9, 1.61, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495056,-106.9154724, 1388.0, 2022, 6, 24, 15, 21, 11, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 235.21, 7, main, -11.28, 86347.00, 1328.85, -0.95, -0.04, 31.9, 1.61, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495056,-106.9154724, 1388.0, 2022, 6, 24, 15, 21, 11, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 235.22, 7, main, -11.28, 86347.00, 1328.85, -0.95, -0.04, 31.9, 1.58, 3.85, 3.97, 0.02, 0.00, 0.00, 62.20, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495056,-106.9154724, 1388.0, 2022, 6, 24, 15, 21, 11, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 235.30, 7, main, -11.28, 86347.00, 1328.85, -0.95, -0.04, 31.9, 1.58, 3.85, 3.97, 0.02, 0.00, 0.00, 62.20, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495056,-106.9154724, 1388.0, 2022, 6, 24, 15, 21, 11, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 235.30, 7, main, -11.28, 86347.00, 1328.85, -0.95, -0.04, 31.9, 1.58, 3.85, 3.97, 0.02, 0.00, 0.00, 62.20, 25.88, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495056,-106.9154724, 1388.0, 2022, 6, 24, 15, 21, 11, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 19, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 235.31, 7, main, -13.24, 86342.00, 1329.33, -0.47, -0.04, 31.9, 1.58, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 25.51, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495055,-106.9154701, 1388.0, 2022, 6, 24, 15, 21, 12, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 235.41, 7, main, -9.81, 86336.00, 1329.90, 0.09, -0.04, 31.9, 1.58, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 25.51, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495055,-106.9154701, 1388.0, 2022, 6, 24, 15, 21, 12, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 235.51, 7, main, -10.30, 86341.00, 1329.42, -0.38, -0.06, 31.9, 1.58, 3.85, 3.97, 0.00, 0.00, 0.00, 61.95, 25.51, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495055,-106.9154701, 1388.0, 2022, 6, 24, 15, 21, 12, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 235.54, 7, main, -10.30, 86341.00, 1329.42, -0.38, -0.06, 31.9, 1.60, 3.84, 3.97, 0.00, 0.00, 0.00, 61.95, 25.51, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495055,-106.9154701, 1388.0, 2022, 6, 24, 15, 21, 12, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 235.61, 7, main, -11.77, 86346.00, 1328.95, -0.85, -0.06, 31.9, 1.60, 3.84, 3.97, 0.00, 0.00, 0.00, 61.83, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495055,-106.9154701, 1388.0, 2022, 6, 24, 15, 21, 12, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 235.71, 7, main, -11.77, 86348.00, 1328.76, -1.04, -0.07, 31.9, 1.60, 3.84, 3.97, 0.00, 0.00, 0.00, 61.83, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495055,-106.9154701, 1388.0, 2022, 6, 24, 15, 21, 12, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 235.81, 7, main, -11.77, 86353.00, 1328.28, -1.52, -0.07, 31.9, 1.60, 3.84, 3.97, 0.00, 0.00, 0.00, 61.83, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 3.98, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495055,-106.9154701, 1388.0, 2022, 6, 24, 15, 21, 12, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 235.86, 7, main, -11.77, 86353.00, 1328.28, -1.52, -0.07, 31.9, 1.60, 3.86, 3.98, 0.00, 0.00, 0.00, 61.83, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495055,-106.9154701, 1388.0, 2022, 6, 24, 15, 21, 12, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 235.91, 7, main, -10.79, 86344.00, 1329.14, -0.66, -0.08, 31.9, 1.60, 3.86, 3.98, 0.02, 0.00, 0.00, 62.20, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495055,-106.9154701, 1388.0, 2022, 6, 24, 15, 21, 12, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 236.01, 7, main, -11.28, 86346.00, 1328.95, -0.85, -0.09, 31.9, 1.60, 3.86, 3.98, 0.02, 0.00, 0.00, 62.20, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495055,-106.9154701, 1388.0, 2022, 6, 24, 15, 21, 12, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 236.11, 7, main, -10.79, 86352.00, 1328.38, -1.42, -0.11, 31.9, 1.60, 3.86, 3.98, 0.02, 0.00, 0.00, 62.20, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495055,-106.9154701, 1388.0, 2022, 6, 24, 15, 21, 12, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 236.18, 7, main, -10.79, 86352.00, 1328.38, -1.42, -0.11, 31.9, 1.60, 3.86, 3.99, 0.02, 0.00, 0.00, 62.20, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495055,-106.9154701, 1388.0, 2022, 6, 24, 15, 21, 12, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 236.21, 7, main, -8.34, 86334.00, 1330.09, 0.28, -0.11, 31.9, 1.60, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495055,-106.9154701, 1388.0, 2022, 6, 24, 15, 21, 12, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 236.30, 7, main, -8.34, 86334.00, 1330.09, 0.28, -0.11, 31.9, 1.60, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495055,-106.9154701, 1388.0, 2022, 6, 24, 15, 21, 12, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 236.30, 7, main, -8.34, 86334.00, 1330.09, 0.28, -0.11, 31.9, 1.60, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495055,-106.9154701, 1388.0, 2022, 6, 24, 15, 21, 12, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 236.31, 7, main, -11.77, 86343.00, 1329.23, -0.57, -0.12, 31.9, 1.60, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495059,-106.9154695, 1388.0, 2022, 6, 24, 15, 21, 13, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 236.41, 7, main, -9.81, 86354.00, 1328.19, -1.61, -0.13, 31.9, 1.60, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495059,-106.9154695, 1388.0, 2022, 6, 24, 15, 21, 13, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 236.50, 7, main, -9.81, 86354.00, 1328.19, -1.61, -0.13, 31.9, 1.60, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495059,-106.9154695, 1388.0, 2022, 6, 24, 15, 21, 13, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 236.51, 7, main, -12.26, 86356.00, 1328.00, -1.80, -0.15, 31.9, 1.60, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495059,-106.9154695, 1388.0, 2022, 6, 24, 15, 21, 13, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 236.61, 7, main, -11.77, 86350.00, 1328.57, -1.23, -0.16, 31.9, 1.60, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495059,-106.9154695, 1388.0, 2022, 6, 24, 15, 21, 13, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 236.71, 7, main, -9.81, 86342.00, 1329.33, -0.47, -0.16, 31.9, 1.60, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495059,-106.9154695, 1388.0, 2022, 6, 24, 15, 21, 13, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 236.81, 7, main, -9.81, 86347.00, 1328.85, -0.95, -0.17, 31.9, 1.60, 3.86, 3.98, 0.09, 0.00, 0.00, 62.20, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495059,-106.9154695, 1388.0, 2022, 6, 24, 15, 21, 13, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 236.82, 7, main, -9.81, 86347.00, 1328.85, -0.95, -0.17, 31.9, 1.60, 3.87, 3.98, 0.09, 0.00, 0.00, 62.20, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495059,-106.9154695, 1388.0, 2022, 6, 24, 15, 21, 13, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 236.91, 7, main, -10.30, 86343.00, 1329.23, -0.57, -0.18, 31.9, 1.60, 3.87, 3.98, 0.02, 0.00, 0.00, 62.32, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495059,-106.9154695, 1388.0, 2022, 6, 24, 15, 21, 13, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 237.01, 7, main, -11.28, 86342.00, 1329.33, -0.47, -0.18, 31.9, 1.60, 3.87, 3.98, 0.02, 0.00, 0.00, 62.32, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495059,-106.9154695, 1388.0, 2022, 6, 24, 15, 21, 13, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 237.11, 7, main, -10.79, 86352.00, 1328.38, -1.42, -0.18, 31.9, 1.60, 3.87, 3.98, 0.02, 0.00, 0.00, 62.32, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.02, 0.00, 1, 1, 9, 32.9495059,-106.9154695, 1388.0, 2022, 6, 24, 15, 21, 13, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 237.14, 7, main, -10.79, 86352.00, 1328.38, -1.42, -0.18, 31.9, 1.60, 3.86, 3.99, 0.02, 0.00, 0.00, 62.32, 25.70, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495059,-106.9154695, 1388.0, 2022, 6, 24, 15, 21, 13, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 237.21, 7, main, -8.83, 86354.00, 1328.19, -1.61, -0.17, 31.9, 1.60, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495059,-106.9154695, 1388.0, 2022, 6, 24, 15, 21, 13, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 237.30, 7, main, -8.83, 86354.00, 1328.19, -1.61, -0.17, 31.9, 1.60, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495059,-106.9154695, 1388.0, 2022, 6, 24, 15, 21, 13, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 237.30, 7, main, -8.83, 86354.00, 1328.19, -1.61, -0.17, 31.9, 1.60, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495059,-106.9154695, 1388.0, 2022, 6, 24, 15, 21, 13, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 26, 0, 0, 35, 0, 36, 18, 0, 0, 0, 29, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 237.31, 7, main, -11.28, 86346.00, 1328.95, -0.85, -0.16, 31.9, 1.60, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495063,-106.9154694, 1388.0, 2022, 6, 24, 15, 21, 14, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 25, 0, 0, 35, 0, 36, 18, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 237.41, 7, main, -11.28, 86344.00, 1329.14, -0.66, -0.15, 31.9, 1.60, 3.86, 3.99, 0.00, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.01, 0.00, 0.00, 0.00, 0.00, 1, 1, 9, 32.9495063,-106.9154694, 1388.0, 2022, 6, 24, 15, 21, 14, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 25, 0, 0, 35, 0, 36, 18, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 237.46, 7, main, -11.28, 86344.00, 1329.14, -0.66, -0.15, 31.9, 1.60, 3.86, 3.98, 0.00, 0.00, 0.00, 62.20, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495063,-106.9154694, 1388.0, 2022, 6, 24, 15, 21, 14, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 25, 0, 0, 35, 0, 36, 18, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 237.51, 7, main, -10.30, 86355.00, 1328.10, -1.71, -0.14, 31.9, 1.60, 3.86, 3.98, 0.09, 0.00, 0.00, 62.14, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495063,-106.9154694, 1388.0, 2022, 6, 24, 15, 21, 14, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 25, 0, 0, 35, 0, 36, 18, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 237.61, 7, main, -12.26, 86348.00, 1328.76, -1.04, -0.14, 31.9, 1.60, 3.86, 3.98, 0.09, 0.00, 0.00, 62.14, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495063,-106.9154694, 1388.0, 2022, 6, 24, 15, 21, 14, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 25, 0, 0, 35, 0, 36, 18, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 237.71, 7, main, -11.28, 86339.00, 1329.61, -0.19, -0.13, 31.9, 1.60, 3.86, 3.98, 0.09, 0.00, 0.00, 62.14, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495063,-106.9154694, 1388.0, 2022, 6, 24, 15, 21, 14, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 25, 0, 0, 35, 0, 36, 18, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 237.78, 7, main, -11.28, 86339.00, 1329.61, -0.19, -0.13, 31.9, 1.60, 3.87, 3.99, 0.09, 0.00, 0.00, 62.14, 25.76, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495063,-106.9154694, 1388.0, 2022, 6, 24, 15, 21, 14, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 25, 0, 0, 35, 0, 36, 18, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 237.81, 7, main, -12.26, 86351.00, 1328.47, -1.33, -0.13, 31.9, 1.60, 3.87, 3.99, 0.09, 0.00, 0.00, 62.26, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495063,-106.9154694, 1388.0, 2022, 6, 24, 15, 21, 14, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 25, 0, 0, 35, 0, 36, 18, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 +6, 6583, 3,VE3LIC, 237.94, 8, landed, -12.26, 86351.00, 1328.47, -1.33, -0.13, 31.9, 1.60, 3.87, 3.99, 0.09, 0.00, 0.00, 62.26, 25.82, 0.00, 0.00, 0.00, 0.00, NaN, 4.00, 0.00, 0.00, 0.07, 0.00, 1, 1, 9, 32.9495063,-106.9154694, 1388.0, 2022, 6, 24, 15, 21, 14, 1174, 1174, 341, -0, 1.9, 0.8, 1.6, 0, 39, 29, 0, 0, 21, 0, 0, 0, 0, 39, 32, 17, 25, 0, 0, 35, 0, 36, 18, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 0, 0 diff --git a/docker-compose.yml b/docker-compose.yml index af9afbddd..244b9dcff 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,8 @@ version: '3.8' services: - python38-linux: - image: python:3.8 + python39-linux: + image: python:3.9 volumes: - .:/app working_dir: /app diff --git a/docs/conf.py b/docs/conf.py index 75f7a18a7..1253a268b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -13,18 +13,19 @@ import os import sys -sys.path.insert(0, os.path.abspath("../")) - +package_path = os.path.abspath("../") +sys.path.insert(0, package_path) +os.environ["PYTHONPATH"] = ":".join((package_path, os.environ.get("PYTHONPATH", ""))) # -- Project information ----------------------------------------------------- project = "RocketPy" -copyright = "2023, RocketPy Team" +copyright = "2024, RocketPy Team" author = "RocketPy Team" # The full version, including alpha/beta/rc tags -release = "1.2.2" +release = "1.3.0.post1" # -- General configuration --------------------------------------------------- @@ -40,7 +41,6 @@ "sphinx_design", "jupyter_sphinx", "nbsphinx", - "m2r2", ] # source_suffix = '.rst' @@ -95,7 +95,7 @@ # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ["static"] -html_css_files = ["notebooks.css"] +html_css_files = ["rocketpy.css"] html_favicon = "static/favicon.ico" html_theme_options = { "logo_link": "index", diff --git a/docs/development/docker.rst b/docs/development/docker.rst index cc64d6cfd..91aafb1d2 100644 --- a/docs/development/docker.rst +++ b/docs/development/docker.rst @@ -108,7 +108,7 @@ operational system. However, it is still useful to run the unit tests on different python versions. Currently, the `docker-compose.yml` file is configured to run the unit tests -on python 3.8 and 3.12. +on python 3.9 and 3.12. To run the unit tests on both python versions, run the following command **on your machine**: diff --git a/docs/examples/index.rst b/docs/examples/index.rst index ca1a877c3..7632c429e 100644 --- a/docs/examples/index.rst +++ b/docs/examples/index.rst @@ -16,4 +16,5 @@ If you want to see your rocket here, please contact the maintainers! valetudo_flight_sim.ipynb SEB_liquid_motor.ipynb juno3_flight_sim.ipynb + prometheus_2022_flight_sim.ipynb diff --git a/docs/examples/prometheus_2022_flight_sim.ipynb b/docs/examples/prometheus_2022_flight_sim.ipynb new file mode 100644 index 000000000..f41fe9135 --- /dev/null +++ b/docs/examples/prometheus_2022_flight_sim.ipynb @@ -0,0 +1,696 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Prometheus - Western Engineering Rocketry Team 2022\n", + "\n", + "Launched at Spaceport America Cup 2022 edition. \n", + "Western Engineering Rocketry Team is a rocket design team from Western University in London, Ontario (Canada).\n", + "Permission to use flight data given by Giorgio Chassikos, 2024.\n", + "\n", + "Website: [https://www.werocketry.com/](https://www.werocketry.com/)\n", + "\n", + "## Team Information:\n", + "The Western Engineering Rocketry Team is a student-led engineering design team founded in 2016 at Western University in London, Ontario. \n", + "Comprised of engineering students from a variety of disciplines, the team's goal is to develop and launch rockets through the Intercollegiate Rocket Engineering Competition.\n", + "\n", + "## Flight Card Results:\n", + "1. **Launch Date:** June 24th, 2022, 9:17am local time\n", + "2. **Last Simulated Apogee:** 4190.05 m\n", + "3. **Official Recorded Apogee:** 3898.37 m\n", + "\n", + "If we calculate the simulation error and divide it by the actual apogee, we get a relative error of 7.48%.\n" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "%load_ext autoreload\n", + "%autoreload 2" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "from rocketpy import Function, Rocket, GenericMotor, Flight, Environment\n", + "from rocketpy.simulation.flight_data_importer import FlightDataImporter\n", + "\n", + "import matplotlib.pyplot as plt\n", + "import numpy as np\n", + "\n", + "plt.style.use(\"seaborn-v0_8-colorblind\")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Define the Environment" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "env = Environment(\n", + " latitude=32.939377,\n", + " longitude=-106.911986,\n", + " elevation=1401,\n", + ")\n", + "env.set_date(date=(2023, 6, 24, 9), timezone=\"America/Denver\")\n", + "\n", + "env.set_atmospheric_model(\n", + " type=\"Reanalysis\",\n", + " file=\"../../data/weather/spaceport_america_pressure_levels_2023_hourly.nc\",\n", + " dictionary=\"ECMWF\",\n", + ")\n", + "\n", + "env.max_expected_height = 6000" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "Gravity Details\n", + "\n", + "Acceleration of gravity at surface level: 9.7913 m/s²\n", + "Acceleration of gravity at 6.000 km (ASL): 9.7771 m/s²\n", + "\n", + "\n", + "Launch Site Details\n", + "\n", + "Launch Date: 2023-06-24 15:00:00 UTC | 2023-06-24 09:00:00 America/Denver\n", + "Launch Site Latitude: 32.93938°\n", + "Launch Site Longitude: -106.91199°\n", + "Reference Datum: SIRGAS2000\n", + "Launch Site UTM coordinates: 321254.52 W 3646188.36 N\n", + "Launch Site UTM zone: 13S\n", + "Launch Site Surface Elevation: 1401.0 m\n", + "\n", + "\n", + "Atmospheric Model Details\n", + "\n", + "Atmospheric Model Type: Reanalysis\n", + "Reanalysis Maximum Height: 6.000 km\n", + "Reanalysis Time Period: From 2023-06-19 00:00:00 to 2023-06-24 23:00:00 UTC\n", + "Reanalysis Hour Interval: 1 hrs\n", + "Reanalysis Latitude Range: From 36.75 ° To 29.0 °\n", + "Reanalysis Longitude Range: From -108.87999725341797 ° To -105.12999725341797 °\n", + "\n", + "\n", + "Surface Atmospheric Conditions\n", + "\n", + "Surface Wind Speed: 0.20 m/s\n", + "Surface Wind Direction: 304.58°\n", + "Surface Wind Heading: 124.58°\n", + "Surface Pressure: 861.95 hPa\n", + "Surface Temperature: 299.96 K\n", + "Surface Air Density: 1.001 kg/m³\n", + "Surface Speed of Sound: 347.20 m/s\n", + "\n", + "\n", + "Earth Model Details\n", + "\n", + "Earth Radius at Launch site: 6371.85 km\n", + "Semi-major Axis: 6378.14 km\n", + "Semi-minor Axis: 6356.75 km\n", + "Flattening: 0.0034\n", + "\n", + "\n", + "Atmospheric Model Plots\n", + "\n" + ] + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "env.info()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Define the motor" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Motor Details\n", + "Total Burning Time: 4.897 s\n", + "Total Propellant Mass: 3.737 kg\n", + "Average Propellant Exhaust Velocity: 2028.119 m/s\n", + "Average Thrust: 1547.699 N\n", + "Maximum Thrust: 1827.113 N at 1.652 s after ignition.\n", + "Total Impulse: 7579.081 Ns\n", + "\n" + ] + }, + { + "data": { + "image/png": "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li5dqgtDANCzZ0/4+/tj48aNhqssIjIYBiIisghfffUVPD09cfDgQcyaNQvPPPMMHnnkEdxxxx04cuQI4uLiMHHiRFRXVwMAysrKMGLECPTr1w+HDx/G1q1bUVBQgEcffbTFexw9ehTl5eUYMGCA7piXlxekUil+/PFHqFSqm5Zx0KBB2Lt3r2HeMBEZFAMREVmEPn36YMGCBQgLC8O8efNgZ2cHT09PTJ8+HWFhYVi4cCGKi4tx9OhRAMCHH36Ifv364Y033kD37t3Rr18/rFmzBrt27cLZs2ebvUd2djZkMhm8vb11xzp27Ij3338fCxcuhJubG0aMGIElS5bg/PnzTV7v7++P7Oxs41QAEd0WBiIisggRERG632UyGTw8PNC7d2/dMR8fHwBAYWEhgMbB0bt27dKNSXJ0dNQNgM7MzGz2HjU1NbC1tW0y8DshIQH5+flYv349YmJi8MMPP6Bnz55ISkrSO8/e3l7XQkVE4mIjdAGIiAxBLpfrPZZIJHrHtCFGrVYDACorKzF27FisWLGiybX8/PyavYenpyeqq6tRX18PhUKh95yTkxPGjh2LsWPHYunSpRg9ejSWLl2K2NhY3TklJSXw8vJq3xskIqNiICIiq9S/f3/897//RUhICGxsWvdPYd++fQEAJ0+e1P3eHIlEgu7du2P//v16x48fP45hw4a1s8REZEzsMiMiq5SQkICSkhJMmDABhw4dQmZmJrZt24YpU6a0ODjay8sL/fv3x759+3TH0tPTcf/99+PHH3/EyZMnce7cOXz55ZdYs2YN7r//ft151dXVSEtLQ1xcnNHfGxG1HQMREVklf39//PHHH1CpVIiLi0Pv3r3x3HPPwdXVFVJpy/80PvXUU1i/fr3ucUBAAEJCQpCYmIioqCj0798fq1atQmJiIubPn68773//+x+CgoIwePBgo74vImofLsxIRNQGNTU16NatGzZs2ICYmJhWvy46OhrPPvssHnvsMSOWjojaiy1ERERtYG9vj3//+983XcDx74qKivDQQw9hwoQJRiwZEd0OthARERGR1WMLEREREVk9BiIiIiKyegxEREREZPUYiIiIiMjqMRARERGR1WMgIiIiIqvHQERERERWj4GIiIiIrB4DEREREVm9/wd4Ddp2aEa91QAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "motor_M1520 = GenericMotor(\n", + " # burn specs: https://www.thrustcurve.org/simfiles/5f4294d20002e900000006b1/\n", + " thrust_source=\"../../data/motors/cesaroni/Cesaroni_7579M1520-P.eng\",\n", + " burn_time=4.897,\n", + " propellant_initial_mass=3.737,\n", + " dry_mass=2.981,\n", + " # casing specs: Pro98 3G Gen2 casing\n", + " chamber_radius=0.064,\n", + " chamber_height=0.548,\n", + " chamber_position=0.274,\n", + " nozzle_radius=0.027,\n", + ")\n", + "\n", + "\n", + "motor_M1520.info()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Define the Rocket" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [], + "source": [ + "def prometheus_cd_at_ma(mach):\n", + " \"\"\"Gives the drag coefficient of the rocket at a given mach number.\"\"\"\n", + " if mach <= 0.15:\n", + " return 0.422\n", + " elif mach <= 0.45:\n", + " return 0.422 + (mach - 0.15) * (0.38 - 0.422) / (0.45 - 0.15)\n", + " elif mach <= 0.77:\n", + " return 0.38 + (mach - 0.45) * (0.32 - 0.38) / (0.77 - 0.45)\n", + " elif mach <= 0.82:\n", + " return 0.32 + (mach - 0.77) * (0.3 - 0.32) / (0.82 - 0.77)\n", + " elif mach <= 0.88:\n", + " return 0.3 + (mach - 0.82) * (0.3 - 0.3) / (0.88 - 0.82)\n", + " elif mach <= 0.94:\n", + " return 0.3 + (mach - 0.88) * (0.32 - 0.3) / (0.94 - 0.88)\n", + " elif mach <= 0.99:\n", + " return 0.32 + (mach - 0.94) * (0.37 - 0.32) / (0.99 - 0.94)\n", + " elif mach <= 1.04:\n", + " return 0.37 + (mach - 0.99) * (0.44 - 0.37) / (1.04 - 0.99)\n", + " elif mach <= 1.24:\n", + " return 0.44 + (mach - 1.04) * (0.43 - 0.44) / (1.24 - 1.04)\n", + " elif mach <= 1.33:\n", + " return 0.43 + (mach - 1.24) * (0.42 - 0.43) / (1.33 - 1.24)\n", + " elif mach <= 1.49:\n", + " return 0.42 + (mach - 1.33) * (0.39 - 0.42) / (1.49 - 1.33)\n", + " else:\n", + " return 0.39\n", + "\n", + "\n", + "prometheus = Rocket(\n", + " radius=0.06985, # 5.5\" diameter circle\n", + " mass=13.93,\n", + " inertia=(\n", + " 4.87,\n", + " 4.87,\n", + " 0.05,\n", + " ),\n", + " power_off_drag=prometheus_cd_at_ma,\n", + " power_on_drag=lambda x: prometheus_cd_at_ma(x) * 1.02, # 5% increase in drag\n", + " center_of_mass_without_motor=0.9549,\n", + " coordinate_system_orientation=\"tail_to_nose\",\n", + ")\n", + "\n", + "prometheus.set_rail_buttons(0.69, 0.21, 60)\n", + "\n", + "prometheus.add_motor(motor=motor_M1520, position=0)\n", + "nose_cone = prometheus.add_nose(length=0.742, kind=\"Von Karman\", position=2.229)\n", + "fin_set = prometheus.add_trapezoidal_fins(\n", + " n=3,\n", + " span=0.13,\n", + " root_chord=0.268,\n", + " tip_chord=0.136,\n", + " position=0.273,\n", + " sweep_length=0.066,\n", + ")\n", + "drogue = prometheus.add_parachute(\n", + " \"Drogue\",\n", + " cd_s=1.6 * np.pi * 0.3048**2, # Cd = 1.6, D_chute = 24 in\n", + " trigger=\"apogee\",\n", + ")\n", + "main = prometheus.add_parachute(\n", + " \"Main\",\n", + " cd_s=2.2 * np.pi * 0.9144**2, # Cd = 2.2, D_chute = 72 in\n", + " trigger=457.2, # 1500 ft\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "Inertia Details\n", + "\n", + "Rocket Mass: 13.930 kg (without motor)\n", + "Rocket Dry Mass: 16.911 kg (with unloaded motor)\n", + "Rocket Loaded Mass: 20.648 kg (with loaded motor)\n", + "Rocket Inertia (with unloaded motor) 11: 6.008 kg*m2\n", + "Rocket Inertia (with unloaded motor) 22: 6.008 kg*m2\n", + "Rocket Inertia (with unloaded motor) 33: 0.050 kg*m2\n", + "Rocket Inertia (with unloaded motor) 12: 0.000 kg*m2\n", + "Rocket Inertia (with unloaded motor) 13: 0.000 kg*m2\n", + "Rocket Inertia (with unloaded motor) 23: 0.000 kg*m2\n", + "\n", + "Geometrical Parameters\n", + "\n", + "Rocket Maximum Radius: 0.06985 m\n", + "Rocket Frontal Area: 0.015328 m2\n", + "\n", + "Rocket Distances\n", + "Rocket Center of Dry Mass - Center of Mass without Motor: 0.120 m\n", + "Rocket Center of Dry Mass - Nozzle Exit: 0.835 m\n", + "Rocket Center of Dry Mass - Center of Propellant Mass: 0.561 m\n", + "Rocket Center of Mass - Rocket Loaded Center of Mass: 0.102 m\n", + "\n", + "\n", + "Aerodynamics Lift Coefficient Derivatives\n", + "\n", + "Nose Cone Lift Coefficient Derivative: 2.000/rad\n", + "Fins Lift Coefficient Derivative: 6.406/rad\n", + "\n", + "Center of Pressure\n", + "\n", + "Nose Cone Center of Pressure position: 1.858 m\n", + "Fins Center of Pressure position: 0.191 m\n", + "\n", + "Stability\n", + "\n", + "Center of Mass position (time=0): 0.733 m\n", + "Center of Pressure position (time=0): 0.588 m\n", + "Initial Static Margin (mach=0, time=0): 1.042 c\n", + "Final Static Margin (mach=0, time=burn_out): 1.768 c\n", + "Rocket Center of Mass (time=0) - Center of Pressure (mach=0): 0.146 m\n", + "\n", + "\n", + "Parachute Details\n", + "\n", + "Parachute Drogue with a cd_s of 0.4670 m2\n", + "Ejection signal trigger: At Apogee\n", + "Ejection system refresh rate: 100.000 Hz\n", + "Time between ejection signal is triggered and the parachute is fully opened: 0.0 s\n", + "\n", + "\n", + "Parachute Details\n", + "\n", + "Parachute Main with a cd_s of 5.7789 m2\n", + "Ejection signal trigger: 457.2 m (AGL)\n", + "Ejection system refresh rate: 100.000 Hz\n", + "Time between ejection signal is triggered and the parachute is fully opened: 0.0 s\n", + "\n" + ] + }, + { + "data": { + "image/png": "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QmZP0onz58/ruoRGQ7JWj2StHslaXZK3EELUcvak/Px81q5dy+HDh0lOTta6TDrAgQMH6qI2IYQQQghxFzl//jxjx47l9OnTNG/enJMnT+q6JKGSWvU0TJs2jeXLl+Ph4UHPnj159NFHtW6ias7OzrouodGQrNUjWatHslaX5C1u5/r16zz//PMEBARgYWGBj48PAwcOZN++fXW6n+7duzNz5sw63WZNzZs3DwsLC86ePcsvv/xS4TpjxozByMiISZMmlXts6tSpGBkZMWbMmPouVdSxWvU07N69m6+++ooOHTrUdT23tX79epYvX05iYiLBwcEsXryYtm3bVrjuxo0b+eqrr4iIiAAgLCyM2bNnV7q+WgwNa315DFFDkrV6JGv1SNbqkrxFVaKjo+natSu2trYsWrSIli1bcvPmTX755RemTZvGmTNndF1iOYWFhRgbG9fquVFRUfTp0+e25/p4eHjw9ddf8/777yuTCeTn5/Pll1/i6elZq30L3apVT4ObmxtWVlZ1Xcttbd++ndmzZzNr1iz2799Py5YtGTp0KElJSRWu//vvvzNkyBB27NjB7t27adKkCUOGDCE+Pl7lyrXpev+NiWStHslaPZK1uiTvhuevK1lsPZbIX1ey6n1fU6dORU9PjyNHjjB48GACAgIIDg5mxowZHD58WFkvPT2d8ePH4+bmhr29PT169OD06dPK4/PmzaNt27Z88cUX+Pn54eDgwFNPPUVWVulrGDNmDIcOHWL58uUYGRlhZGREdHQ0AGfOnKFfv37Y2trStGlTRo0aRXJysrLt7t27M23aNGbOnImrqyt9+vSp8LVoNBrefvttvL29sbCwoG3btuzevVt53MjIiL/++ou3334bIyMj5s2bV2kurVu3xt3dnW+//VZZ9u233+Lh4UFYWJjWurt376Zr1644Ojri4uLCgAEDiIqKUh4vLCxk2rRpeHh4YGlpSbNmzVi8eDEAJSUlzJs3D19fXywsLPD09GT69OmV1iVqr1Zfn8yfP585c+awZMkSPDw86rqmSq1cuZKRI0fy1FNPAbBkyRL27NnDpk2bKjxA1q5dq3X/ww8/ZOfOnRw6dIgnnniiwn0UFBRQUFCg3C/7z6pLKSkp/P777/W6D319fR5++GHMzc3rdT9CCCFEfXrn22hW7Lmm3J/coymvD/Kul32lpqaye/du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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "prometheus.info()\n", + "prometheus.draw()\n", + "prometheus.plots.drag_curves()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Simulate the Flight" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [], + "source": [ + "test_flight = Flight(\n", + " rocket=prometheus,\n", + " environment=env,\n", + " inclination=80,\n", + " heading=75,\n", + " rail_length=5.18,\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "Rail Departure State\n", + "\n", + "Rail Departure Time: 0.385 s\n", + "Rail Departure Velocity: 25.256 m/s\n", + "Rail Departure Stability Margin: 1.090 c\n", + "Rail Departure Angle of Attack: 0.455°\n", + "Rail Departure Thrust-Weight Ratio: 8.326\n", + "Rail Departure Reynolds Number: 1.911e+05\n", + "\n", + "Burn out State\n", + "\n", + "Burn out time: 4.897 s\n", + "Altitude at burn out: 2271.761 m (ASL) | 870.761 m (AGL)\n", + "Rocket speed at burn out: 328.201 m/s\n", + "Freestream velocity at burn out: 326.875 m/s\n", + "Mach Number at burn out: 0.950\n", + "Kinetic energy at burn out: 9.108e+05 J\n", + "\n", + "Apogee State\n", + "\n", + "Apogee Time: 29.113 s\n", + "Apogee Altitude: 5591.386 m (ASL) | 4190.386 m (AGL)\n", + "Apogee Freestream Speed: 35.967 m/s\n", + "Apogee X position: 1524.285 m\n", + "Apogee Y position: 427.117 m\n", + "Apogee latitude: 32.9432166°\n", + "Apogee longitude: -106.8956535°\n", + "\n", + "Stability Margin\n", + "\n", + "Initial Stability Margin: 1.042 c at 0.00 s\n", + "Out of Rail Stability Margin: 1.090 c at 0.38 s\n", + "Maximum Stability Margin: 1.886 c at 4.91 s\n", + "Minimum Stability Margin: 1.042 c at 0.00 s\n", + "\n", + "Maximum Values\n", + "\n", + "Maximum Speed: 330.240 m/s at 4.71 s\n", + "Maximum Mach Number: 0.955 Mach at 4.74 s\n", + "Maximum Reynolds Number: 2.339e+06 at 4.66 s\n", + "Maximum Dynamic Pressure: 5.021e+04 Pa at 4.69 s\n", + "Maximum Acceleration During Motor Burn: 82.803 m/s² at 1.67 s\n", + "Maximum Gs During Motor Burn: 8.444 g at 1.67 s\n", + "Maximum Acceleration After Motor Burn: 11.737 m/s² at 17.59 s\n", + "Maximum Gs After Motor Burn: 1.197 Gs at 17.59 s\n", + "Maximum Stability Margin: 1.886 c at 4.91 s\n", + "Maximum Upper Rail Button Normal Force: 0.191 N\n", + "Maximum Upper Rail Button Shear Force: 0.060 N\n", + "Maximum Lower Rail Button Normal Force: 0.119 N\n", + "Maximum Lower Rail Button Shear Force: 0.038 N\n" + ] + } + ], + "source": [ + "# test_flight.prints.initial_conditions()\n", + "# test_flight.prints.surface_wind_conditions()\n", + "# test_flight.prints.launch_rail_conditions()\n", + "test_flight.prints.out_of_rail_conditions()\n", + "test_flight.prints.burn_out_conditions()\n", + "test_flight.prints.apogee_conditions()\n", + "# test_flight.prints.events_registered()\n", + "# test_flight.prints.impact_conditions()\n", + "test_flight.prints.stability_margin()\n", + "test_flight.prints.maximum_values()\n", + "# test_flight.prints.numerical_integration_settings()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Read the Telemetry Data" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The following attributes were create and are now available to be used: ['time', 'z', 'altitude', 'acceleration', 'pressure', 'latitude', 'longitude']\n" + ] + } + ], + "source": [ + "columns_map = {\n", + " \"time\": \"time\",\n", + " \"altitude\": \"z\",\n", + " \"height\": \"altitude\",\n", + " \"acceleration\": \"acceleration\",\n", + " \"pressure\": \"pressure\",\n", + " \"accel_x\": \"ax\",\n", + " \"accel_y\": \"ay\",\n", + " \"accel_z\": \"az\",\n", + " \"latitude\": \"latitude\",\n", + " \"longitude\": \"longitude\",\n", + "}\n", + "\n", + "\n", + "cots_altimeter_flight = FlightDataImporter(\n", + " name=\"Telemetry Mega\",\n", + " paths=\"../../data/prometheus/2022-06-24-serial-5115-flight-0001-TeleMetrum.csv\",\n", + " columns_map=columns_map,\n", + " units=None,\n", + " interpolation=\"linear\",\n", + " extrapolation=\"zero\",\n", + " delimiter=\",\",\n", + " encoding=\"utf-8\",\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Compare Simulation and Telemetry Data" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "RocketPy apogee: 4190.39 m\n", + "Real apogee: 3903.77 m\n", + "Absolute error: 286.62 m\n", + "Relative error: 7.34%\n" + ] + } + ], + "source": [ + "real_apogee = cots_altimeter_flight.altitude.max\n", + "rocketpy_apogee = test_flight.apogee - test_flight.env.elevation\n", + "a_error = abs(real_apogee - rocketpy_apogee)\n", + "r_error = a_error / real_apogee * 100\n", + "\n", + "print(f\"RocketPy apogee: {rocketpy_apogee:.2f} m\")\n", + "print(f\"Real apogee: {real_apogee:.2f} m\")\n", + "print(f\"Absolute error: {a_error:.2f} m\")\n", + "print(f\"Relative error: {r_error:.2f}%\")" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": {}, + "outputs": [ + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAk0AAAHHCAYAAACiOWx7AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguNCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8fJSN1AAAACXBIWXMAAA9hAAAPYQGoP6dpAACeVUlEQVR4nOzdd3gU5drA4d/uZje9VwIhRHoJxQQw2FBCQhEFAQVRaYoFjiLnYEUU0cMHCoKIIgcpCgiCgooIhCYgkd57D5CEAOl123x/LFmItAQSJuW5r4tLZ+bdmWffTXnyVo2iKApCCCGEEOKmtGoHIIQQQghREUjSJIQQQghRDJI0CSGEEEIUgyRNQgghhBDFIEmTEEIIIUQxSNIkhBBCCFEMkjQJIYQQQhSDJE1CCCGEEMUgSZMQQgghRDFI0iSEEFXcrFmz0Gg0nDp1Su1QhCjXJGkSohIp/OVX+M/JyYl69eoxZMgQzp8/r3Z45drixYvp2LEjfn5+GAwGgoODeeqpp1izZo3aoQkhygmN7D0nROUxa9Ys+vfvz0cffURYWBj5+fls3LiR77//ntDQUPbt24eLi4vaYZYriqIwYMAAZs2aRYsWLejRowdBQUEkJSWxePFitm/fzl9//UWbNm3UDrXMWCwWTCYTjo6OaDQatcMRotxyUDsAIUTp69ixI5GRkQC88MIL+Pr6MmHCBH755Rd69+593dfk5OTg6up6N8O8I4qikJ+fj7Oz8x3dZ/z48cyaNYuhQ4cyYcKEIknDe++9x/fff4+DQ+X8UVn4met0OnQ6ndrhCFHuSfecEFXAo48+CsDJkycB6NevH25ubhw/fpxOnTrh7u5Onz59ALBarUycOJHGjRvj5OREYGAgL730EmlpaUXuuW3bNmJjY/Hz88PZ2ZmwsDAGDBhQpMz8+fOJiIjA3d0dDw8PwsPDmTRpkv36hx9+eN2WjeuNsalVqxaPPfYYK1asIDIyEmdnZ7755hsA0tPTGTp0KCEhITg6OlKnTh3Gjh2L1Wq9ab3k5eUxZswYGjRowGeffXbdWJ577jlatWplPz5x4gQ9e/bEx8cHFxcX7rvvPn7//fcir1m3bh0ajYYff/yRUaNGUb16ddzd3enRowcZGRkUFBQwdOhQAgICcHNzo3///hQUFBS5h0ajYciQIcydO5f69evj5OREREQE69evL1Lu9OnTvPrqq9SvXx9nZ2d8fX3p2bPnNeOTCuv0zz//5NVXXyUgIIAaNWrcsL6L8/nm5OTw73//217v9evX57PPPuOfHRiF72XJkiU0adIER0dHGjduzPLly2/6+QhR3lTOP5+EEEUcP34cAF9fX/s5s9lMbGwsDzzwAJ999pm92+6ll16yd/O99tprnDx5ki+//JKdO3fy119/odfrSUlJISYmBn9/f95++228vLw4deoUP//8s/3+cXFx9O7dm3bt2jF27FgADh48yF9//cXrr79+W+/j8OHD9O7dm5deeokXX3yR+vXrk5uby8MPP8y5c+d46aWXqFmzJps2beKdd94hKSmJiRMn3vB+GzduJDU1laFDhxarpeX8+fO0adOG3NxcXnvtNXx9fZk9ezaPP/44ixYtolu3bkXKjxkzBmdnZ95++22OHTvG5MmT0ev1aLVa0tLS+PDDD/n777+ZNWsWYWFhjBw5ssjr//zzTxYsWMBrr72Go6MjX331FR06dGDLli00adIEgK1bt7Jp0yZ69epFjRo1OHXqFF9//TVt27blwIED13THvvrqq/j7+zNy5EhycnKu+z6L8/kqisLjjz/O2rVrGThwIM2bN2fFihUMHz6cc+fO8fnnn19T1z///DOvvvoq7u7ufPHFF3Tv3p2EhIQiX5dClGuKEKLSmDlzpgIoq1atUi5cuKCcOXNGmT9/vuLr66s4OzsrZ8+eVRRFUfr27asAyttvv13k9Rs2bFAAZe7cuUXOL1++vMj5xYsXK4CydevWG8by+uuvKx4eHorZbL5hmQ8++EC53o+hwvdx8uRJ+7nQ0FAFUJYvX16k7OjRoxVXV1flyJEjRc6//fbbik6nUxISEm74/EmTJimAsnjx4huWudrQoUMVQNmwYYP9XFZWlhIWFqbUqlVLsVgsiqIoytq1axVAadKkiWI0Gu1le/furWg0GqVjx45F7hsVFaWEhoYWOQcogLJt2zb7udOnTytOTk5Kt27d7Odyc3OviTM+Pl4BlO+++85+rrBOH3jggWs+k3/Wd3E+3yVLliiA8vHHHxc536NHD0Wj0SjHjh0r8l4MBkORc7t371YAZfLkyTd8hhDljXTPCVEJRUdH4+/vT0hICL169cLNzY3FixdTvXr1IuVeeeWVIscLFy7E09OT9u3bc/HiRfu/iIgI3NzcWLt2LQBe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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAjIAAAHHCAYAAACle7JuAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguNCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8fJSN1AAAACXBIWXMAAA9hAAAPYQGoP6dpAACAn0lEQVR4nO3dd3hTZfsH8G929950svfeew8RRTYqS4YioICi6KsgvorKq4gKuAUHCIKA6I+9Ze9RdktLgdKWUrpH1vn9EXrakBbSNG2S8v1cVy+Tc55zcudpJHefKREEQQARERGRA5LaOgAiIiIiSzGRISIiIofFRIaIiIgcFhMZIiIiclhMZIiIiMhhMZEhIiIih8VEhoiIiBwWExkiIiJyWExkiIiIyGExkSGqArp27YquXbvaOgwTy5cvh0QiQXx8vK1DeSy99957kEgktg6DqEIxkSEqo6VLl0IikaBNmza2DsVuzJ8/Hxs2bLB1GCZ0Oh2WLVuGrl27wsfHByqVCpGRkRg3bhyOHz9u6/CIyAok3GuJqGw6dOiAxMRExMfH4+rVq6hZs6atQxJbY/bs2WOT13dzc8OQIUOwfPlyo+M6nQ4ajQYqlarSWwby8vIwaNAgbNmyBZ07d8aAAQPg4+OD+Ph4/PHHH7hy5QoSEhIQGhpaqXFVJq1WC61WCycnJ1uHQlRh5LYOgMiRxMXF4eDBg1i3bh1efPFFrFixAnPnzrV1WFal1+uhVqut8uUnk8kgk8msEFXZzZo1C1u2bMHnn3+O6dOnG52bO3cuPv/8c5vEVRlycnLg6uoKuVwOuZz/zFPVxq4lojJYsWIFvL290b9/fwwZMgQrVqwosVx6ejpmzJiByMhIqFQqhIaGYvTo0UhNTRXL5Ofn47333kPt2rXh5OSE4OBgDBo0CLGxsWIZvV6PRYsWoUGDBnByckJgYCBefPFF3Lt375GxFhQUYO7cuahZsyZUKhXCwsLwxhtvoKCgwKicRCLB1KlTsWLFCjRo0AAqlQpbtmwBAHz66ado3749fH194ezsjBYtWmDt2rUm1+fk5ODnn3+GRCKBRCLB2LFjAZQ+Rmbp0qXia4WEhGDKlClIT083KtO1a1c0bNgQFy5cQLdu3eDi4oJq1aphwYIFj3zvN2/exLfffotevXqZJDGAIcF6/fXXjVpjTp06hX79+sHDwwNubm7o0aMHDh8+bHRd4fvZv38/XnnlFfj7+8PLywsvvvgi1Go10tPTMXr0aHh7e8Pb2xtvvPEGijd6x8fHQyKR4NNPP8Xnn3+OiIgIODs7o0uXLoiOjjZ6rbNnz2Ls2LGoXr06nJycEBQUhBdeeAF37941Klc4DubChQt49tln4e3tjY4dOxqdK2779u3o2LEjvLy84Obmhjp16uDtt982KpOSkoLx48cjMDAQTk5OaNKkCX7++WejMsXfy3fffYcaNWpApVKhVatWOHbs2CN+Q0TWw1SdqAxWrFiBQYMGQalUYuTIkfj6669x7NgxtGrVSiyTnZ2NTp064eLFi3jhhRfQvHlzpKamYuPGjbh58yb8/Pyg0+nw5JNPYufOnRgxYgReffVVZGVlYfv27YiOjkaNGjUAAC+++CKWL1+OcePG4ZVXXkFcXBwWL16MU6dO4cCBA1AoFCXGqdfr8dRTT2H//v2YNGkS6tWrh3PnzuHzzz/HlStXTMaz7Nq1C3/88QemTp0KPz8/REZGAgC++OILPPXUU3juueegVquxatUqDB06FP/88w/69+8PAPj1118xYcIEtG7dGpMmTQIAMf6SvPfee5g3bx569uyJyZMn4/Lly2I9Pvie7t27h759+2LQoEEYNmwY1q5dizfffBONGjVCv379Sn2NzZs3Q6vVYtSoUaX/Mos5f/48OnXqBA8PD7zxxhtQKBT49ttv0bVrV+zdu9dkPNS0adMQFBSEefPm4fDhw/juu+/g5eWFgwcPIjw8HPPnz8emTZvwv//9Dw0bNsTo0aONrv/ll1+QlZWFKVOmID8/H1988QW6d++Oc+fOITAwEIAh4bh27RrGjRuHoKAgnD9/Ht999x3Onz+Pw4cPmyQoQ4cORa1atTB//nyUNmLg/PnzePLJJ9G4cWO8//77UKlUiImJwYEDB8QyeXl56Nq1K2JiYjB16lRERUVhzZo1GDt2LNLT0/Hqq68a3XPlypXIysrCiy++CIlEggULFmDQoEG4du1aqZ9PIqsSiMgsx48fFwAI27dvFwRBEPR6vRAaGiq8+uqrRuXmzJkjABDWrVtncg+9Xi8IgiD89NNPAgBh4cKFpZb5999/BQDCihUrjM5v2bLF5HiXLl2ELl26iM9//fVXQSqVCv/++6/Rtd98840AQDhw4IB4DIAglUqF8+fPm8SSm5tr9FytVgsNGzYUunfvbnTc1dVVGDNmjMn1y5YtEwAIcXFxgiAIQkpKiqBUKoXevXsLOp1OLLd48WIBgPDTTz8ZvScAwi+//CIeKygoEIKCgoTBgwebvFZxM2bMEAAIp06demi5QgMHDhSUSqUQGxsrHktMTBTc3d2Fzp07m7yfPn36iL8nQRCEdu3aCRKJRHjppZfEY1qtVggNDTX6vcTFxQkABGdnZ+HmzZvi8SNHjggAhBkzZojHHqx7QRCE33//XQAg7Nu3Tzw2d+5cAYAwcuRIk/KF5wp9/vnnAgDhzp07pdbFokWLBADCb7/9Jh5Tq9VCu3btBDc3NyEzM9Povfj6+gppaWli2b/++ksAIPz999+lvgaRNbFrichMK1asQGBgILp16wbA0KUyfPhwrFq1CjqdTiz3559/okmTJnjmmWdM7lH4V/Sff/4JPz8/TJs2rdQya9asgaenJ3r16oXU1FTxp0WLFnBzc8Pu3btLjXXNmjWoV68e6tata3Rt9+7dAcDk2i5duqB+/fom93F2dhYf37t3DxkZGejUqRNOnjxZ6ms/zI4dO6BWqzF9+nRIpUX//EycOBEeHh74v//7P6Pybm5ueP7558XnSqUSrVu3xrVr1x76OpmZmQAAd3f3R8ak0+mwbds2DBw4ENWrVxePBwcH49lnn8X+/fvF+xUaP368UYtImzZtIAgCxo8fLx6TyWRo2bJlibEOHDgQ1apVE5+3bt0abdq0waZNm8Rjxes+Pz8fqampaNu2LQCUWP8vvfTSI9+rl5cXAOCvv/6CXq8vscymTZsQFBSEkSNHiscUCgVeeeUVZGdnY+/evUblhw8fDm9vb/F5p06dAOCRvyMia2EiQ2QGnU6HVatWoVu3boiLi0NMTAxiYmLQpk0bJCcnY+fOnWLZ2NhYNGzY8KH3i42NRZ06dR46EPPq1avIyMhAQEAA/P39jX6ys7ORkpLy0GvPnz9vcl3t2rUBwOTaqKioEu/zzz//oG3btnBycoKPjw/8/f3x9ddfIyMj46HvrzTXr18HANSpU8fouFKpRPXq1cXzhUJDQ026ULy9vR85RsjDwwMAkJWV9ciY7ty5g9zcXJOYAKBevXrQ6/W4ceOG0fHw8HCj556engCAsLAwk+MlxVqrVi2TY7Vr1zYaS5SWloZXX30VgYGBcHZ2hr+/v/h7Kqn+S/sdFjd8+HB06NABEyZMQGBgIEaMGIE//vjDKKm5fv06atWqZZRoAoa6KDxf3IN1UZjUmDOOi8gaOEaGyAy7du3C7du3sWrVKqxatcrk/IoVK9C7d2+rvqZer0dAQECpA4r9/f0fem2jRo2wcOHCEs8/+IVb/K//Qv/++y+eeuopdO7cGUuXLkVwcDAUCgWWLVuGlStXluGdWK60GU/CI1aNqFu3LgDg3LlzaNq0qbXDKjWuko4/KtbSDBs2DAcPHsSsWbPQtGlTuLm5Qa/Xo2/fviW2ppT0OyypzL59+7B792783//9H7Zs2YLVq1eje/fu2LZtm0UzzCz9HRFZCxMZIjOsWLECAQEBWLJkicm5devWYf369fjmm2/g7OyMGjVqmMxAeVCNGjVw5MgRaDSaUgdE1qhRAzt27ECHDh3M+pJ68NozZ86gR48eFq/f8ueff8LJyQlbt26FSqUSjy9btsykrLmvERERAQC4fPmyUTeOWq1GXFwcevbsaVGsD+rXrx9kMhl+++23Rw749ff3h4uLCy5fvmxy7tKlS5BKpSaJX3ldvXrV5NiVK1fEQdb37t3Dzp07MW/ePMyZM+eh15WVVCpFjx490KNHDyxcuBDz58/Hf/7zH+zevRs9e/ZEREQEzp49C71eb9Qqc+nSJQBFv0Mie8GuJaJHyMvLw7p16/Dkk09iyJAhJj9Tp05FVlYWNm7cCAAYPHgwzpw5g/Xr15vcq/Cv1MGDByM1NRWLFy8utcywYcOg0+nw3//+16SMVqs1ma5c3LBhw3Dr1i18//33Jb6fnJycR75vmUwGiURiNP4nPj6+xBV8XV1dHxpPoZ49e0KpVOLLL780+ov9xx9/REZGhjgTqrzCwsIwceJEbNu2DV999ZXJeb1ej88++ww3b96ETCZD79698ddffxl17SQnJ2PlypXo2LGj2FVlLRs2bMCtW7fE50ePHsWRI0fEmViFrRwPtmosWrSoXK+blpZmcqywxapwWv4TTzyBpKQkrF69Wiyj1Wrx1Vdfwc3NDV26dClXDETWxhYZokfYuHEjsrKy8NRTT5V4vm3btvD398eKFSswfPhwzJo1C2vXrsXQoUPxwgsvoEWLFkhLS8PGjRvxzTffoEmTJhg9ejR++eUXzJw5E0ePHkWnTp2Qk5ODHTt24OWXX8bTTz+NLl264MUXX8RHH32E06dPo3fv3lAoFLh69SrWrFmDL774AkOGDCkxplGjRuGPP/7ASy+9hN27d6NDhw7Q6XS4dOkS/vjjD2zduhUtW7Z86Pvu378/Fi5ciL59++LZZ59FSkoKlixZgpo1a+Ls2bNGZVu0aIEdO3Zg4cKFCAkJQVRUVIlbOPj7++Ott97CvHnz0LdvXzz11FO4fPkyli5dilatWhkN7C2vzz77DLGxsXjllVfERNTb2xsJCQlYs2YNLl26hBEjRgAAPvjgA3F9lZdffhlyuRzffvstCgoKzFq3pqxq1qyJjh07YvLkySgoKMCiRYvg6+uLN954A4BhjE/nzp2xYMECaDQaVKtWDdu2bUNcXFy5Xvf999/Hvn370L9/f0RERCAlJQVLly5FaGiouPbMpEmT8O2332Ls2LE4ceIEIiMjsXbtWhw4cACLFi0yawA1UaWy3YQpIscwYMAAwcnJScjJySm1zNixYwWFQiGkpqYKgiAId+/eFaZOnSpUq1ZNUCqVQmhoqDBmzBjxvCAYptf+5z//EaKiogSFQiEEBQUJQ4YMMZoCLAiC8N133wktWrQQnJ2dBXd3d6FRo0bCG2+8ISQmJoplHpx+LQiGKbOffPKJ0KBBA0GlUgne3t5CixYthHnz5gkZGRliOQDClClTSnxfP/74o1CrVi1BpVIJdevWFZYtW2YypVcQBOHSpUtC586dBWdnZwGAOBX7wenXhRYvXizUrVtXUCgUQmBgoDB58mTh3r17RmW6dOkiNGjQwCSmMWPGCBERESXG+yCtViv88MMPQqdOnQRPT09BoVAIERERwrhx40ymZp88eVLo06eP4ObmJri4uAjdunUTDh48aFSm8P0cO3bM6HhhnTw4rXnMmDGCq6ur+LxwyvL//vc/4bPPPhPCwsIElUoldOrUSThz5ozRtTdv3hSeeeYZwcvLS/D09BSGDh0qJCYmCgCEuXPnPvK1i58rtHPnTuHpp58WQkJCBKVSKYSEhAgjR44Urly5YnRdcnKyMG7cOMHPz09QKpVCo0aNhGXLlhmVKf5eHvRgjEQViXstERFVkvj4eERFReF///sfXn/9dVuHQ1QlcIwMEREROSwmMkREROSwmMgQERGRw+IYGSIiInJYbJEhIiIih8VEhoiIiBxWlV8QT6/XIzExEe7u7hYv1U5ERESVSxAEZGVlISQkxGQT0+KqfCKTmJho9X1SiIiIqHLcuHEDoaGhpZ6v8olM4XLaN27csOp+KRqNBtu2bROXjaeHY32Zj3VlPtaV+VhX5mNdma8i6yozMxNhYWGP3Bajyicyhd1JHh4eVk9kXFxc4OHhwQ+6GVhf5mNdmY91ZT7WlflYV+arjLp61LAQDvYlIiIih8VEhoiIiBwWExkiIiJyWFV+jAwREVUdWq0WarW6Ql9Do9FAoVAgNzeXY2QeoTx1pVQqIZeXPw1hIkNERHZPEAQkJCQgNTW1Ul4vMDAQMTExlfJajq48deXn54fw8PByrfPGRIaIiOxeYRJTrVo1uLm5PXSBNLJ/er0e2dnZuHXrFgAgIiLC4nsxkSEiIrum1WrFJCYoKMjW4ZCVuLm5AQBu3bqFtLQ0NGnSxKIElSktERHZtcIxMYVffFR1FP5ODx06hMOHD0Ov15f5HkxkiIjIIbA7qeop/J26uLjg6NGjSEpKKvs9rB0UERERUVm4ubkhPz8fOTk5Zb6WiQwREZGDGjt2LAYOHGjrMMqtcNYSu5aIiIjsyNixYyGRSCCRSKBQKBAVFYU33ngD+fn5tg4NAPDee++hadOmJscjIyPFuF1dXdG8eXOsWbOm8gM0AxMZC6UV5CJZl490dZ6tQyEiIjvWt29f3L59G9euXcPnn3+Ob7/9FnPnzrV1WI/0/vvv4/bt2zh16hRatWqF4cOH4+DBg7YOywQTGQv959QWvJhxDEsvH7J1KEREZMdUKhWCgoIQFhaGgQMHomfPnti+fTsAoKCgAK+88goCAgLg5OSEjh074tixY0bXnz9/Hk8++SQ8PDzg7u6OTp06ITY2tsTXOnbsGPz9/fHJJ58AANLT0zFhwgT4+/vDw8MD3bt3x5kzZwAAy5cvx7x583DmzBmx9WX58uXivdzd3REUFITatWtjyZIlcHZ2xt9//419+/ZBoVCYDMydPn06OnXqZK1qMxvXkbGQTGLIAXVC2fvziIiofARBQK5aZ5PXdlHKLF6JNjo6GgcPHhQXgHvjjTfw559/4ueff0ZERAQWLFiAPn36ICYmBj4+Prh16xY6d+6Mrl27YteuXfDw8MCBAweg1WpN7r1r1y4MGjQICxYswKRJkwAAQ4cOhbOzMzZv3gxPT098++236NGjB65cuYLhw4cjOjoaW7ZswY4dOwAAnp6eJcYtl8uhUCigVqvRuXNnVK9eHb/++itmzZoFwLBVwYoVK7BgwQKL6qU8mMhYSHb/Q6wTBBtHQkT0+MlV6+D29mabvHb2/H5wVZn/9fnPP//Azc0NWq0WBQUFkEqlWLx4MXJycvD1119j+fLl6NevHwDg+++/x/bt2/Hjjz9i1qxZWLJkCTw9PbFq1SpxL6PatWubvMb69esxevRo/PDDDxg+fDgAYP/+/Th69ChSUlKgUqkAAJ9++ik2bNiAtWvXYtKkSXBzc4NcLn/oQoNqtRqfffYZMjIy0L17dwDA+PHjsWzZMjGR+fvvv5Gfn49hw4aZXS/Wwq4lC7FFhoiIzNGtWzecPn0aR44cwZgxYzBu3DgMHjwYsbGx0Gg06NChg1hWoVCgdevWuHjxIgDg9OnT6NSp00M3ZDxy5AiGDh2KX3/9VUxiAODMmTPIzs6Gr68v3NzcxJ+4uLhSu6aKe/PNN+Hm5gYXFxd88skn+Pjjj9G/f38AhkHMMTExOHz4MABDN9WwYcPg6upqUR2VB1tkLMQWGSIi23FRypA9v5/NXrssXF1dUbNmTQDATz/9hCZNmuDHH39Eq1atHnmts7PzI8vUqFEDvr6++Omnn9C/f38x6cnOzkZwcDD27Nljco2Xl9cj7ztr1iyMHTsWbm5uCAwMNOpOCwgIwIABA7Bs2TJERUVh8+bNJb5OZWAiY6HCFhlL5rwTEVH5SCSSMnXv2AupVIq3334bM2fORExMDJRKJQ4cOCCOmdFoNDh27BimT58OAGjcuDF+/vlnaDSaUltl/Pz8sG7dOnTt2hXDhg3DH3/8AYVCgebNmyMpKQlyuRyRkZElXqtUKqHTlTzWyM/PT0zASjJhwgSMHDkSoaGhqFGjhlHLUmVi15KFCpdVZtcSERGVxdChQyGTyfD1119j8uTJmDVrFrZs2YILFy5g4sSJyM3Nxfjx4wEAU6dORWZmJkaMGIHjx4/j6tWr+PXXX3H58mWjewYEBGDXrl24dOkSRo4cCa1Wi549e6Jdu3YYOHAgtm3bhvj4eBw8eBD/+c9/cPz4cQCG9WLi4uJw+vRppKamoqCgwOz30adPH3h4eOCDDz7AuHHjrFdBZcRExkLsWiIiIkvI5XJMnToVCxYswIcffojBgwdj1KhRaN68OWJiYrB161Z4e3sDAHx9fbFr1y5kZ2ejS5cuaNGiBb7//vsSW2eCgoKwa9cunDt3Ds899xz0ej02bdqEzp07Y9y4cahduzZGjBiB69evIzAwEAAwePBg9O3bF926dYO/vz9+//13s9+HVCrF2LFjodPpMHr0aOtUjgUcr13OTnCwLxERPUrxdVmKmz17NmbPng0A+PLLL/Hll1+Weo/GjRtj69atZt0/ODjYqLXG3d39ofdXqVRYu3atyfH4+PhS4ynu1q1beOKJJxAcHGxW+YrARMZCbJEhIqLHVUZGBs6dO4eVK1di48aNNo2FiYyFCltktGyRISKix8zTTz+No0eP4qWXXkKvXr1sGgsTGQvJ2bVERESPKVtNtS4JB/taiGNkiIiIbI+JjIXEMTJ6jpEhIiKyFSYyFpJxHRkiIiKbYyJjIc5aIiIisj0mMhYqHCPzZ8I5fHJ2l42jISIiejwxkbFQYSIDALNPbLJhJERERI8vJjIWkhXbBZSIiMia4uPjIZFIcPr0aVuHYveYyFioeIsMERHRgyQSyUN/3nvvPVuHaJauXbuKu3HbIy6IZyEpW2SIiOghbt++LT5evXo15syZY7QPkpubmy3CqhCCIECn00Eur/y0gs0KFmKLDBERPUxQUJD44+npCYlEYnRs1apVqFevHpycnFC3bl0sXbr0ofeLjo5Gv3794ObmhsDAQIwaNQqpqani+a5du2LatGmYPn06vL29ERgYiO+//x45OTkYN24c3N3dUbNmTWzevNns+44dOxZ79+7FF198IbYkxcfHY8+ePZBIJNi8eTNatGgBlUqF3377DVKpFMePHze6/6JFixAREQG9vmKWK+G3sYWYyBAR2Y4gCMjRFNjkR7DCshsrVqzAnDlz8OGHH+LixYuYP38+3n33Xfz8888llk9PT0f37t3RrFkzHD9+HFu2bEFycjKGDRtmVO7nn3+Gn58fjh49imnTpmHy5MkYOnQo2rdvj5MnT6J3794YNWoUcnNzzbrvF198gXbt2mHixIm4ffs2bt++jbCwMPH1Zs+ejY8//hgXL17EU089hZ49e2LZsmVGMS1btgxjx46FVFox35vsWrIQB/sSEdlOrlYNt9/+Y5PXzn7+Q7gqVOW6x9y5c/HZZ59h0KBBAICoqChcuHAB3377LcaMGWNSfvHixWjWrBnmz58vHvvpp58QFhaGK1euoHbt2gCAJk2a4J133gEAvPXWW/j444/h5+eHiRMnAgDmzJmDr7/+GmfPnkXbtm3Nuq9SqYSLiwuCgoJM4nr//feNNo2cMGECXnrpJSxcuBAqlQonT57EuXPn8Ndff5Wrvh6GzQoWYosMERFZIicnB7GxsRg/fjzc3NzEnw8++ACxsbElXnPmzBns3r3bqHzdunUBwOiaxo0bi49lMhl8fX3RqFEj8VhgYCAAICUlpUz3LU3Lli2Nng8cOBAymQzr168HACxfvhzdunVDZGTkI+9lKbbIWKgyWmS2X76DDdFJmNQuHE1CPCv89YiIHIWLXIns5z+02WuXR3Z2NgDg+++/R5s2bYzOyWSyUq8ZMGAAPvnkE5NzwcHB4mOFQmF0TiKRGB2T3P/uKhyvYu59S+Pq6mr0XKlUYvTo0Vi2bBkGDRqElStX4osvvnjkfcqDiYyFKrpF5mxiJvr/eAQanYAVJ2/i8CsdUTfQvUJfk4jIUUgkknJ379hKYGAgQkJCcO3aNTz33HNmXdO8eXP8+eefiIyMtOrMIHPuq1QqodPpzL7nhAkT0LBhQyxduhRarVbsPqso7B+xkLyCBi0BhkFsU9adg0ZnGFCWka/Fkz8eRWp2QYW9JhERVZ558+bho48+wpdffokrV67g3LlzWLZsGRYuXFhi+SlTpiAtLQ0jR47EsWPHEBsbi61bt2LcuHFlSjIsuW9kZCSOHDmC+Ph4pKamPnL2Ub169dC2bVu8+eabGDlyJJydnS2OzxxMZCz0YIuMNUaxF1pz5jb2x6XBRSnDiRmdEOXjgti7uRj083Gotdxtm4jI0U2YMAE//PADli1bhkaNGqFLly5Yvnw5oqKiSiwfEhKCAwcOQKfToXfv3mjUqBGmT58OLy+vcs0GMue+r7/+OmQyGerXrw9/f38kJCQ88r7jx4+HWq3GCy+8YHFs5mLXkoUeHCOjFwSrjJvJ1+jw5v9dAAC82a0mmod64Z/xrdHuq/3491oaXt0Qja+HNH7EXYiIyJ6MHTsWY8eONTr27LPP4tlnny2xfGRkpMkfyLVq1cK6detKfY09e/aYHIuPjzc5Vtb71q5dG4cOHXpkfMXdunULjRo1QqtWrUotYy1skbHQgy0yOsE6LSVf/huH+LQ8VPN0wmtdqgMA6ge5Y+VzzSGRAN8cuo5vDsZb5bWIiIisKTs7G9HR0Vi8eDGmTZtWKa/JRMZCD7a+aK2QyKRkFeDDnVcBAPOfqAtXVVGDWf/6gZjfzzAlbtr6aPx77W65X4+IiMiapk6dihYtWqBr166V0q0EMJGxWEW0yLy37TIy87VoHuqJ55uHmpx/s3tNDG8aAq1ewOCfjyPhXm65X5OIiMhali9fjoKCAqxevbrUqeTWZtNERqfT4d1330VUVBScnZ1Ro0YN/Pe//zXqdxMEAXPmzEFwcDCcnZ3Rs2dPXL161YZRGzzYIqPTl2+w7/mkLHx76DoAYOFT9SGVmo63kUgk+Gl4EzSr5oE72WoMXHYMeRrLR6sTERE5OpsmMp988gm+/vprLF68GBcvXsQnn3yCBQsW4KuvvhLLLFiwAF9++SW++eYbHDlyBK6urujTpw/y8/NtGLlpi0x5u5Zm/X0BegF4plEQutTwK7Wci1KODeNawd9NiVO3MjF13blyvS4RkaOoqE0HyXas8Tu1aSJz8OBBPP300+jfvz8iIyMxZMgQ9O7dG0ePHgVgaI1ZtGgR3nnnHTz99NNo3LgxfvnlFyQmJmLDhg22DN1kult5upa2XkrB5kspUMgk+KR/vUeWD/d2warnW0AqAX46egM/Hnn0VDgiIkelVBpW0i1cEZeqjsLfqUajsfgeNp1+3b59e3z33XfixlRnzpzB/v37xQWB4uLikJSUhJ49e4rXeHp6ok2bNjh06BBGjBhhcs+CggIUFBQtHJeZmQnAUEnlqagHCVrjLp08dQE0cqcy30er02PmxvMAgJfbhSPcU4F+W7+DWq/DP93HQS4tuY+xU6Qn5vWuhXe3XsWUdefQKNAVzap5lP2NVJLCurfm76CqYl2Zj3VlPkevKx8fH9y6dQsA4ObmVmE7KVPl0Ov1yM7Oxq1bt3Dv3j1otVro9Xpotdoyf1ZtmsjMnj0bmZmZqFu3LmQyGXQ6HT788ENxyeakpCQARZtcFQoMDBTPPeijjz7CvHnzTI5v27YNLi4uVov9hs54oO2OnTvhLyt7IrP1NnAhWQoXlxzIC07glfUHsCXXsFHXtA0/oaPSH97Skvf1aCAALX0kOJ6mx1PfH8BnzQS4KUosaje2b99u6xAcBuvKfKwr8zlyXXl5eYnJDFUN169fx5kzZyAIAtLT03H48GHExMQAAHJzzZvQYtNE5o8//sCKFSuwcuVKNGjQAKdPn8b06dMREhJS4jbm5njrrbcwc+ZM8XlmZibCwsLQu3dveHhYr8XiYloSsOmE+LxT166o7u5TpntkFWgx6X/7AJ845IbE4LM84/M/5l7DWk0ijvV/BZFu3iXeo0M3DdouPoi4tDz8nh6AP0c1L3GgsK1pNBps374dvXr1MtnUjIyxrszHujJfVamrlJQUbNmyBRqNBr6+vuImiNak0+lw69YtVKtWrdJm3jgqS+tKEARoNBro9XrUrFkTSUlJCAgIwJNPPgkfH8N3aWGPyqPYNJGZNWsWZs+eLXYRNWrUCNevX8dHH32EMWPGICgoCACQnJxstAtncnIymjZtWuI9VSoVVCrTjcQUCoVV/+f1cTbe8VMqk5b5/u9sPokU6S3IAm+geEeVp9IJOr2APJ0GGZp8/Of0FvzRbXSJ9wjwVODPMa3Q7qv9+L+Ld7DoQALe7F6zrG+n0lj791CVsa7Mx7oyn6PXVbVq1dCpUyds27YNMTExFZLICIKA27dvo6CgoELuX5VYo64EQYCHhwf69u1r1ANj7ufUpolMbm6uST+nTCYTRzFHRUUhKCgIO3fuFBOXzMxMHDlyBJMnT67scI34qIy7qco6a2lTXCy+vvMnEK43SmJmNOiMha2fAgAsuXgAUw+vx5r4s7iYnox6XoEl3qtZqCcWP9MQE9ecxTubL6FbTV+0Di+5BYeIyNHVrl0brq6uuHPnToWM+dFqtTh+/Dhatmxp1Z2mqyJr1JVCoUBAQABCQkIsut6mv6EBAwbgww8/RHh4OBo0aIBTp05h4cKF4mqAEokE06dPxwcffIBatWohKioK7777LkJCQjBw4EBbhg7FA4NwzZ21JAgC9ifHYeCeHwCpHhJBgk5BUZBLpYhw88a8Zr3Fss/XaI6ph9cDABae34fvOwwt9b7j24Rj+5VU/HEmEc/+dhKnZnaBuxP/BySiqqlatWqoVq1ahdxbo9EgJSUFLVu2dOjWq8pgD3Vl02+6r776Cu+++y5efvllpKSkICQkBC+++CLmzJkjlnnjjTeQk5ODSZMmIT09HR07dsSWLVvg5FT2gbUVSWvmXPgF53Zj9olNRc+bDMbrLdqWWNZT6Yz3m/XBnFNb8cOVI+hTrTaGRDYpsaxEIsG3QxvjcMI9xN7NxbT157B8ZLOyvxEiIiIHYtP5a+7u7li0aBGuX7+OvLw8xMbG4oMPPhDXDAAMX9Dvv/8+kpKSkJ+fjx07dqB27do2jLpkuofsAgoAibkZ+P3aKfwcc9xwQK1CK0ULzGze+qHXTajdBvU8AwAAY/5dBY2+9JV8vZwVWPFsM0glwM/Hb+L3kxzdT0REVRsn4luJVnj4VgFPbv8Jz+5dgYsZKQAAp5stsH7AQEglD/8VBLt4YF33sQCAXK0GX186+NDyHav74t1ehkTvpT/P4lZG3kPLExEROTImMuXwX/dG4mOdXsCZtERcvp+oFMpQ5+HXmBM4lWZoHXEq8AWSIzG7YwNU83Q263XqePqjsbdh1taqa6ehe0Q31js9a6FNuBcy87X473bb70tFRERUUZjIlEMjhRdquRv2RbqnzkXTvxai7roFUOu0YpmZR//G6H9/BwAEKLyQf7UhQgrq4PWuNcx+HYlEgg09xkImkeLQnet49ciGh5aXy6T4+P5WBytO3kSuWvvQ8kRERI6KiUw5ye5PH7+SmSoeO5V2C2qdFuviz2HzzUsAgPb+kchLiAQA/LdvHbiqyjbOOsrdFz/en7W0POb4Q8fKAECXGr6I8HZGdoEOO66kPrQsERGRo2IiU07y+2Nc4rPSxGMHU67ju8uHMXj3z7idlwmZRIqu8m7IuuuJOv6uGN0y1KLXGlWzBXxVLsjRqnEi9eZDy0okEjzVwLCg4MbzyRa9HhERkb1jIlNOsvsrGR5NvSEeWxN3Br/GGrYvaOwdjM9aPYWv9xvOz+tTB3KZZdUulUjRJcjQJfXh2R2PLD+gvmEBvX8uJkOvf/isKiIiIkfERMZKDt+5Lj4+dOe6mNh8034wPHMicC9PgwhvZwxpYtnKhYW63k9k/rlxEVcy7jy0bJcavnBXyZGcVYDjN9PL9bpERET2iIlMOXUPMt3XaEBYfQwIq4/ZjbqjrX8Evj9iSHImt4+ErJwbOo6p2VJ8vOv2w2ckKeVS9K3rD4DdS0REVDUxkSmn4Q+stLu03SBs7PkCNvZ8AR+1fAKJmfk4GH8PADCqhWVjY4rzUDrh3SY9AQCfRu995KDfwu6lv5nIEBFRFcREppwe3DzS94Hn688lAQDaR3ojxNM62yq8VLcdXOVKxGbdxf7kuIeWfaJeIKQS4OztTFxPy7XK6xMREdkLJjLl9GDi4qdyNXr+59nbAIAhjYOt9pohLp4YHGFYjG/rrcsPj89ViQ5RPgCAfy6wVYaIiKoWJjLl5CZXQllsJ2xfp6JEJiWrAPuu3QUADGpkvUQGALoGGwb9PqpFBijqXuI4GSIiqmqYyJSTRCJBsIuH+DzI2V18vCE6CXoBaBnmiQgfl5Iut1iHgCgAwIGUeBx4RDJTmMjsib2LrHyu8ktERFUHExkr+Lb9ELxQqzW+aTcYgcUSmbVnEwEAQxqXb8p1SWp7+uPp8AYAgOF7foNeKH3/pToBbqjl5wq1To9tV1JKLUdERORomMhYQZ9qdfBjx2F4sW478Vharhq7YwzdSoOtOD6muCl1OwAAbuVmYMP186WWk0gkGNCA3UtERFT1MJGpIBujk6HVC2gc7IGafq6PvsACPUJqwklm2LPpUWvKFHYvbbqYAh1X+SUioiqCiUwFEbuVmlRMawxg2LLg504jABg2kkzKzSy1bIcoH3g7K5Cao8bh6/cqLCYiIqLKxESmAmTma7D9/o7Tg608W+lBT4c3RB1Pf+Ro1VgTf7bUcgqZFP3qBgAANp5PqtCYiIiIKgsTmXIQBGDV6URE3zZuCfnnQjLUOj3qBrihfpB7KVdbh0omx/harQEAH53dhWxNQallC8fJ/M31ZIiIqIpgIlMO59KB0avOotGne42Or62ARfAeZmLttghydsftvExsvnmp1HJ96wZALpXgYnI2YlJzKiU2IiKiisREphxu5Zkey9PosPWyYVdqay+CVxovlTOerd4MADDv9Dbo9CVPxfZyVqBzdV8AwN/sXiIioiqAiUw5eCqKHhcuNLfzaipy1TqEezujaTWPUq60vtcadoFSKsP59GT8dPVoqeXYvURERFUJE5lyUBarvcTMfADAX9GGlo6n6gdCIpFUWiwhLp6o52VIUiYdXAttKbtiF07D/vdaGtLzNJUWHxERUUVgIlMO2mLLsSRm5kOvF8SWjqcaBFV6PFPrdRAfn7tXctdRDT9X1A90g1YvYMslrvJLRESOjYlMORRfVy4xIx9HEu4hOasAHk5ydKnhW+nxTKjdBt2DawIADqbEl1puQH1DksVVfomIyNExkSmHB1tk1pwxzFYaUD8QSrltqrZLUHUAwIyjG0vdf6lwnMzmSynQ6Erfo4mIiMjeMZEpB12xROZmRr64mu/QJtbfJNJcnQINiYxGr8PfCRdKLNM2wht+rkqk52lwIC6tMsMjIiKyKiYy5VA8kfn7fDJupOfDTSVD7zr+Noupa1ANuCtUAIBXjmwosYxMKkH/eoWr/LJ7iYiIHBcTmXIonsjEpeUCAJ6sFwhnhcxGERl2uv62/RAAQEJOOo7cuV5iueLTsAWBm0gSEZFjYiJTDroSvv8rcpNIcw2JbCw+3nM7tsQyvWsHQCmTIiY1B5dTsisrNCIiIqtiIlMODyYyLkqZuDGjLSmkMnzWagAAYPHFAyjQaU3KuDvJ0a2mYWYVu5eIiMhRMZEphwcn/PSvFwAXpdw2wTxgfO3W8FY642ZuBo7eSSixTOHieFzll4iIHBUTmXJ4sEVmSGPbzVZ6kKfSGT1CagEADpSypkzhOJmD8WlIzS5912wiIiJ7xUSmHArXkZFJJZjUNhwDG1b+ar4P0+X+VOy3TmxCeoHpDpfh3i5oEuIBvQBs4iq/RETkgJjIlINOMOyl9FK7CHw7tInNFsErzVPhDcTHiy8eKLGM2L3EcTJEROSA7Oub18EUdi3JpZW3OWRZhLt544nQugCAf5OvlVimsHtp6+U7UGu5yi8RETkWJjLlUJjIKGT2W40fNu8HADh8JwE6vWmi0jLUC0HuKmQVaLE39m5lh0dERFQu9vsN7ADsvUUGABp6B8FNrkKmJh/R6aY7YkulEjx5v3tp4/mSd8wmIiKyV0xkyqGoRcZ+Exm5VIYOgZEAgE+j95RYpvg0bK7yS0REjoSJTDkUtcjYdzX+p3EPAMAfcWeQoTadvdSzth+c5FJcv5eH6KSsyg6PiIjIYvb9DWznCsfG2nOLDAB0DIxCHU9/qPU6zD+z0+S8i1KOnrUNG12ye4mIiBwJE5ly0Bd2Ldl5i4xEIsEHzfsCAJbFHCtx0C+nYRMRkSOy729gO1e4IJ7czltkAODp8IbwVjrjTn4Ojt+9YXK+cMDv0RvpSMrMr+zwiIiILMJEphzEwb52PGupkEIqQ8fAKADAwZTrJudDPJ3QMswTggD830Wu8ktERI6BiUw56ByoRQYAOgREAgAOlrb3Un3DFgt/c5wMERE5CCYy5VA4RkYmcYxEpv39RGZ/clyJ06wLx8lsv5qKPI2uMkMjIiKyCBOZcihMBaQOksi09AuDk0yOpLwsrLx2yuR802oeCPV0Qq5ah11XU20QIRERUdkwkSmHwkTGQfIYOMsVeL1hVwDAD1eOmJyXSCTi3kt/X+DsJSIisn9MZMqhsHdGAgfJZACMr9UaEkiwJykWe27HmJwv7F76h6v8EhGRA2AiYwV2voyMkUh3HwyPagIA2JZ4xeR8t5p+cFXKcCsjH6duZVR2eERERGXiQF/B9qdwWTnHaY8xKJy99NHZXYjJNB4L46SQoXedwlV+2b1ERET2jYlMOYhdS44ySOa++l6B4uPfYk+YnC++iSQREZE9YyJjBQ6wHp6RzkHVxcfHU2+anO9fLxASCXDyZgZupptuMklERGQvyp3IFBQUWCMOh1TUteRYmYxcKsOpp2YAAHbevopsjfHvMMBdhbbh3gAMg36JiIjsVZkTmc2bN2PMmDGoXr06FAoFXFxc4OHhgS5duuDDDz9EYmJiRcRpn8SuJduGYYkmPiGo7u6LfJ0We5JiTc4/dX8a9l9c5ZeIiOyY2YnM+vXrUbt2bbzwwguQy+V48803sW7dOmzduhU//PADunTpgh07dqB69ep46aWXcOfOnYqM2y6I68jYNArLSCQSdLnfxXSohL2XBjY0bFew82oqMvM1lRobERGRueTmFlywYAE+//xz9OvXD9IS5hsPGzYMAHDr1i189dVX+O233zBjxgzrRWqHxJV9HW2QzH0dAiKx7OqxEvdeqhvojtr+rrhyJwdbL9/B0CYhlR8gERHRI5idyBw6dMisctWqVcPHH39scUCOpGhBPMdUuPfSnqRYnEy9ieZ+oUbn+9UNwJU7cdhxhYkMERHZJ85aKgdH26LgQXU8/cV9oj45t9vkfM/ahvVkdnLfJSIislNlTmRu376N3377DZs2bYJarTY6l5OTg/fff99qwTkKR9k08kFSiRRftxsMADh0x3ScTOfqPpBJJYi9m4vrabmVHR4REdEjlSmROXbsGOrXr48pU6ZgyJAhaNCgAc6fPy+ez87Oxrx586wepL1y1JV9i3u2ejPIJFLcyEnHjex0o3MeTgq0DvMCwFYZIiKyT2VKZN5++20888wzuHfvHpKTk9GrVy906dIFp06dqqj47JuDruxbnJtChSY+wQCAKYfXmZzvUcsPALDlckqlxkVERGSOMiUyJ06cwOzZsyGVSuHu7o6lS5fi9ddfR48ePXDs2LGKitFuOfL06+K6BNUAAGy+eQl5WuOp1oXTsDdEJ2EbkxkiIrIzZR4jk5+fb/R89uzZePvtt9G7d28cPHjQaoE5Akeffl3og+Z9AQBaQY/jqTeMzrUI88LTDQKh0Ql44oej+OGw6VgaIiIiWylTItOwYcMSk5XXX38db731FkaOHFnmAG7duoXnn38evr6+cHZ2RqNGjXD8+HHxvCAImDNnDoKDg+Hs7IyePXvi6tWrZX6diuDo068LuciVGBzRCABKXFPmj9EtMapFKHR6ARPXnMWCXTGVHCEREVHJypTIjB49GgcOHCjx3BtvvIF58+YhPDzc7Pvdu3cPHTp0gEKhwObNm3HhwgV89tln8Pb2FsssWLAAX375Jb755hscOXIErq6u6NOnj0nLkC04+vTr4grXlPk3Oc7knFIuxc8jm+KtHjUBAG/+30X8evyGSTkiIqLKVqZEZsKECfj1119LPf/mm28iLs70i7A0n3zyCcLCwrBs2TK0bt0aUVFR6N27N2rUMIzZEAQBixYtwjvvvIOnn34ajRs3xi+//ILExERs2LChLKFXCLFrqQpkMt2CDUnK5luXcCnddCyMRCLB/Cfq4T89awEApq6Pxo173BmbiIhsy+yVfSvCxo0b0adPHwwdOhR79+5FtWrV8PLLL2PixIkAgLi4OCQlJaFnz57iNZ6enmjTpg0OHTqEESNGmNyzoKDAaEfuzMxMAIBGo4FGY709gzQajdi1pNNprXpvW2joEYDuQTWwKykW/yScRw1X7xLL/adbFHZcScGRhAyMX30K/7zQ0qxZW4X14+j1VBlYV+ZjXZmPdWU+1pX5KrKuzL2nRBAKv47Nd/DgQbRv377MQT3IyckJADBz5kwMHToUx44dw6uvvopvvvkGY8aMwcGDB9GhQwckJiYiODhYvG7YsGGQSCRYvXq1yT3fe++9EteyWblyJVxcXModc3HTT0gQnyPB3IZ6NPOx6q1t4s+8G/g1Lx5tFb6Y7V6/1HK3coEZJyVQ6yWYVluPHkGVGCQRET0WcnNz8eyzzyIjIwMeHh6llitzi8ymTZswbtw4JCcnlytAANDr9WjZsiXmz58PAGjWrBmio6PFRMYSb731FmbOnCk+z8zMRFhYGHr37v3QiigrjUYDnNgBAGjbprW43ooj80+9gV+3LMVZfSY69+oBN4Wq1LIZ/tfw9uYr+DVBideHdESwh9ND763RaLB9+3b06tULCoXC2qFXKawr87GuzMe6Mh/rynwVWVeFPSqPUqZE5rfffsPLL7+MdetMF06zRHBwMOrXN/7Lv169evjzzz8BAEFBhj/1k5OTjVpkkpOT0bRp0xLvqVKpoFKZfgErFAqrV7L+fluWQi6vEh/2dkFRiHDzxvXsezicdgP9QuuVWnZWt1r481wyTtzMwGv/XMaaMS3Neo2K+D1UVawr87GuzMe6Mh/rynwVUVfm3s/swb6LFi3ChAkT8NtvvxmNWSmPDh064PLly0bHrly5goiICABAVFQUgoKCsHPnTvF8ZmYmjhw5gnbt2lklBmtw5JV9i5NIJOgSWB0AcCjl4evFyGVS/DS8KSQSYO3Z27h6J7syQiQiIjJidiIzc+ZMfPrpp3jqqaes9uIzZszA4cOHMX/+fMTExGDlypX47rvvMGXKFACGL9bp06fjgw8+wMaNG3Hu3DmMHj0aISEhGDhwoNXisFRVmn5dqHAa9sFHJDIA0DjEA12q+wIA9sberciwiIiISmR2ItOhQwcsXboUd+9a7wurVatWWL9+PX7//Xc0bNgQ//3vf7Fo0SI899xzYpk33ngD06ZNw6RJk9CqVStkZ2djy5Yt4kBhWyqafm3TMKyqMJE5fOc6tHrdI8sHuRu68XLUjy5LRERkbWYnMtu3b0dUVBR69epl9gAcczz55JM4d+4c8vPzcfHiRXHqdSGJRIL3338fSUlJyM/Px44dO1C7dm2rvX55FK3sW3UymQbegfBQOCFHq8a5e0mPLO+ilAEAcjVMZIiIqPKZncg4OTlh48aNqF+/Pvr27VuRMTmMqti1JJVI0S7AMEZp5N7fHlneRWFIZPKYyBARkQ2UaWVfmUyG3377Da1bt66oeBxSVVjZt7i+1eoAAC5n3MHt3Ie3voktMuxaIiIiGyjz7teAYQYTFU2/rlppDDCtXkfIJIaPxqNmLxW2yLBriYiIbMGiRIYMqmLXEgDIpFJMrN0GQMm7YRfHFhkiIrIlixKZLVu2YP/+/eLzJUuWoGnTpnj22Wdx7949qwXnKKrKOjLFFc5e2pd87aHlnNkiQ0RENmRRIjNr1ixx5tK5c+fw2muv4YknnkBcXJzR9gBVXeGspao0/bpQ16AakEokOJZ6AweT40stJ3YtsUWGiIhswKJEJi4uTtxa4M8//8STTz6J+fPnY8mSJdi8ebNVA7RnYtdSlRslA4S5eWFYZBMAwOZbl0otx+nXRERkSxYlMkqlErm5uQCAHTt2oHfv3gAAHx8fq64xY++q6hiZQt2CawJ4+DgZtsgQEZEtlXn3awDo2LEjZs6ciQ4dOuDo0aNYvXo1AMM+SaGhoVYN0J5V5a4lAGh/fz2ZI3cSoNXrIJfKTMoUtshwZV8iIrIFi1pkFi9eDLlcjrVr1+Lrr79GtWrVAACbN29+rBbLq8pdSwBQ36told/oUlb5VckNH6ECrb4yQyMiIgJQxhaZXbt2oUuXLggPD8c///xjcv7zzz+3WmCOoKp3LUklUjTwCsShO9dxLSsNTX2rmZRRyAyJjEbPRIaIiCpfmVpkJkyYAH9/fzz77LP4448/kJWVVVFxOZSqmsgAQJCzOwAgKa/ksU9KmeHNa3RCieeJiIgqUpkSmWvXrmHPnj2oX78+Pv30UwQEBKBXr1746quvkJCQUFEx2q2iMTJVN5MJdvEAANzIySjxvNgio2OLDBERVb4yj5Fp3Lgx3nnnHRw9ehSxsbEYPHgwNm/ejDp16qBp06aYM2cOjh8/XhGx2p2iMTJVl5+TKwDg43O7kKnONzmvkLJFhoiIbKdcWxSEhITgpZdewqZNm5Camop33nkH8fHx6Nu3L+bPn2+tGO1W0RiZqpvKBDi5iY/PpCWanOcYGSIisiWLpl+XxNXVFUOGDMGQIUOg0+mQlpZmrVvbrao+/RoARtVogamH1wMAbuSkm5xXcIwMERHZkMWJzLFjx7B7926kpKRAX+yvcYlEgs8++wz+/v5WCdCePQ5dSx5KJzxXvTlWXDuJ5/atRKirJzoH1RDPc4wMERHZkkWJzPz58/HOO++gTp06CAwMNOpaqcrdLA96HLqWAEAlK/qY/HDlqHEic785Si8Aer0AaVVuniIiIrtjUSLzxRdf4KeffsLYsWOtHI5jKexaquJ5DKbW64Cfrh4FAPybfA2CIIjJm6FBRgAggUavh6qE1X+JiIgqikWDfaVSKTp06GDtWBxOYYtMVZ5+DQDNfKsh47kP4CpXIj77HjYkRAMA9tyOQe0N84EIw3OOkyEiospmUSIzY8YMLFmyxNqxOJzHYYxMIQ+lE16p3xEAMHzPb/D87R102/INUgtyAPc0AALHyRARUaWzqGvp9ddfR//+/VGjRg3Ur18fCoXC6Py6deusEpzde0y6lgpNqt0WX17YjxytGhr9A5tEyjRskSEiokpnUSLzyiuvYPfu3ejWrRt8fX2r/GDX0jwuXUuFIt19cGv4u7iTnyMea/rXQuRo1YBczbVkiIio0lmUyPz888/4888/0b9/f2vH41Aep66lQp5KZ3gqncXnkW7eOJ+eDMjZIkNERJXPojEyPj4+qFGjxqMLVnGPy6ylhwlyNuzFBLmaY2SIiKjSWZTIvPfee5g7dy5yc3OtHY9Dedy6lkrirlAZHkh1ULNFhoiIKplFXUtffvklYmNjERgYiMjISJPBvidPnrRKcPauaEE8m4ZhU+JieRI9W2SIiKjSWZTIDBw40MphOCaxa+mxGiVjTFm4AJ5U4BgZIiKqdBYlMnPnzrV2HA6NLTJgiwwREdmE2WNkBIF/bT+IY2RQtCWBRM/p10REVOnMTmQaNGiAVatWQa1WP7Tc1atXMXnyZHz88cflDs7eCfe7lB7fNAZQii0y7FoiIqLKZ3bX0ldffYU333wTL7/8Mnr16oWWLVsiJCQETk5OuHfvHi5cuID9+/fj/PnzmDp1KiZPnlyRcdtc8Raqx7hBBiopu5aIiMh2zE5kevTogePHj2P//v1YvXo1VqxYgevXryMvLw9+fn5o1qwZRo8ejeeeew7e3t4VGbNdKN7T9jh3LSllhV1LbJEhIqLKV+bBvh07dkTHjh0rIhaHomeLDIAHWmQ4RoaIiCqZRQviUdFAX+AxHyMjTr/Ws0WGiIgqHRMZCxXvWnpcN80Eik+/FjhGhoiIKh0TGQsVb3uQPr55zAPryLBFhoiIKhcTGQsZjZF5jDuXxK4licAxMkREVOmYyFjIuGvJdnHYGltkiIjIlizaogAA9Ho9YmJikJKSAv0Df4l37ty53IHZO6FY59Lj3LWkLL6yL8fIEBFRJbMokTl8+DCeffZZXL9+3WTrAolEAp1OZ5Xg7Jmeg30BPDjYly0yRERUuSxKZF566SW0bNkS//d//4fg4ODH8ovcqGvJdmHYHNeRISIiW7Iokbl69SrWrl2LmjVrWjseh1G8a+kxzONExVf2VWvZIkNERJXLosG+bdq0QUxMjLVjcSjcosBAJrn/EeKsJSIisgGLWmSmTZuG1157DUlJSWjUqBEUCoXR+caNG1slOHtmPP368SUvnshwjAwREVUyixKZwYMHAwBeeOEF8ZhEIoEgCI/NYF+u7GsgE987V/YlIqLKZ1EiExcXZ+04HA5X9jWQS7n7NRER2Y5FiUxERIS143A4xrtfP76ZjFGLDMfIEBFRJbN4QbzY2FgsWrQIFy9eBADUr18fr776KmrUqGG14OyZwMYHAMUH+4ItMkREVOksmrW0detW1K9fH0ePHkXjxo3RuHFjHDlyBA0aNMD27dutHaNdKvzKfpy7lQBALi0+2JctMkREVLksapGZPXs2ZsyYgY8//tjk+JtvvolevXpZJTh7Vti19Dh3KwHFWmTAMTJERFT5LGqRuXjxIsaPH29y/IUXXsCFCxfKHZQjKOxaerzTmGJjZLiODBER2YBFiYy/vz9Onz5tcvz06dMICAgob0wOobDt4TFvkIFccn/WEltkiIjIBizqWpo4cSImTZqEa9euoX379gCAAwcO4JNPPsHMmTOtGqC9Ktws83Fe1RcAZNJiLTJatsgQEVHlsiiReffdd+Hu7o7PPvsMb731FgAgJCQE7733Hl555RWrBmiv9OxaAlB8ZV9AzcG+RERUySxKZCQSCWbMmIEZM2YgKysLAODu7m7VwOydIA72tXEgNlY02BccI0NERJXO4nVkCj1uCUyhounXj3cmUzyRYYsMERFVNrMTmebNm2Pnzp3w9vZGs2bNHjrt+OTJk1YJzp6xa8lAXEcGgEantWEkRET0ODI7kXn66aehUqnEx4/7+insWjIwbpHhrCUiIqpcZicyc+fOFR+/9957FRGLQxGnXz/mbTKyYpmcRqj6u54TEZF9sWgdmerVq+Pu3bsmx9PT01G9evVyB+UIxAXxHu88xqhrSa1lIkNERJXLokQmPj4eOp3pl1ZBQQFu3rxZ7qAcyWOex0BafNaSwMG+RERUuco0a2njxo3i461bt8LT01N8rtPpsHPnTkRFRVkvOjsmgONBCsklUmgFPTR6tsgQEVHlKlMiM3DgQACGdWTGjBljdE6hUCAyMhKfffaZ1YKzZ0VdS497m8z9KegCuPs1ERFVujJ1Len1euj1eoSHhyMlJUV8rtfrUVBQgMuXL+PJJ5+0KJCPP/4YEokE06dPF4/l5+djypQp8PX1hZubGwYPHozk5GSL7m9t3GupSOHMJS0XxCMiokpm0RiZuLg4+Pn5WS2IY8eO4dtvv0Xjxo2Njs+YMQN///031qxZg7179yIxMRGDBg2y2utaA/OYokSGY2SIiKiyWbyyb05ODvbu3YuEhASo1Wqjc2XZbyk7OxvPPfccvv/+e3zwwQfi8YyMDPz4449YuXIlunfvDgBYtmwZ6tWrh8OHD6Nt27aWhm4VAofIiIpaZDhGhoiIKpdFicypU6fwxBNPIDc3Fzk5OfDx8UFqaipcXFwQEBBQpkRmypQp6N+/P3r27GmUyJw4cQIajQY9e/YUj9WtWxfh4eE4dOhQqYlMQUEBCgoKxOeZmZkAAI1GA41GU9a3WqrCe0mKPX5cFa4lo9ULUKvVJY4bKqyjx72uzMG6Mh/rynysK/OxrsxXkXVl7j0tSmRmzJiBAQMG4JtvvoGnpycOHz4MhUKB559/Hq+++qrZ91m1ahVOnjyJY8eOmZxLSkqCUqmEl5eX0fHAwEAkJSWVes+PPvoI8+bNMzm+bds2uLi4mB3bo1zPAQApNBo1Nm3aZLX7OiJd4YdNIuCfTZshe0h/2/bt2ysnqCqAdWU+1pX5WFfmY12ZryLqKjc316xyFiUyp0+fxrfffgupVAqZTIaCggJUr14dCxYswJgxY8wax3Ljxg28+uqr2L59O5ycnCwJo0RvvfUWZs6cKT7PzMxEWFgYevfuDQ8PD6u9zumb94ATR6BUKvHEEz2sdl9H5PLnGWTkaQAI6Nm7D5wVMpMyGo0G27dvR69evaBQKCo/SAfCujIf68p8rCvzsa7MV5F1Vdij8igWJTIKhQLS+yu6BgQEICEhAfXq1YOnpydu3Lhh1j1OnDiBlJQUNG/eXDym0+mwb98+LF68GFu3boVarUZ6erpRq0xycjKCgoJKva9KpRL3hHowZmtWskxuqDqJRPLYf9AV0vuJi0QApLKH1oe1fw9VGevKfKwr87GuzMe6Ml9F1JW597MokWnWrBmOHTuGWrVqoUuXLpgzZw5SU1Px66+/omHDhmbdo0ePHjh37pzRsXHjxqFu3bp48803ERYWBoVCgZ07d2Lw4MEAgMuXLyMhIQHt2rWzJGyrErj7tUgujokRoOHGkUREVIksSmTmz5+PrKwsAMCHH36I0aNHY/LkyahVqxZ++ukns+7h7u5ukvS4urrC19dXPD5+/HjMnDkTPj4+8PDwwLRp09CuXTubz1gCiu9+zVRGVrjfkoSL4hERUeUqcyIjCAICAgLEZCMgIABbtmyxemAA8Pnnn0MqlWLw4MEoKChAnz59sHTp0gp5LbKcvHC/JQlbZIiIqHJZlMjUrFkT58+fR61atawazJ49e4yeOzk5YcmSJViyZIlVX8caxJV9bRqFfZCJG0cK0HB1XyIiqkRlXtlXKpWiVq1auHv3bkXE4zCK9lqybRz2oKhriS0yRERUuSzaouDjjz/GrFmzEB0dbe14HA7zmGJdSxA4RoaIiCqVRYN9R48ejdzcXDRp0gRKpRLOzs5G59PS0qwSnH1jy0OhwpV92SJDRESVzaJEZtGiRVYOw/EUdS2xTUYuLVoAT80WGSIiqkQWJTJjxoyxdhwOh4N9ixi3yDCRISKiymPRGBkAiI2NxTvvvIORI0ciJSUFALB582acP3/easE5AjbIPDhriV1LRERUeSxKZPbu3YtGjRrhyJEjWLduHbKzswEAZ86cwdy5c60aoL0S+H0tkhvNWmKLDBERVR6LEpnZs2fjgw8+wPbt26FUKsXj3bt3x+HDh60WnD0T7ncusUGmWIsMB/sSEVElsyiROXfuHJ555hmT4wEBAUhNTS13UI6Ag32LyIz2WmKLDBERVR6LEhkvLy/cvn3b5PipU6dQrVq1cgdFjkUuKdz9GhwjQ0RElcqiRGbEiBF48803kZSUBIlEAr1ejwMHDuD111/H6NGjrR2jXRJnLbFBhi0yRERkMxYlMvPnz0fdunURFhaG7Oxs1K9fH507d0b79u3xzjvvWDtGuyTufm3jOOyBnFsUEBGRjVi0joxSqcT333+Pd999F9HR0cjOzkazZs2svomkPStqkWEqYzzYly0yRERUeSxKZAqFh4cjPDzcWrGQg+I6MkREZCtmJzIzZ840+6YLFy60KBhHIs5asm0YdoHryBARka2YncicOnXKrHKPS1eL2O7weLzdhypqkQHHyBARUaUyO5HZvXt3RcbhsJjHcK8lIiKyHYv3WgKAmJgYbN26FXl5eQCKZvI8Dh6n9/ooRl1LHCNDRESVyKJE5u7du+jRowdq166NJ554Qlwcb/z48XjttdesGqC94sq+RYwG+7JFhoiIKpFFicyMGTOgUCiQkJAAFxcX8fjw4cOxZcsWqwVnz8Tp1zaNwj7IudcSERHZiEXTr7dt24atW7ciNDTU6HitWrVw/fp1qwRGjoMtMkREZCsWtcjk5OQYtcQUSktLg0qlKndQjkBc2ZdNMkaDfdVskSEiokpkUSLTqVMn/PLLL+Lzwv2WFixYgG7dulktOHtW1LXETEYulYmP2SJDRESVyaKupQULFqBHjx44fvw41Go13njjDZw/fx5paWk4cOCAtWO0S0WDfW0bhz0wnn7NFhkiIqo8FrXINGzYEFeuXEHHjh3x9NNPIycnB4MGDcKpU6dQo0YNa8dIds5oryU9W2SIiKjyWLzXkqenJ/7zn/9YMxaHwllLRcR1ZMAWGSIiqlwWtcgsW7YMa9asMTm+Zs0a/Pzzz+UOyhFwsG+RohYZjpEhIqLKZVEi89FHH8HPz8/keEBAAObPn1/uoBwBB/sWkXP6NRER2YhFiUxCQgKioqJMjkdERCAhIaHcQZFjkXGLAiIishGLEpmAgACcPXvW5PiZM2fg6+tb7qAcAWctFeGmkUREZCsWJTIjR47EK6+8gt27d0On00Gn02HXrl149dVXMWLECGvHaJeE+51LzGMe7FpiiwwREVUei2Yt/fe//0V8fDx69OgBudxwC71ej9GjRz82Y2SoiNH0a7bIEBFRJbIokVEqlVi9ejU++OADnD59Gs7OzmjUqBEiIiKsHZ/d4u7XRWTFp19zjAwREVUii9eRAQybRNaqVctasTgUcdYS85hiu18DGi1bZIiIqPJYNEZm8ODB+OSTT0yOL1iwAEOHDi13UI5AbJGxbRh2wbhriS0yRERUeSxKZPbt24cnnnjC5Hi/fv2wb9++cgdFjkWctcR1ZIiIqJJZlMhkZ2dDqVSaHFcoFMjMzCx3UI5AnLXEJpmiLQq4jgwREVUyixKZRo0aYfXq1SbHV61ahfr165c7KEdQ1LXETEbGlX2JiMhGLBrs++6772LQoEGIjY1F9+7dAQA7d+7E77//XuIeTFURF8QrIi82RkbNMTJERFSJLEpkBgwYgA0bNmD+/PlYu3YtnJ2d0bhxY+zYsQNdunSxdoxk54qmX3PTSCIiqlwWT7/u378/+vfvb3I8OjoaDRs2LFdQjqBo00gy3qKALTJERFR5LBoj86CsrCx89913aN26NZo0aWKNW9o9QeBg30Jyiez+I46RISKiylWuRGbfvn0YPXo0goOD8emnn6J79+44fPiwtWKza2x3KGLUIsNZS0REVInK3LWUlJSE5cuX48cff0RmZiaGDRuGgoICbNiw4bGZsVQcZy0VGyMjEaDTCxAEgVs3EBFRpShTi8yAAQNQp04dnD17FosWLUJiYiK++uqriorNrnHWUpGi3a8NOE6GiIgqS5laZDZv3oxXXnkFkydPfmz3WCokLohn4zjsQfEtCgDDzCWl3CrDr4iIiB6qTN82+/fvR1ZWFlq0aIE2bdpg8eLFSE1NrajYyEHIi+1+DcBonMyd/Gy8eewffBK9BxqBA4GJiMi6ypTItG3bFt9//z1u376NF198EatWrUJISAj0ej22b9+OrKysiorT7hR1LbFNpqQWmUIfnN6BBdF78O7prfg977otwiMioirMovZ/V1dXvPDCC9i/fz/OnTuH1157DR9//DECAgLw1FNPWTtGu8R1ZIoUn7UEGI+R2Xn7qvh4Xf5NHL7DZIaIiKyn3AMZ6tSpgwULFuDmzZv4/fffrRGTQ+Bg3yJy6YODfYtaZJr5VjM6N/bAH9Dp2cVERETWYbURmTKZDAMHDsTGjRutdUtyECZdS8XGyORpNQCA56KaAQCuZadh0sG1lRsgERFVWZxaYiHOWirysDEycfeyAQBOah8McwoDAPx09SiuZtyp3CCJiKhKYiJjIQ72LVK0jozpGJkrdw0DwH88fAtthDDx+IyjG7Ht1uVKi5GIiKomJjIW4pJvRUprkREEAfk6Q9cSBCm+uCjHzHqG3dH/7+ZF9Nn2PU7fvVXp8RIRUdXBRKac2B5T+joy+Vo9tIIOAKCQyJGQK8Gmf1WYVa+neG2zjZ9j2uH1iM3kekRERFR2TGQsxN2vixRNvwaK74Ct1uoBieHxgifqwVsp4FJSAZZtkqCZV4R4/eKLB1Dzz4+Rpcmv5MiJiMjRMZGxkLiODDOZoq6l+9RaQ/JSoNUDUsPj5sHe+F8zAc2qeSA1R41zx4LRw6cpJtVuK17n//t7eOfEZnGmExER0aMwkbGQwEEyIqN1ZCSC2LVUUKxFxkmugJ8K2P1iGwxtEgxtgQo793kiNyFSvLRAp8WHZ3di0YV9lRk+ERE5MCYy5cT2mAdbZIq6lgp0RYmMs8ywP6mLUobVo1rgw351IZUAvx2/jerp7fFcRCuMrdkSAPD2ic1o/tfn+CXmeKW+DyIicjxMZCxU1LVk0zDsglEiIxHE6dfqYl1LTjJFURGJBG/3rIUdL7VDoLsK124q8NcOd3RzbodQF08AwKm0Wxjz7yrsT46rvDdCREQOh4mMhQT2LYmMtygoapHJ1+iKupbut8gU162mH07P7IyuNXyRXaDDmN/Poommg1GZTpuWYOKBNTiUEl9R4RMRkQNjIlNObJApNmsJMBojk63ViBVUUiIDAEEeTtj+YlvM6VUbUgnwf6dyUO12d7Txri6W+eHKEYza9zuTRyIiMlHytws9Elf2LSKVSCGBxLBtg6RoQbyMgqLp1K5yZanXy2VSzOtbB33q+OP5lacQdzcXifvDMLhdDTSpLsOC6N2IzbqLVn9/gQZegfBRueC/zfvCTaGq8PdGRET2jS0yFhLHyNg0CvtR1CpTNEYmU60GAEgEKRRS2SPv0T7KB2de64JxrcIgCMCfB9X4ZYsUA4IMG06euHsTv8SewKIL/2L4nl8r5H0QEZFjsWki89FHH6FVq1Zwd3dHQEAABg4ciMuXjfffyc/Px5QpU+Dr6ws3NzcMHjwYycnJNoq4GHZzGJFJi7YpEFtk1IYWGanw6CSmkLuTHD+NaIr1Y1sixMMJMak5+H2rAm3lrTGrbi9xZtOmm5fQ9K+FeH7vSjT9ayGe3rEMe5NirfumiIjI7tk0kdm7dy+mTJmCw4cPY/v27dBoNOjduzdycnLEMjNmzMDff/+NNWvWYO/evUhMTMSgQYNsGLUx9iwZFN84snCMTJamwHDOgh7MgY2CceGNrni5fSQkkOLwaWf8b60aiZfCUcs1CABwJi0RK66dxJm0RGy8cR4v7P/DKu+FiIgch03HyGzZssXo+fLlyxEQEIATJ06gc+fOyMjIwI8//oiVK1eie/fuAIBly5ahXr16OHz4MNq2bVvSbStFUdcSMxnAeOPIwhaZzHIkMgDg6azAksGNMLplKD7aeRUbLyRj26W7AGrDr5o/Wke5wdOrAL/HnwQAXMu6ixF7foMEgI/KBR827wcvlXN53xoREdkxuxrsm5GRAQDw8fEBAJw4cQIajQY9exZtMli3bl2Eh4fj0KFDJSYyBQUFKCgoEJ9nZmYCADQaDTQa6y19r9EaNkMUBL1V7+uoivZbEpCv0UKj0SDr/mBfOeRiHVlSV81D3LBmVDPE3s3F0oPX8euJW0i95YNNtwCZVIGa9WshBlcBAKvjTovXRbh4YUb9TuV7YzZQnrp63LCuzMe6Mh/rynwVWVfm3lMi2MmcVr1ej6eeegrp6enYv38/AGDlypUYN26cUWICAK1bt0a3bt3wySefmNznvffew7x580yOr1y5Ei4uLlaLd/ttYMlVKVr6CHinoV1UoU2NuXcYGYIGuNoCI4JcMCICWJyUgh3Ky/Ao8MQvwY2t9loFOuDAHWBrkgSXM+8nUMo8uHvfRV0PAXDNxDFtKgKlTqghdwMAuEhkcJMoMNI5HCqJ+WN2iIjINnJzc/Hss88iIyMDHh4epZazmxaZKVOmIDo6WkxiLPXWW29h5syZ4vPMzEyEhYWhd+/eD62Isko8fB24ehH+/v544omWVruvo3JeexoZ+YZ1YyKr18QTfWpj5ZbNQOpluKpc0atXL2zfvh29evWCQqF49A0f4RkAnwI4ezsLPxy5gZWnEpGZ7IxjyYDMNQuISkWyPh/JauMdtRvWqoM5TXqWeE97odForFpXVRnrynysK/OxrsxXkXVV2KPyKHaRyEydOhX//PMP9u3bh9DQUPF4UFAQ1Go10tPT4eXlJR5PTk5GUFBQifdSqVRQqUzXF1EoFFatZOn9WTpSqYQfdAAK2f1WDokeehjqJF+vBQCopEV1b+3fQ4twH7QI98GnTzXAqtOJ+PbQdRy7ASC+IaDMR4CbEoLvLdzRGLotF18+iNicNLzZqBs2JpxHU58QDAhvYLV4rMnadVWVsa7Mx7oyH+vKfBVRV+bez6aJjCAImDZtGtavX489e/YgKirK6HyLFi2gUCiwc+dODB48GABw+fJlJCQkoF27drYIWcTOJGPiyr0SvbiOTI7WsI6MUlrx/xC4quQY3yYc49uE49TNDHx7+DpWnLyJlDQdkCYDIs8BANLVefj92in8fu2UeK1u7AJIJVxSiYjIEdk0kZkyZQpWrlyJv/76C+7u7khKSgIAeHp6wtnZGZ6enhg/fjxmzpwJHx8feHh4YNq0aWjXrp1NZywBxVb25awlAMU2hZQU3/3a0CLjJK3cj1mzUE98M6Qx/vdkfaw8dRM/HEnA8WgfwO0u4JIJBCQYlY/8dRF8XZzg7azA87Wa4IXarSs1XiIispxNE5mvv/4aANC1a1ej48uWLcPYsWMBAJ9//jmkUikGDx6MgoIC9OnTB0uXLq3kSEvHdWQMVIVdS1K9uI6M2LVUyj5LFc3dSY4X20XixXaRyMjT4NiNdOy/fgfzbiwDJEVtajd0ibiRBSAL2J10Fb/tUqNduC/ahHujTYQ3At25FQIRkb2yedfSozg5OWHJkiVYsmRJJURkPuF+5xLzGIOiFhk91NrCFhmN8Tkb8nRWoGdtf/Ss7Y8h92biYMp1eEs9sCvhJmLvZiMuLRcxsvOAXIPd2t3YfVWG+zO64aKUo5FnNUyt1x5P1g2Fl7Pt3w8RERnYxWBfR2Qfk9bth0pabIyMvjCRMay1U9rO17bS0DsYDb2DAQBDa9UXj4/Y/RtWx58GXDOMyucCOFKQgiN7b0K6oj5ah3ujV20/9Krtj7YR3lDIOL6GiMhW7OsbxgFx92sDMVmRFg32VQuGriVnO2iRMcfS9oPQP6weNHqdeCxXo8OvV87gaHoMJB53oQ8/i8MADl8B/nsFUOhc0d2jFZ6oHYyuNfzQMMgdUik/E0RElYWJjIW4+7Ux41lLhhYZ9f0xMs5yx0hkfFQuGFWzhcnxl+u3QdSa+UjISQfc7xmd0+AetqYK2LqhJgDA21mBTtV90KWGLzpX90XTEA/I2WJDRFRhmMhYSJy1xEwGQLEBvcWmX2sELSABXBwkkSmNVCLF7n6TsT85zuj47tuxWB5zDM4Bd+Dio0F6ngb38p2xMVWGjVm5wEEPuGVFokOkLzpV90GnKF+0DveCk4IrCxMRWQsTGQsJXEnGiNH06/tjZLSC7n4i4/gfs+ruvqju7mt07OnwBlgTfwY5WjXypCmAKwDXYi02HneRrVVi62U9tl6+AwBQyqRoHe6FTtV90D7SB23DveDnxllRRESWcvxvGBtji4yB0fTr+y0yWsEw1sRVrrRVWBXKU+mMw09Ow5m02wCA768cxt6ka0ZlgmomwUOSjfQ8DdLztFDr9Nhf4Iz9O2sCMHQ51fJzRbtIb7SL8Ea7SG/U8eWO3URE5mIiYyEuiGes+PTrwjEyYiJThZf4Lj4DSifoxURmfK3W+PHqUSTlZyAJ92dBiflJOnoG1cHNm664lJKNq6k5uJqag1+O3wQAuClliHKR4LDsCjpW90PbCG/4ulbNZJCIqLyYyFiI06+NlbRFgR6GRMZN8Xh8CY+q0QI13H0R6uqJCDcfjK7ZAom5xpueLY85jq23LmOHeg86NIxEB0GCzHwtMgs0yMjXIitfi2yNAudu1ca53deA3YbEqLa/K9pFeKNVmBdahnmhcYgHnDnWhoiIiYylxAXx2CADoNg6MtKidWR09xMZd+XjkchIJBJ0CCzaL6xzUA2TMiqZHFtvXQYAHEiJNz4pBeBieNjJxQNRbm1wJCEdl+/k4Mr9n5/vt9rIpBI0CHRHyzBPtAj1QotQTzQJ8eBAYiJ67DCRKSfmMQYltshIHq9ExhzPRDTC8QHTkZyXhVyd2qRl76+E81hx7STOK29A76GDf2MJvHV6ZBbcb61R65Cdr4cmNQBnbws4ezsTPx29AQCQSyVoEOSOFqFFyU3DIHe4qvi/ORFVXfwXzkKcfm1MHNAr1UGjNrTICDD8101ZdcfIWKKFX2ip50JdPbHi2kmkCWocuBNvWkACwBlwjszCz0364mxiNo7fTMeJmxm4k63GmcRMnEksSm4kEqCmrysah3igUZA7God4oHGwB6J8XLhwHxFVCUxkLMQhMsYCnd0ND+RqaPIMtSPc35jR1cHXkalM7QIi8W+fyfjnwB40b94c8ge2d8jTafD8vpXI02kwKfpb1PUMAIKBGsECwrQCstVaZBSokay9C6nWCfqkcFxNDcbV1Bz8efa2eB9XpQwNiyU2jYM90CjYHd4ubD0jIsfCRKacOGvJIEhMZDTiGBmILTL8mJVFG/9w3FX64YnwhlCUMONrX9I1fHflMNLVeTh853qp99HL84HQK9g2bCCik7Jw9nYWzt7OxPmkLOSodTiSkI4jCelG14R6Ot1vvfFA4xB3NA72QJ0AN+4nRUR2i98wFmLXkrGg4i0yOsEwBbuwRYZdS1a1tN0gjKvVCsl5WSWe//ryIXFAMQC8eWkF5FIp4ArIagKNagAFWh3OZSRCJVEiQl8TafcUSE0HbmZ44WZGPjZdTBGvV8gkqOnninoBbqgr/rijToArPJz4uyUi22IiYyFx1pKN47AXYteSTAe1XoNctVasHI6RsS6ZVIq2ARGlnu8eUhOt/v4ClzMMqwmfSrtVatkCQY0rkguADyDxkWBF60lIz1DgbGImzt3OxNnbWcgq0OJicjYuJmebXF/N06lYcmP4qRfohhAPJ26oSkSVgomMhbiOjDF3hQqeCidkaPKRL81GtkYjnnOtAlsUOBJ3hRMuDXoTmep8HEiJg66ED+v5e0mYfWKT0TEBAl469TNqevgCSgARQK0IQK3VI1+rQ0yOoZUmWBsJ/a1aSM5S41ZGPm5l5GPn1VSje7mpZKgb4IY6/m6o5eeKmsV+fFwUTHKIyGr4DVNO/AfZQCKRoKl3GPamXEWB6h6yC7TiORUTGZvwUDqhX2i9Es/1DqmN/Slx0AsCjqfeREq+obUlU5OPk3dLb8EBgNvyeFyeMRxxmRmQFbjiZpoWl1KycSklC5dSshFzNxfZBTocv5GB4zcyTK73clagpp8LavoaJzg1/VwR4Kbk/1NEVCb8hrFQ4d+4/Ce3SHv/KOxNuQqNezKyNWrxuEIqA/RswrInSpkcf/ccDwC4V5CLpLwsuCtUiL6XVGL5xNxMfHh2J65l3QUANP7rMxToDMlqE58QQyFfwMkXaCAI91tx9CjQ6qHTSRCYVxv3UtxxMyMf6XmaUpMcN5VMTHCifFwQ6eOCKB9nRPq4IMLbGS4cOE5ED+C/ChZi15KpEZHN8VH0NgjOmbieXfQlpZBKodPrbBgZPYy3ygXeKsOSwqGuXqWWe6F2a3x4ZgfeOblFTGIA4Exa4iNfI0WViqGdGmNU9VaorgpFTGoOYu7vMVX4OCE9D9kFOpxOzMTpxMwS7xPgpkSkjwsivV0Q5eOCME8lUtKA6inZqBnAbRuIHkdMZCzELQpMhbp5AAWugFMODt2JMxwUAKlEKm5XQI7tzUbd0DWoBnK1Gvg7uSK1IKfUpP5AShzmnd4uPl8TfxZr4s+iprtf0UrQMgCBQO0oDxzoMAJZORLE3M1FTGoO4tNyEZ+Wi7i0PMSl5SKrQIuUbDVSstU4ajRtXIr3o/cDAALdVYjwdkaYlzNCPZ0Q6umMMC8nhN5/HuLpxKnkRFUME5lyYh5TxEkuBXLdAaccnE4z7AkkAb80qhK5VGa0n9TDdA6qjvXXo3H23m2j4zFZqSZlo9OTELrmfSzrOBxj67cyOS8IAtLzNIhPy0P8vaIE59rdbEQnpOCuRo5stQ7JWQVIzip4INEpIpEAQe4qhHo6I9TLkOiEejoZEp/7z0M8VVDJ2bJD5CiYyFioaB0ZpjKFVHIZUGDooojNMUz95YKBjy+VTI4D/aficsYd5GrVkEmk0Ao6aMUFEw123Y7Bh2d3AgDG7V+NcftXo55nAC5mpMDfyRV38nPgpXRGujoP9TwDjK4VfACdIguhbm7QA+IaRhqdAK3+/mO9AKidoEmoBW3gVdx2zsLtPDcci64LCCUnLAFuyqJWnWL/DROTHSd2YxHZCSYyFuIQGVMyqQQyrQt0AG7kG/7qZovM481NoXro3lIA0DW4BtZePyuuewMAFzMMU73v5OcAANLVeUbHTWTmlf4CUgBOWUDtovtDmY9nauhRR1oHNzPycCM9HzfT83AzIx8FWr3YhXXipumA5EIeTnIEuasQ5K5CoLsKQe5ODzxXIchDhQA3FbuziCoQExkLCQIXxCuJSu+KXABawfBXt5Q1RI8glUhx5MlX8NWFA3j31JaHlv1P4x7oVa22+Fyr1eLw4cNo27Yt5KVM89904yIWRO8xOb4j4wTOO18FVAACAVkgEAFApxeg1evvt+gYWna0ekMrTwEKIOikEBQFyASQCeAKAKhlQKoUuOkK3KwHaI33rPJ1USDIw5DoBLoZEhx/VyX83VTwc1XC31UJPzfDfz2dFNzQk6gMmMiUE3uWjKmkcuQWey5liwyZwVPpjHea9kSeToP5Z3diY49xcFeo0Nw3FAIECAIQn52Gpr7VjK7TaDTIVlxC58DqJe5LBQBdgmpgduPuyNdpcfLuTTy54ycAQJamAFmaOyVeUyLpA/8tTqYDoAPc0hFS+xaCMpsiKbMAydkF0OkF3M3V4G6uBueTSt5WwuhWUgn8XJVFCY6rEv5uhc9VRs/9XJXwdlbARSljNzc9tpjIWKhoHRn+41Gck9T4y4SJDJXFvGa98WKdtgh38zY511RVrYQrzFM4vby/S33cGPYO7uTnIEerfsRVxpLyMjF096+PLJcoTYBTWA6cAEQIAvQCoNUL0AkCdHrhfouP4bne6LhhNqQOQDKAZIkeUKgNe69mAogNBZxygdQwIOw8oFEB+W5Ahj+Uef7wdlHA29nw4+OiuP9cKT53V0oRexfwir8Hf3dnsbwTx/qQg2MiYyGuI1MyJ7lxIiOTMJEh88mlshKTGGsKdfV66Ho5D/NXDzkSczMwqU5bfBq9F818qiEh5x4mHFhjVK5w4cBHktz/Med/E3/DTEC4pxn+K9cCzjmAdzLU0Z2RnKVHclbBI24ixfzzR4yOOMml8HRWwNNJDk+n+/8ty3NnOWd5kU0xkSkntuYac5E90CLDRIaqkKfCG4iP32jUTXzcK6Q2nOUK3MnPRoY6v9yvoxcEdNy0xPwLGu5DsJMn9PdbgPSCAL3e8F9dsWNanQ6A9H45w19j+fd/kovfr/CgsgDQKgB9sf+PZVpAJwf0MkCnAGQaSLROkCm0gEyDOrltkeecglvyWLSVt0Ft53C4KeVwU8mQLtyDs1KKBp4hcFPK4aqUwU1lOGcoI4ebUgZnhYzjhMhsTGQsVDT92rZx2BtnhRwQJIDEUEFyJjL0GChsRfJ3crPaPec07YVtt64gW1OA6PSSt44o7nZ+6TOsABhafiz5F1+uMT0mM17gUkAuCtd6Pu+2B5Aa/v/fq9uLvSfaABonQKYB6h00FLrY3pAElRaqBHBRyMTEpvh/xeTnfiLkrJDBWSG9/98HH8vgoix2TG58nslS1cBExkICJ2CXyEkuM/z1dv8fOnYtEVlmXrM+mNesDwDDfljp6jwEOrsjLisNgc7ucJErkJKXjbsFudAL+kf+i6TVanHg4EF0aN++1BlexT23d6W4eOGRJ18BAOgEPS5lpOBeQR5eO/Z3yRdKjSNxqXcGMsigFXTIu39KWfcEIEghCAL0MMwCFYSisYcCgJz7P0YtRQCgvv9jLYoCSPQyCFIdFDpnaKR5gASQ6xTQ/vYvAKCGLAqxujjxEgkkECDAX+GJSKdAZOpy8XJ4X6xNPoAj6VehFrRGL/Fdy+fR0CsYLgo5fJyccE+dg0gPb6jkUiikElzOvIO6ngFGA7ZztWqcTbuNNv7hZg/kTi/Iw6q4UxhdsyVc5MYz5zR6HRZG70X/sHpo6B1saW2J3jq+CavjTkMukWI0gvFEue9oOSYyFhJbZGwbht1xkkuNEhm2yBCVX/H9sBp4B4nHI919EOnuY9Y9NBoN7sjd0covrNQZXsX90+sFdN/yDabV64jW/uHi8XYBkSjQafH3jQu4nn0Par0O6eo8RLn5lNhylKs37WpTSwrs6h9PQWr490ojK1qPSCsraokqnsQARX/I3tFk4I7G0BL26qUfSr3/pOO/mR7M8gZu1Ae8koCQWCjv1IR7ViRUchmUcgnueZ1HhssNROQ0RYA2AnKpBHKZBAqpVHwslxb+SKGQSfCv9l8k6G9g7pF9GOL2BBQyKRQyKSQSATuzD+Fk3iW8c2IrPoqcBIVMAokEyC7QIf5eLq6n5eHinSw4yaUY2jgE7/etC1kpLVaZ6nwsiN4tdk/+T5KO53MzEOnpZ0ZtWx8TmXLilEdjKrkU0MkAGP4RkEs4CJDIEdXxDMCt4XNKPKeSybG732QAQL5WgzydBt4qF6Tm5yBLkw8JJFDKZEhX5yFfW9Q64XS/Jaj4scqmE3dn1+GnmKNYGX+8xHL+givuSHIqLhD3e0D9A+JTtX8M7nolFJ1XGJqdrruexnXNBdPr9fd/irt/TYo+FUvvrTCMYwIM45qkhsJa6DDr6o+m95MACNEAeinm35Thk+V6OCtkcFeoxCK38wybuQY4uUEvCAh39YKP0gWn7yXi0/N7sbj94DJVgbUwkbFQ0fRrKs5JIQM0Ra0wcilbZIiqMie5Qpyt6OfkCj8nV/FciIunrcIyS/fQKMy+1wURbt7I12kw5t9VOJASj3VdRiP7xEW079kdUrkMJ+7exBPbf0BDryCs7joKg3f/jOS8LKzs8hye3PETNHorbYqrKKXPrLTjDyPTmYxlMut+96/TAcjWapGtNZ0Jl5KfDQAYFNEIk2q1xrtb/8CCFv3LHqOVMJGxkMD51yUydC0VtcIopGyRISL7JJFI0MjHMF7EA07Y0GMccrVquEkV2CS5BG+VMxQKBfpUq4OM5z6AVCKBi1yJEwOmo0CvhafSGckj5kImkeJWbga8lM5wlingJJMjR6uGUiZDrlYD3f2VznV6AR5KFWQSKTI1+eIWHJ4KJ2RoTLvgSjv+MN5KZwDAPbXxth3uChVkEgnSHzKrTiaRQC8IuJqag1l/X0BcmmF50+ebh+K3zL+K6g0SRD/zGup6BkCn1WGUS6RN/61nImMhsUWGTTJGnOQyQGCLDBE5HpVMDpVMDo3GdKaWW7EuFie5Ak4wtEIVjl3yUDoZlS9spXJXGB8vfr+KbLEKR8nrMUWYcW1jH6DP1ChM33AePx5NwG8H04GGRef39HsJ9b0MY7UMbTe2xW+ZcuLKvsacFFKjNSeUbJEhInI4bio5fhjeBJsmtEY1T+NkrIZziI2iKhkTGQtxHZmSOcmlRi0yTGSIiBxXv3qBiJ7V1ehY7Y9347/bryC7wHaDtotjImMhjpApmZNCZlgQ7z4mMkREjs3L2Xi6fq5ahzlbLiPqw534dO815Nu4d4mJjIUKB/uyQcaY6oEWGYWMiQwRUVWy8rnmqOnnitQcNd7efAUvHpVgxalEm8XDRKac2LVkzNC1VFQpKiYyRERVysjm1XDxja5YPqIpqvs4I0NjWJjPVpjIWIhdSyV7cNYSExkioqpHLpNiTKswnHutE16rq8eQRkGPvqiCMJGxUNEWBWySKc5J8WCLDGf4ExFVVQqZFJ0CUOp2BpWBiUw5sWvJ2IOzltgiQ0REFYmJjIUKNw1jHmPswVlLTkxkiIioAjGRsRB3KCiZSmbcIlO4SRwREVFFYCJjIW5RULIHx8gwkSEioorERKacONjX2IOzlpzk7FoiIqKKw0TGQtyioGQmLTKctURERBWIiYzFOEimJA+2yHCLAiIiqkhMZCzEFpmSuSplgL6oUuRSfsSIiKji8Fum3JjJFOeiNG6RUbBFhoiIKhATGQtx+nXJXJXG68gwkSEioorERMZC4oJ4bJAx4qqUP9Aiw48YERFVHH7LWKhoryUqTiaVGLXIyCVskSEioorDRKac2CJTAl3RlGu2yBARUUXit4yFOETmIXRK8SHHyBARUUViImOhoq4lNsmY0CrEhxq9zoaBEBFRVcdEppzYtVQCfVErzD11ng0DISKiqo6JjIXEWUs2jsM+FdXKvQImMkREjm5X35fQwCsQ/z4xxdahmGAiYyGuI1O6T/rXgyLPFwDwXI1mNo6GiIjKq1twTUQ/MwsdA6NsHYoJ7uhnocI8RsK+JRNvdK+J17q+gRytBh5KJ1uHQ0REVRgTmXJiGlMymVQGDyVnLBERUcVi15KF2LVERERke0xkLMQtCoiIiGzPIRKZJUuWIDIyEk5OTmjTpg2OHj1q65C4RQEREZEdsPtEZvXq1Zg5cybmzp2LkydPokmTJujTpw9SUlJsHRoADvYlIiKyJbtPZBYuXIiJEydi3LhxqF+/Pr755hu4uLjgp59+smlcHCJDRERke3Y9a0mtVuPEiRN46623xGNSqRQ9e/bEoUOHSrymoKAABQUF4vPMzEwAgEajgUajsVpsOp1h6X1Br7PqfauqwjpiXT0a68p8rCvzsa7Mx7oyX0XWlbn3tOtEJjU1FTqdDoGBgUbHAwMDcenSpRKv+eijjzBv3jyT49u2bYOLi4vVYktKlEApBeKvxWLTplir3beq2759u61DcBisK/OxrszHujIf68p8FVFXubm5ZpWz60TGEm+99RZmzpwpPs/MzERYWBh69+4NDw8Pq71OL40G27dvR69evaBQKB59wWNOw/oyG+vKfKwr87GuzMe6Ml9F1lVhj8qj2HUi4+fnB5lMhuTkZKPjycnJCAoKKvEalUoFlUplclyhUFTIB7Ki7ltVsb7Mx7oyH+vKfKwr87GuzFcRdWXu/ex6sK9SqUSLFi2wc+dO8Zher8fOnTvRrl07G0ZGRERE9sCuW2QAYObMmRgzZgxatmyJ1q1bY9GiRcjJycG4ceNsHRoRERHZmN0nMsOHD8edO3cwZ84cJCUloWnTptiyZYvJAGAiIiJ6/Nh9IgMAU6dOxdSpU20dBhEREdkZux4jQ0RERPQwTGSIiIjIYTGRISIiIofFRIaIiIgcFhMZIiIiclhMZIiIiMhhMZEhIiIih8VEhoiIiBwWExkiIiJyWA6xsm95CIIAwPztwM2l0WiQm5uLzMxM7o5qBtaX+VhX5mNdmY91ZT7Wlfkqsq4Kv7cLv8dLU+UTmaysLABAWFiYjSMhIiKissrKyoKnp2ep5yXCo1IdB6fX65GYmAh3d3dIJBKr3TczMxNhYWG4ceMGPDw8rHbfqor1ZT7WlflYV+ZjXZmPdWW+iqwrQRCQlZWFkJAQSKWlj4Sp8i0yUqkUoaGhFXZ/Dw8PftDLgPVlPtaV+VhX5mNdmY91Zb6KqquHtcQU4mBfIiIiclhMZIiIiMhhMZGxkEqlwty5c6FSqWwdikNgfZmPdWU+1pX5WFfmY12Zzx7qqsoP9iUiIqKqiy0yRERE5LCYyBAREZHDYiJDREREDouJDBERETksJjIWWrJkCSIjI+Hk5IQ2bdrg6NGjtg7J7rz33nuQSCRGP3Xr1rV1WHZj3759GDBgAEJCQiCRSLBhwwaj84IgYM6cOQgODoazszN69uyJq1ev2iZYG3tUXY0dO9bks9a3b1/bBGtDH330EVq1agV3d3cEBARg4MCBuHz5slGZ/Px8TJkyBb6+vnBzc8PgwYORnJxso4htx5y66tq1q8nn6qWXXrJRxLb19ddfo3HjxuLCd+3atcPmzZvF87b8XDGRscDq1asxc+ZMzJ07FydPnkSTJk3Qp08fpKSk2Do0u9OgQQPcvn1b/Nm/f7+tQ7IbOTk5aNKkCZYsWVLi+QULFuDLL7/EN998gyNHjsDV1RV9+vRBfn5+JUdqe4+qKwDo27ev0Wft999/r8QI7cPevXsxZcoUHD58GNu3b4dGo0Hv3r2Rk5MjlpkxYwb+/vtvrFmzBnv37kViYiIGDRpkw6htw5y6AoCJEycafa4WLFhgo4htKzQ0FB9//DFOnDiB48ePo3v37nj66adx/vx5ADb+XAlUZq1btxamTJkiPtfpdEJISIjw0Ucf2TAq+zN37lyhSZMmtg7DIQAQ1q9fLz7X6/VCUFCQ8L///U88lp6eLqhUKuH333+3QYT248G6EgRBGDNmjPD000/bJB57lpKSIgAQ9u7dKwiC4TOkUCiENWvWiGUuXrwoABAOHTpkqzDtwoN1JQiC0KVLF+HVV1+1XVB2ztvbW/jhhx9s/rlii0wZqdVqnDhxAj179hSPSaVS9OzZE4cOHbJhZPbp6tWrCAkJQfXq1fHcc88hISHB1iE5hLi4OCQlJRl9zjw9PdGmTRt+zkqxZ88eBAQEoE6dOpg8eTLu3r1r65BsLiMjAwDg4+MDADhx4gQ0Go3R56pu3boIDw9/7D9XD9ZVoRUrVsDPzw8NGzbEW2+9hdzcXFuEZ1d0Oh1WrVqFnJwctGvXzuafqyq/aaS1paamQqfTITAw0Oh4YGAgLl26ZKOo7FObNm2wfPly1KlTB7dv38a8efPQqVMnREdHw93d3dbh2bWkpCQAKPFzVniOivTt2xeDBg1CVFQUYmNj8fbbb6Nfv344dOgQZDKZrcOzCb1ej+nTp6NDhw5o2LAhAMPnSqlUwsvLy6js4/65KqmuAODZZ59FREQEQkJCcPbsWbz55pu4fPky1q1bZ8NobefcuXNo164d8vPz4ebmhvXr16N+/fo4ffq0TT9XTGSowvTr10983LhxY7Rp0wYRERH4448/MH78eBtGRlXNiBEjxMeNGjVC48aNUaNGDezZswc9evSwYWS2M2XKFERHR3NcmhlKq6tJkyaJjxs1aoTg4GD06NEDsbGxqFGjRmWHaXN16tTB6dOnkZGRgbVr12LMmDHYu3evrcPiYN+y8vPzg0wmMxmNnZycjKCgIBtF5Ri8vLxQu3ZtxMTE2DoUu1f4WeLnzDLVq1eHn5/fY/tZmzp1Kv755x/s3r0boaGh4vGgoCCo1Wqkp6cblX+cP1el1VVJ2rRpAwCP7edKqVSiZs2aaNGiBT766CM0adIEX3zxhc0/V0xkykipVKJFixbYuXOneEyv12Pnzp1o166dDSOzf9nZ2YiNjUVwcLCtQ7F7UVFRCAoKMvqcZWZm4siRI/ycmeHmzZu4e/fuY/dZEwQBU6dOxfr167Fr1y5ERUUZnW/RogUUCoXR5+ry5ctISEh47D5Xj6qrkpw+fRoAHrvPVWn0ej0KCgps/7mq8OHEVdCqVasElUolLF++XLhw4YIwadIkwcvLS0hKSrJ1aHbltddeE/bs2SPExcUJBw4cEHr27Cn4+fkJKSkptg7NLmRlZQmnTp0STp06JQAQFi5cKJw6dUq4fv26IAiC8PHHHwteXl7CX3/9JZw9e1Z4+umnhaioKCEvL8/GkVe+h9VVVlaW8PrrrwuHDh0S4uLihB07dgjNmzcXatWqJeTn59s69Eo1efJkwdPTU9izZ49w+/Zt8Sc3N1cs89JLLwnh4eHCrl27hOPHjwvt2rUT2rVrZ8OobeNRdRUTEyO8//77wvHjx4W4uDjhr7/+EqpXry507tzZxpHbxuzZs4W9e/cKcXFxwtmzZ4XZs2cLEolE2LZtmyAItv1cMZGx0FdffSWEh4cLSqVSaN26tXD48GFbh2R3hg8fLgQHBwtKpVKoVq2aMHz4cCEmJsbWYdmN3bt3CwBMfsaMGSMIgmEK9rvvvisEBgYKKpVK6NGjh3D58mXbBm0jD6ur3NxcoXfv3oK/v7+gUCiEiIgIYeLEiY/lHxYl1REAYdmyZWKZvLw84eWXXxa8vb0FFxcX4ZlnnhFu375tu6Bt5FF1lZCQIHTu3Fnw8fERVCqVULNmTWHWrFlCRkaGbQO3kRdeeEGIiIgQlEql4O/vL/To0UNMYgTBtp8riSAIQsW3+xARERFZH8fIEBERkcNiIkNEREQOi4kMEREROSwmMkREROSwmMgQERGRw2IiQ0RERA6LiQwRERE5LCYyRERE5LCYyBBRpRs7diwGDhxos9cfNWoU5s+fb1bZESNG4LPPPqvgiIjIUlzZl4isSiKRPPT83LlzMWPGDAiCAC8vr8oJqpgzZ86ge/fuuH79Otzc3B5ZPjo6Gp07d0ZcXBw8PT0rIUIiKgsmMkRkVUlJSeLj1atXY86cObh8+bJ4zM3NzawEoqJMmDABcrkc33zzjdnXtGrVCmPHjsWUKVMqMDIisgS7lojIqoKCgsQfT09PSCQSo2Nubm4mXUtdu3bFtGnTMH36dHh7eyMwMBDff/89cnJyMG7cOLi7u6NmzZrYvHmz0WtFR0ejX79+cHNzQ2BgIEaNGoXU1NRSY9PpdFi7di0GDBhgdHzp0qWoVasWnJycEBgYiCFDhhidHzBgAFatWlX+yiEiq2MiQ0R24eeff4afnx+OHj2KadOmYfLkyRg6dCjat2+PkydPonfv3hg1ahRyc3MBAOnp6ejevTuaNWuG48ePY8uWLUhOTsawYcNKfY2zZ88iIyMDLVu2FI8dP34cr7zyCt5//31cvnwZW7ZsQefOnY2ua926NY4ePYqCgoKKefNEZDEmMkRkF5o0aYJ33nkHtWrVwltvvQUnJyf4+flh4sSJqFWrFubMmYO7d+/i7NmzAIDFixejWbNmmD9/PurWrYtmzZrhp59+wu7du3HlypUSX+P69euQyWQICAgQjyUkJMDV1RVPPvkkIiIi0KxZM7zyyitG14WEhECtVht1mxGRfWAiQ0R2oXHjxuJjmUwGX19fNGrUSDwWGBgIAEhJSQFgGLS7e/duccyNm5sb6tatCwCIjY0t8TXy8vKgUqmMBiT36tULERERqF69OkaNGoUVK1aIrT6FnJ2dAcDkOBHZHhMZIrILCoXC6LlEIjE6Vph86PV6AEB2djYGDBiA06dPG/1cvXrVpGuokJ+fH3Jzc6FWq8Vj7u7uOHnyJH7//XcEBwdjzpw5aNKkCdLT08UyaWlpAAB/f3+rvFcish4mMkTkkJo3b47z588jMjISNWvWNPpxdXUt8ZqmTZsCAC5cuGB0XC6Xo2fPnliwYAHOnj2L+Ph47Nq1SzwfHR2N0NBQ+Pn5Vdj7ISLLMJEhIoc0ZcoUpKWlYeTIkTh27BhiY2OxdetWjBs3DjqdrsRr/P390bx5c+zfv1889s8//+DLL7/E6dOncf36dfzyyy/Q6/WoU6eOWObff/9F7969K/w9EVHZMZEhIocUEhKCAwcOQKfToXfv3mjUqBGmT58OLy8vSKWl/9M2YcIErFixQnzu5eWFdevWoXv37qhXrx6++eYb/P7772jQoAEAID8/Hxs2bMDEiRMr/D0RUdlxQTwieqzk5eWhTp06WL16Ndq1a/fI8l9//TXWr1+Pbdu2VUJ0RFRWbJEhoseKs7Mzfvnll4cunFecQqHAV199VcFREZGl2CJDREREDostMkREROSwmMgQERGRw2IiQ0RERA6LiQwRERE5LCYyRERE5LCYyBAREZHDYiJDREREDouJDBERETksJjJERETksP4fZHvXMbizdmEAAAAASUVORK5CYII=", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Altitude comparison\n", + "Function.compare_plots(\n", + " [\n", + " (test_flight.altitude, \"RocketPy\"),\n", + " (cots_altimeter_flight.altitude, \"Telemetry\"),\n", + " ],\n", + " title=\"Altitude Comparison\",\n", + " xlabel=\"Time (s)\",\n", + " ylabel=\"Altitude (m)\",\n", + " lower=0,\n", + " # upper=30,\n", + ")\n", + "\n", + "# Pressure comparison\n", + "Function.compare_plots(\n", + " [\n", + " (test_flight.pressure, \"RocketPy\"),\n", + " (cots_altimeter_flight.pressure, \"Telemetry\"),\n", + " ],\n", + " title=\"Pressure Comparison\",\n", + " xlabel=\"Time (s)\",\n", + " ylabel=\"Pressure (Pa)\",\n", + " lower=0,\n", + " # upper=30,\n", + ")\n", + "\n", + "# Latitude comparison\n", + "# Function.compare_plots(\n", + "# [\n", + "# (test_flight.latitude, \"RocketPy\"),\n", + "# (cots_altimeter_flight.latitude, \"Telemetry\"),\n", + "# ],\n", + "# title=\"Latitude Comparison\",\n", + "# xlabel=\"Time (s)\",\n", + "# ylabel=\"Latitude (deg)\",\n", + "# lower=0,\n", + "# # upper=30,\n", + "# )\n", + "\n", + "# Longitude comparison\n", + "# Function.compare_plots(\n", + "# [\n", + "# (test_flight.longitude, \"RocketPy\"),\n", + "# (cots_altimeter_flight.longitude, \"Telemetry\"),\n", + "# ],\n", + "# title=\"Longitude Comparison\",\n", + "# xlabel=\"Time (s)\",\n", + "# ylabel=\"Longitude (deg)\",\n", + "# lower=0,\n", + "# # upper=30,\n", + "# )\n", + "\n", + "# Convert \"deceleration\" to \"acceleration\" for comparison\n", + "absolute_cots_acceleration = lambda x: abs(cots_altimeter_flight.acceleration(x))\n", + "\n", + "# Acceleration comparison\n", + "Function.compare_plots(\n", + " [\n", + " (test_flight.acceleration, \"RocketPy\"),\n", + " (Function(absolute_cots_acceleration), \"Telemetry\"),\n", + " ],\n", + " title=\"Acceleration Comparison\",\n", + " xlabel=\"Time (s)\",\n", + " ylabel=\"Acceleration (m/s^2)\",\n", + " lower=0,\n", + " upper=30,\n", + ")" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": ".venv", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.11" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/docs/index.rst b/docs/index.rst index 0b5d754bd..773c26366 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,10 +1,92 @@ -.. RocketPy documentation master file, created by - sphinx-quickstart on Wed Mar 4 06:03:53 2020. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. +###################### +RocketPy Documentation +###################### + +**Version**: |release| + +**Useful links**: +`Installation `_ | +`Source Repository `_ | +`Issue Tracker `_ | +`Q&A Support `_ | + +RocketPy is the next-generation trajectory simulation solution for High-Power Rocketry. The code is written as a Python library and allows for a complete 6 degrees of freedom simulation of a rocket's flight trajectory, including high-fidelity variable mass effects as well as descent under parachutes. Weather conditions, such as wind profiles, can be imported from sophisticated datasets, allowing for realistic scenarios. Furthermore, the implementation facilitates complex simulations, such as multi-stage rockets, design and trajectory optimization and dispersion analysis. + +.. grid:: 2 + + .. grid-item-card:: + :img-top: ./static/landing_images/getting_started.svg + + Getting started + ^^^^^^^^^^^^^^^ + + Simulating your first rocket? Check out the Beginner's Guide. It contains an + introduction to RocketPy main concepts and walks you through the process of + setting up a simulation. + + +++ + + .. button-ref:: user/first_simulation + :expand: + :color: secondary + :click-parent: + + To the beginner's guide + + .. grid-item-card:: + :img-top: ./static/landing_images/user_guide.svg + + User guide + ^^^^^^^^^^ + + The user guide provides in-depth information on + RocketPy functionalities with useful background information and explanation. + + +++ + + .. button-ref:: user/index + :expand: + :color: secondary + :click-parent: + + To the user guide + + .. grid-item-card:: + :img-top: ./static/landing_images/api.svg + + API reference + ^^^^^^^^^^^^^ + + The reference guide contains a detailed description of RocketPy modules. Here it is described how the methods work and which parameters can be used. It assumes that you already have an understanding of key concepts. + + +++ + + .. button-ref:: reference/index + :expand: + :color: secondary + :click-parent: + + To the reference guide + + .. grid-item-card:: + :img-top: ./static/landing_images/contributor.svg + + Contributor's guide + ^^^^^^^^^^^^^^^^^^^ + + Want to contribute to RocketPy source code? The contributing guidelines will guide you through the process of improving RocketPy. + + +++ + + .. button-ref:: development/index + :expand: + :color: secondary + :click-parent: + + To the contributor's guide .. toctree:: - :maxdepth: 4 + :maxdepth: 1 :hidden: User Guide @@ -13,11 +95,3 @@ Technical Flight Examples -.. mdinclude:: ../README.md - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis.ipynb b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis.ipynb similarity index 99% rename from docs/notebooks/dispersion_analysis/dispersion_analysis.ipynb rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis.ipynb index fc4c8cf97..30b43f65b 100644 --- a/docs/notebooks/dispersion_analysis/dispersion_analysis.ipynb +++ b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis.ipynb @@ -20,6 +20,13 @@ "We hope you enjoy the flight(s) in this notebook just like everyone in LASC19 did it in real-time!" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "**NOTE:** There is a new `MonteCarlo` class in RocketPy v1.2.0. This notebook is still here just for reference, but it is recommended to use the new class. See the `Monte Carlo class usage` page in the documentation for more information." + ] + }, { "attachments": {}, "cell_type": "markdown", @@ -384,7 +391,7 @@ ], "source": [ "# Basic analysis info\n", - "filename = \"dispersion_analysis_outputs/valetudo_rocket_v0\"\n", + "filename = \"monte_carlo_analysis_outputs/valetudo_rocket_v0\"\n", "number_of_simulations = 100\n", "\n", "# Create data files for inputs, outputs and error logging\n", @@ -404,7 +411,7 @@ "Env.max_expected_height = 1500\n", "Env.set_atmospheric_model(\n", " type=\"Ensemble\",\n", - " file=\"dispersion_analysis_inputs/LASC2019_reanalysis.nc\",\n", + " file=\"monte_carlo_analysis_inputs/LASC2019_reanalysis.nc\",\n", " dictionary=\"ECMWF\",\n", ")\n", "\n", @@ -428,7 +435,7 @@ "\n", " # Create motor\n", " Keron = SolidMotor(\n", - " thrust_source=\"dispersion_analysis_inputs/thrustCurve.csv\",\n", + " thrust_source=\"monte_carlo_analysis_inputs/thrustCurve.csv\",\n", " burn_time=5.274,\n", " reshape_thrust_curve=(setting[\"burn_time\"], setting[\"impulse\"]),\n", " nozzle_radius=setting[\"nozzle_radius\"],\n", @@ -460,8 +467,8 @@ " setting[\"rocket_inertia_11\"],\n", " setting[\"rocket_inertia_33\"],\n", " ),\n", - " power_off_drag=\"dispersion_analysis_inputs/Cd_PowerOff.csv\",\n", - " power_on_drag=\"dispersion_analysis_inputs/Cd_PowerOn.csv\",\n", + " power_off_drag=\"monte_carlo_analysis_inputs/Cd_PowerOff.csv\",\n", + " power_on_drag=\"monte_carlo_analysis_inputs/Cd_PowerOn.csv\",\n", " center_of_mass_without_motor=0,\n", " coordinate_system_orientation=\"tail_to_nose\",\n", " )\n", @@ -574,7 +581,7 @@ } ], "source": [ - "filename = \"dispersion_analysis_outputs/valetudo_rocket_v0\"\n", + "filename = \"monte_carlo_analysis_outputs/valetudo_rocket_v0\"\n", "\n", "# Initialize variable to store all results\n", "dispersion_general_results = []\n", @@ -20354,7 +20361,7 @@ "from matplotlib.patches import Ellipse\n", "\n", "# Import background map\n", - "img = imread(\"dispersion_analysis_inputs/Valetudo_basemap_final.jpg\")\n", + "img = imread(\"monte_carlo_analysis_inputs/Valetudo_basemap_final.jpg\")\n", "\n", "# Retrieve dispersion data por apogee and impact XY position\n", "apogee_x = np.array(dispersion_results[\"apogee_x\"])\n", diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/Cd_PowerOff.csv b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/Cd_PowerOff.csv similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/Cd_PowerOff.csv rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/Cd_PowerOff.csv diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/Cd_PowerOn.csv b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/Cd_PowerOn.csv similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/Cd_PowerOn.csv rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/Cd_PowerOn.csv diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/LASC2019_reanalysis.nc b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/LASC2019_reanalysis.nc similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/LASC2019_reanalysis.nc rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/LASC2019_reanalysis.nc diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/Valetudo_basemap_final.jpg b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/Valetudo_basemap_final.jpg similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/Valetudo_basemap_final.jpg rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/Valetudo_basemap_final.jpg diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/thrustCurve.csv b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/thrustCurve.csv similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_inputs/thrustCurve.csv rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_inputs/thrustCurve.csv diff --git a/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.errors.txt b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.errors.txt new file mode 100644 index 000000000..e69de29bb diff --git a/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.inputs.txt b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.inputs.txt new file mode 100644 index 000000000..9a890d126 --- /dev/null +++ b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.inputs.txt @@ -0,0 +1,1000 @@ +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349805737362968, "mass": 15.389343012059967, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321735286465201, "I_33_without_motor": 0.03131376369351965, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.876119007794975, "trigger": 800, "sampling_rate": 105, "lag": 1.4039051334657628, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1153330682349194, "trigger": "apogee", "sampling_rate": 105, "lag": 1.312010528474876, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4108.051237022448, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03311718353546555, "grain_number": 5, "grain_density": 1695.4913078620402, "grain_outer_radius": 0.03264948443697062, "grain_initial_inner_radius": 0.014555365817764128, "grain_initial_height": 0.11821009521651879, "grain_separation": 0.004583915578695257, "grains_center_of_mass_position": 0.3969572624428137, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00047102172569662396, "throat_radius": 0.010080872060816265, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255619886341495}], "aerodynamic_surfaces": [{"length": 0.5576500216475931, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352121042080896}, {"n": 4, "root_chord": 0.12021634187795194, "tip_chord": 0.06025703291533595, "span": 0.10918068131206991, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488626145273403}, {"top_radius": 0.0626865801265797, "bottom_radius": 0.04297830537127572, "length": 0.06011444931045156, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992654977438861, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187574583936143, "upper_button_position": 0.08050803935027184}], "rail_length": 5, "inclination": 83.99566634839267, "heading": 53.47446847289658} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349568759277349, "mass": 15.871372970399714, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32143833801456, "I_33_without_motor": 0.025361480812992165, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.077882999005631, "trigger": 800, "sampling_rate": 105, "lag": 1.4756252566522896, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9234284715919572, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3881834217904099, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7560.552269691809, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03323498477966384, "grain_number": 5, "grain_density": 1755.9230148617169, "grain_outer_radius": 0.03267183091689585, "grain_initial_inner_radius": 0.014535059788844295, "grain_initial_height": 0.12113377540018655, "grain_separation": 0.003711258876365968, "grains_center_of_mass_position": 0.3990071185124238, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004780092736673756, "throat_radius": 0.011354053231359101, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256755951809356}], "aerodynamic_surfaces": [{"length": 0.5580358686457025, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334538600705395}, {"n": 4, "root_chord": 0.11977955036692965, "tip_chord": 0.06089877303072869, "span": 0.11014224339464011, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483242434463498}, {"top_radius": 0.060837816049840676, "bottom_radius": 0.041506576959683614, "length": 0.0593279226733775, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698095605353847, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183525039576656, "upper_button_position": 0.07974310139618135}], "rail_length": 5, "inclination": 84.34620859076892, "heading": 55.07341785747127} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350798915776218, "mass": 14.72596643167926, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332159201892256, "I_33_without_motor": 0.03228516003734544, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.06461007091624, "trigger": 800, "sampling_rate": 105, "lag": 1.6023514110104404, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0268301860306066, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4122896506826836, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6871.511434578152, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03296838299836172, "grain_number": 5, "grain_density": 1869.21321159043, "grain_outer_radius": 0.03309847387726497, "grain_initial_inner_radius": 0.015208042171507568, "grain_initial_height": 0.12018993129472064, "grain_separation": 0.005764039775868713, "grains_center_of_mass_position": 0.3964108328391228, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009325348653550037, "throat_radius": 0.01079038465163295, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534347949360516}], "aerodynamic_surfaces": [{"length": 0.5573675625079105, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327284409935567}, {"n": 4, "root_chord": 0.12045567438924641, "tip_chord": 0.059803267822943845, "span": 0.11030749808635916, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0510433984582117}, {"top_radius": 0.0638544619409675, "bottom_radius": 0.043529212214606434, "length": 0.06067193427632704, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997281750819397, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178201480548839, "upper_button_position": 0.0819080270270558}], "rail_length": 5, "inclination": 82.84930725852438, "heading": 52.13067196496287} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349198879334829, "mass": 15.663210357314242, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3039992581611815, "I_33_without_motor": 0.036471318111333015, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.02480928546872, "trigger": 800, "sampling_rate": 105, "lag": 1.491790048256705, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0886103746464808, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3716473123220443, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8953.471688856735, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03190765393770245, "grain_number": 5, "grain_density": 1880.4406232197334, "grain_outer_radius": 0.03302450040538434, "grain_initial_inner_radius": 0.015617614510899127, "grain_initial_height": 0.12048318998351128, "grain_separation": 0.007169103759842684, "grains_center_of_mass_position": 0.39783080401039733, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012363481472211675, "throat_radius": 0.01177144987710455, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2532840556626004}], "aerodynamic_surfaces": [{"length": 0.5587315001541049, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342885125674442}, {"n": 4, "root_chord": 0.12028910461093067, "tip_chord": 0.05998112208049944, "span": 0.11009690638634227, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490342720699566}, {"top_radius": 0.06573189567819025, "bottom_radius": 0.044838697306655476, "length": 0.061833697191102314, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995776122750901, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186939180530747, "upper_button_position": 0.08088369422201536}], "rail_length": 5, "inclination": 85.78558268616787, "heading": 50.68863776937965} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.0634989137088062, "mass": 15.524205851856598, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307077744556842, "I_33_without_motor": 0.04121834457103162, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.807308247519861, "trigger": 800, "sampling_rate": 105, "lag": 1.3926705554294792, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9735423972094154, "trigger": "apogee", "sampling_rate": 105, "lag": 1.062451397033119, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5015.991156946792, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03267549450294006, "grain_number": 5, "grain_density": 1865.8385945972504, "grain_outer_radius": 0.032517505250722056, "grain_initial_inner_radius": 0.014395951176178923, "grain_initial_height": 0.11905243928021207, "grain_separation": 0.00694319036163794, "grains_center_of_mass_position": 0.39631145238620025, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00047548869979659425, "throat_radius": 0.01203043859832975, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540384094728645}], "aerodynamic_surfaces": [{"length": 0.5577651567092415, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1317591734921408}, {"n": 4, "root_chord": 0.12039721538667243, "tip_chord": 0.05979438371862118, "span": 0.110346321409889, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488799975545195}, {"top_radius": 0.063826629209881, "bottom_radius": 0.04301283500733776, "length": 0.05914550109264588, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004398082348514, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177243515058461, "upper_button_position": 0.08271545672900527}], "rail_length": 5, "inclination": 85.79943057564431, "heading": 55.22885759009731} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349794514593535, "mass": 15.40131838197621, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323516323773933, "I_33_without_motor": 0.044043180957609535, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.889796197469883, "trigger": 800, "sampling_rate": 105, "lag": 1.6597157374660025, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1577128968109667, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4102498864975466, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5747.9694330832945, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03260091681525579, "grain_number": 5, "grain_density": 1809.41425119596, "grain_outer_radius": 0.03285416034821841, "grain_initial_inner_radius": 0.014334423858244476, "grain_initial_height": 0.11908764387597626, "grain_separation": 0.003758212153780999, "grains_center_of_mass_position": 0.39530588102932435, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00018237988519243417, "throat_radius": 0.010390477481317925, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554664124441006}], "aerodynamic_surfaces": [{"length": 0.557486775934228, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134035581723955}, {"n": 4, "root_chord": 0.11976113202801413, "tip_chord": 0.06045327753628993, "span": 0.10909251698941519, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486601934173354}, {"top_radius": 0.06411375627493335, "bottom_radius": 0.04310692208158088, "length": 0.060334064485441104, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983587967714802, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169822425076821, "upper_button_position": 0.08137655426379808}], "rail_length": 5, "inclination": 85.7942384784516, "heading": 51.97018719141674} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.0634831907893462, "mass": 16.142985666295708, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318786454516819, "I_33_without_motor": 0.03311914769696219, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.001403677260269, "trigger": 800, "sampling_rate": 105, "lag": 1.3419601294384211, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9531651643576923, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2598768535655447, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5310.725604918773, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03274206298396838, "grain_number": 5, "grain_density": 1769.4667598578696, "grain_outer_radius": 0.03323051860789689, "grain_initial_inner_radius": 0.015364332976995312, "grain_initial_height": 0.1211366621886763, "grain_separation": 0.0054513310859828894, "grains_center_of_mass_position": 0.39600826493805114, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007871611885092088, "throat_radius": 0.01078534923432791, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541869514725055}], "aerodynamic_surfaces": [{"length": 0.5557371893856308, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327216562898037}, {"n": 4, "root_chord": 0.11958761788853188, "tip_chord": 0.059764931435170546, "span": 0.11065314184124352, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489547751220671}, {"top_radius": 0.06314625464289524, "bottom_radius": 0.04407792894307738, "length": 0.05905359461955076, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007021074685083, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173895248569061, "upper_button_position": 0.08331258261160213}], "rail_length": 5, "inclination": 85.49781283239032, "heading": 50.80975573862622} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06349863232206687, "mass": 15.689204211722974, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31826115576864, "I_33_without_motor": 0.040021497095157836, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.031682825222076, "trigger": 800, "sampling_rate": 105, "lag": 1.5691961404651653, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9959763974871235, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5491443870900725, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6382.952785577865, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03268121568941596, "grain_number": 5, "grain_density": 1795.5261699281193, "grain_outer_radius": 0.03316899104541241, "grain_initial_inner_radius": 0.014916134344019517, "grain_initial_height": 0.11991351535231197, "grain_separation": 0.005798273412858732, "grains_center_of_mass_position": 0.3962572632273513, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018490357116945797, "throat_radius": 0.010816573474938064, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556502958930567}], "aerodynamic_surfaces": [{"length": 0.5576033172097007, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134515287298298}, {"n": 4, "root_chord": 0.11991996486751397, "tip_chord": 0.06067129726063602, "span": 0.10948630816400014, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.05073679223004}, {"top_radius": 0.06416681384172478, "bottom_radius": 0.04329548648817064, "length": 0.06013474794204077, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008199501135784, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6158737611598102, "upper_button_position": 0.08494618895376826}], "rail_length": 5, "inclination": 84.0756264420093, "heading": 54.17262036645339} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350145673884958, "mass": 15.551586568589524, "I_11_without_motor": 6.321, "I_22_without_motor": 6.304098105921679, "I_33_without_motor": 0.0371267629688243, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.87776987475195, "trigger": 800, "sampling_rate": 105, "lag": 1.6207770644096942, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1217546123772562, "trigger": "apogee", "sampling_rate": 105, "lag": 1.533869910295029, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7672.407794262357, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033394083699183424, "grain_number": 5, "grain_density": 1845.5288691977412, "grain_outer_radius": 0.033045834806567, "grain_initial_inner_radius": 0.015146644936899874, "grain_initial_height": 0.11954096300884073, "grain_separation": 0.006306291632734014, "grains_center_of_mass_position": 0.3959085893646627, "center_of_dry_mass_position": 0.317, "nozzle_position": 8.296846509519164e-05, "throat_radius": 0.011124106372909724, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2533534977228655}], "aerodynamic_surfaces": [{"length": 0.5572518846982311, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328806737307489}, {"n": 4, "root_chord": 0.11983317278506934, "tip_chord": 0.06014155279889624, "span": 0.1099090387242727, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04894748976471}, {"top_radius": 0.06451922460124532, "bottom_radius": 0.042126954277296416, "length": 0.06126263117808771, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6977609532603006, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165137190466425, "upper_button_position": 0.08124723421365809}], "rail_length": 5, "inclination": 84.89745125792864, "heading": 53.86043715778058} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349077882706658, "mass": 15.182258161101158, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315839751337961, "I_33_without_motor": 0.02847599123995332, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.92888228429399, "trigger": 800, "sampling_rate": 105, "lag": 1.2893860157136594, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9984549208702471, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4180995518728992, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4836.092533212706, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03246502670934628, "grain_number": 5, "grain_density": 1841.8703491868155, "grain_outer_radius": 0.03375046120564701, "grain_initial_inner_radius": 0.015186898360631518, "grain_initial_height": 0.11913158211544887, "grain_separation": 0.003757966089633795, "grains_center_of_mass_position": 0.3959208138544734, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008812406844481487, "throat_radius": 0.010392935494783003, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543762846310362}], "aerodynamic_surfaces": [{"length": 0.5589077117249827, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351650894400276}, {"n": 4, "root_chord": 0.12027315335664264, "tip_chord": 0.0596310380384038, "span": 0.1101237279389898, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490800700121272}, {"top_radius": 0.06434392063538708, "bottom_radius": 0.04378058030439624, "length": 0.0604952671466271, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984142175190204, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617636089535155, "upper_button_position": 0.08077812798386541}], "rail_length": 5, "inclination": 84.6231758124475, "heading": 54.97132895874029} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06349149023014282, "mass": 15.052223673264162, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316137352455153, "I_33_without_motor": 0.04684661206944135, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.94324607463676, "trigger": 800, "sampling_rate": 105, "lag": 1.4243411241093509, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0107768396385226, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3149262219082003, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5878.3880575907615, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03301890901754477, "grain_number": 5, "grain_density": 1756.551375235997, "grain_outer_radius": 0.032779270289304815, "grain_initial_inner_radius": 0.015498336695161466, "grain_initial_height": 0.12203403166970983, "grain_separation": 0.004317483172715653, "grains_center_of_mass_position": 0.3979647402253393, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0019389074728340151, "throat_radius": 0.01096760808975465, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551359399044315}], "aerodynamic_surfaces": [{"length": 0.5581139563509647, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351899635505072}, {"n": 4, "root_chord": 0.1190971514089676, "tip_chord": 0.06015880099599558, "span": 0.1101427822116408, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497565539410971}, {"top_radius": 0.06496552288147592, "bottom_radius": 0.043265211710923596, "length": 0.0607792206563812, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001054142381778, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191725236056508, "upper_button_position": 0.08093289063252707}], "rail_length": 5, "inclination": 84.2045831780379, "heading": 55.827662347141086} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349771397997445, "mass": 16.06160129672824, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332391382910079, "I_33_without_motor": 0.03836774915008192, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.833613287054275, "trigger": 800, "sampling_rate": 105, "lag": 1.5252294101465433, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0152581218071508, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4152760988225876, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7264.589176934608, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032651078892538, "grain_number": 5, "grain_density": 1783.2474873169085, "grain_outer_radius": 0.032638278263303025, "grain_initial_inner_radius": 0.014546021780960197, "grain_initial_height": 0.11869900613004641, "grain_separation": 0.0055516452533830845, "grains_center_of_mass_position": 0.3990985124982269, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005789697742237419, "throat_radius": 0.010370894562649148, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547226295208156}], "aerodynamic_surfaces": [{"length": 0.5589992990932895, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332962891295542}, {"n": 4, "root_chord": 0.11997195921922695, "tip_chord": 0.06021813666525289, "span": 0.10974846882243691, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048127176371201}, {"top_radius": 0.0626895490712947, "bottom_radius": 0.04295730176021872, "length": 0.06013783250367658, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988672196278417, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6159110571053398, "upper_button_position": 0.08295616252250193}], "rail_length": 5, "inclination": 84.32339349978908, "heading": 49.195438412567476} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350823729860457, "mass": 15.688069242517775, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325243150834928, "I_33_without_motor": 0.032883472155852356, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.10054796124173, "trigger": 800, "sampling_rate": 105, "lag": 1.6090738644763298, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0253342111637302, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1455799743026462, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5835.446044485204, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03291193533023806, "grain_number": 5, "grain_density": 1823.7305167531724, "grain_outer_radius": 0.03335598855317141, "grain_initial_inner_radius": 0.014878106917750955, "grain_initial_height": 0.12062607598446093, "grain_separation": 0.00519190786964085, "grains_center_of_mass_position": 0.3952453699601913, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005391907645689813, "throat_radius": 0.010371047038801776, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254781104436866}], "aerodynamic_surfaces": [{"length": 0.5596845712180962, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134312984571847}, {"n": 4, "root_chord": 0.12028784640528524, "tip_chord": 0.06067134528620903, "span": 0.10977611857131127, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050878752737091}, {"top_radius": 0.06475316574797511, "bottom_radius": 0.0434451615534851, "length": 0.05955295639484732, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007156149871617, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185509977858705, "upper_button_position": 0.0821646172012912}], "rail_length": 5, "inclination": 84.35345931769689, "heading": 51.34419493832341} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349496323819319, "mass": 16.259908337654522, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323062647180183, "I_33_without_motor": 0.03505173996383975, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.164397606912067, "trigger": 800, "sampling_rate": 105, "lag": 1.4002631067369522, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.976996570483305, "trigger": "apogee", "sampling_rate": 105, "lag": 1.609805870911143, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6976.04080346311, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0326218816446908, "grain_number": 5, "grain_density": 1826.2255702247571, "grain_outer_radius": 0.03356251139043825, "grain_initial_inner_radius": 0.015334953156546614, "grain_initial_height": 0.1204411386290191, "grain_separation": 0.007401598319972476, "grains_center_of_mass_position": 0.39746816647781963, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003996622633307872, "throat_radius": 0.010964437673858303, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540506934237796}], "aerodynamic_surfaces": [{"length": 0.5597210365333222, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334537865305767}, {"n": 4, "root_chord": 0.12007047533957835, "tip_chord": 0.060563899452429744, "span": 0.11010237318931132, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505678483668137}, {"top_radius": 0.062183458119483365, "bottom_radius": 0.04370613088519955, "length": 0.059307195473033536, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982687810960271, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190359027235721, "upper_button_position": 0.07923287837245496}], "rail_length": 5, "inclination": 84.03529089427091, "heading": 53.00075114985448} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.0634971499086867, "mass": 15.595245779914459, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316998748419351, "I_33_without_motor": 0.02203501484059431, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.996222182833018, "trigger": 800, "sampling_rate": 105, "lag": 1.4971784097416883, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9841311168606752, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5537292455629264, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4020.69782709258, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032342075062813266, "grain_number": 5, "grain_density": 1833.075350239971, "grain_outer_radius": 0.03253278269544026, "grain_initial_inner_radius": 0.014521374697467448, "grain_initial_height": 0.12043526270674562, "grain_separation": 0.007720893836035399, "grains_center_of_mass_position": 0.3971440277584128, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005229393716931545, "throat_radius": 0.010643392128009686, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253725496151976}], "aerodynamic_surfaces": [{"length": 0.5592797323447093, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342976277579035}, {"n": 4, "root_chord": 0.12060886287220145, "tip_chord": 0.06022305941312313, "span": 0.11089171247307048, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499359475750885}, {"top_radius": 0.062268785401773316, "bottom_radius": 0.043295567582801224, "length": 0.05898370388734055, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988687434996698, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.61955938562073, "upper_button_position": 0.07930935787893978}], "rail_length": 5, "inclination": 83.74488308095599, "heading": 53.09822074153155} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06350115072868714, "mass": 16.095579687860106, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322824873984299, "I_33_without_motor": 0.029834578589775198, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.947147586360721, "trigger": 800, "sampling_rate": 105, "lag": 1.564550595258857, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0687263976612273, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3950721919110773, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6644.865950511452, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03296243423156791, "grain_number": 5, "grain_density": 1788.7335808252174, "grain_outer_radius": 0.033369536043405326, "grain_initial_inner_radius": 0.0147496536188582, "grain_initial_height": 0.11959279084610683, "grain_separation": 0.00705740314149294, "grains_center_of_mass_position": 0.3959842817536911, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00013766206422772553, "throat_radius": 0.01088145044450906, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559313298266825}], "aerodynamic_surfaces": [{"length": 0.5580999529954143, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346684017995525}, {"n": 4, "root_chord": 0.12004206236616682, "tip_chord": 0.06017961077015289, "span": 0.10902181975775063, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484506116060401}, {"top_radius": 0.06449762184403855, "bottom_radius": 0.04272349665973286, "length": 0.05964299291814662, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993206687186437, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180232423447362, "upper_button_position": 0.08129742637390758}], "rail_length": 5, "inclination": 84.72649806068213, "heading": 52.73351541621439} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06349289642040103, "mass": 15.340434817425109, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3385756786690335, "I_33_without_motor": 0.04262909256505486, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.923795886197066, "trigger": 800, "sampling_rate": 105, "lag": 1.4314563393486488, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0041711926879937, "trigger": "apogee", "sampling_rate": 105, "lag": 1.287934603102582, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5889.036478599186, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032394861525868596, "grain_number": 5, "grain_density": 1660.9528555185695, "grain_outer_radius": 0.032338779327253625, "grain_initial_inner_radius": 0.0154588667737736, "grain_initial_height": 0.12209863203704184, "grain_separation": 0.004801021547758095, "grains_center_of_mass_position": 0.3989821401298585, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002400641650416377, "throat_radius": 0.01108728192286811, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537996525494397}], "aerodynamic_surfaces": [{"length": 0.5585277845861264, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134409209899724}, {"n": 4, "root_chord": 0.11890184679142328, "tip_chord": 0.0597080724579482, "span": 0.11011584048441443, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498322899420125}, {"top_radius": 0.0634147386524999, "bottom_radius": 0.04554817377221769, "length": 0.05984419536240244, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988274677442051, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191755441362213, "upper_button_position": 0.07965192360798379}], "rail_length": 5, "inclination": 86.24763533071174, "heading": 52.23831165823071} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.0635028060539363, "mass": 14.777986480047897, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310664032513163, "I_33_without_motor": 0.016564876790099367, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.96762502545579, "trigger": 800, "sampling_rate": 105, "lag": 1.5642660762813334, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9910853668220625, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7883064799358206, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5400.2384854408165, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03345658985769215, "grain_number": 5, "grain_density": 1762.6226300849758, "grain_outer_radius": 0.03320671336185181, "grain_initial_inner_radius": 0.015015736926571694, "grain_initial_height": 0.12154522427311285, "grain_separation": 0.005057596989791103, "grains_center_of_mass_position": 0.39841462708979797, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009428596992236787, "throat_radius": 0.010226492812006981, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545693794448503}], "aerodynamic_surfaces": [{"length": 0.5578984025077259, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336243054258601}, {"n": 4, "root_chord": 0.11922484281503748, "tip_chord": 0.060328823877992356, "span": 0.11063473065590104, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484087504872224}, {"top_radius": 0.06315639178025098, "bottom_radius": 0.043928715102024646, "length": 0.05953836538671803, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996583171704494, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165170044868177, "upper_button_position": 0.08314131268363167}], "rail_length": 5, "inclination": 86.47363753649725, "heading": 50.287576960514876} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349516537004417, "mass": 15.835782863122091, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307202712968757, "I_33_without_motor": 0.025730202026935236, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.033637722927553, "trigger": 800, "sampling_rate": 105, "lag": 1.504910882202733, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9978140129362387, "trigger": "apogee", "sampling_rate": 105, "lag": 1.196007486500236, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5934.21189980341, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033535228023604695, "grain_number": 5, "grain_density": 1845.8880119852554, "grain_outer_radius": 0.03285168331136458, "grain_initial_inner_radius": 0.015420017644234686, "grain_initial_height": 0.11885944066029998, "grain_separation": 0.0032660142191687047, "grains_center_of_mass_position": 0.3967137075304384, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001741474640243094, "throat_radius": 0.011214353763790914, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544411136059979}], "aerodynamic_surfaces": [{"length": 0.5598644517518168, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334267313653756}, {"n": 4, "root_chord": 0.12022901236400485, "tip_chord": 0.05977564071928336, "span": 0.10976459441825573, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506508376463026}, {"top_radius": 0.06260219692495436, "bottom_radius": 0.04243102271072424, "length": 0.06073322923312748, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007437023844868, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186281043651749, "upper_button_position": 0.0821155980193119}], "rail_length": 5, "inclination": 86.74729128100171, "heading": 52.164118455763834} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349941918966595, "mass": 14.757850832964294, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332035614904166, "I_33_without_motor": 0.04953719906058777, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.026239333697717, "trigger": 800, "sampling_rate": 105, "lag": 1.4476468707904513, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.020832647345615, "trigger": "apogee", "sampling_rate": 105, "lag": 1.642058196999335, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7627.663519970132, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032763996578027296, "grain_number": 5, "grain_density": 1884.7765105650922, "grain_outer_radius": 0.033171609397371814, "grain_initial_inner_radius": 0.014965821437379439, "grain_initial_height": 0.11864664191566922, "grain_separation": 0.005599234829832283, "grains_center_of_mass_position": 0.3979775989541212, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007646217517993514, "throat_radius": 0.011054549784517326, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2531559345060732}], "aerodynamic_surfaces": [{"length": 0.5573522294710914, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135084579066834}, {"n": 4, "root_chord": 0.12041584289943728, "tip_chord": 0.05919724033372533, "span": 0.11020174937378745, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495771860913206}, {"top_radius": 0.06468868983057015, "bottom_radius": 0.04254516112501002, "length": 0.059658604560467884, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006484411134483, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167910931560748, "upper_button_position": 0.08385734795737343}], "rail_length": 5, "inclination": 85.0165569633472, "heading": 51.42812017323681} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349573051930275, "mass": 14.705894285706163, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322290941822908, "I_33_without_motor": 0.02745541270052427, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.929050311672276, "trigger": 800, "sampling_rate": 105, "lag": 1.4567623115907777, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0416389584186911, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1953621628685687, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5883.235519635259, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03274276288897552, "grain_number": 5, "grain_density": 1787.1522467017537, "grain_outer_radius": 0.033325265622759136, "grain_initial_inner_radius": 0.014160264376743777, "grain_initial_height": 0.12050681052260187, "grain_separation": 0.004522895099516344, "grains_center_of_mass_position": 0.3977909163010779, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006010457439932404, "throat_radius": 0.010924716986993073, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564243971249953}], "aerodynamic_surfaces": [{"length": 0.558494833990384, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133026906850505}, {"n": 4, "root_chord": 0.11970739762463548, "tip_chord": 0.05995287293418132, "span": 0.10961960583233095, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491460934972807}, {"top_radius": 0.0633287276788201, "bottom_radius": 0.04296792984612608, "length": 0.060661359673024697, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001972894249188, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177345996347001, "upper_button_position": 0.08246268979021865}], "rail_length": 5, "inclination": 84.36690147378349, "heading": 52.15785593400487} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350691370484511, "mass": 15.375454386291343, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322216733927299, "I_33_without_motor": 0.0488665964478586, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.142229410394958, "trigger": 800, "sampling_rate": 105, "lag": 1.6259259646437332, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9593836740555426, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5004765998478848, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6085.75909136553, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032693247881894094, "grain_number": 5, "grain_density": 1775.364557660513, "grain_outer_radius": 0.03297155546349147, "grain_initial_inner_radius": 0.014562338344974219, "grain_initial_height": 0.11928756873291008, "grain_separation": 0.004131653681182388, "grains_center_of_mass_position": 0.39628198466762365, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012087763643927588, "throat_radius": 0.011253001213580638, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2532965013348667}], "aerodynamic_surfaces": [{"length": 0.5600863727852301, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134660452006978}, {"n": 4, "root_chord": 0.11924153914852088, "tip_chord": 0.06036796573394087, "span": 0.11008618370424614, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050248327753988}, {"top_radius": 0.06336863208480528, "bottom_radius": 0.04165133795497803, "length": 0.060005251928262525, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001544295790166, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173830332361199, "upper_button_position": 0.08277139634289676}], "rail_length": 5, "inclination": 84.50279256801589, "heading": 53.69405748118107} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349832982758892, "mass": 16.02903245857102, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314413338193415, "I_33_without_motor": 0.023218102937927254, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.976399418695124, "trigger": 800, "sampling_rate": 105, "lag": 1.3990312864503887, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0217777201390443, "trigger": "apogee", "sampling_rate": 105, "lag": 1.379523772806063, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6132.662326354549, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0326461587480111, "grain_number": 5, "grain_density": 1788.8497381437428, "grain_outer_radius": 0.03293598394697067, "grain_initial_inner_radius": 0.014978384652673619, "grain_initial_height": 0.12007873915360227, "grain_separation": 0.004292939763628557, "grains_center_of_mass_position": 0.3974238833871943, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00042695127067467404, "throat_radius": 0.009996273876891589, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2533906511175006}], "aerodynamic_surfaces": [{"length": 0.5592369620087875, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344691953676378}, {"n": 4, "root_chord": 0.12041694000646186, "tip_chord": 0.06020891364451193, "span": 0.1107802335716825, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493767366093343}, {"top_radius": 0.0628496784436011, "bottom_radius": 0.043601374224137866, "length": 0.05955901816566243, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003844046340703, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617577469695097, "upper_button_position": 0.08280693493897329}], "rail_length": 5, "inclination": 86.08654520931525, "heading": 52.52115346390788} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349777476216968, "mass": 14.77036744876668, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3336957983684306, "I_33_without_motor": 0.03164590628125244, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.998125881590365, "trigger": 800, "sampling_rate": 105, "lag": 1.5823595355698956, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1853674282556859, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1000948789706366, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5838.241874688789, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03349469836365394, "grain_number": 5, "grain_density": 1846.4959184424245, "grain_outer_radius": 0.03266687842808839, "grain_initial_inner_radius": 0.014132786221955964, "grain_initial_height": 0.12069379311657909, "grain_separation": 0.004371932851724252, "grains_center_of_mass_position": 0.3949639351394846, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011199214851220407, "throat_radius": 0.01224913032373014, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553465636469159}], "aerodynamic_surfaces": [{"length": 0.5583225055865026, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338606190233744}, {"n": 4, "root_chord": 0.12042461277289382, "tip_chord": 0.05948407449582567, "span": 0.11003142069651707, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502164413282196}, {"top_radius": 0.06486946321523443, "bottom_radius": 0.04187548160155882, "length": 0.06069954620840913, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007346091011946, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182141542410853, "upper_button_position": 0.08252045486010928}], "rail_length": 5, "inclination": 86.53516918005025, "heading": 53.38497173992747} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350064369392422, "mass": 15.776742570532493, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3261729828636435, "I_33_without_motor": 0.062028837883637965, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.952977714318768, "trigger": 800, "sampling_rate": 105, "lag": 1.5110878803581131, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.027978798496391, "trigger": "apogee", "sampling_rate": 105, "lag": 1.228489465402528, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6635.668537280559, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03322810166653286, "grain_number": 5, "grain_density": 1793.068435084934, "grain_outer_radius": 0.033105080203801894, "grain_initial_inner_radius": 0.015005764341483437, "grain_initial_height": 0.1219596201662962, "grain_separation": 0.006272092789142068, "grains_center_of_mass_position": 0.3968332790320618, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010080146174357683, "throat_radius": 0.010902847807010112, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2528969265671057}], "aerodynamic_surfaces": [{"length": 0.559702461672514, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335855368959693}, {"n": 4, "root_chord": 0.11904784008141027, "tip_chord": 0.06019941362849089, "span": 0.11115943899829868, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500996068180684}, {"top_radius": 0.06235840981546982, "bottom_radius": 0.04218277854533803, "length": 0.05938342296196676, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990955670180977, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6198845464082514, "upper_button_position": 0.0792110206098463}], "rail_length": 5, "inclination": 83.24565632042845, "heading": 52.58192448158735} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350323499792426, "mass": 14.651077301372744, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32070273690344, "I_33_without_motor": 0.01729312627257346, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.954779402955229, "trigger": 800, "sampling_rate": 105, "lag": 1.5470353395788718, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.115183836887164, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6930634710280799, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4638.340575130238, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03254823671065685, "grain_number": 5, "grain_density": 1733.1978964223026, "grain_outer_radius": 0.03268842263116126, "grain_initial_inner_radius": 0.014867541777496303, "grain_initial_height": 0.11955625873587028, "grain_separation": 0.00527410806509485, "grains_center_of_mass_position": 0.39702113667668404, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001440708528056745, "throat_radius": 0.01067050624477582, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549660236563618}], "aerodynamic_surfaces": [{"length": 0.5583015607612604, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349859904223252}, {"n": 4, "root_chord": 0.1198947996884292, "tip_chord": 0.05961490190495473, "span": 0.10962334179828528, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0469533059293987}, {"top_radius": 0.06511807817795677, "bottom_radius": 0.04326400513712575, "length": 0.05818621340128909, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002796144847137, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192657237069603, "upper_button_position": 0.08101389077775334}], "rail_length": 5, "inclination": 82.79993638002914, "heading": 54.37910747063778} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350091365879432, "mass": 15.463444706409655, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317952848175079, "I_33_without_motor": 0.03687726467575583, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.00183637375758, "trigger": 800, "sampling_rate": 105, "lag": 1.5355184653827332, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.04888049906759, "trigger": "apogee", "sampling_rate": 105, "lag": 1.558934044622351, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7557.3354940699455, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033731653394277195, "grain_number": 5, "grain_density": 1813.7163870780694, "grain_outer_radius": 0.03306316562784347, "grain_initial_inner_radius": 0.01488260817077351, "grain_initial_height": 0.12047121959934422, "grain_separation": 0.0034565659056673536, "grains_center_of_mass_position": 0.3972639620100451, "center_of_dry_mass_position": 0.317, "nozzle_position": 1.745751525041744e-05, "throat_radius": 0.011302248020488646, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548361654528548}], "aerodynamic_surfaces": [{"length": 0.5580792380706249, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341427366034778}, {"n": 4, "root_chord": 0.12008650519888689, "tip_chord": 0.060141330977386026, "span": 0.11006193004360525, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498258207967233}, {"top_radius": 0.0622002347005867, "bottom_radius": 0.0453339603344552, "length": 0.060789534639952535, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011527477147944, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168521643680118, "upper_button_position": 0.08430058334678259}], "rail_length": 5, "inclination": 83.78756376749426, "heading": 56.07597008849938} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350497387031168, "mass": 15.313270032961752, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318806485476994, "I_33_without_motor": 0.04310388585161646, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.017352892895936, "trigger": 800, "sampling_rate": 105, "lag": 1.7339624918416612, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0552149776236606, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3324286233681066, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5476.088276744743, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03251138482860435, "grain_number": 5, "grain_density": 1803.073999276056, "grain_outer_radius": 0.03279543593632932, "grain_initial_inner_radius": 0.015097642786605409, "grain_initial_height": 0.1196305129144597, "grain_separation": 0.005338080433340111, "grains_center_of_mass_position": 0.3960972565854047, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007710917591485829, "throat_radius": 0.0106408215470816, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549539527536533}], "aerodynamic_surfaces": [{"length": 0.5591946009000855, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1321531927342205}, {"n": 4, "root_chord": 0.12021570352722127, "tip_chord": 0.060222583792967556, "span": 0.11026046971043867, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501839114167995}, {"top_radius": 0.06240701914583821, "bottom_radius": 0.04323867961291724, "length": 0.05778210944650016, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6966584016441574, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192265408473946, "upper_button_position": 0.07743186079676279}], "rail_length": 5, "inclination": 83.73677578414399, "heading": 52.586571438522924} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.0635006415020225, "mass": 15.157453661020284, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3303390217483795, "I_33_without_motor": 0.030036949122793782, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.064227129670325, "trigger": 800, "sampling_rate": 105, "lag": 1.3879171234674064, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0708185765105778, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6885000689825342, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8918.807514678447, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03215004022773385, "grain_number": 5, "grain_density": 1779.4157752258875, "grain_outer_radius": 0.03307958697125433, "grain_initial_inner_radius": 0.014669335016496412, "grain_initial_height": 0.12067747268967578, "grain_separation": 0.005902312219081716, "grains_center_of_mass_position": 0.3967438332761992, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.002086193600736681, "throat_radius": 0.011773543101144413, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554971953015337}], "aerodynamic_surfaces": [{"length": 0.5578678142057448, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335985643146669}, {"n": 4, "root_chord": 0.11943631092156881, "tip_chord": 0.0594331966430376, "span": 0.10948765552500994, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487618170625317}, {"top_radius": 0.06252788518243818, "bottom_radius": 0.04388445151228416, "length": 0.060392462177812634, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985525495093954, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195280347107155, "upper_button_position": 0.07902451479867989}], "rail_length": 5, "inclination": 83.76230576549924, "heading": 51.97450692963247} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350732434794058, "mass": 16.071064849151114, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314095955876032, "I_33_without_motor": 0.03023484930325967, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.91799947166049, "trigger": 800, "sampling_rate": 105, "lag": 1.4215181656476934, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8899655112990069, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7709509497049556, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7234.867446547289, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03242131592524293, "grain_number": 5, "grain_density": 1750.001788747524, "grain_outer_radius": 0.03343194850107893, "grain_initial_inner_radius": 0.014983987224918095, "grain_initial_height": 0.12012224574215605, "grain_separation": 0.0057657487475558915, "grains_center_of_mass_position": 0.39775930535233806, "center_of_dry_mass_position": 0.317, "nozzle_position": 6.659971916630411e-05, "throat_radius": 0.010812708957483158, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255426798852575}], "aerodynamic_surfaces": [{"length": 0.5583856795085949, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1314154105791567}, {"n": 4, "root_chord": 0.11910904766919855, "tip_chord": 0.05965440527125726, "span": 0.110133576163433, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050489178032026}, {"top_radius": 0.06289370642952723, "bottom_radius": 0.04527435768121304, "length": 0.060484100801257205, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014249628515073, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190697081941698, "upper_button_position": 0.0823552546573375}], "rail_length": 5, "inclination": 85.37733702226338, "heading": 52.83394689945224} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349853562579544, "mass": 14.860815037724485, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321010444981891, "I_33_without_motor": 0.048068429205837856, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.071128109660549, "trigger": 800, "sampling_rate": 105, "lag": 1.5562870397809332, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8651712275055142, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7987263860104032, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5434.058915487685, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03374868411164983, "grain_number": 5, "grain_density": 1705.032003261435, "grain_outer_radius": 0.03317420687319108, "grain_initial_inner_radius": 0.014623247101864889, "grain_initial_height": 0.11992780666124846, "grain_separation": 0.00419944102795998, "grains_center_of_mass_position": 0.3974097781643184, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006480899266671069, "throat_radius": 0.010935105979604056, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546864065288177}], "aerodynamic_surfaces": [{"length": 0.5582382958424721, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341421580815019}, {"n": 4, "root_chord": 0.12035349167373018, "tip_chord": 0.06000674412447816, "span": 0.10952101308966868, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484991016024832}, {"top_radius": 0.0638097646739722, "bottom_radius": 0.04237226758473821, "length": 0.06097825577952067, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990455900602129, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189749028731053, "upper_button_position": 0.08007068718710764}], "rail_length": 5, "inclination": 83.82051867959342, "heading": 54.911176063688906} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.0635116753305397, "mass": 15.49845759283512, "I_11_without_motor": 6.321, "I_22_without_motor": 6.336472308389497, "I_33_without_motor": 0.04069553810659204, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.063559584905144, "trigger": 800, "sampling_rate": 105, "lag": 1.2905812957137088, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0223632114661545, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5994716309800856, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6006.2629982933695, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03318503370090418, "grain_number": 5, "grain_density": 1713.3445780863392, "grain_outer_radius": 0.032934794472172776, "grain_initial_inner_radius": 0.01495291142450078, "grain_initial_height": 0.12060662508883245, "grain_separation": 0.0051168999017424934, "grains_center_of_mass_position": 0.39577249283195165, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005365368833315221, "throat_radius": 0.012007544888753751, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548750352411828}], "aerodynamic_surfaces": [{"length": 0.5603675924883934, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327604174419805}, {"n": 4, "root_chord": 0.11997992004752153, "tip_chord": 0.05962278208735578, "span": 0.11036260921946028, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051662466158219}, {"top_radius": 0.06385691065816054, "bottom_radius": 0.045114213907327255, "length": 0.06046549577445222, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006554851616371, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182103756474806, "upper_button_position": 0.08244510951415651}], "rail_length": 5, "inclination": 85.66963521163987, "heading": 52.602671326575496} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349560752293766, "mass": 16.664087845312594, "I_11_without_motor": 6.321, "I_22_without_motor": 6.337802262965366, "I_33_without_motor": 0.0407327042749928, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.023280589987813, "trigger": 800, "sampling_rate": 105, "lag": 1.2870032995413538, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0241649582299852, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5151423711439447, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4983.780701240228, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03316129171814035, "grain_number": 5, "grain_density": 1808.5722220545642, "grain_outer_radius": 0.03368565650202489, "grain_initial_inner_radius": 0.015592820880214195, "grain_initial_height": 0.11848586970872325, "grain_separation": 0.0022858383496845414, "grains_center_of_mass_position": 0.3976094698333155, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007618562634158164, "throat_radius": 0.0118418647009625, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541349506803463}], "aerodynamic_surfaces": [{"length": 0.5589955104661426, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1316263631780845}, {"n": 4, "root_chord": 0.1208712148140044, "tip_chord": 0.0596623105442456, "span": 0.11072819229863695, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049042126599752}, {"top_radius": 0.06321273653945396, "bottom_radius": 0.04311906597593315, "length": 0.058568280439542514, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699788198226367, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174843411273954, "upper_button_position": 0.08230385709897159}], "rail_length": 5, "inclination": 85.06862431724193, "heading": 53.21504178213832} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349462470018391, "mass": 15.166791573164456, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315951153125883, "I_33_without_motor": 0.05222043902583534, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.063971481271997, "trigger": 800, "sampling_rate": 105, "lag": 1.5807108301349375, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0424735689762819, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4636453833960417, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7739.40313836753, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03339200579082744, "grain_number": 5, "grain_density": 1866.8495327759233, "grain_outer_radius": 0.03315918334687575, "grain_initial_inner_radius": 0.014694926282833224, "grain_initial_height": 0.11961064561788978, "grain_separation": 0.006638549598848076, "grains_center_of_mass_position": 0.3966320698296619, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008345853683403186, "throat_radius": 0.011321296338143768, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255073870903621}], "aerodynamic_surfaces": [{"length": 0.5588478552862977, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1368421787504073}, {"n": 4, "root_chord": 0.11979907211060045, "tip_chord": 0.06013554797004079, "span": 0.11020492240121446, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0476509147413928}, {"top_radius": 0.06405033212019315, "bottom_radius": 0.04281418388860137, "length": 0.06012779621797064, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997641865655639, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6207608769626876, "upper_button_position": 0.07900330960287638}], "rail_length": 5, "inclination": 86.23598489261914, "heading": 53.63131182357933} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349892236147425, "mass": 15.813858351995155, "I_11_without_motor": 6.321, "I_22_without_motor": 6.305223029392013, "I_33_without_motor": 0.0323378549981077, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.98157711750764, "trigger": 800, "sampling_rate": 105, "lag": 1.3952058444387285, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0059282497255604, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6792389074889456, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6467.487616984311, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03280632587400556, "grain_number": 5, "grain_density": 1850.3383983487986, "grain_outer_radius": 0.03269593106144444, "grain_initial_inner_radius": 0.015536029456381308, "grain_initial_height": 0.11906431033028123, "grain_separation": 0.00625289926028106, "grains_center_of_mass_position": 0.39551335543032456, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009615624580315669, "throat_radius": 0.011987094368434469, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253737289693758}], "aerodynamic_surfaces": [{"length": 0.5576955633285382, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134179477510607}, {"n": 4, "root_chord": 0.12063580698716754, "tip_chord": 0.060241268915199556, "span": 0.10979923176858505, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490844794918306}, {"top_radius": 0.06378778835310395, "bottom_radius": 0.04303438842169079, "length": 0.05952939213316356, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011771641207513, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618558415303725, "upper_button_position": 0.08261874881702624}], "rail_length": 5, "inclination": 84.06689963343842, "heading": 50.707467893551225} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350151653274179, "mass": 15.38355836832909, "I_11_without_motor": 6.321, "I_22_without_motor": 6.34919804001931, "I_33_without_motor": 0.044914106797004076, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.961325490267429, "trigger": 800, "sampling_rate": 105, "lag": 1.4189975772704562, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8330251136852691, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6477548994066264, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7043.9348591737025, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033227671377447525, "grain_number": 5, "grain_density": 1692.8854048321066, "grain_outer_radius": 0.03260477071122402, "grain_initial_inner_radius": 0.014804175286660412, "grain_initial_height": 0.11984178048092269, "grain_separation": 0.005725751560119558, "grains_center_of_mass_position": 0.3968040902702311, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002597580117764804, "throat_radius": 0.011226534538235355, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546674417489092}], "aerodynamic_surfaces": [{"length": 0.5579079598493271, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346430940439656}, {"n": 4, "root_chord": 0.12014339337084276, "tip_chord": 0.06055371102952285, "span": 0.1101014468000001, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486742898925114}, {"top_radius": 0.06266420702975821, "bottom_radius": 0.04344861617204269, "length": 0.0589915586208901, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699840450958753, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188627073740706, "upper_button_position": 0.08097774358468246}], "rail_length": 5, "inclination": 85.19571995118287, "heading": 56.040202586104876} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349537698527634, "mass": 14.784187309736325, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328288199076838, "I_33_without_motor": 0.031802033028603176, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.195975500559905, "trigger": 800, "sampling_rate": 105, "lag": 1.5791318114620738, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0051922966643938, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3307211905989367, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4972.496268455642, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03333678250459182, "grain_number": 5, "grain_density": 1927.955755234891, "grain_outer_radius": 0.03306574791950731, "grain_initial_inner_radius": 0.014823161930559412, "grain_initial_height": 0.11969337602065336, "grain_separation": 0.007619603045434634, "grains_center_of_mass_position": 0.3974769685958634, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008251194239674745, "throat_radius": 0.011313817687185927, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255823592032743}], "aerodynamic_surfaces": [{"length": 0.5561749973743835, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134770121619074}, {"n": 4, "root_chord": 0.1201106276289912, "tip_chord": 0.05970224697369418, "span": 0.11019537696676324, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484751866870627}, {"top_radius": 0.06361156854332055, "bottom_radius": 0.043227428931303095, "length": 0.06089838390643315, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004733878493226, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173330585286085, "upper_button_position": 0.08314032932071402}], "rail_length": 5, "inclination": 84.79753927778376, "heading": 48.66384404880091} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06348705629425301, "mass": 16.39830260854023, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3262761423027465, "I_33_without_motor": 0.025135153923277608, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.97108865865782, "trigger": 800, "sampling_rate": 105, "lag": 1.365068625805243, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0684320526320468, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1840932317717268, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7138.138437682387, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03311776843538658, "grain_number": 5, "grain_density": 1916.324487597835, "grain_outer_radius": 0.03364852698963181, "grain_initial_inner_radius": 0.015582049761177929, "grain_initial_height": 0.11947539768894257, "grain_separation": 0.007082510175951542, "grains_center_of_mass_position": 0.39758209825507246, "center_of_dry_mass_position": 0.317, "nozzle_position": 9.781098676794332e-05, "throat_radius": 0.010593712012918451, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535409114700151}], "aerodynamic_surfaces": [{"length": 0.5586572115026747, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334135970362837}, {"n": 4, "root_chord": 0.12006811056674967, "tip_chord": 0.05945043746289274, "span": 0.11049484272110482, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487800712891824}, {"top_radius": 0.0625266423719595, "bottom_radius": 0.04353635279866146, "length": 0.05942329349256412, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989257727213671, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165805251217177, "upper_button_position": 0.08234524759964945}], "rail_length": 5, "inclination": 83.84469146015444, "heading": 50.677068300749276} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349473082898309, "mass": 15.404847449360084, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3219596043372395, "I_33_without_motor": 0.03370429889618732, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.01334315855229, "trigger": 800, "sampling_rate": 105, "lag": 1.3524328049448424, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0438413818748091, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4310159368318933, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6563.233191358629, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03282652054880432, "grain_number": 5, "grain_density": 1805.6128750901846, "grain_outer_radius": 0.033031596721085965, "grain_initial_inner_radius": 0.01474212038268315, "grain_initial_height": 0.11950080046714429, "grain_separation": 0.0051217487047985465, "grains_center_of_mass_position": 0.39769013343030846, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003353958577078534, "throat_radius": 0.010665856932486005, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556814153998614}], "aerodynamic_surfaces": [{"length": 0.5570695764510412, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328778225366722}, {"n": 4, "root_chord": 0.12027103141440536, "tip_chord": 0.059631167690776136, "span": 0.11012465307676664, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483983647291906}, {"top_radius": 0.06467537850303534, "bottom_radius": 0.04276250854763116, "length": 0.059516169650512665, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997797566178395, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166327252508849, "upper_button_position": 0.08314703136695467}], "rail_length": 5, "inclination": 84.81381133520138, "heading": 55.69215399186726} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349334313316006, "mass": 15.377693841353906, "I_11_without_motor": 6.321, "I_22_without_motor": 6.30544496008372, "I_33_without_motor": 0.04356790693492326, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.038656787973501, "trigger": 800, "sampling_rate": 105, "lag": 1.3645357010829464, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.921775519405074, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5525963297653413, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5853.316007612147, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032742628852572245, "grain_number": 5, "grain_density": 1740.6799865402093, "grain_outer_radius": 0.03306191092976819, "grain_initial_inner_radius": 0.014910126185529343, "grain_initial_height": 0.11919839719637225, "grain_separation": 0.004083478301411183, "grains_center_of_mass_position": 0.39713969474508504, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006724081142765483, "throat_radius": 0.010650419782200308, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558421134106506}], "aerodynamic_surfaces": [{"length": 0.5577690311444558, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13480476483823}, {"n": 4, "root_chord": 0.11916209239346039, "tip_chord": 0.05941962883385589, "span": 0.1101446532743543, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0474562936881613}, {"top_radius": 0.0632281220343872, "bottom_radius": 0.043474617844417036, "length": 0.059217230378574744, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983554811753827, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186926440147209, "upper_button_position": 0.0796628371606618}], "rail_length": 5, "inclination": 83.8122673563343, "heading": 51.61864029379732} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.0634951541767748, "mass": 15.255668808979742, "I_11_without_motor": 6.321, "I_22_without_motor": 6.341800526652775, "I_33_without_motor": 0.031563077925111406, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.923240003553795, "trigger": 800, "sampling_rate": 105, "lag": 1.5276709846587333, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0707287835427794, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4402227306943136, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4165.533502554409, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033358973115460024, "grain_number": 5, "grain_density": 1778.476694089874, "grain_outer_radius": 0.03247083692651509, "grain_initial_inner_radius": 0.015181831780434148, "grain_initial_height": 0.11974656761853977, "grain_separation": 0.00524835671270787, "grains_center_of_mass_position": 0.3974949526549338, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00015529841022655935, "throat_radius": 0.010656179417557981, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550539035608137}], "aerodynamic_surfaces": [{"length": 0.5579557344512343, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343042273789947}, {"n": 4, "root_chord": 0.11981900293219698, "tip_chord": 0.06008695311249397, "span": 0.10981285843154395, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498219541103633}, {"top_radius": 0.06239995809588046, "bottom_radius": 0.04395174325560048, "length": 0.060247309324621745, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999864175604598, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187376724376585, "upper_button_position": 0.08124874512280122}], "rail_length": 5, "inclination": 85.01072020608397, "heading": 50.963000524419314} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06350765526533976, "mass": 14.41978350315901, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325561666807349, "I_33_without_motor": 0.04953792392091372, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.059934856110042, "trigger": 800, "sampling_rate": 105, "lag": 1.562924124808594, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.059925062712742, "trigger": "apogee", "sampling_rate": 105, "lag": 1.387698564632698, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5610.063776664329, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033713888056963716, "grain_number": 5, "grain_density": 1827.5085932423594, "grain_outer_radius": 0.03300882170267584, "grain_initial_inner_radius": 0.015453625411588266, "grain_initial_height": 0.12023600507000745, "grain_separation": 0.00636667760432852, "grains_center_of_mass_position": 0.39647840302191867, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001133525634644437, "throat_radius": 0.011307506112528329, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554105109032534}], "aerodynamic_surfaces": [{"length": 0.558785645550066, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338677715025234}, {"n": 4, "root_chord": 0.11953690171804328, "tip_chord": 0.06003732701267183, "span": 0.1098885731763148, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494558744316835}, {"top_radius": 0.06387788704406881, "bottom_radius": 0.044672731375851975, "length": 0.05905098802922664, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990895082037972, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173257779156454, "upper_button_position": 0.08176373028815187}], "rail_length": 5, "inclination": 85.3244507242868, "heading": 52.757694842798436} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06351215133520088, "mass": 15.843212042148487, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326215547097721, "I_33_without_motor": 0.02059253598062621, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.00943738063936, "trigger": 800, "sampling_rate": 105, "lag": 1.5905181240654418, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0014343323201047, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5305034723590818, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5775.565336717358, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032872068224286996, "grain_number": 5, "grain_density": 1830.6227011276524, "grain_outer_radius": 0.03250751239716039, "grain_initial_inner_radius": 0.01538213071705384, "grain_initial_height": 0.12147794176605325, "grain_separation": 0.005873703773264789, "grains_center_of_mass_position": 0.39648974428171363, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00020422007557733589, "throat_radius": 0.011639182317895435, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544978369211663}], "aerodynamic_surfaces": [{"length": 0.5588271298025168, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344080768409972}, {"n": 4, "root_chord": 0.1197517523089997, "tip_chord": 0.059961995887289586, "span": 0.11086404206330304, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048565928094417}, {"top_radius": 0.06208259356957655, "bottom_radius": 0.043920154129965465, "length": 0.059137333616921084, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984874893117708, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176842927981818, "upper_button_position": 0.08080319651358903}], "rail_length": 5, "inclination": 84.96533002590839, "heading": 52.64606223766785} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06348062466926292, "mass": 14.914710077273151, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31442414190573, "I_33_without_motor": 0.02932743082405187, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.925606090722166, "trigger": 800, "sampling_rate": 105, "lag": 1.4342907350256293, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.016432870593287, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4132361199045471, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6314.594002331805, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03216314666823376, "grain_number": 5, "grain_density": 1806.8638251464545, "grain_outer_radius": 0.03315653926414992, "grain_initial_inner_radius": 0.014964138602340244, "grain_initial_height": 0.1219151606792681, "grain_separation": 0.0035052415757475816, "grains_center_of_mass_position": 0.39729627306992243, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001030037247118342, "throat_radius": 0.011369693928032198, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547553583562432}], "aerodynamic_surfaces": [{"length": 0.5587543086164146, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134756623351826}, {"n": 4, "root_chord": 0.12036346149669078, "tip_chord": 0.05956755943037989, "span": 0.10932491793855066, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499862962894142}, {"top_radius": 0.06312474066508675, "bottom_radius": 0.04480321908287437, "length": 0.06031937783835525, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004603960700665, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177970280351526, "upper_button_position": 0.08266336803491392}], "rail_length": 5, "inclination": 86.01714833601416, "heading": 55.2900124050487} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349463330799976, "mass": 14.934158662590121, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330853885018033, "I_33_without_motor": 0.0250270984522042, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.069041971441914, "trigger": 800, "sampling_rate": 105, "lag": 1.4902539797178858, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0105135556596303, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2584945985726232, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6838.503109854836, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032788100415119995, "grain_number": 5, "grain_density": 1856.4698710918121, "grain_outer_radius": 0.03290658087965673, "grain_initial_inner_radius": 0.014837317850079614, "grain_initial_height": 0.12111467213851829, "grain_separation": 0.005969771575908932, "grains_center_of_mass_position": 0.3971988443905438, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001933511530354512, "throat_radius": 0.01039967431868839, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546113838920792}], "aerodynamic_surfaces": [{"length": 0.5586689378554233, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353065245459462}, {"n": 4, "root_chord": 0.12002573383773667, "tip_chord": 0.06037024619779822, "span": 0.11003961643108692, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.05037323450034}, {"top_radius": 0.06474290967128023, "bottom_radius": 0.04175147531306995, "length": 0.06089368236964099, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013344030129911, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617575622584652, "upper_button_position": 0.08375878042833906}], "rail_length": 5, "inclination": 84.04755013543522, "heading": 52.257096048909816} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06350065251645172, "mass": 15.397119900509578, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316862237815673, "I_33_without_motor": 0.02906517410483791, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.989803360781028, "trigger": 800, "sampling_rate": 105, "lag": 1.425944254105163, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0839503983590668, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4258824298706705, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7136.3235718079995, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03354469750654767, "grain_number": 5, "grain_density": 1780.6358167502106, "grain_outer_radius": 0.03292870425502642, "grain_initial_inner_radius": 0.014353895335496168, "grain_initial_height": 0.11901716035724681, "grain_separation": 0.0052065375837644185, "grains_center_of_mass_position": 0.39748114205403057, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010327708087928926, "throat_radius": 0.011108251062075318, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.257005031460541}], "aerodynamic_surfaces": [{"length": 0.5568586431685533, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134190947598527}, {"n": 4, "root_chord": 0.11929847862403585, "tip_chord": 0.06014520898937184, "span": 0.11035986130911364, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499734609336335}, {"top_radius": 0.06316520424861073, "bottom_radius": 0.04406530559210587, "length": 0.06051963522140107, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004681572320971, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176055926982537, "upper_button_position": 0.08286256453384344}], "rail_length": 5, "inclination": 83.69190989725888, "heading": 54.4498230225978} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.0635061378994302, "mass": 15.082728472432706, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32265171101244, "I_33_without_motor": 0.0383279726907075, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.01117050993031, "trigger": 800, "sampling_rate": 105, "lag": 1.4322438826572992, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.035349644431696, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8113460566167543, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6473.744737537664, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03327648981295852, "grain_number": 5, "grain_density": 1815.4097016105834, "grain_outer_radius": 0.033429706782977395, "grain_initial_inner_radius": 0.015561178368349055, "grain_initial_height": 0.12191979479173796, "grain_separation": 0.003098139229935367, "grains_center_of_mass_position": 0.39701548583698626, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007527625518320067, "throat_radius": 0.01088932906275521, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544554389304845}], "aerodynamic_surfaces": [{"length": 0.5585593487945456, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354062625740022}, {"n": 4, "root_chord": 0.11944941744935678, "tip_chord": 0.059462716523612756, "span": 0.11034547046189777, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482571835412993}, {"top_radius": 0.06390952839832315, "bottom_radius": 0.04278806713976812, "length": 0.06025345104712421, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009942069698832, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190488450910179, "upper_button_position": 0.08194536187886536}], "rail_length": 5, "inclination": 85.67971377793073, "heading": 54.23890350196233} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349864220113352, "mass": 14.41650118614819, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319741872856187, "I_33_without_motor": 0.03472961803584761, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.990740860440786, "trigger": 800, "sampling_rate": 105, "lag": 1.4372355709920068, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9251496529010053, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7396438956496996, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6508.591589202997, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03330347594464678, "grain_number": 5, "grain_density": 1753.994003913029, "grain_outer_radius": 0.03298599114202703, "grain_initial_inner_radius": 0.014844144179194958, "grain_initial_height": 0.12008688688927298, "grain_separation": 0.003444032942332869, "grains_center_of_mass_position": 0.39792909574951846, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006424344902623232, "throat_radius": 0.01010460526096478, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2529842151426347}], "aerodynamic_surfaces": [{"length": 0.5589039454572083, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135686227313652}, {"n": 4, "root_chord": 0.11987338615947557, "tip_chord": 0.060859556108176414, "span": 0.10948849524179761, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504903651098458}, {"top_radius": 0.06368438355962706, "bottom_radius": 0.04283866337381521, "length": 0.05926491343884509, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997862792942222, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6155934898215006, "upper_button_position": 0.08419278947272157}], "rail_length": 5, "inclination": 83.9640144034249, "heading": 52.34168342730578} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350465040149963, "mass": 15.55453853073227, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326547653460541, "I_33_without_motor": 0.01822170955931573, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.959796823207947, "trigger": 800, "sampling_rate": 105, "lag": 1.4621227486992825, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9887216158853949, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1747064919083783, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5512.184806405827, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03245125262842901, "grain_number": 5, "grain_density": 1803.6477846089088, "grain_outer_radius": 0.03319396256001193, "grain_initial_inner_radius": 0.014912752481407549, "grain_initial_height": 0.12214402968076775, "grain_separation": 0.0052650257417983385, "grains_center_of_mass_position": 0.3971951722372159, "center_of_dry_mass_position": 0.317, "nozzle_position": -9.895874972828478e-05, "throat_radius": 0.010303973380468037, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558994586268755}], "aerodynamic_surfaces": [{"length": 0.5572021673266618, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349030614690068}, {"n": 4, "root_chord": 0.12010764673113897, "tip_chord": 0.06028176752071886, "span": 0.10965827996551789, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502438376734333}, {"top_radius": 0.0639269944683951, "bottom_radius": 0.04352085421474047, "length": 0.06010118427466233, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.69852603152891, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184293938079217, "upper_button_position": 0.0800966377209883}], "rail_length": 5, "inclination": 84.67694879436915, "heading": 55.10921392595863} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349716624180138, "mass": 15.07112619462678, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31110470130587, "I_33_without_motor": 0.03392357358026496, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.073813989611532, "trigger": 800, "sampling_rate": 105, "lag": 1.6077572740269752, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0702954180749038, "trigger": "apogee", "sampling_rate": 105, "lag": 1.226893379289926, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5678.3299107189, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03390547870560464, "grain_number": 5, "grain_density": 1796.774352309785, "grain_outer_radius": 0.0333559495314962, "grain_initial_inner_radius": 0.015022531836519153, "grain_initial_height": 0.11923897459871362, "grain_separation": 0.005599560916878962, "grains_center_of_mass_position": 0.3979863295171355, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003875123168496042, "throat_radius": 0.0105435312834858, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2529054537191844}], "aerodynamic_surfaces": [{"length": 0.559654076192131, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349300871579207}, {"n": 4, "root_chord": 0.11903494389909527, "tip_chord": 0.06004357041538464, "span": 0.11106469707494357, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489595504531322}, {"top_radius": 0.06335250910844101, "bottom_radius": 0.04356591769170291, "length": 0.058973117831032804, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005833665121121, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164391250052956, "upper_button_position": 0.08414424150681643}], "rail_length": 5, "inclination": 86.40110039785615, "heading": 51.218211031809844} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349448334165322, "mass": 15.298741450849498, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321544700317957, "I_33_without_motor": 0.023274018118781138, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.967009985301091, "trigger": 800, "sampling_rate": 105, "lag": 1.560388717551689, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.091771266033166, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4151637732746045, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5868.1388102417, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032382363022929114, "grain_number": 5, "grain_density": 1770.4662091732519, "grain_outer_radius": 0.03319809298899922, "grain_initial_inner_radius": 0.01502984946293905, "grain_initial_height": 0.11966283375802417, "grain_separation": 0.005233696060228307, "grains_center_of_mass_position": 0.3970685128615112, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00036943495874137256, "throat_radius": 0.01151424064201958, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562106474933863}], "aerodynamic_surfaces": [{"length": 0.5594697647138253, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340487529276646}, {"n": 4, "root_chord": 0.12039157443856162, "tip_chord": 0.05950278869812312, "span": 0.11076552129131496, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488455870115632}, {"top_radius": 0.06359652363131808, "bottom_radius": 0.03964542904617157, "length": 0.06048785511886974, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004719627039983, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186997091776918, "upper_button_position": 0.08177225352630646}], "rail_length": 5, "inclination": 83.59734078402197, "heading": 53.19054591866502} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349975557352297, "mass": 14.768074314684897, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321059606452353, "I_33_without_motor": 0.03091066114385889, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.91641303820664, "trigger": 800, "sampling_rate": 105, "lag": 1.7880236039977166, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0141456240893212, "trigger": "apogee", "sampling_rate": 105, "lag": 1.444792522831466, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6724.401285368063, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03326354293464759, "grain_number": 5, "grain_density": 1834.3621599879384, "grain_outer_radius": 0.033190114487442586, "grain_initial_inner_radius": 0.015325043615942637, "grain_initial_height": 0.11950131335441432, "grain_separation": 0.004913313529872333, "grains_center_of_mass_position": 0.3979528579943961, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000449026825019869, "throat_radius": 0.01082717080887362, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547322299495405}], "aerodynamic_surfaces": [{"length": 0.557252231986837, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339618216837346}, {"n": 4, "root_chord": 0.1196766435570281, "tip_chord": 0.06055693994036601, "span": 0.10934204284975299, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048738605617315}, {"top_radius": 0.06346790743906837, "bottom_radius": 0.043433178675328456, "length": 0.05818152337846077, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989006769458527, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.61879472776139, "upper_button_position": 0.08010594918446268}], "rail_length": 5, "inclination": 84.22684412389987, "heading": 54.10005454232554} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06351062981450813, "mass": 15.232266431803986, "I_11_without_motor": 6.321, "I_22_without_motor": 6.301002402707049, "I_33_without_motor": 0.02707834818526545, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.880921046682198, "trigger": 800, "sampling_rate": 105, "lag": 1.666592908239531, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0261887029321795, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3956966760272134, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4767.402002093024, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03266721103873782, "grain_number": 5, "grain_density": 1706.4063684330256, "grain_outer_radius": 0.03325484329778405, "grain_initial_inner_radius": 0.015046468563251904, "grain_initial_height": 0.1204667141741095, "grain_separation": 0.005827400130056573, "grains_center_of_mass_position": 0.39806896540572195, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00034147186774403693, "throat_radius": 0.010561249141551984, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2570256602893568}], "aerodynamic_surfaces": [{"length": 0.5581771838088418, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332752018993308}, {"n": 4, "root_chord": 0.11958481770953845, "tip_chord": 0.060784538990663516, "span": 0.10868602858032868, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500844768705648}, {"top_radius": 0.0629348051781742, "bottom_radius": 0.04184786119590895, "length": 0.06080674902433629, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994493830039835, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190779355881528, "upper_button_position": 0.08037144741583069}], "rail_length": 5, "inclination": 86.60245084256965, "heading": 51.202813672789134} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350048355393753, "mass": 15.411209878729423, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316453000999988, "I_33_without_motor": 0.02761628630718192, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.03172530593291, "trigger": 800, "sampling_rate": 105, "lag": 1.5081809895189222, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9559585949728939, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4929183256211398, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6257.936576128004, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03315965224484999, "grain_number": 5, "grain_density": 1814.3445493680772, "grain_outer_radius": 0.033122870921110915, "grain_initial_inner_radius": 0.015171395598170094, "grain_initial_height": 0.11795909970854944, "grain_separation": 0.0034061980385949363, "grains_center_of_mass_position": 0.39788958604294955, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014914777126534252, "throat_radius": 0.011096104228118655, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554384760285664}], "aerodynamic_surfaces": [{"length": 0.5578420083775204, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329833425822862}, {"n": 4, "root_chord": 0.11946136241820553, "tip_chord": 0.059765406467872526, "span": 0.11013914595995819, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484523177322809}, {"top_radius": 0.06356529134564337, "bottom_radius": 0.042418240847875786, "length": 0.0606979196839853, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012153338200212, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180559287626823, "upper_button_position": 0.08315940505733888}], "rail_length": 5, "inclination": 86.93481718174543, "heading": 50.525996717825436} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349615577091762, "mass": 15.66266477213422, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332051547610867, "I_33_without_motor": 0.023384692407072902, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.073356359130852, "trigger": 800, "sampling_rate": 105, "lag": 1.6345681806427885, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1006703828953928, "trigger": "apogee", "sampling_rate": 105, "lag": 1.282543241888264, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6323.6429138302565, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03307430219660058, "grain_number": 5, "grain_density": 1874.047906831238, "grain_outer_radius": 0.03277403752812842, "grain_initial_inner_radius": 0.015113259753481236, "grain_initial_height": 0.12006387347200774, "grain_separation": 0.005413115685965959, "grains_center_of_mass_position": 0.3960564548419836, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00251872076352836, "throat_radius": 0.011729633050078285, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561908353379405}], "aerodynamic_surfaces": [{"length": 0.557797758248747, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1325329851763386}, {"n": 4, "root_chord": 0.11965419854509357, "tip_chord": 0.0614918820904758, "span": 0.11019654997994151, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502835417983574}, {"top_radius": 0.06272856644349761, "bottom_radius": 0.042018808939787954, "length": 0.0601840348645436, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999840032478992, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182267279873623, "upper_button_position": 0.08175727526053689}], "rail_length": 5, "inclination": 84.86933444994946, "heading": 53.22958216788612} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349723512329102, "mass": 15.943935715769182, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333428853566272, "I_33_without_motor": 0.046053414079563613, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.892084301869515, "trigger": 800, "sampling_rate": 105, "lag": 1.3734533951319166, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9430624452868104, "trigger": "apogee", "sampling_rate": 105, "lag": 1.327682243108526, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8187.939378769465, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03224886698051687, "grain_number": 5, "grain_density": 1739.7779307657242, "grain_outer_radius": 0.033151486164808064, "grain_initial_inner_radius": 0.01467435989407957, "grain_initial_height": 0.11986718624277437, "grain_separation": 0.005894597080896587, "grains_center_of_mass_position": 0.3975171104762011, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007102303243276977, "throat_radius": 0.011573986105858153, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539534740573541}], "aerodynamic_surfaces": [{"length": 0.5582003391176011, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352429697202688}, {"n": 4, "root_chord": 0.11953897423612143, "tip_chord": 0.05961293038259803, "span": 0.11006366887271096, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497561512445663}, {"top_radius": 0.06354251547589108, "bottom_radius": 0.04170435505106815, "length": 0.05959986016575317, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988146022259054, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194986634826957, "upper_button_position": 0.07931593874320975}], "rail_length": 5, "inclination": 84.22653896161472, "heading": 58.355250034654354} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06348909164983167, "mass": 14.69891367470536, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3476451044022095, "I_33_without_motor": 0.03970687712573247, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.056768981321168, "trigger": 800, "sampling_rate": 105, "lag": 1.3579637523384729, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0700215111968592, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4476855592167945, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7138.362272657434, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03269119328792005, "grain_number": 5, "grain_density": 1838.116063784062, "grain_outer_radius": 0.03292778042311661, "grain_initial_inner_radius": 0.015268192466222684, "grain_initial_height": 0.11951389340565807, "grain_separation": 0.0029625345705061165, "grains_center_of_mass_position": 0.3952569261838015, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006199925676863013, "throat_radius": 0.010411405294693494, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547627588899026}], "aerodynamic_surfaces": [{"length": 0.5584917625625248, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134389441753904}, {"n": 4, "root_chord": 0.11958768829481153, "tip_chord": 0.05906127726538528, "span": 0.10971651737750256, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507393508364709}, {"top_radius": 0.06361936962410315, "bottom_radius": 0.0432515267185195, "length": 0.05983386115148892, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011203324367692, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183042381940064, "upper_button_position": 0.08281609424276282}], "rail_length": 5, "inclination": 84.66938226704926, "heading": 57.02511246002728} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349728060433774, "mass": 15.193602097173748, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33437172456487, "I_33_without_motor": 0.0254232800885371, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.832455868837107, "trigger": 800, "sampling_rate": 105, "lag": 1.4392440522645695, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9139784120979761, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4271076921511818, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7813.166813893336, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033690439728597615, "grain_number": 5, "grain_density": 1884.8959248227961, "grain_outer_radius": 0.03303512513196555, "grain_initial_inner_radius": 0.014484796402649925, "grain_initial_height": 0.11998359852644405, "grain_separation": 0.004450523932336658, "grains_center_of_mass_position": 0.3948525321534341, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007202555098698931, "throat_radius": 0.01030501966284108, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552378768292105}], "aerodynamic_surfaces": [{"length": 0.5573737030513088, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134479359263793}, {"n": 4, "root_chord": 0.11988704532981614, "tip_chord": 0.060398459301173046, "span": 0.10977792489898723, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0476644490750815}, {"top_radius": 0.06388655319911074, "bottom_radius": 0.04686800927303743, "length": 0.05885726498080226, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999317830742146, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171091788091754, "upper_button_position": 0.08282260426503918}], "rail_length": 5, "inclination": 84.93067879302544, "heading": 51.63890875884704} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.063503693005892, "mass": 15.608394376618186, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317763053010017, "I_33_without_motor": 0.03194544768606371, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.014617393541693, "trigger": 800, "sampling_rate": 105, "lag": 1.5339536538189815, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0152757964482997, "trigger": "apogee", "sampling_rate": 105, "lag": 1.635174063522442, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6453.52613749269, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033386699018007955, "grain_number": 5, "grain_density": 1783.708045509334, "grain_outer_radius": 0.033307249334383844, "grain_initial_inner_radius": 0.01467859038481482, "grain_initial_height": 0.12007668734544967, "grain_separation": 0.005342032108352509, "grains_center_of_mass_position": 0.3981349146693675, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007792646134429882, "throat_radius": 0.010994351211252109, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547970696921367}], "aerodynamic_surfaces": [{"length": 0.5566822635086706, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135130740464944}, {"n": 4, "root_chord": 0.1197808018743018, "tip_chord": 0.060068579247397384, "span": 0.10921259229760506, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050768635726361}, {"top_radius": 0.06397241355500084, "bottom_radius": 0.04216645422659838, "length": 0.06112058442436944, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011374124008717, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617763633237347, "upper_button_position": 0.08337377916352473}], "rail_length": 5, "inclination": 86.87217876130678, "heading": 55.49648251479946} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350428291806037, "mass": 15.217936928478371, "I_11_without_motor": 6.321, "I_22_without_motor": 6.337217144021302, "I_33_without_motor": 0.026906998917822347, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.764732387140672, "trigger": 800, "sampling_rate": 105, "lag": 1.2428964240957607, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0250091938491073, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5529263564211875, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5405.449508421032, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03291052417028702, "grain_number": 5, "grain_density": 1822.726193465152, "grain_outer_radius": 0.03332758566888196, "grain_initial_inner_radius": 0.014618094123555423, "grain_initial_height": 0.1189122143906587, "grain_separation": 0.0035360591686299514, "grains_center_of_mass_position": 0.39749068665268095, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010648908111239488, "throat_radius": 0.010536272295268153, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550408527965307}], "aerodynamic_surfaces": [{"length": 0.5588515372770299, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336924695313868}, {"n": 4, "root_chord": 0.12041714810849834, "tip_chord": 0.06023681542622486, "span": 0.10985903885931668, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048570002441649}, {"top_radius": 0.06286436374571985, "bottom_radius": 0.041913286609041686, "length": 0.05843414951530003, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990534159369798, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6161708105486888, "upper_button_position": 0.08288260538829095}], "rail_length": 5, "inclination": 85.26885158852326, "heading": 53.06472692750394} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.0635058842346787, "mass": 15.06791224310324, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328402895959076, "I_33_without_motor": 0.028573691592324486, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.972274125360801, "trigger": 800, "sampling_rate": 105, "lag": 1.4722196739114988, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9211286151770035, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5562931527727704, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5781.465196919127, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03221191539639273, "grain_number": 5, "grain_density": 1787.2366061495343, "grain_outer_radius": 0.03269935670261168, "grain_initial_inner_radius": 0.015816901773549576, "grain_initial_height": 0.11971894909729286, "grain_separation": 0.005000390191896349, "grains_center_of_mass_position": 0.39540541573978066, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0019107466947016465, "throat_radius": 0.010345294605853046, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542517447831865}], "aerodynamic_surfaces": [{"length": 0.5575600145057481, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334342105972937}, {"n": 4, "root_chord": 0.12022207006048488, "tip_chord": 0.05982023454922542, "span": 0.1100399553960582, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492929985067982}, {"top_radius": 0.0627016981654082, "bottom_radius": 0.0435053287391393, "length": 0.06001172020480557, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700475008404681, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184255519967052, "upper_button_position": 0.08204945640797578}], "rail_length": 5, "inclination": 84.31414547000661, "heading": 52.154009520909305} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349250053646838, "mass": 15.730255266093938, "I_11_without_motor": 6.321, "I_22_without_motor": 6.304764275104755, "I_33_without_motor": 0.02502551536146594, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.002089728333287, "trigger": 800, "sampling_rate": 105, "lag": 1.5033109683376304, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0502837286583628, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7724692809781302, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6975.797603085575, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032942895080587384, "grain_number": 5, "grain_density": 1781.3261242079877, "grain_outer_radius": 0.03390535263755485, "grain_initial_inner_radius": 0.015489110510795163, "grain_initial_height": 0.12011124382076364, "grain_separation": 0.00392222643675867, "grains_center_of_mass_position": 0.3977338369128524, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003457914957666131, "throat_radius": 0.010160648504150252, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254727183196578}], "aerodynamic_surfaces": [{"length": 0.5574471428558757, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1325333549103234}, {"n": 4, "root_chord": 0.12010929667674348, "tip_chord": 0.06069605053891706, "span": 0.11094693112500818, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496843334419605}, {"top_radius": 0.06299955938641023, "bottom_radius": 0.045217345117441826, "length": 0.060018740934449706, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998334581083575, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191208248587933, "upper_button_position": 0.08071263324956424}], "rail_length": 5, "inclination": 84.70934046634623, "heading": 50.88807014828924} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.0635070459284034, "mass": 15.971454984504023, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323845934420354, "I_33_without_motor": 0.03723520156706045, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.884040966758283, "trigger": 800, "sampling_rate": 105, "lag": 1.5382376834378624, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9442083005675123, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4527724817772543, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7649.366957171147, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03329389368431338, "grain_number": 5, "grain_density": 1881.69296256002, "grain_outer_radius": 0.03307963274811645, "grain_initial_inner_radius": 0.015242730029946713, "grain_initial_height": 0.12108240025446038, "grain_separation": 0.0045784379536469655, "grains_center_of_mass_position": 0.39586562901181876, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007537558028837716, "throat_radius": 0.010950665500437164, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255673151909839}], "aerodynamic_surfaces": [{"length": 0.5575350293536677, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340206483531974}, {"n": 4, "root_chord": 0.11912535423412966, "tip_chord": 0.05908092949758944, "span": 0.11013612578114468, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501708135460701}, {"top_radius": 0.06490958450869985, "bottom_radius": 0.04294417011589532, "length": 0.060281690135080224, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005802381100752, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617944994601467, "upper_button_position": 0.08263524350860818}], "rail_length": 5, "inclination": 85.9069822481434, "heading": 51.25837320014707} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349607166249685, "mass": 15.371436830543239, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321422337433471, "I_33_without_motor": 0.0337929607098668, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.039734658279068, "trigger": 800, "sampling_rate": 105, "lag": 1.5937408872485073, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0005613353724356, "trigger": "apogee", "sampling_rate": 105, "lag": 1.744048638408157, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6861.712250249643, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033373780784762073, "grain_number": 5, "grain_density": 1829.633650538257, "grain_outer_radius": 0.03305073515369776, "grain_initial_inner_radius": 0.015035442227461776, "grain_initial_height": 0.11972042455408399, "grain_separation": 0.00428237931798054, "grains_center_of_mass_position": 0.3973251831428218, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000645662107852641, "throat_radius": 0.01145594087430309, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548621111903164}], "aerodynamic_surfaces": [{"length": 0.5571275196581473, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135310239429237}, {"n": 4, "root_chord": 0.1201031527095268, "tip_chord": 0.06002426919384585, "span": 0.10961128438366938, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488651348229234}, {"top_radius": 0.06392845060456655, "bottom_radius": 0.04364858387490322, "length": 0.059321841416545416, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700510427500657, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188611181733934, "upper_button_position": 0.08164930932726355}], "rail_length": 5, "inclination": 85.05389801165572, "heading": 51.195480220778954} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06348677169191433, "mass": 15.14005840394968, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3308679711747455, "I_33_without_motor": 0.026847338646989426, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.921319776274668, "trigger": 800, "sampling_rate": 105, "lag": 1.5895466965183518, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.069639952112304, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1071023445337342, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7256.336719228032, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03231980234923759, "grain_number": 5, "grain_density": 1774.514084372399, "grain_outer_radius": 0.032805465552169066, "grain_initial_inner_radius": 0.015568265825715093, "grain_initial_height": 0.12122775988822539, "grain_separation": 0.006124509332398598, "grains_center_of_mass_position": 0.3973868058298345, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007883861097203405, "throat_radius": 0.010232810379308767, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555320210955556}], "aerodynamic_surfaces": [{"length": 0.5589452691324261, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331842254068791}, {"n": 4, "root_chord": 0.11978159663735359, "tip_chord": 0.06032636633445844, "span": 0.11004120367766608, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488362250661722}, {"top_radius": 0.0644601272262442, "bottom_radius": 0.043836507746869, "length": 0.06048875511522501, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000555513136356, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618683340074938, "upper_button_position": 0.08137221123869764}], "rail_length": 5, "inclination": 86.04416876217294, "heading": 54.87305260799277} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350756900739546, "mass": 14.717050156826039, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328107852306494, "I_33_without_motor": 0.03729267055072154, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.91299859575238, "trigger": 800, "sampling_rate": 105, "lag": 1.4062180509856301, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9779206634525973, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6697156954736196, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5786.112906674323, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032488739562179875, "grain_number": 5, "grain_density": 1761.3658991937295, "grain_outer_radius": 0.032904057871343435, "grain_initial_inner_radius": 0.015226117570868704, "grain_initial_height": 0.12014620542418493, "grain_separation": 0.005226221679003051, "grains_center_of_mass_position": 0.39674555251453153, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006509331072296952, "throat_radius": 0.011153558865640558, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552639346725896}], "aerodynamic_surfaces": [{"length": 0.5579759512835899, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135460862315443}, {"n": 4, "root_chord": 0.11998647942880653, "tip_chord": 0.059837589649854486, "span": 0.10972114983670352, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0509057211413424}, {"top_radius": 0.06317579683319034, "bottom_radius": 0.04328585749161155, "length": 0.06000135831425228, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991167513688383, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175245174942308, "upper_button_position": 0.08159223387460757}], "rail_length": 5, "inclination": 83.21963115772571, "heading": 54.137270499656864} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06349620042566649, "mass": 15.688650638412062, "I_11_without_motor": 6.321, "I_22_without_motor": 6.344177351978726, "I_33_without_motor": 0.02433015034613832, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.960995523807533, "trigger": 800, "sampling_rate": 105, "lag": 1.4726556117018859, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0694901015845961, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9344504887861285, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6648.725015600951, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03309384656710171, "grain_number": 5, "grain_density": 1796.1847733917396, "grain_outer_radius": 0.032787412590176035, "grain_initial_inner_radius": 0.015107755605349034, "grain_initial_height": 0.11947822994143362, "grain_separation": 0.00391454420776473, "grains_center_of_mass_position": 0.39556589314470453, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013157072681443175, "throat_radius": 0.011759588442354797, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557854510746587}], "aerodynamic_surfaces": [{"length": 0.558608405261547, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332120487237156}, {"n": 4, "root_chord": 0.12013571510615105, "tip_chord": 0.06004433157764359, "span": 0.10994184474347156, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486411023522393}, {"top_radius": 0.06468668336576586, "bottom_radius": 0.042307322102417, "length": 0.06001698216733037, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000394033902818, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172580493161293, "upper_button_position": 0.08278135407415255}], "rail_length": 5, "inclination": 83.80540089427349, "heading": 53.35270262859277} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350655516401149, "mass": 16.32043331528853, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320668011445413, "I_33_without_motor": 0.05560572763798648, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.08059800897686, "trigger": 800, "sampling_rate": 105, "lag": 1.5403361945337615, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.018685693927716, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1819465499052424, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4594.37275762643, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03396095082303874, "grain_number": 5, "grain_density": 1854.2197032405993, "grain_outer_radius": 0.03276290993215177, "grain_initial_inner_radius": 0.015417254027316307, "grain_initial_height": 0.11948708225690548, "grain_separation": 0.0055731681125377195, "grains_center_of_mass_position": 0.3981066697113159, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005976431922582009, "throat_radius": 0.010861286959197133, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254219419401086}], "aerodynamic_surfaces": [{"length": 0.5571878579353834, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339259315424584}, {"n": 4, "root_chord": 0.11969346590937632, "tip_chord": 0.058805368160786006, "span": 0.10949053649776162, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497430805899983}, {"top_radius": 0.06363387874994732, "bottom_radius": 0.04406112943264425, "length": 0.060411881721516285, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006580833345302, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186376277833678, "upper_button_position": 0.08202045555116233}], "rail_length": 5, "inclination": 83.68252541051976, "heading": 49.95097449554565} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350764979824418, "mass": 15.162963667411667, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326242386977451, "I_33_without_motor": 0.027746737816406013, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.018575590898456, "trigger": 800, "sampling_rate": 105, "lag": 1.6634367935397814, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0939489810313632, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0830870423792494, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6954.90963099508, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032900700954529086, "grain_number": 5, "grain_density": 1847.176298861176, "grain_outer_radius": 0.032987261296184844, "grain_initial_inner_radius": 0.014665193644853908, "grain_initial_height": 0.11949087619348141, "grain_separation": 0.005632261747858377, "grains_center_of_mass_position": 0.3986381179223693, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004485705845824582, "throat_radius": 0.010883430077234482, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555489586119533}], "aerodynamic_surfaces": [{"length": 0.5581491849006133, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1367669168737289}, {"n": 4, "root_chord": 0.120272855156925, "tip_chord": 0.06031693015192932, "span": 0.10980038440739641, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500740294480397}, {"top_radius": 0.06458505235374025, "bottom_radius": 0.044000424266398434, "length": 0.060784033696106424, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003040632673027, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171555362486123, "upper_button_position": 0.08314852701869035}], "rail_length": 5, "inclination": 85.24304746224365, "heading": 53.336204396211954} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350200778207533, "mass": 16.271868501930637, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317028100200779, "I_33_without_motor": 0.023853633154252554, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.841659092516746, "trigger": 800, "sampling_rate": 105, "lag": 1.367800377254207, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8881008411241331, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4420404647041682, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5449.725935226492, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033266463889782244, "grain_number": 5, "grain_density": 1877.7244942081281, "grain_outer_radius": 0.03266647275896182, "grain_initial_inner_radius": 0.014897568085973352, "grain_initial_height": 0.1199850407651676, "grain_separation": 0.004420462947576628, "grains_center_of_mass_position": 0.39765766446532513, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00035975565112595476, "throat_radius": 0.01071886218939527, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545735443637047}], "aerodynamic_surfaces": [{"length": 0.5560483859868627, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329514413962194}, {"n": 4, "root_chord": 0.12081812204297902, "tip_chord": 0.05966369305496363, "span": 0.11008484701654647, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049740198601122}, {"top_radius": 0.06429173490398293, "bottom_radius": 0.042907145674132924, "length": 0.061964610262805614, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009604726267802, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183365120519337, "upper_button_position": 0.08262396057484644}], "rail_length": 5, "inclination": 83.71771996463185, "heading": 53.61358324272006} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350230056239921, "mass": 14.832040120291108, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323533907463835, "I_33_without_motor": 0.040536025269779424, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.945156835453874, "trigger": 800, "sampling_rate": 105, "lag": 1.4018015760579434, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0676472450231336, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6824157018038761, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4265.7338562613895, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033991030772348725, "grain_number": 5, "grain_density": 1644.6313033847082, "grain_outer_radius": 0.03283962112625895, "grain_initial_inner_radius": 0.014678250120292247, "grain_initial_height": 0.12008038987086891, "grain_separation": 0.0044523679169504796, "grains_center_of_mass_position": 0.3970738206231322, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001810600995124177, "throat_radius": 0.011526691443849775, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544805241726473}], "aerodynamic_surfaces": [{"length": 0.5595399542985262, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327280737642065}, {"n": 4, "root_chord": 0.11926124567617229, "tip_chord": 0.05975159257905394, "span": 0.11019950704537503, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490758945515797}, {"top_radius": 0.06147881769045503, "bottom_radius": 0.043978139370416724, "length": 0.05925839181409183, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992022958333449, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173502025835066, "upper_button_position": 0.08185209324983833}], "rail_length": 5, "inclination": 85.78949268423177, "heading": 55.276684859912955} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350528454789083, "mass": 14.484150885171399, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335897880194627, "I_33_without_motor": 0.030131851926491315, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.848145302398388, "trigger": 800, "sampling_rate": 105, "lag": 1.3543508684217516, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.063583112273867, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5140461943938115, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6921.555377199053, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03318102305537878, "grain_number": 5, "grain_density": 1860.3937901668978, "grain_outer_radius": 0.032852117868116544, "grain_initial_inner_radius": 0.015236509881394677, "grain_initial_height": 0.12014630568579027, "grain_separation": 0.006332073500534592, "grains_center_of_mass_position": 0.39664754080542874, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002948712363569236, "throat_radius": 0.011513904059615804, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560004595970191}], "aerodynamic_surfaces": [{"length": 0.5583160971544873, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343189833835425}, {"n": 4, "root_chord": 0.1197352642923288, "tip_chord": 0.05956223219824577, "span": 0.10993738398146198, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494964732180767}, {"top_radius": 0.0641124682990919, "bottom_radius": 0.04338826672835221, "length": 0.05930789020437407, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982408626975872, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6159813138756408, "upper_button_position": 0.08225954882194642}], "rail_length": 5, "inclination": 85.35880428522448, "heading": 54.91119793487917} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.0634944423424279, "mass": 16.543942243556273, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3187680786780795, "I_33_without_motor": 0.06136527811092572, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.025861537547955, "trigger": 800, "sampling_rate": 105, "lag": 1.4083457917007907, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0352196255795962, "trigger": "apogee", "sampling_rate": 105, "lag": 1.111022927201113, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4891.834156312663, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03219415692470974, "grain_number": 5, "grain_density": 1838.6032601945512, "grain_outer_radius": 0.03323550136924247, "grain_initial_inner_radius": 0.015184781488199545, "grain_initial_height": 0.12056813451947614, "grain_separation": 0.0058600541970467365, "grains_center_of_mass_position": 0.3968056866962573, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001223243820470747, "throat_radius": 0.01129628173738251, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561783467531988}], "aerodynamic_surfaces": [{"length": 0.5605830242689647, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342283959268546}, {"n": 4, "root_chord": 0.12022854331827051, "tip_chord": 0.05987666392498371, "span": 0.10990495486886455, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497979015579413}, {"top_radius": 0.06422211913745192, "bottom_radius": 0.04327616338406991, "length": 0.060415120502258154, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7016925181550269, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172199714718457, "upper_button_position": 0.08447254668318116}], "rail_length": 5, "inclination": 84.6894782901628, "heading": 52.8261048563352} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350566122961479, "mass": 14.928182337626133, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323661728445394, "I_33_without_motor": 0.03228190130721379, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.110884083524061, "trigger": 800, "sampling_rate": 105, "lag": 1.5676857060173053, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9405144819683772, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3620808804673863, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6940.124000483348, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03365527672822683, "grain_number": 5, "grain_density": 1803.7206384407439, "grain_outer_radius": 0.03356106923552959, "grain_initial_inner_radius": 0.014303402715568877, "grain_initial_height": 0.11904128483535759, "grain_separation": 0.0031225819029239493, "grains_center_of_mass_position": 0.39675702829220544, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0023895408812494956, "throat_radius": 0.01143022937721282, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560030148171792}], "aerodynamic_surfaces": [{"length": 0.5588379291795464, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345723308005935}, {"n": 4, "root_chord": 0.12004078675835052, "tip_chord": 0.05985898029531563, "span": 0.10982098238068103, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504936810262098}, {"top_radius": 0.06374117442521363, "bottom_radius": 0.04387470233476198, "length": 0.05918586693423917, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997794620203718, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6160052320842214, "upper_button_position": 0.08377422993615036}], "rail_length": 5, "inclination": 84.47556863538495, "heading": 53.86280918273841} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350107412304232, "mass": 15.496361478016329, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3253788058248865, "I_33_without_motor": 0.03174500693222137, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.077596460365733, "trigger": 800, "sampling_rate": 105, "lag": 1.7845558888440654, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1028531129077648, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4235550275090618, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7047.263318098907, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03262782737649929, "grain_number": 5, "grain_density": 1856.4189782870783, "grain_outer_radius": 0.03282007983243874, "grain_initial_inner_radius": 0.015194126841114357, "grain_initial_height": 0.11976478178181095, "grain_separation": 0.0039547267776007915, "grains_center_of_mass_position": 0.3960023340721274, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006694763617126642, "throat_radius": 0.010879373978334814, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546596672549797}], "aerodynamic_surfaces": [{"length": 0.5589422274876825, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340539114677315}, {"n": 4, "root_chord": 0.11939426914400152, "tip_chord": 0.061076434195520175, "span": 0.10963482274907424, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499196396667414}, {"top_radius": 0.0625563313490686, "bottom_radius": 0.042357454283967116, "length": 0.05931520389230761, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001925332564348, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193081927760242, "upper_button_position": 0.0808843404804106}], "rail_length": 5, "inclination": 85.73461630515293, "heading": 54.11805710672891} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350814524322684, "mass": 15.76545852629856, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319916678291581, "I_33_without_motor": 0.04455851470261017, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.075362706070479, "trigger": 800, "sampling_rate": 105, "lag": 1.4832832735851402, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.027388536223086, "trigger": "apogee", "sampling_rate": 105, "lag": 0.9391856492201962, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6623.543355664533, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032351409479228335, "grain_number": 5, "grain_density": 1840.9914797091317, "grain_outer_radius": 0.033205582073393795, "grain_initial_inner_radius": 0.015625363735831097, "grain_initial_height": 0.11932013869406959, "grain_separation": 0.004462712676667207, "grains_center_of_mass_position": 0.39601813275354836, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012194781402286342, "throat_radius": 0.011189755216265149, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563108596920054}], "aerodynamic_surfaces": [{"length": 0.5592176218957299, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333041409371842}, {"n": 4, "root_chord": 0.11981931943300754, "tip_chord": 0.0601479399134115, "span": 0.10983372425019144, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494433547468993}, {"top_radius": 0.061774830326283774, "bottom_radius": 0.044861482864980144, "length": 0.06114756674101728, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002347101302007, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194550399033589, "upper_button_position": 0.08077967022684174}], "rail_length": 5, "inclination": 86.1975914047038, "heading": 52.78693911053079} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350661675120706, "mass": 15.82863625737726, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3262178534551206, "I_33_without_motor": 0.04708245436945863, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.110811575474338, "trigger": 800, "sampling_rate": 105, "lag": 1.4927377091512977, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.027527306873051, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4140805677970711, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5175.055552085467, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032887731083226394, "grain_number": 5, "grain_density": 1708.7589401264286, "grain_outer_radius": 0.033235034790178294, "grain_initial_inner_radius": 0.015271396602312042, "grain_initial_height": 0.11902327942790449, "grain_separation": 0.0042420948510715544, "grains_center_of_mass_position": 0.3973083115889271, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007152024721642259, "throat_radius": 0.012094258845567108, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543973962353805}], "aerodynamic_surfaces": [{"length": 0.5597977458058035, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345738740726803}, {"n": 4, "root_chord": 0.12021869672689584, "tip_chord": 0.059874498142359275, "span": 0.11037572572223962, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488278117195846}, {"top_radius": 0.06453645404665377, "bottom_radius": 0.042469486105316055, "length": 0.060237403748513184, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995325202279592, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163258417657922, "upper_button_position": 0.083206678462167}], "rail_length": 5, "inclination": 85.1703179081904, "heading": 54.11871901415833} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349974585400614, "mass": 15.114873688412956, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312127146772799, "I_33_without_motor": 0.03641182564170358, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.795916367941777, "trigger": 800, "sampling_rate": 105, "lag": 1.483351743321719, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0426990574851502, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2284665135153146, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6357.76293039882, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03257927180349721, "grain_number": 5, "grain_density": 1824.1236983952663, "grain_outer_radius": 0.03280874759780054, "grain_initial_inner_radius": 0.01435807123919998, "grain_initial_height": 0.1209343613175914, "grain_separation": 0.005033527929099555, "grains_center_of_mass_position": 0.3965214569901056, "center_of_dry_mass_position": 0.317, "nozzle_position": 1.3849625060257904e-05, "throat_radius": 0.0113791505175037, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255327943896963}], "aerodynamic_surfaces": [{"length": 0.5586841770630917, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339872697592441}, {"n": 4, "root_chord": 0.11914397360891196, "tip_chord": 0.05936605190461864, "span": 0.11021782469278932, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048738602532867}, {"top_radius": 0.06284524952372868, "bottom_radius": 0.04332244185440218, "length": 0.0607626019553223, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699093090874951, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186971619739431, "upper_button_position": 0.08039592890100788}], "rail_length": 5, "inclination": 86.17215817057885, "heading": 48.34298840876551} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349681036597633, "mass": 15.99762984753401, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324457527162217, "I_33_without_motor": 0.036362200405327255, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.848862195283386, "trigger": 800, "sampling_rate": 105, "lag": 1.5679302900194665, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.005078486677523, "trigger": "apogee", "sampling_rate": 105, "lag": 1.654884747811826, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5883.877058011067, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0332760934484958, "grain_number": 5, "grain_density": 1883.153687011777, "grain_outer_radius": 0.033260522076742315, "grain_initial_inner_radius": 0.014703855743628114, "grain_initial_height": 0.12047166491050332, "grain_separation": 0.00403072116951464, "grains_center_of_mass_position": 0.39763259542461016, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005454308982842138, "throat_radius": 0.011854708060886418, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558299431707267}], "aerodynamic_surfaces": [{"length": 0.5568246875568417, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336391111756992}, {"n": 4, "root_chord": 0.11936280449932841, "tip_chord": 0.0603059951385392, "span": 0.10989420658833064, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489795640803914}, {"top_radius": 0.06298389409039873, "bottom_radius": 0.041426075596181285, "length": 0.058540415556341374, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010575893926125, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.61775233772039, "upper_button_position": 0.08330525167222258}], "rail_length": 5, "inclination": 85.03091524028119, "heading": 53.38066848957075} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349970515564267, "mass": 16.7020441975132, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310870927397118, "I_33_without_motor": 0.047278014654661374, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.28289823749439, "trigger": 800, "sampling_rate": 105, "lag": 1.36020608967158, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1340259260280965, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1421362389872456, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6506.215146846739, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03291199693749289, "grain_number": 5, "grain_density": 1821.1289651287602, "grain_outer_radius": 0.032892333903385466, "grain_initial_inner_radius": 0.01527471372495248, "grain_initial_height": 0.11980194773979806, "grain_separation": 0.003926593959134177, "grains_center_of_mass_position": 0.3980201061898963, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003472714670996996, "throat_radius": 0.010795807351420626, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550883742283114}], "aerodynamic_surfaces": [{"length": 0.55807726657663, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1321450501339494}, {"n": 4, "root_chord": 0.11928974755881772, "tip_chord": 0.06016025131417437, "span": 0.11034147752528517, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050387680794538}, {"top_radius": 0.06477484209179492, "bottom_radius": 0.04250379821194162, "length": 0.059318900087982164, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006085520566799, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184926145703337, "upper_button_position": 0.08211593748634627}], "rail_length": 5, "inclination": 84.72940214912872, "heading": 57.92604498942562} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350558487733447, "mass": 15.983730438131424, "I_11_without_motor": 6.321, "I_22_without_motor": 6.298085572284144, "I_33_without_motor": 0.029240704627731245, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.960976276327756, "trigger": 800, "sampling_rate": 105, "lag": 1.7099976808286452, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0158625950239693, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4029824639963446, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6089.887262764002, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033037234033609114, "grain_number": 5, "grain_density": 1811.6588279045811, "grain_outer_radius": 0.03280806804657398, "grain_initial_inner_radius": 0.015221539892509047, "grain_initial_height": 0.12040108456314491, "grain_separation": 0.002503197280798909, "grains_center_of_mass_position": 0.39775276850178876, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005017149330466289, "throat_radius": 0.011338150953577293, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540846424594958}], "aerodynamic_surfaces": [{"length": 0.5575103373253242, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134508836400656}, {"n": 4, "root_chord": 0.11968598992668096, "tip_chord": 0.05944041876099646, "span": 0.10947801041526689, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503805853390857}, {"top_radius": 0.06352643637218514, "bottom_radius": 0.044381852882531166, "length": 0.06078189878625247, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7017762569591384, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619045367152774, "upper_button_position": 0.08273088980636434}], "rail_length": 5, "inclination": 84.20620010067341, "heading": 53.57068077651382} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06351400663834361, "mass": 14.488002056223754, "I_11_without_motor": 6.321, "I_22_without_motor": 6.302630651009075, "I_33_without_motor": 0.01867712391252678, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.121616194429002, "trigger": 800, "sampling_rate": 105, "lag": 1.475686586132477, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9997199502237726, "trigger": "apogee", "sampling_rate": 105, "lag": 1.472986069654121, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6755.5619674346135, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0330599635803222, "grain_number": 5, "grain_density": 1750.4361869240909, "grain_outer_radius": 0.033341111582149925, "grain_initial_inner_radius": 0.014362978204404141, "grain_initial_height": 0.1200170945660025, "grain_separation": 0.004307674285154488, "grains_center_of_mass_position": 0.3981743555047869, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004964701142615134, "throat_radius": 0.011236061687940127, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554195822642888}], "aerodynamic_surfaces": [{"length": 0.5581683349798491, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344246462705185}, {"n": 4, "root_chord": 0.11997958701210333, "tip_chord": 0.06071479202179132, "span": 0.10976932173362793, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484544490205376}, {"top_radius": 0.061448499246609334, "bottom_radius": 0.04523326649599763, "length": 0.0594531523390045, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013060972818543, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186026599542703, "upper_button_position": 0.082703437327584}], "rail_length": 5, "inclination": 84.4277018183889, "heading": 54.11096923486808} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350235371807647, "mass": 15.643256717727482, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31484231546398, "I_33_without_motor": 0.03879934321514706, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.858917654307808, "trigger": 800, "sampling_rate": 105, "lag": 1.4784579349750218, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9838706844381231, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4589853114666496, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8303.138743064093, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033136887538392425, "grain_number": 5, "grain_density": 1706.3365786711984, "grain_outer_radius": 0.033203127675014196, "grain_initial_inner_radius": 0.014620694257207223, "grain_initial_height": 0.11931887202492436, "grain_separation": 0.005268508430061792, "grains_center_of_mass_position": 0.398657700356464, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006593181526172394, "throat_radius": 0.010939617815146453, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534890588037042}], "aerodynamic_surfaces": [{"length": 0.5579905740972613, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333718365991028}, {"n": 4, "root_chord": 0.12042214436310424, "tip_chord": 0.05945571428694382, "span": 0.11087136242977642, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505711588908924}, {"top_radius": 0.06453145257863914, "bottom_radius": 0.045220708674426034, "length": 0.05858500792255242, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997362971850666, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183491823794736, "upper_button_position": 0.08138711480559302}], "rail_length": 5, "inclination": 83.92210274961906, "heading": 55.12444897992712} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350152520071942, "mass": 15.503546856156708, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3145048870049605, "I_33_without_motor": 0.04437958883140379, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.21927198567488, "trigger": 800, "sampling_rate": 105, "lag": 1.59407986941476, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9603732196788408, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2953310889308238, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7358.106541699496, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033293653655997714, "grain_number": 5, "grain_density": 1825.3868859460908, "grain_outer_radius": 0.03308110481886692, "grain_initial_inner_radius": 0.015258790226737299, "grain_initial_height": 0.11951692080881275, "grain_separation": 0.0056842889566227585, "grains_center_of_mass_position": 0.3967160006095692, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005968118078223158, "throat_radius": 0.010469257068926341, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559483707951424}], "aerodynamic_surfaces": [{"length": 0.5572597394752801, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346841018574605}, {"n": 4, "root_chord": 0.11973674289367298, "tip_chord": 0.06107790232082755, "span": 0.11060859825401242, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486334871651686}, {"top_radius": 0.06357281075013996, "bottom_radius": 0.04395568135182032, "length": 0.059484823118766746, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990544410440023, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618192133249666, "upper_button_position": 0.08086230779433623}], "rail_length": 5, "inclination": 83.63377609029784, "heading": 54.06013712899685} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06348873140492899, "mass": 15.39772319044281, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3174720052941815, "I_33_without_motor": 0.022596380190005955, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.097213670849488, "trigger": 800, "sampling_rate": 105, "lag": 1.3915705717553755, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9392168526179459, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1722377125966115, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7789.6939194185525, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03220875596767066, "grain_number": 5, "grain_density": 1829.5918774760182, "grain_outer_radius": 0.0333520343461694, "grain_initial_inner_radius": 0.015798604275461405, "grain_initial_height": 0.12120350282084366, "grain_separation": 0.004147546821427842, "grains_center_of_mass_position": 0.3973996870194583, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007571415798461605, "throat_radius": 0.01056596211528706, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559984267869009}], "aerodynamic_surfaces": [{"length": 0.5598839359056458, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340080292248607}, {"n": 4, "root_chord": 0.11999033766132569, "tip_chord": 0.059477826871808206, "span": 0.110790973002475, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049439284946093}, {"top_radius": 0.06373663444402292, "bottom_radius": 0.04456696248788347, "length": 0.06186325318758883, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008161936296559, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171436530571246, "upper_button_position": 0.08367254057253126}], "rail_length": 5, "inclination": 84.1350661455557, "heading": 51.32123894891269} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06350598992671388, "mass": 15.116068341532, "I_11_without_motor": 6.321, "I_22_without_motor": 6.299839960840006, "I_33_without_motor": 0.01644455782724902, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.005139069894474, "trigger": 800, "sampling_rate": 105, "lag": 1.5317942436035836, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.939972522541705, "trigger": "apogee", "sampling_rate": 105, "lag": 1.421665582118231, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7174.048183442291, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03254635528269922, "grain_number": 5, "grain_density": 1764.9919682071377, "grain_outer_radius": 0.03390879652495536, "grain_initial_inner_radius": 0.014487947460811916, "grain_initial_height": 0.12137442375819109, "grain_separation": 0.005689221571236834, "grains_center_of_mass_position": 0.39684012577775113, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004551127867471365, "throat_radius": 0.01056050772560727, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2567251348503206}], "aerodynamic_surfaces": [{"length": 0.5569123681035684, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134029574676987}, {"n": 4, "root_chord": 0.1191195122470778, "tip_chord": 0.059826853779867725, "span": 0.109668341577623, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050095184906917}, {"top_radius": 0.06350673085402615, "bottom_radius": 0.04561634274014269, "length": 0.059939108086846785, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993075391459747, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178754835179717, "upper_button_position": 0.08143205562800293}], "rail_length": 5, "inclination": 84.96482932211737, "heading": 50.01235133133258} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350081100060809, "mass": 15.290264575798169, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331667706303446, "I_33_without_motor": 0.0339782939510848, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.893563369195329, "trigger": 800, "sampling_rate": 105, "lag": 1.5663737577399734, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.144254414408596, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5703425622768268, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6557.447005330478, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03286637081406721, "grain_number": 5, "grain_density": 1857.297453394681, "grain_outer_radius": 0.03312507850113102, "grain_initial_inner_radius": 0.015341526885860936, "grain_initial_height": 0.1193774231810778, "grain_separation": 0.006201944381486715, "grains_center_of_mass_position": 0.398051042737148, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009746942665539987, "throat_radius": 0.010475869929167552, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544954465742617}], "aerodynamic_surfaces": [{"length": 0.559307222611432, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332300103923867}, {"n": 4, "root_chord": 0.1204196754203411, "tip_chord": 0.05996124035653514, "span": 0.11085263126304826, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490986824828115}, {"top_radius": 0.06263055158629517, "bottom_radius": 0.0443820503747486, "length": 0.058523060112769185, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985530755453083, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181384137231515, "upper_button_position": 0.08041466182215684}], "rail_length": 5, "inclination": 84.80763804597896, "heading": 51.99008546797012} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349845681881174, "mass": 15.51034496849051, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316727280221023, "I_33_without_motor": 0.030246264150415578, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.141142672811634, "trigger": 800, "sampling_rate": 105, "lag": 1.5045091541582942, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.101470987295491, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4927963819611385, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6505.899573331687, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03408550019847789, "grain_number": 5, "grain_density": 1867.9895441954816, "grain_outer_radius": 0.03353725871127009, "grain_initial_inner_radius": 0.014628179391210635, "grain_initial_height": 0.11953944285208373, "grain_separation": 0.004182063015203245, "grains_center_of_mass_position": 0.39891814475468484, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003842676966896822, "throat_radius": 0.01103949658744561, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538345958776453}], "aerodynamic_surfaces": [{"length": 0.559415848170083, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134052971441127}, {"n": 4, "root_chord": 0.11994061139359602, "tip_chord": 0.05948595807829556, "span": 0.11011284758369706, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501150844757636}, {"top_radius": 0.06464814708973617, "bottom_radius": 0.04352222557724632, "length": 0.0585589750660511, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997298893488606, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187423504653559, "upper_button_position": 0.08098753888350474}], "rail_length": 5, "inclination": 86.474474699447, "heading": 50.66593022491799} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349680222394927, "mass": 15.643316291495657, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316745053484233, "I_33_without_motor": 0.03579971686675272, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.095979349860174, "trigger": 800, "sampling_rate": 105, "lag": 1.475909857557183, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9035818933164838, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4089724074006489, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4896.471678751919, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03298513394652725, "grain_number": 5, "grain_density": 1808.8603877853539, "grain_outer_radius": 0.033356221412443376, "grain_initial_inner_radius": 0.015201075509221488, "grain_initial_height": 0.12106447511444422, "grain_separation": 0.004962363233293196, "grains_center_of_mass_position": 0.39670890774644746, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00010246868597606887, "throat_radius": 0.011059400591960707, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2528122022960284}], "aerodynamic_surfaces": [{"length": 0.5583855378621938, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344380718895668}, {"n": 4, "root_chord": 0.12050371769439953, "tip_chord": 0.06072083691641604, "span": 0.10845637143937845, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498592074610775}, {"top_radius": 0.06219235503046719, "bottom_radius": 0.043658473838901146, "length": 0.060391755425846266, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991087141773683, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177706815293468, "upper_button_position": 0.08133803264802153}], "rail_length": 5, "inclination": 83.75950967544838, "heading": 52.81416723410497} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.0635145613891314, "mass": 14.919882950884865, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31713440372247, "I_33_without_motor": 0.030953003217082373, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.851983640853021, "trigger": 800, "sampling_rate": 105, "lag": 1.4674681803175535, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1148370905667397, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2170684610675548, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5757.587142390023, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03264355487281794, "grain_number": 5, "grain_density": 1767.9587158898676, "grain_outer_radius": 0.03251756804050797, "grain_initial_inner_radius": 0.015176804260234314, "grain_initial_height": 0.12191463620238359, "grain_separation": 0.0044503365173660285, "grains_center_of_mass_position": 0.3977572437278211, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005173096070174438, "throat_radius": 0.011126365611107669, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551257712256572}], "aerodynamic_surfaces": [{"length": 0.5601842487663329, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.136177778694469}, {"n": 4, "root_chord": 0.11988328125493863, "tip_chord": 0.06017443466160251, "span": 0.11076226557972312, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503119555233178}, {"top_radius": 0.06560409124978885, "bottom_radius": 0.04299137589844139, "length": 0.05994768897515142, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995762995345279, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183125497860648, "upper_button_position": 0.08126374974846318}], "rail_length": 5, "inclination": 85.21720727835242, "heading": 51.18477991807628} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350799607024002, "mass": 14.947600302843787, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312788457320762, "I_33_without_motor": 0.04180624820518606, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.017992556628661, "trigger": 800, "sampling_rate": 105, "lag": 1.398942283033999, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0416920314502922, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7789275838385676, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8140.79664329265, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03230735666210473, "grain_number": 5, "grain_density": 1802.8444442124874, "grain_outer_radius": 0.032808978312102076, "grain_initial_inner_radius": 0.015087007833029001, "grain_initial_height": 0.11943103331599621, "grain_separation": 0.006470155588081557, "grains_center_of_mass_position": 0.39713222788523667, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001542140305043063, "throat_radius": 0.011042068432316605, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254005398596193}], "aerodynamic_surfaces": [{"length": 0.5589161969389901, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348949048591155}, {"n": 4, "root_chord": 0.12029758596995735, "tip_chord": 0.05919475982371939, "span": 0.11020577511677891, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492190914748913}, {"top_radius": 0.0653027983876275, "bottom_radius": 0.0430500075381404, "length": 0.058441057712237635, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994178881342481, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163732600851495, "upper_button_position": 0.08304462804909862}], "rail_length": 5, "inclination": 84.84997515913865, "heading": 54.79119826119657} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350715438925233, "mass": 14.911781771523472, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326217155331234, "I_33_without_motor": 0.026738793342583042, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.9045350187866, "trigger": 800, "sampling_rate": 105, "lag": 1.5611502756372717, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9477003042000832, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8053277913023458, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4192.319075126652, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03372274899816038, "grain_number": 5, "grain_density": 1731.0750003774046, "grain_outer_radius": 0.033022506503355774, "grain_initial_inner_radius": 0.014405611854931704, "grain_initial_height": 0.12125557153893804, "grain_separation": 0.00557374472977037, "grains_center_of_mass_position": 0.39650507852695116, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00204210356327978, "throat_radius": 0.011548932997289414, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547710426134508}], "aerodynamic_surfaces": [{"length": 0.5583418920136936, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132467109299782}, {"n": 4, "root_chord": 0.12022298610880851, "tip_chord": 0.06039332706406446, "span": 0.10968755736213517, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487299647403217}, {"top_radius": 0.06472108994437213, "bottom_radius": 0.0428817818560753, "length": 0.05998782676461884, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998278306866319, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188852003617226, "upper_button_position": 0.08094263032490934}], "rail_length": 5, "inclination": 85.08393299977227, "heading": 53.152312220561264} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349135874648634, "mass": 15.227745034422579, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328067525100397, "I_33_without_motor": 0.051856798993548586, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.081147978016215, "trigger": 800, "sampling_rate": 105, "lag": 1.441512799468951, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1350477353537014, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0652942000959411, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8226.779106751808, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03296671778629183, "grain_number": 5, "grain_density": 1794.5380261118798, "grain_outer_radius": 0.03316284838728819, "grain_initial_inner_radius": 0.015570892836227378, "grain_initial_height": 0.11786795852576153, "grain_separation": 0.005699956331369701, "grains_center_of_mass_position": 0.39750989182175395, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006433399879353447, "throat_radius": 0.01091426770867519, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551869052470377}], "aerodynamic_surfaces": [{"length": 0.5582690252647475, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348439469258729}, {"n": 4, "root_chord": 0.12002542974067226, "tip_chord": 0.05880573673990045, "span": 0.11054678427559483, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048338267260117}, {"top_radius": 0.062048702665586916, "bottom_radius": 0.04229849581588398, "length": 0.06054473057445315, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001183995939708, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170084519383152, "upper_button_position": 0.0831099476556556}], "rail_length": 5, "inclination": 83.317555803898, "heading": 50.073892199774534} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350007100790607, "mass": 15.346193332828916, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313671547730219, "I_33_without_motor": 0.04118073591819581, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.224403066457928, "trigger": 800, "sampling_rate": 105, "lag": 1.5894647845701857, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9519317612339457, "trigger": "apogee", "sampling_rate": 105, "lag": 1.80203000320157, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8365.602197242839, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03385539216002575, "grain_number": 5, "grain_density": 1849.1184115931123, "grain_outer_radius": 0.03347122697907893, "grain_initial_inner_radius": 0.013589743167067788, "grain_initial_height": 0.11846655686473725, "grain_separation": 0.0030982950946336803, "grains_center_of_mass_position": 0.39867294189801744, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00040441594520245085, "throat_radius": 0.011688280430105263, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253925753583204}], "aerodynamic_surfaces": [{"length": 0.5586340107133337, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133938710731301}, {"n": 4, "root_chord": 0.1198993694377257, "tip_chord": 0.05911195730664921, "span": 0.10911447762110936, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0511743161941631}, {"top_radius": 0.062256588297886946, "bottom_radius": 0.04323290618185043, "length": 0.058846189158892545, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992967783086661, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181799465174678, "upper_button_position": 0.08111683179119833}], "rail_length": 5, "inclination": 84.1384756973065, "heading": 49.61643323022119} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350052305835922, "mass": 15.115920335113344, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319132260871135, "I_33_without_motor": 0.03595321247378587, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.814085839028625, "trigger": 800, "sampling_rate": 105, "lag": 1.779725913397803, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9786608268201671, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3984355931154082, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7794.8507945065085, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03319507850173346, "grain_number": 5, "grain_density": 1757.1145301020474, "grain_outer_radius": 0.032915704246017835, "grain_initial_inner_radius": 0.014392395617239984, "grain_initial_height": 0.11944441466371589, "grain_separation": 0.004808233588103325, "grains_center_of_mass_position": 0.39575030878562184, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00026792212715745473, "throat_radius": 0.011345184261050573, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543155838175284}], "aerodynamic_surfaces": [{"length": 0.5554051730441475, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335764278856537}, {"n": 4, "root_chord": 0.1197950504125894, "tip_chord": 0.060236872149017504, "span": 0.10988308130130058, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048262494183557}, {"top_radius": 0.06445895826098125, "bottom_radius": 0.04371041425965579, "length": 0.06060449291454869, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698050704790991, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182414969805278, "upper_button_position": 0.07980920781046319}], "rail_length": 5, "inclination": 83.73642942859885, "heading": 48.70947385752797} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349819344016877, "mass": 14.91435283264655, "I_11_without_motor": 6.321, "I_22_without_motor": 6.339101671966135, "I_33_without_motor": 0.020431519149313147, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.050930009038527, "trigger": 800, "sampling_rate": 105, "lag": 1.5022128284170904, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8555420961984556, "trigger": "apogee", "sampling_rate": 105, "lag": 1.20961713702428, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8292.42278609725, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033033042157571545, "grain_number": 5, "grain_density": 1848.9062150201967, "grain_outer_radius": 0.03283215110851232, "grain_initial_inner_radius": 0.014925838832059975, "grain_initial_height": 0.12033946039756978, "grain_separation": 0.004689772041219562, "grains_center_of_mass_position": 0.39825132125470825, "center_of_dry_mass_position": 0.317, "nozzle_position": -5.229818951653239e-05, "throat_radius": 0.011670454098550876, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541040873549887}], "aerodynamic_surfaces": [{"length": 0.5579548847691839, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352376533326163}, {"n": 4, "root_chord": 0.12096538315006407, "tip_chord": 0.05991045242439588, "span": 0.1099636943830481, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502761684720519}, {"top_radius": 0.064984992949409, "bottom_radius": 0.04259715164998101, "length": 0.060258695626333625, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009953460848338, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168805442954454, "upper_button_position": 0.08411480178938846}], "rail_length": 5, "inclination": 85.66275536848622, "heading": 53.48432420631581} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350368589990667, "mass": 14.705932630121234, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320596967925617, "I_33_without_motor": 0.047639724366590905, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.091867034268141, "trigger": 800, "sampling_rate": 105, "lag": 1.4229270331824002, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0110607256772164, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3629275246252577, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7578.08930406861, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032536894985095134, "grain_number": 5, "grain_density": 1766.0941314237798, "grain_outer_radius": 0.032667542707133394, "grain_initial_inner_radius": 0.014497828113498803, "grain_initial_height": 0.12000154334700223, "grain_separation": 0.00543459028876444, "grains_center_of_mass_position": 0.3977002200976118, "center_of_dry_mass_position": 0.317, "nozzle_position": -2.0475624787934472e-05, "throat_radius": 0.011006249576076129, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25602903277785}], "aerodynamic_surfaces": [{"length": 0.5593622715830067, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333413167190476}, {"n": 4, "root_chord": 0.1194764770094732, "tip_chord": 0.06054362587412015, "span": 0.11011148264870423, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050946621409242}, {"top_radius": 0.06269512752701054, "bottom_radius": 0.04293900133294346, "length": 0.058286072473278515, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990924423669941, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171469276831657, "upper_button_position": 0.08194551468382838}], "rail_length": 5, "inclination": 86.12836318145474, "heading": 54.021858144316994} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06351378873743432, "mass": 16.768861830467337, "I_11_without_motor": 6.321, "I_22_without_motor": 6.341235051045173, "I_33_without_motor": 0.043075527314753115, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.097661472681697, "trigger": 800, "sampling_rate": 105, "lag": 1.6808447325911922, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9257916550838271, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2873819950098448, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5024.148293049208, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03277844081730795, "grain_number": 5, "grain_density": 1829.1206041382616, "grain_outer_radius": 0.03316615739939846, "grain_initial_inner_radius": 0.015206020285706716, "grain_initial_height": 0.12025421132574594, "grain_separation": 0.005157488936621555, "grains_center_of_mass_position": 0.3978633517745328, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006350857502272174, "throat_radius": 0.010200294522305262, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544302809356915}], "aerodynamic_surfaces": [{"length": 0.5603004908434152, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339410562184815}, {"n": 4, "root_chord": 0.11981710585037116, "tip_chord": 0.0602984114324569, "span": 0.10993077916310137, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506843520783684}, {"top_radius": 0.06347103289462869, "bottom_radius": 0.043092701809785236, "length": 0.05920851525639374, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992591427496182, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191151024768903, "upper_button_position": 0.08014404027272792}], "rail_length": 5, "inclination": 83.18815569444799, "heading": 51.4949739499224} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350189387446976, "mass": 15.0913078032644, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315905096471741, "I_33_without_motor": 0.024775277233472642, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.906621506673076, "trigger": 800, "sampling_rate": 105, "lag": 1.367739471960069, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0326083171762455, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5429689636009525, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6265.175285834637, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03321344556349369, "grain_number": 5, "grain_density": 1800.127512214592, "grain_outer_radius": 0.033229503986835024, "grain_initial_inner_radius": 0.015183870819922255, "grain_initial_height": 0.11998072419676169, "grain_separation": 0.0046488488730071185, "grains_center_of_mass_position": 0.3977251625602929, "center_of_dry_mass_position": 0.317, "nozzle_position": -5.985307778830978e-05, "throat_radius": 0.010479272645559989, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2530220606602054}], "aerodynamic_surfaces": [{"length": 0.5578530553154493, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344004402855246}, {"n": 4, "root_chord": 0.11989238611093492, "tip_chord": 0.05938953044048133, "span": 0.10976012111434563, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488295170399584}, {"top_radius": 0.06397153360022556, "bottom_radius": 0.043431881515955166, "length": 0.059153690156386336, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6972848699311283, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177701107559546, "upper_button_position": 0.0795147591751737}], "rail_length": 5, "inclination": 85.11060977925972, "heading": 50.16826750403689} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.063504115338031, "mass": 16.10917217458517, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311907543659545, "I_33_without_motor": 0.041287942171076716, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.141107138285534, "trigger": 800, "sampling_rate": 105, "lag": 1.4729559346996886, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9653208470849748, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6408366103551466, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6068.437469092751, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03301219407418273, "grain_number": 5, "grain_density": 1790.619416683616, "grain_outer_radius": 0.033479728716031366, "grain_initial_inner_radius": 0.014996391464857622, "grain_initial_height": 0.11975321248832699, "grain_separation": 0.005235645695760492, "grains_center_of_mass_position": 0.3984217104025421, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001528512368567433, "throat_radius": 0.00999136548936409, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558053450902429}], "aerodynamic_surfaces": [{"length": 0.558285474363346, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134179220949414}, {"n": 4, "root_chord": 0.12027571518662107, "tip_chord": 0.059462265254718163, "span": 0.10947798258578538, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500105734889351}, {"top_radius": 0.06421178092135375, "bottom_radius": 0.04261329646115109, "length": 0.06116867941256444, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700063448305565, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184842605619397, "upper_button_position": 0.08157918774362527}], "rail_length": 5, "inclination": 85.54189971391708, "heading": 55.17767358774814} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349735775776559, "mass": 15.256917308157925, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320249626963356, "I_33_without_motor": 0.04991916307841865, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.021856259520986, "trigger": 800, "sampling_rate": 105, "lag": 1.4728956878833381, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.833731844771304, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6412185531903503, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5689.632848723463, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03275267201355658, "grain_number": 5, "grain_density": 1815.4851237039313, "grain_outer_radius": 0.032518486645821035, "grain_initial_inner_radius": 0.014876657680877583, "grain_initial_height": 0.12000388844577059, "grain_separation": 0.00674045937225929, "grains_center_of_mass_position": 0.3977601987448277, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005840071895316602, "throat_radius": 0.009880445376396336, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554639155625995}], "aerodynamic_surfaces": [{"length": 0.5589811970740689, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340514718534436}, {"n": 4, "root_chord": 0.11985082119448227, "tip_chord": 0.05992044573861256, "span": 0.10960707951038343, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502097511082116}, {"top_radius": 0.06190571938277773, "bottom_radius": 0.04328192874106962, "length": 0.061160732636974906, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000666117994385, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171331599649635, "upper_button_position": 0.08293345183447498}], "rail_length": 5, "inclination": 84.61227788747846, "heading": 53.540944743676064} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349727051185163, "mass": 15.788969410092719, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322999423606519, "I_33_without_motor": 0.030242488363424646, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.10617953632471, "trigger": 800, "sampling_rate": 105, "lag": 1.645109709678108, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0981584599872398, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6562870817190183, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7511.79778459823, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03277614022184676, "grain_number": 5, "grain_density": 1918.5484028239011, "grain_outer_radius": 0.03282145872535381, "grain_initial_inner_radius": 0.01547269376816627, "grain_initial_height": 0.1186429919368166, "grain_separation": 0.0034149262282545, "grains_center_of_mass_position": 0.3958058354635835, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005922914904854142, "throat_radius": 0.010884184120683043, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255279203504352}], "aerodynamic_surfaces": [{"length": 0.5580315970879022, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349203052658428}, {"n": 4, "root_chord": 0.11956407609128841, "tip_chord": 0.059783245772437606, "span": 0.11024405686466565, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490422720014103}, {"top_radius": 0.06514601954615656, "bottom_radius": 0.041882411076930234, "length": 0.05936354195948523, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998839676109705, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165459403439718, "upper_button_position": 0.08333802726699868}], "rail_length": 5, "inclination": 86.10557195038133, "heading": 52.52377349864741} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349848654024029, "mass": 15.252055369299741, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310286553004251, "I_33_without_motor": 0.033209576035724074, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.131771862409858, "trigger": 800, "sampling_rate": 105, "lag": 1.3995002223583273, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8616313316261645, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7130398517257421, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6049.051361090419, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033014858450513766, "grain_number": 5, "grain_density": 1865.3647321649, "grain_outer_radius": 0.03319641239509709, "grain_initial_inner_radius": 0.014826399271513253, "grain_initial_height": 0.11956227049328506, "grain_separation": 0.005871551185507644, "grains_center_of_mass_position": 0.39664055036786305, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015119123356641681, "throat_radius": 0.011742468363928867, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546222613187423}], "aerodynamic_surfaces": [{"length": 0.5581449303375392, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342128061238421}, {"n": 4, "root_chord": 0.12096906153098778, "tip_chord": 0.06072671769911218, "span": 0.11037627881904408, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495479494991307}, {"top_radius": 0.06464857355383402, "bottom_radius": 0.04436933950766091, "length": 0.059901893781954554, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7018455151449575, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174018872167826, "upper_button_position": 0.08444362792817495}], "rail_length": 5, "inclination": 85.68685412353847, "heading": 52.064270031402636} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350745566815232, "mass": 16.106981843545128, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309938471386973, "I_33_without_motor": 0.03151517684201613, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.071986967701294, "trigger": 800, "sampling_rate": 105, "lag": 1.5466928139465308, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0085702864246588, "trigger": "apogee", "sampling_rate": 105, "lag": 1.573696821879477, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6763.9025753816095, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03241084075066628, "grain_number": 5, "grain_density": 1855.8546372209626, "grain_outer_radius": 0.03230908237521815, "grain_initial_inner_radius": 0.016178145564751615, "grain_initial_height": 0.12133644071221013, "grain_separation": 0.005037198456550965, "grains_center_of_mass_position": 0.39551808875163363, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007119252521343649, "throat_radius": 0.010738503334103595, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562555346501627}], "aerodynamic_surfaces": [{"length": 0.5579511491328436, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338627223928375}, {"n": 4, "root_chord": 0.12074405800928523, "tip_chord": 0.05968904979241561, "span": 0.10931539508867417, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498256397578263}, {"top_radius": 0.06426372139112921, "bottom_radius": 0.044229402739227444, "length": 0.058902718956537425, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012231732024442, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183104058336527, "upper_button_position": 0.0829127673687915}], "rail_length": 5, "inclination": 85.266904405429, "heading": 49.794114664358226} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06350621446230925, "mass": 14.841692506447885, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327752000367287, "I_33_without_motor": 0.03907484399161633, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.091814352399155, "trigger": 800, "sampling_rate": 105, "lag": 1.4992361724668226, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0468320593693858, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4993000738557682, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4863.825361160375, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032969244787988045, "grain_number": 5, "grain_density": 1805.7710283145896, "grain_outer_radius": 0.03303835174647323, "grain_initial_inner_radius": 0.01451223992677961, "grain_initial_height": 0.12003733910795311, "grain_separation": 0.004510616843182897, "grains_center_of_mass_position": 0.39817819911698504, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004618993384721217, "throat_radius": 0.01150072286535639, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25630477881221}], "aerodynamic_surfaces": [{"length": 0.5585780884637838, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349618811424176}, {"n": 4, "root_chord": 0.11992036820016388, "tip_chord": 0.05961597097296392, "span": 0.1092669949125781, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493701612784996}, {"top_radius": 0.061775892131545086, "bottom_radius": 0.04369330259565961, "length": 0.05916580014607244, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698811276299496, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171376285813581, "upper_button_position": 0.0816736477181379}], "rail_length": 5, "inclination": 83.68039590472803, "heading": 54.36235574283949} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350438902869007, "mass": 16.072859280408846, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3298206154136665, "I_33_without_motor": 0.01336678091257663, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.086137125423095, "trigger": 800, "sampling_rate": 105, "lag": 1.5328326525847824, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9316424554335484, "trigger": "apogee", "sampling_rate": 105, "lag": 1.515361003296773, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6559.391319936775, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03250419743854408, "grain_number": 5, "grain_density": 1839.030847532249, "grain_outer_radius": 0.03328317295032952, "grain_initial_inner_radius": 0.014684220891041868, "grain_initial_height": 0.11951600587197346, "grain_separation": 0.006014554834178955, "grains_center_of_mass_position": 0.398107567014065, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002672607467401567, "throat_radius": 0.01085443038387839, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253740844700262}], "aerodynamic_surfaces": [{"length": 0.5564901150119972, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337664283497029}, {"n": 4, "root_chord": 0.1200052781821323, "tip_chord": 0.0606393992272465, "span": 0.11000066161411143, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050381107612405}, {"top_radius": 0.0619620624313371, "bottom_radius": 0.04361842493818588, "length": 0.05876988465049463, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700310426485725, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183437019975266, "upper_button_position": 0.0819667244881983}], "rail_length": 5, "inclination": 83.91531357263793, "heading": 53.25777865050567} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350031515430649, "mass": 15.657619452418041, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318996965670656, "I_33_without_motor": 0.054107885302780934, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.003520112140395, "trigger": 800, "sampling_rate": 105, "lag": 1.6731450772148426, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0564331137818055, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5786131986724676, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6099.38050417305, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0320285438688287, "grain_number": 5, "grain_density": 1787.4341102528563, "grain_outer_radius": 0.03289515549063039, "grain_initial_inner_radius": 0.014600899255547452, "grain_initial_height": 0.12031295452157646, "grain_separation": 0.005373141772981798, "grains_center_of_mass_position": 0.39864008444613425, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0023234223057753823, "throat_radius": 0.011001562284135461, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254141525659934}], "aerodynamic_surfaces": [{"length": 0.5583634629614801, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333307153777983}, {"n": 4, "root_chord": 0.11912600722867468, "tip_chord": 0.06053502242550476, "span": 0.11055805395162467, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494438741897492}, {"top_radius": 0.06145767359558424, "bottom_radius": 0.04543997367063665, "length": 0.05959555523823961, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988384849692856, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162258188853408, "upper_button_position": 0.0826126660839448}], "rail_length": 5, "inclination": 83.70463835627308, "heading": 54.256796381234345} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349776692865144, "mass": 15.696962155339778, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33555647585771, "I_33_without_motor": 0.02390801720019156, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.911579103512112, "trigger": 800, "sampling_rate": 105, "lag": 1.522986247416424, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1091844168523586, "trigger": "apogee", "sampling_rate": 105, "lag": 1.649947830119409, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8169.44423670311, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03344592530703636, "grain_number": 5, "grain_density": 1800.538000539368, "grain_outer_radius": 0.033489253232458376, "grain_initial_inner_radius": 0.014820077122711403, "grain_initial_height": 0.11932873992742436, "grain_separation": 0.005574195042519616, "grains_center_of_mass_position": 0.3950209056989943, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005958977959757021, "throat_radius": 0.009946834697377189, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2565137011693948}], "aerodynamic_surfaces": [{"length": 0.5588554949379569, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336878956502834}, {"n": 4, "root_chord": 0.11921559380073037, "tip_chord": 0.059916140223415404, "span": 0.1096628057993646, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050788437967068}, {"top_radius": 0.06338042605915598, "bottom_radius": 0.04331835730984487, "length": 0.06110100033119088, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008118387618427, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183425624965184, "upper_button_position": 0.0824692762653243}], "rail_length": 5, "inclination": 84.8798091305304, "heading": 53.74190335475741} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06351246262071779, "mass": 14.85759636622915, "I_11_without_motor": 6.321, "I_22_without_motor": 6.2973487974043465, "I_33_without_motor": 0.03954619028942351, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.957358785963027, "trigger": 800, "sampling_rate": 105, "lag": 1.5299378676326265, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0756708654147986, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4258603393021643, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6973.764426918031, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033577443213112415, "grain_number": 5, "grain_density": 1811.153975073818, "grain_outer_radius": 0.032698002574931474, "grain_initial_inner_radius": 0.014954858424024602, "grain_initial_height": 0.12013763627052026, "grain_separation": 0.003042426632408333, "grains_center_of_mass_position": 0.397570388144813, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006978460405298574, "throat_radius": 0.010518567882147905, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542689560305853}], "aerodynamic_surfaces": [{"length": 0.5568467305829896, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1360343554352368}, {"n": 4, "root_chord": 0.1204987771229088, "tip_chord": 0.060135737279112804, "span": 0.1092628521807992, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488271158180569}, {"top_radius": 0.06088069205217574, "bottom_radius": 0.04338356870174444, "length": 0.06000618039822587, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989625750073148, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181608566256721, "upper_button_position": 0.08080171838164274}], "rail_length": 5, "inclination": 83.01427149321322, "heading": 53.731695314472255} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350771065044335, "mass": 14.707128886969343, "I_11_without_motor": 6.321, "I_22_without_motor": 6.30886919433377, "I_33_without_motor": 0.024467588154499943, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.111931854804746, "trigger": 800, "sampling_rate": 105, "lag": 1.3586830327261255, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.2167047133737416, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3987655290071013, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7845.711443161349, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03237260077930485, "grain_number": 5, "grain_density": 1770.2506703919587, "grain_outer_radius": 0.032323166920179995, "grain_initial_inner_radius": 0.015296263481597003, "grain_initial_height": 0.11864626465719347, "grain_separation": 0.004939165523753706, "grains_center_of_mass_position": 0.3983142559112887, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010162577214416686, "throat_radius": 0.011122340747746812, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544956225738821}], "aerodynamic_surfaces": [{"length": 0.5584861681973526, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1359636066229952}, {"n": 4, "root_chord": 0.12012482430769668, "tip_chord": 0.060171065378584604, "span": 0.11046478370021051, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504616177948296}, {"top_radius": 0.06291135562172685, "bottom_radius": 0.04511355904914787, "length": 0.06002511679344385, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009098219457898, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176353732841592, "upper_button_position": 0.08327444866163058}], "rail_length": 5, "inclination": 84.61237493818372, "heading": 50.1813983141497} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350068162274161, "mass": 14.902825770567343, "I_11_without_motor": 6.321, "I_22_without_motor": 6.293102911425003, "I_33_without_motor": 0.03266730188356574, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.037312740400207, "trigger": 800, "sampling_rate": 105, "lag": 1.6636443842188293, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0960499639153984, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4964319854737098, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5763.102963833306, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03320983692327401, "grain_number": 5, "grain_density": 1861.2360064293619, "grain_outer_radius": 0.03356180911958015, "grain_initial_inner_radius": 0.0154476256143793, "grain_initial_height": 0.12098295587260975, "grain_separation": 0.004730070785544564, "grains_center_of_mass_position": 0.39700469284157214, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013433743034642022, "throat_radius": 0.010748073631857672, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25554927711435}], "aerodynamic_surfaces": [{"length": 0.5578331881756069, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338349277014208}, {"n": 4, "root_chord": 0.11985965436347855, "tip_chord": 0.05977903934795141, "span": 0.11029602982428521, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501667742760967}, {"top_radius": 0.06271319638931855, "bottom_radius": 0.04493557586284961, "length": 0.06181800070247836, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005163546262653, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168284099628568, "upper_button_position": 0.08368794466340845}], "rail_length": 5, "inclination": 85.62328723308622, "heading": 50.519164909940486} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350051325021552, "mass": 15.43069227678457, "I_11_without_motor": 6.321, "I_22_without_motor": 6.304054433619668, "I_33_without_motor": 0.018267842120446565, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.026353882286857, "trigger": 800, "sampling_rate": 105, "lag": 1.4709959652655777, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0235874094637225, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6847166970758245, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5965.733368913436, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03366460649692259, "grain_number": 5, "grain_density": 1876.8669064997125, "grain_outer_radius": 0.03290055069637058, "grain_initial_inner_radius": 0.01473097781849781, "grain_initial_height": 0.1197165996881397, "grain_separation": 0.004522145486866685, "grains_center_of_mass_position": 0.3975571837521802, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0001674402149512375, "throat_radius": 0.011375731412343793, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553114967365089}], "aerodynamic_surfaces": [{"length": 0.5577610961381101, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341799316998886}, {"n": 4, "root_chord": 0.1189671765344474, "tip_chord": 0.059786551815312235, "span": 0.11015928553253743, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494548707317854}, {"top_radius": 0.06368957883413683, "bottom_radius": 0.044121675147224974, "length": 0.05937585904586448, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991550325722382, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167750783336003, "upper_button_position": 0.08237995423863786}], "rail_length": 5, "inclination": 85.55010942587167, "heading": 54.17619573935714} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349984880051172, "mass": 15.324617752966121, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320570808660589, "I_33_without_motor": 0.02360345285823202, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.06619892887516, "trigger": 800, "sampling_rate": 105, "lag": 1.5161555506292026, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.920868512511743, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5310726479178436, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7671.021111740034, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032879069987656905, "grain_number": 5, "grain_density": 1813.1865755780082, "grain_outer_radius": 0.03264642353607026, "grain_initial_inner_radius": 0.014720387546084965, "grain_initial_height": 0.11995013802304029, "grain_separation": 0.004862090054101911, "grains_center_of_mass_position": 0.39861304253259555, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002327693252931908, "throat_radius": 0.011021360060573193, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553501780393108}], "aerodynamic_surfaces": [{"length": 0.5572043373558289, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330050640604707}, {"n": 4, "root_chord": 0.12115010487613433, "tip_chord": 0.05972921487884055, "span": 0.10982502133185865, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04761985135437}, {"top_radius": 0.06483179779971603, "bottom_radius": 0.04343035032363132, "length": 0.06010765506740075, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982272272162765, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172104882562209, "upper_button_position": 0.08101673896005557}], "rail_length": 5, "inclination": 83.99954865533877, "heading": 52.35374854762159} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349919180245256, "mass": 15.219860513157313, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323854066593241, "I_33_without_motor": 0.041318217871327514, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.045184522464142, "trigger": 800, "sampling_rate": 105, "lag": 1.538353121491094, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9467564093982844, "trigger": "apogee", "sampling_rate": 105, "lag": 2.326398065556665, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5145.553830095075, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03340435117961838, "grain_number": 5, "grain_density": 1847.7839850901019, "grain_outer_radius": 0.03285935812737155, "grain_initial_inner_radius": 0.015334391151266002, "grain_initial_height": 0.11932114151101766, "grain_separation": 0.005523517236350819, "grains_center_of_mass_position": 0.3965675728496444, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006781596288413438, "throat_radius": 0.010476547026726195, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550284333659767}], "aerodynamic_surfaces": [{"length": 0.5560391798078569, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346473653594158}, {"n": 4, "root_chord": 0.11996008629913624, "tip_chord": 0.059082371737368286, "span": 0.11056976861232318, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.052098745554227}, {"top_radius": 0.06353155742702692, "bottom_radius": 0.04337328378957578, "length": 0.059330802392900873, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014759229793908, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191662430557282, "upper_button_position": 0.08230967992366256}], "rail_length": 5, "inclination": 84.87037937231509, "heading": 52.17861782471377} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06349572036321202, "mass": 14.888009682889182, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319271974915762, "I_33_without_motor": 0.02066745347569885, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.017067178164845, "trigger": 800, "sampling_rate": 105, "lag": 1.6570318793093324, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0326055923817181, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5039532545427141, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8274.505826420287, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03195447925116708, "grain_number": 5, "grain_density": 1693.8285519425074, "grain_outer_radius": 0.03339813251209532, "grain_initial_inner_radius": 0.01564415162515484, "grain_initial_height": 0.11995492313809591, "grain_separation": 0.004056882325461747, "grains_center_of_mass_position": 0.3970262686499011, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010853425295570035, "throat_radius": 0.011628717834526013, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563757011702348}], "aerodynamic_surfaces": [{"length": 0.5594189886199223, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331362143965045}, {"n": 4, "root_chord": 0.11982166391041495, "tip_chord": 0.060066699167588423, "span": 0.1100369797386986, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04949246614902}, {"top_radius": 0.0626947610218041, "bottom_radius": 0.04320908772086275, "length": 0.059306042463505626, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010954174075793, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170203243621054, "upper_button_position": 0.08407509304547389}], "rail_length": 5, "inclination": 85.53774388923257, "heading": 53.92188988423194} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06351763969622704, "mass": 15.311123758740091, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31876746723973, "I_33_without_motor": 0.015143701034917065, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.076522847463828, "trigger": 800, "sampling_rate": 105, "lag": 1.433715699777008, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.820644656946266, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3451701043434587, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5678.191258039272, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03264148648604168, "grain_number": 5, "grain_density": 1877.4509320190386, "grain_outer_radius": 0.0331827303045738, "grain_initial_inner_radius": 0.015747451420678547, "grain_initial_height": 0.11996618632543056, "grain_separation": 0.005837565004317157, "grains_center_of_mass_position": 0.39727089682464745, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011647674896186338, "throat_radius": 0.011486690597516863, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555836885849712}], "aerodynamic_surfaces": [{"length": 0.5581292713994831, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135126377794128}, {"n": 4, "root_chord": 0.12078236635540618, "tip_chord": 0.0601157768539455, "span": 0.10903274557306387, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485312737659163}, {"top_radius": 0.06425881516937505, "bottom_radius": 0.04112034815638699, "length": 0.05978593542638168, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988171222501491, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188013452994032, "upper_button_position": 0.08001577695074591}], "rail_length": 5, "inclination": 84.0321952741704, "heading": 53.704574279748826} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350431211413714, "mass": 15.33056912227899, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322293301210487, "I_33_without_motor": 0.025768474522124267, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.996364216816996, "trigger": 800, "sampling_rate": 105, "lag": 1.2997499800334, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0642325999175626, "trigger": "apogee", "sampling_rate": 105, "lag": 1.507989060528068, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5775.064236537909, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03375420670915365, "grain_number": 5, "grain_density": 1825.054715179989, "grain_outer_radius": 0.03313070212312987, "grain_initial_inner_radius": 0.01519115254434178, "grain_initial_height": 0.11927643668434071, "grain_separation": 0.003787462418822176, "grains_center_of_mass_position": 0.3971791866676311, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003100231108138205, "throat_radius": 0.010795701731930455, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540480764247341}], "aerodynamic_surfaces": [{"length": 0.559690619413958, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342353181004141}, {"n": 4, "root_chord": 0.11901665186608444, "tip_chord": 0.06064315879325703, "span": 0.11069594793432323, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502884999254867}, {"top_radius": 0.06242825981780766, "bottom_radius": 0.04445330822477244, "length": 0.05898592655026538, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999950182173843, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180739473312848, "upper_button_position": 0.08192107088609946}], "rail_length": 5, "inclination": 84.46655790883167, "heading": 51.05445129380317} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.063494812282566, "mass": 15.463486321902636, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31991237426077, "I_33_without_motor": 0.03557978326081777, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.010792656335948, "trigger": 800, "sampling_rate": 105, "lag": 1.3461517365454012, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.074594082026453, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4169867050012375, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5596.791672100121, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033084280373128175, "grain_number": 5, "grain_density": 1850.7156988755414, "grain_outer_radius": 0.03335757808626882, "grain_initial_inner_radius": 0.015518176361808973, "grain_initial_height": 0.11984731950013472, "grain_separation": 0.002792466680811504, "grains_center_of_mass_position": 0.3969628108081254, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011719361580654272, "throat_radius": 0.011316010256501403, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549314745550137}], "aerodynamic_surfaces": [{"length": 0.5584351201626182, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135076681522108}, {"n": 4, "root_chord": 0.11988113238261638, "tip_chord": 0.060206941811435696, "span": 0.10853526995143771, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496277689829365}, {"top_radius": 0.06271382139674711, "bottom_radius": 0.044030009972105114, "length": 0.06000413724945244, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001916874370703, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176283707657871, "upper_button_position": 0.08256331667128314}], "rail_length": 5, "inclination": 84.75367582587563, "heading": 53.68341247516293} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06350575419294353, "mass": 15.26696985150912, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323449517912705, "I_33_without_motor": 0.006353486328738452, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.965750440094789, "trigger": 800, "sampling_rate": 105, "lag": 1.5516502609942384, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9927941077918069, "trigger": "apogee", "sampling_rate": 105, "lag": 1.664012227170333, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7519.835334003337, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03316621593685852, "grain_number": 5, "grain_density": 1868.6364844445502, "grain_outer_radius": 0.03280304406548487, "grain_initial_inner_radius": 0.0141372718885303, "grain_initial_height": 0.12140885894895179, "grain_separation": 0.006178243675213911, "grains_center_of_mass_position": 0.3954987438336845, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00012333309709128696, "throat_radius": 0.011208097586128734, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548976474189957}], "aerodynamic_surfaces": [{"length": 0.5589852765579472, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339189216592989}, {"n": 4, "root_chord": 0.11995319813575282, "tip_chord": 0.0593697511790956, "span": 0.11094225824888636, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484049559617703}, {"top_radius": 0.06127170156533768, "bottom_radius": 0.045226129149195354, "length": 0.06055096424137187, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990266368639053, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174125439936261, "upper_button_position": 0.08161409287027921}], "rail_length": 5, "inclination": 85.59452594733256, "heading": 50.675298836427906} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350624191089453, "mass": 15.100297220858339, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325666832089434, "I_33_without_motor": 0.028898481546113634, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.122392455478531, "trigger": 800, "sampling_rate": 105, "lag": 1.4219004022075843, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.005038132929931, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3638129809578752, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6863.097493842715, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03297322739426203, "grain_number": 5, "grain_density": 1849.116300262107, "grain_outer_radius": 0.03369887992881719, "grain_initial_inner_radius": 0.01505823286799762, "grain_initial_height": 0.12214791832714586, "grain_separation": 0.0034871832268583737, "grains_center_of_mass_position": 0.39660125587093004, "center_of_dry_mass_position": 0.317, "nozzle_position": -3.7866544536203067e-06, "throat_radius": 0.011084138271144763, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554322624898138}], "aerodynamic_surfaces": [{"length": 0.5562615508205724, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342423771299084}, {"n": 4, "root_chord": 0.11998067222471084, "tip_chord": 0.06015333818670187, "span": 0.10958307455707125, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04998901522925}, {"top_radius": 0.06425344765270699, "bottom_radius": 0.042398419687148706, "length": 0.060125983365360534, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003731445593163, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170965225905582, "upper_button_position": 0.08327662196875807}], "rail_length": 5, "inclination": 84.5635738101647, "heading": 52.65839492013668} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06351330072946952, "mass": 15.386404520074779, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308956242727637, "I_33_without_motor": 0.036718184416095215, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.057047870228473, "trigger": 800, "sampling_rate": 105, "lag": 1.3981036821030113, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0095485251758385, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3285070805196493, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6572.405727675767, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03359952227457597, "grain_number": 5, "grain_density": 1776.5188555937414, "grain_outer_radius": 0.03264310891634383, "grain_initial_inner_radius": 0.015039983301562806, "grain_initial_height": 0.11973049562028275, "grain_separation": 0.0033158885613058724, "grains_center_of_mass_position": 0.39776169830598007, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005175878775741225, "throat_radius": 0.009767856952200284, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538626227209175}], "aerodynamic_surfaces": [{"length": 0.5594806203981242, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328599619935538}, {"n": 4, "root_chord": 0.11925316636455299, "tip_chord": 0.05981456100794632, "span": 0.10928615216575409, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048894326406283}, {"top_radius": 0.0638138482039431, "bottom_radius": 0.044287335448883226, "length": 0.05886953613561374, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994040064689312, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177194997827864, "upper_button_position": 0.0816845066861448}], "rail_length": 5, "inclination": 84.7395739942971, "heading": 54.98411179135813} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350991594380175, "mass": 15.12715715072943, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322593237740374, "I_33_without_motor": 0.032097758951557226, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.107233299266797, "trigger": 800, "sampling_rate": 105, "lag": 1.657880110536003, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9257061185948712, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7045563111514177, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5944.622922062193, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03365435640474106, "grain_number": 5, "grain_density": 1804.6564610239384, "grain_outer_radius": 0.033307239475791395, "grain_initial_inner_radius": 0.01526705890367068, "grain_initial_height": 0.12011019457713616, "grain_separation": 0.005122961648119859, "grains_center_of_mass_position": 0.39549973453417075, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006368908051000745, "throat_radius": 0.010905326371687275, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544378234516655}], "aerodynamic_surfaces": [{"length": 0.5603500416181459, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332189893338087}, {"n": 4, "root_chord": 0.1203789429354959, "tip_chord": 0.059286358317222114, "span": 0.10988316853334705, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500876583343954}, {"top_radius": 0.06323126814927806, "bottom_radius": 0.04366398242960384, "length": 0.06063613920646451, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998190786405517, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174899329932163, "upper_button_position": 0.0823291456473354}], "rail_length": 5, "inclination": 85.05664435632109, "heading": 54.42170228118703} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349240653439, "mass": 15.99915319125967, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331042222262681, "I_33_without_motor": 0.01971016726355502, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.924183004158714, "trigger": 800, "sampling_rate": 105, "lag": 1.5810582428569377, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9904429571892462, "trigger": "apogee", "sampling_rate": 105, "lag": 1.302670099771827, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6694.36681748818, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033046305076627765, "grain_number": 5, "grain_density": 1768.5517341487216, "grain_outer_radius": 0.03341739721220499, "grain_initial_inner_radius": 0.014833313713642604, "grain_initial_height": 0.12080319253147309, "grain_separation": 0.0054521834110355365, "grains_center_of_mass_position": 0.3952336624907157, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009633959381124032, "throat_radius": 0.01007500440734527, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2532654388550042}], "aerodynamic_surfaces": [{"length": 0.5566239995074583, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345733606348296}, {"n": 4, "root_chord": 0.11985219074385352, "tip_chord": 0.05980323160704853, "span": 0.10950990709646562, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0509153958601527}, {"top_radius": 0.06393922591123277, "bottom_radius": 0.043278459699098173, "length": 0.05841929589568373, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001452079893249, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178649302515514, "upper_button_position": 0.08228027773777347}], "rail_length": 5, "inclination": 84.33315071239508, "heading": 54.66495701860613} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350610314654673, "mass": 14.792157864606462, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325598254834596, "I_33_without_motor": 0.011191468130995561, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.901092987044334, "trigger": 800, "sampling_rate": 105, "lag": 1.5185920976426623, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.883461017930672, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3723686302564702, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5964.857951485534, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03293186719770083, "grain_number": 5, "grain_density": 1806.300101663316, "grain_outer_radius": 0.03349448398832278, "grain_initial_inner_radius": 0.015230381432902727, "grain_initial_height": 0.12105532167959622, "grain_separation": 0.005570824453794486, "grains_center_of_mass_position": 0.3973416612394895, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0017284991674727823, "throat_radius": 0.010846427107965444, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547131777951959}], "aerodynamic_surfaces": [{"length": 0.5592174597334189, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330894247193233}, {"n": 4, "root_chord": 0.12012997100832577, "tip_chord": 0.059765268567035665, "span": 0.11076154202267999, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501107794944038}, {"top_radius": 0.06264931672745377, "bottom_radius": 0.04381311532392954, "length": 0.059902034059366734, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992120414104122, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183813506583262, "upper_button_position": 0.08083069075208593}], "rail_length": 5, "inclination": 85.69779162654197, "heading": 54.47023158875257} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349565329141597, "mass": 15.134384321781068, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317633161373358, "I_33_without_motor": 0.027736246698693692, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.898624232643735, "trigger": 800, "sampling_rate": 105, "lag": 1.6317709385721524, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.064023780210711, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4907370491414755, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6974.858155836628, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03327826091251648, "grain_number": 5, "grain_density": 1753.6216852594455, "grain_outer_radius": 0.033093034110136754, "grain_initial_inner_radius": 0.015102250731662796, "grain_initial_height": 0.12053686254237121, "grain_separation": 0.006649572941768563, "grains_center_of_mass_position": 0.3975659587906984, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007808738729413049, "throat_radius": 0.011346953644026872, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552589262968326}], "aerodynamic_surfaces": [{"length": 0.5571212097561189, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348721936935164}, {"n": 4, "root_chord": 0.11928319038705841, "tip_chord": 0.05987691840485697, "span": 0.11091405791097153, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508414637512875}, {"top_radius": 0.0633512930640417, "bottom_radius": 0.043733095055740016, "length": 0.05997878864959069, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986115780101335, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619458582812946, "upper_button_position": 0.07915299519718755}], "rail_length": 5, "inclination": 84.95350569380365, "heading": 52.55937575002991} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349804858504061, "mass": 15.614236216888422, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328930774300211, "I_33_without_motor": 0.03820204039906461, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.931701094211402, "trigger": 800, "sampling_rate": 105, "lag": 1.4376858601332965, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0224256958633866, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5891237528138837, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5744.075689995206, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032342010783908574, "grain_number": 5, "grain_density": 1773.8636648751253, "grain_outer_radius": 0.032839134875675906, "grain_initial_inner_radius": 0.015250786576255877, "grain_initial_height": 0.11797362862146477, "grain_separation": 0.0053249687225800915, "grains_center_of_mass_position": 0.3979589689100173, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005757410025568749, "throat_radius": 0.011081259282816343, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545718216812238}], "aerodynamic_surfaces": [{"length": 0.5601235265194598, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338483854338552}, {"n": 4, "root_chord": 0.12074017884737977, "tip_chord": 0.059664510471119835, "span": 0.10960801640271149, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0514621162488242}, {"top_radius": 0.06166377710206051, "bottom_radius": 0.04413974077974029, "length": 0.060018512744035364, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998464463748658, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617359133167989, "upper_button_position": 0.08248731320687686}], "rail_length": 5, "inclination": 84.77311692108101, "heading": 48.654459608465885} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350298967670237, "mass": 15.611274865941677, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318504865051681, "I_33_without_motor": 0.010142649080123859, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.060111677627678, "trigger": 800, "sampling_rate": 105, "lag": 1.5124200929731728, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9723133154527539, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5490121453435308, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7256.960594754796, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03283584454058308, "grain_number": 5, "grain_density": 1796.2643887521367, "grain_outer_radius": 0.03292734199524411, "grain_initial_inner_radius": 0.01544811807079275, "grain_initial_height": 0.12057850265778307, "grain_separation": 0.004467360815391258, "grains_center_of_mass_position": 0.3961461214207114, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018579225351100734, "throat_radius": 0.01031167072446267, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549731737621228}], "aerodynamic_surfaces": [{"length": 0.5572859624616294, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350215132849875}, {"n": 4, "root_chord": 0.11988802973634592, "tip_chord": 0.06009084424582103, "span": 0.10980598554978924, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048289081224987}, {"top_radius": 0.06200867988016712, "bottom_radius": 0.04337005360194057, "length": 0.05931951311674406, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009476232372365, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183870266881449, "upper_button_position": 0.08256059654909154}], "rail_length": 5, "inclination": 86.46716974173262, "heading": 51.96846862892424} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349611622968425, "mass": 14.96039114835547, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330137191690472, "I_33_without_motor": 0.03197211699039966, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.960684339337876, "trigger": 800, "sampling_rate": 105, "lag": 1.577504969057939, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9880780887887765, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6906740109013794, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5097.001478627745, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03331903885922519, "grain_number": 5, "grain_density": 1842.8078286804493, "grain_outer_radius": 0.03243587717690581, "grain_initial_inner_radius": 0.014912894209686346, "grain_initial_height": 0.11961442904028051, "grain_separation": 0.004093139499540884, "grains_center_of_mass_position": 0.3962730881577704, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00023718300356584816, "throat_radius": 0.011167363087520832, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552229826853802}], "aerodynamic_surfaces": [{"length": 0.5589157605040005, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341367625407268}, {"n": 4, "root_chord": 0.1193027766445761, "tip_chord": 0.05938890088529183, "span": 0.11057163106539587, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494755758294527}, {"top_radius": 0.06408646801835009, "bottom_radius": 0.04293485033298673, "length": 0.05936478591322313, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008373784899272, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6155990579545596, "upper_button_position": 0.08523832053536762}], "rail_length": 5, "inclination": 84.36221397273324, "heading": 51.101719244634715} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.0634958264476379, "mass": 15.091121573120066, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317279287515436, "I_33_without_motor": 0.02686893569951967, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.060780106575478, "trigger": 800, "sampling_rate": 105, "lag": 1.8034501242438061, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.009862268334769, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8468234251725546, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4567.794779479918, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03226019968513079, "grain_number": 5, "grain_density": 1767.7702589752419, "grain_outer_radius": 0.03234728180420368, "grain_initial_inner_radius": 0.014829069177442061, "grain_initial_height": 0.11953210797489495, "grain_separation": 0.0032231997528291865, "grains_center_of_mass_position": 0.399431127626421, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006773789655973023, "throat_radius": 0.010781338388411799, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558826326310424}], "aerodynamic_surfaces": [{"length": 0.5582798711825218, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344679268474471}, {"n": 4, "root_chord": 0.11955101858100538, "tip_chord": 0.05973168957411355, "span": 0.11084998221356859, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493237444213197}, {"top_radius": 0.06148583812337437, "bottom_radius": 0.0439389233723516, "length": 0.05985076750645156, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996712385826125, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617442308228238, "upper_button_position": 0.08222893035437451}], "rail_length": 5, "inclination": 86.06006363590497, "heading": 53.32059269980984} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349257139097583, "mass": 14.914895473689619, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329651098698962, "I_33_without_motor": 0.04261590497262869, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.162739320600643, "trigger": 800, "sampling_rate": 105, "lag": 1.4320747449412923, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.023143936604243, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6449871608414135, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5418.398978680564, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03265503360460004, "grain_number": 5, "grain_density": 1801.2611525713744, "grain_outer_radius": 0.03259923841854898, "grain_initial_inner_radius": 0.015496436855705183, "grain_initial_height": 0.12035510165791713, "grain_separation": 0.003467809728829852, "grains_center_of_mass_position": 0.39782518562944075, "center_of_dry_mass_position": 0.317, "nozzle_position": 9.514964952368365e-05, "throat_radius": 0.010505920903651824, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558287165070436}], "aerodynamic_surfaces": [{"length": 0.5563002413314715, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337070305327566}, {"n": 4, "root_chord": 0.12058206879260473, "tip_chord": 0.05939749117084494, "span": 0.11073014493173841, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501603639509116}, {"top_radius": 0.06390258342583685, "bottom_radius": 0.04316954290092135, "length": 0.06177993638232729, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997252379486006, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167904470379508, "upper_button_position": 0.08293479091064981}], "rail_length": 5, "inclination": 84.58077901000256, "heading": 51.587540682064535} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349260466965082, "mass": 15.96199913102214, "I_11_without_motor": 6.321, "I_22_without_motor": 6.303738538137898, "I_33_without_motor": 0.051840729245633835, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.136056052301361, "trigger": 800, "sampling_rate": 105, "lag": 1.6952482597264824, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1445368172822084, "trigger": "apogee", "sampling_rate": 105, "lag": 1.497320362696156, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5248.028479425186, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03262178376427554, "grain_number": 5, "grain_density": 1890.9884234130163, "grain_outer_radius": 0.033093679050508376, "grain_initial_inner_radius": 0.014699365968605927, "grain_initial_height": 0.12054684581903735, "grain_separation": 0.0066192116610360435, "grains_center_of_mass_position": 0.3976147091887926, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00046616622581820697, "throat_radius": 0.010441644883604669, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542366842580728}], "aerodynamic_surfaces": [{"length": 0.5576971535274301, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334311354669067}, {"n": 4, "root_chord": 0.1210891171586126, "tip_chord": 0.059561491208699836, "span": 0.11022778544134347, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488951664197879}, {"top_radius": 0.06388128127096447, "bottom_radius": 0.043486732246331254, "length": 0.06125640845057478, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700300399717693, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177413828067164, "upper_button_position": 0.08255901691097656}], "rail_length": 5, "inclination": 86.259074668088, "heading": 51.92817399608891} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350463011304713, "mass": 15.825005745483539, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335529531233941, "I_33_without_motor": 0.053530110206216286, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.857258482077306, "trigger": 800, "sampling_rate": 105, "lag": 1.5934317752035334, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0097162274121003, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4483018072308833, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6179.294012292292, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0328866860810775, "grain_number": 5, "grain_density": 1815.772217176808, "grain_outer_radius": 0.032858509733110504, "grain_initial_inner_radius": 0.015086149161161496, "grain_initial_height": 0.12064578215931167, "grain_separation": 0.005159028853358898, "grains_center_of_mass_position": 0.4002719080780624, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00018987352530227313, "throat_radius": 0.011113752855391361, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559147559940027}], "aerodynamic_surfaces": [{"length": 0.5583432503747706, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134056076391088}, {"n": 4, "root_chord": 0.12019103600336047, "tip_chord": 0.05998812711673408, "span": 0.11063942177669873, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489092728075986}, {"top_radius": 0.06388062679389403, "bottom_radius": 0.04365687556782112, "length": 0.060341723128959766, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700131458291048, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167621456898147, "upper_button_position": 0.08336931260123326}], "rail_length": 5, "inclination": 85.6266122124612, "heading": 53.390235344450424} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06349536040671326, "mass": 15.197866836831277, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324073184434637, "I_33_without_motor": 0.018590274386703555, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.898000229959765, "trigger": 800, "sampling_rate": 105, "lag": 1.4242939143742626, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.865735713115023, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2972048742823914, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6203.303479194901, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033825037261139966, "grain_number": 5, "grain_density": 1786.1947426686138, "grain_outer_radius": 0.031953896932150144, "grain_initial_inner_radius": 0.015165708264257286, "grain_initial_height": 0.1201948814322325, "grain_separation": 0.005310187879168689, "grains_center_of_mass_position": 0.3970661136618418, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0014487004271964525, "throat_radius": 0.011112810407676359, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256995936255761}], "aerodynamic_surfaces": [{"length": 0.559920194476145, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343946257291486}, {"n": 4, "root_chord": 0.12062050293061448, "tip_chord": 0.05920298687485567, "span": 0.110506557943098, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.047906450633271}, {"top_radius": 0.06191871561547444, "bottom_radius": 0.043870078356907524, "length": 0.05922990713298132, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995663395996374, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192049817309104, "upper_button_position": 0.080361357868727}], "rail_length": 5, "inclination": 85.2273267453457, "heading": 51.1781206743411} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349965713074782, "mass": 15.311703017225152, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32050242494968, "I_33_without_motor": 0.04107820669221909, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.038263997785966, "trigger": 800, "sampling_rate": 105, "lag": 1.440667854337187, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0068360110292778, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7562140887483115, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6268.207411982574, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03295494201648608, "grain_number": 5, "grain_density": 1814.44588648403, "grain_outer_radius": 0.0325348583417798, "grain_initial_inner_radius": 0.014848343860487735, "grain_initial_height": 0.12024084017558294, "grain_separation": 0.006026053318577733, "grains_center_of_mass_position": 0.39560736915384676, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018054183413581135, "throat_radius": 0.010906089085672237, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551377064372136}], "aerodynamic_surfaces": [{"length": 0.5591580353039994, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344419009071554}, {"n": 4, "root_chord": 0.11950363052755164, "tip_chord": 0.060843558699157925, "span": 0.11050095876479428, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490272961926888}, {"top_radius": 0.06491347053918169, "bottom_radius": 0.04342735843800461, "length": 0.058845673904262666, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699579264671644, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170759408090767, "upper_button_position": 0.08250332386256731}], "rail_length": 5, "inclination": 84.26283200930024, "heading": 50.92381903883889} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350152386048022, "mass": 15.382269423636018, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323201622329304, "I_33_without_motor": 0.04227896051724365, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.066327884885489, "trigger": 800, "sampling_rate": 105, "lag": 1.5775576956544295, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.152824314149073, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4013794001600368, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6587.892644645643, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03334855392479083, "grain_number": 5, "grain_density": 1765.851106489849, "grain_outer_radius": 0.033225126172361216, "grain_initial_inner_radius": 0.01522734997032733, "grain_initial_height": 0.11897863312793354, "grain_separation": 0.005455367080851298, "grains_center_of_mass_position": 0.39593723318429214, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009603676299238095, "throat_radius": 0.01170225301233408, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254561943915988}], "aerodynamic_surfaces": [{"length": 0.5588678879756909, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340271245189681}, {"n": 4, "root_chord": 0.11920728716701066, "tip_chord": 0.059906715725177404, "span": 0.10970900168889607, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484033599147389}, {"top_radius": 0.06388150040338333, "bottom_radius": 0.04455640873679082, "length": 0.06049810069772409, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002625824769341, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617553127937028, "upper_button_position": 0.08270945453990608}], "rail_length": 5, "inclination": 86.86778785029117, "heading": 51.11538660619788} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349449723956649, "mass": 15.170115427949648, "I_11_without_motor": 6.321, "I_22_without_motor": 6.30340983053615, "I_33_without_motor": 0.03083590671850331, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.978288444257926, "trigger": 800, "sampling_rate": 105, "lag": 1.5638164646718278, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0597988707182444, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6409675158492778, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8630.017233190814, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032869417381465434, "grain_number": 5, "grain_density": 1818.9614303785559, "grain_outer_radius": 0.03260470419245069, "grain_initial_inner_radius": 0.015031287953434745, "grain_initial_height": 0.11954076461752168, "grain_separation": 0.0032671562465962237, "grains_center_of_mass_position": 0.3963685476783739, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011683843113232885, "throat_radius": 0.011013625536791213, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255778889053313}], "aerodynamic_surfaces": [{"length": 0.5572750614375473, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330695383085432}, {"n": 4, "root_chord": 0.12040068782473744, "tip_chord": 0.05965182382531797, "span": 0.10977232056828877, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501472536137058}, {"top_radius": 0.0641113410929193, "bottom_radius": 0.04169624721107774, "length": 0.060670374245928776, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700485751650358, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186739093921552, "upper_button_position": 0.08181184225820282}], "rail_length": 5, "inclination": 85.11085641458992, "heading": 52.48243754331786} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349116751559737, "mass": 15.135622313674112, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3198120437304395, "I_33_without_motor": 0.035352032363806976, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.995105583853169, "trigger": 800, "sampling_rate": 105, "lag": 1.5106647978776377, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0409350335143184, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6929630209945885, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7554.842229474231, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033094688692492484, "grain_number": 5, "grain_density": 1778.452453439551, "grain_outer_radius": 0.03243790225017269, "grain_initial_inner_radius": 0.014710302904158873, "grain_initial_height": 0.121184926392902, "grain_separation": 0.004935022616224108, "grains_center_of_mass_position": 0.39701605061858886, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006750819713606398, "throat_radius": 0.010724558222954232, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543319821144168}], "aerodynamic_surfaces": [{"length": 0.5597592518269784, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337456255721132}, {"n": 4, "root_chord": 0.11937491941882873, "tip_chord": 0.059296678840160655, "span": 0.11003215065863221, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487483655871017}, {"top_radius": 0.06118255805193593, "bottom_radius": 0.04133468608652134, "length": 0.06059132200773187, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990732690597649, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175864466852609, "upper_button_position": 0.081486822374504}], "rail_length": 5, "inclination": 86.02874650088499, "heading": 52.78026627098203} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350398822191289, "mass": 15.888183930453637, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323003139766252, "I_33_without_motor": 0.037894954235630385, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.822672717321442, "trigger": 800, "sampling_rate": 105, "lag": 1.4823458931282159, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0295108833260689, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4436059937365655, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7321.616711633883, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03218465066390669, "grain_number": 5, "grain_density": 1829.5401695337457, "grain_outer_radius": 0.03310699290238271, "grain_initial_inner_radius": 0.014682699474933565, "grain_initial_height": 0.11995759258153803, "grain_separation": 0.00472496338836304, "grains_center_of_mass_position": 0.39709811238999454, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0021418314452996217, "throat_radius": 0.011761687350355397, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254514375966186}], "aerodynamic_surfaces": [{"length": 0.5585602432789974, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350310297296062}, {"n": 4, "root_chord": 0.12036601599782602, "tip_chord": 0.059969938784699674, "span": 0.11044897305859265, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050206248811717}, {"top_radius": 0.0613469345970594, "bottom_radius": 0.04226599127606422, "length": 0.06021755952813659, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000129935163134, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177166962726871, "upper_button_position": 0.0822962972436263}], "rail_length": 5, "inclination": 85.73526617819618, "heading": 51.77177727035349} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349863561147669, "mass": 14.135075575010699, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31538950223791, "I_33_without_motor": 0.03573152288669024, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.906352685151997, "trigger": 800, "sampling_rate": 105, "lag": 1.5258712989509962, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9931233233333682, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3772675925575082, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6294.631910842732, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03242186022433548, "grain_number": 5, "grain_density": 1805.958395830986, "grain_outer_radius": 0.03305402986502139, "grain_initial_inner_radius": 0.015073477867470946, "grain_initial_height": 0.1211314105335342, "grain_separation": 0.0059024531956417565, "grains_center_of_mass_position": 0.3985084695055291, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007200084796337718, "throat_radius": 0.011010325985367343, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555520741690946}], "aerodynamic_surfaces": [{"length": 0.5582905857473602, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333543089049654}, {"n": 4, "root_chord": 0.120841928016134, "tip_chord": 0.05988887955337852, "span": 0.1094724810224224, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048208865961751}, {"top_radius": 0.06229926484565538, "bottom_radius": 0.04514504198316922, "length": 0.060368129978684036, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009088600318799, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176474455127706, "upper_button_position": 0.08326141451910929}], "rail_length": 5, "inclination": 84.99243588725189, "heading": 54.81294214729176} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350588924698342, "mass": 15.645466015380535, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328655162255979, "I_33_without_motor": 0.040606636020335374, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.000575455347585, "trigger": 800, "sampling_rate": 105, "lag": 1.528162387519848, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0475420426189903, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5174125936054654, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8507.96776139164, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033168290122900616, "grain_number": 5, "grain_density": 1766.8125489536735, "grain_outer_radius": 0.03237960713691327, "grain_initial_inner_radius": 0.015601345652456307, "grain_initial_height": 0.11816626639728973, "grain_separation": 0.004542774555424076, "grains_center_of_mass_position": 0.39582720624379214, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006175590591922911, "throat_radius": 0.011066412632062267, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255198757333275}], "aerodynamic_surfaces": [{"length": 0.5602800575215194, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352622529876533}, {"n": 4, "root_chord": 0.1202397455686428, "tip_chord": 0.059896270678013175, "span": 0.10976098341371528, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0515275421253847}, {"top_radius": 0.061746344813424996, "bottom_radius": 0.04296849814557971, "length": 0.059747262118950824, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004226598161531, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174008316125069, "upper_button_position": 0.08302182820364623}], "rail_length": 5, "inclination": 84.11180825016737, "heading": 53.33763022830932} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349127627677817, "mass": 15.36323009148413, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32677240784788, "I_33_without_motor": 0.03186293769097189, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.953712020297932, "trigger": 800, "sampling_rate": 105, "lag": 1.5332385187028066, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0759271490602351, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8101065160810306, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5122.120308120892, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03256397630409074, "grain_number": 5, "grain_density": 1797.2537975385817, "grain_outer_radius": 0.03311107710414853, "grain_initial_inner_radius": 0.015034724444684941, "grain_initial_height": 0.11870589401441302, "grain_separation": 0.006087377771882522, "grains_center_of_mass_position": 0.3963951153726739, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00048202583657612437, "throat_radius": 0.01098560841395235, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538796789262994}], "aerodynamic_surfaces": [{"length": 0.5584999498197305, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342570435514296}, {"n": 4, "root_chord": 0.12064710564700097, "tip_chord": 0.06035193433759837, "span": 0.1112770069652831, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049020680934583}, {"top_radius": 0.06161988425648386, "bottom_radius": 0.043073021433112285, "length": 0.06058341919652415, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000651611484505, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6156179483369549, "upper_button_position": 0.08444721281149559}], "rail_length": 5, "inclination": 82.72730104076106, "heading": 51.832923739146366} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350548911483277, "mass": 15.196987326107507, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322911752914334, "I_33_without_motor": 0.029071625031605604, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.01529759872456, "trigger": 800, "sampling_rate": 105, "lag": 1.6240928054914994, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0173761859666313, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9223418136934463, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5949.014682553843, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032709169420396964, "grain_number": 5, "grain_density": 1723.9274368851547, "grain_outer_radius": 0.03285200300984052, "grain_initial_inner_radius": 0.015246455946376821, "grain_initial_height": 0.11943244041733653, "grain_separation": 0.006434562197706361, "grains_center_of_mass_position": 0.39827095616666636, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012446540491387436, "throat_radius": 0.010784613850832575, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555442427635455}], "aerodynamic_surfaces": [{"length": 0.5595017972391894, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343159645449299}, {"n": 4, "root_chord": 0.11979364250152547, "tip_chord": 0.059668916509132676, "span": 0.10987085122250405, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486918367848215}, {"top_radius": 0.06340631542068006, "bottom_radius": 0.04317597445590289, "length": 0.060251498311681355, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001742424211105, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176030405079379, "upper_button_position": 0.08257120191317258}], "rail_length": 5, "inclination": 83.72196011985731, "heading": 54.648412360478446} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350196147982773, "mass": 15.961044927182556, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313405397400806, "I_33_without_motor": 0.014460259928266692, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.108503657730996, "trigger": 800, "sampling_rate": 105, "lag": 1.653096332612516, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0148416228572408, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3545277347391953, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7709.473538047852, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03215600214939541, "grain_number": 5, "grain_density": 1821.7615356485571, "grain_outer_radius": 0.033090627041041515, "grain_initial_inner_radius": 0.014767087610650174, "grain_initial_height": 0.11988254663815412, "grain_separation": 0.004938406486628706, "grains_center_of_mass_position": 0.39604761170574104, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0017894307943806364, "throat_radius": 0.010956729735127322, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2527441721712052}], "aerodynamic_surfaces": [{"length": 0.5584390273315171, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133870173739432}, {"n": 4, "root_chord": 0.11931422570051636, "tip_chord": 0.05955824106428458, "span": 0.11046001756520475, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489984691313294}, {"top_radius": 0.06401438054836182, "bottom_radius": 0.041090512301951834, "length": 0.06007341188459335, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999807230798568, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176582363538038, "upper_button_position": 0.08232248672605302}], "rail_length": 5, "inclination": 83.67572045959503, "heading": 55.43651657941093} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.0635019133758962, "mass": 14.54732933281578, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314697196649693, "I_33_without_motor": 0.031850034978897344, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.967169551923757, "trigger": 800, "sampling_rate": 105, "lag": 1.523224898377273, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9378759650822776, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3537514435353697, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7947.501834263485, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032388725939664915, "grain_number": 5, "grain_density": 1891.8527868887786, "grain_outer_radius": 0.032402696948094195, "grain_initial_inner_radius": 0.014914777014518448, "grain_initial_height": 0.11891936464367071, "grain_separation": 0.005562544866071887, "grains_center_of_mass_position": 0.39783720286790414, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005072781019447114, "throat_radius": 0.010004885046747404, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548006914940513}], "aerodynamic_surfaces": [{"length": 0.5591111650625761, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134632213955361}, {"n": 4, "root_chord": 0.11978678845759276, "tip_chord": 0.05937379602676614, "span": 0.11052871273677399, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505895065476698}, {"top_radius": 0.06406397721944418, "bottom_radius": 0.04331962085510427, "length": 0.06046018843277992, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6966046694267279, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167996613555162, "upper_button_position": 0.07980500807121171}], "rail_length": 5, "inclination": 84.81435357503749, "heading": 51.59471469896678} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349906720314932, "mass": 14.758087413410518, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332534117461721, "I_33_without_motor": 0.025373122255974725, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.835928098985326, "trigger": 800, "sampling_rate": 105, "lag": 1.506387702225661, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0165968178644882, "trigger": "apogee", "sampling_rate": 105, "lag": 1.762095552557879, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5350.61520156988, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03275962078535465, "grain_number": 5, "grain_density": 1765.1330357068746, "grain_outer_radius": 0.03307547187032609, "grain_initial_inner_radius": 0.015220302090858985, "grain_initial_height": 0.11952424628286304, "grain_separation": 0.005561936913155055, "grains_center_of_mass_position": 0.39894157312096307, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000581039015009967, "throat_radius": 0.010873874245807479, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254057635300259}], "aerodynamic_surfaces": [{"length": 0.5592415679533114, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338096479596769}, {"n": 4, "root_chord": 0.11935324717414902, "tip_chord": 0.05989407434987168, "span": 0.10888984407211272, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050377046078841}, {"top_radius": 0.06388737100274794, "bottom_radius": 0.04351781168602751, "length": 0.059803797640653, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990918305343807, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181095133672198, "upper_button_position": 0.08098231716716098}], "rail_length": 5, "inclination": 84.88665251337277, "heading": 54.036380191295535} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350860224786839, "mass": 15.981782540886451, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317197541236021, "I_33_without_motor": 0.022684266587713046, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.875257068345203, "trigger": 800, "sampling_rate": 105, "lag": 1.6612206181882758, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.061905675804864, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8643650774428366, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7212.43141220651, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03362196112067915, "grain_number": 5, "grain_density": 1851.6102943957446, "grain_outer_radius": 0.03305017715872104, "grain_initial_inner_radius": 0.014561932235058899, "grain_initial_height": 0.1217894360645019, "grain_separation": 0.004111362273784844, "grains_center_of_mass_position": 0.3956480330586067, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015457473216710976, "throat_radius": 0.011333463554828716, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2532288699513767}], "aerodynamic_surfaces": [{"length": 0.5590321435590817, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134586502646021}, {"n": 4, "root_chord": 0.1197132449283789, "tip_chord": 0.06015190728891841, "span": 0.10984949753395674, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496033894066277}, {"top_radius": 0.06286050644811517, "bottom_radius": 0.043162623465698394, "length": 0.06007206185474104, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6974005585745191, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618479803064754, "upper_button_position": 0.07892075550976507}], "rail_length": 5, "inclination": 84.1516973033268, "heading": 51.49819347301642} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349726192947155, "mass": 15.46258612175419, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328406869336436, "I_33_without_motor": 0.05746263395274792, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.014558467101493, "trigger": 800, "sampling_rate": 105, "lag": 1.5532322389900937, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9258495049222292, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5048865945124807, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6077.274262474141, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032977942097277356, "grain_number": 5, "grain_density": 1808.0629925388253, "grain_outer_radius": 0.03274072714445204, "grain_initial_inner_radius": 0.014923438116496199, "grain_initial_height": 0.11965153736476665, "grain_separation": 0.005159810402652537, "grains_center_of_mass_position": 0.3975098871808523, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00023343631647653804, "throat_radius": 0.011276535880982777, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553717179609336}], "aerodynamic_surfaces": [{"length": 0.5582013825537332, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327181531696393}, {"n": 4, "root_chord": 0.11944112630614123, "tip_chord": 0.05965676501145644, "span": 0.10949791050951914, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049605574340411}, {"top_radius": 0.0635837649820061, "bottom_radius": 0.04429830869230127, "length": 0.05931050008563967, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002222814266235, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193084775610955, "upper_button_position": 0.08091380386552793}], "rail_length": 5, "inclination": 84.29897473934142, "heading": 55.10207124086729} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06350929662144605, "mass": 16.18568751455519, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312539990980307, "I_33_without_motor": 0.03058748608275749, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.005589782753255, "trigger": 800, "sampling_rate": 105, "lag": 1.4270873359772376, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0311218522949854, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5509844450996075, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7847.213897602665, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03298648503129354, "grain_number": 5, "grain_density": 1798.6389861272476, "grain_outer_radius": 0.03300328092611363, "grain_initial_inner_radius": 0.015423822948592467, "grain_initial_height": 0.12097910558889624, "grain_separation": 0.004254100966389604, "grains_center_of_mass_position": 0.39733063076592984, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003031451369023246, "throat_radius": 0.011282508715208249, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.257069040084278}], "aerodynamic_surfaces": [{"length": 0.5575777173104661, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1325237437156626}, {"n": 4, "root_chord": 0.12002288292269223, "tip_chord": 0.06041124996027345, "span": 0.1098146417787029, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049002890949585}, {"top_radius": 0.06221830758828819, "bottom_radius": 0.04500918415448397, "length": 0.06023038874792016, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002729462205624, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618371789105254, "upper_button_position": 0.08190115711530832}], "rail_length": 5, "inclination": 83.33695757885444, "heading": 54.925573625019595} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.0635133590227814, "mass": 16.295022727166646, "I_11_without_motor": 6.321, "I_22_without_motor": 6.304944674855294, "I_33_without_motor": 0.03802372112938428, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.088921978984752, "trigger": 800, "sampling_rate": 105, "lag": 1.6379160454310977, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.00075680511432, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5625225957666096, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6106.218694510337, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03247432735036313, "grain_number": 5, "grain_density": 1910.445975693062, "grain_outer_radius": 0.032857330668864496, "grain_initial_inner_radius": 0.01499627935476116, "grain_initial_height": 0.11936266019990871, "grain_separation": 0.004683111540906328, "grains_center_of_mass_position": 0.39617529673483404, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014967120953659088, "throat_radius": 0.011401804537801666, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557597276232197}], "aerodynamic_surfaces": [{"length": 0.5584669176461553, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351196231196836}, {"n": 4, "root_chord": 0.11969007643307066, "tip_chord": 0.05970597252570466, "span": 0.11035301456955092, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498726418964426}, {"top_radius": 0.06383052553171334, "bottom_radius": 0.04196564135779064, "length": 0.05926074502161329, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008337310388831, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186033646121875, "upper_button_position": 0.08223036642669568}], "rail_length": 5, "inclination": 85.8214818693726, "heading": 53.52503658369647} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350239672294224, "mass": 16.086389087312007, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314867471301596, "I_33_without_motor": 0.04321147923310348, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.840114141245783, "trigger": 800, "sampling_rate": 105, "lag": 1.4548968901677042, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8666336314167444, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6557589911725183, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6543.062922086235, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033314643888578105, "grain_number": 5, "grain_density": 1685.1418412034138, "grain_outer_radius": 0.03358198275063197, "grain_initial_inner_radius": 0.014542061776240607, "grain_initial_height": 0.12008962568247225, "grain_separation": 0.005605042190007692, "grains_center_of_mass_position": 0.39839917576599937, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006245965656011715, "throat_radius": 0.010796833623054551, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546031432340463}], "aerodynamic_surfaces": [{"length": 0.5590667226770348, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347388626069723}, {"n": 4, "root_chord": 0.11966141179004697, "tip_chord": 0.060216295229258594, "span": 0.10982861377500766, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049851591106494}, {"top_radius": 0.06445606445475568, "bottom_radius": 0.04469566314423664, "length": 0.06145539751640688, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000109888057188, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173055331011122, "upper_button_position": 0.08270545570460652}], "rail_length": 5, "inclination": 83.47013723468216, "heading": 52.359769292226396} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349649336128395, "mass": 15.833469877280196, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319062972617655, "I_33_without_motor": 0.03387175888377246, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.949489545486486, "trigger": 800, "sampling_rate": 105, "lag": 1.7055504586274373, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0770205340779304, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4483431974600818, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5886.9075040191165, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03410135336448911, "grain_number": 5, "grain_density": 1849.8959643550036, "grain_outer_radius": 0.03298253535551193, "grain_initial_inner_radius": 0.015843814495792433, "grain_initial_height": 0.11866544237084341, "grain_separation": 0.006419040802933594, "grains_center_of_mass_position": 0.3981012422999042, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00019243243806204026, "throat_radius": 0.010876522847575756, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253896688752568}], "aerodynamic_surfaces": [{"length": 0.5595580133067715, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1355498266514816}, {"n": 4, "root_chord": 0.12048587953716276, "tip_chord": 0.059235939934718165, "span": 0.11022960568844216, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484608985654307}, {"top_radius": 0.06452739005064898, "bottom_radius": 0.04362504482119002, "length": 0.059128967122249125, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983738832957537, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184171877520664, "upper_button_position": 0.07995669554368723}], "rail_length": 5, "inclination": 83.26155740719472, "heading": 49.30888030513053} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350092629989322, "mass": 15.71634272488432, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326931076344441, "I_33_without_motor": 0.03132146392978697, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.243561033272321, "trigger": 800, "sampling_rate": 105, "lag": 1.5031645054281604, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9782868981471065, "trigger": "apogee", "sampling_rate": 105, "lag": 1.237044244059561, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5899.988238035816, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03317442089428744, "grain_number": 5, "grain_density": 1843.694638344761, "grain_outer_radius": 0.03283459572532388, "grain_initial_inner_radius": 0.015132594170403477, "grain_initial_height": 0.12181190709196009, "grain_separation": 0.005486532668168026, "grains_center_of_mass_position": 0.39852153039000454, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008759308259350764, "throat_radius": 0.010345775548631614, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558642229250803}], "aerodynamic_surfaces": [{"length": 0.5584871798971595, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133229585609694}, {"n": 4, "root_chord": 0.12031976756017963, "tip_chord": 0.060108194506635425, "span": 0.1102650116145328, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489190758526188}, {"top_radius": 0.0650546286933226, "bottom_radius": 0.04293679749555717, "length": 0.058850579972494266, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999412938473701, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178458495791428, "upper_button_position": 0.08209544426822735}], "rail_length": 5, "inclination": 82.77731020429178, "heading": 53.15206320614382} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06348736026438125, "mass": 15.733812039279627, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319236272522059, "I_33_without_motor": 0.0351889350581526, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.905900222951152, "trigger": 800, "sampling_rate": 105, "lag": 1.4579095411456864, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.94338575471638, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4096822253063301, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5713.219408590335, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03322613328344229, "grain_number": 5, "grain_density": 1813.1961959752566, "grain_outer_radius": 0.032507369024289766, "grain_initial_inner_radius": 0.015040650599679966, "grain_initial_height": 0.11913278445188835, "grain_separation": 0.0059179343297877844, "grains_center_of_mass_position": 0.39807777115227605, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00043658153176474445, "throat_radius": 0.010338057670041234, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554727932310563}], "aerodynamic_surfaces": [{"length": 0.5587088048908043, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133386326135615}, {"n": 4, "root_chord": 0.12017856033314665, "tip_chord": 0.06000443390946428, "span": 0.10902421650756416, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485830142661547}, {"top_radius": 0.06425721666217434, "bottom_radius": 0.04357726495147766, "length": 0.05840849110862601, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001891927926401, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618507784447957, "upper_button_position": 0.08168140834468318}], "rail_length": 5, "inclination": 86.21141814888645, "heading": 52.71461174666536} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349738283229296, "mass": 15.673680205983562, "I_11_without_motor": 6.321, "I_22_without_motor": 6.339730690942283, "I_33_without_motor": 0.01839843232098088, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.974365172688024, "trigger": 800, "sampling_rate": 105, "lag": 1.4679632861163536, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9849525942138695, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5039901648049436, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4630.576190422004, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03249426198930988, "grain_number": 5, "grain_density": 1824.5304888044477, "grain_outer_radius": 0.03279772408375011, "grain_initial_inner_radius": 0.015025770449162033, "grain_initial_height": 0.1197630216227875, "grain_separation": 0.0036821169494668767, "grains_center_of_mass_position": 0.3958786655697574, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00045659562339130853, "throat_radius": 0.010767641122841884, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540316346198217}], "aerodynamic_surfaces": [{"length": 0.5576310009197043, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336536250654226}, {"n": 4, "root_chord": 0.11943979665137462, "tip_chord": 0.06040566758808628, "span": 0.1096579707095415, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498833115263733}, {"top_radius": 0.06438870811019876, "bottom_radius": 0.04264789529266684, "length": 0.05963466025644609, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986012019527854, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164020279017826, "upper_button_position": 0.08219917405100285}], "rail_length": 5, "inclination": 84.0605445909088, "heading": 53.26097501868309} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06351168702972702, "mass": 15.071440415430695, "I_11_without_motor": 6.321, "I_22_without_motor": 6.339486940039293, "I_33_without_motor": 0.03769333342542826, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.891751008514055, "trigger": 800, "sampling_rate": 105, "lag": 1.3722287836318157, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.891233872877227, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4785846065718473, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7670.447013383142, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03212086378093714, "grain_number": 5, "grain_density": 1768.2713089345812, "grain_outer_radius": 0.03271515294326996, "grain_initial_inner_radius": 0.014786855935760804, "grain_initial_height": 0.11933029178491038, "grain_separation": 0.005823317835175776, "grains_center_of_mass_position": 0.3975721642790229, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00033118991564179716, "throat_radius": 0.011574587939003072, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556851392550885}], "aerodynamic_surfaces": [{"length": 0.5589878239695617, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335200262324565}, {"n": 4, "root_chord": 0.11970579106869901, "tip_chord": 0.06070557828841739, "span": 0.11071397637005198, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494772829214571}, {"top_radius": 0.06166613221769352, "bottom_radius": 0.04373400292102769, "length": 0.05906632316168422, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992196525392527, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176888087418883, "upper_button_position": 0.08153084379736442}], "rail_length": 5, "inclination": 81.56929641186917, "heading": 56.04874203520202} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349591650458654, "mass": 15.162635265359139, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332985881497121, "I_33_without_motor": 0.03130952796451725, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.978748089525485, "trigger": 800, "sampling_rate": 105, "lag": 1.3357629295483546, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0954109009879158, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6754711159528328, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6355.995130106566, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03278906051185303, "grain_number": 5, "grain_density": 1748.96149468394, "grain_outer_radius": 0.03305907029683662, "grain_initial_inner_radius": 0.014547506209523744, "grain_initial_height": 0.12057244356509747, "grain_separation": 0.005624388756730869, "grains_center_of_mass_position": 0.3957825863711238, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0014041600445767637, "throat_radius": 0.011461451856872466, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255065370954003}], "aerodynamic_surfaces": [{"length": 0.5593499154327721, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350129738995047}, {"n": 4, "root_chord": 0.1189566465146446, "tip_chord": 0.060114876926780934, "span": 0.10981523729266687, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501849761803268}, {"top_radius": 0.06302076816378362, "bottom_radius": 0.04474354824353912, "length": 0.06099762068413935, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7016829640692237, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177704815918406, "upper_button_position": 0.08391248247738314}], "rail_length": 5, "inclination": 85.62458847663979, "heading": 52.379830305857375} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349851039458232, "mass": 16.409422713914125, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308921165403618, "I_33_without_motor": 0.049395392435366905, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.05357019918881, "trigger": 800, "sampling_rate": 105, "lag": 1.5195724103883699, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.017014581966598, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6592795390606438, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8386.71294120165, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03317127200498292, "grain_number": 5, "grain_density": 1871.5079298782045, "grain_outer_radius": 0.03299436228520115, "grain_initial_inner_radius": 0.014855611754163592, "grain_initial_height": 0.12023029789273078, "grain_separation": 0.006010153905251245, "grains_center_of_mass_position": 0.3961840507174937, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001820125244641761, "throat_radius": 0.011617370670579925, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564262290583996}], "aerodynamic_surfaces": [{"length": 0.557460900854103, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337715543529927}, {"n": 4, "root_chord": 0.11991381247762835, "tip_chord": 0.06060999470600891, "span": 0.11037788972090908, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484697150139297}, {"top_radius": 0.061829074337605705, "bottom_radius": 0.04351152314055659, "length": 0.06034703534386459, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004321166878789, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188039821080422, "upper_button_position": 0.08162813457983664}], "rail_length": 5, "inclination": 85.26793001853689, "heading": 52.71654468064663} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.0634973749283073, "mass": 16.41572104606536, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3150041060307585, "I_33_without_motor": 0.04218028559039208, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.942561725900983, "trigger": 800, "sampling_rate": 105, "lag": 1.376296158208041, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0890129787942437, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4317128702794752, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5897.62247527861, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03315222646355596, "grain_number": 5, "grain_density": 1840.1545610569394, "grain_outer_radius": 0.03327588645576102, "grain_initial_inner_radius": 0.015620986448928911, "grain_initial_height": 0.1194323274680835, "grain_separation": 0.004820795079298896, "grains_center_of_mass_position": 0.39761436482117973, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00025854299686439887, "throat_radius": 0.010545113800334236, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540476999338095}], "aerodynamic_surfaces": [{"length": 0.5583197224616212, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344031173041753}, {"n": 4, "root_chord": 0.12061486903034002, "tip_chord": 0.060740126686013175, "span": 0.1095481577281957, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050111393911201}, {"top_radius": 0.06547086158338138, "bottom_radius": 0.043108483072571674, "length": 0.060907015727495316, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996525622926675, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183488875761113, "upper_button_position": 0.0813036747165562}], "rail_length": 5, "inclination": 85.03165825132004, "heading": 55.577326176558486} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06348746244165607, "mass": 15.572439924916603, "I_11_without_motor": 6.321, "I_22_without_motor": 6.338303685187692, "I_33_without_motor": 0.053812503456609026, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.095214968249174, "trigger": 800, "sampling_rate": 105, "lag": 1.6357671335371446, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9065954356558216, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1728375609397834, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6652.026858713303, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032816599465685235, "grain_number": 5, "grain_density": 1820.2307180912608, "grain_outer_radius": 0.03344121323996746, "grain_initial_inner_radius": 0.015597244631185416, "grain_initial_height": 0.12075469384019985, "grain_separation": 0.005158601852454574, "grains_center_of_mass_position": 0.39781901798522173, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00029144664828083066, "throat_radius": 0.010360964594420522, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540157614569787}], "aerodynamic_surfaces": [{"length": 0.5594026160214198, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340617853877344}, {"n": 4, "root_chord": 0.1199242984774138, "tip_chord": 0.060932351681135866, "span": 0.1089746922187335, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503486081832518}, {"top_radius": 0.06301672216560456, "bottom_radius": 0.04308635423956238, "length": 0.06081177327614255, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987515623021795, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181979688517858, "upper_button_position": 0.0805535934503937}], "rail_length": 5, "inclination": 84.03337163495912, "heading": 54.75752757477003} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350158036799983, "mass": 15.20893651665693, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316394619863262, "I_33_without_motor": 0.03578544640909065, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.108544238972591, "trigger": 800, "sampling_rate": 105, "lag": 1.3403291600240261, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0517749917052182, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1414111553745407, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5869.309829720169, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03274182355097607, "grain_number": 5, "grain_density": 1827.736345433479, "grain_outer_radius": 0.03264047232144729, "grain_initial_inner_radius": 0.01483669438777579, "grain_initial_height": 0.12023582127394784, "grain_separation": 0.004370467756609591, "grains_center_of_mass_position": 0.39574496521042907, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0017309020607755808, "throat_radius": 0.011654776044066877, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549432020792235}], "aerodynamic_surfaces": [{"length": 0.5585615055249918, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133831439603343}, {"n": 4, "root_chord": 0.12015849499603093, "tip_chord": 0.06004252587699913, "span": 0.11002331609124698, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507203537199798}, {"top_radius": 0.06347851908834241, "bottom_radius": 0.04351883518437396, "length": 0.06056405973540542, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990221389399459, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174811838732773, "upper_button_position": 0.08154095506666859}], "rail_length": 5, "inclination": 83.94354943792524, "heading": 49.70673655240099} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06348962405183876, "mass": 15.345574877569774, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3261605704349515, "I_33_without_motor": 0.05601839158986675, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.051678432730208, "trigger": 800, "sampling_rate": 105, "lag": 1.4086068407697063, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0138113804999764, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5071636387001426, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7431.492329242134, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03330913085150425, "grain_number": 5, "grain_density": 1735.6668562455836, "grain_outer_radius": 0.03323452357407623, "grain_initial_inner_radius": 0.015410819745634402, "grain_initial_height": 0.12055838887650917, "grain_separation": 0.005417347150461013, "grains_center_of_mass_position": 0.39768621042859165, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0020520430764162795, "throat_radius": 0.010754080263173234, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538453904661215}], "aerodynamic_surfaces": [{"length": 0.5585512000992925, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1323912635572513}, {"n": 4, "root_chord": 0.1196595111303919, "tip_chord": 0.06013598495010679, "span": 0.10948618771345879, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048810961938373}, {"top_radius": 0.06244873383420562, "bottom_radius": 0.04261215124143515, "length": 0.061576888894666115, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982190031242052, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184066127944964, "upper_button_position": 0.07981239032970877}], "rail_length": 5, "inclination": 84.6269728269789, "heading": 52.727581150741486} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06348971577506066, "mass": 14.968690192799777, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312629559329801, "I_33_without_motor": 0.03331650031292519, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.790309972749814, "trigger": 800, "sampling_rate": 105, "lag": 1.6067943555716828, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9508743488156667, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4020379618766323, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7755.279375901468, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032828901189039146, "grain_number": 5, "grain_density": 1883.7089890162556, "grain_outer_radius": 0.03231518544862137, "grain_initial_inner_radius": 0.015542198187360757, "grain_initial_height": 0.1203694715539592, "grain_separation": 0.004692802279833674, "grains_center_of_mass_position": 0.3977690458870366, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004353238212811264, "throat_radius": 0.012011410041294338, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562772868691106}], "aerodynamic_surfaces": [{"length": 0.5576460297757151, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351555043335015}, {"n": 4, "root_chord": 0.11926850754231576, "tip_chord": 0.06004752879931525, "span": 0.10953853408140951, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0515846093057604}, {"top_radius": 0.06350358267729699, "bottom_radius": 0.04187069266842155, "length": 0.05892762828726303, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985854791589311, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174547905591722, "upper_button_position": 0.08113068859975892}], "rail_length": 5, "inclination": 85.52350874901599, "heading": 51.471682862773214} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06349687127599872, "mass": 15.223490240805157, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32253380547646, "I_33_without_motor": 0.04407535187562442, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.053593773435725, "trigger": 800, "sampling_rate": 105, "lag": 1.4895237039421574, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8745760389119263, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3773148500441486, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6634.13608265769, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03221712995320454, "grain_number": 5, "grain_density": 1816.3093408823688, "grain_outer_radius": 0.032284679488992704, "grain_initial_inner_radius": 0.015592811556139775, "grain_initial_height": 0.12042699970116678, "grain_separation": 0.0047637490620186605, "grains_center_of_mass_position": 0.3973196439129636, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001162215160539848, "throat_radius": 0.01075389898045163, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2568428940326357}], "aerodynamic_surfaces": [{"length": 0.5586699695279679, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342033217565057}, {"n": 4, "root_chord": 0.11922053120918251, "tip_chord": 0.05965197832382318, "span": 0.10935822712195652, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0480699406729113}, {"top_radius": 0.06495112132729068, "bottom_radius": 0.04294093502570392, "length": 0.05941867581477882, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993086618485312, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619022464833607, "upper_button_position": 0.08028619701492423}], "rail_length": 5, "inclination": 84.02186270608303, "heading": 54.13365130416341} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350118413256112, "mass": 15.098487749979439, "I_11_without_motor": 6.321, "I_22_without_motor": 6.338068708611668, "I_33_without_motor": 0.02960246242410678, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.89576290434112, "trigger": 800, "sampling_rate": 105, "lag": 1.520915313570452, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9617865673090016, "trigger": "apogee", "sampling_rate": 105, "lag": 1.139701582575987, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6969.045810398421, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03384109128194972, "grain_number": 5, "grain_density": 1791.0492813206813, "grain_outer_radius": 0.032624265558878485, "grain_initial_inner_radius": 0.015109650425621048, "grain_initial_height": 0.11948856598356265, "grain_separation": 0.004185113290186749, "grains_center_of_mass_position": 0.3971294999371868, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0001376265230323754, "throat_radius": 0.010808449894148767, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545473641907694}], "aerodynamic_surfaces": [{"length": 0.557656055137747, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339528994212444}, {"n": 4, "root_chord": 0.12055034499674644, "tip_chord": 0.060024758484830076, "span": 0.10997933588405208, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492024400322129}, {"top_radius": 0.06411637664075612, "bottom_radius": 0.04288403355164774, "length": 0.061115685869848654, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699332458545782, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176913688810032, "upper_button_position": 0.08164108966477879}], "rail_length": 5, "inclination": 83.53762678571259, "heading": 54.08469305734445} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06348794462980006, "mass": 14.18217472922873, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306589892163851, "I_33_without_motor": 0.02471962226489275, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.02439725666625, "trigger": 800, "sampling_rate": 105, "lag": 1.4291527999467715, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.983678013323086, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5059056823324724, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5084.180445836946, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0333714390591387, "grain_number": 5, "grain_density": 1777.8194209350388, "grain_outer_radius": 0.033137533630760024, "grain_initial_inner_radius": 0.014916689063613112, "grain_initial_height": 0.12057507496400163, "grain_separation": 0.004557861400389524, "grains_center_of_mass_position": 0.3961439762986354, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018139108290960602, "throat_radius": 0.01127308028489627, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562850962995258}], "aerodynamic_surfaces": [{"length": 0.5582265820034591, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335862648703499}, {"n": 4, "root_chord": 0.11999027301506622, "tip_chord": 0.06013670939343541, "span": 0.11012501392919832, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493901238960581}, {"top_radius": 0.06371147586485183, "bottom_radius": 0.04513549366382111, "length": 0.059616765673971256, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989958396865005, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181576523776074, "upper_button_position": 0.08083818730889303}], "rail_length": 5, "inclination": 85.29202270265894, "heading": 55.96990360398405} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350981966071717, "mass": 16.177428233401148, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317638982229031, "I_33_without_motor": 0.03405202583171906, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.043115673194544, "trigger": 800, "sampling_rate": 105, "lag": 1.4409873756635247, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0014453314956977, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1099358627942992, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6467.5971301339705, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032870677337169925, "grain_number": 5, "grain_density": 1820.0962745904517, "grain_outer_radius": 0.03200988372178632, "grain_initial_inner_radius": 0.015021478680341434, "grain_initial_height": 0.12104409802732466, "grain_separation": 0.004743279133481982, "grains_center_of_mass_position": 0.3959002556748805, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00084825030671016, "throat_radius": 0.011467770307472277, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559743232704528}], "aerodynamic_surfaces": [{"length": 0.5578868313221517, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348253459565207}, {"n": 4, "root_chord": 0.12019300063792412, "tip_chord": 0.05999344337289254, "span": 0.11046014465379975, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048657520263045}, {"top_radius": 0.06480210002783825, "bottom_radius": 0.04443315172900255, "length": 0.060701383625574236, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007674031662343, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193312109950302, "upper_button_position": 0.08143619217120412}], "rail_length": 5, "inclination": 83.7835847988184, "heading": 52.54642423463458} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350185797538703, "mass": 15.508062839578319, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321359840196587, "I_33_without_motor": 0.025665654156291233, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.998021527209138, "trigger": 800, "sampling_rate": 105, "lag": 1.605948140731614, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0387241454509653, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3535339576500378, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6505.359750917803, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03395383708371905, "grain_number": 5, "grain_density": 1899.8118382085609, "grain_outer_radius": 0.03271173760114545, "grain_initial_inner_radius": 0.013578675064625451, "grain_initial_height": 0.1207507429070821, "grain_separation": 0.004103719263799836, "grains_center_of_mass_position": 0.39605684803169056, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00020846212273646799, "throat_radius": 0.010659526440699554, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562769391467126}], "aerodynamic_surfaces": [{"length": 0.5586288059034218, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134511330565248}, {"n": 4, "root_chord": 0.11971714883043616, "tip_chord": 0.059931979474035946, "span": 0.11044602790203165, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496247609641278}, {"top_radius": 0.06373323046767851, "bottom_radius": 0.04354497660326926, "length": 0.05919605844675959, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6966765898128924, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187044632969707, "upper_button_position": 0.07797212651592167}], "rail_length": 5, "inclination": 85.10108208436962, "heading": 51.17142475470371} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.0634907019361671, "mass": 15.182127740148708, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323639347875531, "I_33_without_motor": 0.03769007854769185, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.86543178538524, "trigger": 800, "sampling_rate": 105, "lag": 1.5730221894539358, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0667065302261476, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5173262739684306, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7372.656596216449, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03245214597804979, "grain_number": 5, "grain_density": 1816.242107562234, "grain_outer_radius": 0.033241964787189486, "grain_initial_inner_radius": 0.015044978235104263, "grain_initial_height": 0.12028558687122, "grain_separation": 0.004627548396509005, "grains_center_of_mass_position": 0.3971576902291467, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0018321625835203735, "throat_radius": 0.010999434478995379, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546128070394624}], "aerodynamic_surfaces": [{"length": 0.5571460134800734, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342206000749913}, {"n": 4, "root_chord": 0.11990385726774161, "tip_chord": 0.06024217049494853, "span": 0.10953706517181021, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482290928381548}, {"top_radius": 0.0633642645562397, "bottom_radius": 0.043414337424330936, "length": 0.060173417717977684, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000672044552134, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178590891016936, "upper_button_position": 0.0822081153535198}], "rail_length": 5, "inclination": 84.84803489377889, "heading": 52.37481760325718} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349471538108327, "mass": 14.985591629060266, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3052914766242, "I_33_without_motor": 0.04086450354379039, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.924159473717264, "trigger": 800, "sampling_rate": 105, "lag": 1.3243808114091218, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8887983353124068, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5020511162506145, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6420.261272996256, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03236824856564066, "grain_number": 5, "grain_density": 1848.8366997726325, "grain_outer_radius": 0.033029902770541505, "grain_initial_inner_radius": 0.014877546444049152, "grain_initial_height": 0.11854993546054633, "grain_separation": 0.005244312696660027, "grains_center_of_mass_position": 0.39573874013382526, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015330124406810247, "throat_radius": 0.01130360271809251, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557693509551322}], "aerodynamic_surfaces": [{"length": 0.5572255480746537, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334615237677996}, {"n": 4, "root_chord": 0.11933478216498587, "tip_chord": 0.059544007982743306, "span": 0.10956301662487257, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507559426127258}, {"top_radius": 0.06260224543356223, "bottom_radius": 0.043700600009466815, "length": 0.05942449041691766, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985642466466527, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187530583049221, "upper_button_position": 0.07981118834173062}], "rail_length": 5, "inclination": 84.40399965393726, "heading": 52.00467100741291} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350872797496568, "mass": 14.86330198322787, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331571069167265, "I_33_without_motor": 0.031164126486334164, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.907946461397575, "trigger": 800, "sampling_rate": 105, "lag": 1.4638702144643967, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9240204861790904, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5090786783554297, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4068.3226185661183, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032698600026082186, "grain_number": 5, "grain_density": 1783.5406164277254, "grain_outer_radius": 0.032876359016343976, "grain_initial_inner_radius": 0.0154747633900757, "grain_initial_height": 0.12074706076616154, "grain_separation": 0.004028820180709501, "grains_center_of_mass_position": 0.3964470128367758, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007010734116214913, "throat_radius": 0.011634624154483766, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536336321644317}], "aerodynamic_surfaces": [{"length": 0.5576779150818609, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344732481152007}, {"n": 4, "root_chord": 0.11999485812708817, "tip_chord": 0.05936468197659942, "span": 0.11012034891551868, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504479771721855}, {"top_radius": 0.06287461152126371, "bottom_radius": 0.04353913467122323, "length": 0.06132637653274098, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980881692428003, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174175638110156, "upper_button_position": 0.08067060543178461}], "rail_length": 5, "inclination": 84.0928254664605, "heading": 49.178068029153394} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350251309662988, "mass": 15.19805758988502, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309023191244715, "I_33_without_motor": 0.03275625352517056, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.121911394329384, "trigger": 800, "sampling_rate": 105, "lag": 1.4125139029176312, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9946348166364551, "trigger": "apogee", "sampling_rate": 105, "lag": 1.358834174792617, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7068.352369894088, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03324136861506346, "grain_number": 5, "grain_density": 1756.0476593667092, "grain_outer_radius": 0.03286054541110731, "grain_initial_inner_radius": 0.014862325679233656, "grain_initial_height": 0.12137683232904861, "grain_separation": 0.005894431185987738, "grains_center_of_mass_position": 0.3985544572552029, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008353809128557598, "throat_radius": 0.011420676107125216, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543133945166791}], "aerodynamic_surfaces": [{"length": 0.5590154999029089, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331443734701951}, {"n": 4, "root_chord": 0.11984527354053828, "tip_chord": 0.0603932073826817, "span": 0.11029599645756334, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501824310302044}, {"top_radius": 0.06235612526873988, "bottom_radius": 0.04443524068351717, "length": 0.059753808078152774, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014644910476507, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168894570409905, "upper_button_position": 0.08457503400666022}], "rail_length": 5, "inclination": 83.23588190438937, "heading": 51.61998064807713} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349900776485567, "mass": 15.295328757075326, "I_11_without_motor": 6.321, "I_22_without_motor": 6.300963387856158, "I_33_without_motor": 0.027107913046676417, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.971824952074028, "trigger": 800, "sampling_rate": 105, "lag": 1.5434033833063052, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0020982417497772, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3384275662979122, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6640.340780762262, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032536965586476355, "grain_number": 5, "grain_density": 1835.3561518416136, "grain_outer_radius": 0.03290809709539075, "grain_initial_inner_radius": 0.015061640303852585, "grain_initial_height": 0.12149849461055916, "grain_separation": 0.004538047115060515, "grains_center_of_mass_position": 0.39814644405737754, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0017849253162846616, "throat_radius": 0.01042559377963261, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549504949466892}], "aerodynamic_surfaces": [{"length": 0.558010039995445, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332894899454804}, {"n": 4, "root_chord": 0.12016398727383941, "tip_chord": 0.06011735349965931, "span": 0.10984591983059423, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494889443285176}, {"top_radius": 0.06417881405749257, "bottom_radius": 0.04238421238865492, "length": 0.06090245797835121, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987994687436914, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172709682520058, "upper_button_position": 0.08152850049168558}], "rail_length": 5, "inclination": 84.31337115290411, "heading": 58.053551189273165} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.063505400482454, "mass": 15.387126254446446, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311999052698002, "I_33_without_motor": 0.04130505815797578, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.069828040328161, "trigger": 800, "sampling_rate": 105, "lag": 1.441277994935533, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.888899097579208, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5364467027404434, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6170.291568776147, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03177955796893773, "grain_number": 5, "grain_density": 1810.5632470321518, "grain_outer_radius": 0.032687446604043546, "grain_initial_inner_radius": 0.014778394828049242, "grain_initial_height": 0.11957741652920774, "grain_separation": 0.004616160156611536, "grains_center_of_mass_position": 0.39729852021810186, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002946884130081266, "throat_radius": 0.010928108851147256, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255103253428119}], "aerodynamic_surfaces": [{"length": 0.5580369415193082, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339353683794642}, {"n": 4, "root_chord": 0.11985421018157734, "tip_chord": 0.059317967209957, "span": 0.10946540793341374, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495308162629282}, {"top_radius": 0.062059856958740306, "bottom_radius": 0.04315583362880075, "length": 0.060539130937150194, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003955682133552, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177138441972956, "upper_button_position": 0.08268172401605967}], "rail_length": 5, "inclination": 85.20180445636684, "heading": 53.30509444709604} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349023712339182, "mass": 15.604407970494902, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3284332327855415, "I_33_without_motor": 0.03413092369607449, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.997663806194534, "trigger": 800, "sampling_rate": 105, "lag": 1.372235809462407, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9665171308157399, "trigger": "apogee", "sampling_rate": 105, "lag": 1.448275389995411, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4504.106124273733, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03233685113082392, "grain_number": 5, "grain_density": 1820.0421015302697, "grain_outer_radius": 0.032517610214843715, "grain_initial_inner_radius": 0.014167720507138803, "grain_initial_height": 0.12113354059479664, "grain_separation": 0.005761277047196462, "grains_center_of_mass_position": 0.3962771114543182, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000767774676303267, "throat_radius": 0.010651425732821209, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552749582196945}], "aerodynamic_surfaces": [{"length": 0.5576283885160874, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344596070935493}, {"n": 4, "root_chord": 0.12017627281751417, "tip_chord": 0.05984692914074958, "span": 0.11083616419152897, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483994247767132}, {"top_radius": 0.06330841982362692, "bottom_radius": 0.04265065814516625, "length": 0.060185922418210004, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008476639861617, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169561368489332, "upper_button_position": 0.08389152713722847}], "rail_length": 5, "inclination": 84.70446683693059, "heading": 54.28762601905839} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349711096837975, "mass": 15.03210383539266, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33379677036064, "I_33_without_motor": 0.01764639095556262, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.009191725721827, "trigger": 800, "sampling_rate": 105, "lag": 1.5897425102686207, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.03219146003171, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3833819117825716, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5826.070673825718, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0334240441030738, "grain_number": 5, "grain_density": 1816.3688335420493, "grain_outer_radius": 0.03262811584032336, "grain_initial_inner_radius": 0.015302842064245682, "grain_initial_height": 0.1213180991873626, "grain_separation": 0.0065520907447367575, "grains_center_of_mass_position": 0.3974184886053044, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008046784748404235, "throat_radius": 0.01077273723468044, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542938661396537}], "aerodynamic_surfaces": [{"length": 0.5601472906532674, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350534875471128}, {"n": 4, "root_chord": 0.1202123906778639, "tip_chord": 0.0605517130066149, "span": 0.10951298982901891, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488802701141342}, {"top_radius": 0.06416305846723055, "bottom_radius": 0.04444658338551936, "length": 0.06140446646493925, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980649642102426, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163048791084976, "upper_button_position": 0.08176008510174493}], "rail_length": 5, "inclination": 84.23903866514462, "heading": 53.020509564306955} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350613924156898, "mass": 15.380895311369246, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3287758179192615, "I_33_without_motor": 0.043183055126476105, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.205723541973892, "trigger": 800, "sampling_rate": 105, "lag": 1.5464855336341523, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9180293166772363, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6980625926751665, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4730.928143326893, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0329394996980202, "grain_number": 5, "grain_density": 1729.4392935600813, "grain_outer_radius": 0.03300341254471014, "grain_initial_inner_radius": 0.014921502434137701, "grain_initial_height": 0.12066145221215871, "grain_separation": 0.004861095632584449, "grains_center_of_mass_position": 0.39771700637993973, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008465156326518704, "throat_radius": 0.011127863673016727, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254738144860624}], "aerodynamic_surfaces": [{"length": 0.558207338348122, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134729313176093}, {"n": 4, "root_chord": 0.1195759823765354, "tip_chord": 0.05896480651587163, "span": 0.11002136104542148, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495702939961034}, {"top_radius": 0.06469499285206591, "bottom_radius": 0.04415835475011454, "length": 0.060900446104351594, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997879308569798, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187835127755565, "upper_button_position": 0.08100441808142322}], "rail_length": 5, "inclination": 84.10697126626643, "heading": 49.576635702887636} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.0634832513945436, "mass": 15.048098827615092, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3243748729651745, "I_33_without_motor": 0.034012680923907, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.910826123646421, "trigger": 800, "sampling_rate": 105, "lag": 1.2778100474517764, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8251013498778856, "trigger": "apogee", "sampling_rate": 105, "lag": 1.155747725247527, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5837.767892037376, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033660976476048945, "grain_number": 5, "grain_density": 1768.1090253141067, "grain_outer_radius": 0.032666227790670514, "grain_initial_inner_radius": 0.014814118678720156, "grain_initial_height": 0.1187964794283409, "grain_separation": 0.005083005023331062, "grains_center_of_mass_position": 0.3958866756217604, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0026302218221701304, "throat_radius": 0.010557126863845658, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553945878026074}], "aerodynamic_surfaces": [{"length": 0.5584087671548356, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344836050911788}, {"n": 4, "root_chord": 0.12038586653564957, "tip_chord": 0.061071270606076734, "span": 0.11050078440379378, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499280669419895}, {"top_radius": 0.06047422894112123, "bottom_radius": 0.044146497627561836, "length": 0.05950732089274506, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000879573435692, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174736453607387, "upper_button_position": 0.08261431198283054}], "rail_length": 5, "inclination": 84.32314713138247, "heading": 51.959639538748526} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350142006845737, "mass": 14.71054887066392, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308843010621504, "I_33_without_motor": 0.02528973143869381, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.044725293903099, "trigger": 800, "sampling_rate": 105, "lag": 1.4258332695610483, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9394431243890877, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5508325849990312, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6352.066167310222, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03291377385274274, "grain_number": 5, "grain_density": 1817.1354401115707, "grain_outer_radius": 0.03340514900059857, "grain_initial_inner_radius": 0.015193870370266403, "grain_initial_height": 0.12034975201631515, "grain_separation": 0.005086053063610478, "grains_center_of_mass_position": 0.39713695297329693, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010790239960795256, "throat_radius": 0.010622119372788218, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547687337389521}], "aerodynamic_surfaces": [{"length": 0.5593096116502887, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1358267377682099}, {"n": 4, "root_chord": 0.12013974953533493, "tip_chord": 0.060413590767021144, "span": 0.11055032461908959, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049095833042514}, {"top_radius": 0.06444521702335865, "bottom_radius": 0.04277635688889077, "length": 0.06167881610108609, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003161856541422, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175448327830584, "upper_button_position": 0.08277135287108384}], "rail_length": 5, "inclination": 84.65437549378765, "heading": 54.86380478153061} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.0634947348687884, "mass": 14.969866212339864, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316768160858847, "I_33_without_motor": 0.042662942646228844, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.038560974819553, "trigger": 800, "sampling_rate": 105, "lag": 1.2743614166976194, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.95846616711702, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3567014949056189, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5692.627175661335, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032899813372967206, "grain_number": 5, "grain_density": 1789.8405038779151, "grain_outer_radius": 0.033305993372464184, "grain_initial_inner_radius": 0.014710829930117053, "grain_initial_height": 0.11948885275738713, "grain_separation": 0.004885741949445905, "grains_center_of_mass_position": 0.39710442153058434, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000816059787693553, "throat_radius": 0.010824816823169322, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556985755476677}], "aerodynamic_surfaces": [{"length": 0.5568211007562287, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343200515709289}, {"n": 4, "root_chord": 0.11976422683349494, "tip_chord": 0.05938574991556341, "span": 0.1114598902616429, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490194431194448}, {"top_radius": 0.06441534661202164, "bottom_radius": 0.040672872152638706, "length": 0.05874618397480601, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997614895084363, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178482855010577, "upper_button_position": 0.08191320400737856}], "rail_length": 5, "inclination": 84.11119317735833, "heading": 52.17449897773988} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06351400547701855, "mass": 15.044473927137904, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323987138403483, "I_33_without_motor": 0.018664367373433688, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.903497832276983, "trigger": 800, "sampling_rate": 105, "lag": 1.3719487201686924, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0138251996884955, "trigger": "apogee", "sampling_rate": 105, "lag": 1.478651305684268, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5424.281589681876, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03263773651338122, "grain_number": 5, "grain_density": 1758.379118090105, "grain_outer_radius": 0.03319388630966312, "grain_initial_inner_radius": 0.014746548722921136, "grain_initial_height": 0.12012556126578831, "grain_separation": 0.005811086287409149, "grains_center_of_mass_position": 0.3977006294004835, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013984713918795161, "throat_radius": 0.011784247673576002, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254464881297225}], "aerodynamic_surfaces": [{"length": 0.5570769629027249, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134137742819479}, {"n": 4, "root_chord": 0.12090434829433058, "tip_chord": 0.059085647091110215, "span": 0.11028657344037888, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049257268465392}, {"top_radius": 0.0633246685780479, "bottom_radius": 0.043235213099504975, "length": 0.0591900949962753, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984437038427694, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190952611426465, "upper_button_position": 0.07934844270012298}], "rail_length": 5, "inclination": 84.08537942845484, "heading": 54.226691979549926} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.0635050950991887, "mass": 15.362863983259585, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309835088775819, "I_33_without_motor": 0.03239504922232731, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.015657472069574, "trigger": 800, "sampling_rate": 105, "lag": 1.465992473342992, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9638111127022362, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4469941216481699, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7714.33218654551, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033231059214191054, "grain_number": 5, "grain_density": 1751.921617017024, "grain_outer_radius": 0.032417557058243146, "grain_initial_inner_radius": 0.014800667637076798, "grain_initial_height": 0.12015704233324956, "grain_separation": 0.00455992282617099, "grains_center_of_mass_position": 0.39734245526734707, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000634289635229165, "throat_radius": 0.010587332406347613, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254508241300363}], "aerodynamic_surfaces": [{"length": 0.5584637304433551, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133912783497941}, {"n": 4, "root_chord": 0.12038442656077006, "tip_chord": 0.05973142232929534, "span": 0.11052861066550804, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050179645055106}, {"top_radius": 0.06368903801782183, "bottom_radius": 0.04432515376741317, "length": 0.06001692559735523, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991940840598139, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189785750050383, "upper_button_position": 0.08021550905477559}], "rail_length": 5, "inclination": 84.22846757074609, "heading": 55.25300723857388} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.0634938183472916, "mass": 15.69997065603085, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318255731418751, "I_33_without_motor": 0.03644826601028492, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.972396031044353, "trigger": 800, "sampling_rate": 105, "lag": 1.4231310035140128, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9369774390862975, "trigger": "apogee", "sampling_rate": 105, "lag": 1.429874421928843, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7188.43120140282, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0334269589051035, "grain_number": 5, "grain_density": 1843.934335754612, "grain_outer_radius": 0.03334832096188433, "grain_initial_inner_radius": 0.0156504911713441, "grain_initial_height": 0.11895136796752567, "grain_separation": 0.004812598967724225, "grains_center_of_mass_position": 0.3975299168134912, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0016986371894676675, "throat_radius": 0.011587608602915547, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556784333419693}], "aerodynamic_surfaces": [{"length": 0.5567222810010711, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333200010734337}, {"n": 4, "root_chord": 0.11895383192421438, "tip_chord": 0.06033772945646821, "span": 0.11000797209101922, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050693467633359}, {"top_radius": 0.062011859797197894, "bottom_radius": 0.04416544759363625, "length": 0.06028411691817589, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013848186974845, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166076967847193, "upper_button_position": 0.08477712191276521}], "rail_length": 5, "inclination": 84.46077891194983, "heading": 54.87470626956474} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349686128109948, "mass": 14.624769066556546, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32890243560388, "I_33_without_motor": 0.033064979261176616, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.048948432624277, "trigger": 800, "sampling_rate": 105, "lag": 1.403639016837547, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9759136399519865, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5152307411715156, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6776.866369032028, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033013562634537086, "grain_number": 5, "grain_density": 1842.874527379815, "grain_outer_radius": 0.03262263963925159, "grain_initial_inner_radius": 0.015397164752524858, "grain_initial_height": 0.1204533775159004, "grain_separation": 0.004183815730744153, "grains_center_of_mass_position": 0.39644138107030336, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00010920131077576604, "throat_radius": 0.011020321911016467, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253893201150964}], "aerodynamic_surfaces": [{"length": 0.5584681520006335, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335546840991273}, {"n": 4, "root_chord": 0.11938564224358142, "tip_chord": 0.06053088541146046, "span": 0.11036742236592093, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049571333193469}, {"top_radius": 0.06424609833336424, "bottom_radius": 0.04536732010333195, "length": 0.06018772845709719, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992128566322015, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173739414329349, "upper_button_position": 0.08183891519926656}], "rail_length": 5, "inclination": 83.05566536538295, "heading": 50.19823307001139} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350379909408158, "mass": 15.69669963390737, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3193896663449065, "I_33_without_motor": 0.06465257137842878, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.110244259183167, "trigger": 800, "sampling_rate": 105, "lag": 1.4745485041617257, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0086118755280977, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3436892163538212, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7410.648516925462, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03242757761832297, "grain_number": 5, "grain_density": 1835.7456234093133, "grain_outer_radius": 0.03347377831737611, "grain_initial_inner_radius": 0.014805769910060967, "grain_initial_height": 0.11929775984846681, "grain_separation": 0.0029468280502456543, "grains_center_of_mass_position": 0.396263938151805, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007116755066309777, "throat_radius": 0.010638606661627985, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255016808198101}], "aerodynamic_surfaces": [{"length": 0.5588514889069994, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1325416374295645}, {"n": 4, "root_chord": 0.12071607305228171, "tip_chord": 0.060464649443047615, "span": 0.10981842219311694, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485414051091537}, {"top_radius": 0.06383280775629162, "bottom_radius": 0.044005586764809, "length": 0.05877704830033507, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992649142220189, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6161812802380008, "upper_button_position": 0.08308363398401808}], "rail_length": 5, "inclination": 84.34211936552163, "heading": 53.73906805751767} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349723542747453, "mass": 15.204455170366924, "I_11_without_motor": 6.321, "I_22_without_motor": 6.302147367960756, "I_33_without_motor": 0.029392143638201813, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.983613992154798, "trigger": 800, "sampling_rate": 105, "lag": 1.6463329482736224, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9139875940158135, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3636358467163467, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6826.746055789936, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03334427305346481, "grain_number": 5, "grain_density": 1822.0284689962236, "grain_outer_radius": 0.032611648593216226, "grain_initial_inner_radius": 0.014744208045340313, "grain_initial_height": 0.11979260407474725, "grain_separation": 0.004818883102470949, "grains_center_of_mass_position": 0.3965393779121263, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006670484904673512, "throat_radius": 0.011504519549832037, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538256022887064}], "aerodynamic_surfaces": [{"length": 0.5600259079605161, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328759805386308}, {"n": 4, "root_chord": 0.12013189791922728, "tip_chord": 0.060642016791940805, "span": 0.10998883541739425, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0477639790413655}, {"top_radius": 0.06476039289064865, "bottom_radius": 0.04372919460133439, "length": 0.06038391906503534, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996036454299974, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177292844186675, "upper_button_position": 0.08187436101132994}], "rail_length": 5, "inclination": 85.61769333060633, "heading": 53.92365326233282} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.063509265465576, "mass": 15.978749867189448, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3275881285592765, "I_33_without_motor": 0.03018163748822481, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.181661181248382, "trigger": 800, "sampling_rate": 105, "lag": 1.6033030119473242, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0317545642050692, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4952050644403878, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7339.031478786417, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032834361748561434, "grain_number": 5, "grain_density": 1797.0772716808237, "grain_outer_radius": 0.03268309730712248, "grain_initial_inner_radius": 0.015466134916366581, "grain_initial_height": 0.11971626182048378, "grain_separation": 0.00459066484976273, "grains_center_of_mass_position": 0.3977323602983902, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005810705450448398, "throat_radius": 0.011418970710111479, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255286276906535}], "aerodynamic_surfaces": [{"length": 0.5598593544172344, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332000020305322}, {"n": 4, "root_chord": 0.11943275791338785, "tip_chord": 0.06004235797242676, "span": 0.10918011044486586, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0515062109591506}, {"top_radius": 0.06362178620067807, "bottom_radius": 0.04234051647560475, "length": 0.061410416974593665, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699503873830462, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617271878983037, "upper_button_position": 0.08223199484742494}], "rail_length": 5, "inclination": 83.3558300048156, "heading": 48.995850356917934} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350019119857984, "mass": 15.43736847821827, "I_11_without_motor": 6.321, "I_22_without_motor": 6.305346501801296, "I_33_without_motor": 0.02628394585195107, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.277280053546027, "trigger": 800, "sampling_rate": 105, "lag": 1.5031314675598486, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0781116554193042, "trigger": "apogee", "sampling_rate": 105, "lag": 1.321643442754, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6142.6549694738915, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03274829457953482, "grain_number": 5, "grain_density": 1828.943731015582, "grain_outer_radius": 0.03333946102460736, "grain_initial_inner_radius": 0.014921891560742322, "grain_initial_height": 0.12039167819990186, "grain_separation": 0.00624503677932642, "grains_center_of_mass_position": 0.3974081694281022, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0014020316529172025, "throat_radius": 0.010796494053577629, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564163743186456}], "aerodynamic_surfaces": [{"length": 0.5582543535862727, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342380246045711}, {"n": 4, "root_chord": 0.1197843584287959, "tip_chord": 0.06003977298666314, "span": 0.1094988323453071, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504608274263374}, {"top_radius": 0.06405169982298678, "bottom_radius": 0.044067337178654555, "length": 0.060806372535697206, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699554530088371, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164524065581874, "upper_button_position": 0.08310212353018354}], "rail_length": 5, "inclination": 84.20868937978811, "heading": 55.07255996147667} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349305990873466, "mass": 15.403280923024564, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323743598532528, "I_33_without_motor": 0.03440558468633475, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.125753347564329, "trigger": 800, "sampling_rate": 105, "lag": 1.5230962521771783, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.008649595586342, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3910370654460178, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6353.121703265636, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033211988872501375, "grain_number": 5, "grain_density": 1877.997953352214, "grain_outer_radius": 0.03296602222008422, "grain_initial_inner_radius": 0.015233803357795816, "grain_initial_height": 0.12094085473004021, "grain_separation": 0.004489677931948859, "grains_center_of_mass_position": 0.39789016347052447, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001696521153705673, "throat_radius": 0.01065229559088213, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540085650152213}], "aerodynamic_surfaces": [{"length": 0.5571191403968259, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334403095250432}, {"n": 4, "root_chord": 0.12012201496493394, "tip_chord": 0.06006049371187148, "span": 0.10930059308430437, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501756102650484}, {"top_radius": 0.06251177410576933, "bottom_radius": 0.04359429310811754, "length": 0.05918232211497686, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014950482271656, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184383493931087, "upper_button_position": 0.08305669883405686}], "rail_length": 5, "inclination": 85.40598991733857, "heading": 53.57499305561169} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349536259674826, "mass": 16.0229124606822, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331657634619161, "I_33_without_motor": 0.04130756899555723, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.946876976391508, "trigger": 800, "sampling_rate": 105, "lag": 1.557581523700636, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0495249022669535, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5352032754921208, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6126.588117499772, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03306736318432371, "grain_number": 5, "grain_density": 1852.5261151636143, "grain_outer_radius": 0.0327206154965279, "grain_initial_inner_radius": 0.014745565416206101, "grain_initial_height": 0.11910347699841084, "grain_separation": 0.004604973616995321, "grains_center_of_mass_position": 0.397178205584807, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0022405714516620275, "throat_radius": 0.010668649846480242, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2569730140327446}], "aerodynamic_surfaces": [{"length": 0.5578535322910108, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1355085797552944}, {"n": 4, "root_chord": 0.12006466852330812, "tip_chord": 0.06025137464586665, "span": 0.11032785501391901, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492885280647317}, {"top_radius": 0.06336823799428944, "bottom_radius": 0.0442914053637676, "length": 0.06078938929291779, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997913806980058, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184335653230586, "upper_button_position": 0.08135781537494724}], "rail_length": 5, "inclination": 85.15406221971159, "heading": 52.040874531704816} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349502480324505, "mass": 15.25479289237247, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333912146376728, "I_33_without_motor": 0.025401135529161158, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.014034942444768, "trigger": 800, "sampling_rate": 105, "lag": 1.3674775132084551, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9283601281617107, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4541780332385736, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5599.402854654524, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03232978485402549, "grain_number": 5, "grain_density": 1743.5653432152174, "grain_outer_radius": 0.0324397681211921, "grain_initial_inner_radius": 0.015010835471398474, "grain_initial_height": 0.12049202561821035, "grain_separation": 0.005944249942651576, "grains_center_of_mass_position": 0.39869659717428296, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013732262992271317, "throat_radius": 0.011431670761291216, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254888417885095}], "aerodynamic_surfaces": [{"length": 0.5564875030253161, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340419220991689}, {"n": 4, "root_chord": 0.12058725227614776, "tip_chord": 0.06004907781621054, "span": 0.10974261638129214, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0474551597386803}, {"top_radius": 0.06333145506029704, "bottom_radius": 0.04201343292644843, "length": 0.060052717922708776, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008497909141644, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181215797229066, "upper_button_position": 0.08272821119125784}], "rail_length": 5, "inclination": 82.93250896727318, "heading": 55.269436779866524} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.0634873866558452, "mass": 14.765591797736164, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307585882039246, "I_33_without_motor": 0.023396051401426435, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.08293797629299, "trigger": 800, "sampling_rate": 105, "lag": 1.4664677161737811, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9824431417277306, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6007225844076347, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5260.598861136998, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03364293298183267, "grain_number": 5, "grain_density": 1763.8664744937196, "grain_outer_radius": 0.032615344338260174, "grain_initial_inner_radius": 0.015147015093806752, "grain_initial_height": 0.12076986138600422, "grain_separation": 0.005470238220051956, "grains_center_of_mass_position": 0.39544208877717657, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004464993118346355, "throat_radius": 0.010639335187735079, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541359116034296}], "aerodynamic_surfaces": [{"length": 0.5577730355267627, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339513139104}, {"n": 4, "root_chord": 0.12042031618403033, "tip_chord": 0.05964285410605401, "span": 0.10975361545161862, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502653773416881}, {"top_radius": 0.06480234996839832, "bottom_radius": 0.045483719485222285, "length": 0.059916415614276325, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994077473951039, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187670685564867, "upper_button_position": 0.08064067883861725}], "rail_length": 5, "inclination": 85.67515333057098, "heading": 54.71447513218567} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350167611118515, "mass": 15.691413434257054, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318551896306441, "I_33_without_motor": 0.02140523189181915, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.140986986131994, "trigger": 800, "sampling_rate": 105, "lag": 1.4157081819764907, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9040992797822461, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4675012302327177, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6650.541766115145, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03288955473452853, "grain_number": 5, "grain_density": 1840.6785081767748, "grain_outer_radius": 0.03309102448897561, "grain_initial_inner_radius": 0.015024639850702185, "grain_initial_height": 0.12142782303106735, "grain_separation": 0.00614046564932989, "grains_center_of_mass_position": 0.39547382447076307, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010511926075007642, "throat_radius": 0.01141639759200875, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553816964190776}], "aerodynamic_surfaces": [{"length": 0.5594656817523959, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338531103852583}, {"n": 4, "root_chord": 0.12059602645568687, "tip_chord": 0.05993488756792007, "span": 0.11065030766414218, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484409800949293}, {"top_radius": 0.06388687652633718, "bottom_radius": 0.04269122903324586, "length": 0.06069879249234471, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003754226072619, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181790894809982, "upper_button_position": 0.08219633312626373}], "rail_length": 5, "inclination": 85.01401570239562, "heading": 53.79692659440499} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349890353143746, "mass": 16.51785068034796, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324034780949371, "I_33_without_motor": 0.03904441516022769, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.996211468013145, "trigger": 800, "sampling_rate": 105, "lag": 1.4363681430620743, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.039401605304203, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4537103115173315, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6240.571730294795, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03319314899835559, "grain_number": 5, "grain_density": 1871.3623053537149, "grain_outer_radius": 0.03353700303591712, "grain_initial_inner_radius": 0.014873329081787389, "grain_initial_height": 0.12003151085500247, "grain_separation": 0.003772598966574232, "grains_center_of_mass_position": 0.3956743847173408, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001859143837743852, "throat_radius": 0.010721653743014401, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557526212708416}], "aerodynamic_surfaces": [{"length": 0.5584303948954823, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332197787302105}, {"n": 4, "root_chord": 0.12002910553760747, "tip_chord": 0.05958838578735422, "span": 0.11030452026349122, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496368563834297}, {"top_radius": 0.061532892927882075, "bottom_radius": 0.04190657457812349, "length": 0.05889392010516822, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012228561567602, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182257627433315, "upper_button_position": 0.08299709341342865}], "rail_length": 5, "inclination": 84.69193276495439, "heading": 52.382890672780945} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06348767170932651, "mass": 15.645451999243333, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325412934009174, "I_33_without_motor": 0.0422167316670923, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.971812765853251, "trigger": 800, "sampling_rate": 105, "lag": 1.3568569089480338, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0554602621489615, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1079381322021755, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4900.803201223859, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03254593592508007, "grain_number": 5, "grain_density": 1811.0773297511203, "grain_outer_radius": 0.033057965834853376, "grain_initial_inner_radius": 0.015663715326918872, "grain_initial_height": 0.12045320736925423, "grain_separation": 0.0017515324218900577, "grains_center_of_mass_position": 0.39668230553100436, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007657366351936618, "throat_radius": 0.010887114317493255, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543109520686002}], "aerodynamic_surfaces": [{"length": 0.5583639305032627, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334638643140156}, {"n": 4, "root_chord": 0.12024552890972087, "tip_chord": 0.05944071851776514, "span": 0.10992218298491196, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492289259639078}, {"top_radius": 0.06345737059677496, "bottom_radius": 0.042199085921058636, "length": 0.05897027053818226, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003086276352958, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177282340348137, "upper_button_position": 0.08258039360048208}], "rail_length": 5, "inclination": 86.49066599567364, "heading": 56.540205267916015} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350077426740859, "mass": 15.565681189106202, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318813410642317, "I_33_without_motor": 0.03198554305387237, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.070934016021358, "trigger": 800, "sampling_rate": 105, "lag": 1.4806086910682037, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0256621288334256, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3138491526306517, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5960.2607948606765, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033114901286711525, "grain_number": 5, "grain_density": 1852.271492811715, "grain_outer_radius": 0.03327367441970133, "grain_initial_inner_radius": 0.015379173816296105, "grain_initial_height": 0.1210830966986223, "grain_separation": 0.0052297570100240266, "grains_center_of_mass_position": 0.3969982530307727, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005837976225453578, "throat_radius": 0.011217715163808855, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255539652224316}], "aerodynamic_surfaces": [{"length": 0.556190933481551, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1322803985554277}, {"n": 4, "root_chord": 0.12095918348947805, "tip_chord": 0.059754765081928944, "span": 0.11019679863864026, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04980394175476}, {"top_radius": 0.06296948270634861, "bottom_radius": 0.04412698744202864, "length": 0.060945784995651404, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.701484672819658, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186311036726136, "upper_button_position": 0.08285356914704434}], "rail_length": 5, "inclination": 85.49069127814047, "heading": 55.78553694951617} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06349870303130703, "mass": 15.38448843404694, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306828779643969, "I_33_without_motor": 0.053144303850853655, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.936469685221224, "trigger": 800, "sampling_rate": 105, "lag": 1.4261262800979673, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0763080108299703, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2494465407111846, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5618.369517698713, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032585798735145534, "grain_number": 5, "grain_density": 1809.2402434086675, "grain_outer_radius": 0.03267518989437839, "grain_initial_inner_radius": 0.015294228964782268, "grain_initial_height": 0.12007994166492683, "grain_separation": 0.005033094359452676, "grains_center_of_mass_position": 0.39723371663132107, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008983654589858862, "throat_radius": 0.00992969146256575, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556483857512675}], "aerodynamic_surfaces": [{"length": 0.5581049522382646, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133507673146185}, {"n": 4, "root_chord": 0.119815299525341, "tip_chord": 0.060546130828901264, "span": 0.10969908574513922, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049497548161294}, {"top_radius": 0.06176240220641323, "bottom_radius": 0.044065730750230736, "length": 0.0609711474399795, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009040043470216, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179722417638381, "upper_button_position": 0.08293176258318347}], "rail_length": 5, "inclination": 84.01520120720399, "heading": 50.0199880246989} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350035439216228, "mass": 15.67086160891571, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3292889666526415, "I_33_without_motor": 0.04756085366746566, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.133569696347665, "trigger": 800, "sampling_rate": 105, "lag": 1.59275788415523, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0337234546759735, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1254708916162204, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6475.617057684456, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03281913287700369, "grain_number": 5, "grain_density": 1906.601488582664, "grain_outer_radius": 0.033336013301014, "grain_initial_inner_radius": 0.014997216942452868, "grain_initial_height": 0.11985304989946578, "grain_separation": 0.005377557042614143, "grains_center_of_mass_position": 0.3942269338560685, "center_of_dry_mass_position": 0.317, "nozzle_position": -4.556143580065558e-05, "throat_radius": 0.010777380221288194, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253119485620062}], "aerodynamic_surfaces": [{"length": 0.5581335557461398, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339719194877096}, {"n": 4, "root_chord": 0.11986783745706552, "tip_chord": 0.060060818520299, "span": 0.10962212316215537, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498548060336605}, {"top_radius": 0.06196568848955075, "bottom_radius": 0.04222373515358444, "length": 0.06002067071488401, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992373024818365, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167242552951622, "upper_button_position": 0.0825130471866743}], "rail_length": 5, "inclination": 85.94152476544876, "heading": 52.46638795516508} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350326552717678, "mass": 15.2673074010989, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322187343073773, "I_33_without_motor": 0.025608412275926345, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.87295205538092, "trigger": 800, "sampling_rate": 105, "lag": 1.621419339454042, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9962638392038836, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2560062216745607, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7617.08920145513, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03343336054018466, "grain_number": 5, "grain_density": 1806.8396971536476, "grain_outer_radius": 0.03331085173604919, "grain_initial_inner_radius": 0.014855988795661438, "grain_initial_height": 0.11999730589366922, "grain_separation": 0.005242529369570998, "grains_center_of_mass_position": 0.39624848894875386, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009437817031490022, "throat_radius": 0.011261812535312289, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2570493416372102}], "aerodynamic_surfaces": [{"length": 0.5578280020514657, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1358079899441633}, {"n": 4, "root_chord": 0.11978169302569101, "tip_chord": 0.059834709033928284, "span": 0.10989391446480877, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0515762985271475}, {"top_radius": 0.0623748408743533, "bottom_radius": 0.04465675872349746, "length": 0.057663275114062836, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000034939265776, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185645240673255, "upper_button_position": 0.08143896985925203}], "rail_length": 5, "inclination": 84.30350106447472, "heading": 55.479892195901016} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349174118211577, "mass": 14.64014038357896, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312764982410756, "I_33_without_motor": 0.05663425254155782, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.903867542886603, "trigger": 800, "sampling_rate": 105, "lag": 1.5188029850174893, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0145325499610023, "trigger": "apogee", "sampling_rate": 105, "lag": 1.455256066495185, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6604.813727817142, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03348987363206193, "grain_number": 5, "grain_density": 1836.0769025194024, "grain_outer_radius": 0.03299967633551503, "grain_initial_inner_radius": 0.015377457594771677, "grain_initial_height": 0.1184467042748153, "grain_separation": 0.004328064630149635, "grains_center_of_mass_position": 0.39557267386936773, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001370308477721853, "throat_radius": 0.011139234416220004, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541598126101858}], "aerodynamic_surfaces": [{"length": 0.5567540526538425, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133565417282897}, {"n": 4, "root_chord": 0.11995627216354812, "tip_chord": 0.05996931580132147, "span": 0.10987571558459916, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488773821685877}, {"top_radius": 0.06277058567601473, "bottom_radius": 0.042778815126809776, "length": 0.0593594686920005, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997591682017977, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178695791495473, "upper_button_position": 0.08188958905225041}], "rail_length": 5, "inclination": 84.82392453078897, "heading": 57.09183376533322} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06349350484377414, "mass": 15.723621947164432, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325884622380136, "I_33_without_motor": 0.02079271664093472, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.982216709143177, "trigger": 800, "sampling_rate": 105, "lag": 1.6819467207680363, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0242507929131677, "trigger": "apogee", "sampling_rate": 105, "lag": 1.385570998716254, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6884.568458028876, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03271756526158588, "grain_number": 5, "grain_density": 1789.433277659547, "grain_outer_radius": 0.03325405161998109, "grain_initial_inner_radius": 0.015053425503354334, "grain_initial_height": 0.11948531710762751, "grain_separation": 0.0065173694605077034, "grains_center_of_mass_position": 0.39762389458096115, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013215938085711228, "throat_radius": 0.011075072220533699, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553978727264368}], "aerodynamic_surfaces": [{"length": 0.5607302831847792, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351383393371268}, {"n": 4, "root_chord": 0.11952799892947699, "tip_chord": 0.05949509564540629, "span": 0.11064123169916469, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0512863414567235}, {"top_radius": 0.06357808870884671, "bottom_radius": 0.04410498972781525, "length": 0.05865149396477653, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6977363548024035, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180239257031611, "upper_button_position": 0.07971242909924237}], "rail_length": 5, "inclination": 83.88697224863424, "heading": 48.606821110315764} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350244731018086, "mass": 14.705502987685783, "I_11_without_motor": 6.321, "I_22_without_motor": 6.336990402198163, "I_33_without_motor": 0.03804480105733661, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.911518193978749, "trigger": 800, "sampling_rate": 105, "lag": 1.4613379371673596, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8723629452049396, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6080300918304404, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5235.184549887588, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.034041172155213725, "grain_number": 5, "grain_density": 1786.0566908455328, "grain_outer_radius": 0.03346340050678174, "grain_initial_inner_radius": 0.014848351952806387, "grain_initial_height": 0.11925921799008966, "grain_separation": 0.004799962601403472, "grains_center_of_mass_position": 0.39544917622969306, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006456258450549053, "throat_radius": 0.011189768626740227, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255256469144372}], "aerodynamic_surfaces": [{"length": 0.5564792238752267, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333392380270086}, {"n": 4, "root_chord": 0.11969171447006487, "tip_chord": 0.06008554344254644, "span": 0.10964280426803173, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.05004973052447}, {"top_radius": 0.06359949565107005, "bottom_radius": 0.043534560571763546, "length": 0.05939831104290818, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007681838880335, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178680345614014, "upper_button_position": 0.08290014932663214}], "rail_length": 5, "inclination": 84.13056379673779, "heading": 54.66959364839122} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349724314830382, "mass": 15.418686712464234, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315497137375325, "I_33_without_motor": 0.04277559984441729, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.142521360632555, "trigger": 800, "sampling_rate": 105, "lag": 1.4043032334975452, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0987414035751393, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6702264383603302, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7510.312132930943, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03263387049822802, "grain_number": 5, "grain_density": 1774.5448749938166, "grain_outer_radius": 0.03304792740277957, "grain_initial_inner_radius": 0.01529085467418283, "grain_initial_height": 0.11951846443361015, "grain_separation": 0.004153490770107161, "grains_center_of_mass_position": 0.3975584085914306, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009348913918655516, "throat_radius": 0.01075772897753441, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554176935897492}], "aerodynamic_surfaces": [{"length": 0.5599632409059542, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341871543436302}, {"n": 4, "root_chord": 0.11992700228504978, "tip_chord": 0.05984855072090616, "span": 0.11013171165421567, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050001274264357}, {"top_radius": 0.062098595867252575, "bottom_radius": 0.042688804591061495, "length": 0.06029406758063419, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002094980998916, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618668371081138, "upper_button_position": 0.0815411270187536}], "rail_length": 5, "inclination": 85.17995290417848, "heading": 48.488226524052266} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350234007233821, "mass": 15.47221421642735, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322501282522405, "I_33_without_motor": 0.03960016581886199, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.914067280529821, "trigger": 800, "sampling_rate": 105, "lag": 1.497632190084036, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9551415682933729, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2855464991206547, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6729.495376193264, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03308810724789914, "grain_number": 5, "grain_density": 1793.7844140369666, "grain_outer_radius": 0.03344776897917896, "grain_initial_inner_radius": 0.01552570470275016, "grain_initial_height": 0.12040818705888749, "grain_separation": 0.004459717137734782, "grains_center_of_mass_position": 0.39582425135563404, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013510923270674477, "throat_radius": 0.011311312590942976, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562824914973487}], "aerodynamic_surfaces": [{"length": 0.5584508655876581, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338594010420437}, {"n": 4, "root_chord": 0.1198612317647413, "tip_chord": 0.060436354353167326, "span": 0.11089154933486953, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499929504567418}, {"top_radius": 0.0640922780126903, "bottom_radius": 0.0424323861801836, "length": 0.05936358903818295, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001182819840689, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617234851175475, "upper_button_position": 0.08288343080859384}], "rail_length": 5, "inclination": 84.34725072668236, "heading": 51.2003261177499} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350811032349865, "mass": 15.4760306927862, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323516429689422, "I_33_without_motor": 0.039468692874073376, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.913388101655498, "trigger": 800, "sampling_rate": 105, "lag": 1.482015450209436, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8663631720202598, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6472606678401687, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8128.675529846263, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03333036912512413, "grain_number": 5, "grain_density": 1851.4340902380825, "grain_outer_radius": 0.03316608795021878, "grain_initial_inner_radius": 0.015175091339158458, "grain_initial_height": 0.11915226111576765, "grain_separation": 0.003073686692309032, "grains_center_of_mass_position": 0.39767782318893674, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000602104609367832, "throat_radius": 0.012028184221192886, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561792193541346}], "aerodynamic_surfaces": [{"length": 0.5573196877588416, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352277981298788}, {"n": 4, "root_chord": 0.11970449543244535, "tip_chord": 0.060145006128763966, "span": 0.11054430497456923, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048513601515096}, {"top_radius": 0.06463029240622206, "bottom_radius": 0.042288599622551146, "length": 0.05962327850594417, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988105548708694, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181301501664362, "upper_button_position": 0.08068040470443316}], "rail_length": 5, "inclination": 83.27924519942732, "heading": 54.05072046925732} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06348971928484005, "mass": 15.354723607214574, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326400002778917, "I_33_without_motor": 0.03724891305675373, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.983453528026953, "trigger": 800, "sampling_rate": 105, "lag": 1.5807039418979496, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.039340133008518, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3167987897300653, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6094.929976209383, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033026723028661685, "grain_number": 5, "grain_density": 1833.5923353177, "grain_outer_radius": 0.03267998309828716, "grain_initial_inner_radius": 0.015645437628844103, "grain_initial_height": 0.11895462861978705, "grain_separation": 0.003916902347278414, "grains_center_of_mass_position": 0.3971105527626256, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008619137878133399, "throat_radius": 0.01057543369518194, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558442528224496}], "aerodynamic_surfaces": [{"length": 0.557579929159698, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337723347514739}, {"n": 4, "root_chord": 0.11996416154622368, "tip_chord": 0.060173847934357046, "span": 0.10999996656476858, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491168439695762}, {"top_radius": 0.06315307581932536, "bottom_radius": 0.044369791051731146, "length": 0.06041338800657722, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005888420291901, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6202927693214292, "upper_button_position": 0.08029607270776096}], "rail_length": 5, "inclination": 86.30011927322695, "heading": 53.19373820403035} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350087154211127, "mass": 15.358674332522948, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330196942564027, "I_33_without_motor": 0.019071254691685753, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.078911548167541, "trigger": 800, "sampling_rate": 105, "lag": 1.4212628655689843, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8788914916196561, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1973541068213005, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7360.151723514422, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03378291497524439, "grain_number": 5, "grain_density": 1688.7712751910249, "grain_outer_radius": 0.03227381709253332, "grain_initial_inner_radius": 0.01572377377223372, "grain_initial_height": 0.12039262965961979, "grain_separation": 0.004425036291018674, "grains_center_of_mass_position": 0.3969811906558581, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006993639206432747, "throat_radius": 0.010792826523370144, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561228419525026}], "aerodynamic_surfaces": [{"length": 0.5585649826299302, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335792000321119}, {"n": 4, "root_chord": 0.12012288751510149, "tip_chord": 0.05996133865356137, "span": 0.11096154008402796, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508452260463028}, {"top_radius": 0.06413760940409172, "bottom_radius": 0.04278353827727689, "length": 0.060902259554455905, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003425918008737, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165872849715451, "upper_button_position": 0.08375530682932852}], "rail_length": 5, "inclination": 85.20530715181705, "heading": 50.668730141809895} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350770051156322, "mass": 15.63489750923073, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312559663876291, "I_33_without_motor": 0.027111591083579245, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.858759735195102, "trigger": 800, "sampling_rate": 105, "lag": 1.5362984962613193, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9823817592234756, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4659774140600645, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8448.58593379768, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03249748814274752, "grain_number": 5, "grain_density": 1764.8230371337963, "grain_outer_radius": 0.03333363447549524, "grain_initial_inner_radius": 0.01488366909452622, "grain_initial_height": 0.1211867360782152, "grain_separation": 0.004482842499869128, "grains_center_of_mass_position": 0.3969920326861679, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018537442106237592, "throat_radius": 0.011482454629742934, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553790770838014}], "aerodynamic_surfaces": [{"length": 0.5592609510236312, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334019143212732}, {"n": 4, "root_chord": 0.11940993969344152, "tip_chord": 0.059938030980603144, "span": 0.10924572506956032, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049920514654257}, {"top_radius": 0.06266807038494661, "bottom_radius": 0.04376973107076817, "length": 0.05828193195512912, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995462182338054, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171256925561832, "upper_button_position": 0.08242052567762215}], "rail_length": 5, "inclination": 85.0691145505915, "heading": 54.26698818733579} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06350546188887615, "mass": 15.125666551616442, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317349704769793, "I_33_without_motor": 0.0133786245782859, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.971020556332189, "trigger": 800, "sampling_rate": 105, "lag": 1.554737717964965, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0417029272960037, "trigger": "apogee", "sampling_rate": 105, "lag": 2.0087221493276393, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8471.073756122167, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033518213413515, "grain_number": 5, "grain_density": 1818.3032731972264, "grain_outer_radius": 0.032874047582221136, "grain_initial_inner_radius": 0.014810175099094134, "grain_initial_height": 0.1194738351553228, "grain_separation": 0.004804412589363126, "grains_center_of_mass_position": 0.39697650817829006, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007018204918579598, "throat_radius": 0.010976194197416784, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25534436464649}], "aerodynamic_surfaces": [{"length": 0.557227988324782, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133280769041557}, {"n": 4, "root_chord": 0.12080887415523774, "tip_chord": 0.06095129289682157, "span": 0.11049748955675473, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487208421569558}, {"top_radius": 0.0647353707216888, "bottom_radius": 0.04410187185032783, "length": 0.05964735981298754, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007787706972558, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191476418299297, "upper_button_position": 0.08163112886732615}], "rail_length": 5, "inclination": 83.55589977674664, "heading": 48.60252738047754} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06351104554296531, "mass": 15.182470572902186, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325224985034823, "I_33_without_motor": 0.040816802099292476, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.73943911467462, "trigger": 800, "sampling_rate": 105, "lag": 1.5390933567877538, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9490960929732905, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6018345916666599, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7523.724703197756, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03268271737790642, "grain_number": 5, "grain_density": 1809.8377780953522, "grain_outer_radius": 0.03279239894444021, "grain_initial_inner_radius": 0.014554170296335798, "grain_initial_height": 0.11884635835608867, "grain_separation": 0.0045572635091048206, "grains_center_of_mass_position": 0.3983906716043488, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006347584220114732, "throat_radius": 0.011190813695327205, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555421164712364}], "aerodynamic_surfaces": [{"length": 0.5575305889576145, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344210687069403}, {"n": 4, "root_chord": 0.12026781004916733, "tip_chord": 0.05985422568104371, "span": 0.11028147393288464, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0513315867795}, {"top_radius": 0.06500768501828508, "bottom_radius": 0.04469223315814243, "length": 0.058894883578190414, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989263534479435, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6150349816061857, "upper_button_position": 0.08389137184175777}], "rail_length": 5, "inclination": 86.50814345796474, "heading": 52.65406359492323} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06348854987524111, "mass": 14.24193697699642, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33271253744683, "I_33_without_motor": 0.01317964348401848, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.13328792580955, "trigger": 800, "sampling_rate": 105, "lag": 1.4319857832374907, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.031280555880892, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5083239730788145, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4386.768192042035, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03252079553604693, "grain_number": 5, "grain_density": 1865.8272962095498, "grain_outer_radius": 0.033334922956407186, "grain_initial_inner_radius": 0.015033295176073505, "grain_initial_height": 0.12073023880813316, "grain_separation": 0.005937360362519275, "grains_center_of_mass_position": 0.3960110899362081, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004361717052449689, "throat_radius": 0.01079742092207303, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25462593029086}], "aerodynamic_surfaces": [{"length": 0.5567445603887589, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333650554608643}, {"n": 4, "root_chord": 0.12006622582825723, "tip_chord": 0.06123172994439784, "span": 0.11025782985238461, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506063531849}, {"top_radius": 0.06325905135007508, "bottom_radius": 0.04317057465266469, "length": 0.060341596076914424, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000934254069231, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179757368491055, "upper_button_position": 0.08211768855781765}], "rail_length": 5, "inclination": 85.51435347827137, "heading": 50.06179074153878} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.0634911467322659, "mass": 15.751172049430231, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3200100071488094, "I_33_without_motor": 0.041363091983347186, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.93989823179242, "trigger": 800, "sampling_rate": 105, "lag": 1.5448742674825575, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9130784752822957, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3340061615017698, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7245.7501760157065, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03288444069396469, "grain_number": 5, "grain_density": 1830.8280471511416, "grain_outer_radius": 0.03348355534935683, "grain_initial_inner_radius": 0.014987183379244725, "grain_initial_height": 0.11802980417211922, "grain_separation": 0.0037152005978157, "grains_center_of_mass_position": 0.39555556386249274, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007630104435663273, "throat_radius": 0.010641819165371796, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537460489167767}], "aerodynamic_surfaces": [{"length": 0.558840169281861, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1357489175879043}, {"n": 4, "root_chord": 0.11984844253342718, "tip_chord": 0.06026684272303295, "span": 0.10986782696933842, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049185491235989}, {"top_radius": 0.06358163485525144, "bottom_radius": 0.043432787161989346, "length": 0.0587404094846286, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7016258783983252, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184961816868717, "upper_button_position": 0.08312969671145354}], "rail_length": 5, "inclination": 84.698173844458, "heading": 54.44016436154273} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.0635123893580924, "mass": 15.53944348950175, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327156580779696, "I_33_without_motor": 0.031246187201139437, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.078563919190412, "trigger": 800, "sampling_rate": 105, "lag": 1.4378604500503758, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9431085811937016, "trigger": "apogee", "sampling_rate": 105, "lag": 1.676966472869112, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6661.356112581088, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03295480352534396, "grain_number": 5, "grain_density": 1745.2325619859344, "grain_outer_radius": 0.03309710745337967, "grain_initial_inner_radius": 0.014949042334654373, "grain_initial_height": 0.12147461939162704, "grain_separation": 0.005167301342004907, "grains_center_of_mass_position": 0.3965628261756536, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00024747279159237237, "throat_radius": 0.010442359925660165, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558164195411925}], "aerodynamic_surfaces": [{"length": 0.5609313246405986, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335984907265417}, {"n": 4, "root_chord": 0.12002058363148704, "tip_chord": 0.060073784427709546, "span": 0.11024876400650138, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0475356027294611}, {"top_radius": 0.0627926134111912, "bottom_radius": 0.04301890681799316, "length": 0.05878777391883453, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008822171142303, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6160879436780335, "upper_button_position": 0.08479427343619672}], "rail_length": 5, "inclination": 84.50737277065306, "heading": 54.92991054810808} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349850137060067, "mass": 14.997960648752896, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328898635164285, "I_33_without_motor": 0.03667070342692684, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.012407870180464, "trigger": 800, "sampling_rate": 105, "lag": 1.548837362467367, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9843962681652418, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5467879092677617, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5191.579214245643, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03263419491628402, "grain_number": 5, "grain_density": 1822.5451732181946, "grain_outer_radius": 0.03274163691574777, "grain_initial_inner_radius": 0.015144595102169348, "grain_initial_height": 0.11869103075411852, "grain_separation": 0.004322702249434978, "grains_center_of_mass_position": 0.3966226369766585, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004427068128890421, "throat_radius": 0.010360479101918209, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562060990266921}], "aerodynamic_surfaces": [{"length": 0.5572440688077949, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350637075638745}, {"n": 4, "root_chord": 0.1198742436890926, "tip_chord": 0.059094673628740726, "span": 0.10989734202840236, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494419518641267}, {"top_radius": 0.0618710713824633, "bottom_radius": 0.043681832095597825, "length": 0.060165619560054596, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009766612029882, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175866356092762, "upper_button_position": 0.083390025593712}], "rail_length": 5, "inclination": 85.48271443231734, "heading": 54.13586854570537} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349600301313785, "mass": 15.389134729580315, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3249566944444595, "I_33_without_motor": 0.05490444472487371, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.818913156246248, "trigger": 800, "sampling_rate": 105, "lag": 1.4622011801957135, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.986793856516204, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5991065735813084, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5837.491205092488, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03369834154411105, "grain_number": 5, "grain_density": 1799.205555963707, "grain_outer_radius": 0.03340885326500611, "grain_initial_inner_radius": 0.014827628181452016, "grain_initial_height": 0.12027694871835631, "grain_separation": 0.0037461819092688125, "grains_center_of_mass_position": 0.3982917337257236, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007641413572080838, "throat_radius": 0.01126659572310463, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557433969639689}], "aerodynamic_surfaces": [{"length": 0.5577878562988428, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134770936215184}, {"n": 4, "root_chord": 0.11979683635533336, "tip_chord": 0.06004681247901814, "span": 0.11053921283053145, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0516979861912636}, {"top_radius": 0.06371173657253819, "bottom_radius": 0.0428557036492793, "length": 0.05918816824989603, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988000251542531, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184820993157116, "upper_button_position": 0.08031792583854147}], "rail_length": 5, "inclination": 84.07377520008552, "heading": 55.439009295604485} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349630807350283, "mass": 15.685935159420099, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33302187653083, "I_33_without_motor": 0.035392883130882964, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.882319744894845, "trigger": 800, "sampling_rate": 105, "lag": 1.574627090794807, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0784680947926366, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6168312543336105, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8308.818576179674, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033052783205827836, "grain_number": 5, "grain_density": 1909.8899833585626, "grain_outer_radius": 0.03310686735242907, "grain_initial_inner_radius": 0.015132158898190457, "grain_initial_height": 0.119814500622311, "grain_separation": 0.004688845524638316, "grains_center_of_mass_position": 0.39685756402393835, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00048500380232417527, "throat_radius": 0.011374314110856454, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564532752562592}], "aerodynamic_surfaces": [{"length": 0.5579703295347501, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344234759572465}, {"n": 4, "root_chord": 0.11987424314702948, "tip_chord": 0.0599970668342935, "span": 0.11064029967018506, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497783323572822}, {"top_radius": 0.06493564356817565, "bottom_radius": 0.04338624827609633, "length": 0.05963817813109301, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985421757422781, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165818632444336, "upper_button_position": 0.08196031249784441}], "rail_length": 5, "inclination": 87.97919836136192, "heading": 51.62183927148612} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350875962360827, "mass": 15.692067771747253, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324897158236283, "I_33_without_motor": 0.038787975661571446, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.10274368311906, "trigger": 800, "sampling_rate": 105, "lag": 1.4486949757051322, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.116137963415956, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3103759047549715, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5293.7008060754815, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03304832180436958, "grain_number": 5, "grain_density": 1711.7493584281826, "grain_outer_radius": 0.033640061469846654, "grain_initial_inner_radius": 0.014923842834384601, "grain_initial_height": 0.11991654718803628, "grain_separation": 0.004797898426525291, "grains_center_of_mass_position": 0.3965180032856115, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001389596734711267, "throat_radius": 0.01128001882629764, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547512019859672}], "aerodynamic_surfaces": [{"length": 0.5591464201011584, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335082015106086}, {"n": 4, "root_chord": 0.11976302260787786, "tip_chord": 0.05946583902829252, "span": 0.11058960803559063, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498884235963046}, {"top_radius": 0.06309112643532082, "bottom_radius": 0.042962769759381056, "length": 0.061834781084951225, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010019997269202, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163688763983085, "upper_button_position": 0.08463312332861173}], "rail_length": 5, "inclination": 83.46836098506253, "heading": 54.269221148490075} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349497323401689, "mass": 14.439769237745475, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308553291729496, "I_33_without_motor": 0.041291643950644094, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.986887169410505, "trigger": 800, "sampling_rate": 105, "lag": 1.4469783869206934, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8339413166967837, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2038982248916217, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6881.28291154314, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033197185545597446, "grain_number": 5, "grain_density": 1856.4698307550912, "grain_outer_radius": 0.032557129550607404, "grain_initial_inner_radius": 0.015679234656416217, "grain_initial_height": 0.1189292073708636, "grain_separation": 0.005497614939116373, "grains_center_of_mass_position": 0.39644583533994854, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008088488448910067, "throat_radius": 0.01141716102049241, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548331876991083}], "aerodynamic_surfaces": [{"length": 0.5577919746393412, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349897173412042}, {"n": 4, "root_chord": 0.12024929500981393, "tip_chord": 0.06011947149185047, "span": 0.1095735872193891, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488627956737333}, {"top_radius": 0.06424725279000199, "bottom_radius": 0.0440203737921011, "length": 0.05877261366807631, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994193240149681, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174409524515609, "upper_button_position": 0.08197837156340715}], "rail_length": 5, "inclination": 83.75602456311869, "heading": 53.830481940978586} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349507896792057, "mass": 15.495896212939112, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322284308493831, "I_33_without_motor": 0.04796290830020687, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.048278394004074, "trigger": 800, "sampling_rate": 105, "lag": 1.5043559278458727, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0434365628216153, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6337527833553462, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6400.451148536898, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033284257313515246, "grain_number": 5, "grain_density": 1812.595058776051, "grain_outer_radius": 0.0327202732022719, "grain_initial_inner_radius": 0.01534741065488536, "grain_initial_height": 0.1209324504044812, "grain_separation": 0.0054534068663227644, "grains_center_of_mass_position": 0.3975575252839558, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00013719707368465731, "throat_radius": 0.011245109522942, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540876523126478}], "aerodynamic_surfaces": [{"length": 0.558738113742724, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332323784389537}, {"n": 4, "root_chord": 0.11925485528760284, "tip_chord": 0.059471648499017246, "span": 0.10970820504823278, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0478440194178882}, {"top_radius": 0.06454507601423708, "bottom_radius": 0.045216439561630496, "length": 0.0597113723937048, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996598034423201, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170307254176052, "upper_button_position": 0.08262907802471497}], "rail_length": 5, "inclination": 84.66007241350964, "heading": 50.986793320067946} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349198536828447, "mass": 15.303617342873466, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3240832170325865, "I_33_without_motor": 0.04195389435882031, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.173910639060006, "trigger": 800, "sampling_rate": 105, "lag": 1.5984248686538796, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.24068751545938, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9718690994603183, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6837.479122589809, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03296343413287848, "grain_number": 5, "grain_density": 1898.2739246827591, "grain_outer_radius": 0.03293869941371809, "grain_initial_inner_radius": 0.015172339256880642, "grain_initial_height": 0.11805644124714489, "grain_separation": 0.005374527688505693, "grains_center_of_mass_position": 0.3976488061863011, "center_of_dry_mass_position": 0.317, "nozzle_position": -7.278245485098872e-05, "throat_radius": 0.011577529513327404, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547293331202025}], "aerodynamic_surfaces": [{"length": 0.5570245795371085, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337120270157626}, {"n": 4, "root_chord": 0.11962227001299865, "tip_chord": 0.05973644366268506, "span": 0.1102395921705849, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498650714369002}, {"top_radius": 0.06333568862639986, "bottom_radius": 0.04245374689540764, "length": 0.05885861691118503, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000872612423871, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182070299684409, "upper_button_position": 0.08188023127394617}], "rail_length": 5, "inclination": 86.78601158702115, "heading": 51.92321248138281} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350375783951767, "mass": 15.394136773605156, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316169011338232, "I_33_without_motor": 0.021368571538373973, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.98211273155081, "trigger": 800, "sampling_rate": 105, "lag": 1.4039213107494315, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0376762647192346, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4329718804437022, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7110.396854565508, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03276664036504306, "grain_number": 5, "grain_density": 1817.7838485500781, "grain_outer_radius": 0.03342038756938807, "grain_initial_inner_radius": 0.014533477445506747, "grain_initial_height": 0.11902498516212065, "grain_separation": 0.004561930027423998, "grains_center_of_mass_position": 0.39676295649600585, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009713106523206621, "throat_radius": 0.010956622356473229, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544096202967863}], "aerodynamic_surfaces": [{"length": 0.5585478183257279, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1358098187846362}, {"n": 4, "root_chord": 0.12050420952200787, "tip_chord": 0.05973274589964288, "span": 0.10998679052926617, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498712313568646}, {"top_radius": 0.06410946297272534, "bottom_radius": 0.045939405343366234, "length": 0.05979671426411343, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986917151622549, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166613554274976, "upper_button_position": 0.08203035973475736}], "rail_length": 5, "inclination": 83.63061523971616, "heading": 50.664770577261585} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349915581432553, "mass": 15.48563957303023, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322686617331327, "I_33_without_motor": 0.03513767493759711, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.130741256687797, "trigger": 800, "sampling_rate": 105, "lag": 1.513232408038436, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9050256114538437, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6979088666953455, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6366.793324462122, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033896823490451734, "grain_number": 5, "grain_density": 1785.797954556346, "grain_outer_radius": 0.03324621653186296, "grain_initial_inner_radius": 0.01532401056048189, "grain_initial_height": 0.11987860888818556, "grain_separation": 0.004356354157901937, "grains_center_of_mass_position": 0.397136564956269, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005373594155065019, "throat_radius": 0.011723821685372756, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544873768951668}], "aerodynamic_surfaces": [{"length": 0.5567768642941324, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336570677203976}, {"n": 4, "root_chord": 0.11977693320543527, "tip_chord": 0.05958913149725346, "span": 0.10948290084962076, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048534554814947}, {"top_radius": 0.06359868584204056, "bottom_radius": 0.04411269752011565, "length": 0.06025034014850573, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002924151704241, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618328297464372, "upper_button_position": 0.08196411770605205}], "rail_length": 5, "inclination": 84.60431895696381, "heading": 54.42835225541384} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349398487378742, "mass": 14.42708213663822, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316388602245863, "I_33_without_motor": 0.04263292650685012, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.706490882388726, "trigger": 800, "sampling_rate": 105, "lag": 1.658669822850117, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.871409982642557, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8392035161828115, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6177.295965658586, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032033447094621366, "grain_number": 5, "grain_density": 1792.073821754074, "grain_outer_radius": 0.03328688949338708, "grain_initial_inner_radius": 0.015746061735208466, "grain_initial_height": 0.11823442359461166, "grain_separation": 0.006425526562363492, "grains_center_of_mass_position": 0.3965720062164375, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0020784592430898633, "throat_radius": 0.011542832061913337, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541447653757452}], "aerodynamic_surfaces": [{"length": 0.5594615325414357, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351302742382563}, {"n": 4, "root_chord": 0.1198203314289907, "tip_chord": 0.06037610601948815, "span": 0.10992651351921448, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04824478575265}, {"top_radius": 0.0636729747952994, "bottom_radius": 0.041245056523785795, "length": 0.060098523997173324, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.701258280128911, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170100706182045, "upper_button_position": 0.08424820951070655}], "rail_length": 5, "inclination": 84.57593806245366, "heading": 52.75572884175983} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.0634939508510192, "mass": 15.17269281242824, "I_11_without_motor": 6.321, "I_22_without_motor": 6.303270718201608, "I_33_without_motor": 0.023113998097397517, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.012349224681122, "trigger": 800, "sampling_rate": 105, "lag": 1.4453126907549487, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9032390272422354, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5677387146050081, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6093.322536742014, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03345415367190319, "grain_number": 5, "grain_density": 1841.1795251521062, "grain_outer_radius": 0.03294121650539466, "grain_initial_inner_radius": 0.014929891991882825, "grain_initial_height": 0.1179533927321555, "grain_separation": 0.005127985781581913, "grains_center_of_mass_position": 0.39606262815241927, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00027631269133529464, "throat_radius": 0.011160308666714481, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550869864076668}], "aerodynamic_surfaces": [{"length": 0.5574701093101009, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135120198399009}, {"n": 4, "root_chord": 0.12072279225810925, "tip_chord": 0.060011626872472135, "span": 0.10985987941527806, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505007285664574}, {"top_radius": 0.06268705684117977, "bottom_radius": 0.04245807152570618, "length": 0.0609766099806465, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994498947712579, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168927844112718, "upper_button_position": 0.08255711035998603}], "rail_length": 5, "inclination": 85.32513419112186, "heading": 52.7422720277829} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349432321256503, "mass": 15.016371678141265, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3081624687362545, "I_33_without_motor": 0.033946448308746914, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.929559030430717, "trigger": 800, "sampling_rate": 105, "lag": 1.6730610034007278, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8735433355397622, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1607025495883652, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6614.038925923116, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03338767030089956, "grain_number": 5, "grain_density": 1756.3515001643402, "grain_outer_radius": 0.032827880628174266, "grain_initial_inner_radius": 0.015339500418298332, "grain_initial_height": 0.12107730050355885, "grain_separation": 0.003752293744019657, "grains_center_of_mass_position": 0.3969952050547179, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007061450667747679, "throat_radius": 0.010641571304787423, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2533570120825417}], "aerodynamic_surfaces": [{"length": 0.5599728004503408, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349034671188152}, {"n": 4, "root_chord": 0.12028186593000452, "tip_chord": 0.06060017230336508, "span": 0.10868804066276283, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499161965114767}, {"top_radius": 0.06254277640761034, "bottom_radius": 0.04337495539534292, "length": 0.06266201721586596, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004683856947701, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182622258896169, "upper_button_position": 0.08220615980515322}], "rail_length": 5, "inclination": 84.85745926402701, "heading": 50.754737607857166} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350585585876015, "mass": 15.357578918977188, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307417188393179, "I_33_without_motor": 0.04675082185150046, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.832803738317153, "trigger": 800, "sampling_rate": 105, "lag": 1.6869568559643162, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9718384286641735, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2658963034363768, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5445.421416521826, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03307596256288967, "grain_number": 5, "grain_density": 1741.9938477148169, "grain_outer_radius": 0.03275495302874719, "grain_initial_inner_radius": 0.014710406091713488, "grain_initial_height": 0.11904957996444086, "grain_separation": 0.006358039028741366, "grains_center_of_mass_position": 0.39615790165918735, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0017410212131732088, "throat_radius": 0.010472672379943572, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560620254963946}], "aerodynamic_surfaces": [{"length": 0.5583869961968964, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133082782486237}, {"n": 4, "root_chord": 0.11992087397106199, "tip_chord": 0.0600378916463661, "span": 0.10991444982747754, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049987080157917}, {"top_radius": 0.0644704700828347, "bottom_radius": 0.04448080268476124, "length": 0.06087435693160371, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989913180558361, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176102028616907, "upper_button_position": 0.08138111519414548}], "rail_length": 5, "inclination": 83.68537823287836, "heading": 55.02321569741402} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350496817681066, "mass": 14.744171183026364, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334216785722321, "I_33_without_motor": 0.040253963023971134, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.99284028661731, "trigger": 800, "sampling_rate": 105, "lag": 1.6305635138766805, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9908480412739846, "trigger": "apogee", "sampling_rate": 105, "lag": 1.550487895708995, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5896.638590965102, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03240248581145963, "grain_number": 5, "grain_density": 1887.1850497129137, "grain_outer_radius": 0.033105063451047745, "grain_initial_inner_radius": 0.015180004586399433, "grain_initial_height": 0.12019073901478207, "grain_separation": 0.005739242957925057, "grains_center_of_mass_position": 0.3974514419208463, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00032437012670743495, "throat_radius": 0.010993154651170772, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551440356707237}], "aerodynamic_surfaces": [{"length": 0.5566897080874513, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338674073402832}, {"n": 4, "root_chord": 0.11961769388010668, "tip_chord": 0.059666458107043976, "span": 0.10990732919155163, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504437284248318}, {"top_radius": 0.06397504743330314, "bottom_radius": 0.04262701315973191, "length": 0.060803132607477904, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983095031995906, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6199653916065829, "upper_button_position": 0.07834411159300769}], "rail_length": 5, "inclination": 84.04021124188644, "heading": 52.99528894077424} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06349180940745529, "mass": 14.79659226769349, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325548559640044, "I_33_without_motor": 0.03168872741345656, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.219387281748334, "trigger": 800, "sampling_rate": 105, "lag": 1.3571329112159536, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.972995998459806, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2809046728596152, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6480.137552775794, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03281125636249697, "grain_number": 5, "grain_density": 1763.4703110751175, "grain_outer_radius": 0.03325548925440575, "grain_initial_inner_radius": 0.015623685712864925, "grain_initial_height": 0.12069560232701543, "grain_separation": 0.004985758578997547, "grains_center_of_mass_position": 0.39720730221139006, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001886078167304539, "throat_radius": 0.011179749361662718, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561243251936227}], "aerodynamic_surfaces": [{"length": 0.5572834237294895, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134438693613586}, {"n": 4, "root_chord": 0.12039224786630567, "tip_chord": 0.05976103005693293, "span": 0.10960218021622273, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502903867706765}, {"top_radius": 0.0636352204948447, "bottom_radius": 0.04301538687372144, "length": 0.06071542231313799, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7018424249795362, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619309161198176, "upper_button_position": 0.08253326378136017}], "rail_length": 5, "inclination": 84.00231951403032, "heading": 54.8630814292233} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349842230205585, "mass": 15.007995280863726, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331631536376104, "I_33_without_motor": 0.03028633003413306, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.010546767237999, "trigger": 800, "sampling_rate": 105, "lag": 1.2779800858011492, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0240493920599334, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6068071922717904, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4674.107301131788, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033102456735509725, "grain_number": 5, "grain_density": 1716.2887541640305, "grain_outer_radius": 0.0331007960245727, "grain_initial_inner_radius": 0.015334510526175932, "grain_initial_height": 0.11949664872895155, "grain_separation": 0.003858456875641122, "grains_center_of_mass_position": 0.39694188982268486, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002230148513336828, "throat_radius": 0.010902598451207664, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2574701678323887}], "aerodynamic_surfaces": [{"length": 0.5578432465634803, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338189617220118}, {"n": 4, "root_chord": 0.12038232656923933, "tip_chord": 0.060364405161261375, "span": 0.11003071512546851, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507475115775424}, {"top_radius": 0.06331728099161048, "bottom_radius": 0.04463870408993009, "length": 0.059503521378207094, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004954357134223, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187879527406667, "upper_button_position": 0.08170748297275565}], "rail_length": 5, "inclination": 84.64963806581889, "heading": 52.668510911921246} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350101161936732, "mass": 15.15739639374442, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311707755489963, "I_33_without_motor": 0.042349462794724124, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.071395679887905, "trigger": 800, "sampling_rate": 105, "lag": 1.565912957785951, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9583564700544878, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4775661852324355, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5643.752409156785, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03304725460673849, "grain_number": 5, "grain_density": 1842.730890879521, "grain_outer_radius": 0.03373978083612409, "grain_initial_inner_radius": 0.014976396259558955, "grain_initial_height": 0.12011230061650305, "grain_separation": 0.005120621991617067, "grains_center_of_mass_position": 0.39758718580452296, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010745692264860075, "throat_radius": 0.011452828898735385, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254782167836285}], "aerodynamic_surfaces": [{"length": 0.5570092497758781, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354831822998324}, {"n": 4, "root_chord": 0.11926486644720904, "tip_chord": 0.060365895697292206, "span": 0.11046501405340992, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487976041465148}, {"top_radius": 0.06367572384755048, "bottom_radius": 0.04346448126533229, "length": 0.05827740954173332, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992619316391435, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192504369969709, "upper_button_position": 0.08001149464217261}], "rail_length": 5, "inclination": 83.58935884672995, "heading": 52.63419429845957} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349205482253059, "mass": 15.311845403563694, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325917637534862, "I_33_without_motor": 0.027664460545076305, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.965937839777611, "trigger": 800, "sampling_rate": 105, "lag": 1.1978625978366544, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1107042983296636, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6993288559034574, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6274.367896863118, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033282154102854636, "grain_number": 5, "grain_density": 1816.1127945979417, "grain_outer_radius": 0.03316980546771267, "grain_initial_inner_radius": 0.014966317358822475, "grain_initial_height": 0.11896564490454886, "grain_separation": 0.004683316117860946, "grains_center_of_mass_position": 0.3969700070240555, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008052813149320652, "throat_radius": 0.010781248402647567, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253306995026414}], "aerodynamic_surfaces": [{"length": 0.5583036861522462, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350382886789512}, {"n": 4, "root_chord": 0.1202918169376074, "tip_chord": 0.0604449829033214, "span": 0.11046205738112169, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499931755788199}, {"top_radius": 0.0629403077612936, "bottom_radius": 0.041021152391016294, "length": 0.06250717850008491, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998971358823838, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175311620081427, "upper_button_position": 0.08236597387424105}], "rail_length": 5, "inclination": 86.82877141246485, "heading": 53.708259840167976} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349868486206613, "mass": 14.839546849283016, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308586121201744, "I_33_without_motor": 0.04098882860492227, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.934159540076777, "trigger": 800, "sampling_rate": 105, "lag": 1.481376788290357, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9423477226236278, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3421743784267381, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6536.6749402031855, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033546761472463243, "grain_number": 5, "grain_density": 1797.2212620510975, "grain_outer_radius": 0.03308217976085634, "grain_initial_inner_radius": 0.01456553105440868, "grain_initial_height": 0.12108372371642862, "grain_separation": 0.004039561166895736, "grains_center_of_mass_position": 0.39628513633744766, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008313711164891962, "throat_radius": 0.010492945882996563, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541037490252123}], "aerodynamic_surfaces": [{"length": 0.5592482324227623, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332681504051767}, {"n": 4, "root_chord": 0.11963905019806591, "tip_chord": 0.061161194534938575, "span": 0.11001138499471368, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495606295262547}, {"top_radius": 0.06458179228131616, "bottom_radius": 0.04485380773648246, "length": 0.05802191693333726, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994293258831821, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179255538212095, "upper_button_position": 0.08150377206197257}], "rail_length": 5, "inclination": 84.57445122070546, "heading": 50.6629339844415} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350264607943595, "mass": 15.12196144781764, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325554074097654, "I_33_without_motor": 0.04055631821502203, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.96463999642534, "trigger": 800, "sampling_rate": 105, "lag": 1.6550287478328987, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9837648837478693, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5296344567315079, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8187.189013477737, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03297296107088241, "grain_number": 5, "grain_density": 1819.9077359659188, "grain_outer_radius": 0.03301930145819908, "grain_initial_inner_radius": 0.015420997364838637, "grain_initial_height": 0.1196025611283164, "grain_separation": 0.0022120210154826536, "grains_center_of_mass_position": 0.39566861198876624, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003493221621440418, "throat_radius": 0.011424123791049111, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548051756471656}], "aerodynamic_surfaces": [{"length": 0.5591680083582776, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1322476911599142}, {"n": 4, "root_chord": 0.11989278721476758, "tip_chord": 0.05928657147945246, "span": 0.11100869084337972, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488142817034105}, {"top_radius": 0.06375891623141791, "bottom_radius": 0.04297430746877303, "length": 0.05989475590110876, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006659194772042, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165756663943748, "upper_button_position": 0.08409025308282947}], "rail_length": 5, "inclination": 86.75443103495992, "heading": 54.54216188800341} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350662615868446, "mass": 15.295728245469995, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325979574287153, "I_33_without_motor": 0.02696755426113514, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.086320733561703, "trigger": 800, "sampling_rate": 105, "lag": 1.3744730080723149, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0814162803023128, "trigger": "apogee", "sampling_rate": 105, "lag": 1.686722938749924, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7219.240110598332, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032663656551178956, "grain_number": 5, "grain_density": 1844.114588106829, "grain_outer_radius": 0.03313276967870983, "grain_initial_inner_radius": 0.014706653838455812, "grain_initial_height": 0.11923254096091047, "grain_separation": 0.003982310501749053, "grains_center_of_mass_position": 0.3963723246670095, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00118925583052224, "throat_radius": 0.011212692434992049, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544667224708652}], "aerodynamic_surfaces": [{"length": 0.5590346556371247, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132035350151431}, {"n": 4, "root_chord": 0.12000470285458605, "tip_chord": 0.059817779220247856, "span": 0.11052583612216736, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488724827120621}, {"top_radius": 0.06298947229872735, "bottom_radius": 0.04350664944924711, "length": 0.05648014849568718, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995312919788409, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169409442271433, "upper_button_position": 0.0825903477516976}], "rail_length": 5, "inclination": 84.98584708547212, "heading": 55.256119384273376} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349930025595495, "mass": 15.745335764129495, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322429843459944, "I_33_without_motor": 0.04068080293248972, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.879606688202912, "trigger": 800, "sampling_rate": 105, "lag": 1.5635638035533954, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0216789366889512, "trigger": "apogee", "sampling_rate": 105, "lag": 1.656801117136833, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5420.9158532286265, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033310191042268344, "grain_number": 5, "grain_density": 1723.2997934134946, "grain_outer_radius": 0.032957490100156105, "grain_initial_inner_radius": 0.014720451124588457, "grain_initial_height": 0.12014425354174514, "grain_separation": 0.00618580685034813, "grains_center_of_mass_position": 0.396247173236689, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001237603898072341, "throat_radius": 0.010747778537963359, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2567933309969026}], "aerodynamic_surfaces": [{"length": 0.5581608687668557, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331805237685144}, {"n": 4, "root_chord": 0.12011212594956833, "tip_chord": 0.06023552037186392, "span": 0.1099858211923616, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503413974337765}, {"top_radius": 0.06131831836028913, "bottom_radius": 0.044182171387960746, "length": 0.060403300021494896, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700762283510234, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162991006990565, "upper_button_position": 0.08446318281117748}], "rail_length": 5, "inclination": 81.98169394170378, "heading": 52.16536246483892} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349224955994404, "mass": 15.048976695678073, "I_11_without_motor": 6.321, "I_22_without_motor": 6.336482927030952, "I_33_without_motor": 0.052627421532092954, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.039976456733719, "trigger": 800, "sampling_rate": 105, "lag": 1.488047103272551, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0474743875247114, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4029403554219289, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6672.126906606444, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03262495140846551, "grain_number": 5, "grain_density": 1781.6281357147955, "grain_outer_radius": 0.03295436524915291, "grain_initial_inner_radius": 0.01553388148185808, "grain_initial_height": 0.12191840686456767, "grain_separation": 0.006431981261136546, "grains_center_of_mass_position": 0.3989348391659477, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00045754609965809235, "throat_radius": 0.010819301497534479, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543662256883947}], "aerodynamic_surfaces": [{"length": 0.5584866218189449, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132376790037265}, {"n": 4, "root_chord": 0.12034789054165783, "tip_chord": 0.05972111466435942, "span": 0.10972713704023378, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500560215267913}, {"top_radius": 0.06561415376542801, "bottom_radius": 0.043645220790768144, "length": 0.05958951485188901, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997133610047124, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167781326969356, "upper_button_position": 0.08293522830777678}], "rail_length": 5, "inclination": 84.04042301637574, "heading": 57.508269175016125} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.0634959776326248, "mass": 15.896721037079367, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328221285239953, "I_33_without_motor": 0.03335440306362914, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.056345455236197, "trigger": 800, "sampling_rate": 105, "lag": 1.6307874358804302, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9887069920566496, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5168135332460146, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6068.146547822189, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033415876574691104, "grain_number": 5, "grain_density": 1861.9315502062843, "grain_outer_radius": 0.03341656747103794, "grain_initial_inner_radius": 0.01475115912337184, "grain_initial_height": 0.11913959232514501, "grain_separation": 0.005459981969020785, "grains_center_of_mass_position": 0.3966956036954033, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007851296697542073, "throat_radius": 0.011457604902359579, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253530349810106}], "aerodynamic_surfaces": [{"length": 0.5585667032879739, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134558574995039}, {"n": 4, "root_chord": 0.11920255230208784, "tip_chord": 0.059903678634767754, "span": 0.10919083277790496, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.052413596518781}, {"top_radius": 0.06336200414002663, "bottom_radius": 0.04229862073754228, "length": 0.06014306688092846, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011071765897076, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192157070737373, "upper_button_position": 0.08189146951597026}], "rail_length": 5, "inclination": 84.66111264446023, "heading": 55.03356303872318} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350220706793949, "mass": 15.45954980514104, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33879620710433, "I_33_without_motor": 0.026493095004860395, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.873319966872835, "trigger": 800, "sampling_rate": 105, "lag": 1.3997345173716904, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9489446778446837, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2782726916636347, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5285.797828088143, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03244957904371062, "grain_number": 5, "grain_density": 1874.549465356365, "grain_outer_radius": 0.032932022498347605, "grain_initial_inner_radius": 0.01524703236368783, "grain_initial_height": 0.12103256354162849, "grain_separation": 0.006136448239173517, "grains_center_of_mass_position": 0.3968180871476016, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007127447701188001, "throat_radius": 0.010845827814169713, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550988963042768}], "aerodynamic_surfaces": [{"length": 0.5597554526009499, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335156106754332}, {"n": 4, "root_chord": 0.11947050670816477, "tip_chord": 0.059952257580457476, "span": 0.110020918080691, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0511743301766614}, {"top_radius": 0.06465705038177942, "bottom_radius": 0.044972521447290054, "length": 0.06055454427911726, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996368717644267, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180011453641358, "upper_button_position": 0.08163572640029093}], "rail_length": 5, "inclination": 84.57721246723268, "heading": 53.49863149525037} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.0635038437380659, "mass": 15.514661550358332, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314302038210722, "I_33_without_motor": 0.03333781812344433, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.064299809979099, "trigger": 800, "sampling_rate": 105, "lag": 1.4567334943868562, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.024833137018543, "trigger": "apogee", "sampling_rate": 105, "lag": 1.729200138799233, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6818.524145483798, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032899102966789, "grain_number": 5, "grain_density": 1846.517415708759, "grain_outer_radius": 0.03307956779471869, "grain_initial_inner_radius": 0.014839171465483946, "grain_initial_height": 0.12095491950687846, "grain_separation": 0.006116951048401664, "grains_center_of_mass_position": 0.39675833478329353, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005698510341182462, "throat_radius": 0.010494474107652111, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546276765110262}], "aerodynamic_surfaces": [{"length": 0.5577789293723457, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135300347256547}, {"n": 4, "root_chord": 0.12020336306066563, "tip_chord": 0.05908511121225869, "span": 0.1090763369925366, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488419324999585}, {"top_radius": 0.06296757150425333, "bottom_radius": 0.04374901140418655, "length": 0.06016081537165426, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993069875309744, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162708514825092, "upper_button_position": 0.08303613604846527}], "rail_length": 5, "inclination": 84.84263511484372, "heading": 54.26498680792081} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06350183436068543, "mass": 15.001966010971184, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321790915018387, "I_33_without_motor": 0.030689563949113704, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.92882899243688, "trigger": 800, "sampling_rate": 105, "lag": 1.5157813933190556, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9110522075934963, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8621752850654507, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7386.520950019479, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03262304860283062, "grain_number": 5, "grain_density": 1827.8657748230282, "grain_outer_radius": 0.033373424432636675, "grain_initial_inner_radius": 0.015569809804027623, "grain_initial_height": 0.11925222675282074, "grain_separation": 0.005383625244947304, "grains_center_of_mass_position": 0.3952667636128601, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002955498024047859, "throat_radius": 0.010949851193357634, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558315384717191}], "aerodynamic_surfaces": [{"length": 0.5593846241464121, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1315754031496368}, {"n": 4, "root_chord": 0.12065459966706397, "tip_chord": 0.060275036740583716, "span": 0.11048814277818443, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506706024944497}, {"top_radius": 0.06256761328981994, "bottom_radius": 0.044216203543672644, "length": 0.059939194099918026, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006149278156109, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182189457645277, "upper_button_position": 0.08239598205108312}], "rail_length": 5, "inclination": 83.97975184501446, "heading": 56.158530439522956} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.0634995071816778, "mass": 15.213130343717072, "I_11_without_motor": 6.321, "I_22_without_motor": 6.304731833181135, "I_33_without_motor": 0.03224593585167263, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.99991036541061, "trigger": 800, "sampling_rate": 105, "lag": 1.528569980686481, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9529788199533612, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6056884248676475, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5243.204725664993, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032475554072276765, "grain_number": 5, "grain_density": 1799.4805998565018, "grain_outer_radius": 0.03273952122130942, "grain_initial_inner_radius": 0.01587765850920264, "grain_initial_height": 0.11967483791396206, "grain_separation": 0.004622513173060879, "grains_center_of_mass_position": 0.39653508633419754, "center_of_dry_mass_position": 0.317, "nozzle_position": 5.1923497440003086e-05, "throat_radius": 0.010624561558041524, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550369109631978}], "aerodynamic_surfaces": [{"length": 0.5582688754765255, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340083824144582}, {"n": 4, "root_chord": 0.11999531895202713, "tip_chord": 0.06101669110929768, "span": 0.11064792825279533, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495507593594435}, {"top_radius": 0.06429538252457531, "bottom_radius": 0.04408405421320343, "length": 0.05934706218347634, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006155210383574, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176484892222559, "upper_button_position": 0.08296703181610154}], "rail_length": 5, "inclination": 83.99490268115875, "heading": 56.607726463985024} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349610971285834, "mass": 15.852583452936454, "I_11_without_motor": 6.321, "I_22_without_motor": 6.342194993709462, "I_33_without_motor": 0.05384978381918918, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.90398205113927, "trigger": 800, "sampling_rate": 105, "lag": 1.3302230317374892, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0441181648108084, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1724850550369474, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7555.079763999686, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033335489010927546, "grain_number": 5, "grain_density": 1712.9574259591493, "grain_outer_radius": 0.03355193719394208, "grain_initial_inner_radius": 0.01493152297074546, "grain_initial_height": 0.12088011724698788, "grain_separation": 0.005582171044894181, "grains_center_of_mass_position": 0.3973140703030239, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000965467927648314, "throat_radius": 0.010877368735610396, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2526114728409028}], "aerodynamic_surfaces": [{"length": 0.5580442233561724, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338703454222714}, {"n": 4, "root_chord": 0.11974880032105897, "tip_chord": 0.06065804833448065, "span": 0.110334755120462, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507401565346848}, {"top_radius": 0.06291393315189507, "bottom_radius": 0.042969133950654916, "length": 0.05989143124284839, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005099596030683, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177278365721375, "upper_button_position": 0.0827821230309308}], "rail_length": 5, "inclination": 85.57968545693242, "heading": 56.18657972894595} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349515777174614, "mass": 16.19526616962936, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313427524015567, "I_33_without_motor": 0.04444079535602212, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.079023973344249, "trigger": 800, "sampling_rate": 105, "lag": 1.4810159004440753, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9599666720123068, "trigger": "apogee", "sampling_rate": 105, "lag": 1.483421272814841, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7654.650790210413, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03233569709769544, "grain_number": 5, "grain_density": 1742.9621093559897, "grain_outer_radius": 0.03297661935582267, "grain_initial_inner_radius": 0.0150960941292917, "grain_initial_height": 0.1208432030838873, "grain_separation": 0.004291966688364559, "grains_center_of_mass_position": 0.39854275371401204, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00034579196601626397, "throat_radius": 0.010836678381947972, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2569623732598192}], "aerodynamic_surfaces": [{"length": 0.5558470304438081, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331525750079765}, {"n": 4, "root_chord": 0.11980239445121336, "tip_chord": 0.060245422758652675, "span": 0.10984884628271938, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502401517654851}, {"top_radius": 0.06396505589411763, "bottom_radius": 0.0424364844344228, "length": 0.061294161855709656, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698031841513282, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193519431178707, "upper_button_position": 0.07867989839541134}], "rail_length": 5, "inclination": 86.59784558811185, "heading": 55.58338979692357} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350371364578283, "mass": 16.147404721196462, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31314421164324, "I_33_without_motor": 0.02801148114968365, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.848444419407862, "trigger": 800, "sampling_rate": 105, "lag": 1.5146473263232754, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9462283106589462, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4658789596312307, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6482.714365819804, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03329243199348897, "grain_number": 5, "grain_density": 1849.238021151635, "grain_outer_radius": 0.032807010219828424, "grain_initial_inner_radius": 0.015281443542451131, "grain_initial_height": 0.11743272995644496, "grain_separation": 0.005727732327044836, "grains_center_of_mass_position": 0.3984650303726128, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003638728484526221, "throat_radius": 0.010766931598336488, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25571987145922}], "aerodynamic_surfaces": [{"length": 0.5572733149522011, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344469087966236}, {"n": 4, "root_chord": 0.12038368440472633, "tip_chord": 0.06043628061659391, "span": 0.11034095350660825, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04975772853562}, {"top_radius": 0.06339225748264875, "bottom_radius": 0.044137044945029, "length": 0.0592906024928907, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005754048079599, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185714243118239, "upper_button_position": 0.082003980496136}], "rail_length": 5, "inclination": 85.96849614024849, "heading": 53.38349886180805} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349610262024782, "mass": 15.192228056781236, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31610022418878, "I_33_without_motor": 0.04377460129611212, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.80296247631131, "trigger": 800, "sampling_rate": 105, "lag": 1.5292837320943051, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9727574997431774, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5582743532800833, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6582.146946766394, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03247416347728956, "grain_number": 5, "grain_density": 1854.574700817677, "grain_outer_radius": 0.03240538985943482, "grain_initial_inner_radius": 0.01450445248381794, "grain_initial_height": 0.11962390519428473, "grain_separation": 0.004811314751900801, "grains_center_of_mass_position": 0.397029441860552, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001077897901265722, "throat_radius": 0.010592526586537464, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550212973223749}], "aerodynamic_surfaces": [{"length": 0.5580633531181131, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1324679797827004}, {"n": 4, "root_chord": 0.12065050201100486, "tip_chord": 0.05981806214654625, "span": 0.10962957044715473, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496994150566703}, {"top_radius": 0.06168983794733377, "bottom_radius": 0.04340960518361425, "length": 0.06008010379935411, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996012712050077, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6198946206865337, "upper_button_position": 0.07970665051847403}], "rail_length": 5, "inclination": 84.67504788803582, "heading": 56.47733204461268} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06348598563474486, "mass": 14.789329908091114, "I_11_without_motor": 6.321, "I_22_without_motor": 6.297571510408648, "I_33_without_motor": 0.03977525852064482, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.855516255612574, "trigger": 800, "sampling_rate": 105, "lag": 1.2469163507818306, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9024682442597491, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4620339952876666, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7254.572278824089, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03364752505006356, "grain_number": 5, "grain_density": 1831.8419631237828, "grain_outer_radius": 0.03334366966124083, "grain_initial_inner_radius": 0.014754819352955246, "grain_initial_height": 0.12006348884530733, "grain_separation": 0.003640118336158445, "grains_center_of_mass_position": 0.3963434377158179, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007395266685222451, "throat_radius": 0.010992724114832562, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545541860117622}], "aerodynamic_surfaces": [{"length": 0.5585979580943219, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342532690897142}, {"n": 4, "root_chord": 0.12008543406767662, "tip_chord": 0.05951429272388627, "span": 0.10984310155427897, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492744154314662}, {"top_radius": 0.06475019810141006, "bottom_radius": 0.04291246490797511, "length": 0.06074373189399274, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000723194050886, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189875757204748, "upper_button_position": 0.08108474368461382}], "rail_length": 5, "inclination": 83.70389155882728, "heading": 49.09377810126849} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06350722707006239, "mass": 15.268912267107563, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325472916266043, "I_33_without_motor": 0.03723300673960119, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.894522035506427, "trigger": 800, "sampling_rate": 105, "lag": 1.5495036781864915, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8519067488233073, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7922865736385722, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6632.187181641841, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031666500023911345, "grain_number": 5, "grain_density": 1791.8977289799761, "grain_outer_radius": 0.03308650654377671, "grain_initial_inner_radius": 0.014978945289772545, "grain_initial_height": 0.12003638343728609, "grain_separation": 0.004920141380360861, "grains_center_of_mass_position": 0.396274529413366, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0026233003665117405, "throat_radius": 0.011984456798046057, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558717223743154}], "aerodynamic_surfaces": [{"length": 0.5593768177754621, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132659424407733}, {"n": 4, "root_chord": 0.11959963565392989, "tip_chord": 0.05911438264819552, "span": 0.11016732437909244, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496807977464144}, {"top_radius": 0.06313448749091133, "bottom_radius": 0.04344903500415502, "length": 0.06105568637276558, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008600535132146, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165349303516957, "upper_button_position": 0.08432512316151886}], "rail_length": 5, "inclination": 84.9846083754554, "heading": 55.113891537341985} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06351172202188371, "mass": 16.19094307639501, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315235633254369, "I_33_without_motor": 0.020965786819856627, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.06820441133414, "trigger": 800, "sampling_rate": 105, "lag": 1.414633760329006, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1292966467956496, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2424513286214955, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5802.799517621977, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03281978542468546, "grain_number": 5, "grain_density": 1853.4042759931326, "grain_outer_radius": 0.033079692675633036, "grain_initial_inner_radius": 0.01424287648954714, "grain_initial_height": 0.12034561124290552, "grain_separation": 0.004833925163427912, "grains_center_of_mass_position": 0.3972265800172386, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001169494505364187, "throat_radius": 0.011531062920790112, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543131361590205}], "aerodynamic_surfaces": [{"length": 0.5564234757309744, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333307673113986}, {"n": 4, "root_chord": 0.11947719599421489, "tip_chord": 0.060024670146667056, "span": 0.11042473892240494, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0478472850637863}, {"top_radius": 0.06403683417753386, "bottom_radius": 0.043008529887560064, "length": 0.059754364073000735, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987614833513535, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619132512650647, "upper_button_position": 0.07962897070070651}], "rail_length": 5, "inclination": 84.57571988754306, "heading": 52.46992704038151} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350724756534247, "mass": 15.455163321967571, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317943525770431, "I_33_without_motor": 0.0370266720034997, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.047683442973549, "trigger": 800, "sampling_rate": 105, "lag": 1.421333623638077, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9920968525059872, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4485526307242809, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6650.459332611616, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033058209193112656, "grain_number": 5, "grain_density": 1771.6928577334907, "grain_outer_radius": 0.03274124556576851, "grain_initial_inner_radius": 0.01544471569739165, "grain_initial_height": 0.12012769705843494, "grain_separation": 0.004523977978385772, "grains_center_of_mass_position": 0.3960254772055918, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006103981175938933, "throat_radius": 0.01163064209404319, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254852156281384}], "aerodynamic_surfaces": [{"length": 0.5575294775730681, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336591477709577}, {"n": 4, "root_chord": 0.1203522733413681, "tip_chord": 0.059816737990628685, "span": 0.11022414029968991, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489429807436053}, {"top_radius": 0.06541012664810009, "bottom_radius": 0.04356950099586153, "length": 0.06151912084380141, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004913937208533, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190497288388094, "upper_button_position": 0.08144166488204396}], "rail_length": 5, "inclination": 87.09788437833649, "heading": 55.3001801926252} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349699838877906, "mass": 15.771936623717886, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311252661959014, "I_33_without_motor": 0.039075050248034114, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.141719397495281, "trigger": 800, "sampling_rate": 105, "lag": 1.4554409911754191, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8803935821656542, "trigger": "apogee", "sampling_rate": 105, "lag": 1.391547890085943, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6847.025257659784, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033116023140871316, "grain_number": 5, "grain_density": 1908.5531713961493, "grain_outer_radius": 0.03329447582935545, "grain_initial_inner_radius": 0.01577447494643038, "grain_initial_height": 0.11997085438758662, "grain_separation": 0.00592493986441675, "grains_center_of_mass_position": 0.3969168573681827, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018867776996492752, "throat_radius": 0.011863622289446724, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539940054036063}], "aerodynamic_surfaces": [{"length": 0.5582999901353833, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133867048261623}, {"n": 4, "root_chord": 0.1211590360700821, "tip_chord": 0.060107196165183514, "span": 0.10960296098021882, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050139067188027}, {"top_radius": 0.06347259962104095, "bottom_radius": 0.04263012638557255, "length": 0.06132897877574569, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010631685218408, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188303971489167, "upper_button_position": 0.08223277137292406}], "rail_length": 5, "inclination": 83.69527328587003, "heading": 52.75276405729193} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350460983003259, "mass": 15.29379828399051, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320113714556326, "I_33_without_motor": 0.045483686482317806, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.880878990164021, "trigger": 800, "sampling_rate": 105, "lag": 1.483074821542245, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1324814860981072, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5207125738481018, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6395.722894930653, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03252069948499178, "grain_number": 5, "grain_density": 1818.7885932009515, "grain_outer_radius": 0.033305063538976325, "grain_initial_inner_radius": 0.01576091843879225, "grain_initial_height": 0.11967234105643759, "grain_separation": 0.0047118841596579825, "grains_center_of_mass_position": 0.3961804027134727, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00047327689409047225, "throat_radius": 0.00998119009890885, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551821038552053}], "aerodynamic_surfaces": [{"length": 0.5591898256030506, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334109145212294}, {"n": 4, "root_chord": 0.11978081189815207, "tip_chord": 0.05910844106383568, "span": 0.10991493175973582, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048281337220746}, {"top_radius": 0.0619837585554657, "bottom_radius": 0.046160420823374626, "length": 0.061913856100261955, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997678557015042, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188520417059661, "upper_button_position": 0.08091581399553816}], "rail_length": 5, "inclination": 84.71392350374265, "heading": 53.23785079447127} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349923193491036, "mass": 15.195980614778707, "I_11_without_motor": 6.321, "I_22_without_motor": 6.342693937764655, "I_33_without_motor": 0.0266053632365793, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.148194552571658, "trigger": 800, "sampling_rate": 105, "lag": 1.5468407189111213, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9606596405104719, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5200137245302403, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6350.45495909123, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03249902270358147, "grain_number": 5, "grain_density": 1786.2221242131027, "grain_outer_radius": 0.032972069025106666, "grain_initial_inner_radius": 0.015403301153355909, "grain_initial_height": 0.11853182456645091, "grain_separation": 0.005223368069672612, "grains_center_of_mass_position": 0.3980978919375402, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007348950659875098, "throat_radius": 0.009935744954119554, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546225348878348}], "aerodynamic_surfaces": [{"length": 0.5592380459197107, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1325749234885933}, {"n": 4, "root_chord": 0.11846006398912802, "tip_chord": 0.059756945996276345, "span": 0.1097788602510736, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498118440013007}, {"top_radius": 0.06426170203758078, "bottom_radius": 0.044485568367773655, "length": 0.06088129408463796, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6981209148853217, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6202048693626271, "upper_button_position": 0.0779160455226946}], "rail_length": 5, "inclination": 84.11126262827351, "heading": 55.25714073151439} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349537988658124, "mass": 16.26374135203292, "I_11_without_motor": 6.321, "I_22_without_motor": 6.303351448110985, "I_33_without_motor": 0.017839905333541937, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.89867301899434, "trigger": 800, "sampling_rate": 105, "lag": 1.3847765461009958, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9225048518841692, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5139432572114524, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4918.616916531067, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03277529480682551, "grain_number": 5, "grain_density": 1824.2705911174592, "grain_outer_radius": 0.032605972659981476, "grain_initial_inner_radius": 0.015012021683530998, "grain_initial_height": 0.12195864350944396, "grain_separation": 0.004866462856190829, "grains_center_of_mass_position": 0.3969714716302039, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0021494987763222297, "throat_radius": 0.01042825504483397, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2566173268326155}], "aerodynamic_surfaces": [{"length": 0.5583781137408227, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338234504554212}, {"n": 4, "root_chord": 0.12055643263667175, "tip_chord": 0.060325514322774526, "span": 0.10978833370832987, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0481175900746778}, {"top_radius": 0.06340660322558261, "bottom_radius": 0.043706873009453674, "length": 0.059879816334756385, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994096007225356, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619073890733449, "upper_button_position": 0.08033570998908657}], "rail_length": 5, "inclination": 83.60171998439714, "heading": 55.82584170230985} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349494149238588, "mass": 15.01305461448774, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314858758952018, "I_33_without_motor": 0.032154191186308, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.004196919481192, "trigger": 800, "sampling_rate": 105, "lag": 1.4881632378461045, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0511313484305176, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2331635081231802, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5985.468869599625, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032834235529981985, "grain_number": 5, "grain_density": 1735.8037572542898, "grain_outer_radius": 0.033180357988911086, "grain_initial_inner_radius": 0.014441082333702107, "grain_initial_height": 0.12052823064097949, "grain_separation": 0.005638189831803413, "grains_center_of_mass_position": 0.3964809583489835, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003611609797540852, "throat_radius": 0.010468505765663445, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542782887127162}], "aerodynamic_surfaces": [{"length": 0.5587790934774709, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343843974606513}, {"n": 4, "root_chord": 0.12017747658041177, "tip_chord": 0.05975219177546138, "span": 0.10983261999079516, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500213665721072}, {"top_radius": 0.06259154857378489, "bottom_radius": 0.04416851792437637, "length": 0.06124332607469345, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7018088081875593, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181474410533125, "upper_button_position": 0.08366136713424677}], "rail_length": 5, "inclination": 84.4005297881544, "heading": 51.906393751198614} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349853859512308, "mass": 15.787308837790986, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308904532732252, "I_33_without_motor": 0.03331761007846047, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.8992233598215, "trigger": 800, "sampling_rate": 105, "lag": 1.7083996918974775, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.031518764464439, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4960662000307794, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5860.600994966373, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033293976075638894, "grain_number": 5, "grain_density": 1819.7881636937036, "grain_outer_radius": 0.03256955373721875, "grain_initial_inner_radius": 0.015716900800483286, "grain_initial_height": 0.12024064073295922, "grain_separation": 0.004911614816968704, "grains_center_of_mass_position": 0.3968059923997527, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0016701355038136378, "throat_radius": 0.010933981507380116, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535183161683021}], "aerodynamic_surfaces": [{"length": 0.5580822876032374, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334178046159757}, {"n": 4, "root_chord": 0.11992794558189494, "tip_chord": 0.06058168200238201, "span": 0.10974690145361204, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484585919740324}, {"top_radius": 0.06316690615427781, "bottom_radius": 0.043329010910647246, "length": 0.06140122449718552, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997266180290098, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618533851394257, "upper_button_position": 0.08119276663475283}], "rail_length": 5, "inclination": 83.43469139984246, "heading": 50.2429063382575} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349982085176221, "mass": 15.29488638086733, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315991100238828, "I_33_without_motor": 0.03600664255205628, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.84035461382088, "trigger": 800, "sampling_rate": 105, "lag": 1.507102868258484, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0567616577701244, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4929580500227773, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8256.41372327983, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03309141757813683, "grain_number": 5, "grain_density": 1764.1899256386403, "grain_outer_radius": 0.03182502890987087, "grain_initial_inner_radius": 0.014164112404096853, "grain_initial_height": 0.12148635235078142, "grain_separation": 0.004864775898147198, "grains_center_of_mass_position": 0.3981921297853889, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002402432818617748, "throat_radius": 0.010885896011297413, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559299860818156}], "aerodynamic_surfaces": [{"length": 0.5584312913837125, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329550612639492}, {"n": 4, "root_chord": 0.12020133970815369, "tip_chord": 0.06050313461932483, "span": 0.11005690024852065, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502835727810889}, {"top_radius": 0.06067560572872469, "bottom_radius": 0.04163580830320951, "length": 0.05944077817495907, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989922590892839, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618751053801871, "upper_button_position": 0.08024120528741285}], "rail_length": 5, "inclination": 84.30081045175338, "heading": 52.65961430115898} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349616512602754, "mass": 15.118079425225778, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323209228764236, "I_33_without_motor": 0.03417190852046105, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.963599001743926, "trigger": 800, "sampling_rate": 105, "lag": 1.5014572762153209, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0648257413865079, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6548475932192113, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8496.291542773162, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03319623769144776, "grain_number": 5, "grain_density": 1900.3621118873314, "grain_outer_radius": 0.032893440454943516, "grain_initial_inner_radius": 0.015291475594203338, "grain_initial_height": 0.12025327702492482, "grain_separation": 0.004916041819981492, "grains_center_of_mass_position": 0.39546802309883317, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00017148178158446354, "throat_radius": 0.011787461946555418, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254097989652451}], "aerodynamic_surfaces": [{"length": 0.5584735061521029, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344961386663952}, {"n": 4, "root_chord": 0.12041576394931994, "tip_chord": 0.059467915000298494, "span": 0.10874406879718486, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491875998573608}, {"top_radius": 0.06381896845269465, "bottom_radius": 0.043904318398045254, "length": 0.05898765771748379, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001158728180814, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618100697555111, "upper_button_position": 0.08201517526297042}], "rail_length": 5, "inclination": 85.9511610026528, "heading": 53.43548339232129} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.0635152811390649, "mass": 14.862801601311357, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323288660630336, "I_33_without_motor": 0.04283714879907476, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.98172335850171, "trigger": 800, "sampling_rate": 105, "lag": 1.3998808500147404, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.021921286958937, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7925438942382972, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7988.195056230656, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03330235155281681, "grain_number": 5, "grain_density": 1793.6134168622832, "grain_outer_radius": 0.03362421512312968, "grain_initial_inner_radius": 0.014491559614253626, "grain_initial_height": 0.12095641209797019, "grain_separation": 0.005183397275410621, "grains_center_of_mass_position": 0.39695429957058104, "center_of_dry_mass_position": 0.317, "nozzle_position": -6.073219491131023e-05, "throat_radius": 0.011993529351778321, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557460265946314}], "aerodynamic_surfaces": [{"length": 0.5588006064265622, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343655015960572}, {"n": 4, "root_chord": 0.1201380076346752, "tip_chord": 0.05996713648964409, "span": 0.1098912615439165, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490038577876415}, {"top_radius": 0.06188084136664016, "bottom_radius": 0.043176427988210385, "length": 0.05963936969063795, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009375523228915, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187220213280306, "upper_button_position": 0.0822155309948609}], "rail_length": 5, "inclination": 82.61447955115804, "heading": 51.94720441162299} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350471300742475, "mass": 16.480343097193007, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3395602484686755, "I_33_without_motor": 0.03406280364779896, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.945010411533472, "trigger": 800, "sampling_rate": 105, "lag": 1.6892874714904558, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9743473340911023, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6371015797000195, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4973.8027204040845, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03324093562657875, "grain_number": 5, "grain_density": 1890.0344453128337, "grain_outer_radius": 0.03305883137940185, "grain_initial_inner_radius": 0.01453628100688679, "grain_initial_height": 0.11870350085565316, "grain_separation": 0.005375430449758044, "grains_center_of_mass_position": 0.3968298528353384, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009001275086650626, "throat_radius": 0.010913916713669968, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549752631679227}], "aerodynamic_surfaces": [{"length": 0.5573977288863133, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133218213003287}, {"n": 4, "root_chord": 0.12000022569486708, "tip_chord": 0.059812288454947404, "span": 0.10975192563130479, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489448921853608}, {"top_radius": 0.06143499444059913, "bottom_radius": 0.04344308067468935, "length": 0.06056440589567823, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980740292485023, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186059950187415, "upper_button_position": 0.07946803422976079}], "rail_length": 5, "inclination": 85.20957603544649, "heading": 54.342300454649966} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.0634973233141038, "mass": 14.967689740238663, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31730334624879, "I_33_without_motor": 0.04377955415022293, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.120088690171153, "trigger": 800, "sampling_rate": 105, "lag": 1.4461820353087718, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9055606690418597, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4622652264294653, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5678.143110000759, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03300219558060007, "grain_number": 5, "grain_density": 1798.1287025199158, "grain_outer_radius": 0.032506150006404985, "grain_initial_inner_radius": 0.015368912505634099, "grain_initial_height": 0.11803272104155392, "grain_separation": 0.005808445041256864, "grains_center_of_mass_position": 0.396749544134057, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010491136257095906, "throat_radius": 0.011207164796189068, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556026906597708}], "aerodynamic_surfaces": [{"length": 0.5585095263042695, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1326431128968686}, {"n": 4, "root_chord": 0.12033021412334881, "tip_chord": 0.06032367158828958, "span": 0.11007096229803176, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495884620288718}, {"top_radius": 0.06280226532147308, "bottom_radius": 0.042538818315526826, "length": 0.06112055335304214, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996345321764816, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163724601440188, "upper_button_position": 0.08326207203246283}], "rail_length": 5, "inclination": 83.12383357083715, "heading": 53.15874440149642} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349017003535677, "mass": 15.543102462466564, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311563014720127, "I_33_without_motor": 0.026070838024514757, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.959071030192867, "trigger": 800, "sampling_rate": 105, "lag": 1.5698184625552347, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1134633662860989, "trigger": "apogee", "sampling_rate": 105, "lag": 1.60403768660643, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6761.617915884184, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03274957838002784, "grain_number": 5, "grain_density": 1908.023002889608, "grain_outer_radius": 0.03255641477224033, "grain_initial_inner_radius": 0.015181982348081434, "grain_initial_height": 0.12117855238335679, "grain_separation": 0.004879099272172178, "grains_center_of_mass_position": 0.3964836024062002, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015669496265975653, "throat_radius": 0.011989029795113982, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558276845991962}], "aerodynamic_surfaces": [{"length": 0.5588008884272933, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350502189980551}, {"n": 4, "root_chord": 0.11944380242654165, "tip_chord": 0.05898330978036383, "span": 0.10961272991539509, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049108282310341}, {"top_radius": 0.06395445516470476, "bottom_radius": 0.04253940307092263, "length": 0.061205599128798555, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002126847226492, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177419177967224, "upper_button_position": 0.08247076692592681}], "rail_length": 5, "inclination": 84.33066306610105, "heading": 53.34318986411872} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349200283421967, "mass": 15.958798397277338, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307117003764123, "I_33_without_motor": 0.00875462789122387, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.982693719258489, "trigger": 800, "sampling_rate": 105, "lag": 1.4865693940555726, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.045130871256927, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6703139119054662, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8147.869304455308, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03300073260889325, "grain_number": 5, "grain_density": 1839.7028539678295, "grain_outer_radius": 0.033178753394888606, "grain_initial_inner_radius": 0.015042619195813907, "grain_initial_height": 0.12039158199587156, "grain_separation": 0.005972811781241412, "grains_center_of_mass_position": 0.39774521121263234, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001866407252519501, "throat_radius": 0.011109612786372292, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2531589303607114}], "aerodynamic_surfaces": [{"length": 0.556790229546409, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337015691340384}, {"n": 4, "root_chord": 0.11958115822817343, "tip_chord": 0.059400858721933826, "span": 0.10963404586231121, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048840920523501}, {"top_radius": 0.06364778937696922, "bottom_radius": 0.043916589073276294, "length": 0.06054116710381818, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699218768833248, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173242726178828, "upper_button_position": 0.08189449621536515}], "rail_length": 5, "inclination": 84.23881079858674, "heading": 53.92781903515243} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349927549744334, "mass": 15.050157374770693, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323192183277348, "I_33_without_motor": 0.056999040233342235, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.028628076279785, "trigger": 800, "sampling_rate": 105, "lag": 1.5837734567015138, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9828075792319033, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5603029874085457, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4915.046886994323, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033099792636448126, "grain_number": 5, "grain_density": 1820.2313081395812, "grain_outer_radius": 0.03325792756866057, "grain_initial_inner_radius": 0.014927236251675718, "grain_initial_height": 0.11950275039038635, "grain_separation": 0.0036433185886059058, "grains_center_of_mass_position": 0.3962082155323089, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00017933270271264674, "throat_radius": 0.011918980746968804, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563315696767252}], "aerodynamic_surfaces": [{"length": 0.5566994927475896, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348454849695886}, {"n": 4, "root_chord": 0.1209254406117129, "tip_chord": 0.05945726544932495, "span": 0.11018886141387405, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0481099711506823}, {"top_radius": 0.06380618208696238, "bottom_radius": 0.044502045185904525, "length": 0.059827494399055714, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000651110330319, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193161130530526, "upper_button_position": 0.08074899797997936}], "rail_length": 5, "inclination": 85.32983101570152, "heading": 53.059028248424575} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350754945183625, "mass": 15.12833552552987, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317241894803342, "I_33_without_motor": 0.028107975155907246, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.928828083684952, "trigger": 800, "sampling_rate": 105, "lag": 1.4046168618538926, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9752976861771672, "trigger": "apogee", "sampling_rate": 105, "lag": 1.773048358026448, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5312.719913388796, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03349618929580263, "grain_number": 5, "grain_density": 1811.4274166790694, "grain_outer_radius": 0.03351628060651079, "grain_initial_inner_radius": 0.014644169756017235, "grain_initial_height": 0.11862065410359422, "grain_separation": 0.0035163868937797, "grains_center_of_mass_position": 0.3975841566018082, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003116628287303818, "throat_radius": 0.010778986081061821, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254406024831486}], "aerodynamic_surfaces": [{"length": 0.5563053759139859, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354383730098965}, {"n": 4, "root_chord": 0.11968252890977116, "tip_chord": 0.06052551517378043, "span": 0.1097007481181437, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492294435734988}, {"top_radius": 0.06254309577452463, "bottom_radius": 0.043532311932876336, "length": 0.060397781594124705, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982647593424978, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181547751793527, "upper_button_position": 0.08010998416314508}], "rail_length": 5, "inclination": 84.33789106756856, "heading": 52.927511449141086} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.0634947812777825, "mass": 15.28807650870888, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324321602200763, "I_33_without_motor": 0.02076708214970599, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.033307760367196, "trigger": 800, "sampling_rate": 105, "lag": 1.4928374781708076, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0984461992473118, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7944954877531198, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4386.01187256167, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032840208809213345, "grain_number": 5, "grain_density": 1895.3069647282673, "grain_outer_radius": 0.03372666697614016, "grain_initial_inner_radius": 0.015427822919293245, "grain_initial_height": 0.1196024195185117, "grain_separation": 0.004907552028675734, "grains_center_of_mass_position": 0.39809093442548243, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011250210844371365, "throat_radius": 0.010245858472253698, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561069110385108}], "aerodynamic_surfaces": [{"length": 0.5577611929451916, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348388312794118}, {"n": 4, "root_chord": 0.12035336457025388, "tip_chord": 0.06021361610755809, "span": 0.11008095675659227, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491062755069633}, {"top_radius": 0.0638645468487233, "bottom_radius": 0.044032979003716485, "length": 0.06059965268730237, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002640033109004, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184378447442657, "upper_button_position": 0.08182615856663478}], "rail_length": 5, "inclination": 87.12032979997944, "heading": 53.750707151842} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349108920424094, "mass": 14.452535353262366, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3182771017265065, "I_33_without_motor": 0.024470155012674973, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.257280246386724, "trigger": 800, "sampling_rate": 105, "lag": 1.413149246409777, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0006153359257497, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0074719974705981, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5572.785350478398, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03297537397636088, "grain_number": 5, "grain_density": 1850.1961010849325, "grain_outer_radius": 0.03366218061425911, "grain_initial_inner_radius": 0.01436067409587392, "grain_initial_height": 0.12070628512077172, "grain_separation": 0.004917855694759658, "grains_center_of_mass_position": 0.39527646237765046, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006777598565807823, "throat_radius": 0.01087210294085323, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557631748327291}], "aerodynamic_surfaces": [{"length": 0.5577931466468391, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329397821032736}, {"n": 4, "root_chord": 0.11922922265092331, "tip_chord": 0.06006307156468806, "span": 0.11015706885951516, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498264716652064}, {"top_radius": 0.06356420184881419, "bottom_radius": 0.04612808006044819, "length": 0.06080824503594015, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008138320402337, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6156325924474467, "upper_button_position": 0.085181239592787}], "rail_length": 5, "inclination": 83.51674237357577, "heading": 55.17845665357266} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06348963877389892, "mass": 15.351677991398944, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326588274257431, "I_33_without_motor": 0.02642569750375266, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.848360020676923, "trigger": 800, "sampling_rate": 105, "lag": 1.5118735633295222, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9535359551983719, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7393385681661442, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6053.387988376577, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03279906070249059, "grain_number": 5, "grain_density": 1766.6343083155973, "grain_outer_radius": 0.03359974595907306, "grain_initial_inner_radius": 0.01555694272326292, "grain_initial_height": 0.1202965484672649, "grain_separation": 0.002771317357240836, "grains_center_of_mass_position": 0.3977846713600439, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006388576856720412, "throat_radius": 0.01082997696296886, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555420227952103}], "aerodynamic_surfaces": [{"length": 0.5584160194745709, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350665505153785}, {"n": 4, "root_chord": 0.11980017024529606, "tip_chord": 0.05905490300057638, "span": 0.11046840519418145, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485159979104828}, {"top_radius": 0.06156491233299402, "bottom_radius": 0.04479942518843693, "length": 0.06006070100257932, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992473969805098, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184443127746585, "upper_button_position": 0.08080308420585125}], "rail_length": 5, "inclination": 84.8626346345562, "heading": 52.720190998677154} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.0635034532619633, "mass": 15.606276564378973, "I_11_without_motor": 6.321, "I_22_without_motor": 6.344977649148894, "I_33_without_motor": 0.04146778643025491, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.00342100389553, "trigger": 800, "sampling_rate": 105, "lag": 1.3951613445154236, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0947875267071792, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7058932980205819, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6060.498473911103, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033660999878606844, "grain_number": 5, "grain_density": 1881.733810035849, "grain_outer_radius": 0.03255192772858074, "grain_initial_inner_radius": 0.014699795552078695, "grain_initial_height": 0.11990144739669024, "grain_separation": 0.005850437662708443, "grains_center_of_mass_position": 0.39794931917233933, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011283836645789593, "throat_radius": 0.011300191014774214, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551036934012774}], "aerodynamic_surfaces": [{"length": 0.5590621970031532, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339150227039294}, {"n": 4, "root_chord": 0.12014034866888727, "tip_chord": 0.06025845139196951, "span": 0.10959915652608854, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491156090727367}, {"top_radius": 0.06325389426745616, "bottom_radius": 0.0439608485046019, "length": 0.0605825763702596, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012434749248974, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182474072419585, "upper_button_position": 0.08299606768293888}], "rail_length": 5, "inclination": 85.65580923150746, "heading": 50.02808535903316} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06350207947184935, "mass": 15.554257887104779, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317255236538053, "I_33_without_motor": 0.04160516069740268, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.01518898373035, "trigger": 800, "sampling_rate": 105, "lag": 1.4164471240377432, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9612580702551964, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8284674420057114, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6545.8878470546615, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03313745501217345, "grain_number": 5, "grain_density": 1820.7460321741348, "grain_outer_radius": 0.03222991508711555, "grain_initial_inner_radius": 0.015533831313035552, "grain_initial_height": 0.11964825838561402, "grain_separation": 0.0035838519550020573, "grains_center_of_mass_position": 0.39813124459284543, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006669006865050889, "throat_radius": 0.011652976443532807, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554530114079403}], "aerodynamic_surfaces": [{"length": 0.5566495106659247, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1320828166359915}, {"n": 4, "root_chord": 0.12045957975983555, "tip_chord": 0.060302364506758015, "span": 0.109923371402033, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496765252425795}, {"top_radius": 0.06245346304224564, "bottom_radius": 0.04426778764599313, "length": 0.06122524279826642, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997987471279589, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181295254360404, "upper_button_position": 0.08166922169191848}], "rail_length": 5, "inclination": 83.9421748399357, "heading": 51.509365074511834} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350424392324987, "mass": 15.299892465770174, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318057191717741, "I_33_without_motor": 0.03905163043382641, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.106708717116163, "trigger": 800, "sampling_rate": 105, "lag": 1.5739562884577416, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0658863818981388, "trigger": "apogee", "sampling_rate": 105, "lag": 1.513242020288938, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6271.211137677866, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03297654226652107, "grain_number": 5, "grain_density": 1843.522611505391, "grain_outer_radius": 0.03289604263541268, "grain_initial_inner_radius": 0.015137655852026657, "grain_initial_height": 0.12075700431040794, "grain_separation": 0.004950134319486263, "grains_center_of_mass_position": 0.3975090817328619, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001827489651990213, "throat_radius": 0.010397761705073848, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549910132428344}], "aerodynamic_surfaces": [{"length": 0.5586438420815019, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354245768925013}, {"n": 4, "root_chord": 0.11985566502526121, "tip_chord": 0.058912614733335915, "span": 0.11025019857369989, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0480636607499632}, {"top_radius": 0.061925001652875275, "bottom_radius": 0.04301585199918904, "length": 0.05908596726674793, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001406977229149, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176069208902156, "upper_button_position": 0.08253377683269925}], "rail_length": 5, "inclination": 84.84274200128134, "heading": 53.53100934640582} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06351501437896052, "mass": 16.018443529087342, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3216936420188174, "I_33_without_motor": 0.04862779055309598, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.855487361592772, "trigger": 800, "sampling_rate": 105, "lag": 1.3446858093365557, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0879464648125754, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7099476343745492, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7213.648389536178, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03246162410082121, "grain_number": 5, "grain_density": 1877.8398278276334, "grain_outer_radius": 0.033381254663716886, "grain_initial_inner_radius": 0.014788825690508201, "grain_initial_height": 0.12028379045102983, "grain_separation": 0.005488655791308597, "grains_center_of_mass_position": 0.3961004005401672, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005271132430990217, "throat_radius": 0.010848621250359887, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556290500516825}], "aerodynamic_surfaces": [{"length": 0.5578183034200304, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341044713148292}, {"n": 4, "root_chord": 0.11988458246529127, "tip_chord": 0.0600406937335629, "span": 0.1091763722456597, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490094732583637}, {"top_radius": 0.06285882192127029, "bottom_radius": 0.044268769746879016, "length": 0.059173162763654856, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994256242790864, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171669919223982, "upper_button_position": 0.08225863235668818}], "rail_length": 5, "inclination": 84.03912679387601, "heading": 50.56161039746238} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350325601508333, "mass": 15.497822506741601, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324585948129122, "I_33_without_motor": 0.04015585644880575, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.194430149744626, "trigger": 800, "sampling_rate": 105, "lag": 1.6560360353830876, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0401719908830176, "trigger": "apogee", "sampling_rate": 105, "lag": 1.363301712811827, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5088.067999401366, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03263348892708334, "grain_number": 5, "grain_density": 1808.2113341482786, "grain_outer_radius": 0.0328156325387645, "grain_initial_inner_radius": 0.015183066863570748, "grain_initial_height": 0.11872084296693734, "grain_separation": 0.005911092527175958, "grains_center_of_mass_position": 0.3969607159195042, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013425869497228457, "throat_radius": 0.010965552428758655, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255451899489472}], "aerodynamic_surfaces": [{"length": 0.5566657937083002, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345946835929737}, {"n": 4, "root_chord": 0.11959515279996188, "tip_chord": 0.06086934870321517, "span": 0.1093854538741885, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489011958712415}, {"top_radius": 0.06273176419741278, "bottom_radius": 0.043493762222887006, "length": 0.06047505802109551, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988839591339969, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191762948639344, "upper_button_position": 0.07970766427006248}], "rail_length": 5, "inclination": 85.46078298280686, "heading": 53.823713752810406} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349084567146121, "mass": 15.86845775640349, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32717862060212, "I_33_without_motor": 0.034676947234082794, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.149655239382026, "trigger": 800, "sampling_rate": 105, "lag": 1.4162843867925976, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9142435529892494, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7708033517572592, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7007.133631249058, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03354822657985984, "grain_number": 5, "grain_density": 1845.5229684048488, "grain_outer_radius": 0.03274914305241965, "grain_initial_inner_radius": 0.01539698734367867, "grain_initial_height": 0.11931786194065057, "grain_separation": 0.004120812576135866, "grains_center_of_mass_position": 0.39744563634127344, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001898473895539015, "throat_radius": 0.01151679985868403, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2527556916581921}], "aerodynamic_surfaces": [{"length": 0.5588743838139801, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348227511117983}, {"n": 4, "root_chord": 0.12021630938682194, "tip_chord": 0.05973365605180967, "span": 0.11022613057639055, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487408591830218}, {"top_radius": 0.0627175583225241, "bottom_radius": 0.04297173839514501, "length": 0.0587631024004354, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999225027737394, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178230148635436, "upper_button_position": 0.08209948791019572}], "rail_length": 5, "inclination": 84.50134254810472, "heading": 54.53541008195894} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349983453893217, "mass": 16.027321705964873, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325631199790536, "I_33_without_motor": 0.02832509345816396, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.079529138584109, "trigger": 800, "sampling_rate": 105, "lag": 1.4912000800118124, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0588739040598316, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8356078520163694, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6409.031577779554, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032822958096195384, "grain_number": 5, "grain_density": 1773.8667820542883, "grain_outer_radius": 0.03347442537697957, "grain_initial_inner_radius": 0.015289058514257308, "grain_initial_height": 0.12018616129803363, "grain_separation": 0.00498761784567759, "grains_center_of_mass_position": 0.3977405289210172, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003409641535046202, "throat_radius": 0.01090561116758768, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552921542442717}], "aerodynamic_surfaces": [{"length": 0.5592310094971343, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349458334404003}, {"n": 4, "root_chord": 0.11938703835745101, "tip_chord": 0.059933113594755005, "span": 0.1099312126187654, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048107734154796}, {"top_radius": 0.06304646343370875, "bottom_radius": 0.04325372681032008, "length": 0.060576844952404854, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700109113830869, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175435073011535, "upper_button_position": 0.08256560652971556}], "rail_length": 5, "inclination": 85.7997146633603, "heading": 53.02409609241188} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349438625923676, "mass": 15.806720820727863, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324415523403156, "I_33_without_motor": 0.03857527813644896, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.966883016250657, "trigger": 800, "sampling_rate": 105, "lag": 1.4076297515415297, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8857259262328373, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1034818255857064, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5307.248649991723, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03209497091158163, "grain_number": 5, "grain_density": 1749.5049291403398, "grain_outer_radius": 0.03311338065697084, "grain_initial_inner_radius": 0.015032147061847191, "grain_initial_height": 0.12018554485192295, "grain_separation": 0.007319750345758207, "grains_center_of_mass_position": 0.3954376317526405, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00024581048267119756, "throat_radius": 0.011367392648551064, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253001195019059}], "aerodynamic_surfaces": [{"length": 0.5578027833736338, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134619829136552}, {"n": 4, "root_chord": 0.12051758186288028, "tip_chord": 0.06031702159661888, "span": 0.10908153573593239, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0516117986627267}, {"top_radius": 0.06410141303417642, "bottom_radius": 0.04456282456844341, "length": 0.05716079174056432, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6981707140797184, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189008388680826, "upper_button_position": 0.07926987521163587}], "rail_length": 5, "inclination": 84.9342233072949, "heading": 55.962399365616044} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06348533660867994, "mass": 15.44540679415529, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313800326145033, "I_33_without_motor": 0.05446438442941786, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.9619186716257, "trigger": 800, "sampling_rate": 105, "lag": 1.5199469647157484, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0802266590490792, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3502666059147805, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6205.380835985963, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0327644273584579, "grain_number": 5, "grain_density": 1820.9265535297009, "grain_outer_radius": 0.032820810110991215, "grain_initial_inner_radius": 0.01436363988042566, "grain_initial_height": 0.11729203182844644, "grain_separation": 0.004790634553859138, "grains_center_of_mass_position": 0.3969095831522606, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008743295100587912, "throat_radius": 0.009531012254984917, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555402815137062}], "aerodynamic_surfaces": [{"length": 0.5582767566646298, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332504011585693}, {"n": 4, "root_chord": 0.120236646740299, "tip_chord": 0.06043666618853284, "span": 0.10936472338300941, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0510603322048344}, {"top_radius": 0.06346801966227171, "bottom_radius": 0.04259645233390924, "length": 0.06158769797053411, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6981499587684686, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171572705802562, "upper_button_position": 0.08099268818821248}], "rail_length": 5, "inclination": 85.01510865026668, "heading": 51.54896691065473} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350825984071563, "mass": 15.232022871991024, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327728349563887, "I_33_without_motor": 0.026329397374523056, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.033169769633234, "trigger": 800, "sampling_rate": 105, "lag": 1.3604472472023224, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0371409815234955, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5021351204721058, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6745.808167033112, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03227079964048307, "grain_number": 5, "grain_density": 1820.4384290530782, "grain_outer_radius": 0.03347073297591924, "grain_initial_inner_radius": 0.01485979056515416, "grain_initial_height": 0.12201438440197969, "grain_separation": 0.0046413297332656405, "grains_center_of_mass_position": 0.3962088047849918, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0020470024057335752, "throat_radius": 0.011532312781242117, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255193476014883}], "aerodynamic_surfaces": [{"length": 0.5586528845664067, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338917979082797}, {"n": 4, "root_chord": 0.11996038117502092, "tip_chord": 0.060232875041679235, "span": 0.10955701888108209, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499158625062426}, {"top_radius": 0.06371172963176451, "bottom_radius": 0.04405169620063626, "length": 0.059569905837968944, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998459345532895, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183317754980059, "upper_button_position": 0.08151415905528359}], "rail_length": 5, "inclination": 83.86889308015505, "heading": 55.505170488089526} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.0634933007992269, "mass": 15.525338287256192, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3213545166329785, "I_33_without_motor": 0.04382944531962043, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.870792970538353, "trigger": 800, "sampling_rate": 105, "lag": 1.458830504087765, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9918513379687934, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5783260087512558, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6230.560903032368, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03343983063493339, "grain_number": 5, "grain_density": 1837.8189358535424, "grain_outer_radius": 0.03241850439637484, "grain_initial_inner_radius": 0.014731626427782016, "grain_initial_height": 0.11948485312907965, "grain_separation": 0.005871409835043996, "grains_center_of_mass_position": 0.39839796818888984, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006627930389849343, "throat_radius": 0.010430812050256845, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553693871736187}], "aerodynamic_surfaces": [{"length": 0.5582849815218686, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349543010983905}, {"n": 4, "root_chord": 0.11964406209260751, "tip_chord": 0.059330720127380644, "span": 0.10961240876140954, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487454497189064}, {"top_radius": 0.06315122772901409, "bottom_radius": 0.043621579080081255, "length": 0.060953229922057484, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999582726867061, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6160562005908833, "upper_button_position": 0.08390207209582279}], "rail_length": 5, "inclination": 82.70015148460124, "heading": 56.34583085252619} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349036732861295, "mass": 15.94976522610942, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307821789258293, "I_33_without_motor": 0.023449400781282777, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.045707698775262, "trigger": 800, "sampling_rate": 105, "lag": 1.3653974228572974, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9678895590898569, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5950311948237714, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6941.01950243132, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03337187897831499, "grain_number": 5, "grain_density": 1923.2676297520636, "grain_outer_radius": 0.03275648319801732, "grain_initial_inner_radius": 0.014892395576403678, "grain_initial_height": 0.12154207084192671, "grain_separation": 0.0043410492425568735, "grains_center_of_mass_position": 0.3975797982529467, "center_of_dry_mass_position": 0.317, "nozzle_position": 8.01721110025437e-05, "throat_radius": 0.010673902274223303, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552077523239016}], "aerodynamic_surfaces": [{"length": 0.5590257383487479, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134069797180483}, {"n": 4, "root_chord": 0.11993276780715607, "tip_chord": 0.061139806250765955, "span": 0.11050375801871294, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496752098791222}, {"top_radius": 0.06375860006022306, "bottom_radius": 0.043932678131460234, "length": 0.06264074979725877, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000731917414709, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179882889751874, "upper_button_position": 0.08208490276628344}], "rail_length": 5, "inclination": 84.04307796409765, "heading": 49.27476102887201} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349921363043723, "mass": 15.489920552976937, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324773614852415, "I_33_without_motor": 0.026369146461181547, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.08307259964426, "trigger": 800, "sampling_rate": 105, "lag": 1.330380772575097, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.966180494113819, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3939182562271866, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5549.5642289684865, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03310934054576974, "grain_number": 5, "grain_density": 1801.9748958297453, "grain_outer_radius": 0.033046974212921174, "grain_initial_inner_radius": 0.015640812919078897, "grain_initial_height": 0.1190591060541381, "grain_separation": 0.005050887035205096, "grains_center_of_mass_position": 0.3972583875882808, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006615019292538533, "throat_radius": 0.012337322452661758, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256224292262594}], "aerodynamic_surfaces": [{"length": 0.5579310215163756, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337416923846002}, {"n": 4, "root_chord": 0.11997513189721183, "tip_chord": 0.06001165413974848, "span": 0.10989758136280114, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049949647801785}, {"top_radius": 0.06340124354961821, "bottom_radius": 0.043384446031373015, "length": 0.059496467804073104, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991329945135356, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183197570705296, "upper_button_position": 0.08081323744300606}], "rail_length": 5, "inclination": 87.50978146354488, "heading": 50.8009801396673} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349025114756375, "mass": 15.17262258107802, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332948436806594, "I_33_without_motor": 0.03351156270882792, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.18587663519354, "trigger": 800, "sampling_rate": 105, "lag": 1.41189608953462, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9257787919530149, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2669896032988925, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5649.456139295493, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0327931282182546, "grain_number": 5, "grain_density": 1782.4015289059223, "grain_outer_radius": 0.03271277053503499, "grain_initial_inner_radius": 0.015043464650016112, "grain_initial_height": 0.1196109086356385, "grain_separation": 0.006243010682863875, "grains_center_of_mass_position": 0.39762640099581853, "center_of_dry_mass_position": 0.317, "nozzle_position": 4.328758536906149e-05, "throat_radius": 0.010947581222437117, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547225053405138}], "aerodynamic_surfaces": [{"length": 0.5588585184795972, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340484903635888}, {"n": 4, "root_chord": 0.12093079776124803, "tip_chord": 0.06070266761451561, "span": 0.1092121219874828, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505295794651788}, {"top_radius": 0.0638222258295541, "bottom_radius": 0.042154770840801076, "length": 0.059235489551679454, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993608579556833, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179650354455555, "upper_button_position": 0.08139582251012778}], "rail_length": 5, "inclination": 83.95113590655026, "heading": 50.495487706807396} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350622731817415, "mass": 16.12447011546899, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321346493542939, "I_33_without_motor": 0.02873048224707594, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.882155494212553, "trigger": 800, "sampling_rate": 105, "lag": 1.459231169611105, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9713446607595032, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5106784873123797, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5940.362794741284, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033536939376807205, "grain_number": 5, "grain_density": 1829.8042466741776, "grain_outer_radius": 0.03328734380374411, "grain_initial_inner_radius": 0.015194444899427671, "grain_initial_height": 0.11969695069511278, "grain_separation": 0.0031395336053774417, "grains_center_of_mass_position": 0.3965080874178773, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004971346239816415, "throat_radius": 0.010862126727033905, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2529586336173566}], "aerodynamic_surfaces": [{"length": 0.5578545640917114, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354309522005055}, {"n": 4, "root_chord": 0.11987665479203162, "tip_chord": 0.06005683179339713, "span": 0.1103739623623476, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489014652711655}, {"top_radius": 0.06229347421580721, "bottom_radius": 0.04472776297212934, "length": 0.0596117513414169, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001313107061486, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170972092621895, "upper_button_position": 0.08303410144395917}], "rail_length": 5, "inclination": 84.18636973066924, "heading": 49.94807205844317} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.0635031338041261, "mass": 14.606634783112423, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32734187518923, "I_33_without_motor": 0.026304687438228305, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.110544118700949, "trigger": 800, "sampling_rate": 105, "lag": 1.4347192693696995, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.01870201389441, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6366364797319959, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6669.248143444147, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03264059225370643, "grain_number": 5, "grain_density": 1775.53273986416, "grain_outer_radius": 0.033015067085017544, "grain_initial_inner_radius": 0.014899544855418362, "grain_initial_height": 0.1201960508976459, "grain_separation": 0.0072372954147266345, "grains_center_of_mass_position": 0.39477814026581753, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00017610702094297305, "throat_radius": 0.01153258334670428, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552679287446689}], "aerodynamic_surfaces": [{"length": 0.5578840377696145, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1321664557948745}, {"n": 4, "root_chord": 0.12051759968982971, "tip_chord": 0.0597440023734221, "span": 0.11068206411212342, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492224787886897}, {"top_radius": 0.064089633993183, "bottom_radius": 0.04276242587864574, "length": 0.06114078868844641, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984074430542443, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189854691144324, "upper_button_position": 0.07942197393981187}], "rail_length": 5, "inclination": 83.67711993821155, "heading": 54.05940289668247} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349632933372391, "mass": 15.502614378865285, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3099899038204015, "I_33_without_motor": 0.04645197037809586, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.991242826143019, "trigger": 800, "sampling_rate": 105, "lag": 1.6278479507206287, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0795358934503547, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5035167628638306, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7087.243456623895, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03356017470005421, "grain_number": 5, "grain_density": 1787.1612024703486, "grain_outer_radius": 0.03301089555713679, "grain_initial_inner_radius": 0.014739790292994161, "grain_initial_height": 0.11908505571378616, "grain_separation": 0.006086084850940619, "grains_center_of_mass_position": 0.39632463055958833, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001227951183182499, "throat_radius": 0.011158926349196916, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555195212509476}], "aerodynamic_surfaces": [{"length": 0.5586025336890527, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1326151299378335}, {"n": 4, "root_chord": 0.11994846217249028, "tip_chord": 0.05991155053429546, "span": 0.11038390027928875, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508147563114727}, {"top_radius": 0.06447455691073255, "bottom_radius": 0.04266562886001691, "length": 0.06050152940413862, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999000084867559, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194435243141371, "upper_button_position": 0.08045648417261886}], "rail_length": 5, "inclination": 84.71038174584028, "heading": 51.37505275652177} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.0635034464507089, "mass": 15.282477360326606, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324639046812634, "I_33_without_motor": 0.024325471010518084, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.085521700972429, "trigger": 800, "sampling_rate": 105, "lag": 1.5911996845610974, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9780870514106126, "trigger": "apogee", "sampling_rate": 105, "lag": 1.430813743737128, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6118.891250636791, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032865713317047414, "grain_number": 5, "grain_density": 1797.9068147888884, "grain_outer_radius": 0.03260520670973047, "grain_initial_inner_radius": 0.01535445064450258, "grain_initial_height": 0.12119282195724454, "grain_separation": 0.005529908872658831, "grains_center_of_mass_position": 0.3962558638343665, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00018223594872243383, "throat_radius": 0.011377519163840888, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557027880433584}], "aerodynamic_surfaces": [{"length": 0.5594568891311295, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347067629744465}, {"n": 4, "root_chord": 0.12014534616191244, "tip_chord": 0.06040676816290365, "span": 0.11027424498277581, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506728645265417}, {"top_radius": 0.0614441701785624, "bottom_radius": 0.043789103358859764, "length": 0.06065337303560928, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984386087651157, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183641001996626, "upper_button_position": 0.08007450856545306}], "rail_length": 5, "inclination": 82.93857848095887, "heading": 54.557621644075844} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349657504264826, "mass": 15.114289288423521, "I_11_without_motor": 6.321, "I_22_without_motor": 6.349352504510757, "I_33_without_motor": 0.0355272121798868, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.974836612893874, "trigger": 800, "sampling_rate": 105, "lag": 1.581767986875106, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9835898220286261, "trigger": "apogee", "sampling_rate": 105, "lag": 1.507126798903866, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6259.408175889075, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032864354156849816, "grain_number": 5, "grain_density": 1793.0743890156573, "grain_outer_radius": 0.03289774391826492, "grain_initial_inner_radius": 0.014291336266402254, "grain_initial_height": 0.12020255646755813, "grain_separation": 0.004632927329517939, "grains_center_of_mass_position": 0.3966891456363382, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009611302411505955, "throat_radius": 0.011466928391710145, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546713801606506}], "aerodynamic_surfaces": [{"length": 0.557976662431237, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345465024243595}, {"n": 4, "root_chord": 0.11987479804916246, "tip_chord": 0.05980728712497474, "span": 0.10995837648140049, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492473584231592}, {"top_radius": 0.06262531901196147, "bottom_radius": 0.043458405745948954, "length": 0.06043319539985702, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995664439963921, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169447336518378, "upper_button_position": 0.08262171034455434}], "rail_length": 5, "inclination": 84.34042356378284, "heading": 54.69690100358937} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350135475597933, "mass": 14.97418279303863, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316688571231345, "I_33_without_motor": 0.029265487989574623, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.970595111558614, "trigger": 800, "sampling_rate": 105, "lag": 1.5860695736006198, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9448851040042876, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6251726201588923, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6939.132448524769, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03338397945049034, "grain_number": 5, "grain_density": 1824.5415070545466, "grain_outer_radius": 0.03305460780888691, "grain_initial_inner_radius": 0.014578545574255832, "grain_initial_height": 0.12019358031335667, "grain_separation": 0.00394136380300872, "grains_center_of_mass_position": 0.3967249980815391, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001526709164326855, "throat_radius": 0.010697211326998694, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542836811153346}], "aerodynamic_surfaces": [{"length": 0.5573942714194838, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133158195414022}, {"n": 4, "root_chord": 0.11955711142506595, "tip_chord": 0.060443853543581554, "span": 0.1096199841223479, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050100676124317}, {"top_radius": 0.06456382400222165, "bottom_radius": 0.041561405269797944, "length": 0.05927666131424373, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008001475583788, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193517026079051, "upper_button_position": 0.08144844495047376}], "rail_length": 5, "inclination": 84.3047565545644, "heading": 54.023505023987} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349190699453638, "mass": 15.968929551277308, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3219777920429285, "I_33_without_motor": 0.038456279428158394, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.133901956909718, "trigger": 800, "sampling_rate": 105, "lag": 1.3337570327504558, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1268243300763503, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3388640733164885, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7401.325932711116, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.034169719252538, "grain_number": 5, "grain_density": 1761.1232537704473, "grain_outer_radius": 0.03239080358882668, "grain_initial_inner_radius": 0.014540422077489403, "grain_initial_height": 0.11984712313557322, "grain_separation": 0.005538292789411523, "grains_center_of_mass_position": 0.3965678041259441, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0028130820853035283, "throat_radius": 0.011788143316017387, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542333614737335}], "aerodynamic_surfaces": [{"length": 0.5596995214984137, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335504336337985}, {"n": 4, "root_chord": 0.1197466763916709, "tip_chord": 0.059266156572787984, "span": 0.10892529714084623, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04895650887169}, {"top_radius": 0.0640321520971979, "bottom_radius": 0.044795421743558245, "length": 0.060357426907486536, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986094596906045, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185066164350802, "upper_button_position": 0.0801028432555243}], "rail_length": 5, "inclination": 84.32656163965265, "heading": 52.56977058231966} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.0634996360228357, "mass": 15.054288168526336, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316330191936034, "I_33_without_motor": 0.033459823068554835, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.112686159973917, "trigger": 800, "sampling_rate": 105, "lag": 1.377164214627476, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0517900054515348, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4369367690213986, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5744.709623808972, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03300601793432633, "grain_number": 5, "grain_density": 1825.7996169150192, "grain_outer_radius": 0.03266493880325587, "grain_initial_inner_radius": 0.014738071733032643, "grain_initial_height": 0.11990863085768687, "grain_separation": 0.006594925598969506, "grains_center_of_mass_position": 0.39701304708675994, "center_of_dry_mass_position": 0.317, "nozzle_position": -3.8987495411488584e-05, "throat_radius": 0.011809792363427964, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538951260979898}], "aerodynamic_surfaces": [{"length": 0.5563576034453782, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345641360158087}, {"n": 4, "root_chord": 0.1202686589543235, "tip_chord": 0.05895655767565988, "span": 0.10987958840951156, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505757827823627}, {"top_radius": 0.06229868001949689, "bottom_radius": 0.04304970678127948, "length": 0.05821272529800022, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992545970792513, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6202629368250168, "upper_button_position": 0.07899166025423454}], "rail_length": 5, "inclination": 84.85363894022396, "heading": 50.873937414100006} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349925072737142, "mass": 14.871615832953587, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32152817973551, "I_33_without_motor": 0.03445047442123275, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.885431340480062, "trigger": 800, "sampling_rate": 105, "lag": 1.4732478627138113, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0298470453026112, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4017894060702139, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7973.557133653716, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03286320366991285, "grain_number": 5, "grain_density": 1802.1723627440247, "grain_outer_radius": 0.033303024662376335, "grain_initial_inner_radius": 0.014974999935797859, "grain_initial_height": 0.11886676185234622, "grain_separation": 0.005345380022138561, "grains_center_of_mass_position": 0.3956774289486449, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000414943056781037, "throat_radius": 0.010545233081284692, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558720176497364}], "aerodynamic_surfaces": [{"length": 0.5576072979182739, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133403936558236}, {"n": 4, "root_chord": 0.11949289699419208, "tip_chord": 0.059838943316850364, "span": 0.10930809897920953, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507839607736176}, {"top_radius": 0.0627606829851377, "bottom_radius": 0.04407353890669054, "length": 0.060160060248155844, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996646970546216, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188997362813433, "upper_button_position": 0.08076496077327833}], "rail_length": 5, "inclination": 83.53304334873896, "heading": 52.783418853262795} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350849943697023, "mass": 15.230671029839478, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328026272613601, "I_33_without_motor": 0.029150019999328782, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.963049045357446, "trigger": 800, "sampling_rate": 105, "lag": 1.475965734932519, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0451576502956914, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9434796681262065, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5209.958807873756, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03264218814921788, "grain_number": 5, "grain_density": 1852.704946325329, "grain_outer_radius": 0.03398196589508175, "grain_initial_inner_radius": 0.015160643291554978, "grain_initial_height": 0.11874837998445573, "grain_separation": 0.006875483705806205, "grains_center_of_mass_position": 0.39803851534080403, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006254594970207602, "throat_radius": 0.009938433557073353, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559412804795764}], "aerodynamic_surfaces": [{"length": 0.5586777326426189, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332455177627083}, {"n": 4, "root_chord": 0.12016126261519423, "tip_chord": 0.05948732552854826, "span": 0.11042236294505565, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497885318968119}, {"top_radius": 0.06355749946238806, "bottom_radius": 0.04405729217442792, "length": 0.06063352326374219, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997268339495235, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181868559965836, "upper_button_position": 0.08153997795293988}], "rail_length": 5, "inclination": 84.86205538776943, "heading": 56.1118503795753} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350132778927028, "mass": 15.20127475873394, "I_11_without_motor": 6.321, "I_22_without_motor": 6.30516801244612, "I_33_without_motor": 0.048772128545124346, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.90658818345721, "trigger": 800, "sampling_rate": 105, "lag": 1.4622590345349211, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0880782481122957, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2819238791991845, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6788.067153487487, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03289175622075242, "grain_number": 5, "grain_density": 1842.9458672350738, "grain_outer_radius": 0.03279485803280285, "grain_initial_inner_radius": 0.01481767297515482, "grain_initial_height": 0.11968552307875528, "grain_separation": 0.004477010066858066, "grains_center_of_mass_position": 0.39517515044859564, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0017509886344914028, "throat_radius": 0.01097114164955882, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253416475183144}], "aerodynamic_surfaces": [{"length": 0.5579848017461555, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346410524184758}, {"n": 4, "root_chord": 0.11918157230038562, "tip_chord": 0.05971271775636275, "span": 0.1107894619322452, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487155757267217}, {"top_radius": 0.06364089642285108, "bottom_radius": 0.04463528348552203, "length": 0.06177015519486408, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699706070756126, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183824469741644, "upper_button_position": 0.08132362378196156}], "rail_length": 5, "inclination": 83.56351817508599, "heading": 52.51899901204176} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350016752148314, "mass": 14.12048026742757, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309574335905319, "I_33_without_motor": 0.041867950579245444, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.899710319355838, "trigger": 800, "sampling_rate": 105, "lag": 1.6346625573969744, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8182354078013183, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8552792043472703, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7834.234144059534, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033169123799478006, "grain_number": 5, "grain_density": 1858.922451672255, "grain_outer_radius": 0.03330002739646517, "grain_initial_inner_radius": 0.015279958253645412, "grain_initial_height": 0.11994638182790494, "grain_separation": 0.004758754593388076, "grains_center_of_mass_position": 0.3972922507221746, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012223744597533485, "throat_radius": 0.01098588357076915, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255524191216678}], "aerodynamic_surfaces": [{"length": 0.5589458577327, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134384102054614}, {"n": 4, "root_chord": 0.11899231093541297, "tip_chord": 0.05955332231072178, "span": 0.11002803050003403, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050201743083689}, {"top_radius": 0.063700811898613, "bottom_radius": 0.04357873830422084, "length": 0.06124494661383669, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004357125443085, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165215243703457, "upper_button_position": 0.08391418817396279}], "rail_length": 5, "inclination": 84.90704222886316, "heading": 52.607646894150975} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06348920620832259, "mass": 15.746333093311351, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325074202161137, "I_33_without_motor": 0.03934579420729866, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.06031500940937, "trigger": 800, "sampling_rate": 105, "lag": 1.396398145635392, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8550604470918368, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4245080149906333, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6516.810028575157, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03223790300562796, "grain_number": 5, "grain_density": 1778.7433688987053, "grain_outer_radius": 0.032869854355376295, "grain_initial_inner_radius": 0.01520805594049359, "grain_initial_height": 0.1195513712121278, "grain_separation": 0.0046838529338625095, "grains_center_of_mass_position": 0.39690119570993326, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009829456662454035, "throat_radius": 0.012037539095900909, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545085284224184}], "aerodynamic_surfaces": [{"length": 0.5590916083005547, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1326188085212576}, {"n": 4, "root_chord": 0.11957848969216162, "tip_chord": 0.06006915958000823, "span": 0.11011149228100922, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500869316275223}, {"top_radius": 0.06291229911517211, "bottom_radius": 0.04364431430139453, "length": 0.05911022070873, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7018036178101407, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176572667421306, "upper_button_position": 0.08414635106801005}], "rail_length": 5, "inclination": 84.85545566343903, "heading": 54.99761878435834} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349817049889549, "mass": 15.177886690836376, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3001061869044, "I_33_without_motor": 0.058218433089098534, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.139581713880418, "trigger": 800, "sampling_rate": 105, "lag": 1.5781586688486158, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9699126926076715, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7535078066930643, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8053.266102846709, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03279286315965787, "grain_number": 5, "grain_density": 1811.8372853551425, "grain_outer_radius": 0.03262938732633531, "grain_initial_inner_radius": 0.015194251750073056, "grain_initial_height": 0.11975061656839334, "grain_separation": 0.003818777263326979, "grains_center_of_mass_position": 0.3967421297977423, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005889284989798757, "throat_radius": 0.010946774226497032, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549807895370635}], "aerodynamic_surfaces": [{"length": 0.5586303167277881, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133668824865989}, {"n": 4, "root_chord": 0.11958812376884992, "tip_chord": 0.06039222329399512, "span": 0.10995181767419472, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490588824785758}, {"top_radius": 0.06181170696272146, "bottom_radius": 0.043483991727389225, "length": 0.059971089350384255, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001834269732808, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180778120990688, "upper_button_position": 0.08210561487421209}], "rail_length": 5, "inclination": 84.28697382396409, "heading": 54.24826830120246} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350743445048317, "mass": 15.836434962963065, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327932953487889, "I_33_without_motor": 0.01936358772756007, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.15625679445662, "trigger": 800, "sampling_rate": 105, "lag": 1.6210798138208797, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9972323604497154, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2168104346335136, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5815.238991642262, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03301381710622384, "grain_number": 5, "grain_density": 1903.4150797055258, "grain_outer_radius": 0.03344933308598883, "grain_initial_inner_radius": 0.015076371074692847, "grain_initial_height": 0.12146833204775079, "grain_separation": 0.004000099603347351, "grains_center_of_mass_position": 0.3973272795379458, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00048689728236963605, "throat_radius": 0.010447688699461026, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25496208451407}], "aerodynamic_surfaces": [{"length": 0.5574545867253531, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339560857292181}, {"n": 4, "root_chord": 0.12048167887523105, "tip_chord": 0.059634752019969844, "span": 0.11025294999175571, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501578367804474}, {"top_radius": 0.06317346730767806, "bottom_radius": 0.04341314903656893, "length": 0.06084190770019391, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700432387102218, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181449390230161, "upper_button_position": 0.08228744807920185}], "rail_length": 5, "inclination": 83.56081204890975, "heading": 53.21268543616435} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350087594285315, "mass": 15.393298034907533, "I_11_without_motor": 6.321, "I_22_without_motor": 6.296359526274848, "I_33_without_motor": 0.028004854840680278, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.94786755527132, "trigger": 800, "sampling_rate": 105, "lag": 1.6058655807427047, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8937912388561079, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5580785479167072, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6499.629217959339, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03260556483851819, "grain_number": 5, "grain_density": 2012.7756878955026, "grain_outer_radius": 0.03243874890058858, "grain_initial_inner_radius": 0.014773616299792547, "grain_initial_height": 0.12008914217206144, "grain_separation": 0.004262066137882039, "grains_center_of_mass_position": 0.3937939441060211, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006774047242855747, "throat_radius": 0.010990471745547336, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543625466642394}], "aerodynamic_surfaces": [{"length": 0.5587098730999022, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.136219120603121}, {"n": 4, "root_chord": 0.12023617051025143, "tip_chord": 0.059363809502847135, "span": 0.11045474759323394, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494944694216517}, {"top_radius": 0.06352399648431373, "bottom_radius": 0.04369488730852297, "length": 0.05940869321468203, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003425445440421, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6199849213742179, "upper_button_position": 0.0803576231698242}], "rail_length": 5, "inclination": 83.80142821987937, "heading": 51.645687964792025} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349794209961417, "mass": 15.606311434337924, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317100173711364, "I_33_without_motor": 0.03199408597099158, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.074736808251703, "trigger": 800, "sampling_rate": 105, "lag": 1.2986967899100366, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.026118832559291, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5647102983034555, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6582.712167701001, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03270419605648988, "grain_number": 5, "grain_density": 1817.8493975124761, "grain_outer_radius": 0.033389126811767825, "grain_initial_inner_radius": 0.014894764083050824, "grain_initial_height": 0.11890352468088279, "grain_separation": 0.0032804632784511154, "grains_center_of_mass_position": 0.3983055563350273, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010313792741255352, "throat_radius": 0.01105382966528014, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550338141491193}], "aerodynamic_surfaces": [{"length": 0.5595306541208843, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133758928686013}, {"n": 4, "root_chord": 0.1198327100150463, "tip_chord": 0.05965276305274638, "span": 0.11106987000008586, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497450870245757}, {"top_radius": 0.0630130028477229, "bottom_radius": 0.04506746499126461, "length": 0.06118524020210999, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989562587604858, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179643514472087, "upper_button_position": 0.0809919073132771}], "rail_length": 5, "inclination": 84.78144608455948, "heading": 54.182707251942304} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06348962430364823, "mass": 15.13905797318864, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323987714391303, "I_33_without_motor": 0.0502551944142625, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.943705975398153, "trigger": 800, "sampling_rate": 105, "lag": 1.4581333895938646, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0458964827582304, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4669080878207792, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5860.385543075366, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033309931698879164, "grain_number": 5, "grain_density": 1869.9672008710609, "grain_outer_radius": 0.032616075447899524, "grain_initial_inner_radius": 0.015240821162052992, "grain_initial_height": 0.11964991170884612, "grain_separation": 0.0066923978255778345, "grains_center_of_mass_position": 0.3961658387938428, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006889636528320151, "throat_radius": 0.011059892852611384, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548856578144256}], "aerodynamic_surfaces": [{"length": 0.5581494298081221, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344061885112549}, {"n": 4, "root_chord": 0.12056319636100786, "tip_chord": 0.05984004664860697, "span": 0.10982735508313715, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.047948297879724}, {"top_radius": 0.06504305405190591, "bottom_radius": 0.042844150162744864, "length": 0.05962540307272057, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007072937681893, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195063844430708, "upper_button_position": 0.08120090932511848}], "rail_length": 5, "inclination": 85.22038797792666, "heading": 53.5322169540698} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349874315317584, "mass": 14.652241727545183, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314811659934046, "I_33_without_motor": 0.03019378270031845, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.105993269465229, "trigger": 800, "sampling_rate": 105, "lag": 1.4049133325942331, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9321589926374241, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6056873268023584, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5946.715799425818, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032918973190414605, "grain_number": 5, "grain_density": 1745.206146065736, "grain_outer_radius": 0.033299699448357666, "grain_initial_inner_radius": 0.014980602315765024, "grain_initial_height": 0.12052190667998448, "grain_separation": 0.004476894703084695, "grains_center_of_mass_position": 0.396155224757896, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000951065541896633, "throat_radius": 0.011129610334939281, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254136436342904}], "aerodynamic_surfaces": [{"length": 0.5578975660608151, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338540767868603}, {"n": 4, "root_chord": 0.12030302486541444, "tip_chord": 0.059393388230900054, "span": 0.11043892142639858, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490296314356713}, {"top_radius": 0.06356653233437526, "bottom_radius": 0.04305826099846182, "length": 0.05989471712322597, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992752548695181, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186491889490531, "upper_button_position": 0.08062606592046506}], "rail_length": 5, "inclination": 85.3529040989576, "heading": 50.86970628237559} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349548077877873, "mass": 15.840407952540545, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315677664491833, "I_33_without_motor": 0.03642340238882699, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.15502131754219, "trigger": 800, "sampling_rate": 105, "lag": 1.4935203242265964, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9150626300626595, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5726583464020965, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6936.647658322365, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03285841196685973, "grain_number": 5, "grain_density": 1747.2235179780873, "grain_outer_radius": 0.033319161148939236, "grain_initial_inner_radius": 0.015337605054707215, "grain_initial_height": 0.1211664552516523, "grain_separation": 0.005040102004178331, "grains_center_of_mass_position": 0.3959858035565423, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00016707652522404104, "throat_radius": 0.011182036782213856, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548112228919495}], "aerodynamic_surfaces": [{"length": 0.5567818909867152, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348540555077191}, {"n": 4, "root_chord": 0.12024588181887451, "tip_chord": 0.058849236543651436, "span": 0.10992444103019262, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0510499697903048}, {"top_radius": 0.06356488363205601, "bottom_radius": 0.04494870095776874, "length": 0.05995849134881029, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013456504773956, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180482985227668, "upper_button_position": 0.08329735195462884}], "rail_length": 5, "inclination": 82.81945390444955, "heading": 50.69507537795817} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06348516865737039, "mass": 16.033729831916126, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325453984405447, "I_33_without_motor": 0.04672757739898821, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.922810720845455, "trigger": 800, "sampling_rate": 105, "lag": 1.6175055163312286, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0533506916398787, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6179445296154051, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6287.916050216538, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03226316764160728, "grain_number": 5, "grain_density": 1819.8495615108886, "grain_outer_radius": 0.03264549744396601, "grain_initial_inner_radius": 0.015377023581296941, "grain_initial_height": 0.12060879694850865, "grain_separation": 0.004131019980956167, "grains_center_of_mass_position": 0.3960683717403745, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006348371051847984, "throat_radius": 0.010791379076920063, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555094673951541}], "aerodynamic_surfaces": [{"length": 0.5592228964960669, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350630160115716}, {"n": 4, "root_chord": 0.11959723160166481, "tip_chord": 0.06012335817414715, "span": 0.10920786266914864, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503570374953268}, {"top_radius": 0.06315656637476956, "bottom_radius": 0.04469014137423017, "length": 0.06052747081284805, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002440478562433, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190292673036184, "upper_button_position": 0.08121478055262488}], "rail_length": 5, "inclination": 85.16872703757606, "heading": 55.01753746318724} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06351233140634825, "mass": 15.587601731483755, "I_11_without_motor": 6.321, "I_22_without_motor": 6.30472319012351, "I_33_without_motor": 0.025588663742500614, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.00001833206232, "trigger": 800, "sampling_rate": 105, "lag": 1.5554246516300292, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9851538227450417, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8042966664670175, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6974.202697281869, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03316024565831346, "grain_number": 5, "grain_density": 1868.3759389416712, "grain_outer_radius": 0.033179519965889304, "grain_initial_inner_radius": 0.015237654472595636, "grain_initial_height": 0.12147670363225241, "grain_separation": 0.0059009270119425045, "grains_center_of_mass_position": 0.3956894460413464, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004799279640571303, "throat_radius": 0.01047001300523201, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2528208058161614}], "aerodynamic_surfaces": [{"length": 0.558343483257092, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134436482316639}, {"n": 4, "root_chord": 0.12055658758163874, "tip_chord": 0.05954078212342797, "span": 0.11003880691655359, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487897557150394}, {"top_radius": 0.06291726048263893, "bottom_radius": 0.04464256799522131, "length": 0.058765507696002396, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994094695925489, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618106444088957, "upper_button_position": 0.08130302550359192}], "rail_length": 5, "inclination": 82.97315812978498, "heading": 53.64704561199186} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350096329477405, "mass": 15.865550700840457, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3307111351986505, "I_33_without_motor": 0.0249864461898521, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.864994797113447, "trigger": 800, "sampling_rate": 105, "lag": 1.4020681888133837, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8923308286214314, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4826217927544791, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5977.666020484142, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03348665062119659, "grain_number": 5, "grain_density": 1895.8224114502516, "grain_outer_radius": 0.03317608548733257, "grain_initial_inner_radius": 0.015493644905167801, "grain_initial_height": 0.12166418051029702, "grain_separation": 0.004259016005686557, "grains_center_of_mass_position": 0.3989345772957465, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000688253901209901, "throat_radius": 0.011893595028278008, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546905498296694}], "aerodynamic_surfaces": [{"length": 0.5578067565033359, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134296923941648}, {"n": 4, "root_chord": 0.11948208242248994, "tip_chord": 0.06042167227386532, "span": 0.10942744169224215, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496502578313665}, {"top_radius": 0.0628255721971663, "bottom_radius": 0.04335216372067893, "length": 0.059962380142370125, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009416858638894, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173895765149982, "upper_button_position": 0.08355210934889123}], "rail_length": 5, "inclination": 82.95603911393367, "heading": 50.404374576742576} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349727650617062, "mass": 15.649987962649023, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318099943982064, "I_33_without_motor": 0.03292094098842744, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.064308616385185, "trigger": 800, "sampling_rate": 105, "lag": 1.4164688604800646, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0831735117086143, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3830185316253076, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6486.958592327761, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03320755334262816, "grain_number": 5, "grain_density": 1862.4498574505587, "grain_outer_radius": 0.03257370090794061, "grain_initial_inner_radius": 0.014752961379955312, "grain_initial_height": 0.12041570442020832, "grain_separation": 0.005223594616544148, "grains_center_of_mass_position": 0.3971304439184476, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00016162204895583783, "throat_radius": 0.009848118702334648, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552307300305474}], "aerodynamic_surfaces": [{"length": 0.5578099183369777, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332807800635445}, {"n": 4, "root_chord": 0.11994466052998472, "tip_chord": 0.06009905693050543, "span": 0.10928414277564148, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0477382831097628}, {"top_radius": 0.06229909738003436, "bottom_radius": 0.04388169558961799, "length": 0.05967924282199785, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997509820462589, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162869679417368, "upper_button_position": 0.08346401410452209}], "rail_length": 5, "inclination": 83.39679663104066, "heading": 52.41763513634295} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06348972714684775, "mass": 15.722049706157652, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32258386928854, "I_33_without_motor": 0.04379538705995986, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.97456122572028, "trigger": 800, "sampling_rate": 105, "lag": 1.5349841658431056, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9597026336991807, "trigger": "apogee", "sampling_rate": 105, "lag": 1.427867769066781, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7820.613561382294, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032881136891741096, "grain_number": 5, "grain_density": 1798.4602602429732, "grain_outer_radius": 0.03310093247307809, "grain_initial_inner_radius": 0.014337464074275028, "grain_initial_height": 0.12054480908109312, "grain_separation": 0.004216845939450247, "grains_center_of_mass_position": 0.3978618085265344, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007553996882799306, "throat_radius": 0.010748553871532871, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550913766589114}], "aerodynamic_surfaces": [{"length": 0.5577292336562747, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135941448301246}, {"n": 4, "root_chord": 0.11959617299123154, "tip_chord": 0.05945804343340691, "span": 0.11039752455682725, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049876885197375}, {"top_radius": 0.06304742755943642, "bottom_radius": 0.04462290278469477, "length": 0.059372125939590015, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013650833589757, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618406092109708, "upper_button_position": 0.08295899124926776}], "rail_length": 5, "inclination": 83.70662974654819, "heading": 52.617708967892085} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349832281588268, "mass": 14.544954189070017, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3083625219557025, "I_33_without_motor": 0.040776314791105814, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.96408784400719, "trigger": 800, "sampling_rate": 105, "lag": 1.5518101912655373, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9559344270050569, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5529919152231613, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5308.390802209454, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033105622210921344, "grain_number": 5, "grain_density": 1763.714239612703, "grain_outer_radius": 0.03256436839961012, "grain_initial_inner_radius": 0.014993078666479696, "grain_initial_height": 0.12080685578100575, "grain_separation": 0.005334010795706874, "grains_center_of_mass_position": 0.39731430661525813, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006489820773722327, "throat_radius": 0.01100766770589038, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25446916705538}], "aerodynamic_surfaces": [{"length": 0.5581778073890744, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339741715750755}, {"n": 4, "root_chord": 0.12028377808463446, "tip_chord": 0.059275584948501436, "span": 0.1100874101698363, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493382414749979}, {"top_radius": 0.06451587804591685, "bottom_radius": 0.0455634150441846, "length": 0.06109441145985955, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982567077021363, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185903644862711, "upper_button_position": 0.07966634321586519}], "rail_length": 5, "inclination": 83.01742972159848, "heading": 50.3110264113387} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350673991243515, "mass": 15.530864506693229, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3202737159724265, "I_33_without_motor": 0.014885675044445174, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.892743181234824, "trigger": 800, "sampling_rate": 105, "lag": 1.456181334893158, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0049462310469202, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4470943365064481, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6120.036055065709, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03294251035206937, "grain_number": 5, "grain_density": 1815.5655133776384, "grain_outer_radius": 0.03287329146764567, "grain_initial_inner_radius": 0.015218055966374449, "grain_initial_height": 0.12034840496645376, "grain_separation": 0.004962667011145611, "grains_center_of_mass_position": 0.39561596114125397, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00015029837882039204, "throat_radius": 0.010593411592817433, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559339472412703}], "aerodynamic_surfaces": [{"length": 0.5586417468266716, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343324757973114}, {"n": 4, "root_chord": 0.12031990328003118, "tip_chord": 0.059202073234774555, "span": 0.10901782994041828, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495825301841666}, {"top_radius": 0.06568843111629256, "bottom_radius": 0.04381826829144187, "length": 0.05833937163655786, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6981344451340252, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166824314896827, "upper_button_position": 0.08145201364434251}], "rail_length": 5, "inclination": 84.9401715229735, "heading": 55.04522286124997} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06351569755391512, "mass": 15.743973105381503, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312978748581268, "I_33_without_motor": 0.03676096773028224, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.918787715407529, "trigger": 800, "sampling_rate": 105, "lag": 1.5089620920390518, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0563849378451147, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5432701206274437, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6256.266492353275, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03297912956100647, "grain_number": 5, "grain_density": 1818.3631173978629, "grain_outer_radius": 0.03286690662940898, "grain_initial_inner_radius": 0.015047261348076163, "grain_initial_height": 0.11993958952035229, "grain_separation": 0.006861898720601461, "grains_center_of_mass_position": 0.39787471133282526, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014436463751153303, "throat_radius": 0.010401903061906565, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553763210645177}], "aerodynamic_surfaces": [{"length": 0.5575539210533575, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133881234370625}, {"n": 4, "root_chord": 0.11931622239620901, "tip_chord": 0.060432444107450606, "span": 0.108653311139985, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051391154736938}, {"top_radius": 0.062228152719029664, "bottom_radius": 0.044023653530132864, "length": 0.058559357580787987, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005944940799101, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173424053341654, "upper_button_position": 0.08325208874574475}], "rail_length": 5, "inclination": 85.74359818645226, "heading": 53.975620022421815} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349858528050777, "mass": 15.458043711477002, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316239768983142, "I_33_without_motor": 0.027314850496922973, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.932546165560822, "trigger": 800, "sampling_rate": 105, "lag": 1.5685663957201577, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9475960142275749, "trigger": "apogee", "sampling_rate": 105, "lag": 1.450897724385663, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5955.335085653564, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03260019218755661, "grain_number": 5, "grain_density": 1774.5368429729765, "grain_outer_radius": 0.032924872650014245, "grain_initial_inner_radius": 0.014308631721946094, "grain_initial_height": 0.12081181816889862, "grain_separation": 0.0043557161438984495, "grains_center_of_mass_position": 0.3969199160157594, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001042404521778268, "throat_radius": 0.011292119775666382, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558062967900447}], "aerodynamic_surfaces": [{"length": 0.5573966279140513, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.131086717999559}, {"n": 4, "root_chord": 0.12086006532346001, "tip_chord": 0.059596237877116695, "span": 0.10983777181807601, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0514491149641705}, {"top_radius": 0.06296127823990143, "bottom_radius": 0.045388133256293005, "length": 0.06113653888854578, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991961980580667, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186454889878564, "upper_button_position": 0.08055070907021022}], "rail_length": 5, "inclination": 84.62768614178513, "heading": 55.54654096733596} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350236489203333, "mass": 15.126289413526296, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324116490393524, "I_33_without_motor": 0.03377217955998945, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.096818089417805, "trigger": 800, "sampling_rate": 105, "lag": 1.5596091710863151, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0433851080162448, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2296376326564333, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5489.431252232216, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0329254711325327, "grain_number": 5, "grain_density": 1827.6933985869025, "grain_outer_radius": 0.033453299440178164, "grain_initial_inner_radius": 0.014961320395382538, "grain_initial_height": 0.11826517772917483, "grain_separation": 0.0063815966909630244, "grains_center_of_mass_position": 0.39870682044443795, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00013515059889180318, "throat_radius": 0.01071900062951169, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254185498180967}], "aerodynamic_surfaces": [{"length": 0.5584335879673, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1314961588463235}, {"n": 4, "root_chord": 0.11940506949819944, "tip_chord": 0.06003938747192547, "span": 0.11056201617307834, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492901013787364}, {"top_radius": 0.06424597446349918, "bottom_radius": 0.04397729185015121, "length": 0.060310939767357324, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699188600972776, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617256780464249, "upper_button_position": 0.08193182050852699}], "rail_length": 5, "inclination": 85.12315760770794, "heading": 53.459830647719116} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06351209520820374, "mass": 14.49741537462233, "I_11_without_motor": 6.321, "I_22_without_motor": 6.34022894385905, "I_33_without_motor": 0.033786562720369194, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.116593611397215, "trigger": 800, "sampling_rate": 105, "lag": 1.547794526170647, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9580792813151509, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7490485708088086, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7957.53456661061, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03257758741329537, "grain_number": 5, "grain_density": 1827.716519806968, "grain_outer_radius": 0.03306896758169974, "grain_initial_inner_radius": 0.015097961069004174, "grain_initial_height": 0.11896112767694149, "grain_separation": 0.004550544970326026, "grains_center_of_mass_position": 0.3972680143779473, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0019417539694442508, "throat_radius": 0.010724655828514082, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551849769851435}], "aerodynamic_surfaces": [{"length": 0.5602887548349118, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327070946484084}, {"n": 4, "root_chord": 0.12059629931981584, "tip_chord": 0.06043828914780875, "span": 0.11037256417035528, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497626061902001}, {"top_radius": 0.0629648341716482, "bottom_radius": 0.04452140984794776, "length": 0.06235576319109677, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997022263025341, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6152878702929713, "upper_button_position": 0.08441435600956282}], "rail_length": 5, "inclination": 85.45973256169033, "heading": 52.34165807279846} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06351020326936796, "mass": 15.377285105052628, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321219211325442, "I_33_without_motor": 0.017942629523801865, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.035096883792722, "trigger": 800, "sampling_rate": 105, "lag": 1.4843496729686687, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9661440116400911, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3091490048300019, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7207.570025261934, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032655936735892385, "grain_number": 5, "grain_density": 1819.7516372786727, "grain_outer_radius": 0.03341104872824085, "grain_initial_inner_radius": 0.014971053909368714, "grain_initial_height": 0.12079479400770991, "grain_separation": 0.005537357442271374, "grains_center_of_mass_position": 0.39717133445901864, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005470964926756115, "throat_radius": 0.011408921172764357, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563849954756166}], "aerodynamic_surfaces": [{"length": 0.5595875434740156, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350334461805267}, {"n": 4, "root_chord": 0.11981116592378063, "tip_chord": 0.06088834927022846, "span": 0.10986941618844423, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485201726057534}, {"top_radius": 0.06477803659357467, "bottom_radius": 0.04225974576615072, "length": 0.06068200104710456, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988341160423469, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187551959703493, "upper_button_position": 0.08007892007199757}], "rail_length": 5, "inclination": 86.58277702584606, "heading": 53.69473586369847} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349859995079757, "mass": 15.2515571813641, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311671741393209, "I_33_without_motor": 0.03916279833184479, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.929220561836434, "trigger": 800, "sampling_rate": 105, "lag": 1.6603439630802566, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9444134770985024, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4704006443091482, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5564.598731068235, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03317169529195774, "grain_number": 5, "grain_density": 1818.6439601788968, "grain_outer_radius": 0.03275814739554841, "grain_initial_inner_radius": 0.014477589571942511, "grain_initial_height": 0.1203200414852669, "grain_separation": 0.005588865878133561, "grains_center_of_mass_position": 0.3967340309285258, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007849217292743566, "throat_radius": 0.011723193629158211, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562618327080417}], "aerodynamic_surfaces": [{"length": 0.5580329726192264, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332974098235484}, {"n": 4, "root_chord": 0.11966489556103219, "tip_chord": 0.06127766825066505, "span": 0.11006823155894056, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507803116595764}, {"top_radius": 0.0648175664137422, "bottom_radius": 0.043853346305062595, "length": 0.05958278717345538, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002575919616195, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182676383697264, "upper_button_position": 0.0819899535918931}], "rail_length": 5, "inclination": 83.63378704567934, "heading": 52.4740492955128} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06349766852323463, "mass": 14.916742368502515, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325895268545149, "I_33_without_motor": 0.010603322866416989, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.867124981533602, "trigger": 800, "sampling_rate": 105, "lag": 1.659471848345269, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.985586792574934, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5841896414568704, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6674.778442446778, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03397862841124132, "grain_number": 5, "grain_density": 1797.8510863222452, "grain_outer_radius": 0.03320137682367923, "grain_initial_inner_radius": 0.015475963636910938, "grain_initial_height": 0.12047821675867273, "grain_separation": 0.005510967365180964, "grains_center_of_mass_position": 0.39737536036045806, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008422763841854761, "throat_radius": 0.011624878544951317, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2529552458605604}], "aerodynamic_surfaces": [{"length": 0.5593657944361512, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352682165809875}, {"n": 4, "root_chord": 0.1192638894077303, "tip_chord": 0.06075382660133571, "span": 0.1094185217383055, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482504230673177}, {"top_radius": 0.06417168532574491, "bottom_radius": 0.043416858204248635, "length": 0.06105681467689879, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998187512321022, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185821533045994, "upper_button_position": 0.08123659792750282}], "rail_length": 5, "inclination": 86.27856760415706, "heading": 53.54078626240016} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06349690471136625, "mass": 15.837782274048799, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325368834821732, "I_33_without_motor": 0.033804432691779095, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.210947136389317, "trigger": 800, "sampling_rate": 105, "lag": 1.3610853830472758, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8540160100283694, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4501901506471297, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6964.320619006575, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03247956348187253, "grain_number": 5, "grain_density": 1879.0196717427918, "grain_outer_radius": 0.03225482652190375, "grain_initial_inner_radius": 0.015371046835091105, "grain_initial_height": 0.11853844606753938, "grain_separation": 0.003869740564742254, "grains_center_of_mass_position": 0.3963757122008391, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007388416942118948, "throat_radius": 0.010377698311561415, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543853218636578}], "aerodynamic_surfaces": [{"length": 0.5557296194554144, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327805227995988}, {"n": 4, "root_chord": 0.1204069445732591, "tip_chord": 0.05954866395558791, "span": 0.10955386039623892, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048150710672945}, {"top_radius": 0.06398058744509799, "bottom_radius": 0.04277604835232771, "length": 0.06063161043647512, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7017266463122084, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169988818178817, "upper_button_position": 0.08472776449432673}], "rail_length": 5, "inclination": 82.83045962853114, "heading": 51.33405965825877} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349133550303661, "mass": 14.290123648481215, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330603388360902, "I_33_without_motor": 0.039489965399193444, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.873504376074015, "trigger": 800, "sampling_rate": 105, "lag": 1.6858072834617939, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.125625355106523, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0696917120322067, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8910.09085719757, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032469250974483305, "grain_number": 5, "grain_density": 1796.8374948370881, "grain_outer_radius": 0.03303016815434886, "grain_initial_inner_radius": 0.014725235393795721, "grain_initial_height": 0.12038982246705315, "grain_separation": 0.005044473463467666, "grains_center_of_mass_position": 0.3961718396637277, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009585884484145843, "throat_radius": 0.010515901358733194, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543216296035142}], "aerodynamic_surfaces": [{"length": 0.5572961383361693, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1313629300341554}, {"n": 4, "root_chord": 0.1205404573049585, "tip_chord": 0.06055738806812491, "span": 0.11018861673320762, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506859863662632}, {"top_radius": 0.06421686662106244, "bottom_radius": 0.042568867472686095, "length": 0.05951221212623494, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699740925215526, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179811446413893, "upper_button_position": 0.08175978057413669}], "rail_length": 5, "inclination": 85.9099343695258, "heading": 51.081727754009876} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06350231985334542, "mass": 15.726492596424567, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309570669592668, "I_33_without_motor": 0.03752753792579646, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.88654918132032, "trigger": 800, "sampling_rate": 105, "lag": 1.412039863149024, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9361242991135797, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3901324166785183, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5579.621099785614, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033535585841438245, "grain_number": 5, "grain_density": 1806.8669116029612, "grain_outer_radius": 0.033219108638038584, "grain_initial_inner_radius": 0.015506070493821897, "grain_initial_height": 0.12036055063159543, "grain_separation": 0.003512476219878947, "grains_center_of_mass_position": 0.39620199799882777, "center_of_dry_mass_position": 0.317, "nozzle_position": 1.6404068927816038e-05, "throat_radius": 0.010842106647754712, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542141827830156}], "aerodynamic_surfaces": [{"length": 0.5574201816216522, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333325227689064}, {"n": 4, "root_chord": 0.12004661486823555, "tip_chord": 0.059325303763457474, "span": 0.1108938085646315, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483585178818335}, {"top_radius": 0.0631171147734823, "bottom_radius": 0.04237254603816607, "length": 0.06064442640487009, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985299463218705, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174246673092221, "upper_button_position": 0.08110527901264841}], "rail_length": 5, "inclination": 83.68274732238127, "heading": 52.14642626797328} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350415770351825, "mass": 14.540174147133808, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309194244144909, "I_33_without_motor": 0.03316939034829799, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.116243738996717, "trigger": 800, "sampling_rate": 105, "lag": 1.613024966525921, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9963562649273209, "trigger": "apogee", "sampling_rate": 105, "lag": 1.293098424597983, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5949.834496619184, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03203551151150436, "grain_number": 5, "grain_density": 1773.493810689159, "grain_outer_radius": 0.03306153249336634, "grain_initial_inner_radius": 0.015021893956667547, "grain_initial_height": 0.11782580431965842, "grain_separation": 0.005034975517657508, "grains_center_of_mass_position": 0.398785918904402, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009520089728166735, "throat_radius": 0.010493305597037674, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556636463974384}], "aerodynamic_surfaces": [{"length": 0.5599729092929324, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347227164504063}, {"n": 4, "root_chord": 0.12031634584489041, "tip_chord": 0.06089890303547466, "span": 0.11053086975731857, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505545553326632}, {"top_radius": 0.06453109391955499, "bottom_radius": 0.043970713961893525, "length": 0.060232021685047946, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008513626808829, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190929075980476, "upper_button_position": 0.0817584550828353}], "rail_length": 5, "inclination": 84.14907367856581, "heading": 52.060396969820836} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349682642096274, "mass": 15.048897804085733, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314410367138354, "I_33_without_motor": 0.026009642595833195, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.161663821228956, "trigger": 800, "sampling_rate": 105, "lag": 1.431138656525656, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0268229955036827, "trigger": "apogee", "sampling_rate": 105, "lag": 1.624853135176642, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5771.623149483542, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032754229509928484, "grain_number": 5, "grain_density": 1832.060911351859, "grain_outer_radius": 0.03291638344970771, "grain_initial_inner_radius": 0.015443185603766918, "grain_initial_height": 0.11942991913252181, "grain_separation": 0.0048585259083426015, "grains_center_of_mass_position": 0.396365170537966, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00024907697326642913, "throat_radius": 0.011586529254253655, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549742285611272}], "aerodynamic_surfaces": [{"length": 0.5599901808342366, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1314422857136939}, {"n": 4, "root_chord": 0.1200857337010703, "tip_chord": 0.060281841066614154, "span": 0.10989218211626926, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0515336061796652}, {"top_radius": 0.06390463470614699, "bottom_radius": 0.044212093036835834, "length": 0.06056203309862811, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7023784637004082, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190357212113708, "upper_button_position": 0.08334274248903739}], "rail_length": 5, "inclination": 85.98495481954043, "heading": 55.009517592957145} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.0634947861100298, "mass": 15.537529588041755, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312055816632504, "I_33_without_motor": 0.03366080267052382, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.907460161617339, "trigger": 800, "sampling_rate": 105, "lag": 1.6667537955530054, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0372644168854808, "trigger": "apogee", "sampling_rate": 105, "lag": 1.365479645780866, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7723.925698641424, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03297268646151785, "grain_number": 5, "grain_density": 1721.1341779120262, "grain_outer_radius": 0.033150278402147175, "grain_initial_inner_radius": 0.01476435243806534, "grain_initial_height": 0.11955853158261022, "grain_separation": 0.005147417894111122, "grains_center_of_mass_position": 0.39816888135042927, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00048209216265764825, "throat_radius": 0.011500358896374295, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545520945921143}], "aerodynamic_surfaces": [{"length": 0.5573911080252074, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133605493315379}, {"n": 4, "root_chord": 0.11906227970351603, "tip_chord": 0.05961922506474256, "span": 0.1105132263093174, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496653432214986}, {"top_radius": 0.06272578198617045, "bottom_radius": 0.04182587968777869, "length": 0.05874870434107303, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700188460907279, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185205755943146, "upper_button_position": 0.08166788531296443}], "rail_length": 5, "inclination": 83.92063936705732, "heading": 56.58664164488745} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349823707478329, "mass": 15.257197334384873, "I_11_without_motor": 6.321, "I_22_without_motor": 6.299696458238883, "I_33_without_motor": 0.03392405078327739, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.190234363722796, "trigger": 800, "sampling_rate": 105, "lag": 1.4112689514692005, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9794719756753636, "trigger": "apogee", "sampling_rate": 105, "lag": 1.628260751905229, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7661.972428307455, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.030878141443339606, "grain_number": 5, "grain_density": 1789.0112486806422, "grain_outer_radius": 0.03360444952077982, "grain_initial_inner_radius": 0.01462849201404991, "grain_initial_height": 0.11808737902504755, "grain_separation": 0.004390603175916435, "grains_center_of_mass_position": 0.39738682694019545, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003872559115958882, "throat_radius": 0.010907630560684807, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539179962693456}], "aerodynamic_surfaces": [{"length": 0.5584196140088881, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343152580604539}, {"n": 4, "root_chord": 0.11992692795470514, "tip_chord": 0.06013867299403783, "span": 0.1107148004996123, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499145484066414}, {"top_radius": 0.06362204630591353, "bottom_radius": 0.043299538782144875, "length": 0.059180643526047697, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011581625429093, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6198088380521484, "upper_button_position": 0.08134932449076093}], "rail_length": 5, "inclination": 85.01059055064586, "heading": 54.93201573609698} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349754240930802, "mass": 16.163581234608632, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330077789615244, "I_33_without_motor": 0.03131184207573471, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.877389719923961, "trigger": 800, "sampling_rate": 105, "lag": 1.516470657089342, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0160883872387734, "trigger": "apogee", "sampling_rate": 105, "lag": 1.618287019448364, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5783.059571378923, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032992854416340874, "grain_number": 5, "grain_density": 1832.5882153301334, "grain_outer_radius": 0.03294209965280307, "grain_initial_inner_radius": 0.015243618103180045, "grain_initial_height": 0.1212727503450929, "grain_separation": 0.0052876779468531395, "grains_center_of_mass_position": 0.3993716136477827, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003508471906176326, "throat_radius": 0.011773207492500002, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543140104103558}], "aerodynamic_surfaces": [{"length": 0.5577168563908007, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351849662907074}, {"n": 4, "root_chord": 0.11988155283300238, "tip_chord": 0.059594335428941055, "span": 0.11016464709861852, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488504436324395}, {"top_radius": 0.06432028413644938, "bottom_radius": 0.043765377730179536, "length": 0.060439720606550285, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699952393954388, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162038151769528, "upper_button_position": 0.08374857877743525}], "rail_length": 5, "inclination": 84.18986397182005, "heading": 52.484270892921266} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350554601942299, "mass": 15.568539833723328, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32480037385916, "I_33_without_motor": 0.02947257423175496, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.250031371393344, "trigger": 800, "sampling_rate": 105, "lag": 1.541233287989247, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.061250543119047, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6807946194290917, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5390.807566888918, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03302313446868003, "grain_number": 5, "grain_density": 1908.448540860294, "grain_outer_radius": 0.033617277395624964, "grain_initial_inner_radius": 0.014690892104185477, "grain_initial_height": 0.11890944586971562, "grain_separation": 0.005993037497771057, "grains_center_of_mass_position": 0.39742570485100076, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002663244443329265, "throat_radius": 0.010687560574787858, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544556094589345}], "aerodynamic_surfaces": [{"length": 0.5588514758753764, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327323291980773}, {"n": 4, "root_chord": 0.11970098406215901, "tip_chord": 0.05941230933296394, "span": 0.10931437664491624, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050216601772045}, {"top_radius": 0.06408060564373758, "bottom_radius": 0.04372913791773418, "length": 0.05961145187128607, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996093119013107, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176695588154737, "upper_button_position": 0.08193975308583701}], "rail_length": 5, "inclination": 85.44705636821718, "heading": 54.214296242069125} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350965361767233, "mass": 14.782796034623628, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309444684501296, "I_33_without_motor": 0.04331220093479832, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.025833149768118, "trigger": 800, "sampling_rate": 105, "lag": 1.5505376345435358, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.7836363830039814, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6166702957827412, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6078.834670732002, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032664969320557236, "grain_number": 5, "grain_density": 1708.8175680612733, "grain_outer_radius": 0.03323642810747023, "grain_initial_inner_radius": 0.01457960801895112, "grain_initial_height": 0.1198470093402908, "grain_separation": 0.00467115885629336, "grains_center_of_mass_position": 0.39740525889741496, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0019166521227730704, "throat_radius": 0.011339066695207282, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561600335381542}], "aerodynamic_surfaces": [{"length": 0.5589752911230091, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339692483767692}, {"n": 4, "root_chord": 0.12019558329813862, "tip_chord": 0.0605140081991008, "span": 0.10981697144428604, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490918327178016}, {"top_radius": 0.06291042055686405, "bottom_radius": 0.04279789914533393, "length": 0.05982752022546454, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699774121161205, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195168339145504, "upper_button_position": 0.0802572872466546}], "rail_length": 5, "inclination": 83.5234212290046, "heading": 56.172026127084436} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06350486096002309, "mass": 15.824182055599952, "I_11_without_motor": 6.321, "I_22_without_motor": 6.341873199454264, "I_33_without_motor": 0.03560179400037714, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.870237978610744, "trigger": 800, "sampling_rate": 105, "lag": 1.5497941760639122, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.031284436689058, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4800740086499917, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6676.966314516843, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03359441012731878, "grain_number": 5, "grain_density": 1748.5480854259022, "grain_outer_radius": 0.033030756050632534, "grain_initial_inner_radius": 0.014441290811313828, "grain_initial_height": 0.11917944864914114, "grain_separation": 0.004287057642480514, "grains_center_of_mass_position": 0.398124806978242, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010984617636151709, "throat_radius": 0.010978588616783316, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558935710751802}], "aerodynamic_surfaces": [{"length": 0.55944304575267, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135244443402896}, {"n": 4, "root_chord": 0.11932508584852378, "tip_chord": 0.06047847610691061, "span": 0.11024884183389862, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484493653526121}, {"top_radius": 0.06253225239298246, "bottom_radius": 0.044206349267917236, "length": 0.0585743273429554, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012345214652612, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171800401117582, "upper_button_position": 0.08405448135350302}], "rail_length": 5, "inclination": 85.37810133797514, "heading": 54.94406195176243} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349703786910592, "mass": 15.345311748248575, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331049125503439, "I_33_without_motor": 0.04791298913673907, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.881792780676403, "trigger": 800, "sampling_rate": 105, "lag": 1.4660953791347573, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0093694837083484, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5851687399441448, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6530.160691497194, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03221946172046619, "grain_number": 5, "grain_density": 1878.842858841299, "grain_outer_radius": 0.032360290998711794, "grain_initial_inner_radius": 0.01485545036233146, "grain_initial_height": 0.1191938474628577, "grain_separation": 0.004057711884637454, "grains_center_of_mass_position": 0.39736775226915294, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007405878148858998, "throat_radius": 0.009754515310973004, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552946342184634}], "aerodynamic_surfaces": [{"length": 0.5575833022008333, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.131783937152178}, {"n": 4, "root_chord": 0.11991172618589026, "tip_chord": 0.060528485401647125, "span": 0.11000952898836323, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498233074603398}, {"top_radius": 0.0640755033323988, "bottom_radius": 0.04387996904526081, "length": 0.059528468943346485, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998208483405612, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6160294694002216, "upper_button_position": 0.08379137894033961}], "rail_length": 5, "inclination": 85.0302170596407, "heading": 54.21041578214032} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06349631698948045, "mass": 14.746622424025398, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316991856999594, "I_33_without_motor": 0.03893287336238039, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.870282048657856, "trigger": 800, "sampling_rate": 105, "lag": 1.499456965982523, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9943065937890389, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6138399899250429, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6510.430375537583, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033577623617331624, "grain_number": 5, "grain_density": 1753.2984881944171, "grain_outer_radius": 0.03267097679363165, "grain_initial_inner_radius": 0.014969909707553894, "grain_initial_height": 0.12014223607981475, "grain_separation": 0.005171821211793007, "grains_center_of_mass_position": 0.3971129831364424, "center_of_dry_mass_position": 0.317, "nozzle_position": -2.5473656345035272e-05, "throat_radius": 0.010930263479483926, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254645313596881}], "aerodynamic_surfaces": [{"length": 0.557745425210896, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134631040669634}, {"n": 4, "root_chord": 0.12012248099700722, "tip_chord": 0.05981264417431058, "span": 0.11078191207267211, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497263921766768}, {"top_radius": 0.06342649596422233, "bottom_radius": 0.0441353289739942, "length": 0.05982954762171333, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6974168269230848, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185623305545978, "upper_button_position": 0.07885449636848707}], "rail_length": 5, "inclination": 86.19394006795214, "heading": 51.03007977984398} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.0634966313991326, "mass": 15.237441117124739, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322473154744871, "I_33_without_motor": 0.024511238560376923, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.029219950801046, "trigger": 800, "sampling_rate": 105, "lag": 1.5292644878712016, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9025127026852423, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6343393168946336, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6185.917531664461, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03195498816149164, "grain_number": 5, "grain_density": 1818.4828227970854, "grain_outer_radius": 0.03321615810773136, "grain_initial_inner_radius": 0.015020396936479519, "grain_initial_height": 0.12026669374871167, "grain_separation": 0.004239153742920905, "grains_center_of_mass_position": 0.3952657570292581, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008253993233891, "throat_radius": 0.010723024888789477, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561345835591364}], "aerodynamic_surfaces": [{"length": 0.558151495852548, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339322677279786}, {"n": 4, "root_chord": 0.11939013047035076, "tip_chord": 0.059428484301712645, "span": 0.11038773993000843, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493183174397225}, {"top_radius": 0.06308116600817915, "bottom_radius": 0.04274413181087621, "length": 0.05931163077978402, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987754455034669, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191229528028563, "upper_button_position": 0.07965249270061059}], "rail_length": 5, "inclination": 83.7210549514607, "heading": 52.49823300652739} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349974031086811, "mass": 15.636564420712212, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320027277151748, "I_33_without_motor": 0.03049532564307433, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.960203490375788, "trigger": 800, "sampling_rate": 105, "lag": 1.60556041352724, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1091756392087122, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4852658335907423, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6763.8933274662395, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032407562043018284, "grain_number": 5, "grain_density": 1869.8474818249067, "grain_outer_radius": 0.0326107735037332, "grain_initial_inner_radius": 0.015405434545118819, "grain_initial_height": 0.12023470455268769, "grain_separation": 0.004301609786073756, "grains_center_of_mass_position": 0.39733143272433596, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0017672776438328736, "throat_radius": 0.010344172199761595, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544162391593805}], "aerodynamic_surfaces": [{"length": 0.558134229854187, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133943032162958}, {"n": 4, "root_chord": 0.12101542449580986, "tip_chord": 0.059969009178448884, "span": 0.10922550530960996, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506808705548252}, {"top_radius": 0.06323420320730958, "bottom_radius": 0.043563364569342254, "length": 0.05998918917028297, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996977050362149, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186405595567922, "upper_button_position": 0.08105714547942267}], "rail_length": 5, "inclination": 85.55133183242135, "heading": 52.88986744359244} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06351217892324873, "mass": 14.446869528529051, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323677339832384, "I_33_without_motor": 0.03477540940791528, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.057769641475168, "trigger": 800, "sampling_rate": 105, "lag": 1.4436321044059237, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9628902480757469, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4000074585562001, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5752.984724650252, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03271084069708242, "grain_number": 5, "grain_density": 1742.039902651837, "grain_outer_radius": 0.033258412214201304, "grain_initial_inner_radius": 0.015299349527386994, "grain_initial_height": 0.11832572431891748, "grain_separation": 0.0039800585624905835, "grains_center_of_mass_position": 0.39669562518333307, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005646864328507434, "throat_radius": 0.010069871240219613, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254450943087181}], "aerodynamic_surfaces": [{"length": 0.5597598939371492, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339828688135605}, {"n": 4, "root_chord": 0.11914576138112944, "tip_chord": 0.059536123208618556, "span": 0.11007399852005277, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502392303308288}, {"top_radius": 0.06439095098588099, "bottom_radius": 0.044571293384133376, "length": 0.06203186213151825, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995967047612949, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6197876015646658, "upper_button_position": 0.07980910319662904}], "rail_length": 5, "inclination": 84.51219745314467, "heading": 55.978394983407156} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350581094569702, "mass": 16.18486961275943, "I_11_without_motor": 6.321, "I_22_without_motor": 6.2998780733396735, "I_33_without_motor": 0.027051273754921196, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.739823229025607, "trigger": 800, "sampling_rate": 105, "lag": 1.5327147973311155, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1090821384572718, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4282475876384504, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6175.350563092936, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03213248365494992, "grain_number": 5, "grain_density": 1778.6861466747382, "grain_outer_radius": 0.03300348504101139, "grain_initial_inner_radius": 0.01514972362590356, "grain_initial_height": 0.1207908736265408, "grain_separation": 0.007502253131598276, "grains_center_of_mass_position": 0.3966083130676022, "center_of_dry_mass_position": 0.317, "nozzle_position": 6.359612887628606e-06, "throat_radius": 0.01073210127906881, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547818706306588}], "aerodynamic_surfaces": [{"length": 0.5592753210626771, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350399925207841}, {"n": 4, "root_chord": 0.11978395278057305, "tip_chord": 0.05999707002860758, "span": 0.10914673272757695, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504569570258657}, {"top_radius": 0.06422037791713538, "bottom_radius": 0.04317713518718147, "length": 0.05905386542415005, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6978769486620876, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193155852481285, "upper_button_position": 0.07856136341395914}], "rail_length": 5, "inclination": 86.23534489182265, "heading": 53.27130289430641} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350694834169356, "mass": 15.083063887885247, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318364436534976, "I_33_without_motor": 0.038607361887869736, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.838800170654888, "trigger": 800, "sampling_rate": 105, "lag": 1.3829793407227597, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1137335150482761, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8419726515969939, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5970.767387334446, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03316474385755819, "grain_number": 5, "grain_density": 1869.6419848126923, "grain_outer_radius": 0.033136646802558935, "grain_initial_inner_radius": 0.015546054819783056, "grain_initial_height": 0.12031222116256371, "grain_separation": 0.004988244306200486, "grains_center_of_mass_position": 0.3970691192871826, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00039451183056818146, "throat_radius": 0.011288450178111878, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547582280034875}], "aerodynamic_surfaces": [{"length": 0.5572306530974208, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344900659635515}, {"n": 4, "root_chord": 0.12060374366554175, "tip_chord": 0.058973697596180374, "span": 0.11035755264056732, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495421001672747}, {"top_radius": 0.0637747014637732, "bottom_radius": 0.04288211124153655, "length": 0.05859729325850806, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013348590399032, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169877180292452, "upper_button_position": 0.08434714101065799}], "rail_length": 5, "inclination": 83.56098731635488, "heading": 52.1242705303199} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06351093347423467, "mass": 15.043990851842365, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324457202102019, "I_33_without_motor": 0.03046840032759055, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.779607691972187, "trigger": 800, "sampling_rate": 105, "lag": 1.6100898071144756, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9925193585337765, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5070085616145246, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4844.3258833927075, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03304667920059677, "grain_number": 5, "grain_density": 1836.5901813711098, "grain_outer_radius": 0.03288003811034673, "grain_initial_inner_radius": 0.014634894519606811, "grain_initial_height": 0.12002044827799957, "grain_separation": 0.005765145507815811, "grains_center_of_mass_position": 0.3965335145080563, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009460651174729193, "throat_radius": 0.010367943097792518, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2531943592064565}], "aerodynamic_surfaces": [{"length": 0.5580506911382657, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133225278323197}, {"n": 4, "root_chord": 0.11970167565237261, "tip_chord": 0.060985382378798074, "span": 0.10982513385217478, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049069435886286}, {"top_radius": 0.06363792958244717, "bottom_radius": 0.04522130522976666, "length": 0.05844489060661292, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989385761294498, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180193310923842, "upper_button_position": 0.0809192450370656}], "rail_length": 5, "inclination": 85.9845355326607, "heading": 54.22928513559535} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349865496513821, "mass": 15.624819275323727, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309172642379964, "I_33_without_motor": 0.02674318631424971, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.04068109241636, "trigger": 800, "sampling_rate": 105, "lag": 1.4411134539040338, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0809639108780214, "trigger": "apogee", "sampling_rate": 105, "lag": 1.502163650942952, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7519.402934271568, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033005099405919704, "grain_number": 5, "grain_density": 1900.1312354708848, "grain_outer_radius": 0.033276546183568165, "grain_initial_inner_radius": 0.01479066734516458, "grain_initial_height": 0.11743420877739263, "grain_separation": 0.006451518626997641, "grains_center_of_mass_position": 0.39792045042941826, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004531914617531788, "throat_radius": 0.010574799020721592, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547834907489295}], "aerodynamic_surfaces": [{"length": 0.5588330109114769, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336372114509028}, {"n": 4, "root_chord": 0.11923270892213335, "tip_chord": 0.060099723772535425, "span": 0.10984915081106324, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050786590842216}, {"top_radius": 0.06256765676519077, "bottom_radius": 0.04266584460039513, "length": 0.059362921665439064, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008286800624276, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183367533915749, "upper_button_position": 0.0824919266708527}], "rail_length": 5, "inclination": 84.87776307009692, "heading": 50.12372552413165} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06348932500538224, "mass": 15.256247095051355, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331723808880637, "I_33_without_motor": 0.04535945701657215, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.866273801753355, "trigger": 800, "sampling_rate": 105, "lag": 1.5049851985694718, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.191350514780632, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1836077933171238, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4861.537179118207, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03348651691108317, "grain_number": 5, "grain_density": 1832.0005717810834, "grain_outer_radius": 0.03265521433757938, "grain_initial_inner_radius": 0.015339113987137542, "grain_initial_height": 0.11925467188935414, "grain_separation": 0.006694595307476054, "grains_center_of_mass_position": 0.3948140146773474, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015051198204045699, "throat_radius": 0.011562547109440121, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560613203983835}], "aerodynamic_surfaces": [{"length": 0.5582418345963591, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1369142239332577}, {"n": 4, "root_chord": 0.11882859644601013, "tip_chord": 0.060246931985879694, "span": 0.11058417825676052, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051474815263939}, {"top_radius": 0.06355240301764574, "bottom_radius": 0.04436242410285387, "length": 0.06092018260611602, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999641046743229, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169008298598744, "upper_button_position": 0.08306327481444853}], "rail_length": 5, "inclination": 81.69910706141695, "heading": 49.173079173057026} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349055767259167, "mass": 15.36220417524387, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325042425642376, "I_33_without_motor": 0.0370129613277018, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.163585504342135, "trigger": 800, "sampling_rate": 105, "lag": 1.639344829879217, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8763692905791739, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3257331064692912, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6607.557692217586, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03220269499140277, "grain_number": 5, "grain_density": 1769.9333407421361, "grain_outer_radius": 0.03360525777867885, "grain_initial_inner_radius": 0.015066807009584595, "grain_initial_height": 0.11855704858884457, "grain_separation": 0.004243938785090411, "grains_center_of_mass_position": 0.396580085193052, "center_of_dry_mass_position": 0.317, "nozzle_position": 6.97619929460221e-05, "throat_radius": 0.010165491305805135, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256033105021723}], "aerodynamic_surfaces": [{"length": 0.559156927798286, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340189968105443}, {"n": 4, "root_chord": 0.11892577490098726, "tip_chord": 0.060359977081363134, "span": 0.10937140948537366, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049271332562284}, {"top_radius": 0.0641282571440706, "bottom_radius": 0.042237208713970076, "length": 0.05977777201292265, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002230905688849, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173980745956443, "upper_button_position": 0.08282501597324055}], "rail_length": 5, "inclination": 87.19072149683885, "heading": 46.54927077952309} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350051272734598, "mass": 15.591022094939436, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311519437282122, "I_33_without_motor": 0.04636167848792583, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.895089900102143, "trigger": 800, "sampling_rate": 105, "lag": 1.4835226800311978, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9731752642246077, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4404663177828392, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6051.344313249382, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03359131801691446, "grain_number": 5, "grain_density": 1811.1062245370288, "grain_outer_radius": 0.032950571188660835, "grain_initial_inner_radius": 0.014918272404084635, "grain_initial_height": 0.12017797597498578, "grain_separation": 0.004360534731446871, "grains_center_of_mass_position": 0.3964764793083489, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000222565682083932, "throat_radius": 0.011129533514124098, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549834552458787}], "aerodynamic_surfaces": [{"length": 0.559073920724909, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134840020566116}, {"n": 4, "root_chord": 0.11986662491132781, "tip_chord": 0.06011042306326359, "span": 0.11034421883014171, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492307734581885}, {"top_radius": 0.06362146091427598, "bottom_radius": 0.04258837023180935, "length": 0.060085192083523566, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6981448310129689, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182148750554178, "upper_button_position": 0.07992995595755104}], "rail_length": 5, "inclination": 84.54939628558519, "heading": 53.97532849593583} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349407768860132, "mass": 16.03218814364775, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319817782015031, "I_33_without_motor": 0.04560950021124821, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.131569008929974, "trigger": 800, "sampling_rate": 105, "lag": 1.4849582240850348, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0608857039698973, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4705553991910545, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6886.939033581345, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0325879164124094, "grain_number": 5, "grain_density": 1811.3353658637675, "grain_outer_radius": 0.033102427076454326, "grain_initial_inner_radius": 0.016197866487044577, "grain_initial_height": 0.12178083157662951, "grain_separation": 0.004464184187375718, "grains_center_of_mass_position": 0.3962196092743575, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00024105343125826678, "throat_radius": 0.010533304524874321, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537119252641762}], "aerodynamic_surfaces": [{"length": 0.557742374473775, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333065821599668}, {"n": 4, "root_chord": 0.11939970516199565, "tip_chord": 0.059434691911739196, "span": 0.10972804968220665, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500623405706702}, {"top_radius": 0.06510459496588075, "bottom_radius": 0.04228720070102198, "length": 0.06131241682776579, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699234005305851, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618160520492431, "upper_button_position": 0.08107348481342003}], "rail_length": 5, "inclination": 85.67323593283646, "heading": 50.694436505149895} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06350474600784727, "mass": 15.890028641047593, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318422633078678, "I_33_without_motor": 0.03274031518391282, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.11237362273179, "trigger": 800, "sampling_rate": 105, "lag": 1.4397979193894588, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1145947450987057, "trigger": "apogee", "sampling_rate": 105, "lag": 1.774609303747469, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5667.283076468193, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03336208529006031, "grain_number": 5, "grain_density": 1856.961070446682, "grain_outer_radius": 0.03310898585859302, "grain_initial_inner_radius": 0.01433964652117428, "grain_initial_height": 0.1205291461673239, "grain_separation": 0.0033083506027263765, "grains_center_of_mass_position": 0.3976135442156507, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000288286380548155, "throat_radius": 0.011261255397736643, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544329391430236}], "aerodynamic_surfaces": [{"length": 0.5572923284883483, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338173245900915}, {"n": 4, "root_chord": 0.11995483597297933, "tip_chord": 0.060049569545244624, "span": 0.1094223165295896, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502562344135613}, {"top_radius": 0.06400608936822624, "bottom_radius": 0.043554968904960266, "length": 0.06037412137602556, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012775463568297, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191549583749976, "upper_button_position": 0.08212258798183214}], "rail_length": 5, "inclination": 84.3305921000078, "heading": 50.53013154141619} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349995702379373, "mass": 15.946748854707652, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325348967478942, "I_33_without_motor": 0.03108324646461954, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.982713699660213, "trigger": 800, "sampling_rate": 105, "lag": 1.4046883613241956, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9508797435341811, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5549277707020812, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4281.405279763221, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032512303370148855, "grain_number": 5, "grain_density": 1765.3183579764177, "grain_outer_radius": 0.03209551241569909, "grain_initial_inner_radius": 0.01496394733861158, "grain_initial_height": 0.11802234899201046, "grain_separation": 0.004443329090482471, "grains_center_of_mass_position": 0.39773066607285545, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007138597781316189, "throat_radius": 0.010730203533324392, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551956815112397}], "aerodynamic_surfaces": [{"length": 0.5589441689669438, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346766830452675}, {"n": 4, "root_chord": 0.11921279057708153, "tip_chord": 0.05906581904060807, "span": 0.11018360578852307, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508019528307535}, {"top_radius": 0.06479616462150364, "bottom_radius": 0.041749837300462056, "length": 0.06084727667710305, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992017946577398, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191250969624311, "upper_button_position": 0.08007669769530867}], "rail_length": 5, "inclination": 85.11642934508109, "heading": 50.26466615945956} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06349712759165632, "mass": 15.577433575146976, "I_11_without_motor": 6.321, "I_22_without_motor": 6.299997344767244, "I_33_without_motor": 0.03332326486210267, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.985285709359042, "trigger": 800, "sampling_rate": 105, "lag": 1.4670348072445707, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9043798386409474, "trigger": "apogee", "sampling_rate": 105, "lag": 1.594655813781454, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5920.375817589377, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03348946745307725, "grain_number": 5, "grain_density": 1797.1269830808621, "grain_outer_radius": 0.033602080984735244, "grain_initial_inner_radius": 0.015577873475788331, "grain_initial_height": 0.12019935099089006, "grain_separation": 0.004925950460869939, "grains_center_of_mass_position": 0.39514124969343434, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006018283720169804, "throat_radius": 0.011181508938288906, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545937978286736}], "aerodynamic_surfaces": [{"length": 0.5593483252400303, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134668226166139}, {"n": 4, "root_chord": 0.12049192391833165, "tip_chord": 0.06004188817262556, "span": 0.10917813441705028, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0511425748655918}, {"top_radius": 0.06409755365303393, "bottom_radius": 0.045008256715797314, "length": 0.059369516604621336, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004958144466819, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178708345661008, "upper_button_position": 0.08262497988058104}], "rail_length": 5, "inclination": 83.77855664483307, "heading": 47.891794042601916} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350488187452413, "mass": 15.100282443800914, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319239299389962, "I_33_without_motor": 0.024902526708689823, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.952809758456437, "trigger": 800, "sampling_rate": 105, "lag": 1.4508719418839795, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.7882005928490625, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4070038424382472, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6840.8354258475165, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03366520606985804, "grain_number": 5, "grain_density": 1790.370275920536, "grain_outer_radius": 0.03331611399462018, "grain_initial_inner_radius": 0.014657220607018562, "grain_initial_height": 0.11854016940315901, "grain_separation": 0.005351365905420767, "grains_center_of_mass_position": 0.39643649579780493, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000611653666966348, "throat_radius": 0.010928934637277829, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255107336851132}], "aerodynamic_surfaces": [{"length": 0.5576826468709679, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133093546170905}, {"n": 4, "root_chord": 0.11921536002096485, "tip_chord": 0.0590301079891033, "span": 0.11028463002214504, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491498658170406}, {"top_radius": 0.06316422590694461, "bottom_radius": 0.04493570652759348, "length": 0.05881828984015665, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991373923446845, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193117088851622, "upper_button_position": 0.07982568345952235}], "rail_length": 5, "inclination": 84.91323669273895, "heading": 56.66298444297152} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349615396447462, "mass": 15.459612984818898, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317177088720182, "I_33_without_motor": 0.036399568762551335, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.966035219803091, "trigger": 800, "sampling_rate": 105, "lag": 1.4885958736627873, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.071532690533395, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6917327443804997, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7430.890370206638, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033634295449381985, "grain_number": 5, "grain_density": 1739.8851487493123, "grain_outer_radius": 0.03285912149068704, "grain_initial_inner_radius": 0.014890809241688167, "grain_initial_height": 0.11783016267673097, "grain_separation": 0.0039969903900475365, "grains_center_of_mass_position": 0.398286652024177, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011341376038695214, "throat_radius": 0.010754611868626696, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554658974009643}], "aerodynamic_surfaces": [{"length": 0.559343861087148, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343369179143992}, {"n": 4, "root_chord": 0.1187817377406206, "tip_chord": 0.05988704780240973, "span": 0.10945292979516832, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504068648867044}, {"top_radius": 0.06262518557557933, "bottom_radius": 0.044799110328766316, "length": 0.059619234753412506, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989545082699935, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178037388822177, "upper_button_position": 0.08115076938777577}], "rail_length": 5, "inclination": 83.57271480050521, "heading": 53.42449116858653} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350377652631128, "mass": 15.69350352777596, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319606335066485, "I_33_without_motor": 0.02505702461657204, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.957558223673784, "trigger": 800, "sampling_rate": 105, "lag": 1.6417271646584704, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0490021673765662, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4475014585863102, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7311.627036393336, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032708601070825356, "grain_number": 5, "grain_density": 1866.3888408381085, "grain_outer_radius": 0.03346546552927321, "grain_initial_inner_radius": 0.014536531854651577, "grain_initial_height": 0.11913821238854938, "grain_separation": 0.003961023150486754, "grains_center_of_mass_position": 0.39699112819803534, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007066547514634949, "throat_radius": 0.01121740456075649, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557643402754461}], "aerodynamic_surfaces": [{"length": 0.5581266705392449, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134566800890944}, {"n": 4, "root_chord": 0.11980738670446457, "tip_chord": 0.060481998038841966, "span": 0.10982790413764719, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.047033146263989}, {"top_radius": 0.06380719870530155, "bottom_radius": 0.0426856792469156, "length": 0.06082751239076889, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010265456868536, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172311704073314, "upper_button_position": 0.08379537527952219}], "rail_length": 5, "inclination": 86.86471139992125, "heading": 54.462050513129284} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350547090401888, "mass": 15.323110367806121, "I_11_without_motor": 6.321, "I_22_without_motor": 6.336332105574704, "I_33_without_motor": 0.026842155366886663, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.019882133920664, "trigger": 800, "sampling_rate": 105, "lag": 1.5711740463568904, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9696306479507324, "trigger": "apogee", "sampling_rate": 105, "lag": 1.509612197969567, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7583.349839725002, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03344179020134566, "grain_number": 5, "grain_density": 1834.9177289510055, "grain_outer_radius": 0.0332604013144221, "grain_initial_inner_radius": 0.014817942547593537, "grain_initial_height": 0.12046432400347665, "grain_separation": 0.004437217798476593, "grains_center_of_mass_position": 0.3978006015570326, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00010454290402054899, "throat_radius": 0.010975755691530866, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255497728453779}], "aerodynamic_surfaces": [{"length": 0.5583558121305727, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336666555473662}, {"n": 4, "root_chord": 0.12040751977736162, "tip_chord": 0.06052664573720726, "span": 0.11043044783286013, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049308797990144}, {"top_radius": 0.06275718964195647, "bottom_radius": 0.0435748122472049, "length": 0.0591279983418276, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004346962507696, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182023362373885, "upper_button_position": 0.08223236001338108}], "rail_length": 5, "inclination": 82.25459435145062, "heading": 53.52875187567687} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350007474136907, "mass": 15.522124391026153, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309879748825669, "I_33_without_motor": 0.02544647339921456, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.034345270568108, "trigger": 800, "sampling_rate": 105, "lag": 1.5271972555040971, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9018967054912931, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4034257806062764, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6892.861570613833, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03252338674158174, "grain_number": 5, "grain_density": 1757.851073286715, "grain_outer_radius": 0.03183590102992795, "grain_initial_inner_radius": 0.015232585057702145, "grain_initial_height": 0.12092511426712806, "grain_separation": 0.004919942591989368, "grains_center_of_mass_position": 0.3977638584177035, "center_of_dry_mass_position": 0.317, "nozzle_position": 1.5728443446818724e-05, "throat_radius": 0.011718148721002178, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559509088492764}], "aerodynamic_surfaces": [{"length": 0.5580920718461183, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341734855728594}, {"n": 4, "root_chord": 0.12040870272366772, "tip_chord": 0.05952666873270946, "span": 0.10935791708116482, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048083448181806}, {"top_radius": 0.06355235039026164, "bottom_radius": 0.044346044228698894, "length": 0.05860666962666074, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000952148754715, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178675092798345, "upper_button_position": 0.08222770559563708}], "rail_length": 5, "inclination": 84.64010304426019, "heading": 51.50813363941698} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350209398886913, "mass": 16.016669780121415, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3348629781444545, "I_33_without_motor": 0.03712204589496796, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.168363083976512, "trigger": 800, "sampling_rate": 105, "lag": 1.4337885207423682, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9348314922180531, "trigger": "apogee", "sampling_rate": 105, "lag": 1.352425669741473, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6961.801638961213, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03293559410686044, "grain_number": 5, "grain_density": 1769.9355562257042, "grain_outer_radius": 0.033272360254296696, "grain_initial_inner_radius": 0.015081314323499363, "grain_initial_height": 0.11956453055416477, "grain_separation": 0.005117242655996022, "grains_center_of_mass_position": 0.39614860697550724, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0001259022355317871, "throat_radius": 0.010437254601605179, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559056232489099}], "aerodynamic_surfaces": [{"length": 0.5595573309557147, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334444337528025}, {"n": 4, "root_chord": 0.11984820911242354, "tip_chord": 0.059837407091113244, "span": 0.11050904617989432, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482833837423924}, {"top_radius": 0.06453553987841514, "bottom_radius": 0.043728859717293775, "length": 0.05959874820865983, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698666291006067, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166864460237688, "upper_button_position": 0.08197984498229827}], "rail_length": 5, "inclination": 85.6467387810047, "heading": 55.08988316005795} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06348957159853424, "mass": 15.406269972476624, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312954588668192, "I_33_without_motor": 0.024353827466028488, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.948701390132463, "trigger": 800, "sampling_rate": 105, "lag": 1.371001970529293, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9374556027414954, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4987329654905945, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7463.186293205752, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.034013210140973804, "grain_number": 5, "grain_density": 1695.0793460476527, "grain_outer_radius": 0.03298196745504314, "grain_initial_inner_radius": 0.014269856776004137, "grain_initial_height": 0.11892228498374986, "grain_separation": 0.0058768882967602885, "grains_center_of_mass_position": 0.3953120598540211, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006162291607299041, "throat_radius": 0.01124255711701587, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546386573594275}], "aerodynamic_surfaces": [{"length": 0.5584654112150688, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336627756877995}, {"n": 4, "root_chord": 0.120171818736901, "tip_chord": 0.06027188289612869, "span": 0.1104634909525317, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506209919545983}, {"top_radius": 0.0651596409690265, "bottom_radius": 0.043428491254785206, "length": 0.05864762518353655, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699153745678418, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188978545283157, "upper_button_position": 0.08025589115010234}], "rail_length": 5, "inclination": 85.10666606364279, "heading": 53.13917718584236} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349202144230684, "mass": 15.262961469817185, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319107816638387, "I_33_without_motor": 0.028863751347802395, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.073037666084646, "trigger": 800, "sampling_rate": 105, "lag": 1.3788313592600194, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9778963794932637, "trigger": "apogee", "sampling_rate": 105, "lag": 1.522703938055318, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6722.16285147142, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033053238562288347, "grain_number": 5, "grain_density": 1817.5955095443737, "grain_outer_radius": 0.032758584050554124, "grain_initial_inner_radius": 0.015452985155805404, "grain_initial_height": 0.12083347629075769, "grain_separation": 0.005040285266628733, "grains_center_of_mass_position": 0.39800043116738004, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001273085005996207, "throat_radius": 0.010847109531479143, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548095014347616}], "aerodynamic_surfaces": [{"length": 0.5580856906422482, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332891887516852}, {"n": 4, "root_chord": 0.12009718246405587, "tip_chord": 0.06079608976873686, "span": 0.10986118217490726, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496389392351475}, {"top_radius": 0.06350389488387426, "bottom_radius": 0.043490318661945755, "length": 0.060166937406188066, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7018118300426995, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172316265179661, "upper_button_position": 0.08458020352473339}], "rail_length": 5, "inclination": 86.41244697434868, "heading": 51.93649255457852} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350167702303919, "mass": 14.487464081863365, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315459735637915, "I_33_without_motor": 0.026687723107607635, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.843588058831124, "trigger": 800, "sampling_rate": 105, "lag": 1.4889342477039156, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0023212595337132, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4099064352712036, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4898.912622163001, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0325601916936164, "grain_number": 5, "grain_density": 1825.9729103776588, "grain_outer_radius": 0.03296704191808269, "grain_initial_inner_radius": 0.014702255235616425, "grain_initial_height": 0.12038329409750174, "grain_separation": 0.003546556978407446, "grains_center_of_mass_position": 0.39585801799525755, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001546181246496369, "throat_radius": 0.010058435757136455, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543471175972856}], "aerodynamic_surfaces": [{"length": 0.5605761340086096, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336921792855053}, {"n": 4, "root_chord": 0.11992697734457938, "tip_chord": 0.06001517850886959, "span": 0.10923308320724139, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049001301719511}, {"top_radius": 0.06405946493981025, "bottom_radius": 0.04308667945350631, "length": 0.060620898621949304, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998464658039305, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173374754726464, "upper_button_position": 0.08250899033128412}], "rail_length": 5, "inclination": 85.04977929306457, "heading": 50.878643436749975} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.0635013657989484, "mass": 16.085399388079573, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316658880133358, "I_33_without_motor": 0.039689490043063824, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.070202625206948, "trigger": 800, "sampling_rate": 105, "lag": 1.4398980648823443, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0122730872664498, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5442252771368352, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5641.997892503301, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032384664708322596, "grain_number": 5, "grain_density": 1813.1030460661586, "grain_outer_radius": 0.033182574367330166, "grain_initial_inner_radius": 0.015501312989508055, "grain_initial_height": 0.11779994516370759, "grain_separation": 0.006103497082683177, "grains_center_of_mass_position": 0.39748061268408597, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00031197485089530513, "throat_radius": 0.010357243999249078, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2574079304409087}], "aerodynamic_surfaces": [{"length": 0.5591827807392122, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1357441376948176}, {"n": 4, "root_chord": 0.11948501799543444, "tip_chord": 0.06089435585225639, "span": 0.109610599743881, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496811171850955}, {"top_radius": 0.06394452874749133, "bottom_radius": 0.043150251002622944, "length": 0.06058227556589982, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000201421739876, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178805939119704, "upper_button_position": 0.08213954826201719}], "rail_length": 5, "inclination": 83.40202957295385, "heading": 55.10484818293911} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350157238664385, "mass": 15.08117835042102, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316596011876793, "I_33_without_motor": 0.029365146215041764, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.038259428499323, "trigger": 800, "sampling_rate": 105, "lag": 1.4146400046793084, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9683641103887141, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6679366191333689, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6247.017231623306, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03316717897524098, "grain_number": 5, "grain_density": 1808.34350847734, "grain_outer_radius": 0.03306564574956415, "grain_initial_inner_radius": 0.014922061618609869, "grain_initial_height": 0.12032023883906287, "grain_separation": 0.0045269550385583935, "grains_center_of_mass_position": 0.39620269287848, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001510469549409821, "throat_radius": 0.010630700297379492, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557874852282798}], "aerodynamic_surfaces": [{"length": 0.5585814916055447, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346783293397782}, {"n": 4, "root_chord": 0.12058935264852681, "tip_chord": 0.060428067963513354, "span": 0.110369514741665, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049440379810345}, {"top_radius": 0.06239645056298996, "bottom_radius": 0.04292230296409385, "length": 0.05958061065957821, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004839030924946, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164377362077238, "upper_button_position": 0.08404616688477085}], "rail_length": 5, "inclination": 83.664784020319, "heading": 52.888982660924306} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350137693418205, "mass": 15.512335663320506, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330549685557392, "I_33_without_motor": 0.03714847876146351, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.035734000388713, "trigger": 800, "sampling_rate": 105, "lag": 1.5744617906293465, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0683651473491493, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8106572366733389, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6852.317934383302, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033281540913631315, "grain_number": 5, "grain_density": 1751.7951024202384, "grain_outer_radius": 0.033396450621665914, "grain_initial_inner_radius": 0.015417742966644728, "grain_initial_height": 0.12001656471982543, "grain_separation": 0.00486453263560085, "grains_center_of_mass_position": 0.396510564490341, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015959928811951757, "throat_radius": 0.010581248246568486, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549090385751172}], "aerodynamic_surfaces": [{"length": 0.5577983255310824, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340542779762552}, {"n": 4, "root_chord": 0.1206289883186214, "tip_chord": 0.060227582544844886, "span": 0.11072920139906192, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501955259851714}, {"top_radius": 0.0632442872324841, "bottom_radius": 0.04500908491400271, "length": 0.06051946103309236, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700411575959902, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171184592511968, "upper_button_position": 0.0832931167087052}], "rail_length": 5, "inclination": 85.26231260437278, "heading": 53.83647077040558} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349296636592502, "mass": 15.340924715726503, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317230722933874, "I_33_without_motor": 0.03572674923514217, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.997611410856761, "trigger": 800, "sampling_rate": 105, "lag": 1.4446887176990142, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9828441300526276, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3848526763872153, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7243.179118519805, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03203851124641578, "grain_number": 5, "grain_density": 1875.13139960867, "grain_outer_radius": 0.03291054606887855, "grain_initial_inner_radius": 0.015174733466026746, "grain_initial_height": 0.12028368675684101, "grain_separation": 0.005843727803460456, "grains_center_of_mass_position": 0.3967880496716222, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0016277931117908032, "throat_radius": 0.012101797250054776, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560360428107404}], "aerodynamic_surfaces": [{"length": 0.5579035712723586, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134997366663939}, {"n": 4, "root_chord": 0.11990912203409893, "tip_chord": 0.05964620874772434, "span": 0.11019237477614817, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049040081173618}, {"top_radius": 0.06495099805367809, "bottom_radius": 0.04095062223740016, "length": 0.0599971242588257, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990680358818258, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185586785983085, "upper_button_position": 0.08050935728351727}], "rail_length": 5, "inclination": 84.88097893780078, "heading": 53.54482658377133} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349681734376343, "mass": 15.766592814196935, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31498849525034, "I_33_without_motor": 0.028078689304101352, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.924150607439314, "trigger": 800, "sampling_rate": 105, "lag": 1.4517264093551934, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9707972286672625, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5636293383638147, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6568.187224691757, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0326426124034553, "grain_number": 5, "grain_density": 1801.1007325686883, "grain_outer_radius": 0.03254828942809719, "grain_initial_inner_radius": 0.014775588297209503, "grain_initial_height": 0.11909565994014046, "grain_separation": 0.005677259858799717, "grains_center_of_mass_position": 0.39622798142970256, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00012692958487480429, "throat_radius": 0.010246066779224173, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555112118177405}], "aerodynamic_surfaces": [{"length": 0.5582329643763991, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133189351900571}, {"n": 4, "root_chord": 0.12046964480898986, "tip_chord": 0.060012972205597565, "span": 0.1099302700388722, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505848485059393}, {"top_radius": 0.06371209086925142, "bottom_radius": 0.04436173814572444, "length": 0.05837538468839107, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998173751224943, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176466718357077, "upper_button_position": 0.08217070328678666}], "rail_length": 5, "inclination": 84.55300401297119, "heading": 57.97574309254533} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.0634987692446557, "mass": 16.97368694062696, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32442369753771, "I_33_without_motor": 0.025330308741041443, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.048793506605906, "trigger": 800, "sampling_rate": 105, "lag": 1.411202616386591, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9842110958992112, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5525290190758811, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5312.476346400859, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03293817365338702, "grain_number": 5, "grain_density": 1884.0604340611987, "grain_outer_radius": 0.03294951686930828, "grain_initial_inner_radius": 0.015196544390346536, "grain_initial_height": 0.12016382249628506, "grain_separation": 0.004647801573885449, "grains_center_of_mass_position": 0.39733513736944986, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005196346755937931, "throat_radius": 0.011086599319165696, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554973954890174}], "aerodynamic_surfaces": [{"length": 0.5591508171610019, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345888300208344}, {"n": 4, "root_chord": 0.11988127154000645, "tip_chord": 0.06040458724879639, "span": 0.1105602810953175, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049001220447702}, {"top_radius": 0.06378284379854042, "bottom_radius": 0.041989026480996214, "length": 0.05966159425335224, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982327063671788, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616735167563916, "upper_button_position": 0.08149753880326283}], "rail_length": 5, "inclination": 84.65294795272759, "heading": 52.32428395571539} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350228538363403, "mass": 15.705409184806344, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312769436251853, "I_33_without_motor": 0.034884078840996265, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.025497412413431, "trigger": 800, "sampling_rate": 105, "lag": 1.5264571990925513, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0613604082196657, "trigger": "apogee", "sampling_rate": 105, "lag": 1.779528774660481, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4583.6930627266975, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03264508955151794, "grain_number": 5, "grain_density": 1890.1671273026614, "grain_outer_radius": 0.032727294876205855, "grain_initial_inner_radius": 0.014164226304140912, "grain_initial_height": 0.11931499153830084, "grain_separation": 0.005315538988298266, "grains_center_of_mass_position": 0.39636853638184316, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006729125966078402, "throat_radius": 0.011746424312357293, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543010003826036}], "aerodynamic_surfaces": [{"length": 0.5574431587875129, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1359398144365316}, {"n": 4, "root_chord": 0.12034815392494465, "tip_chord": 0.06008267627467589, "span": 0.11026123664720543, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0510436984838747}, {"top_radius": 0.06405274524954957, "bottom_radius": 0.04466584000781264, "length": 0.05922339929870534, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003861390088059, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169608374023834, "upper_button_position": 0.08342530160642248}], "rail_length": 5, "inclination": 85.12423763681387, "heading": 51.1763493848132} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350290143397348, "mass": 15.758086589494882, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308887752779464, "I_33_without_motor": 0.034120374399778164, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.79764625218628, "trigger": 800, "sampling_rate": 105, "lag": 1.381988591446271, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9467804737435613, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6715243968164637, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5328.438523174048, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033901914468509035, "grain_number": 5, "grain_density": 1746.8620717868243, "grain_outer_radius": 0.033020274108433535, "grain_initial_inner_radius": 0.015053599347346156, "grain_initial_height": 0.1190895429527894, "grain_separation": 0.00414712907740487, "grains_center_of_mass_position": 0.3972413692194759, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009595452122305038, "throat_radius": 0.011196721509379746, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561283784216035}], "aerodynamic_surfaces": [{"length": 0.5584915011558673, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352113330394775}, {"n": 4, "root_chord": 0.11995504159298223, "tip_chord": 0.0604913054607807, "span": 0.11021137556047488, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505843823175274}, {"top_radius": 0.06289604333691472, "bottom_radius": 0.043027530828170034, "length": 0.059730949558813896, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001080588264265, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184924649918468, "upper_button_position": 0.08161559383457961}], "rail_length": 5, "inclination": 84.2083410191523, "heading": 55.55426278248614} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350696547350364, "mass": 15.466401145396533, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324118861608966, "I_33_without_motor": 0.05280967594192104, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.146722220318866, "trigger": 800, "sampling_rate": 105, "lag": 1.5617195153083396, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.011133150814834, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7147622377616227, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4877.2471664317345, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0329927494347902, "grain_number": 5, "grain_density": 1701.7515171285654, "grain_outer_radius": 0.03245987107723081, "grain_initial_inner_radius": 0.015450259055600666, "grain_initial_height": 0.11953711267785953, "grain_separation": 0.005190418369162322, "grains_center_of_mass_position": 0.3956906195402757, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00045552696913908337, "throat_radius": 0.010584947638096882, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561483470913044}], "aerodynamic_surfaces": [{"length": 0.5584711853291983, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134775236229935}, {"n": 4, "root_chord": 0.1205219845796234, "tip_chord": 0.05982643781920558, "span": 0.1102252362578016, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485449931486193}, {"top_radius": 0.06351429088751356, "bottom_radius": 0.04176633048333491, "length": 0.06009698244694228, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699668302582398, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177550896060627, "upper_button_position": 0.08191321297633525}], "rail_length": 5, "inclination": 84.81181778854396, "heading": 50.75966283159398} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06348755928866338, "mass": 15.257611732947742, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326447413857802, "I_33_without_motor": 0.04517479938105116, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.083711285905402, "trigger": 800, "sampling_rate": 105, "lag": 1.5649033692831387, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0657515163739704, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5586372632846377, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8342.299191038743, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032925964715719465, "grain_number": 5, "grain_density": 1851.4075191629872, "grain_outer_radius": 0.03323966256071448, "grain_initial_inner_radius": 0.015655230157076667, "grain_initial_height": 0.12090240105652389, "grain_separation": 0.003661384888979828, "grains_center_of_mass_position": 0.3957439147515537, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010857483393837853, "throat_radius": 0.010785115130340327, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2565026505312138}], "aerodynamic_surfaces": [{"length": 0.5605822325661314, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134643740706082}, {"n": 4, "root_chord": 0.12064584370541243, "tip_chord": 0.0595092140302254, "span": 0.11005382453830449, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048570182461024}, {"top_radius": 0.06428079089115629, "bottom_radius": 0.04284098792797187, "length": 0.06208514113766514, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698292306783537, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617247911869701, "upper_button_position": 0.08104439491383608}], "rail_length": 5, "inclination": 84.4689174961941, "heading": 54.65977655039449} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350357475507651, "mass": 16.689926316812457, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308970517737831, "I_33_without_motor": 0.03781185489999326, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.870823192577086, "trigger": 800, "sampling_rate": 105, "lag": 1.5635534002971863, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0465156869221173, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6156232205318777, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6845.984957208321, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03276909072331368, "grain_number": 5, "grain_density": 1676.281766157346, "grain_outer_radius": 0.03234735994118011, "grain_initial_inner_radius": 0.01477865377301863, "grain_initial_height": 0.1192497385670505, "grain_separation": 0.0032826291531355186, "grains_center_of_mass_position": 0.39515581707295994, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003640391302169081, "throat_radius": 0.011652935991129655, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553772274778188}], "aerodynamic_surfaces": [{"length": 0.5583929550723054, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340824570398733}, {"n": 4, "root_chord": 0.11919836571060001, "tip_chord": 0.06050550690142848, "span": 0.1097711895004718, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495103259923675}, {"top_radius": 0.0632290370934175, "bottom_radius": 0.04323216776344932, "length": 0.059042382491971496, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992812981983818, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6200380353896119, "upper_button_position": 0.07924326280876992}], "rail_length": 5, "inclination": 85.2068788967425, "heading": 51.99296846343764} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349717699605964, "mass": 15.618671363554043, "I_11_without_motor": 6.321, "I_22_without_motor": 6.298177099484315, "I_33_without_motor": 0.03512809796188113, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.152429665905, "trigger": 800, "sampling_rate": 105, "lag": 1.493915244877969, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0411274519333082, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2335384047915092, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6689.292943304064, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03346168258088304, "grain_number": 5, "grain_density": 1666.8589540867488, "grain_outer_radius": 0.03351077244633966, "grain_initial_inner_radius": 0.015234925898305015, "grain_initial_height": 0.11860065854513324, "grain_separation": 0.005530333061524271, "grains_center_of_mass_position": 0.39525135846816817, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00016018434752854577, "throat_radius": 0.010515195367478988, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559249696700483}], "aerodynamic_surfaces": [{"length": 0.5588121405956282, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328209075284659}, {"n": 4, "root_chord": 0.12035878646908944, "tip_chord": 0.05997104755996715, "span": 0.110314663595284, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485434082333558}, {"top_radius": 0.06360132037324884, "bottom_radius": 0.043760179037606525, "length": 0.05983142311359758, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014221293368131, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190089183437096, "upper_button_position": 0.0824132109931035}], "rail_length": 5, "inclination": 85.21923206252228, "heading": 52.23716865993396} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349129345479206, "mass": 15.831022294533506, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31524242932552, "I_33_without_motor": 0.04316021074947988, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.93278299975294, "trigger": 800, "sampling_rate": 105, "lag": 1.4843227908139238, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0453626811670353, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5841070134778379, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7129.720877591925, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03350497916572157, "grain_number": 5, "grain_density": 1804.5631157721525, "grain_outer_radius": 0.03301968012410501, "grain_initial_inner_radius": 0.0150170532250886, "grain_initial_height": 0.11907282185393767, "grain_separation": 0.0044390404674056975, "grains_center_of_mass_position": 0.39681247263730424, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00045053351757863683, "throat_radius": 0.011697096915348643, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255123416573501}], "aerodynamic_surfaces": [{"length": 0.5587864338418755, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335640218639456}, {"n": 4, "root_chord": 0.11920498462630075, "tip_chord": 0.05948874823340418, "span": 0.11013013171768456, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486756329758604}, {"top_radius": 0.06335115808858349, "bottom_radius": 0.04239755545595803, "length": 0.059881654957503055, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.701106433644235, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176524760497839, "upper_button_position": 0.08345395759445107}], "rail_length": 5, "inclination": 84.94476159276391, "heading": 54.59923091616019} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06351310331996525, "mass": 14.763407165218867, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33335659185533, "I_33_without_motor": 0.033672538275707244, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.03262871235539, "trigger": 800, "sampling_rate": 105, "lag": 1.1293196362957085, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.045668173728712, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3961352763857284, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5905.247230562609, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03376058730001181, "grain_number": 5, "grain_density": 1925.8568639438438, "grain_outer_radius": 0.033313725914368944, "grain_initial_inner_radius": 0.014888021604491247, "grain_initial_height": 0.11970263956415848, "grain_separation": 0.006190165675601439, "grains_center_of_mass_position": 0.3965984410909763, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007990242561814674, "throat_radius": 0.011263339966255524, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551708962696542}], "aerodynamic_surfaces": [{"length": 0.559365016597583, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335962290964225}, {"n": 4, "root_chord": 0.1195176465596305, "tip_chord": 0.05964058578341736, "span": 0.1090338650070292, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484793356283018}, {"top_radius": 0.06263813030077738, "bottom_radius": 0.04467254849344418, "length": 0.05996769073890974, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998659841219577, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179626553986327, "upper_button_position": 0.08190332872332495}], "rail_length": 5, "inclination": 83.88970914955488, "heading": 54.03139111070011} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349256628022551, "mass": 15.597560794486576, "I_11_without_motor": 6.321, "I_22_without_motor": 6.299563710469419, "I_33_without_motor": 0.029489123130719233, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.040231064519539, "trigger": 800, "sampling_rate": 105, "lag": 1.386868499408994, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0601617785409658, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5091210049305073, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6272.6726081481775, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032793537847419174, "grain_number": 5, "grain_density": 1854.8696762741636, "grain_outer_radius": 0.033711630030652126, "grain_initial_inner_radius": 0.015263112512156222, "grain_initial_height": 0.12127785527804555, "grain_separation": 0.004330004953990712, "grains_center_of_mass_position": 0.39632913482666515, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008734891604894577, "throat_radius": 0.011156256827056973, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254512882363575}], "aerodynamic_surfaces": [{"length": 0.5588674720201682, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343269178109943}, {"n": 4, "root_chord": 0.11979227643784614, "tip_chord": 0.05975062328826376, "span": 0.1107094232156657, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488487781859366}, {"top_radius": 0.06411060494330047, "bottom_radius": 0.04366367229354467, "length": 0.06101195168465724, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700568765977277, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6199709173504019, "upper_button_position": 0.08059784862687513}], "rail_length": 5, "inclination": 87.5875382488349, "heading": 50.62575830612078} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.0635157784397906, "mass": 14.974641825740061, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308111211559839, "I_33_without_motor": 0.033595700542696644, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.806079537716816, "trigger": 800, "sampling_rate": 105, "lag": 1.307895641648233, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0041536725701885, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4344589588474612, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6278.396976644766, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03413897198446675, "grain_number": 5, "grain_density": 1802.6905022829633, "grain_outer_radius": 0.03225132984899075, "grain_initial_inner_radius": 0.015120686124050044, "grain_initial_height": 0.11942297901045944, "grain_separation": 0.005405533608374906, "grains_center_of_mass_position": 0.39552262674718325, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008475048193877121, "throat_radius": 0.010919234486688871, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560580928701557}], "aerodynamic_surfaces": [{"length": 0.5598721260207001, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13292425281404}, {"n": 4, "root_chord": 0.11993866858567614, "tip_chord": 0.05975709149413548, "span": 0.1096261665077716, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508228835768445}, {"top_radius": 0.06284451205983692, "bottom_radius": 0.04220104922991816, "length": 0.05994676487262951, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999836244459109, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195610493936249, "upper_button_position": 0.080422575052286}], "rail_length": 5, "inclination": 85.52702552992659, "heading": 52.76708158435969} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349663088094369, "mass": 16.20478566855188, "I_11_without_motor": 6.321, "I_22_without_motor": 6.344312020271661, "I_33_without_motor": 0.030574746109307188, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.982222552758353, "trigger": 800, "sampling_rate": 105, "lag": 1.3676229419786847, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0554137136822397, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8806831374042352, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6367.652646820397, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033586352328557306, "grain_number": 5, "grain_density": 1689.3502704920863, "grain_outer_radius": 0.03316872051181839, "grain_initial_inner_radius": 0.014608931238005378, "grain_initial_height": 0.1182062393031935, "grain_separation": 0.006222846656940004, "grains_center_of_mass_position": 0.3965489423844883, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006581260433946185, "throat_radius": 0.011635202336574191, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540373760037973}], "aerodynamic_surfaces": [{"length": 0.5595679054656498, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348928256697697}, {"n": 4, "root_chord": 0.11957551824638392, "tip_chord": 0.059102032514026674, "span": 0.11064620497677775, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499900613415503}, {"top_radius": 0.06302914235550092, "bottom_radius": 0.043635376237642805, "length": 0.059565668950171874, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002418634615558, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173528053648654, "upper_button_position": 0.08288905809669045}], "rail_length": 5, "inclination": 85.60127755633995, "heading": 52.829070525059244} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06350144133243339, "mass": 15.30149595990272, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319711601633666, "I_33_without_motor": 0.026806725216759288, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.958862532287862, "trigger": 800, "sampling_rate": 105, "lag": 1.2914276658914345, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0750879968688996, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7199677086236969, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6043.205893769219, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033540560248181785, "grain_number": 5, "grain_density": 1774.276446303522, "grain_outer_radius": 0.032782005516441275, "grain_initial_inner_radius": 0.014789700800910351, "grain_initial_height": 0.1203934150810241, "grain_separation": 0.007588155067879077, "grains_center_of_mass_position": 0.3967471312298821, "center_of_dry_mass_position": 0.317, "nozzle_position": 5.848639784452812e-06, "throat_radius": 0.01037157147594891, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559963526474436}], "aerodynamic_surfaces": [{"length": 0.5574367389778107, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13396452496992}, {"n": 4, "root_chord": 0.12031021090003231, "tip_chord": 0.06024129752027695, "span": 0.11008284791066643, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496247643888998}, {"top_radius": 0.062096865985058244, "bottom_radius": 0.04274906793364883, "length": 0.061059244568750115, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008013127856576, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618014620790613, "upper_button_position": 0.08278669199504463}], "rail_length": 5, "inclination": 85.7117572236709, "heading": 53.99365145248338} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.0635145782589108, "mass": 14.822583113743942, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330451259217041, "I_33_without_motor": 0.03857568283973537, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.972940184050207, "trigger": 800, "sampling_rate": 105, "lag": 1.5557715957761984, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8957364291716351, "trigger": "apogee", "sampling_rate": 105, "lag": 1.574587736946676, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6114.408856211508, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033755261268792636, "grain_number": 5, "grain_density": 1769.2735962817903, "grain_outer_radius": 0.033627635322945305, "grain_initial_inner_radius": 0.015046965202338327, "grain_initial_height": 0.12074015344717869, "grain_separation": 0.002963685465455641, "grains_center_of_mass_position": 0.39834192559111387, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006291765956208457, "throat_radius": 0.011878106612249603, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549810862877604}], "aerodynamic_surfaces": [{"length": 0.5572535785144274, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133891061837737}, {"n": 4, "root_chord": 0.11953920414869669, "tip_chord": 0.060323582296663056, "span": 0.11035727230089777, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494588448478572}, {"top_radius": 0.06459548210829377, "bottom_radius": 0.043831330814096424, "length": 0.06061740025103523, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001767649272562, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174084841738842, "upper_button_position": 0.08276828075337206}], "rail_length": 5, "inclination": 85.75466402828042, "heading": 56.72022636756114} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06350506209557569, "mass": 14.898418851062377, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329968484995397, "I_33_without_motor": 0.03310333701392943, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.135539820158254, "trigger": 800, "sampling_rate": 105, "lag": 1.4853211756154394, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9865003653834785, "trigger": "apogee", "sampling_rate": 105, "lag": 1.585165578818771, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6043.7520454634405, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032716110813848426, "grain_number": 5, "grain_density": 1767.1970612845917, "grain_outer_radius": 0.03315159110748083, "grain_initial_inner_radius": 0.01590582769516279, "grain_initial_height": 0.11997202560818394, "grain_separation": 0.005257231307700788, "grains_center_of_mass_position": 0.39625452176974696, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013924398946077148, "throat_radius": 0.010980579446796219, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2571033781829082}], "aerodynamic_surfaces": [{"length": 0.5565498987996124, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1363459716500723}, {"n": 4, "root_chord": 0.120008779320132, "tip_chord": 0.060421665407793694, "span": 0.11085538916868828, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487363262756269}, {"top_radius": 0.06231531996983568, "bottom_radius": 0.04311488783237104, "length": 0.05971926254163737, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6975606959243439, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189355372777492, "upper_button_position": 0.0786251586465947}], "rail_length": 5, "inclination": 84.03128253929366, "heading": 50.3277391452374} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.0635043455274096, "mass": 15.247253825852768, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327035029418128, "I_33_without_motor": 0.035560837087631976, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.15125618587279, "trigger": 800, "sampling_rate": 105, "lag": 1.504337802225032, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0531162960130154, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2796598943349073, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5763.395689396736, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033607762094589655, "grain_number": 5, "grain_density": 1815.921951521073, "grain_outer_radius": 0.03297439309872805, "grain_initial_inner_radius": 0.015001109364164104, "grain_initial_height": 0.12047053873487391, "grain_separation": 0.004426976055113142, "grains_center_of_mass_position": 0.3960365636715542, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00038877219378283663, "throat_radius": 0.010676985990957562, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255210515327976}], "aerodynamic_surfaces": [{"length": 0.5585088241168895, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334877557294178}, {"n": 4, "root_chord": 0.11997375171992239, "tip_chord": 0.060204120105546606, "span": 0.1101404289336286, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502513798378563}, {"top_radius": 0.06451401400757006, "bottom_radius": 0.044172252896480975, "length": 0.059502393808494085, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993049571123746, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168976857466419, "upper_button_position": 0.08240727136573267}], "rail_length": 5, "inclination": 83.20590059403567, "heading": 52.571799192704766} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349296093994629, "mass": 15.698216038691141, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316729205900789, "I_33_without_motor": 0.05154615230160263, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.925820392294769, "trigger": 800, "sampling_rate": 105, "lag": 1.4396910091107065, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.004475456277444, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0823640179937486, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8836.984591956265, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03307826484744295, "grain_number": 5, "grain_density": 1823.2031151153371, "grain_outer_radius": 0.032394218958106145, "grain_initial_inner_radius": 0.015426988434305353, "grain_initial_height": 0.1199224656145187, "grain_separation": 0.004916458490326118, "grains_center_of_mass_position": 0.3984166191174955, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001871721379650755, "throat_radius": 0.010575094552270145, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564380827595945}], "aerodynamic_surfaces": [{"length": 0.5598369856570582, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353600003937907}, {"n": 4, "root_chord": 0.11931374833667174, "tip_chord": 0.05976325878237935, "span": 0.10999535941091336, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484527461043867}, {"top_radius": 0.06271658759335873, "bottom_radius": 0.04283726776417548, "length": 0.06050424625621147, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992489153367883, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171708801378154, "upper_button_position": 0.08207803519897294}], "rail_length": 5, "inclination": 84.17383317575052, "heading": 54.14852898650575} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350993316196826, "mass": 15.09690383126804, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322151885286892, "I_33_without_motor": 0.04195808340224186, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.090481219042118, "trigger": 800, "sampling_rate": 105, "lag": 1.5095890656303892, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9715775402601161, "trigger": "apogee", "sampling_rate": 105, "lag": 1.515247897847589, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5347.849330701422, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032748589681147966, "grain_number": 5, "grain_density": 1785.977327608245, "grain_outer_radius": 0.03307109912508156, "grain_initial_inner_radius": 0.015670958676165185, "grain_initial_height": 0.1196973265876975, "grain_separation": 0.006727678200248785, "grains_center_of_mass_position": 0.39701393130975093, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003641319538088578, "throat_radius": 0.010867525672815532, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547306059933805}], "aerodynamic_surfaces": [{"length": 0.5592599144404677, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133204004082055}, {"n": 4, "root_chord": 0.11980037509036962, "tip_chord": 0.06067566554370064, "span": 0.11039093539469734, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.047495799162345}, {"top_radius": 0.06310559161977138, "bottom_radius": 0.043827937245132516, "length": 0.05948516122959677, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.701119816214332, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166268836691845, "upper_button_position": 0.08449293254514745}], "rail_length": 5, "inclination": 82.96854215984835, "heading": 49.369172309475005} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349250072206206, "mass": 15.236182782636245, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309910271073082, "I_33_without_motor": 0.011145345563029915, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.872640881951437, "trigger": 800, "sampling_rate": 105, "lag": 1.4154755186807677, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.029931264421024, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5104902565180556, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8422.630519560615, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033521224636611065, "grain_number": 5, "grain_density": 1796.3887065985182, "grain_outer_radius": 0.032482858333342544, "grain_initial_inner_radius": 0.014731310761361197, "grain_initial_height": 0.11947372034943397, "grain_separation": 0.003167599468066601, "grains_center_of_mass_position": 0.3958659894196117, "center_of_dry_mass_position": 0.317, "nozzle_position": -3.798218344912802e-05, "throat_radius": 0.010979430774619051, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254726897304367}], "aerodynamic_surfaces": [{"length": 0.5573780506197088, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338157126656443}, {"n": 4, "root_chord": 0.11987318071373512, "tip_chord": 0.059887351427063605, "span": 0.11030777551210964, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493247454120367}, {"top_radius": 0.06273053375261163, "bottom_radius": 0.042725412818293146, "length": 0.060960836963878905, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007612096127847, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186259151504543, "upper_button_position": 0.08213529446233037}], "rail_length": 5, "inclination": 83.71031228771388, "heading": 52.585060773304654} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350706013762827, "mass": 16.040287944356912, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3327664382048585, "I_33_without_motor": 0.030383872393116098, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.997985343538815, "trigger": 800, "sampling_rate": 105, "lag": 1.6929914147963192, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.069160489442433, "trigger": "apogee", "sampling_rate": 105, "lag": 1.296261656799952, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5891.746472275262, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03375846431077999, "grain_number": 5, "grain_density": 1822.2966332358278, "grain_outer_radius": 0.03385369697113193, "grain_initial_inner_radius": 0.015458326910994321, "grain_initial_height": 0.11999982475100339, "grain_separation": 0.006236924947157777, "grains_center_of_mass_position": 0.3982251553458356, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0016159089344275407, "throat_radius": 0.011842268080621932, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536621411558908}], "aerodynamic_surfaces": [{"length": 0.5573274965104176, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1317354555880925}, {"n": 4, "root_chord": 0.1203976657917205, "tip_chord": 0.06086772632694415, "span": 0.10991395783910528, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494764088522155}, {"top_radius": 0.06477620286736073, "bottom_radius": 0.044241014605112525, "length": 0.06114082488521554, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000807847277151, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176953270767681, "upper_button_position": 0.08238545765094696}], "rail_length": 5, "inclination": 84.53938013512332, "heading": 52.80163496776792} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349865497499482, "mass": 15.987419450864962, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32029874994712, "I_33_without_motor": 0.05310576677329307, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.867463281942584, "trigger": 800, "sampling_rate": 105, "lag": 1.359920338717056, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0749823974103339, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5667320127801054, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4842.206234221754, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03305323950428233, "grain_number": 5, "grain_density": 1844.2782295463094, "grain_outer_radius": 0.032432910260252884, "grain_initial_inner_radius": 0.014765293820121523, "grain_initial_height": 0.12005757150211287, "grain_separation": 0.005746575453063726, "grains_center_of_mass_position": 0.39638040904110733, "center_of_dry_mass_position": 0.317, "nozzle_position": -6.678709716914499e-05, "throat_radius": 0.011339312403346088, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558841345696867}], "aerodynamic_surfaces": [{"length": 0.560110881489798, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354244798777582}, {"n": 4, "root_chord": 0.11953507814345175, "tip_chord": 0.06071365433659327, "span": 0.11051138308670928, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486853985900633}, {"top_radius": 0.06282278169845747, "bottom_radius": 0.042795756466071526, "length": 0.061197294689722265, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002603814998755, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174121250224585, "upper_button_position": 0.082848256477417}], "rail_length": 5, "inclination": 84.39882556678968, "heading": 51.41447079729374} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06349484114069241, "mass": 15.004268572238333, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313422694764082, "I_33_without_motor": 0.044843719207480426, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.028282983615611, "trigger": 800, "sampling_rate": 105, "lag": 1.472275561118572, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9654794158267908, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7860979020286463, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6551.59594839594, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03233029801546781, "grain_number": 5, "grain_density": 1703.9494786692521, "grain_outer_radius": 0.0327705229865888, "grain_initial_inner_radius": 0.015118295972759606, "grain_initial_height": 0.1189173019186228, "grain_separation": 0.005694034905452166, "grains_center_of_mass_position": 0.3969584081589519, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00036892512753668264, "throat_radius": 0.011750500782650502, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2568561306437709}], "aerodynamic_surfaces": [{"length": 0.5580769378069325, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335980933553411}, {"n": 4, "root_chord": 0.12017587280835271, "tip_chord": 0.05950264519826752, "span": 0.110392832187358, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493467789567152}, {"top_radius": 0.0630626340550642, "bottom_radius": 0.041605046599807086, "length": 0.05879461942017686, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998414255238044, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182959490124497, "upper_button_position": 0.08154547651135469}], "rail_length": 5, "inclination": 85.35049511209564, "heading": 52.31544116674326} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349646412861731, "mass": 15.105311642703159, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320999466349699, "I_33_without_motor": 0.047857785706578955, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.100206384680156, "trigger": 800, "sampling_rate": 105, "lag": 1.4250085588093526, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9326320694982834, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4085450575817076, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6498.336359765771, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03253827704428723, "grain_number": 5, "grain_density": 1779.2530581130607, "grain_outer_radius": 0.03280166420288363, "grain_initial_inner_radius": 0.01525313295080789, "grain_initial_height": 0.12013775798294597, "grain_separation": 0.005387901691089173, "grains_center_of_mass_position": 0.3959642260881282, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008862104627981797, "throat_radius": 0.01084790636977796, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547085827661026}], "aerodynamic_surfaces": [{"length": 0.5581029574287037, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335730769189487}, {"n": 4, "root_chord": 0.12027580501044195, "tip_chord": 0.05985577511264863, "span": 0.11001537301003463, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500743484815087}, {"top_radius": 0.06482570118173986, "bottom_radius": 0.04275521737767051, "length": 0.06095126047556633, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996688373881564, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182666609225779, "upper_button_position": 0.08140217646557857}], "rail_length": 5, "inclination": 86.42008800540026, "heading": 52.61441285212911} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349879099369615, "mass": 15.130519292611378, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327494262597919, "I_33_without_motor": 0.03636571441230872, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.832073978054234, "trigger": 800, "sampling_rate": 105, "lag": 1.6576268047813651, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.083609606931902, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3502153590594876, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4633.306704454064, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03342276756426559, "grain_number": 5, "grain_density": 1840.1453817767106, "grain_outer_radius": 0.03290903198954227, "grain_initial_inner_radius": 0.015490766720880815, "grain_initial_height": 0.11950122412945297, "grain_separation": 0.0038748890964034445, "grains_center_of_mass_position": 0.39703317210276945, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008904503445570383, "throat_radius": 0.01066802558203703, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562192835625143}], "aerodynamic_surfaces": [{"length": 0.5563890192487898, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328711847105095}, {"n": 4, "root_chord": 0.11983229227723838, "tip_chord": 0.06021176595096258, "span": 0.1103097098680457, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493348105996696}, {"top_radius": 0.06315870121576071, "bottom_radius": 0.041810956315890914, "length": 0.05985900714053718, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986261101165038, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165865575363606, "upper_button_position": 0.08203955258014317}], "rail_length": 5, "inclination": 86.20174952892901, "heading": 50.590716620768035} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.0635090086737144, "mass": 15.639803989489307, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323336528499906, "I_33_without_motor": 0.046358791878699374, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.037090547296712, "trigger": 800, "sampling_rate": 105, "lag": 1.4518176780043965, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9987747963751726, "trigger": "apogee", "sampling_rate": 105, "lag": 1.437256202674161, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6234.940068575804, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03357157808484879, "grain_number": 5, "grain_density": 1866.485943869153, "grain_outer_radius": 0.0335887412799817, "grain_initial_inner_radius": 0.014384603305419658, "grain_initial_height": 0.12242800511528376, "grain_separation": 0.0038145871958654262, "grains_center_of_mass_position": 0.3968246020847351, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00027954872824153464, "throat_radius": 0.012019889212395971, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544601847176193}], "aerodynamic_surfaces": [{"length": 0.5596493865965045, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329510510730934}, {"n": 4, "root_chord": 0.11919408031660847, "tip_chord": 0.059930248994827656, "span": 0.10965389355764206, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499346514655528}, {"top_radius": 0.06514975734143111, "bottom_radius": 0.04442441092041345, "length": 0.060219133822580595, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004105726538611, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167126673007903, "upper_button_position": 0.08369790535307076}], "rail_length": 5, "inclination": 85.36499491751923, "heading": 53.285999494633266} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06350183878823809, "mass": 14.868349138923463, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326102505211725, "I_33_without_motor": 0.02750639960986706, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.961656213251374, "trigger": 800, "sampling_rate": 105, "lag": 1.4362388925899805, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9786849999924221, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2991660752094298, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5814.586386343618, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03272079755557644, "grain_number": 5, "grain_density": 1809.521976380178, "grain_outer_radius": 0.03241026337206685, "grain_initial_inner_radius": 0.01515172194420851, "grain_initial_height": 0.1206394828163323, "grain_separation": 0.004143160630905464, "grains_center_of_mass_position": 0.39710122044206425, "center_of_dry_mass_position": 0.317, "nozzle_position": 5.813780008939492e-05, "throat_radius": 0.010522261818187151, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550442785046716}], "aerodynamic_surfaces": [{"length": 0.5590958718006738, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329615464883374}, {"n": 4, "root_chord": 0.11953875304580622, "tip_chord": 0.06024662110730143, "span": 0.11049969642484923, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051637926478165}, {"top_radius": 0.06450010290485533, "bottom_radius": 0.04264260803723131, "length": 0.0598880374631229, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002571861043174, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618003930999886, "upper_button_position": 0.08225325510443138}], "rail_length": 5, "inclination": 84.75623893443574, "heading": 52.65514553280906} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06348869894392951, "mass": 15.559369042702418, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3275982691154296, "I_33_without_motor": 0.04533985811066024, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.195798599738293, "trigger": 800, "sampling_rate": 105, "lag": 1.3024101874222012, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.044704529025333, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5172748468388095, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6697.904282626865, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03309594220831424, "grain_number": 5, "grain_density": 1809.6039320888544, "grain_outer_radius": 0.03285697485188301, "grain_initial_inner_radius": 0.015231800857847684, "grain_initial_height": 0.11946587812892155, "grain_separation": 0.0054924783156906146, "grains_center_of_mass_position": 0.3962089550805687, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005033681607310565, "throat_radius": 0.011589490395361357, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546154515684291}], "aerodynamic_surfaces": [{"length": 0.5598852164420858, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1357597519216862}, {"n": 4, "root_chord": 0.1206211734547386, "tip_chord": 0.060490022879705244, "span": 0.11007649573443051, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496145528277832}, {"top_radius": 0.06012166339724554, "bottom_radius": 0.042874086020616146, "length": 0.06011103745775715, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700240472042231, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190052600948136, "upper_button_position": 0.08123521194741745}], "rail_length": 5, "inclination": 84.28343449908004, "heading": 47.47279538797064} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350040693031082, "mass": 15.29991631659731, "I_11_without_motor": 6.321, "I_22_without_motor": 6.299702786463771, "I_33_without_motor": 0.043215094426615336, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.933362160265588, "trigger": 800, "sampling_rate": 105, "lag": 1.432884730292243, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0374695420123472, "trigger": "apogee", "sampling_rate": 105, "lag": 0.9852850011503033, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6258.761932219957, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03369207217953206, "grain_number": 5, "grain_density": 1852.584170058988, "grain_outer_radius": 0.03314935335776865, "grain_initial_inner_radius": 0.015128844194134823, "grain_initial_height": 0.12009583290586391, "grain_separation": 0.004243434542231692, "grains_center_of_mass_position": 0.39681019544853313, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002177295111205054, "throat_radius": 0.010911270578783558, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25249011954368}], "aerodynamic_surfaces": [{"length": 0.55884336566115, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132799445925905}, {"n": 4, "root_chord": 0.11965289120553867, "tip_chord": 0.060150022495700735, "span": 0.10955192733759019, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498311001454925}, {"top_radius": 0.06381741844052924, "bottom_radius": 0.04334014227760103, "length": 0.061017757336674444, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988421673877997, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191477709468001, "upper_button_position": 0.07969439644099963}], "rail_length": 5, "inclination": 84.30924821221662, "heading": 53.444693884694765} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350815649154021, "mass": 15.326881644416625, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312810248139529, "I_33_without_motor": 0.025583597485961763, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.069024126537501, "trigger": 800, "sampling_rate": 105, "lag": 1.6564773711682221, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8990351870556206, "trigger": "apogee", "sampling_rate": 105, "lag": 1.558026617043349, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5572.5540303842, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033288442699142225, "grain_number": 5, "grain_density": 1810.004901893089, "grain_outer_radius": 0.033924368495554566, "grain_initial_inner_radius": 0.014835253806590879, "grain_initial_height": 0.11942442345830338, "grain_separation": 0.0053470073193171465, "grains_center_of_mass_position": 0.39664135802714023, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003364196450515038, "throat_radius": 0.011130079196306352, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559707216548603}], "aerodynamic_surfaces": [{"length": 0.5598919571264916, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347970365361184}, {"n": 4, "root_chord": 0.12003995620313625, "tip_chord": 0.06048489088096799, "span": 0.11019186385708475, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487106917714355}, {"top_radius": 0.06339709490200107, "bottom_radius": 0.0431465675284212, "length": 0.058059633381551325, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992749554211152, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177132027087413, "upper_button_position": 0.08156175271237387}], "rail_length": 5, "inclination": 83.8930231648764, "heading": 50.23878338578684} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349892592890084, "mass": 15.164496768808526, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31899561612787, "I_33_without_motor": 0.030070109859709815, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.958972303881463, "trigger": 800, "sampling_rate": 105, "lag": 1.4741577580807848, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0586969992419752, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3628804856626577, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5762.819079471822, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03303434390394296, "grain_number": 5, "grain_density": 1676.619189088941, "grain_outer_radius": 0.03320979630819546, "grain_initial_inner_radius": 0.014946419328665644, "grain_initial_height": 0.12014066606559813, "grain_separation": 0.004847082567286224, "grains_center_of_mass_position": 0.39516080073614923, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011703198104706636, "throat_radius": 0.011101964362529816, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255999148841109}], "aerodynamic_surfaces": [{"length": 0.5591624945984992, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347593221876144}, {"n": 4, "root_chord": 0.12041842204571085, "tip_chord": 0.060004793558377754, "span": 0.11031787498456135, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497534591140063}, {"top_radius": 0.06334298799782817, "bottom_radius": 0.044472986560534916, "length": 0.06264216640294189, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996068419867584, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193874568006678, "upper_button_position": 0.08021938518609062}], "rail_length": 5, "inclination": 83.31619689270623, "heading": 52.95933894945707} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350313290547015, "mass": 16.10039026419902, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330130499175332, "I_33_without_motor": 0.0344111112996521, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.170556240600108, "trigger": 800, "sampling_rate": 105, "lag": 1.6196435125207915, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0433328738349643, "trigger": "apogee", "sampling_rate": 105, "lag": 1.501903618870637, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7375.807039566225, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032765611318426445, "grain_number": 5, "grain_density": 1857.6616878614295, "grain_outer_radius": 0.03326001558079134, "grain_initial_inner_radius": 0.014790903437322863, "grain_initial_height": 0.12029202123769245, "grain_separation": 0.00435827685151444, "grains_center_of_mass_position": 0.396063265688173, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000712539678188759, "throat_radius": 0.011140479352698383, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254951069125292}], "aerodynamic_surfaces": [{"length": 0.5581454260709576, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348637131539807}, {"n": 4, "root_chord": 0.12061590344297898, "tip_chord": 0.06059141981820696, "span": 0.10961865837371465, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491322620218528}, {"top_radius": 0.06432093910072487, "bottom_radius": 0.04337171848209466, "length": 0.05968697118754806, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995360743668931, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171334254307632, "upper_button_position": 0.08240264893612992}], "rail_length": 5, "inclination": 84.44277336174414, "heading": 52.37431893725815} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350347121130123, "mass": 15.70262799834762, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316692997922637, "I_33_without_motor": 0.04287956863250094, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.068315214244512, "trigger": 800, "sampling_rate": 105, "lag": 1.4304421281108692, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9185061225669691, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5332561672181375, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6505.341597833676, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032438340165034975, "grain_number": 5, "grain_density": 1820.7688325876452, "grain_outer_radius": 0.032846709403209724, "grain_initial_inner_radius": 0.014578349210305541, "grain_initial_height": 0.11887196044880298, "grain_separation": 0.004218046369658905, "grains_center_of_mass_position": 0.39761286069058216, "center_of_dry_mass_position": 0.317, "nozzle_position": 4.213002722327763e-05, "throat_radius": 0.011238854505608811, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254470662302863}], "aerodynamic_surfaces": [{"length": 0.5585415851533323, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346134792186382}, {"n": 4, "root_chord": 0.120679612192658, "tip_chord": 0.059969666981425904, "span": 0.11007791858423444, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490900755466817}, {"top_radius": 0.06457696011316102, "bottom_radius": 0.04341063194758055, "length": 0.05932079520047622, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987053265894784, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177339803858817, "upper_button_position": 0.0809713462035967}], "rail_length": 5, "inclination": 85.6601416274476, "heading": 53.801461002715364} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06349370249149273, "mass": 15.827251608970922, "I_11_without_motor": 6.321, "I_22_without_motor": 6.303284260118605, "I_33_without_motor": 0.037977657101634255, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.839406924366754, "trigger": 800, "sampling_rate": 105, "lag": 1.3780899750344198, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0121665687924761, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3233228632452796, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8363.480633355015, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03358290155874624, "grain_number": 5, "grain_density": 1773.0427368365717, "grain_outer_radius": 0.03295886748020807, "grain_initial_inner_radius": 0.014546351222902015, "grain_initial_height": 0.11915855286943992, "grain_separation": 0.0026301521053535564, "grains_center_of_mass_position": 0.3969112214823211, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004413480179007616, "throat_radius": 0.011226708195936224, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548023167883327}], "aerodynamic_surfaces": [{"length": 0.5589935818156294, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345389322426893}, {"n": 4, "root_chord": 0.12110283369238625, "tip_chord": 0.060036618006892604, "span": 0.1102337479060304, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049913674522621}, {"top_radius": 0.06293649176489796, "bottom_radius": 0.04484693482296695, "length": 0.05823166112736871, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993575867817342, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176231433995849, "upper_button_position": 0.0817344433821493}], "rail_length": 5, "inclination": 83.64283774203824, "heading": 54.89105306677308} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350492673608388, "mass": 15.37195941923643, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317459676756895, "I_33_without_motor": 0.02684343381992892, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.93174938110769, "trigger": 800, "sampling_rate": 105, "lag": 1.4746917602304375, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9679131980346792, "trigger": "apogee", "sampling_rate": 105, "lag": 1.592821442937369, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6305.325963719266, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03296863332512421, "grain_number": 5, "grain_density": 1813.4431542218163, "grain_outer_radius": 0.03370610826835887, "grain_initial_inner_radius": 0.01564690588809191, "grain_initial_height": 0.11845683043805529, "grain_separation": 0.0052297257814080764, "grains_center_of_mass_position": 0.3979759634716261, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007091083607321994, "throat_radius": 0.010671265955733701, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2533892665497801}], "aerodynamic_surfaces": [{"length": 0.5580870029881658, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133088937197884}, {"n": 4, "root_chord": 0.12011799133367512, "tip_chord": 0.05969181102525103, "span": 0.11046549472744861, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049805627109839}, {"top_radius": 0.061874642824958206, "bottom_radius": 0.043831838481316346, "length": 0.05992420819924053, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995703519221683, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184739831976797, "upper_button_position": 0.08109636872448867}], "rail_length": 5, "inclination": 83.611419150386, "heading": 54.18974031765612} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349870395606622, "mass": 15.714170862084064, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306026416629446, "I_33_without_motor": 0.04319545522899576, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.088799096452204, "trigger": 800, "sampling_rate": 105, "lag": 1.704942791592241, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1102795733405553, "trigger": "apogee", "sampling_rate": 105, "lag": 1.736547557321492, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5488.362001567039, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033046934082462245, "grain_number": 5, "grain_density": 1783.8707325301896, "grain_outer_radius": 0.03338213180491817, "grain_initial_inner_radius": 0.015179535620613065, "grain_initial_height": 0.11934926210689166, "grain_separation": 0.005554882536565949, "grains_center_of_mass_position": 0.39698906708051174, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007647347758377431, "throat_radius": 0.010331395023091272, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556566081732374}], "aerodynamic_surfaces": [{"length": 0.5572995727910659, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1321940430813515}, {"n": 4, "root_chord": 0.12031713467407208, "tip_chord": 0.06048578844080526, "span": 0.11071056714341365, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049112215806383}, {"top_radius": 0.06198397131309136, "bottom_radius": 0.04429013545902245, "length": 0.05950168676061341, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980786735569765, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177054033947129, "upper_button_position": 0.08037327016226359}], "rail_length": 5, "inclination": 83.7182432275498, "heading": 56.69024457280942} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06348894159160963, "mass": 15.443224397212777, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316621657944479, "I_33_without_motor": 0.030440814518453027, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.172700416708441, "trigger": 800, "sampling_rate": 105, "lag": 1.4550350807473122, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9688617984858819, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4009491353352548, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7216.394236597182, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03403704944484845, "grain_number": 5, "grain_density": 1861.28885297484, "grain_outer_radius": 0.03299925601871134, "grain_initial_inner_radius": 0.01546562002548939, "grain_initial_height": 0.12084168575472039, "grain_separation": 0.006255795411471284, "grains_center_of_mass_position": 0.39788289556367673, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0028315183452558633, "throat_radius": 0.011108259979991484, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557668270666897}], "aerodynamic_surfaces": [{"length": 0.5589091411484087, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352800151605023}, {"n": 4, "root_chord": 0.12008936479700898, "tip_chord": 0.05969662461327232, "span": 0.11013972681256338, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499606345233494}, {"top_radius": 0.06475435268396897, "bottom_radius": 0.04322282617859966, "length": 0.06273746979888938, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003743605472832, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179167414122605, "upper_button_position": 0.0824576191350227}], "rail_length": 5, "inclination": 84.19082985513785, "heading": 53.7840891237499} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349353932240265, "mass": 15.217636653450723, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310708016366995, "I_33_without_motor": 0.022912309496126174, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.956406104466213, "trigger": 800, "sampling_rate": 105, "lag": 1.607608015895121, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0532206906620618, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3974931778287294, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6676.967272218776, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032643426605329734, "grain_number": 5, "grain_density": 1892.3146480831233, "grain_outer_radius": 0.03357989584179527, "grain_initial_inner_radius": 0.015106885554629666, "grain_initial_height": 0.11949882800453113, "grain_separation": 0.0030193284575172137, "grains_center_of_mass_position": 0.3964147323358289, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005712109865311248, "throat_radius": 0.01063135574717632, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555174524979678}], "aerodynamic_surfaces": [{"length": 0.5567758907971102, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335947950224605}, {"n": 4, "root_chord": 0.12051821196212245, "tip_chord": 0.059876024343286774, "span": 0.10901945712170442, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04972110400367}, {"top_radius": 0.06412390408238992, "bottom_radius": 0.043650944554483526, "length": 0.05985680648362139, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999938797841142, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190365278607592, "upper_button_position": 0.08095735192335496}], "rail_length": 5, "inclination": 85.20199642027347, "heading": 53.51864614037308} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350169671918073, "mass": 15.436412383844115, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330061671728754, "I_33_without_motor": 0.03629225156698474, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.066988884700743, "trigger": 800, "sampling_rate": 105, "lag": 1.4655272587060606, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.082814256176604, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8062378900151705, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8270.76207210444, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03299479059166721, "grain_number": 5, "grain_density": 1752.0801715895875, "grain_outer_radius": 0.03381443585504186, "grain_initial_inner_radius": 0.01441995445418806, "grain_initial_height": 0.1199735890256075, "grain_separation": 0.005723305709293718, "grains_center_of_mass_position": 0.39825734512521144, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001357725809195965, "throat_radius": 0.010497071477645985, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2566392581279542}], "aerodynamic_surfaces": [{"length": 0.5581907601685024, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133428351643044}, {"n": 4, "root_chord": 0.12054051093438269, "tip_chord": 0.05861037665463574, "span": 0.11036911764580361, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507721030974302}, {"top_radius": 0.0631905648318602, "bottom_radius": 0.04458939037962417, "length": 0.061255070405083815, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699267210722644, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6160625392782292, "upper_button_position": 0.08320467144441479}], "rail_length": 5, "inclination": 84.60219979226731, "heading": 49.61438478987941} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349800989334023, "mass": 14.914943114808874, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324411951134358, "I_33_without_motor": 0.04515073218803434, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.11449235035551, "trigger": 800, "sampling_rate": 105, "lag": 1.3044168439043191, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9414026963415754, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1906867098584377, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6789.319183616694, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033700090346935024, "grain_number": 5, "grain_density": 1801.254460111863, "grain_outer_radius": 0.03351306961777636, "grain_initial_inner_radius": 0.015008325638336702, "grain_initial_height": 0.11960366424076696, "grain_separation": 0.005815008001814942, "grains_center_of_mass_position": 0.3967661963408357, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003908100324132978, "throat_radius": 0.011622060483970315, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536278021286467}], "aerodynamic_surfaces": [{"length": 0.5590759502743302, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133560432881365}, {"n": 4, "root_chord": 0.11981003152714102, "tip_chord": 0.0596008060477033, "span": 0.10990832272968984, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050786203206685}, {"top_radius": 0.06590177215376405, "bottom_radius": 0.042968166544998604, "length": 0.05990569839114822, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6978791741465095, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184317687527786, "upper_button_position": 0.07944740539373085}], "rail_length": 5, "inclination": 86.02106474919182, "heading": 55.254093189170675} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350283913977398, "mass": 15.958726481408748, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3331104853131395, "I_33_without_motor": 0.02391973512565149, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.123801830315646, "trigger": 800, "sampling_rate": 105, "lag": 1.4765499886552218, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9016523059608973, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4815667422746812, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5327.907647530278, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03262824537635882, "grain_number": 5, "grain_density": 1751.3705526176204, "grain_outer_radius": 0.03279806979976658, "grain_initial_inner_radius": 0.014901068723914503, "grain_initial_height": 0.12063928978784672, "grain_separation": 0.00370695590722452, "grains_center_of_mass_position": 0.3983136955495192, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000990245875661046, "throat_radius": 0.011389279888273613, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547174004207595}], "aerodynamic_surfaces": [{"length": 0.5583460259465819, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338687366874016}, {"n": 4, "root_chord": 0.11958130251385693, "tip_chord": 0.060756547659343185, "span": 0.11071365402303539, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508077664157676}, {"top_radius": 0.06371592671450754, "bottom_radius": 0.043652030418915834, "length": 0.060962779116389365, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699959728174868, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168552822572134, "upper_button_position": 0.08310444591765453}], "rail_length": 5, "inclination": 84.44788794745392, "heading": 49.94357757431476} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349428753095399, "mass": 15.108742833399356, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312565470677323, "I_33_without_motor": 0.0344507441552103, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.090841516504062, "trigger": 800, "sampling_rate": 105, "lag": 1.6317506404627709, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.034296863052648, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7146611497649413, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7160.441114237248, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032734781403769855, "grain_number": 5, "grain_density": 1775.1033342926478, "grain_outer_radius": 0.032707716968169855, "grain_initial_inner_radius": 0.015296227424347325, "grain_initial_height": 0.11964591508095472, "grain_separation": 0.005279221741532125, "grains_center_of_mass_position": 0.3977113851506663, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013772759175306383, "throat_radius": 0.0113673654845344, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564829924451357}], "aerodynamic_surfaces": [{"length": 0.5588833995967364, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135025595425597}, {"n": 4, "root_chord": 0.11909773614438242, "tip_chord": 0.060344383996531664, "span": 0.1107014956741648, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488168652710321}, {"top_radius": 0.06431976442094334, "bottom_radius": 0.04270344843235191, "length": 0.059872658606607954, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996537442894147, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181530893691654, "upper_button_position": 0.08150065492024938}], "rail_length": 5, "inclination": 84.97961791258113, "heading": 52.36103137951007} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349500343036915, "mass": 15.808660360313144, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316974694594612, "I_33_without_motor": 0.020026127117376995, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.987112164736319, "trigger": 800, "sampling_rate": 105, "lag": 1.6094809728238795, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9622490982543772, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4637715642084739, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5771.19098282863, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032920892948714496, "grain_number": 5, "grain_density": 1737.5434103197679, "grain_outer_radius": 0.03256924876008994, "grain_initial_inner_radius": 0.015212039286436663, "grain_initial_height": 0.12187324123652937, "grain_separation": 0.0050487173841268825, "grains_center_of_mass_position": 0.3973212164795021, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002812771204723559, "throat_radius": 0.010911660242252673, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255947342960723}], "aerodynamic_surfaces": [{"length": 0.5573690006078513, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345535526793353}, {"n": 4, "root_chord": 0.11930147673468555, "tip_chord": 0.060614789165917886, "span": 0.10977312683000152, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499454912415964}, {"top_radius": 0.06364480515446769, "bottom_radius": 0.042191444446339335, "length": 0.059905169293309544, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699621754840778, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182364023292761, "upper_button_position": 0.08138535251150192}], "rail_length": 5, "inclination": 83.43413149101329, "heading": 52.04258062666797} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06350703423298536, "mass": 15.127151486834109, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324965036673605, "I_33_without_motor": 0.03799351080881276, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.015400211400419, "trigger": 800, "sampling_rate": 105, "lag": 1.5226508284027522, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9860874347247122, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4014156106899687, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6616.939819079277, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03263562126865434, "grain_number": 5, "grain_density": 1870.6264348695613, "grain_outer_radius": 0.03346489637446622, "grain_initial_inner_radius": 0.014683630319277554, "grain_initial_height": 0.12052066118860524, "grain_separation": 0.005935304018936149, "grains_center_of_mass_position": 0.3985022600457093, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0014185853059623676, "throat_radius": 0.011473602596211684, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254061465706233}], "aerodynamic_surfaces": [{"length": 0.5581628065146649, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348476464461552}, {"n": 4, "root_chord": 0.11937498905243343, "tip_chord": 0.05955648014004544, "span": 0.10972780460191149, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488475845254424}, {"top_radius": 0.06516832935883451, "bottom_radius": 0.04397332700563043, "length": 0.06020398613093928, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003022397726539, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177502698594487, "upper_button_position": 0.08255196991320524}], "rail_length": 5, "inclination": 84.82788072526937, "heading": 52.89237134187711} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349923084192922, "mass": 15.740240659989627, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324385344852869, "I_33_without_motor": 0.03891324875955279, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.165672300812567, "trigger": 800, "sampling_rate": 105, "lag": 1.4914134801568444, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0899421489520627, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8896016306808836, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6447.828065657982, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03387245758261119, "grain_number": 5, "grain_density": 1771.3096417500055, "grain_outer_radius": 0.032559319081065054, "grain_initial_inner_radius": 0.01515977472675672, "grain_initial_height": 0.12033521046012079, "grain_separation": 0.004387035693564115, "grains_center_of_mass_position": 0.3965780438902023, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012759080598322011, "throat_radius": 0.0111551751200604, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254809893251277}], "aerodynamic_surfaces": [{"length": 0.5575552342857294, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133556894634734}, {"n": 4, "root_chord": 0.11972641580491776, "tip_chord": 0.06105273717996148, "span": 0.10963163448048106, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486013597650516}, {"top_radius": 0.06238283887606613, "bottom_radius": 0.04241559052961375, "length": 0.06091915791323657, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013988066315718, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6208962346010756, "upper_button_position": 0.08050257203049627}], "rail_length": 5, "inclination": 84.59090415782023, "heading": 52.14109017290528} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350404786500229, "mass": 16.137269014738774, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330991517495053, "I_33_without_motor": 0.025172625689002838, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.137354148113344, "trigger": 800, "sampling_rate": 105, "lag": 1.5453107713794363, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1447609876114382, "trigger": "apogee", "sampling_rate": 105, "lag": 1.407767286731803, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4710.6971331659415, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033258247942796276, "grain_number": 5, "grain_density": 1808.0064540191117, "grain_outer_radius": 0.03323132409812556, "grain_initial_inner_radius": 0.01479327175608937, "grain_initial_height": 0.12116584012496566, "grain_separation": 0.003821824101384891, "grains_center_of_mass_position": 0.3971088128559651, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009046714123341989, "throat_radius": 0.009664779461818943, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535185551599506}], "aerodynamic_surfaces": [{"length": 0.557478558587545, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346322005625}, {"n": 4, "root_chord": 0.11989855167935383, "tip_chord": 0.061090142842349066, "span": 0.11099931679331465, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493958230210252}, {"top_radius": 0.06245464543779375, "bottom_radius": 0.04214134679977992, "length": 0.06104152200358167, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986189726434836, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195539941749884, "upper_button_position": 0.07906497846849525}], "rail_length": 5, "inclination": 85.18571381594013, "heading": 55.579683380956176} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350515383876143, "mass": 15.559336418774802, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315198876813853, "I_33_without_motor": 0.036364884214033874, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.958491608089297, "trigger": 800, "sampling_rate": 105, "lag": 1.56990633407898, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9961482990363594, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5373057666033854, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6222.2359119502225, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03335692751588762, "grain_number": 5, "grain_density": 1867.5839329677208, "grain_outer_radius": 0.03322278400658547, "grain_initial_inner_radius": 0.014460434239338392, "grain_initial_height": 0.12061296459219305, "grain_separation": 0.003922258497484831, "grains_center_of_mass_position": 0.39684867563494947, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00016637180259345056, "throat_radius": 0.011352594879715926, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254570329316982}], "aerodynamic_surfaces": [{"length": 0.5553817872320977, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339700569111457}, {"n": 4, "root_chord": 0.12152357151899802, "tip_chord": 0.06041622534194668, "span": 0.11001645551238104, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049671035404961}, {"top_radius": 0.0634479800604837, "bottom_radius": 0.042518078835201235, "length": 0.05940793360121503, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994089961656181, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187742592579244, "upper_button_position": 0.08063473690769374}], "rail_length": 5, "inclination": 85.63657926896805, "heading": 53.27982615501605} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350769299756744, "mass": 15.662911357191982, "I_11_without_motor": 6.321, "I_22_without_motor": 6.336593463696791, "I_33_without_motor": 0.03347954107080942, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.810141349176964, "trigger": 800, "sampling_rate": 105, "lag": 1.5852898586737019, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9626060939174025, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5629032144004003, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5453.768667327067, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03263241183927821, "grain_number": 5, "grain_density": 1905.3890089242384, "grain_outer_radius": 0.032893919103242394, "grain_initial_inner_radius": 0.015131904608470283, "grain_initial_height": 0.11975435056080232, "grain_separation": 0.004532235903512014, "grains_center_of_mass_position": 0.3988317262081042, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0016114785076305513, "throat_radius": 0.011084806245850818, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547803173532772}], "aerodynamic_surfaces": [{"length": 0.5594293318552851, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335865602827764}, {"n": 4, "root_chord": 0.1201750704341565, "tip_chord": 0.059147159055340244, "span": 0.10905516043933107, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0511508888600174}, {"top_radius": 0.06381113644760991, "bottom_radius": 0.04349125206880764, "length": 0.060576454225214, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983073705501224, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172799976801797, "upper_button_position": 0.08102737286994266}], "rail_length": 5, "inclination": 83.2754900103111, "heading": 54.150583531825326} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350450327207896, "mass": 15.960505778843357, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316198091580501, "I_33_without_motor": 0.02536193574725029, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.837931879781575, "trigger": 800, "sampling_rate": 105, "lag": 1.5786231698368196, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1297338911860404, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5056563473760312, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8478.169990484077, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03346652329719885, "grain_number": 5, "grain_density": 1754.7114268168416, "grain_outer_radius": 0.03242182987718196, "grain_initial_inner_radius": 0.014750035674767622, "grain_initial_height": 0.12032122899919237, "grain_separation": 0.005318279932237406, "grains_center_of_mass_position": 0.3971543071855383, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001089653995377986, "throat_radius": 0.011581685444457167, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255773450282957}], "aerodynamic_surfaces": [{"length": 0.5566390530214999, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331730962213438}, {"n": 4, "root_chord": 0.12050431498031904, "tip_chord": 0.060507359845978916, "span": 0.10981649654675209, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491080888800328}, {"top_radius": 0.0638051902364772, "bottom_radius": 0.044045626841589795, "length": 0.059164097879854306, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7015446196115337, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6197637563638787, "upper_button_position": 0.08178086324765499}], "rail_length": 5, "inclination": 85.04615946617915, "heading": 50.7997573823334} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06350105961500647, "mass": 15.678036322050135, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322830435678733, "I_33_without_motor": 0.032747148924568495, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.898969020904802, "trigger": 800, "sampling_rate": 105, "lag": 1.475609860907886, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9727924118107287, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5669184970176644, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5166.607078220946, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03380849513216736, "grain_number": 5, "grain_density": 1754.5449464962953, "grain_outer_radius": 0.032323786460780435, "grain_initial_inner_radius": 0.014880274736735331, "grain_initial_height": 0.12047410760289992, "grain_separation": 0.005534490597536312, "grains_center_of_mass_position": 0.3964320997759306, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0014551160580240907, "throat_radius": 0.01191637048178563, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558097150332612}], "aerodynamic_surfaces": [{"length": 0.5584758567040524, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1360328433798204}, {"n": 4, "root_chord": 0.11887039607534329, "tip_chord": 0.06056669272399835, "span": 0.11055714538656916, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494654639401186}, {"top_radius": 0.0640819142369023, "bottom_radius": 0.04407606660485711, "length": 0.059993307897778306, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997782623695784, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190317858668656, "upper_button_position": 0.08074647650271283}], "rail_length": 5, "inclination": 83.97577113536926, "heading": 53.769362490716894} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350121868577298, "mass": 15.262450469131322, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314634831974658, "I_33_without_motor": 0.03716972950560464, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.872091504101958, "trigger": 800, "sampling_rate": 105, "lag": 1.5480795510333196, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9833020679548939, "trigger": "apogee", "sampling_rate": 105, "lag": 1.045241266034858, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5281.483630686826, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0338888621252778, "grain_number": 5, "grain_density": 1843.116061901209, "grain_outer_radius": 0.03339333240860431, "grain_initial_inner_radius": 0.014874433063879443, "grain_initial_height": 0.11966478175036223, "grain_separation": 0.003918162614533852, "grains_center_of_mass_position": 0.3984152120562469, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012993227674673972, "throat_radius": 0.010890188805990327, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558248563259238}], "aerodynamic_surfaces": [{"length": 0.5578251464091522, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338631558451788}, {"n": 4, "root_chord": 0.12000611041219586, "tip_chord": 0.059325692698378736, "span": 0.10941849668172379, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0512037215901116}, {"top_radius": 0.06317233459046101, "bottom_radius": 0.0430419350084772, "length": 0.060049774181081525, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012454084303376, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183897825150217, "upper_button_position": 0.08285562591531581}], "rail_length": 5, "inclination": 84.97288370209186, "heading": 52.31002541725072} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06348660390791891, "mass": 15.47092089594817, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3204561676986595, "I_33_without_motor": 0.040928835227954465, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.961817863620825, "trigger": 800, "sampling_rate": 105, "lag": 1.465700548740836, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0120061715233213, "trigger": "apogee", "sampling_rate": 105, "lag": 0.8189804004651143, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6470.4849041185535, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03260069013830882, "grain_number": 5, "grain_density": 1804.942359868739, "grain_outer_radius": 0.03290740275807399, "grain_initial_inner_radius": 0.01524695072364522, "grain_initial_height": 0.11975194584478709, "grain_separation": 0.004335518465797023, "grains_center_of_mass_position": 0.3957298548425083, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00021407048700799693, "throat_radius": 0.010523704193671171, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2566555603813734}], "aerodynamic_surfaces": [{"length": 0.5581520847234452, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340198342149053}, {"n": 4, "root_chord": 0.11937919372719148, "tip_chord": 0.060487288141135846, "span": 0.11070346473372725, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0509343359879086}, {"top_radius": 0.0622238356506989, "bottom_radius": 0.04236691319670035, "length": 0.059645480508887995, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982258426549751, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6205811254028549, "upper_button_position": 0.07764471725212019}], "rail_length": 5, "inclination": 85.30876334916552, "heading": 53.01036444957632} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350783837040677, "mass": 15.863750072164514, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3136773071109165, "I_33_without_motor": 0.02721162674873785, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.976721980232009, "trigger": 800, "sampling_rate": 105, "lag": 1.5696734822728984, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0624180256685016, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7146214449471802, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7328.858006290158, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033020102087206696, "grain_number": 5, "grain_density": 1793.800579954151, "grain_outer_radius": 0.03318152106851743, "grain_initial_inner_radius": 0.0142926173610234, "grain_initial_height": 0.12054967547934549, "grain_separation": 0.005547862076182036, "grains_center_of_mass_position": 0.3976642102259326, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006399575296127673, "throat_radius": 0.011230455617403445, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559982031254473}], "aerodynamic_surfaces": [{"length": 0.5585010085309152, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330779870364223}, {"n": 4, "root_chord": 0.1202843934051959, "tip_chord": 0.06003369520652572, "span": 0.1103091546895969, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487753956920167}, {"top_radius": 0.06439354463295176, "bottom_radius": 0.04249487795698444, "length": 0.061683983443856887, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699177934857415, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170231682919552, "upper_button_position": 0.08215476656545972}], "rail_length": 5, "inclination": 85.02111067784938, "heading": 52.41254192724875} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06348998617060858, "mass": 16.075110645896427, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32361434931757, "I_33_without_motor": 0.030796745630710637, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.104384190095931, "trigger": 800, "sampling_rate": 105, "lag": 1.4790098493952102, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0492640509320856, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3340655355961952, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7607.881322585493, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03321999838123685, "grain_number": 5, "grain_density": 1784.7364556074335, "grain_outer_radius": 0.033645282768324264, "grain_initial_inner_radius": 0.015556588794079932, "grain_initial_height": 0.11834799822760227, "grain_separation": 0.00682979717695887, "grains_center_of_mass_position": 0.3979057604920125, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013159793650601736, "throat_radius": 0.011496534201175882, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254153227583068}], "aerodynamic_surfaces": [{"length": 0.55783213247001, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1364710132784195}, {"n": 4, "root_chord": 0.11902080614748865, "tip_chord": 0.059688832909200164, "span": 0.11008037266777221, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487887662195094}, {"top_radius": 0.06277777263492111, "bottom_radius": 0.044083939050483585, "length": 0.05955235496124502, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010170180407969, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171710626729376, "upper_button_position": 0.08384595536785922}], "rail_length": 5, "inclination": 83.40950770708254, "heading": 51.02327035019454} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349802590399706, "mass": 16.23452327221345, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319911295410113, "I_33_without_motor": 0.03649914169813383, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.027467301880234, "trigger": 800, "sampling_rate": 105, "lag": 1.568392868857753, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0702142142210807, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3132828548843847, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7565.616684545956, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033169659321921126, "grain_number": 5, "grain_density": 1818.7095997603506, "grain_outer_radius": 0.03278100011450876, "grain_initial_inner_radius": 0.015120708821299404, "grain_initial_height": 0.11998173973739125, "grain_separation": 0.0054709858676290435, "grains_center_of_mass_position": 0.39770126014665436, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013347735992692293, "throat_radius": 0.010824843747870442, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543085717325173}], "aerodynamic_surfaces": [{"length": 0.5584009385732011, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341309189912927}, {"n": 4, "root_chord": 0.12023496111239516, "tip_chord": 0.061330270752463, "span": 0.1097502600316637, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0517515556088288}, {"top_radius": 0.06416744129533275, "bottom_radius": 0.04474854230288919, "length": 0.06012440983657318, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700597732405117, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178098717796787, "upper_button_position": 0.0827878606254383}], "rail_length": 5, "inclination": 84.6471313155174, "heading": 55.55650373587088} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349295388341362, "mass": 15.06540918631974, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314091185849668, "I_33_without_motor": 0.017800270580767687, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.147147349394483, "trigger": 800, "sampling_rate": 105, "lag": 1.4818088650020391, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.201345009995065, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5927730686275627, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8148.5019338372695, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032392991765499965, "grain_number": 5, "grain_density": 1787.6585310127703, "grain_outer_radius": 0.03238683523361526, "grain_initial_inner_radius": 0.015220816254615318, "grain_initial_height": 0.12143918994238434, "grain_separation": 0.006168316028402556, "grains_center_of_mass_position": 0.3983054752880235, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005158038308098603, "throat_radius": 0.011046067455513717, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549272326736345}], "aerodynamic_surfaces": [{"length": 0.5583491139034715, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341421728773475}, {"n": 4, "root_chord": 0.11943879760265129, "tip_chord": 0.05998793577443457, "span": 0.10943389671459172, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502412299286572}, {"top_radius": 0.06368753526979867, "bottom_radius": 0.04302809168464748, "length": 0.05814978872473538, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995108777993633, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190584446507308, "upper_button_position": 0.08045243314863249}], "rail_length": 5, "inclination": 84.90117075656005, "heading": 54.051996486542734} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350123883435298, "mass": 15.661520070661563, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322959868079923, "I_33_without_motor": 0.029970805006898457, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.90149395660031, "trigger": 800, "sampling_rate": 105, "lag": 1.5282640199939093, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.112461776791831, "trigger": "apogee", "sampling_rate": 105, "lag": 1.90512174392554, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4566.330439338391, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032974900923760375, "grain_number": 5, "grain_density": 1928.2365577056592, "grain_outer_radius": 0.03280956019776218, "grain_initial_inner_radius": 0.01478828234009957, "grain_initial_height": 0.11902009193779911, "grain_separation": 0.005198550883380457, "grains_center_of_mass_position": 0.39705123042537593, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00029781838192464793, "throat_radius": 0.010904551788173218, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557066677924822}], "aerodynamic_surfaces": [{"length": 0.5570372120067163, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13451296546421}, {"n": 4, "root_chord": 0.11954624162454704, "tip_chord": 0.060186957945873115, "span": 0.1098799367013546, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486444818302034}, {"top_radius": 0.06442148125015061, "bottom_radius": 0.04363669804627557, "length": 0.058494457064462935, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005515121813767, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188499774038293, "upper_button_position": 0.08170153477754738}], "rail_length": 5, "inclination": 84.56037552133628, "heading": 53.02655938733294} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350936283237112, "mass": 14.891682947299362, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328041297505124, "I_33_without_motor": 0.03632940678808539, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.213904100064939, "trigger": 800, "sampling_rate": 105, "lag": 1.6053490598830493, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8919107727432881, "trigger": "apogee", "sampling_rate": 105, "lag": 1.673810222249271, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5990.928304124665, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032565953091055345, "grain_number": 5, "grain_density": 1824.353450715509, "grain_outer_radius": 0.03328753035561567, "grain_initial_inner_radius": 0.014488742622502887, "grain_initial_height": 0.12048629156520714, "grain_separation": 0.006939209386015668, "grains_center_of_mass_position": 0.3969607409751967, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00035809550254722335, "throat_radius": 0.01175960965536573, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2565631254471061}], "aerodynamic_surfaces": [{"length": 0.5622632376714678, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348495147170563}, {"n": 4, "root_chord": 0.12051208879383117, "tip_chord": 0.05978129690974875, "span": 0.1095223900894023, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502954444116015}, {"top_radius": 0.06301764881971714, "bottom_radius": 0.043375511735461655, "length": 0.06098647538904652, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996486585928394, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180608715574805, "upper_button_position": 0.08158778703535896}], "rail_length": 5, "inclination": 84.30997578803472, "heading": 54.51658199548559} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349653146293449, "mass": 15.353536721669942, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317984993354678, "I_33_without_motor": 0.0465802163228131, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.996178459567885, "trigger": 800, "sampling_rate": 105, "lag": 1.3903953880614692, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.039794775371932, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3072808474325013, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6482.699637966466, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03307196033084735, "grain_number": 5, "grain_density": 1899.4125199993828, "grain_outer_radius": 0.031831723124635024, "grain_initial_inner_radius": 0.015130002218749012, "grain_initial_height": 0.1213064876254395, "grain_separation": 0.004297633968455045, "grains_center_of_mass_position": 0.3967096622937672, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013566252124776073, "throat_radius": 0.010989714382804902, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552642717332305}], "aerodynamic_surfaces": [{"length": 0.5588996143138134, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335919140995012}, {"n": 4, "root_chord": 0.11960670394785448, "tip_chord": 0.05990433389963756, "span": 0.10929788265603795, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484015451460509}, {"top_radius": 0.06329854050691795, "bottom_radius": 0.04308870004453832, "length": 0.05917815110225777, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6976150865016086, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175461221750218, "upper_button_position": 0.08006896432658683}], "rail_length": 5, "inclination": 87.23062339929918, "heading": 52.49163685088692} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350501524530588, "mass": 15.942798665251555, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3179610930898, "I_33_without_motor": 0.042817224634383214, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.184691268796522, "trigger": 800, "sampling_rate": 105, "lag": 1.4177029434549682, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0201012674906356, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5490792050550615, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7995.728316931134, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03309120289829016, "grain_number": 5, "grain_density": 1779.9536880122912, "grain_outer_radius": 0.03239695008564381, "grain_initial_inner_radius": 0.015045732782829616, "grain_initial_height": 0.1185673371700413, "grain_separation": 0.0037185093015481433, "grains_center_of_mass_position": 0.39645290786984316, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010376644226853789, "throat_radius": 0.010988857971197245, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541614897968725}], "aerodynamic_surfaces": [{"length": 0.5587697244021678, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338022421620901}, {"n": 4, "root_chord": 0.12047474066262115, "tip_chord": 0.05933114484021907, "span": 0.11015550895018164, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504218164599495}, {"top_radius": 0.06476349259798837, "bottom_radius": 0.04421309444781026, "length": 0.05931891676239017, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699141666301877, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166190001396183, "upper_button_position": 0.08252266616225867}], "rail_length": 5, "inclination": 85.5333223366984, "heading": 50.69011672979223} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350371012933635, "mass": 15.1245112748953, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311293431773919, "I_33_without_motor": 0.040124165162110405, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.14760640299584, "trigger": 800, "sampling_rate": 105, "lag": 1.5622542962774684, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0553019249930722, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6903446489576919, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5756.376016740657, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03304563426360844, "grain_number": 5, "grain_density": 1879.5399634849734, "grain_outer_radius": 0.03359148045484662, "grain_initial_inner_radius": 0.014684731716904464, "grain_initial_height": 0.12049136857295754, "grain_separation": 0.0066336555536088615, "grains_center_of_mass_position": 0.39543921626232015, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018951231819564162, "throat_radius": 0.010506159372840346, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545610781093472}], "aerodynamic_surfaces": [{"length": 0.5593841608085036, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342137562369017}, {"n": 4, "root_chord": 0.12008627938567581, "tip_chord": 0.060150979425264824, "span": 0.11062043232851869, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497004229828173}, {"top_radius": 0.06416780580135187, "bottom_radius": 0.042793045696680965, "length": 0.06043876787595695, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992676444473734, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6199509832234711, "upper_button_position": 0.07931666122390235}], "rail_length": 5, "inclination": 85.14576088363222, "heading": 51.39297855480817} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06351079810476085, "mass": 15.204782668198838, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334639138410031, "I_33_without_motor": 0.03572898574120846, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.181592407698975, "trigger": 800, "sampling_rate": 105, "lag": 1.4342140194418491, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.024865527679235, "trigger": "apogee", "sampling_rate": 105, "lag": 1.446967291486794, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7369.012497810622, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03225941728380665, "grain_number": 5, "grain_density": 1920.223433744482, "grain_outer_radius": 0.03238798882593754, "grain_initial_inner_radius": 0.015440970260446283, "grain_initial_height": 0.12049246689359275, "grain_separation": 0.004991829586825256, "grains_center_of_mass_position": 0.39702148021948347, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006788873273367201, "throat_radius": 0.0113531411589989, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548822215950164}], "aerodynamic_surfaces": [{"length": 0.5567630381330501, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135016850408085}, {"n": 4, "root_chord": 0.12042177835145691, "tip_chord": 0.06066081507830222, "span": 0.11031181110663345, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0480387358323173}, {"top_radius": 0.064004240138872, "bottom_radius": 0.043323264114207984, "length": 0.05992811426237308, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6975541417102279, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191956025527323, "upper_button_position": 0.07835853915749558}], "rail_length": 5, "inclination": 84.96492621094026, "heading": 54.71355210479887} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06348361951373317, "mass": 15.779111545723815, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322923252909344, "I_33_without_motor": 0.04191177458021657, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.03750592251892, "trigger": 800, "sampling_rate": 105, "lag": 1.4983135612206175, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9710726803964689, "trigger": "apogee", "sampling_rate": 105, "lag": 1.548196690250414, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6073.962375037867, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033397632260515446, "grain_number": 5, "grain_density": 1737.4922869249567, "grain_outer_radius": 0.03297956524011285, "grain_initial_inner_radius": 0.015119695028738162, "grain_initial_height": 0.1181708962440501, "grain_separation": 0.004314377921399146, "grains_center_of_mass_position": 0.3956459569003373, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009171045887611718, "throat_radius": 0.011052260814030003, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255254740797622}], "aerodynamic_surfaces": [{"length": 0.5606061802522319, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350946208241919}, {"n": 4, "root_chord": 0.12096993319601741, "tip_chord": 0.06043096370761156, "span": 0.11021265546532294, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049560486087995}, {"top_radius": 0.06453888530335615, "bottom_radius": 0.04392614804325389, "length": 0.05902632839633312, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984562492137136, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174209368516109, "upper_button_position": 0.08103531236210271}], "rail_length": 5, "inclination": 86.61509371854154, "heading": 54.93083731765723} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350330866026976, "mass": 15.326329159074707, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325567174798042, "I_33_without_motor": 0.007289059728048393, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.1753487805475, "trigger": 800, "sampling_rate": 105, "lag": 1.5686169274026986, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9476974634853635, "trigger": "apogee", "sampling_rate": 105, "lag": 1.363759266361294, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7125.286965708706, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03341159107955456, "grain_number": 5, "grain_density": 1787.6080049520676, "grain_outer_radius": 0.03246295469321091, "grain_initial_inner_radius": 0.014747456696870448, "grain_initial_height": 0.121222013709392, "grain_separation": 0.003039045406527607, "grains_center_of_mass_position": 0.3975570705655549, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0017924635314084405, "throat_radius": 0.01127861899060872, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535011541900478}], "aerodynamic_surfaces": [{"length": 0.559040914648605, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342959329534055}, {"n": 4, "root_chord": 0.11982466497578774, "tip_chord": 0.05987376131353998, "span": 0.11060915918369112, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487802600388256}, {"top_radius": 0.06491798778844683, "bottom_radius": 0.04433401670227386, "length": 0.06073137983917948, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7017700948874563, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619265562727817, "upper_button_position": 0.08250453215963938}], "rail_length": 5, "inclination": 84.60680814893144, "heading": 52.378193925291406} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350640382561927, "mass": 15.026345725446497, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3160153556693315, "I_33_without_motor": 0.024353595994181017, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.156440806326529, "trigger": 800, "sampling_rate": 105, "lag": 1.4800595694552392, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.001476507557566, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7470025780742209, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5620.324596004424, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03389344982150161, "grain_number": 5, "grain_density": 1814.8680594996738, "grain_outer_radius": 0.03267670028689923, "grain_initial_inner_radius": 0.01539581109523742, "grain_initial_height": 0.12019966735027868, "grain_separation": 0.005850097102970081, "grains_center_of_mass_position": 0.3968878190836923, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001041671124718523, "throat_radius": 0.009990796737123235, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547291353651138}], "aerodynamic_surfaces": [{"length": 0.5585608051166921, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133619359971982}, {"n": 4, "root_chord": 0.11938091915491959, "tip_chord": 0.060599993063511104, "span": 0.10993040800068662, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497707672215708}, {"top_radius": 0.06350080123807432, "bottom_radius": 0.042074421747690265, "length": 0.059587594787646546, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005040810165265, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175904423893303, "upper_button_position": 0.08291363862719625}], "rail_length": 5, "inclination": 83.8924664549882, "heading": 50.61677176004225} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350260829932368, "mass": 16.85824848604514, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322920210503629, "I_33_without_motor": 0.024577458063146176, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.077078409681693, "trigger": 800, "sampling_rate": 105, "lag": 1.5384020721577074, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0059044072085148, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2179498191524332, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6538.1344139972825, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033378353096169926, "grain_number": 5, "grain_density": 1819.3616352840666, "grain_outer_radius": 0.03341322278823224, "grain_initial_inner_radius": 0.014839302519058675, "grain_initial_height": 0.11878236123327408, "grain_separation": 0.004294216021394971, "grains_center_of_mass_position": 0.3964689617556223, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006962831597324489, "throat_radius": 0.011437584856248052, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540357005822176}], "aerodynamic_surfaces": [{"length": 0.5584392505053967, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1357453164276239}, {"n": 4, "root_chord": 0.11948150937973216, "tip_chord": 0.060092924427955816, "span": 0.10952162586473901, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506078340045293}, {"top_radius": 0.06414954860435064, "bottom_radius": 0.044582061808077215, "length": 0.05975749030087596, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000375717465624, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181780973286453, "upper_button_position": 0.08185947441791719}], "rail_length": 5, "inclination": 85.88682745922408, "heading": 50.9506243309805} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349260478742574, "mass": 15.985210462323312, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325362600952675, "I_33_without_motor": 0.02677963512571215, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.132585587271372, "trigger": 800, "sampling_rate": 105, "lag": 1.4407859855212959, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9838763816299103, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4650758533887445, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5527.024837539215, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03222769499979612, "grain_number": 5, "grain_density": 1878.3961256335022, "grain_outer_radius": 0.033451830280308174, "grain_initial_inner_radius": 0.01476500118758513, "grain_initial_height": 0.12142972071587001, "grain_separation": 0.005159132209700492, "grains_center_of_mass_position": 0.3972867236738963, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014552053871885792, "throat_radius": 0.011134982969680967, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25435326425634}], "aerodynamic_surfaces": [{"length": 0.557178591345604, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349448009133876}, {"n": 4, "root_chord": 0.12040274212439453, "tip_chord": 0.061177759309502554, "span": 0.11021977364448857, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491914070132162}, {"top_radius": 0.06350242316295829, "bottom_radius": 0.04340146919003454, "length": 0.05966101300394326, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7016167090183569, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168091780015744, "upper_button_position": 0.08480753101678251}], "rail_length": 5, "inclination": 83.70226170874375, "heading": 51.25393033662733} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350265950031143, "mass": 15.768972300266972, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325217007493812, "I_33_without_motor": 0.016987911185867576, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.052764556020563, "trigger": 800, "sampling_rate": 105, "lag": 1.4958486332701224, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9723132196333271, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8664238896593293, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7657.7009633376265, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033657030019141734, "grain_number": 5, "grain_density": 1839.4344020559518, "grain_outer_radius": 0.0331904508086706, "grain_initial_inner_radius": 0.015507134265071694, "grain_initial_height": 0.1187449520582447, "grain_separation": 0.004775540968941716, "grains_center_of_mass_position": 0.39479909026790055, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013404970886475337, "throat_radius": 0.011554472245820194, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554668409495882}], "aerodynamic_surfaces": [{"length": 0.5575341096987367, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330645373665131}, {"n": 4, "root_chord": 0.11980785398538295, "tip_chord": 0.060016845353144485, "span": 0.10950258165172803, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495008048917955}, {"top_radius": 0.06355286545797825, "bottom_radius": 0.04232245828893425, "length": 0.060118061218237685, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004400906692405, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.61646114526953, "upper_button_position": 0.08397894539971051}], "rail_length": 5, "inclination": 84.06871978760277, "heading": 50.364818697924925} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349396224041597, "mass": 15.35577650618249, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315561469594735, "I_33_without_motor": 0.046876496343808804, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.968771178880093, "trigger": 800, "sampling_rate": 105, "lag": 1.4860929128821558, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9619410572431822, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3974811522973358, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5417.3271368342375, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0325309410763025, "grain_number": 5, "grain_density": 1835.6772692263244, "grain_outer_radius": 0.03311344403462894, "grain_initial_inner_radius": 0.015198134299831675, "grain_initial_height": 0.12048892981178361, "grain_separation": 0.005933678345115735, "grains_center_of_mass_position": 0.39681559277010753, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011151913262306514, "throat_radius": 0.010397338577635223, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549801556015483}], "aerodynamic_surfaces": [{"length": 0.5586859658659623, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331720912561432}, {"n": 4, "root_chord": 0.12080242345276808, "tip_chord": 0.059707034006840756, "span": 0.11043485142112758, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488243499476364}, {"top_radius": 0.06416144393688154, "bottom_radius": 0.04420541240636748, "length": 0.06019635315574583, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997209333697708, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6199119181526506, "upper_button_position": 0.07980901521712025}], "rail_length": 5, "inclination": 82.98301022890979, "heading": 51.09701983484521} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06349910464561098, "mass": 15.806340145477918, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308880514981399, "I_33_without_motor": 0.05836527286821258, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.894935874853546, "trigger": 800, "sampling_rate": 105, "lag": 1.4840025567618893, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0633861312819748, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3599383862988768, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 3838.5928722333606, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032629370098409646, "grain_number": 5, "grain_density": 1792.5152102499696, "grain_outer_radius": 0.03278303476423578, "grain_initial_inner_radius": 0.014613154392013446, "grain_initial_height": 0.1205166469460215, "grain_separation": 0.005032980054937358, "grains_center_of_mass_position": 0.3974531957397004, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007362765914558896, "throat_radius": 0.010719722265220196, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255290957321383}], "aerodynamic_surfaces": [{"length": 0.5581163511214612, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134980602068245}, {"n": 4, "root_chord": 0.12018351079963864, "tip_chord": 0.06033620853726553, "span": 0.10985015919456825, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502739705485646}, {"top_radius": 0.06385355993242602, "bottom_radius": 0.04276851817471445, "length": 0.061005586725111, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992069898530464, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179926516491924, "upper_button_position": 0.08121433820385404}], "rail_length": 5, "inclination": 84.62689501158239, "heading": 54.4460273824529} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349605745056323, "mass": 15.343362882773029, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334510817052035, "I_33_without_motor": 0.043275994370085065, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.017697990350106, "trigger": 800, "sampling_rate": 105, "lag": 1.3140926718320072, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.030710347371391, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5442470162762376, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6811.354772237489, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03340099467642919, "grain_number": 5, "grain_density": 1857.086429745994, "grain_outer_radius": 0.03324607382933539, "grain_initial_inner_radius": 0.01577331202459219, "grain_initial_height": 0.11994463876227471, "grain_separation": 0.006323474733876438, "grains_center_of_mass_position": 0.3965804848661052, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005677326833137419, "throat_radius": 0.010472590535141353, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255757864738529}], "aerodynamic_surfaces": [{"length": 0.5572742605668941, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348717189250344}, {"n": 4, "root_chord": 0.11920172621796093, "tip_chord": 0.059356132496234136, "span": 0.10989522964329033, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0480131473846022}, {"top_radius": 0.06603943312497015, "bottom_radius": 0.04430838840157536, "length": 0.05977304866452775, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994542099388923, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617651528096768, "upper_button_position": 0.08180268184212425}], "rail_length": 5, "inclination": 83.41184299692297, "heading": 56.92582834670624} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350379430845655, "mass": 14.695114055391965, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317652443707259, "I_33_without_motor": 0.044779663926957536, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.93171615177102, "trigger": 800, "sampling_rate": 105, "lag": 1.6120828861237102, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9783221640402063, "trigger": "apogee", "sampling_rate": 105, "lag": 1.283078556475205, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5555.219947708453, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03286122028569595, "grain_number": 5, "grain_density": 1787.9362677995719, "grain_outer_radius": 0.032866798835048956, "grain_initial_inner_radius": 0.01480042491513218, "grain_initial_height": 0.12088510636976427, "grain_separation": 0.003675022787758488, "grains_center_of_mass_position": 0.3960731599038825, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002402769250223529, "throat_radius": 0.011680374315571842, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543321916163856}], "aerodynamic_surfaces": [{"length": 0.559601201450398, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340704543758457}, {"n": 4, "root_chord": 0.12051108248831784, "tip_chord": 0.06011598163072342, "span": 0.10964934861021554, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0516254223803327}, {"top_radius": 0.06396049508051967, "bottom_radius": 0.04275229928983752, "length": 0.060159654872922644, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011770981576851, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180950182032614, "upper_button_position": 0.08308207995442374}], "rail_length": 5, "inclination": 85.511384053556, "heading": 52.09022436930914} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.0634885036756918, "mass": 15.691145442647342, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3167463722022585, "I_33_without_motor": 0.04569254412532938, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.072246617916814, "trigger": 800, "sampling_rate": 105, "lag": 1.304797669511129, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8987834615496662, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5996018383311534, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7532.389689813401, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033716150389783754, "grain_number": 5, "grain_density": 1831.5168191052364, "grain_outer_radius": 0.033397588876439135, "grain_initial_inner_radius": 0.014973666953009217, "grain_initial_height": 0.12086094049049399, "grain_separation": 0.004459134837082344, "grains_center_of_mass_position": 0.39863336163292257, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00021796396360350016, "throat_radius": 0.011183785088746977, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551211560296593}], "aerodynamic_surfaces": [{"length": 0.5592184387940534, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343442798086643}, {"n": 4, "root_chord": 0.12010374774908424, "tip_chord": 0.06029561587955794, "span": 0.10959311644404165, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491518144770056}, {"top_radius": 0.063477512500243, "bottom_radius": 0.044408802179008174, "length": 0.061739083153599966, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992682373582259, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183136515860929, "upper_button_position": 0.08095458577213299}], "rail_length": 5, "inclination": 84.08247884141488, "heading": 52.86491410649383} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.063511228372317, "mass": 15.472182335667677, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306453367653746, "I_33_without_motor": 0.03731602625550105, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.933938614329149, "trigger": 800, "sampling_rate": 105, "lag": 1.4938474019156889, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0747643191720928, "trigger": "apogee", "sampling_rate": 105, "lag": 1.156620536572225, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8051.6854454205695, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03285175717587736, "grain_number": 5, "grain_density": 1837.6697156323062, "grain_outer_radius": 0.03298071938191814, "grain_initial_inner_radius": 0.01516346914765747, "grain_initial_height": 0.11891080273899274, "grain_separation": 0.004335649040722463, "grains_center_of_mass_position": 0.3972037273285452, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000714192978380616, "throat_radius": 0.010281215404020714, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254903176930993}], "aerodynamic_surfaces": [{"length": 0.5577604060829047, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354192761561628}, {"n": 4, "root_chord": 0.12054199560281816, "tip_chord": 0.05982101840153422, "span": 0.11025711988275327, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049129141971893}, {"top_radius": 0.06402994878669274, "bottom_radius": 0.04306095529934405, "length": 0.05958602050089994, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700263896124743, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618477710230755, "upper_button_position": 0.081786185893988}], "rail_length": 5, "inclination": 85.5676636458974, "heading": 48.88116020352909} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350928784645003, "mass": 15.21358239323218, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308326235209315, "I_33_without_motor": 0.030805407063044694, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.136154674390976, "trigger": 800, "sampling_rate": 105, "lag": 1.5087181469782949, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9550756333851197, "trigger": "apogee", "sampling_rate": 105, "lag": 1.514013177090707, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4940.890339140937, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0333168103137022, "grain_number": 5, "grain_density": 1842.2191235794262, "grain_outer_radius": 0.03306343714359641, "grain_initial_inner_radius": 0.01470982466971102, "grain_initial_height": 0.12035077592382949, "grain_separation": 0.003246561876174882, "grains_center_of_mass_position": 0.39723366158157697, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006369226316255113, "throat_radius": 0.010733153134318548, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539285261583761}], "aerodynamic_surfaces": [{"length": 0.5588157775223275, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346197421542654}, {"n": 4, "root_chord": 0.12022274978204488, "tip_chord": 0.060408061980070704, "span": 0.1096885780393746, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506417816638571}, {"top_radius": 0.0618968367197355, "bottom_radius": 0.042914457911585345, "length": 0.058652617957655424, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983536359451036, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181955185900546, "upper_button_position": 0.08015811735504896}], "rail_length": 5, "inclination": 86.17788533846942, "heading": 50.333771122164634} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350686035989815, "mass": 15.612697050177658, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315891767456465, "I_33_without_motor": 0.034629785242650354, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.148576735911957, "trigger": 800, "sampling_rate": 105, "lag": 1.4217203633684474, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9484177111283176, "trigger": "apogee", "sampling_rate": 105, "lag": 1.504699617117017, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6021.789115095118, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03350939705684858, "grain_number": 5, "grain_density": 1767.9668769305172, "grain_outer_radius": 0.032435842434128725, "grain_initial_inner_radius": 0.014976132232933353, "grain_initial_height": 0.11885693919928274, "grain_separation": 0.004356471439539629, "grains_center_of_mass_position": 0.39933486562979686, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002744854070733941, "throat_radius": 0.011355265666663174, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548890590893516}], "aerodynamic_surfaces": [{"length": 0.5588415850446236, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338184485297156}, {"n": 4, "root_chord": 0.12011032666288307, "tip_chord": 0.05987028512222826, "span": 0.10959208091349083, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482251309492154}, {"top_radius": 0.06539343904414074, "bottom_radius": 0.04320711104312088, "length": 0.0599230458965954, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007843244802289, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193735455304137, "upper_button_position": 0.08141077894981519}], "rail_length": 5, "inclination": 83.45166821267235, "heading": 53.308209108591996} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350342890919998, "mass": 15.224423390297583, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326117281454026, "I_33_without_motor": 0.023246825012220827, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.14375638085915, "trigger": 800, "sampling_rate": 105, "lag": 1.5984489967615305, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.925373599339081, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4387506626644337, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6935.947059317888, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03311278531232787, "grain_number": 5, "grain_density": 1768.4236881751622, "grain_outer_radius": 0.03387062464491789, "grain_initial_inner_radius": 0.01538468473654771, "grain_initial_height": 0.11842168633911791, "grain_separation": 0.0051683758160971744, "grains_center_of_mass_position": 0.39878006574902025, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00029437796999325766, "throat_radius": 0.011684827696748352, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558605356051828}], "aerodynamic_surfaces": [{"length": 0.5566027402537546, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133692528115436}, {"n": 4, "root_chord": 0.1200824410723751, "tip_chord": 0.059449945315066, "span": 0.11002696264518837, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503176310490592}, {"top_radius": 0.06341944612937485, "bottom_radius": 0.04373507199940283, "length": 0.06141632070282319, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994724336573237, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185974778522563, "upper_button_position": 0.08087495580506743}], "rail_length": 5, "inclination": 86.11434370571953, "heading": 49.046252280871286} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350779860910023, "mass": 15.198375138902138, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325709788311851, "I_33_without_motor": 0.02977541738164446, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.9830992671465, "trigger": 800, "sampling_rate": 105, "lag": 1.4880981806574225, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9712340175897993, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6118785037415952, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6870.492085154037, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03167896436803132, "grain_number": 5, "grain_density": 1766.2339299949115, "grain_outer_radius": 0.03268103162162464, "grain_initial_inner_radius": 0.014431730256177867, "grain_initial_height": 0.1199777290390739, "grain_separation": 0.005161730602323264, "grains_center_of_mass_position": 0.39943216537067294, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000522214669555996, "throat_radius": 0.010289258159416661, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563256583368982}], "aerodynamic_surfaces": [{"length": 0.5572319265300115, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336407267066824}, {"n": 4, "root_chord": 0.11956766843669837, "tip_chord": 0.06008128717086437, "span": 0.11016643972411307, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507415779612637}, {"top_radius": 0.0632987328889707, "bottom_radius": 0.044868046723673075, "length": 0.05995779064305494, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996923152966995, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194402100807567, "upper_button_position": 0.08025210521594284}], "rail_length": 5, "inclination": 83.99241110255117, "heading": 52.78785369829278} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349640498129397, "mass": 15.098214833129923, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323873976247891, "I_33_without_motor": 0.044776665878017395, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.892797652672025, "trigger": 800, "sampling_rate": 105, "lag": 1.472587102435278, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9630083784498525, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4914372680823476, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6309.39049143344, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033068987936047005, "grain_number": 5, "grain_density": 1801.4071882966157, "grain_outer_radius": 0.03309797596072655, "grain_initial_inner_radius": 0.01480719267407672, "grain_initial_height": 0.11970810291208182, "grain_separation": 0.004491364551407899, "grains_center_of_mass_position": 0.39739689994965427, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007590728786458715, "throat_radius": 0.0119815859489794, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256719448093178}], "aerodynamic_surfaces": [{"length": 0.5580712009457008, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343879396212535}, {"n": 4, "root_chord": 0.119527175596041, "tip_chord": 0.05960657666601915, "span": 0.10950814886285833, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482557140061795}, {"top_radius": 0.06225570152058665, "bottom_radius": 0.04395888203370714, "length": 0.05997281750515127, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6969624877274424, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183847500455317, "upper_button_position": 0.07857773768191068}], "rail_length": 5, "inclination": 83.30535093421341, "heading": 58.69929110018498} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349021025692715, "mass": 15.932113170455667, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331469665353434, "I_33_without_motor": 0.03214184321649474, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.978352670073201, "trigger": 800, "sampling_rate": 105, "lag": 1.4028510763666922, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9194039037217191, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7240134148809296, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7377.2032161693405, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03297479206641847, "grain_number": 5, "grain_density": 1808.8272908041788, "grain_outer_radius": 0.033455303262087975, "grain_initial_inner_radius": 0.014838850555277163, "grain_initial_height": 0.1202008693783451, "grain_separation": 0.003938533598783933, "grains_center_of_mass_position": 0.39652820953037154, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014438307116641132, "throat_radius": 0.011004206557873588, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555674924713451}], "aerodynamic_surfaces": [{"length": 0.5582726836140826, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1323602191252986}, {"n": 4, "root_chord": 0.12013213180297855, "tip_chord": 0.05969072567712058, "span": 0.10988841732444277, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483266387367225}, {"top_radius": 0.06423074032461168, "bottom_radius": 0.045312391653369345, "length": 0.0596333396496871, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996736822043764, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179625491289451, "upper_button_position": 0.08171113307543132}], "rail_length": 5, "inclination": 82.63187908892387, "heading": 53.555949497815476} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350800295518584, "mass": 15.94640024315138, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324334323607525, "I_33_without_motor": 0.03723779625901363, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.974604378400734, "trigger": 800, "sampling_rate": 105, "lag": 1.420221602376857, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9773048069219733, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2564613340469257, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6840.027163999083, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03347154742796202, "grain_number": 5, "grain_density": 1807.2271495117345, "grain_outer_radius": 0.03279528336194349, "grain_initial_inner_radius": 0.014615858528089007, "grain_initial_height": 0.11966371093268735, "grain_separation": 0.005995247105957684, "grains_center_of_mass_position": 0.39690304085765593, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001872100586655317, "throat_radius": 0.011193028074176438, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542666893746408}], "aerodynamic_surfaces": [{"length": 0.5575414085322302, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134692743489933}, {"n": 4, "root_chord": 0.12006502963024807, "tip_chord": 0.05991028597137957, "span": 0.10999320501664579, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506226391370896}, {"top_radius": 0.06434568685139566, "bottom_radius": 0.04286395010514561, "length": 0.0608695359322088, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012766843304767, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6161528035863412, "upper_button_position": 0.08512388074413557}], "rail_length": 5, "inclination": 84.48856400794455, "heading": 50.75332837031062} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349235939945383, "mass": 14.979130101607842, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330803423519109, "I_33_without_motor": 0.02482181842985952, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.892686591892685, "trigger": 800, "sampling_rate": 105, "lag": 1.3692339410727652, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9605343206837345, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6094731795039987, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7022.238102161219, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032757304127611346, "grain_number": 5, "grain_density": 1833.759196931038, "grain_outer_radius": 0.033191536478428214, "grain_initial_inner_radius": 0.01506403317918005, "grain_initial_height": 0.12041486786562729, "grain_separation": 0.00501041590249992, "grains_center_of_mass_position": 0.3958297925658032, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006477192194828059, "throat_radius": 0.010880417129398651, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544322571718967}], "aerodynamic_surfaces": [{"length": 0.5585838824128052, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340380502157879}, {"n": 4, "root_chord": 0.1202653261064654, "tip_chord": 0.06061321282635906, "span": 0.10948201929680247, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508658697695195}, {"top_radius": 0.06298657289832872, "bottom_radius": 0.044049411039887104, "length": 0.060527830887066814, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005507215699674, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617198244937796, "upper_button_position": 0.08335247663217149}], "rail_length": 5, "inclination": 84.14548045326556, "heading": 50.33251413822528} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349131521314529, "mass": 15.939154053066948, "I_11_without_motor": 6.321, "I_22_without_motor": 6.30168781907469, "I_33_without_motor": 0.0263680886684734, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.902162930469075, "trigger": 800, "sampling_rate": 105, "lag": 1.4545563193375717, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0247385831163118, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6330795476526914, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7588.271487228456, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0330546737741867, "grain_number": 5, "grain_density": 1812.827645759053, "grain_outer_radius": 0.03266199335225113, "grain_initial_inner_radius": 0.015674232130264584, "grain_initial_height": 0.12127218774712632, "grain_separation": 0.003580361849088218, "grains_center_of_mass_position": 0.3965198036572853, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015104032308789234, "throat_radius": 0.011172050933590565, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254501586102022}], "aerodynamic_surfaces": [{"length": 0.556961465962706, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351320121762865}, {"n": 4, "root_chord": 0.11992347295043433, "tip_chord": 0.05940708345908369, "span": 0.10998055474871742, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050931285146197}, {"top_radius": 0.06320185306004474, "bottom_radius": 0.043890387779057294, "length": 0.06034130367138201, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000041855272214, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187936927066483, "upper_button_position": 0.08121049282057313}], "rail_length": 5, "inclination": 83.38192831772778, "heading": 51.745264166027205} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.0635081288141491, "mass": 14.96060318390966, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316192683975805, "I_33_without_motor": 0.041861530452804996, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.977255038119091, "trigger": 800, "sampling_rate": 105, "lag": 1.5027389075601425, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.081190978765619, "trigger": "apogee", "sampling_rate": 105, "lag": 1.565101807311785, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4012.1116711819113, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03277374939385824, "grain_number": 5, "grain_density": 1831.2017072773135, "grain_outer_radius": 0.0329205459583603, "grain_initial_inner_radius": 0.015402399565341321, "grain_initial_height": 0.12085510690327345, "grain_separation": 0.003052976140074021, "grains_center_of_mass_position": 0.39657588336153504, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007729660741870807, "throat_radius": 0.011324633585846724, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549787404973465}], "aerodynamic_surfaces": [{"length": 0.559871918582887, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134826836271087}, {"n": 4, "root_chord": 0.1195476988693598, "tip_chord": 0.06044357516346231, "span": 0.11048841050647822, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489966478605657}, {"top_radius": 0.061817981841085334, "bottom_radius": 0.04322715537607633, "length": 0.05959312405644224, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6972990403040478, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176317667522675, "upper_button_position": 0.07966727355178027}], "rail_length": 5, "inclination": 86.09406852378207, "heading": 52.350606706570815} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350401038944899, "mass": 14.835531971119202, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3202135363132275, "I_33_without_motor": 0.008030999831093732, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.141452493538527, "trigger": 800, "sampling_rate": 105, "lag": 1.5277466833046853, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9776195659827256, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7897078664371233, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6038.3453916290755, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033096055031150075, "grain_number": 5, "grain_density": 1766.988056118113, "grain_outer_radius": 0.03275690619431792, "grain_initial_inner_radius": 0.014920851512800454, "grain_initial_height": 0.11842928883971533, "grain_separation": 0.0038461150168574453, "grains_center_of_mass_position": 0.3977646538525906, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015060078244405171, "throat_radius": 0.010255672431117049, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2531894857505095}], "aerodynamic_surfaces": [{"length": 0.5584440503889943, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340458585039421}, {"n": 4, "root_chord": 0.1201680687068666, "tip_chord": 0.06131906395013559, "span": 0.11012834344085524, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484203449298666}, {"top_radius": 0.06316936585493574, "bottom_radius": 0.04201006200557071, "length": 0.05892926127810751, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993073781467288, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191183658733111, "upper_button_position": 0.08018901227341768}], "rail_length": 5, "inclination": 83.6826791565068, "heading": 57.16059794504958} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349771896574662, "mass": 15.433264833398585, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321100248769187, "I_33_without_motor": 0.0371710823618414, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.014693071864231, "trigger": 800, "sampling_rate": 105, "lag": 1.588878555609521, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0852582355663782, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3454788019882993, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6621.476498728531, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03419364942227898, "grain_number": 5, "grain_density": 1806.1159306983718, "grain_outer_radius": 0.03320029629842948, "grain_initial_inner_radius": 0.015241870917903844, "grain_initial_height": 0.11970120592282124, "grain_separation": 0.004209744388110522, "grains_center_of_mass_position": 0.39617660326143533, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001377992402863524, "throat_radius": 0.011527661039370458, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539485801931238}], "aerodynamic_surfaces": [{"length": 0.5585771243468689, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341118074228047}, {"n": 4, "root_chord": 0.11975801274412298, "tip_chord": 0.06001606970860955, "span": 0.11011313627951783, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501972237811188}, {"top_radius": 0.06330515920019242, "bottom_radius": 0.04366023468616633, "length": 0.060375591104254334, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992467680362712, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170973751280061, "upper_button_position": 0.08214939290826506}], "rail_length": 5, "inclination": 83.41747147886753, "heading": 52.67153185755777} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350219415995369, "mass": 14.82867423765775, "I_11_without_motor": 6.321, "I_22_without_motor": 6.302216220122196, "I_33_without_motor": 0.028354204994946508, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.873390168376552, "trigger": 800, "sampling_rate": 105, "lag": 1.449008760340921, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9709895322214485, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7122098801402195, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8445.7673247871, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03202779183345381, "grain_number": 5, "grain_density": 1759.7896897536261, "grain_outer_radius": 0.0333538646648008, "grain_initial_inner_radius": 0.014884355842416869, "grain_initial_height": 0.12039856065813129, "grain_separation": 0.005666626874568251, "grains_center_of_mass_position": 0.3958333464523371, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018920862643050176, "throat_radius": 0.011291739431210696, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.252830752389921}], "aerodynamic_surfaces": [{"length": 0.5598055847191673, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330999209384205}, {"n": 4, "root_chord": 0.11957425548269776, "tip_chord": 0.06011034197092218, "span": 0.1103294352345883, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049521434759516}, {"top_radius": 0.06564345958422402, "bottom_radius": 0.04369249688870634, "length": 0.0601217444444971, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007503423893088, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169257066418222, "upper_button_position": 0.08382463574748655}], "rail_length": 5, "inclination": 84.5610021660131, "heading": 54.18164798405854} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.0635048265064137, "mass": 14.538602927900834, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32068994713858, "I_33_without_motor": 0.027852998802344705, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.115754879538487, "trigger": 800, "sampling_rate": 105, "lag": 1.5873574151170857, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9966381369845674, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6704695464947454, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7032.280950104396, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032631881004244453, "grain_number": 5, "grain_density": 1836.9521284320056, "grain_outer_radius": 0.03344530667460695, "grain_initial_inner_radius": 0.015633506810687172, "grain_initial_height": 0.12084189734473649, "grain_separation": 0.004141642658837233, "grains_center_of_mass_position": 0.3980524702220024, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011193747077941202, "throat_radius": 0.010274841129744666, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543691700897521}], "aerodynamic_surfaces": [{"length": 0.5591471257401373, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13217567240541}, {"n": 4, "root_chord": 0.12043838348274502, "tip_chord": 0.058777986224214235, "span": 0.10935201263808074, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0509577990103676}, {"top_radius": 0.06300222197810446, "bottom_radius": 0.043472874604504344, "length": 0.06060794392967935, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990201724351286, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175837057398895, "upper_button_position": 0.08143646669523907}], "rail_length": 5, "inclination": 84.67988638094421, "heading": 52.07437383631214} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350756276581049, "mass": 15.216339733083512, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330822455282529, "I_33_without_motor": 0.04015436230194748, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.06797747751594, "trigger": 800, "sampling_rate": 105, "lag": 1.521795816438008, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.070846000846109, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2790101350193135, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4837.3198818906385, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03266134593715967, "grain_number": 5, "grain_density": 1874.9150249005072, "grain_outer_radius": 0.03328211336313857, "grain_initial_inner_radius": 0.014760786191766252, "grain_initial_height": 0.11948158245063914, "grain_separation": 0.004435680541605572, "grains_center_of_mass_position": 0.3977328340305717, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009435446956189413, "throat_radius": 0.010518260824499972, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552575490381033}], "aerodynamic_surfaces": [{"length": 0.5573706762341788, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349482807052105}, {"n": 4, "root_chord": 0.1206889744558158, "tip_chord": 0.059405367993752047, "span": 0.11001465232393459, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497545642394293}, {"top_radius": 0.06236348830697331, "bottom_radius": 0.04312722866771036, "length": 0.05981258840040431, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993714304178872, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188195332374581, "upper_button_position": 0.0805518971804291}], "rail_length": 5, "inclination": 83.44195558632414, "heading": 51.14566805415591} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349891775113989, "mass": 14.902636347392722, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326054857838763, "I_33_without_motor": 0.01685721275308482, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.010361268941525, "trigger": 800, "sampling_rate": 105, "lag": 1.4469031742807117, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9758640968830995, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7508602276165917, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6949.442656107337, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032786305272806654, "grain_number": 5, "grain_density": 1860.471839976237, "grain_outer_radius": 0.03372910981216538, "grain_initial_inner_radius": 0.014946400828158317, "grain_initial_height": 0.12057499200041329, "grain_separation": 0.0063678601782009864, "grains_center_of_mass_position": 0.3968171056501607, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00027091550454050876, "throat_radius": 0.011813053271827502, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549268071089736}], "aerodynamic_surfaces": [{"length": 0.5579310960328158, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334953450172967}, {"n": 4, "root_chord": 0.11935555387946839, "tip_chord": 0.05922061659156307, "span": 0.11021567392483997, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495119382831652}, {"top_radius": 0.06255252851834524, "bottom_radius": 0.044265494313749355, "length": 0.060336046458044544, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992597767857042, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193246765063114, "upper_button_position": 0.07993510027939277}], "rail_length": 5, "inclination": 84.17721942477073, "heading": 51.31178810880868} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06350434745221607, "mass": 15.335743501776461, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312947138450665, "I_33_without_motor": 0.041016128286406765, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.127320674893163, "trigger": 800, "sampling_rate": 105, "lag": 1.612638726620884, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.972099051067492, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5948516883040185, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5982.0949058204105, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033662452366369174, "grain_number": 5, "grain_density": 1785.1415257330248, "grain_outer_radius": 0.03261511679435786, "grain_initial_inner_radius": 0.015272504469115739, "grain_initial_height": 0.1185529838304384, "grain_separation": 0.006199981535204793, "grains_center_of_mass_position": 0.39729179728170083, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015292421382642055, "throat_radius": 0.010922404320153846, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255810274740955}], "aerodynamic_surfaces": [{"length": 0.5584187638483686, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342745451325387}, {"n": 4, "root_chord": 0.12004143040979702, "tip_chord": 0.06094151571168754, "span": 0.11029582320134444, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491448202522884}, {"top_radius": 0.06399752633728471, "bottom_radius": 0.04427835731198832, "length": 0.05849972733615877, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985376467076578, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6198281815769162, "upper_button_position": 0.07870946513074162}], "rail_length": 5, "inclination": 86.0126089904295, "heading": 53.91181240695403} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349486812686939, "mass": 15.013096430755843, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3462929462058995, "I_33_without_motor": 0.04420829389144476, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.93985898877416, "trigger": 800, "sampling_rate": 105, "lag": 1.6113720003196454, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9066114852255525, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7353297265377274, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7931.89953173591, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032472896698275744, "grain_number": 5, "grain_density": 1830.0994556966025, "grain_outer_radius": 0.032866465724255445, "grain_initial_inner_radius": 0.014869210054625914, "grain_initial_height": 0.12073095343276251, "grain_separation": 0.005371276857996879, "grains_center_of_mass_position": 0.3976551908240405, "center_of_dry_mass_position": 0.317, "nozzle_position": -9.56740855968179e-05, "throat_radius": 0.01064601578358965, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.257712605596121}], "aerodynamic_surfaces": [{"length": 0.5594947168811193, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351065554381594}, {"n": 4, "root_chord": 0.1201426312618194, "tip_chord": 0.059782775581290616, "span": 0.10954738798559538, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493302316106337}, {"top_radius": 0.06311939932901926, "bottom_radius": 0.04393887374667705, "length": 0.058469227572803185, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996744599075599, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177792838655389, "upper_button_position": 0.08189517604202101}], "rail_length": 5, "inclination": 84.75161632196398, "heading": 52.558810084406154} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349066156868742, "mass": 14.789968392893064, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307544439517681, "I_33_without_motor": 0.037275434906600374, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.012874511648084, "trigger": 800, "sampling_rate": 105, "lag": 1.5308447996295895, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8407752939479208, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5083399100056478, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7426.9727323515435, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032481871320966374, "grain_number": 5, "grain_density": 1861.7129059780284, "grain_outer_radius": 0.03270968671759269, "grain_initial_inner_radius": 0.014673974192011956, "grain_initial_height": 0.12002029217500512, "grain_separation": 0.003028529865602613, "grains_center_of_mass_position": 0.39652614113270357, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00037973913273200863, "throat_radius": 0.010915624129229097, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541706958861205}], "aerodynamic_surfaces": [{"length": 0.5582570234868153, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133480800094611}, {"n": 4, "root_chord": 0.12023772864118967, "tip_chord": 0.06026063336469662, "span": 0.11032071543851993, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487014313792844}, {"top_radius": 0.06351288245583099, "bottom_radius": 0.04403168796928879, "length": 0.05884520717361641, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993898576727797, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.615887265864698, "upper_button_position": 0.08350259180808173}], "rail_length": 5, "inclination": 86.01181797424148, "heading": 56.42671078053111} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349363447299997, "mass": 16.439827948043632, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3137378413508705, "I_33_without_motor": 0.049699215937242164, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.003621425945184, "trigger": 800, "sampling_rate": 105, "lag": 1.541834892020935, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0825100007687554, "trigger": "apogee", "sampling_rate": 105, "lag": 1.722749567122927, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8240.813424830607, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032577261754559064, "grain_number": 5, "grain_density": 1848.2666825316048, "grain_outer_radius": 0.03287603238322521, "grain_initial_inner_radius": 0.014760442546262903, "grain_initial_height": 0.1205474521459531, "grain_separation": 0.005915899197790791, "grains_center_of_mass_position": 0.39659152657674707, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005666049182078783, "throat_radius": 0.010810548743217541, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2530928608613932}], "aerodynamic_surfaces": [{"length": 0.5589141704290221, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13376991120844}, {"n": 4, "root_chord": 0.11963165892336007, "tip_chord": 0.06007022102945674, "span": 0.10938204602092184, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500090064209795}, {"top_radius": 0.06303997774931214, "bottom_radius": 0.04312014111008118, "length": 0.05977464659811153, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990478229240147, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167835125643952, "upper_button_position": 0.08226431035961945}], "rail_length": 5, "inclination": 86.14327666142731, "heading": 51.33878344668106} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349263747906077, "mass": 14.360260785496195, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320287384644489, "I_33_without_motor": 0.028481847876503284, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.059608976753843, "trigger": 800, "sampling_rate": 105, "lag": 1.4705196596428691, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9639832666648257, "trigger": "apogee", "sampling_rate": 105, "lag": 1.548111781447338, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6508.29782834066, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03322342455751606, "grain_number": 5, "grain_density": 1881.9352950441662, "grain_outer_radius": 0.033181547476736815, "grain_initial_inner_radius": 0.01533930338458371, "grain_initial_height": 0.12000093997904916, "grain_separation": 0.006593842376775149, "grains_center_of_mass_position": 0.3976246409867275, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003968411533046825, "throat_radius": 0.010881547769907733, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540573561123722}], "aerodynamic_surfaces": [{"length": 0.5572771245777167, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132574988855469}, {"n": 4, "root_chord": 0.12025252713841297, "tip_chord": 0.06031398721173829, "span": 0.10922808968844634, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0515049989223662}, {"top_radius": 0.06298126540922706, "bottom_radius": 0.043235774367114746, "length": 0.057576854820416246, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000502340600627, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163636945263504, "upper_button_position": 0.0836865395337123}], "rail_length": 5, "inclination": 84.47123495534413, "heading": 53.025481933808265} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.0635101273649843, "mass": 14.975037216892039, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3204627181796855, "I_33_without_motor": 0.05109802585900768, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.135522653883454, "trigger": 800, "sampling_rate": 105, "lag": 1.3030604198234468, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.104230795287927, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7569867205198881, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6603.993294758176, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03300640793036525, "grain_number": 5, "grain_density": 1762.2792024788237, "grain_outer_radius": 0.03279963117858162, "grain_initial_inner_radius": 0.0148711861621728, "grain_initial_height": 0.12014374481551068, "grain_separation": 0.0028559013239633536, "grains_center_of_mass_position": 0.399212298197496, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.002118406252284767, "throat_radius": 0.01095149994947274, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538593479720521}], "aerodynamic_surfaces": [{"length": 0.5597494766288665, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342464061518949}, {"n": 4, "root_chord": 0.11994270399321828, "tip_chord": 0.05996318950708715, "span": 0.11008528272580664, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493253606470077}, {"top_radius": 0.06285288903664403, "bottom_radius": 0.042922081440040054, "length": 0.05982044629851683, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6975939644383349, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617332649842342, "upper_button_position": 0.08026131459599284}], "rail_length": 5, "inclination": 84.64214144317168, "heading": 50.78216823148447} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350447525971789, "mass": 14.787673749001748, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33040036415745, "I_33_without_motor": 0.030221899558435867, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.945607693947967, "trigger": 800, "sampling_rate": 105, "lag": 1.547372118323447, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9238848114404137, "trigger": "apogee", "sampling_rate": 105, "lag": 1.265667693057647, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5488.66347595324, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03304857217462667, "grain_number": 5, "grain_density": 1895.8591725864928, "grain_outer_radius": 0.033245658331431005, "grain_initial_inner_radius": 0.014859997661152001, "grain_initial_height": 0.12082702970176983, "grain_separation": 0.004300956649235881, "grains_center_of_mass_position": 0.39722222892606407, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004973303131255215, "throat_radius": 0.011609305905406231, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543554711940212}], "aerodynamic_surfaces": [{"length": 0.5596637084354406, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328125297883502}, {"n": 4, "root_chord": 0.11977299485990377, "tip_chord": 0.05999562274280797, "span": 0.1099656295337105, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502314660623207}, {"top_radius": 0.06456204055789456, "bottom_radius": 0.04333078688091007, "length": 0.06089332353463326, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997508841915118, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162930725757081, "upper_button_position": 0.08345781161580368}], "rail_length": 5, "inclination": 85.4958262383474, "heading": 51.50640736585222} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349728322783864, "mass": 15.538376257708787, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326810177580844, "I_33_without_motor": 0.025226821621429904, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.05978792134536, "trigger": 800, "sampling_rate": 105, "lag": 1.312584978136137, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9196171134733611, "trigger": "apogee", "sampling_rate": 105, "lag": 1.47582878854046, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5159.127398600745, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032628314605927404, "grain_number": 5, "grain_density": 1861.1888665825852, "grain_outer_radius": 0.03218945429598011, "grain_initial_inner_radius": 0.01493977999578034, "grain_initial_height": 0.12020102353665617, "grain_separation": 0.004999326981798098, "grains_center_of_mass_position": 0.39652929474680604, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001398513093795333, "throat_radius": 0.01163545523295059, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254314695239989}], "aerodynamic_surfaces": [{"length": 0.558275163729471, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134616104869863}, {"n": 4, "root_chord": 0.1201387178656147, "tip_chord": 0.060401381184967275, "span": 0.11048907644851028, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482810315049829}, {"top_radius": 0.06355323169966302, "bottom_radius": 0.04205174094453943, "length": 0.06082294437632026, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006676504182422, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618107916076958, "upper_button_position": 0.08255973434128416}], "rail_length": 5, "inclination": 84.9852835756946, "heading": 52.94515511463515} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349589284629953, "mass": 15.017386026993025, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327608197877545, "I_33_without_motor": 0.02636037377731489, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.888912253617995, "trigger": 800, "sampling_rate": 105, "lag": 1.48040392766725, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9485652217133429, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2940835824972106, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6449.256697982851, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033366474779837375, "grain_number": 5, "grain_density": 1889.8333575547085, "grain_outer_radius": 0.03219846766432236, "grain_initial_inner_radius": 0.01451569433631663, "grain_initial_height": 0.11934021050695381, "grain_separation": 0.003359283430422004, "grains_center_of_mass_position": 0.39784873665341336, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0020060362411702458, "throat_radius": 0.010338684127089156, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543534452728688}], "aerodynamic_surfaces": [{"length": 0.5601453160917143, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345233147849187}, {"n": 4, "root_chord": 0.12022748220730639, "tip_chord": 0.060096227252727646, "span": 0.11113135906904943, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501178754554132}, {"top_radius": 0.06397209642290023, "bottom_radius": 0.042260899521877775, "length": 0.06055504889470199, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983039535320488, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174140547810574, "upper_button_position": 0.0808898987509914}], "rail_length": 5, "inclination": 84.29336538521474, "heading": 54.52452032632004} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349546256976549, "mass": 15.106255446757, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331060463413661, "I_33_without_motor": 0.020044063792983055, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.308995666931356, "trigger": 800, "sampling_rate": 105, "lag": 1.4075749246203333, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0874727445412744, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6816240551756603, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5759.785277685327, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033247721726138796, "grain_number": 5, "grain_density": 1848.3776385871147, "grain_outer_radius": 0.03360058571538412, "grain_initial_inner_radius": 0.015200102331157518, "grain_initial_height": 0.12090051431660462, "grain_separation": 0.004350723035709023, "grains_center_of_mass_position": 0.3979658745647359, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00038516332150033617, "throat_radius": 0.01045470398805587, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551785272380807}], "aerodynamic_surfaces": [{"length": 0.5588305911681167, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340797344956024}, {"n": 4, "root_chord": 0.12018967146366408, "tip_chord": 0.06040430398729995, "span": 0.10905702696977777, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488774795252875}, {"top_radius": 0.06271542144987498, "bottom_radius": 0.044308707892829105, "length": 0.05922051181272566, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991042659954966, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168312040221712, "upper_button_position": 0.0822730619733254}], "rail_length": 5, "inclination": 83.56595090884748, "heading": 53.15395334010201} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350281733288618, "mass": 15.241061820331089, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323758329770787, "I_33_without_motor": 0.03841647370842165, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.921337335613842, "trigger": 800, "sampling_rate": 105, "lag": 1.4290636881521057, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9993117969256469, "trigger": "apogee", "sampling_rate": 105, "lag": 1.480751938979652, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5594.62335385205, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03300335035246434, "grain_number": 5, "grain_density": 1844.560136331324, "grain_outer_radius": 0.032923122037016285, "grain_initial_inner_radius": 0.01518114013393605, "grain_initial_height": 0.12133727590015488, "grain_separation": 0.0045396421254772935, "grains_center_of_mass_position": 0.39875087063323167, "center_of_dry_mass_position": 0.317, "nozzle_position": 9.326244083057688e-05, "throat_radius": 0.010900934532245795, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540197604678227}], "aerodynamic_surfaces": [{"length": 0.5571128625082649, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350893651939662}, {"n": 4, "root_chord": 0.11961812140688376, "tip_chord": 0.06044152849675295, "span": 0.1096596775819764, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507976509492007}, {"top_radius": 0.0640319726771433, "bottom_radius": 0.04375758164448853, "length": 0.06162180473968757, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996181634494953, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173625942785815, "upper_button_position": 0.08225556917091381}], "rail_length": 5, "inclination": 85.21854174824924, "heading": 52.73459284515232} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350277269291821, "mass": 15.145383252313433, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318688181868138, "I_33_without_motor": 0.036489539390460436, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.028631391734018, "trigger": 800, "sampling_rate": 105, "lag": 1.4976471584288256, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9794206484831022, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6117799443379681, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7099.534452359141, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03271570316972228, "grain_number": 5, "grain_density": 1806.7037305677925, "grain_outer_radius": 0.03338525914247193, "grain_initial_inner_radius": 0.01512185053006328, "grain_initial_height": 0.12167992314433307, "grain_separation": 0.004400418303985578, "grains_center_of_mass_position": 0.39882057377093094, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0016650624259475046, "throat_radius": 0.012069632862536733, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552622266778053}], "aerodynamic_surfaces": [{"length": 0.5584215394274854, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350417559542632}, {"n": 4, "root_chord": 0.11960105827636276, "tip_chord": 0.06005558205345652, "span": 0.11024147808227096, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049340477046595}, {"top_radius": 0.06358959421990824, "bottom_radius": 0.04235466227978859, "length": 0.0591943500423999, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.701082833286258, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616427239217994, "upper_button_position": 0.08465559406826395}], "rail_length": 5, "inclination": 83.71006486254375, "heading": 57.7034331100587} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350330217546743, "mass": 15.152887968030802, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319123683298308, "I_33_without_motor": 0.03688854177345478, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.975952491488414, "trigger": 800, "sampling_rate": 105, "lag": 1.4540355110768113, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0364603158351378, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5079412803198986, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6747.868035630047, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03306269841584104, "grain_number": 5, "grain_density": 1867.5868568319377, "grain_outer_radius": 0.03300672596822493, "grain_initial_inner_radius": 0.015595552685267099, "grain_initial_height": 0.12079258061114473, "grain_separation": 0.003907272193092786, "grains_center_of_mass_position": 0.39845273396570585, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001670001767664585, "throat_radius": 0.009879259899742863, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535005022585775}], "aerodynamic_surfaces": [{"length": 0.5586658866364708, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338752100386813}, {"n": 4, "root_chord": 0.11994647456478762, "tip_chord": 0.058952268390914324, "span": 0.11061201950702171, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050812791175363}, {"top_radius": 0.0632759863202964, "bottom_radius": 0.04401068607051002, "length": 0.05914222195711186, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989485675893792, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618741730533772, "upper_button_position": 0.08020683705560716}], "rail_length": 5, "inclination": 83.72692883876216, "heading": 54.60712787024742} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.0634994448198842, "mass": 16.181819131653153, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314410157860133, "I_33_without_motor": 0.029622517663015407, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.862695113590375, "trigger": 800, "sampling_rate": 105, "lag": 1.418398866014787, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.042821635734529, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5275833413967768, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6699.4457003011075, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032060453512681074, "grain_number": 5, "grain_density": 1864.634948728372, "grain_outer_radius": 0.03298337319167624, "grain_initial_inner_radius": 0.014954803343598227, "grain_initial_height": 0.12175257475113604, "grain_separation": 0.005166226844330042, "grains_center_of_mass_position": 0.39678140678111157, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0016190261740087536, "throat_radius": 0.011819501941184161, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558439046623355}], "aerodynamic_surfaces": [{"length": 0.5569516531003399, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1356358851793802}, {"n": 4, "root_chord": 0.1198390415326211, "tip_chord": 0.06005829258916815, "span": 0.11019392606616527, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493834062554748}, {"top_radius": 0.0645894405917549, "bottom_radius": 0.0424038232264818, "length": 0.059734514592803795, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012218216648064, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173283152670606, "upper_button_position": 0.08389350639774584}], "rail_length": 5, "inclination": 83.29292796913896, "heading": 52.116006919734566} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.0635131467516006, "mass": 15.43201163928922, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326026187234933, "I_33_without_motor": 0.03810967812155634, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.963253453657611, "trigger": 800, "sampling_rate": 105, "lag": 1.3858142979661372, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0580201345224578, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4487085268811104, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6752.704894051127, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03252695421178498, "grain_number": 5, "grain_density": 1749.566641224544, "grain_outer_radius": 0.033334982230568105, "grain_initial_inner_radius": 0.014710683515722215, "grain_initial_height": 0.12063097994790455, "grain_separation": 0.005442176493827028, "grains_center_of_mass_position": 0.39716191877938634, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00013887389651303107, "throat_radius": 0.0102181727541091, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254635186600199}], "aerodynamic_surfaces": [{"length": 0.5563257052569537, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341119276945402}, {"n": 4, "root_chord": 0.11930989613755182, "tip_chord": 0.059420094076093964, "span": 0.11051144301628385, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491015355202196}, {"top_radius": 0.06373937608431439, "bottom_radius": 0.04228749222313567, "length": 0.061420324418230955, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993885567373621, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191614996152741, "upper_button_position": 0.080227057122088}], "rail_length": 5, "inclination": 83.22104046385031, "heading": 50.58505363109118} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06348967641536551, "mass": 15.056482183483299, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314150387488077, "I_33_without_motor": 0.017052303293474572, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.894054444222556, "trigger": 800, "sampling_rate": 105, "lag": 1.4636622890679374, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9347114677919062, "trigger": "apogee", "sampling_rate": 105, "lag": 1.250652422390796, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5611.634281287346, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03397780607466035, "grain_number": 5, "grain_density": 1783.1206116211983, "grain_outer_radius": 0.03288938951570641, "grain_initial_inner_radius": 0.015364828507845282, "grain_initial_height": 0.11952677217005514, "grain_separation": 0.004947629348945131, "grains_center_of_mass_position": 0.39755517301384086, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00012638693393530383, "throat_radius": 0.012085753280421267, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253966840511419}], "aerodynamic_surfaces": [{"length": 0.5582678406121709, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132949618578698}, {"n": 4, "root_chord": 0.11939315860785737, "tip_chord": 0.06073085377874063, "span": 0.11162872221462404, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484812047392404}, {"top_radius": 0.06413415209898923, "bottom_radius": 0.0418786820403312, "length": 0.05940459771539661, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986934861679782, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186827517831697, "upper_button_position": 0.08001073438480855}], "rail_length": 5, "inclination": 86.08033452779063, "heading": 53.27195589638007} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349050091169123, "mass": 15.367075562578176, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3258030682406154, "I_33_without_motor": 0.028418079314171896, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.014495613950528, "trigger": 800, "sampling_rate": 105, "lag": 1.476215679388974, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0316018489574041, "trigger": "apogee", "sampling_rate": 105, "lag": 1.311456533180545, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4955.871595984392, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0331483867430818, "grain_number": 5, "grain_density": 1840.8858463182416, "grain_outer_radius": 0.0331997924371673, "grain_initial_inner_radius": 0.014675034670272433, "grain_initial_height": 0.11831192530791138, "grain_separation": 0.005953239186189013, "grains_center_of_mass_position": 0.39883385366445345, "center_of_dry_mass_position": 0.317, "nozzle_position": -2.0826719143255274e-05, "throat_radius": 0.01107129101649455, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562574341562356}], "aerodynamic_surfaces": [{"length": 0.5595946874918774, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353079535472008}, {"n": 4, "root_chord": 0.12099808623281318, "tip_chord": 0.0605377364559693, "span": 0.10986383292587709, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0510162881316996}, {"top_radius": 0.0635997179803191, "bottom_radius": 0.04290718582581375, "length": 0.061213757225099516, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988720625884001, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619786001719027, "upper_button_position": 0.07908606086937309}], "rail_length": 5, "inclination": 84.66710829590549, "heading": 54.17977306437834} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349764686220911, "mass": 15.101550577636033, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320726805629147, "I_33_without_motor": 0.03273971008360167, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.088856995188856, "trigger": 800, "sampling_rate": 105, "lag": 1.68221381615029, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.975833398249931, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4607407939275248, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5916.918828100968, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03337377117062441, "grain_number": 5, "grain_density": 1756.2216553390735, "grain_outer_radius": 0.03270912213589508, "grain_initial_inner_radius": 0.014869557041370492, "grain_initial_height": 0.11938437701963395, "grain_separation": 0.005458700161946781, "grains_center_of_mass_position": 0.3959333240221566, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000749426507365162, "throat_radius": 0.010449959128160508, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553876094174}], "aerodynamic_surfaces": [{"length": 0.5603485594384728, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132480215185367}, {"n": 4, "root_chord": 0.12008196047948977, "tip_chord": 0.06043251026730365, "span": 0.10967663472701679, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498201358364314}, {"top_radius": 0.06364114879548333, "bottom_radius": 0.04247255102281454, "length": 0.05948818259256742, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991756570033222, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178932440903596, "upper_button_position": 0.08128241291296256}], "rail_length": 5, "inclination": 82.72183103025655, "heading": 50.69669349542764} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350168551896726, "mass": 15.55837406957969, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321141932759896, "I_33_without_motor": 0.048326440223802725, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.129099687182025, "trigger": 800, "sampling_rate": 105, "lag": 1.5947379559592536, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9028971416050159, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2047549146224519, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5309.761311770242, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03228133528677795, "grain_number": 5, "grain_density": 1922.22999576629, "grain_outer_radius": 0.03308467631514859, "grain_initial_inner_radius": 0.014679760395531047, "grain_initial_height": 0.12176715142710268, "grain_separation": 0.004893469697373873, "grains_center_of_mass_position": 0.3961697243317802, "center_of_dry_mass_position": 0.317, "nozzle_position": -7.080760855107085e-05, "throat_radius": 0.01125800132872892, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555444353696592}], "aerodynamic_surfaces": [{"length": 0.558416866956828, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1315830468348722}, {"n": 4, "root_chord": 0.11982275758385458, "tip_chord": 0.060255193686512686, "span": 0.11049768508921015, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505795606070023}, {"top_radius": 0.06295120587877265, "bottom_radius": 0.042165574994677484, "length": 0.06021727279085985, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005905202265214, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173086430039314, "upper_button_position": 0.08328187722258995}], "rail_length": 5, "inclination": 84.07452221355389, "heading": 52.04946017589177} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.0635027511317633, "mass": 15.416065653868571, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324294718278276, "I_33_without_motor": 0.029735223712493365, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.071226936333057, "trigger": 800, "sampling_rate": 105, "lag": 1.5236608954509796, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1146197088678362, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6483559228022935, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7311.360978982917, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032518630198388056, "grain_number": 5, "grain_density": 1730.088403661866, "grain_outer_radius": 0.03247970987992187, "grain_initial_inner_radius": 0.01572966703102038, "grain_initial_height": 0.12003837743049872, "grain_separation": 0.004153372765453658, "grains_center_of_mass_position": 0.3949204903804296, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00023981939059071526, "throat_radius": 0.011732681911991978, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547529491125382}], "aerodynamic_surfaces": [{"length": 0.5570333869419423, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333731610421605}, {"n": 4, "root_chord": 0.12056127215807726, "tip_chord": 0.0603459448563288, "span": 0.11013768704457173, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504616869016916}, {"top_radius": 0.06158935041039857, "bottom_radius": 0.04269141237260225, "length": 0.05959457686860339, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985894028648514, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174746993726294, "upper_button_position": 0.08111470349222194}], "rail_length": 5, "inclination": 83.42094415378229, "heading": 54.03636082277827} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350291820560336, "mass": 15.132997803643963, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329351343001667, "I_33_without_motor": 0.05012072779366357, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.103124542267837, "trigger": 800, "sampling_rate": 105, "lag": 1.463615179751395, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0154730809319767, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7492173455964424, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6310.6579687801195, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03312585352977444, "grain_number": 5, "grain_density": 1728.5135112211735, "grain_outer_radius": 0.031974705658892134, "grain_initial_inner_radius": 0.015160646621921481, "grain_initial_height": 0.11938937849588596, "grain_separation": 0.003747209921584743, "grains_center_of_mass_position": 0.39790034240528893, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001336006948791923, "throat_radius": 0.011231963257982378, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254729153871083}], "aerodynamic_surfaces": [{"length": 0.5586480670886809, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346243916661138}, {"n": 4, "root_chord": 0.11974694152581387, "tip_chord": 0.06063469878337959, "span": 0.1092262924685924, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498049770416598}, {"top_radius": 0.06538981971777924, "bottom_radius": 0.044294379940563684, "length": 0.06007865134483496, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998046029263165, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172635729711312, "upper_button_position": 0.08254102995518531}], "rail_length": 5, "inclination": 85.7338798270845, "heading": 52.11481846339171} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.0635056825065002, "mass": 15.505104927240344, "I_11_without_motor": 6.321, "I_22_without_motor": 6.341097251556163, "I_33_without_motor": 0.03142829257269074, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.980925349139389, "trigger": 800, "sampling_rate": 105, "lag": 1.4433106075896818, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0272735253447423, "trigger": "apogee", "sampling_rate": 105, "lag": 1.332782688239362, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6811.818036285662, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032697601553693674, "grain_number": 5, "grain_density": 1769.9341970927558, "grain_outer_radius": 0.032409391359725453, "grain_initial_inner_radius": 0.015463786400311878, "grain_initial_height": 0.12029191009604966, "grain_separation": 0.004956346170452297, "grains_center_of_mass_position": 0.3966122154706849, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000514595593435302, "throat_radius": 0.010497882155899797, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253860300923329}], "aerodynamic_surfaces": [{"length": 0.5589453180215158, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331032010358333}, {"n": 4, "root_chord": 0.1201941077287441, "tip_chord": 0.06015893453780703, "span": 0.11001043417148104, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0476296254898292}, {"top_radius": 0.06274138525189385, "bottom_radius": 0.04278474214847574, "length": 0.06124641819287686, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986030296555102, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167217845543995, "upper_button_position": 0.08188124510111072}], "rail_length": 5, "inclination": 84.85291635724415, "heading": 53.08757879977224} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349905016437828, "mass": 15.563007400972637, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326023999309103, "I_33_without_motor": 0.038171584419204097, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.724312310679936, "trigger": 800, "sampling_rate": 105, "lag": 1.6830120546684701, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9274898266149137, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5170157820074146, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4808.409238014103, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03263799205973911, "grain_number": 5, "grain_density": 1863.0658426671014, "grain_outer_radius": 0.0331950746945697, "grain_initial_inner_radius": 0.014956844162744131, "grain_initial_height": 0.11920319640649893, "grain_separation": 0.003717788258140395, "grains_center_of_mass_position": 0.3992314295738688, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011533648336126082, "throat_radius": 0.011907332524271905, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543517678993208}], "aerodynamic_surfaces": [{"length": 0.5580960003604634, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134395693689098}, {"n": 4, "root_chord": 0.11995772516665025, "tip_chord": 0.06032140687703805, "span": 0.11012703473932071, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049567439671176}, {"top_radius": 0.0639427768194001, "bottom_radius": 0.043662692170986554, "length": 0.060000209988339805, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003593150392847, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185669268477346, "upper_button_position": 0.0817923881915501}], "rail_length": 5, "inclination": 85.29019409850999, "heading": 54.638228155950635} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349370856078192, "mass": 15.491691844295755, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3138927310201955, "I_33_without_motor": 0.034707434851732555, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.88628867390684, "trigger": 800, "sampling_rate": 105, "lag": 1.4989346415327784, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0094210905973415, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6613145344361293, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6126.649366696249, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03325866408676695, "grain_number": 5, "grain_density": 1827.4263984270979, "grain_outer_radius": 0.03224131747478449, "grain_initial_inner_radius": 0.014865123805342998, "grain_initial_height": 0.1213023434921588, "grain_separation": 0.005809229280145407, "grains_center_of_mass_position": 0.3956211841832924, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00010945319494596127, "throat_radius": 0.011001970039080456, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550074785346306}], "aerodynamic_surfaces": [{"length": 0.5585371661572113, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339121132024026}, {"n": 4, "root_chord": 0.11894073135916074, "tip_chord": 0.05911031401997308, "span": 0.11000405397139774, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503260459742543}, {"top_radius": 0.06134301944481853, "bottom_radius": 0.044362816493097, "length": 0.05982041654165681, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003340317186548, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190834688752543, "upper_button_position": 0.08125056284340049}], "rail_length": 5, "inclination": 85.37328364468334, "heading": 55.16956955585852} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.0634963117252426, "mass": 16.50099457643536, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308471515538942, "I_33_without_motor": 0.009743551696637265, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.077941405131376, "trigger": 800, "sampling_rate": 105, "lag": 1.5031492831358964, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.025062449044107, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3439671862303137, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6926.188956543999, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032357088413883676, "grain_number": 5, "grain_density": 1780.7425790521345, "grain_outer_radius": 0.03300812308847669, "grain_initial_inner_radius": 0.014812083225685627, "grain_initial_height": 0.11902716307949233, "grain_separation": 0.006785290705217054, "grains_center_of_mass_position": 0.39660682335343056, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012838638465080918, "throat_radius": 0.01123933065858436, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556248858037182}], "aerodynamic_surfaces": [{"length": 0.5582302222176759, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.131323209756707}, {"n": 4, "root_chord": 0.1200006782721628, "tip_chord": 0.06056917931689277, "span": 0.10964834989600036, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.047224183394133}, {"top_radius": 0.06393574817377524, "bottom_radius": 0.044476823581104025, "length": 0.06091507415481252, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991934909283133, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187935174508044, "upper_button_position": 0.08039997347750893}], "rail_length": 5, "inclination": 84.92314540894859, "heading": 52.21921943544954} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06350467809298017, "mass": 15.520480826137513, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32773019562542, "I_33_without_motor": 0.023689499586476342, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.180817906629974, "trigger": 800, "sampling_rate": 105, "lag": 1.5562158502597383, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8352966761932556, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3592278452534357, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5495.71829620787, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03287702537902018, "grain_number": 5, "grain_density": 1728.3802448554686, "grain_outer_radius": 0.03290830937960542, "grain_initial_inner_radius": 0.01498117472906617, "grain_initial_height": 0.11895176190403554, "grain_separation": 0.005401651668815079, "grains_center_of_mass_position": 0.395752261929022, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0017694303924648156, "throat_radius": 0.011193490477880293, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.257404334432843}], "aerodynamic_surfaces": [{"length": 0.5579740886171451, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1325524101564228}, {"n": 4, "root_chord": 0.11913454157887275, "tip_chord": 0.05958140197572391, "span": 0.1103509675653819, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492799886689552}, {"top_radius": 0.06336021200835293, "bottom_radius": 0.04424773182703427, "length": 0.05874417240435396, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987551439838644, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174912555718157, "upper_button_position": 0.08126388841204868}], "rail_length": 5, "inclination": 83.33574043061488, "heading": 51.680429909322484} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350033139327978, "mass": 15.452154085809713, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324325891927996, "I_33_without_motor": 0.018814563049772214, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.935201218165266, "trigger": 800, "sampling_rate": 105, "lag": 1.453409150338614, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0857645984796853, "trigger": "apogee", "sampling_rate": 105, "lag": 1.247027524636318, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7905.7574169164, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03286029856797014, "grain_number": 5, "grain_density": 1889.185121566948, "grain_outer_radius": 0.03288434990141476, "grain_initial_inner_radius": 0.014815318324616319, "grain_initial_height": 0.11917302609732322, "grain_separation": 0.005513575132487825, "grains_center_of_mass_position": 0.3964232997249897, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006017126585425717, "throat_radius": 0.011328806480320296, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256227896088758}], "aerodynamic_surfaces": [{"length": 0.5583803636009624, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1355533759078564}, {"n": 4, "root_chord": 0.12014217604551161, "tip_chord": 0.05912248643809044, "span": 0.11011129877292133, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495489108249922}, {"top_radius": 0.06351920748764617, "bottom_radius": 0.04350566463829633, "length": 0.05927481284330168, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011704879344653, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184090249506441, "upper_button_position": 0.08276146298382125}], "rail_length": 5, "inclination": 83.99034532363817, "heading": 55.96610111086335} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349479925935997, "mass": 15.702225055687771, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316485055172517, "I_33_without_motor": 0.019666162365305953, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.018528477935366, "trigger": 800, "sampling_rate": 105, "lag": 1.6899305157551483, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9541190558930416, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3410901401309743, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6603.319307491957, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03274644731946312, "grain_number": 5, "grain_density": 1749.8614710532554, "grain_outer_radius": 0.032741924366715476, "grain_initial_inner_radius": 0.015402230082212299, "grain_initial_height": 0.12078920804238817, "grain_separation": 0.004102797607051473, "grains_center_of_mass_position": 0.39805366489583804, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005131842102378246, "throat_radius": 0.011111953148708116, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254591586988461}], "aerodynamic_surfaces": [{"length": 0.5568272721874202, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343220010264878}, {"n": 4, "root_chord": 0.1201538462175428, "tip_chord": 0.06038464588155855, "span": 0.10944578106881138, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0474512035595855}, {"top_radius": 0.06431393647117281, "bottom_radius": 0.04300233568365852, "length": 0.05988913289108851, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006787011306558, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165360777729622, "upper_button_position": 0.08414262335769362}], "rail_length": 5, "inclination": 84.58567757451554, "heading": 56.584298521662205} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350247071186768, "mass": 14.598476355179347, "I_11_without_motor": 6.321, "I_22_without_motor": 6.338682482600534, "I_33_without_motor": 0.041086822049096694, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.988074838001804, "trigger": 800, "sampling_rate": 105, "lag": 1.4491706380803735, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9203406291645304, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2988086584363208, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7371.961308519742, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03294980223375563, "grain_number": 5, "grain_density": 1821.5927324862557, "grain_outer_radius": 0.03273102732317312, "grain_initial_inner_radius": 0.015222555980690446, "grain_initial_height": 0.119807337886185, "grain_separation": 0.005902571379917659, "grains_center_of_mass_position": 0.39659538083773044, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008282868532482652, "throat_radius": 0.011059912037531502, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554437896779145}], "aerodynamic_surfaces": [{"length": 0.5581968779668303, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13404080410519}, {"n": 4, "root_chord": 0.11937732433136611, "tip_chord": 0.06049032653701535, "span": 0.10982077799260266, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500607300527947}, {"top_radius": 0.06288345865776959, "bottom_radius": 0.04500183234067274, "length": 0.059585716076905465, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997981465270406, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176723697670569, "upper_button_position": 0.08212577675998378}], "rail_length": 5, "inclination": 85.32047983556852, "heading": 54.64338364712786} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349979386518056, "mass": 14.665655120524882, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308337866181112, "I_33_without_motor": 0.02940922848942525, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.912448793907524, "trigger": 800, "sampling_rate": 105, "lag": 1.4883295381104646, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.965997032058505, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4420342337668395, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7787.862592439153, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032919411989490444, "grain_number": 5, "grain_density": 1837.3540851303467, "grain_outer_radius": 0.03380084314520797, "grain_initial_inner_radius": 0.015674213776893816, "grain_initial_height": 0.1202522514429104, "grain_separation": 0.0060796762423159754, "grains_center_of_mass_position": 0.39687041086849245, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006575162409220861, "throat_radius": 0.010454654626615838, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2565948812227932}], "aerodynamic_surfaces": [{"length": 0.5581544419241216, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133848796806103}, {"n": 4, "root_chord": 0.12040695210617242, "tip_chord": 0.06114971716602931, "span": 0.10924219686191598, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490685877821}, {"top_radius": 0.06629950054620637, "bottom_radius": 0.042718377482470794, "length": 0.06154909876401923, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011344387325403, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173131445493169, "upper_button_position": 0.08382129418322348}], "rail_length": 5, "inclination": 85.73319810132611, "heading": 53.43672553596639} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350323905158756, "mass": 14.663181328221555, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32246128528933, "I_33_without_motor": 0.04727102262492556, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.959811448027597, "trigger": 800, "sampling_rate": 105, "lag": 1.4009712413875783, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1129270083988203, "trigger": "apogee", "sampling_rate": 105, "lag": 2.0493963202025256, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6960.076260880622, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03314520720387342, "grain_number": 5, "grain_density": 1809.8939614579065, "grain_outer_radius": 0.03377876700005472, "grain_initial_inner_radius": 0.014405327511500308, "grain_initial_height": 0.11951807934606073, "grain_separation": 0.0036662858692503952, "grains_center_of_mass_position": 0.39649096942083767, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00047521008137024344, "throat_radius": 0.010560565419723065, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2575609621019257}], "aerodynamic_surfaces": [{"length": 0.5590711731458509, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338386878082924}, {"n": 4, "root_chord": 0.12022298968409123, "tip_chord": 0.06030962810249507, "span": 0.11015792020474115, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500946532968864}, {"top_radius": 0.06608992976261442, "bottom_radius": 0.04297486471766376, "length": 0.05999203959966876, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010136918402298, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170725675884401, "upper_button_position": 0.08394112425178968}], "rail_length": 5, "inclination": 84.407419507791, "heading": 51.808126689217254} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06351656355320481, "mass": 14.62360734619158, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314008582539643, "I_33_without_motor": 0.03674797764237765, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.983037285352221, "trigger": 800, "sampling_rate": 105, "lag": 1.552705056562886, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0321283687057294, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6265383613331634, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6869.616887219077, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032405981521126295, "grain_number": 5, "grain_density": 1716.5231598371552, "grain_outer_radius": 0.03288026385773495, "grain_initial_inner_radius": 0.014781505712401971, "grain_initial_height": 0.11950276887096173, "grain_separation": 0.002688126183278587, "grains_center_of_mass_position": 0.395903772744308, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013066981377726488, "throat_radius": 0.011048658336006888, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549101213241567}], "aerodynamic_surfaces": [{"length": 0.5565854718904419, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335452755847246}, {"n": 4, "root_chord": 0.11943229505786261, "tip_chord": 0.0596255108700025, "span": 0.11067168411025133, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484518433518673}, {"top_radius": 0.06266221302042979, "bottom_radius": 0.043687274374302774, "length": 0.05922414470973619, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986457051553676, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187293467469167, "upper_button_position": 0.0799163584084509}], "rail_length": 5, "inclination": 83.37993163836096, "heading": 53.466379409470235} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.0634935026788086, "mass": 15.814683116021573, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306812968674312, "I_33_without_motor": 0.047420253849753215, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.882924951731338, "trigger": 800, "sampling_rate": 105, "lag": 1.5887228581483641, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9390670047735624, "trigger": "apogee", "sampling_rate": 105, "lag": 1.40261036816705, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7554.030321781876, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03288782775841438, "grain_number": 5, "grain_density": 1806.1176047952897, "grain_outer_radius": 0.03301523496915636, "grain_initial_inner_radius": 0.014936959918836078, "grain_initial_height": 0.1215400498120856, "grain_separation": 0.0048862421459427595, "grains_center_of_mass_position": 0.39620690446628526, "center_of_dry_mass_position": 0.317, "nozzle_position": 9.73972215357276e-05, "throat_radius": 0.01111281467901918, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553148248810637}], "aerodynamic_surfaces": [{"length": 0.5579417076427678, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133579071249299}, {"n": 4, "root_chord": 0.12004943245975398, "tip_chord": 0.06053460970273587, "span": 0.11031398445407062, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049143852248115}, {"top_radius": 0.062270246144718065, "bottom_radius": 0.04144083501891158, "length": 0.06153727247635021, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988785706604964, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168046567144446, "upper_button_position": 0.08207391394605179}], "rail_length": 5, "inclination": 84.92575981178929, "heading": 55.0602126715058} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06349969194638913, "mass": 15.47765890164611, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323665013626738, "I_33_without_motor": 0.029574770714784225, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.0038437145309, "trigger": 800, "sampling_rate": 105, "lag": 1.416936758967737, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0724910071086562, "trigger": "apogee", "sampling_rate": 105, "lag": 1.51647798100477, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5288.021341331815, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03312346854999634, "grain_number": 5, "grain_density": 1837.5330554113766, "grain_outer_radius": 0.03279599473769904, "grain_initial_inner_radius": 0.01493027948017733, "grain_initial_height": 0.12016247692770486, "grain_separation": 0.005017909257938897, "grains_center_of_mass_position": 0.39846116581809043, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011574809993971566, "throat_radius": 0.01138088054285133, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543140999986844}], "aerodynamic_surfaces": [{"length": 0.5577093093575884, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134219214918257}, {"n": 4, "root_chord": 0.11936208271744785, "tip_chord": 0.06053911609471711, "span": 0.10990649993751185, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048018719968735}, {"top_radius": 0.06483841038640889, "bottom_radius": 0.04260033108436329, "length": 0.05977233843062296, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996133075126058, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189016944072533, "upper_button_position": 0.08071161310535246}], "rail_length": 5, "inclination": 84.59217906709952, "heading": 52.00115219285927} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350137428598715, "mass": 14.922133287144348, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3155985047000165, "I_33_without_motor": 0.027883206038513065, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.105944724220139, "trigger": 800, "sampling_rate": 105, "lag": 1.5574796861737927, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9447491215635515, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5118213791614112, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5058.650343471105, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03322857307389556, "grain_number": 5, "grain_density": 1836.4771134081332, "grain_outer_radius": 0.033045315281759996, "grain_initial_inner_radius": 0.015238125576634403, "grain_initial_height": 0.12042822859699716, "grain_separation": 0.0046977736311336026, "grains_center_of_mass_position": 0.3977473181661335, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.003269328005073685, "throat_radius": 0.01036657009126382, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555319453220088}], "aerodynamic_surfaces": [{"length": 0.5576796684345576, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132980859986419}, {"n": 4, "root_chord": 0.11990859228190548, "tip_chord": 0.06045558870469479, "span": 0.1107430593099384, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0511407149887964}, {"top_radius": 0.06408539275531759, "bottom_radius": 0.04320047242157774, "length": 0.059555060241054725, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008495793408646, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177122059055272, "upper_button_position": 0.08313737343533734}], "rail_length": 5, "inclination": 86.18666481914534, "heading": 52.638495725928586} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350774488548218, "mass": 14.292154395279356, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3045571956722135, "I_33_without_motor": 0.04428847196048508, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.101161722908572, "trigger": 800, "sampling_rate": 105, "lag": 1.488679729695338, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0948561474518437, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3512340210525964, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5934.532903625142, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03290399953233041, "grain_number": 5, "grain_density": 1839.2019211543743, "grain_outer_radius": 0.03348284531402733, "grain_initial_inner_radius": 0.014880752377839512, "grain_initial_height": 0.12001560290338313, "grain_separation": 0.0015361379332536674, "grains_center_of_mass_position": 0.3979415806090333, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001710261485229392, "throat_radius": 0.010589502144504744, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.252942095364126}], "aerodynamic_surfaces": [{"length": 0.5575447063480159, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134387698798955}, {"n": 4, "root_chord": 0.11944781241082505, "tip_chord": 0.05919766521260808, "span": 0.10956020210843195, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0479005706079085}, {"top_radius": 0.06368553718465902, "bottom_radius": 0.04445393039170739, "length": 0.060624561330139506, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003396635027824, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6196228146893726, "upper_button_position": 0.08071684881340979}], "rail_length": 5, "inclination": 84.36548139345294, "heading": 49.671738178028534} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349547969683768, "mass": 15.68763066602317, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313602777783486, "I_33_without_motor": 0.04428276741809086, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.056385035198057, "trigger": 800, "sampling_rate": 105, "lag": 1.4305842908940691, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0047331732746874, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5885229575840254, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6418.8915383278845, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03263314378302278, "grain_number": 5, "grain_density": 1804.7492298406517, "grain_outer_radius": 0.03233570499046075, "grain_initial_inner_radius": 0.015761023556363444, "grain_initial_height": 0.12004466381735435, "grain_separation": 0.004145539019845611, "grains_center_of_mass_position": 0.3967757231198951, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015774260770492462, "throat_radius": 0.011031067470435212, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557833397485743}], "aerodynamic_surfaces": [{"length": 0.5571249208045227, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333882471094743}, {"n": 4, "root_chord": 0.11972819775251727, "tip_chord": 0.06017807378502946, "span": 0.11054167626729401, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497419513001347}, {"top_radius": 0.06352453250813138, "bottom_radius": 0.043220154491745676, "length": 0.059283549817018624, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6981847805609095, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184946743614369, "upper_button_position": 0.07969010619947259}], "rail_length": 5, "inclination": 84.66642653780458, "heading": 50.658333366554494} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349810734460422, "mass": 14.951439567502641, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33054022330487, "I_33_without_motor": 0.03501611828722435, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.11127404956122, "trigger": 800, "sampling_rate": 105, "lag": 1.5795284572381194, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9985634994633994, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6765504579725472, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7096.985122634286, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032864778444372966, "grain_number": 5, "grain_density": 1730.4896868550777, "grain_outer_radius": 0.03332334898537563, "grain_initial_inner_radius": 0.015285627111544516, "grain_initial_height": 0.12120837873638406, "grain_separation": 0.00479660344356203, "grains_center_of_mass_position": 0.39624708217665994, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014958848782314117, "throat_radius": 0.011535812486042525, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552536830358083}], "aerodynamic_surfaces": [{"length": 0.5591798464947465, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345118719682699}, {"n": 4, "root_chord": 0.12024508269293445, "tip_chord": 0.05998538690091301, "span": 0.10958535159513233, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495254559918432}, {"top_radius": 0.06211955215880595, "bottom_radius": 0.042424848562137345, "length": 0.06248541393715593, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990567074645162, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184428843126412, "upper_button_position": 0.08061382315187504}], "rail_length": 5, "inclination": 84.39137540045756, "heading": 55.18190651752751} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.0635035619886374, "mass": 14.8912349716203, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325863210716583, "I_33_without_motor": 0.04072970159800515, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.029247520720952, "trigger": 800, "sampling_rate": 105, "lag": 1.5631289342492403, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.025843604039028, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4875487535307448, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6471.569338160649, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03306270881993711, "grain_number": 5, "grain_density": 1786.7453386529996, "grain_outer_radius": 0.0335224041156613, "grain_initial_inner_radius": 0.014542617411268183, "grain_initial_height": 0.12009487524072977, "grain_separation": 0.004540697598211609, "grains_center_of_mass_position": 0.4003566908255698, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0018415147845622436, "throat_radius": 0.010189696594832088, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543658767040502}], "aerodynamic_surfaces": [{"length": 0.5586906324359, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335144442294065}, {"n": 4, "root_chord": 0.12008967629472349, "tip_chord": 0.06036758516322259, "span": 0.1105645124293185, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498603250773673}, {"top_radius": 0.06439550252432569, "bottom_radius": 0.04287713270499842, "length": 0.06011148713694841, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983276737464835, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180991371463909, "upper_button_position": 0.08022853660009266}], "rail_length": 5, "inclination": 84.55008579218018, "heading": 51.567561568433426} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350269129880062, "mass": 15.413061135801785, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329314250359327, "I_33_without_motor": 0.01902053041159625, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.93157278553885, "trigger": 800, "sampling_rate": 105, "lag": 1.6275569557953513, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0389203513011933, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8066584365696907, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8615.988715046798, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03239616538050642, "grain_number": 5, "grain_density": 1844.6924333275065, "grain_outer_radius": 0.033060720735726495, "grain_initial_inner_radius": 0.015035270324158113, "grain_initial_height": 0.12053960248762868, "grain_separation": 0.005971133931747413, "grains_center_of_mass_position": 0.39656547395044706, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001092982735151668, "throat_radius": 0.011945131294048785, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254992781291018}], "aerodynamic_surfaces": [{"length": 0.5585287117648091, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349342354884737}, {"n": 4, "root_chord": 0.119617528962136, "tip_chord": 0.05963441567379094, "span": 0.10975845763362056, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050169685839147}, {"top_radius": 0.0645004626002477, "bottom_radius": 0.04313944043159173, "length": 0.06088235468113926, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008661185847689, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180533618153113, "upper_button_position": 0.08281275676945754}], "rail_length": 5, "inclination": 85.88463287556822, "heading": 52.13314059173665} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.0634976550459925, "mass": 15.44676274483397, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319429946790777, "I_33_without_motor": 0.05316606824991939, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.890866122863232, "trigger": 800, "sampling_rate": 105, "lag": 1.6241285804061774, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1063791522050064, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9807308215635642, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6630.312249593805, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032881866695925833, "grain_number": 5, "grain_density": 1737.847583242757, "grain_outer_radius": 0.03316516642843655, "grain_initial_inner_radius": 0.01448889274169805, "grain_initial_height": 0.12052036239103947, "grain_separation": 0.004175362233674735, "grains_center_of_mass_position": 0.39709875327095573, "center_of_dry_mass_position": 0.317, "nozzle_position": 7.287464580745319e-05, "throat_radius": 0.01101453638561841, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2574949005298393}], "aerodynamic_surfaces": [{"length": 0.558225155518396, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333807048595606}, {"n": 4, "root_chord": 0.12016710468609273, "tip_chord": 0.05969977903686353, "span": 0.10944019166266908, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485946442966563}, {"top_radius": 0.06414128206510351, "bottom_radius": 0.04590059790229772, "length": 0.059037473262403196, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008961547147992, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172009789993484, "upper_button_position": 0.08369517571545071}], "rail_length": 5, "inclination": 83.14804474586406, "heading": 54.92863821618736} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349537456163304, "mass": 15.199741747770439, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328476293654489, "I_33_without_motor": 0.0418471546799793, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.799240352510559, "trigger": 800, "sampling_rate": 105, "lag": 1.4569769201295601, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.979655693150598, "trigger": "apogee", "sampling_rate": 105, "lag": 1.663845943569319, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8464.753711496673, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033363625805286096, "grain_number": 5, "grain_density": 1866.6989274988964, "grain_outer_radius": 0.03372530322857577, "grain_initial_inner_radius": 0.015749981907572312, "grain_initial_height": 0.11983563392667117, "grain_separation": 0.005851026719461454, "grains_center_of_mass_position": 0.3962253533739952, "center_of_dry_mass_position": 0.317, "nozzle_position": -4.0833417869439294e-05, "throat_radius": 0.011395297042991002, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2522584472481169}], "aerodynamic_surfaces": [{"length": 0.5588987104288868, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345242630107994}, {"n": 4, "root_chord": 0.11966396078669886, "tip_chord": 0.05989818329046559, "span": 0.10988914518812966, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500387826261992}, {"top_radius": 0.06398752379791817, "bottom_radius": 0.04383627929208216, "length": 0.05909120646215919, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004398784512925, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178923164866603, "upper_button_position": 0.0825475619646322}], "rail_length": 5, "inclination": 83.32752946995784, "heading": 55.32534144401681} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349963882562511, "mass": 15.217198770215463, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318524905485839, "I_33_without_motor": 0.036570388816962986, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.181118693828465, "trigger": 800, "sampling_rate": 105, "lag": 1.3072126119403857, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9368869158179698, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7457336710928644, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5829.417663894801, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033555771999414716, "grain_number": 5, "grain_density": 1860.7443683912434, "grain_outer_radius": 0.03285194587722426, "grain_initial_inner_radius": 0.014859936359929599, "grain_initial_height": 0.11950689835793786, "grain_separation": 0.006935726415001204, "grains_center_of_mass_position": 0.39725495517018183, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012290685104882617, "throat_radius": 0.012127179519548097, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557500576386598}], "aerodynamic_surfaces": [{"length": 0.5588922180969392, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327091313188486}, {"n": 4, "root_chord": 0.11930369020727395, "tip_chord": 0.05984072251985261, "span": 0.10935456135292972, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490068657994647}, {"top_radius": 0.064634977949279, "bottom_radius": 0.04259204370215238, "length": 0.0613875526207133, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006194913092759, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172248222497858, "upper_button_position": 0.08339466905949011}], "rail_length": 5, "inclination": 84.48743948041853, "heading": 53.01173169339557} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.0634941703597679, "mass": 16.28206512403648, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315976457360253, "I_33_without_motor": 0.02655724196170077, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.808021467313038, "trigger": 800, "sampling_rate": 105, "lag": 1.5199938827724804, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1386945174347098, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4802953221677164, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7762.8345944889825, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03294909841335576, "grain_number": 5, "grain_density": 1775.0048741974147, "grain_outer_radius": 0.03286791282363603, "grain_initial_inner_radius": 0.015175770686347097, "grain_initial_height": 0.11955919598519713, "grain_separation": 0.004034499047701267, "grains_center_of_mass_position": 0.39652443507539675, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001522092555512199, "throat_radius": 0.010718866121631901, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534255696841472}], "aerodynamic_surfaces": [{"length": 0.5580550477443932, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134205018924163}, {"n": 4, "root_chord": 0.12076048029290803, "tip_chord": 0.06029156901512818, "span": 0.10959471298106567, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491363793035497}, {"top_radius": 0.06434061458933235, "bottom_radius": 0.04349915163054449, "length": 0.05943780112686424, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008897015408607, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166923412787694, "upper_button_position": 0.08419736026209135}], "rail_length": 5, "inclination": 85.63162642317381, "heading": 50.8221540305615} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349947824923823, "mass": 15.13427662733951, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318735957377441, "I_33_without_motor": 0.026145449537762225, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.042461278353302, "trigger": 800, "sampling_rate": 105, "lag": 1.362907330915306, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.116681304194078, "trigger": "apogee", "sampling_rate": 105, "lag": 1.516913070567129, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6693.096613340715, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032133867367024775, "grain_number": 5, "grain_density": 1769.980568905779, "grain_outer_radius": 0.033278832190945185, "grain_initial_inner_radius": 0.015426149312191263, "grain_initial_height": 0.12001858028570822, "grain_separation": 0.00668328315640556, "grains_center_of_mass_position": 0.3978373507778777, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013609450831199034, "throat_radius": 0.010998849108061695, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547207462586196}], "aerodynamic_surfaces": [{"length": 0.5570546849735357, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340928102771854}, {"n": 4, "root_chord": 0.12063817792587844, "tip_chord": 0.05946904014410215, "span": 0.1108011858885152, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499102420919548}, {"top_radius": 0.06362728198047717, "bottom_radius": 0.0447622918079447, "length": 0.060357432822958135, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7015783851993919, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187241960187888, "upper_button_position": 0.08285418918060306}], "rail_length": 5, "inclination": 84.15498927480293, "heading": 49.38791176600644} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350481096785547, "mass": 15.975019718919613, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3050247579123155, "I_33_without_motor": 0.04420101646696741, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.986561681301058, "trigger": 800, "sampling_rate": 105, "lag": 1.6232465833965501, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.095536059640774, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6423100026406008, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6577.297351468826, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03343939911257145, "grain_number": 5, "grain_density": 1937.6218475198039, "grain_outer_radius": 0.03362746870739773, "grain_initial_inner_radius": 0.01556919269660516, "grain_initial_height": 0.12184543227527912, "grain_separation": 0.006095543478054328, "grains_center_of_mass_position": 0.3972605991413601, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005406677366781774, "throat_radius": 0.011347469752777836, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552525906579282}], "aerodynamic_surfaces": [{"length": 0.5575042076403633, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344801055192482}, {"n": 4, "root_chord": 0.11951876789494255, "tip_chord": 0.05980182246939766, "span": 0.10899960830105564, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498594954942042}, {"top_radius": 0.06406841449301809, "bottom_radius": 0.0434151363076669, "length": 0.059213818600246645, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012907315965736, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163097884004671, "upper_button_position": 0.0849809431961065}], "rail_length": 5, "inclination": 84.45471159819583, "heading": 54.55644971074683} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350212649260949, "mass": 14.489191226884763, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312546365753049, "I_33_without_motor": 0.04405454813561063, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.916261552405167, "trigger": 800, "sampling_rate": 105, "lag": 1.3542694410456644, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9991505144368533, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6359200813266863, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5036.483231457435, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03333173605854873, "grain_number": 5, "grain_density": 1848.7476393115412, "grain_outer_radius": 0.033452067888902016, "grain_initial_inner_radius": 0.01520579186622691, "grain_initial_height": 0.12141799006896575, "grain_separation": 0.0066555138191943895, "grains_center_of_mass_position": 0.39641872790004856, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00013240600546424305, "throat_radius": 0.011419997235577607, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544598801474356}], "aerodynamic_surfaces": [{"length": 0.5586522052099271, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341916741893998}, {"n": 4, "root_chord": 0.12047175623999956, "tip_chord": 0.06060852146224581, "span": 0.1106275160956046, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0480285653394619}, {"top_radius": 0.06463165984627137, "bottom_radius": 0.04463577277453201, "length": 0.06162061294957818, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997456535477499, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185223547900209, "upper_button_position": 0.08122329875772893}], "rail_length": 5, "inclination": 84.38997676390967, "heading": 52.85858913614163} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06350608450583643, "mass": 16.448744640074356, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323776363885181, "I_33_without_motor": 0.044176896020734976, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.981154386781002, "trigger": 800, "sampling_rate": 105, "lag": 1.473825896165252, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0496868893348124, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9195516299657125, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6796.32071857303, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03259768526013893, "grain_number": 5, "grain_density": 1739.8026829190403, "grain_outer_radius": 0.03223979248943431, "grain_initial_inner_radius": 0.0155435059801701, "grain_initial_height": 0.12042998574102187, "grain_separation": 0.004879400492201028, "grains_center_of_mass_position": 0.39735153455720035, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00027276679027278, "throat_radius": 0.01090590827799638, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553330782381151}], "aerodynamic_surfaces": [{"length": 0.5598389698007021, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346373339826927}, {"n": 4, "root_chord": 0.1192584572519831, "tip_chord": 0.05999738490104592, "span": 0.10967691886100298, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505366390535793}, {"top_radius": 0.0632701817966007, "bottom_radius": 0.04214724671246901, "length": 0.060467722048175764, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008589950146984, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179011341019293, "upper_button_position": 0.08295786091276913}], "rail_length": 5, "inclination": 83.56600963305438, "heading": 55.13308511318868} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349862160453391, "mass": 14.952360434262115, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323297151191422, "I_33_without_motor": 0.023383916688940923, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.140387828805585, "trigger": 800, "sampling_rate": 105, "lag": 1.54010365960017, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8673740850472763, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1584157586706376, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6053.066158375482, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03309179672687833, "grain_number": 5, "grain_density": 1838.7705517560196, "grain_outer_radius": 0.03327279031719532, "grain_initial_inner_radius": 0.014780413843617737, "grain_initial_height": 0.12313886638023067, "grain_separation": 0.005001373981581014, "grains_center_of_mass_position": 0.395807529764043, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00037860303983371075, "throat_radius": 0.010330095186663469, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546844880321661}], "aerodynamic_surfaces": [{"length": 0.5582355875069865, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334994550100739}, {"n": 4, "root_chord": 0.12043518050062896, "tip_chord": 0.06040092461404651, "span": 0.11020226715957847, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048688929683202}, {"top_radius": 0.06260602742255277, "bottom_radius": 0.043567095983523776, "length": 0.059127789859836084, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998279570209998, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180549797778766, "upper_button_position": 0.08177297724312316}], "rail_length": 5, "inclination": 84.43606781282116, "heading": 57.31572953225474} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349905934122613, "mass": 15.033418082503168, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33539355167612, "I_33_without_motor": 0.034066477514105575, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.926607542482946, "trigger": 800, "sampling_rate": 105, "lag": 1.3808675901757308, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1436898735985508, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3174177363548485, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5930.8348676046335, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03269920822147394, "grain_number": 5, "grain_density": 1798.9840971012609, "grain_outer_radius": 0.03341778844703949, "grain_initial_inner_radius": 0.0153876582196903, "grain_initial_height": 0.12001800263696676, "grain_separation": 0.004952495561855445, "grains_center_of_mass_position": 0.3966525966812798, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002893010041546093, "throat_radius": 0.011568049886459132, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562354647884526}], "aerodynamic_surfaces": [{"length": 0.5591925315140397, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344558542210337}, {"n": 4, "root_chord": 0.11994720082928126, "tip_chord": 0.05993763754381239, "span": 0.10953796770949259, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500710667234892}, {"top_radius": 0.06417234700398108, "bottom_radius": 0.04393981998197833, "length": 0.06032175797230533, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6974321401843698, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6160506858838657, "upper_button_position": 0.08138145430050414}], "rail_length": 5, "inclination": 82.95810182451086, "heading": 53.49286096129767} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.0635023252950125, "mass": 15.17906214019836, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32605722700302, "I_33_without_motor": 0.042050404681197286, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.133990711660145, "trigger": 800, "sampling_rate": 105, "lag": 1.4845593568006072, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0631230373818186, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0970940511837495, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7857.910471178734, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03272851636727753, "grain_number": 5, "grain_density": 1785.1467830559163, "grain_outer_radius": 0.03276619993052991, "grain_initial_inner_radius": 0.01474588271946149, "grain_initial_height": 0.12085762069107454, "grain_separation": 0.003095249843043532, "grains_center_of_mass_position": 0.39731356606301904, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005327530837401527, "throat_radius": 0.0115365103221738, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549558182905909}], "aerodynamic_surfaces": [{"length": 0.5586991905701241, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332317809500572}, {"n": 4, "root_chord": 0.1199911120709463, "tip_chord": 0.05970226863676994, "span": 0.11002778978889806, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0517170098975732}, {"top_radius": 0.06345894677356345, "bottom_radius": 0.04246547745215069, "length": 0.058239213587722584, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.701650648757277, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170073328976651, "upper_button_position": 0.08464331585961193}], "rail_length": 5, "inclination": 85.3255659937611, "heading": 50.83526707654356} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349399915414683, "mass": 14.754648109477737, "I_11_without_motor": 6.321, "I_22_without_motor": 6.341922694860631, "I_33_without_motor": 0.03477995459231909, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.825299184012062, "trigger": 800, "sampling_rate": 105, "lag": 1.490331818148055, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9790494677859479, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2630310935820086, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6745.217238271311, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033725686666822595, "grain_number": 5, "grain_density": 1832.102532320215, "grain_outer_radius": 0.032655696425557545, "grain_initial_inner_radius": 0.015403225755498875, "grain_initial_height": 0.12005173309086382, "grain_separation": 0.005225995185928569, "grains_center_of_mass_position": 0.3978831555106612, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015995725233750127, "throat_radius": 0.010759328467847083, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554087267614558}], "aerodynamic_surfaces": [{"length": 0.5587674770151965, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349182583965556}, {"n": 4, "root_chord": 0.12074544356015404, "tip_chord": 0.059127153689612265, "span": 0.11066621018200297, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491074299029526}, {"top_radius": 0.06255374164648672, "bottom_radius": 0.042813906349509524, "length": 0.0596806029420279, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999017470994425, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184960512944376, "upper_button_position": 0.0814056958050049}], "rail_length": 5, "inclination": 84.27234653570297, "heading": 49.59765067731169} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349415155075792, "mass": 16.12584667042382, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329066396401329, "I_33_without_motor": 0.04443790471938296, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.04050990963773, "trigger": 800, "sampling_rate": 105, "lag": 1.3861500713836066, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8560223180557048, "trigger": "apogee", "sampling_rate": 105, "lag": 1.598679701465645, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5434.570176852067, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033235930994977216, "grain_number": 5, "grain_density": 1984.2636532095185, "grain_outer_radius": 0.03333032263550704, "grain_initial_inner_radius": 0.015378662117085167, "grain_initial_height": 0.11990776473656374, "grain_separation": 0.005074791843846725, "grains_center_of_mass_position": 0.3989686284295847, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003017068507572153, "throat_radius": 0.011850953225142433, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2526381508424227}], "aerodynamic_surfaces": [{"length": 0.5602702851205238, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13304063360114}, {"n": 4, "root_chord": 0.12035778176272456, "tip_chord": 0.06038760438602498, "span": 0.10966425509665201, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502944189393129}, {"top_radius": 0.06376841665191821, "bottom_radius": 0.043779353930186775, "length": 0.06140116388209324, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001599330744979, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617615710274122, "upper_button_position": 0.08254422280037588}], "rail_length": 5, "inclination": 85.70408133752706, "heading": 53.832460323859586} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350396932376295, "mass": 15.471255781274081, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310706649401759, "I_33_without_motor": 0.025268190294306603, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.948366458453203, "trigger": 800, "sampling_rate": 105, "lag": 1.5163967814652803, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0275981259617897, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6875185453045196, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7068.014554157607, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033160772208599566, "grain_number": 5, "grain_density": 1851.7280582531585, "grain_outer_radius": 0.03334198342962967, "grain_initial_inner_radius": 0.01486282884111561, "grain_initial_height": 0.1198789340654273, "grain_separation": 0.003043560931154926, "grains_center_of_mass_position": 0.39657011739088077, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006854042682731455, "throat_radius": 0.011001406956492937, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2569799421815189}], "aerodynamic_surfaces": [{"length": 0.5599626681859367, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338095300127469}, {"n": 4, "root_chord": 0.11942772503146042, "tip_chord": 0.06055089701982729, "span": 0.10998493873593447, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490610126829685}, {"top_radius": 0.06331810441181791, "bottom_radius": 0.044423212254888426, "length": 0.05895241961645621, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005232220133528, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177413028982078, "upper_button_position": 0.08278191911514499}], "rail_length": 5, "inclination": 85.74408231498627, "heading": 50.19074317960083} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350455278857059, "mass": 15.475801044481434, "I_11_without_motor": 6.321, "I_22_without_motor": 6.302536352131768, "I_33_without_motor": 0.02252649946315971, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.955278111292127, "trigger": 800, "sampling_rate": 105, "lag": 1.5133770464381588, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.025084088074799, "trigger": "apogee", "sampling_rate": 105, "lag": 1.71377524815222, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7397.527720346106, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03376249112861859, "grain_number": 5, "grain_density": 1915.0214207363756, "grain_outer_radius": 0.03337178988865893, "grain_initial_inner_radius": 0.014986428426834656, "grain_initial_height": 0.12014368573560173, "grain_separation": 0.004883311453520575, "grains_center_of_mass_position": 0.39561569553442333, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00032331388771772245, "throat_radius": 0.010789089023410046, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543941174262498}], "aerodynamic_surfaces": [{"length": 0.5584377474030543, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333813373556596}, {"n": 4, "root_chord": 0.11987289741243526, "tip_chord": 0.05992555411037413, "span": 0.10964974557993062, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048713536165678}, {"top_radius": 0.06504963172966653, "bottom_radius": 0.04209878129566816, "length": 0.06105535591649126, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998830904018438, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185363466638367, "upper_button_position": 0.0813467437380071}], "rail_length": 5, "inclination": 84.23429076453945, "heading": 53.94041665471751} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.0634930372479802, "mass": 14.998673749230647, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325459944280626, "I_33_without_motor": 0.02063284327828349, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.676635619521047, "trigger": 800, "sampling_rate": 105, "lag": 1.6320174017264697, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0465226558335765, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1558730550401435, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6729.7408889269755, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032509559063458815, "grain_number": 5, "grain_density": 1796.2725967369124, "grain_outer_radius": 0.03320039824011623, "grain_initial_inner_radius": 0.014334914957422373, "grain_initial_height": 0.11854389225788134, "grain_separation": 0.004400863821907705, "grains_center_of_mass_position": 0.39893451808636365, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003500632961947965, "throat_radius": 0.011823207438275177, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254635198893318}], "aerodynamic_surfaces": [{"length": 0.5578441113496236, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1324995504740512}, {"n": 4, "root_chord": 0.1197711863231853, "tip_chord": 0.06061698182655067, "span": 0.1100931044096674, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499373027964798}, {"top_radius": 0.06458638678974457, "bottom_radius": 0.04341118620896988, "length": 0.06162469830818587, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7015220567785108, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6201081810874075, "upper_button_position": 0.08141387569110325}], "rail_length": 5, "inclination": 83.18286638880292, "heading": 53.32340122139384} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349036510693828, "mass": 15.459768837178952, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333606378721616, "I_33_without_motor": 0.03419308691479109, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.92829582040722, "trigger": 800, "sampling_rate": 105, "lag": 1.6624832870923572, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9190763704667035, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3440574863090526, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6114.033529441651, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032750000224350324, "grain_number": 5, "grain_density": 1863.822599092924, "grain_outer_radius": 0.03252874548561566, "grain_initial_inner_radius": 0.013997210362525414, "grain_initial_height": 0.12017954231571279, "grain_separation": 0.005709483176176194, "grains_center_of_mass_position": 0.39817386360760043, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0018666416427269492, "throat_radius": 0.011078018942781315, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254531762648309}], "aerodynamic_surfaces": [{"length": 0.5600459104943417, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348699618218874}, {"n": 4, "root_chord": 0.11906247976639708, "tip_chord": 0.059919878399007705, "span": 0.10958335765751527, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0516964135601103}, {"top_radius": 0.06444989155977358, "bottom_radius": 0.04470839783151747, "length": 0.06110441563350233, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992839336131583, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190943054263647, "upper_button_position": 0.08018962818679365}], "rail_length": 5, "inclination": 85.28528060388338, "heading": 53.025901878969435} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06349557195201602, "mass": 15.650012025647639, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334386279658107, "I_33_without_motor": 0.017716250216837478, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.072000050204508, "trigger": 800, "sampling_rate": 105, "lag": 1.5568537105775135, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.023513573582037, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2916313474312773, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6785.617613484512, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03320476174791291, "grain_number": 5, "grain_density": 1807.924666447796, "grain_outer_radius": 0.032724675194345285, "grain_initial_inner_radius": 0.015065645805369612, "grain_initial_height": 0.11691845566889628, "grain_separation": 0.005564284029944174, "grains_center_of_mass_position": 0.39740508675112945, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00038827214133462445, "throat_radius": 0.011208735315971042, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553551479901657}], "aerodynamic_surfaces": [{"length": 0.5578999573146587, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1355799611103206}, {"n": 4, "root_chord": 0.11958416660214549, "tip_chord": 0.05978026329180909, "span": 0.10969665405429334, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482345342633457}, {"top_radius": 0.06362036556067137, "bottom_radius": 0.04141535350437306, "length": 0.060185041918966495, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994267325120181, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182553835669589, "upper_button_position": 0.08117134894505929}], "rail_length": 5, "inclination": 84.57669441427494, "heading": 55.05263000005172} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06348669599451841, "mass": 16.381347123425712, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319067269490286, "I_33_without_motor": 0.027640182030170164, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.033330876205415, "trigger": 800, "sampling_rate": 105, "lag": 1.3644412107846227, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9888339946730667, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6830180093795015, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4899.544635876001, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03346604289275089, "grain_number": 5, "grain_density": 1837.9892680810683, "grain_outer_radius": 0.032853786345288946, "grain_initial_inner_radius": 0.014900346171523002, "grain_initial_height": 0.12147265933396868, "grain_separation": 0.004771956804648883, "grains_center_of_mass_position": 0.397875466795909, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00016624867170573167, "throat_radius": 0.010633986287202, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562546823501195}], "aerodynamic_surfaces": [{"length": 0.5575922580812038, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133576883635629}, {"n": 4, "root_chord": 0.11920870785162253, "tip_chord": 0.059977024529782465, "span": 0.10982636742386265, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0517743199567335}, {"top_radius": 0.06437632073520817, "bottom_radius": 0.04398734363747817, "length": 0.058533613771216936, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996835349080247, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164134747652618, "upper_button_position": 0.08327006014276295}], "rail_length": 5, "inclination": 84.5161666866256, "heading": 51.738761739430416} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349722316704219, "mass": 15.580474014769537, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331023035509137, "I_33_without_motor": 0.031384951553114285, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.95193371972282, "trigger": 800, "sampling_rate": 105, "lag": 1.4257778817845292, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.013095622278021, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4953144927681397, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6039.53564023219, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03304133274322548, "grain_number": 5, "grain_density": 1806.8088564379816, "grain_outer_radius": 0.03314027770496413, "grain_initial_inner_radius": 0.014744218339002307, "grain_initial_height": 0.11880450895630905, "grain_separation": 0.004250325434511526, "grains_center_of_mass_position": 0.39572434191425065, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011146638889521546, "throat_radius": 0.01165205508617786, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548468209331742}], "aerodynamic_surfaces": [{"length": 0.5572135861798313, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345146639659427}, {"n": 4, "root_chord": 0.11959370686851083, "tip_chord": 0.05938888822068103, "span": 0.1098456503186583, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500913884457497}, {"top_radius": 0.06338628747673966, "bottom_radius": 0.04413229106800214, "length": 0.059939452710839516, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996444123845132, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6198554405565433, "upper_button_position": 0.07978897182796996}], "rail_length": 5, "inclination": 84.30933008298385, "heading": 52.97874560995315} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349728650077868, "mass": 15.613980975369861, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3187263644012175, "I_33_without_motor": 0.05991306736905916, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.053291857699648, "trigger": 800, "sampling_rate": 105, "lag": 1.5021724153754255, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9233857954035302, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5649380870065592, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7005.69315857893, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03323034681038715, "grain_number": 5, "grain_density": 1798.3112940550066, "grain_outer_radius": 0.03277652195001655, "grain_initial_inner_radius": 0.014264376292478996, "grain_initial_height": 0.11959386039925395, "grain_separation": 0.005577446577002648, "grains_center_of_mass_position": 0.39597092028916436, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00014071971272281515, "throat_radius": 0.011451020334139847, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534854629294223}], "aerodynamic_surfaces": [{"length": 0.5587427248633663, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346712391664353}, {"n": 4, "root_chord": 0.11973800348968391, "tip_chord": 0.06034955209987189, "span": 0.10958341786244222, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488847013724512}, {"top_radius": 0.06365194180751681, "bottom_radius": 0.04330203495899736, "length": 0.05769252611273692, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6981493622771033, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6199554132439433, "upper_button_position": 0.07819394903316002}], "rail_length": 5, "inclination": 86.38994567722679, "heading": 51.77117974798428} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.0634944499120419, "mass": 15.605867848943646, "I_11_without_motor": 6.321, "I_22_without_motor": 6.30632366277986, "I_33_without_motor": 0.024473562873831144, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.91490047416976, "trigger": 800, "sampling_rate": 105, "lag": 1.6160342866509882, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9826130549397535, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3620242047780848, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5559.440964002034, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03303797616205857, "grain_number": 5, "grain_density": 1790.7467952946593, "grain_outer_radius": 0.03285779620624425, "grain_initial_inner_radius": 0.014960359480113069, "grain_initial_height": 0.118115041395804, "grain_separation": 0.006333602404299539, "grains_center_of_mass_position": 0.39577840074593035, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009126843365834541, "throat_radius": 0.011015549508596057, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253054260267297}], "aerodynamic_surfaces": [{"length": 0.557823265556154, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336226255422739}, {"n": 4, "root_chord": 0.11993195125551133, "tip_chord": 0.06053025961709664, "span": 0.11009087169621504, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491256415064754}, {"top_radius": 0.06257623879339883, "bottom_radius": 0.04317281297876752, "length": 0.0598394126126261, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997999776958252, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174498080073054, "upper_button_position": 0.08235016968851983}], "rail_length": 5, "inclination": 84.96191677582411, "heading": 54.16646767549136} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350526959821587, "mass": 14.712990567213836, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322019887745464, "I_33_without_motor": 0.031128886440845892, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.831964899120264, "trigger": 800, "sampling_rate": 105, "lag": 1.6291850829885701, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0848047481462442, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7126301080522108, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6098.887145803708, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03336431183588365, "grain_number": 5, "grain_density": 1739.7443946172723, "grain_outer_radius": 0.032707044883044586, "grain_initial_inner_radius": 0.015091321992367512, "grain_initial_height": 0.12218532880175402, "grain_separation": 0.005017233767740028, "grains_center_of_mass_position": 0.397346161624103, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009948770483232806, "throat_radius": 0.010211124140872496, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545011359723153}], "aerodynamic_surfaces": [{"length": 0.5589013902256088, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353682461753554}, {"n": 4, "root_chord": 0.11948978517502436, "tip_chord": 0.05939260273460633, "span": 0.11014967428853698, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490735993393827}, {"top_radius": 0.06409628476082398, "bottom_radius": 0.04347465589444851, "length": 0.05989755416034919, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988006760128708, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194651751279688, "upper_button_position": 0.07933550088490193}], "rail_length": 5, "inclination": 85.54724582938279, "heading": 52.21975816547846} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.0634990487537727, "mass": 14.89655268412627, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326758802141773, "I_33_without_motor": 0.01851569919432052, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.962202927184714, "trigger": 800, "sampling_rate": 105, "lag": 1.6575481652675101, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0576441305315998, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1272120104267138, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7333.334403766979, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03284616538061031, "grain_number": 5, "grain_density": 1849.4545651118142, "grain_outer_radius": 0.03261856521439196, "grain_initial_inner_radius": 0.01496182316159952, "grain_initial_height": 0.12032833769011725, "grain_separation": 0.005057496460571036, "grains_center_of_mass_position": 0.3980826067886531, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008999821249757022, "throat_radius": 0.011186503124487894, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537885420726196}], "aerodynamic_surfaces": [{"length": 0.5592141449694273, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132967471244054}, {"n": 4, "root_chord": 0.11954996296725627, "tip_chord": 0.05978384525126408, "span": 0.10990893573210472, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488473477297524}, {"top_radius": 0.06474149059619398, "bottom_radius": 0.042894057100691205, "length": 0.06191795237865326, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001978481330041, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185640958636248, "upper_button_position": 0.0816337522693793}], "rail_length": 5, "inclination": 84.64206906056154, "heading": 52.20491197323649} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350725232781457, "mass": 14.939488953740248, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320149725258749, "I_33_without_motor": 0.031223331377968146, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.057479574174742, "trigger": 800, "sampling_rate": 105, "lag": 1.6644265539514747, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0716032378991929, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5900432929749577, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5636.506078080716, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03312128567465851, "grain_number": 5, "grain_density": 1792.2424268692994, "grain_outer_radius": 0.03291098832044984, "grain_initial_inner_radius": 0.014504049131075019, "grain_initial_height": 0.12000290014440798, "grain_separation": 0.004497279698426684, "grains_center_of_mass_position": 0.3986561077990269, "center_of_dry_mass_position": 0.317, "nozzle_position": 4.9397405204582305e-05, "throat_radius": 0.009901035986198245, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25459857038143}], "aerodynamic_surfaces": [{"length": 0.5567632213660078, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1323482360245556}, {"n": 4, "root_chord": 0.11955746905995458, "tip_chord": 0.060503477051726, "span": 0.10982190063022555, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491925139168334}, {"top_radius": 0.0632825949304448, "bottom_radius": 0.044528471932553985, "length": 0.05862294972113653, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993303667312616, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190252795887656, "upper_button_position": 0.08030508714249596}], "rail_length": 5, "inclination": 84.56587636180727, "heading": 56.14139463116955} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06349867752845498, "mass": 15.35754838925752, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3156486660576014, "I_33_without_motor": 0.02475590743638209, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.106006670870388, "trigger": 800, "sampling_rate": 105, "lag": 1.4677352663608183, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0497652278747223, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2410623337658644, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7258.5645440412, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03272462507823763, "grain_number": 5, "grain_density": 1714.134344544587, "grain_outer_radius": 0.03280194193121746, "grain_initial_inner_radius": 0.015108497297834918, "grain_initial_height": 0.11991820532993953, "grain_separation": 0.004690761692881387, "grains_center_of_mass_position": 0.3964114407104691, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009996400157774063, "throat_radius": 0.011086317697594496, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558851625573666}], "aerodynamic_surfaces": [{"length": 0.5569015542609443, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1326560653543705}, {"n": 4, "root_chord": 0.12056293948259351, "tip_chord": 0.059651651402308194, "span": 0.11014960660869881, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493133212088372}, {"top_radius": 0.06332730664549466, "bottom_radius": 0.04396627384673047, "length": 0.06014301574230722, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992053694044831, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192961939634252, "upper_button_position": 0.07990917544105791}], "rail_length": 5, "inclination": 82.92607294644212, "heading": 54.26087171041651} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349569829849323, "mass": 15.758198382651479, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318974315665568, "I_33_without_motor": 0.04425380577016429, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.99393088741181, "trigger": 800, "sampling_rate": 105, "lag": 1.520784964095433, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9576020158143894, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2418545732677253, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6612.474691223061, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03317820754579019, "grain_number": 5, "grain_density": 1830.655383961327, "grain_outer_radius": 0.033225033546301116, "grain_initial_inner_radius": 0.015348748195305364, "grain_initial_height": 0.11874107302413704, "grain_separation": 0.006270251071872639, "grains_center_of_mass_position": 0.39775920963473393, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004514608739388732, "throat_radius": 0.01054257296423414, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541698571686677}], "aerodynamic_surfaces": [{"length": 0.5587289060426086, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1322779313562263}, {"n": 4, "root_chord": 0.11975231708130077, "tip_chord": 0.05963153914810515, "span": 0.11063457359010836, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485504226991194}, {"top_radius": 0.06367552740614789, "bottom_radius": 0.04314144385396197, "length": 0.059475911090232945, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994264684148035, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616108518924511, "upper_button_position": 0.08331794949029248}], "rail_length": 5, "inclination": 83.57537119289758, "heading": 55.07549830610312} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350613810522239, "mass": 15.794061187624886, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327766580593124, "I_33_without_motor": 0.03601059939842285, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.079455182431346, "trigger": 800, "sampling_rate": 105, "lag": 1.3383644252497087, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0070977549845805, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3749342700231064, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4264.32642386165, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03283338015610269, "grain_number": 5, "grain_density": 1783.2028270425026, "grain_outer_radius": 0.03281037921408968, "grain_initial_inner_radius": 0.014494725851641766, "grain_initial_height": 0.11976935889902075, "grain_separation": 0.004187692814360086, "grains_center_of_mass_position": 0.3978331164163311, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00011099187889660057, "throat_radius": 0.011189235166943798, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551853708760468}], "aerodynamic_surfaces": [{"length": 0.5580322002662552, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328893643046283}, {"n": 4, "root_chord": 0.12096913689273814, "tip_chord": 0.05993503351293708, "span": 0.11041974724503986, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483703515580107}, {"top_radius": 0.06266106965951565, "bottom_radius": 0.04290543627649235, "length": 0.06054309871054475, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003905758657342, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162342000964908, "upper_button_position": 0.0841563757692434}], "rail_length": 5, "inclination": 84.61882348202306, "heading": 50.9572526881351} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349493812298936, "mass": 15.772920117533298, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322645872402233, "I_33_without_motor": 0.03197665787641836, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.030928558979198, "trigger": 800, "sampling_rate": 105, "lag": 1.5210479898710816, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0044619050445933, "trigger": "apogee", "sampling_rate": 105, "lag": 1.370264756713784, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6488.744536151508, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03293922642588828, "grain_number": 5, "grain_density": 1762.6198440462576, "grain_outer_radius": 0.03231446738136892, "grain_initial_inner_radius": 0.015455421110064396, "grain_initial_height": 0.12151553879407814, "grain_separation": 0.005027021889716198, "grains_center_of_mass_position": 0.39594545367757655, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012195811529494692, "throat_radius": 0.010705064309963338, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534046583266183}], "aerodynamic_surfaces": [{"length": 0.5578457487436594, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334174096812868}, {"n": 4, "root_chord": 0.11935764620245287, "tip_chord": 0.059561831290708335, "span": 0.10974956360761488, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504892659253606}, {"top_radius": 0.06268055307063233, "bottom_radius": 0.04237922769418896, "length": 0.05878730761035318, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988275301299782, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618023089452319, "upper_button_position": 0.08080444067765924}], "rail_length": 5, "inclination": 86.14358600169275, "heading": 54.112460080205416} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349369457325753, "mass": 15.122047654364938, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321323957489929, "I_33_without_motor": 0.04838127491581472, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.2253598676411, "trigger": 800, "sampling_rate": 105, "lag": 1.70583400218005, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0550216193565782, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6085267212249101, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7296.174939581548, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0333356641658055, "grain_number": 5, "grain_density": 1781.3427017553963, "grain_outer_radius": 0.03244946738342776, "grain_initial_inner_radius": 0.015140007215430285, "grain_initial_height": 0.11904610988748178, "grain_separation": 0.004696323267738049, "grains_center_of_mass_position": 0.39684215312493126, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007992581182213785, "throat_radius": 0.010874002901093164, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548622770176276}], "aerodynamic_surfaces": [{"length": 0.5586041852719374, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338284484816694}, {"n": 4, "root_chord": 0.11966439364092628, "tip_chord": 0.06023659444381267, "span": 0.1096355131308463, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502839999606344}, {"top_radius": 0.06484912348803658, "bottom_radius": 0.04434105933443978, "length": 0.05768136819183251, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991279322787601, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186058157739246, "upper_button_position": 0.08052211650483554}], "rail_length": 5, "inclination": 85.77877506411765, "heading": 52.822159912153666} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349537180413449, "mass": 16.296257915391635, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327603341928445, "I_33_without_motor": 0.03670475180873335, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.98540580853479, "trigger": 800, "sampling_rate": 105, "lag": 1.5280715240291425, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0961236410663415, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6067761867265733, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7983.347927469535, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03235557931804009, "grain_number": 5, "grain_density": 1802.3297959022693, "grain_outer_radius": 0.033052674608315916, "grain_initial_inner_radius": 0.015105450697405076, "grain_initial_height": 0.12165410783221135, "grain_separation": 0.005062474434105388, "grains_center_of_mass_position": 0.39727850391514896, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005776224492632669, "throat_radius": 0.01132583806454734, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253983563422751}], "aerodynamic_surfaces": [{"length": 0.558022379270747, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134721869898746}, {"n": 4, "root_chord": 0.12026551281932772, "tip_chord": 0.0608684359991163, "span": 0.11005808199391423, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508585844282055}, {"top_radius": 0.06464821589967869, "bottom_radius": 0.044036679334373705, "length": 0.06067224074621555, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008724401008013, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6197518894815298, "upper_button_position": 0.08112055061927148}], "rail_length": 5, "inclination": 85.4170087462196, "heading": 56.51474058636996} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350746379338086, "mass": 15.114534569047212, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3283934368142445, "I_33_without_motor": 0.04905816449629625, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.029973736827769, "trigger": 800, "sampling_rate": 105, "lag": 1.3082887390202893, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9164647364619571, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5635207398292312, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7043.329108122331, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03302821353100313, "grain_number": 5, "grain_density": 1793.4932172395702, "grain_outer_radius": 0.03295371807141645, "grain_initial_inner_radius": 0.01524229346493775, "grain_initial_height": 0.11991773944585606, "grain_separation": 0.00546965763177268, "grains_center_of_mass_position": 0.3975395192309192, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00012825871106224616, "throat_radius": 0.010864235714346058, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561748623972762}], "aerodynamic_surfaces": [{"length": 0.5594913549658586, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1316810321147923}, {"n": 4, "root_chord": 0.12007757779015314, "tip_chord": 0.06012553127878548, "span": 0.11036464190909319, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049262845779745}, {"top_radius": 0.06422828100019698, "bottom_radius": 0.04360364988644532, "length": 0.06059910988230324, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008897849091741, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173815090882816, "upper_button_position": 0.08350827582089249}], "rail_length": 5, "inclination": 83.87048813041065, "heading": 55.98422586887725} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350355196343822, "mass": 15.590380420808888, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326440053149462, "I_33_without_motor": 0.04175605642690863, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.049925189174797, "trigger": 800, "sampling_rate": 105, "lag": 1.3421240042296736, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0587724423063611, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6705500981391266, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7915.126685785472, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0328765128313914, "grain_number": 5, "grain_density": 1764.055046756829, "grain_outer_radius": 0.033581817779374065, "grain_initial_inner_radius": 0.01524790187836667, "grain_initial_height": 0.12035758393659148, "grain_separation": 0.003333400108800488, "grains_center_of_mass_position": 0.39648260857981205, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010101146138458024, "throat_radius": 0.01159228806517179, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564321241021081}], "aerodynamic_surfaces": [{"length": 0.558595086632971, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345153361122644}, {"n": 4, "root_chord": 0.12027176237041744, "tip_chord": 0.05932705982934806, "span": 0.1096069481000712, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0510935458091493}, {"top_radius": 0.06249663651788972, "bottom_radius": 0.04346033032659401, "length": 0.0605687240777708, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6978946657890073, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176588001734968, "upper_button_position": 0.08023586561551044}], "rail_length": 5, "inclination": 85.77962628216476, "heading": 51.91759230623877} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350359231895282, "mass": 15.159347470857128, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324993516249852, "I_33_without_motor": 0.03067756885095569, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.947030143114292, "trigger": 800, "sampling_rate": 105, "lag": 1.4599374041647546, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.997354171605014, "trigger": "apogee", "sampling_rate": 105, "lag": 1.39566427329611, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5166.29783793185, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032534416821794455, "grain_number": 5, "grain_density": 1714.5238812436432, "grain_outer_radius": 0.03333952212070068, "grain_initial_inner_radius": 0.015193031564854102, "grain_initial_height": 0.11815516042851631, "grain_separation": 0.00639868711069479, "grains_center_of_mass_position": 0.3965024748024814, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007568776470233856, "throat_radius": 0.011198060195748785, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256586888873178}], "aerodynamic_surfaces": [{"length": 0.557872291094844, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337603583268823}, {"n": 4, "root_chord": 0.12081615256495135, "tip_chord": 0.059494133470894876, "span": 0.11088399931041262, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0511407743525174}, {"top_radius": 0.06247514226650037, "bottom_radius": 0.04440877683547953, "length": 0.060687349527261056, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996802108324536, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183051387279802, "upper_button_position": 0.08137507210447337}], "rail_length": 5, "inclination": 85.25315085465755, "heading": 50.63527611315602} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06351097365612554, "mass": 15.24438977878773, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3090889978283755, "I_33_without_motor": 0.03128215020916571, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.096541499351588, "trigger": 800, "sampling_rate": 105, "lag": 1.4985864768689734, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.974762519772218, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3914438947643002, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6894.540442334404, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032263903366745596, "grain_number": 5, "grain_density": 1764.525976170744, "grain_outer_radius": 0.03208068489307795, "grain_initial_inner_radius": 0.014452107865379874, "grain_initial_height": 0.11908944726805067, "grain_separation": 0.0044308135566288875, "grains_center_of_mass_position": 0.39791923781200783, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009772422477522236, "throat_radius": 0.011170470660828458, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563382908704879}], "aerodynamic_surfaces": [{"length": 0.5566656085928833, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133720897651997}, {"n": 4, "root_chord": 0.11969382777130375, "tip_chord": 0.05966394328696643, "span": 0.10998769359762645, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489031164416902}, {"top_radius": 0.06357320209850816, "bottom_radius": 0.04410707730902338, "length": 0.05867995274088781, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984546164349699, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187167473876551, "upper_button_position": 0.07973786904731472}], "rail_length": 5, "inclination": 84.8566974348134, "heading": 54.97307016879787} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350439779050827, "mass": 14.90892762172949, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321828907874024, "I_33_without_motor": 0.04685440970379488, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.989571699995846, "trigger": 800, "sampling_rate": 105, "lag": 1.3965610855715473, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0321846811709487, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8168084356486285, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4799.289379668357, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0323420862388308, "grain_number": 5, "grain_density": 1778.346888180091, "grain_outer_radius": 0.033193207106167015, "grain_initial_inner_radius": 0.014714641364232974, "grain_initial_height": 0.1201484508835419, "grain_separation": 0.005909172930668968, "grains_center_of_mass_position": 0.3960137420321199, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00039690113308618125, "throat_radius": 0.011174126174253885, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2533288249870738}], "aerodynamic_surfaces": [{"length": 0.5590538868237791, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13530778349375}, {"n": 4, "root_chord": 0.11980451960987942, "tip_chord": 0.05909009498129304, "span": 0.10992818307144162, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0480125453825542}, {"top_radius": 0.06479518691057144, "bottom_radius": 0.04352693039370533, "length": 0.05959410589341473, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005073339757947, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167733426155341, "upper_button_position": 0.0837339913602606}], "rail_length": 5, "inclination": 84.67854649244758, "heading": 55.679837471224786} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350388915599019, "mass": 15.409073090492107, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315453426530198, "I_33_without_motor": 0.04565849600155737, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.038180896589004, "trigger": 800, "sampling_rate": 105, "lag": 1.4216225237386966, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9639709113008492, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5045238741844462, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7225.718624003246, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032764612307420705, "grain_number": 5, "grain_density": 1835.3959328705118, "grain_outer_radius": 0.03306272146763603, "grain_initial_inner_radius": 0.01587783756848967, "grain_initial_height": 0.12199602966812437, "grain_separation": 0.0035721131462696076, "grains_center_of_mass_position": 0.3980867354452681, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003351097171372835, "throat_radius": 0.01106587546966009, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551791795207632}], "aerodynamic_surfaces": [{"length": 0.5595643490856802, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331289243118463}, {"n": 4, "root_chord": 0.11982746822564912, "tip_chord": 0.060168719185428717, "span": 0.11034393717002856, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.05108623608585}, {"top_radius": 0.0628324966150299, "bottom_radius": 0.042030712957828086, "length": 0.060632348678501924, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992843936328227, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179892903494036, "upper_button_position": 0.08129510328341905}], "rail_length": 5, "inclination": 84.54934102057885, "heading": 50.99603365476059} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349098741925477, "mass": 15.923433824051026, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321422905949514, "I_33_without_motor": 0.026472975358903167, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.994938527085273, "trigger": 800, "sampling_rate": 105, "lag": 1.4894694809593725, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.095207109978298, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6158975321134368, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8748.545417595427, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03252593081577702, "grain_number": 5, "grain_density": 1846.366857917927, "grain_outer_radius": 0.03232813635000285, "grain_initial_inner_radius": 0.014558261886820934, "grain_initial_height": 0.12047038378936889, "grain_separation": 0.0020048288620139365, "grains_center_of_mass_position": 0.39837812769003267, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002224799056731314, "throat_radius": 0.01141275053588373, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551784217012636}], "aerodynamic_surfaces": [{"length": 0.5569802364897714, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1320200677931875}, {"n": 4, "root_chord": 0.12035047441771807, "tip_chord": 0.06070752326587423, "span": 0.11009067753445488, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504472996759668}, {"top_radius": 0.06219670786656144, "bottom_radius": 0.04454440250300238, "length": 0.060271007441908116, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980557991866935, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181968501363523, "upper_button_position": 0.07985894905034119}], "rail_length": 5, "inclination": 84.36213044999059, "heading": 52.86378526281084} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.0635039413363924, "mass": 15.605968276623997, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323289606212584, "I_33_without_motor": 0.034534938850048554, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.0018834558762, "trigger": 800, "sampling_rate": 105, "lag": 1.460846515068328, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9219822012978709, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5102752440542402, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6862.037749932327, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03320925390948225, "grain_number": 5, "grain_density": 1864.8054598289887, "grain_outer_radius": 0.03338072423663541, "grain_initial_inner_radius": 0.014508914286853785, "grain_initial_height": 0.12023492495192517, "grain_separation": 0.004623965952409199, "grains_center_of_mass_position": 0.3966483814709594, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010379902836366774, "throat_radius": 0.011154673909977224, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554207880934294}], "aerodynamic_surfaces": [{"length": 0.5601220119251872, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342111996508277}, {"n": 4, "root_chord": 0.1202221810961738, "tip_chord": 0.059549382095856265, "span": 0.11012684931483412, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496886684631872}, {"top_radius": 0.0650801529767582, "bottom_radius": 0.04280993488736657, "length": 0.05924243691598848, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001487574224299, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189846835798551, "upper_button_position": 0.08116407384257474}], "rail_length": 5, "inclination": 85.06689231296511, "heading": 51.28932299858917} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349694074020806, "mass": 15.222815837520589, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322647522355359, "I_33_without_motor": 0.022641991051087863, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.03605045763828, "trigger": 800, "sampling_rate": 105, "lag": 1.6579505903088332, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0662058974468387, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5215313162609507, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7332.1277599403675, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03367036279739903, "grain_number": 5, "grain_density": 1785.423780541754, "grain_outer_radius": 0.032808055445499563, "grain_initial_inner_radius": 0.015137372765810817, "grain_initial_height": 0.11997906919744862, "grain_separation": 0.006066778425404603, "grains_center_of_mass_position": 0.39609140814678007, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010280046088366444, "throat_radius": 0.011874511109417165, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562026579570016}], "aerodynamic_surfaces": [{"length": 0.5586173205965611, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338833509342743}, {"n": 4, "root_chord": 0.12061422949679405, "tip_chord": 0.06006802517370424, "span": 0.1095079239572169, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506572549836737}, {"top_radius": 0.06480879670216683, "bottom_radius": 0.04425036015245287, "length": 0.060358780417779465, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006434595929173, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181915395384688, "upper_button_position": 0.08245192005444846}], "rail_length": 5, "inclination": 81.07878967379392, "heading": 52.34663051609782} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.0635079891945851, "mass": 14.967014967580312, "I_11_without_motor": 6.321, "I_22_without_motor": 6.340271836833688, "I_33_without_motor": 0.0319800717829455, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.022186308128145, "trigger": 800, "sampling_rate": 105, "lag": 1.3653688755865017, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9017083090381333, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7258387547957457, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6549.612592347214, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03291334242790417, "grain_number": 5, "grain_density": 1786.9432298987733, "grain_outer_radius": 0.03242390908974418, "grain_initial_inner_radius": 0.015478247321808707, "grain_initial_height": 0.11908020434003448, "grain_separation": 0.006503704152683898, "grains_center_of_mass_position": 0.39634626755430213, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008595059422155955, "throat_radius": 0.010732248102085883, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2532958173792532}], "aerodynamic_surfaces": [{"length": 0.5574164376536938, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340875852949595}, {"n": 4, "root_chord": 0.12033643633496617, "tip_chord": 0.06067934097874148, "span": 0.10894404943131054, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482474561247486}, {"top_radius": 0.06385933123688743, "bottom_radius": 0.045518097305797915, "length": 0.06107792041248153, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984943906396373, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185226213368131, "upper_button_position": 0.07997176930282412}], "rail_length": 5, "inclination": 84.29624837009646, "heading": 53.650619938592136} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06351182767425662, "mass": 15.880518644062596, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325389730594363, "I_33_without_motor": 0.016973865337706125, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.042939090805552, "trigger": 800, "sampling_rate": 105, "lag": 1.4450403834941083, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0160554832766542, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2234722815303665, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5907.126774673851, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03237173967388716, "grain_number": 5, "grain_density": 1790.7254272863509, "grain_outer_radius": 0.03313295168109042, "grain_initial_inner_radius": 0.014638678259312123, "grain_initial_height": 0.12277909508060693, "grain_separation": 0.0044125107473116515, "grains_center_of_mass_position": 0.3983582232893208, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005463010326740047, "throat_radius": 0.010911953338543955, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550697371901742}], "aerodynamic_surfaces": [{"length": 0.5581983824686779, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132732935165575}, {"n": 4, "root_chord": 0.1198111855762548, "tip_chord": 0.0603638696565189, "span": 0.11055025106810938, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497789662311887}, {"top_radius": 0.06494927652787476, "bottom_radius": 0.04632475687605274, "length": 0.06012349608283592, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996127160917774, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187876157308586, "upper_button_position": 0.08082510036091883}], "rail_length": 5, "inclination": 83.80708668717612, "heading": 53.53971881699214} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.0634995534165781, "mass": 14.511944042223076, "I_11_without_motor": 6.321, "I_22_without_motor": 6.34121239934557, "I_33_without_motor": 0.018707444731377542, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.967838045546223, "trigger": 800, "sampling_rate": 105, "lag": 1.3427615410389029, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9645185210158131, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4975379735729941, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5435.858290553485, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033053701064777466, "grain_number": 5, "grain_density": 1958.5268398318294, "grain_outer_radius": 0.03313411763877655, "grain_initial_inner_radius": 0.015242864176161873, "grain_initial_height": 0.11944735474501812, "grain_separation": 0.005790331921251267, "grains_center_of_mass_position": 0.3966749495293543, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001202710413077956, "throat_radius": 0.01181303781626449, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563977104854933}], "aerodynamic_surfaces": [{"length": 0.5567638920738541, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342533018058216}, {"n": 4, "root_chord": 0.12051926610369057, "tip_chord": 0.059388876411300695, "span": 0.1096341793493942, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050252953754887}, {"top_radius": 0.06281510160574638, "bottom_radius": 0.04477856334674286, "length": 0.06071036986710905, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000038901454939, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193140600339022, "upper_button_position": 0.0806898301115917}], "rail_length": 5, "inclination": 84.13687610232371, "heading": 51.77264769765526} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349958104062978, "mass": 15.58491727866221, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314144831290733, "I_33_without_motor": 0.03131453923466878, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.021702216537276, "trigger": 800, "sampling_rate": 105, "lag": 1.546174589166191, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9964999288587437, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8688014875015377, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 9216.13739442467, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03349880233024966, "grain_number": 5, "grain_density": 1849.2767088170208, "grain_outer_radius": 0.03275352932246475, "grain_initial_inner_radius": 0.0151713153645485, "grain_initial_height": 0.12023054288859457, "grain_separation": 0.006573533112744839, "grains_center_of_mass_position": 0.39704886075565393, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0019906089003148037, "throat_radius": 0.010727198683941891, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556856751406622}], "aerodynamic_surfaces": [{"length": 0.5602161209864073, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335630557966638}, {"n": 4, "root_chord": 0.12103041578861189, "tip_chord": 0.059840698114172815, "span": 0.11042136273415164, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0513847015800626}, {"top_radius": 0.0642249192210954, "bottom_radius": 0.043416960572539555, "length": 0.05962604169203674, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985520753843664, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192461822722112, "upper_button_position": 0.07930589311215519}], "rail_length": 5, "inclination": 85.78850043261932, "heading": 50.95951186961295} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350511671926556, "mass": 15.327889461003773, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318263685745237, "I_33_without_motor": 0.04125467593659812, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.907551240409372, "trigger": 800, "sampling_rate": 105, "lag": 1.519195425884577, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9809999538604137, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6072590823687531, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4604.773969293665, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03248174929829022, "grain_number": 5, "grain_density": 1775.5396274702864, "grain_outer_radius": 0.032739714444669776, "grain_initial_inner_radius": 0.014718792823656542, "grain_initial_height": 0.1215618691570206, "grain_separation": 0.004878009839497976, "grains_center_of_mass_position": 0.3968933930314809, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013603702054729527, "throat_radius": 0.01020420184853492, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254446446519904}], "aerodynamic_surfaces": [{"length": 0.5596172616857963, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335686630587123}, {"n": 4, "root_chord": 0.12024718888023794, "tip_chord": 0.060257448421134355, "span": 0.10988414460336732, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048479747309302}, {"top_radius": 0.06414804859303637, "bottom_radius": 0.042678638108006525, "length": 0.061228464261358535, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990310875319438, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171291398376569, "upper_button_position": 0.08190194769428683}], "rail_length": 5, "inclination": 83.55287158725218, "heading": 52.36575934139125} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349960595910545, "mass": 15.095539178760747, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325769310235162, "I_33_without_motor": 0.025166499189058306, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.86275533572985, "trigger": 800, "sampling_rate": 105, "lag": 1.3959754170268774, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9835360643296904, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5828662046223916, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8012.168981350403, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032424444155912835, "grain_number": 5, "grain_density": 1783.2002062665126, "grain_outer_radius": 0.033317256302663495, "grain_initial_inner_radius": 0.015060989678240497, "grain_initial_height": 0.11983948769584109, "grain_separation": 0.005648024871106466, "grains_center_of_mass_position": 0.39574661039922504, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009136958344616674, "throat_radius": 0.010640695126097062, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558814405066743}], "aerodynamic_surfaces": [{"length": 0.5593000554841642, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337766434425731}, {"n": 4, "root_chord": 0.12005639688736074, "tip_chord": 0.05955407299532533, "span": 0.10935426846068205, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0475706353581087}, {"top_radius": 0.06439185654536264, "bottom_radius": 0.04406771791502168, "length": 0.05924844307481456, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7020381592959444, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617196666318199, "upper_button_position": 0.08484149297774535}], "rail_length": 5, "inclination": 85.75150112964116, "heading": 51.258747369677046} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350442091973398, "mass": 15.011439658135457, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32486857775531, "I_33_without_motor": 0.014640228375647497, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.937414500557358, "trigger": 800, "sampling_rate": 105, "lag": 1.522728994725847, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0346877042665557, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2804823437505957, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6450.645964521336, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032258133597609776, "grain_number": 5, "grain_density": 1832.7472362143048, "grain_outer_radius": 0.03292079297065122, "grain_initial_inner_radius": 0.014641458587047738, "grain_initial_height": 0.12025517083899764, "grain_separation": 0.004888257290432983, "grains_center_of_mass_position": 0.39636244937406123, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0001903621254937947, "throat_radius": 0.011222718373836496, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556345025624305}], "aerodynamic_surfaces": [{"length": 0.5578806710335018, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352143169458209}, {"n": 4, "root_chord": 0.12015716110524435, "tip_chord": 0.05996974244366036, "span": 0.11048904685778534, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0480946747368869}, {"top_radius": 0.06568042044971747, "bottom_radius": 0.0425331895781022, "length": 0.05864826973902957, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002718180169962, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178572930145892, "upper_button_position": 0.08241452500240698}], "rail_length": 5, "inclination": 85.67197566457787, "heading": 52.14073289525125} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349839672841877, "mass": 14.346789019311439, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320473848813659, "I_33_without_motor": 0.0370889158776168, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.931263629511074, "trigger": 800, "sampling_rate": 105, "lag": 1.707925444616893, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0033090690986743, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5751911211431981, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5402.269550092268, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03332236539839643, "grain_number": 5, "grain_density": 1795.0153292516957, "grain_outer_radius": 0.03324193946660121, "grain_initial_inner_radius": 0.014793702222573228, "grain_initial_height": 0.12213503716526421, "grain_separation": 0.004554261704070612, "grains_center_of_mass_position": 0.3961037859145028, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007667796397352322, "throat_radius": 0.010910541564396059, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549826978889385}], "aerodynamic_surfaces": [{"length": 0.5567663040281444, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334541093708972}, {"n": 4, "root_chord": 0.12034249451230011, "tip_chord": 0.059268607945981926, "span": 0.10937229617782596, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049846342458744}, {"top_radius": 0.062453504109863875, "bottom_radius": 0.044129723983972094, "length": 0.05971194656584704, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012630842432113, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184935163960594, "upper_button_position": 0.08276956784715184}], "rail_length": 5, "inclination": 85.4623091692662, "heading": 55.120360412937956} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.0634980345025726, "mass": 14.64249079579473, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3198916477966565, "I_33_without_motor": 0.054177079092541686, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.080601292527717, "trigger": 800, "sampling_rate": 105, "lag": 1.6171482624694242, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8881411787359254, "trigger": "apogee", "sampling_rate": 105, "lag": 2.056362809695796, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 3936.8864613228166, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03287800811749551, "grain_number": 5, "grain_density": 1700.0267912031347, "grain_outer_radius": 0.03346331646766059, "grain_initial_inner_radius": 0.014871106664699228, "grain_initial_height": 0.1207791119322232, "grain_separation": 0.006076060011800535, "grains_center_of_mass_position": 0.395958012478412, "center_of_dry_mass_position": 0.317, "nozzle_position": -2.7251401035791188e-05, "throat_radius": 0.010420041174758213, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256382156324621}], "aerodynamic_surfaces": [{"length": 0.5592493222912003, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345852227084345}, {"n": 4, "root_chord": 0.12002382039417073, "tip_chord": 0.05998009899484644, "span": 0.11107435838351641, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0479669353716317}, {"top_radius": 0.06243887077604439, "bottom_radius": 0.04400559812716765, "length": 0.060546507721236674, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003889761519068, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6200925617524569, "upper_button_position": 0.0802964143994499}], "rail_length": 5, "inclination": 85.84381540897493, "heading": 55.1548094773549} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349818747289028, "mass": 15.264380997118122, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318058389630719, "I_33_without_motor": 0.03356716411057539, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.983748011717765, "trigger": 800, "sampling_rate": 105, "lag": 1.4465624781498811, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0521807052945225, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3853989103480022, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6798.418851123659, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033821858796795404, "grain_number": 5, "grain_density": 1844.4258253090038, "grain_outer_radius": 0.03331552939198862, "grain_initial_inner_radius": 0.01486714031206066, "grain_initial_height": 0.11948912951395942, "grain_separation": 0.0043106971360248, "grains_center_of_mass_position": 0.3959257050965179, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0016999187730261645, "throat_radius": 0.00988701262895593, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554744015807344}], "aerodynamic_surfaces": [{"length": 0.5562474015197781, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350079710522218}, {"n": 4, "root_chord": 0.11954687824737316, "tip_chord": 0.059700243172336014, "span": 0.1110478819706397, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493438475412271}, {"top_radius": 0.06513754215982306, "bottom_radius": 0.043855360015096205, "length": 0.06241904585152627, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001609591033539, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619160213808063, "upper_button_position": 0.08100074529529089}], "rail_length": 5, "inclination": 84.381583552709, "heading": 50.60102111687249} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349247965809812, "mass": 15.16159722132549, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322807027767621, "I_33_without_motor": 0.03015595121364796, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.754661068029636, "trigger": 800, "sampling_rate": 105, "lag": 1.5364804459132941, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9638793284408247, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5480966927958697, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6815.4522084119735, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032446217777216325, "grain_number": 5, "grain_density": 1818.4877124986895, "grain_outer_radius": 0.032991387414803654, "grain_initial_inner_radius": 0.014806044500167662, "grain_initial_height": 0.11947243949387876, "grain_separation": 0.006054176198017113, "grains_center_of_mass_position": 0.39705183672333244, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003631265037021902, "throat_radius": 0.011517153145637712, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2566647860405225}], "aerodynamic_surfaces": [{"length": 0.557587309578996, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330297083690108}, {"n": 4, "root_chord": 0.11999028705553925, "tip_chord": 0.06080894153037352, "span": 0.10960230612968395, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0480375924513174}, {"top_radius": 0.06503289849584072, "bottom_radius": 0.04316791262361993, "length": 0.06027627273795779, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006381620668629, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186921260749629, "upper_button_position": 0.08194603599189998}], "rail_length": 5, "inclination": 83.59014092880459, "heading": 51.17757104774368} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06348875688533837, "mass": 15.093803326550852, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316558676014011, "I_33_without_motor": 0.023657640646174878, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.719633582112879, "trigger": 800, "sampling_rate": 105, "lag": 1.398808176799329, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0446312509095348, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4867319374591088, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6874.111140925335, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03266862256452106, "grain_number": 5, "grain_density": 1766.0082970274382, "grain_outer_radius": 0.0331955864740328, "grain_initial_inner_radius": 0.015474974659706856, "grain_initial_height": 0.11898564138899465, "grain_separation": 0.005241365624723898, "grains_center_of_mass_position": 0.39721034044905085, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000498259588933106, "throat_radius": 0.010444916579197936, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536494411353387}], "aerodynamic_surfaces": [{"length": 0.5578598994052784, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352802808315479}, {"n": 4, "root_chord": 0.11892922423977169, "tip_chord": 0.05979763028452219, "span": 0.11036096943074451, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506518417772934}, {"top_radius": 0.06367057447830951, "bottom_radius": 0.043708026096521205, "length": 0.05923100379466602, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699459756328173, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183250047620996, "upper_button_position": 0.08113475156607342}], "rail_length": 5, "inclination": 84.46084754440423, "heading": 52.22508074339527} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06351037756227718, "mass": 15.879990447589927, "I_11_without_motor": 6.321, "I_22_without_motor": 6.302749165955125, "I_33_without_motor": 0.028420341996486492, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.025496902251088, "trigger": 800, "sampling_rate": 105, "lag": 1.5146505641538779, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9991370827727486, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2664572457835754, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6631.665732782136, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03404345766985414, "grain_number": 5, "grain_density": 1769.2644258315725, "grain_outer_radius": 0.03273080213083564, "grain_initial_inner_radius": 0.015045990775608056, "grain_initial_height": 0.11848660441246514, "grain_separation": 0.007285014126078873, "grains_center_of_mass_position": 0.39711843886240183, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003583412412158915, "throat_radius": 0.011060311730574477, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551899088985348}], "aerodynamic_surfaces": [{"length": 0.5571053365769476, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339804804191405}, {"n": 4, "root_chord": 0.12001141452354144, "tip_chord": 0.06009435054721287, "span": 0.10977102883060257, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504699826043864}, {"top_radius": 0.06446509033339794, "bottom_radius": 0.04269636126306982, "length": 0.060317272958890215, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700135400462327, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181451771531882, "upper_button_position": 0.08199022330913885}], "rail_length": 5, "inclination": 86.4639882096134, "heading": 50.861221741512075} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.0635036041602002, "mass": 14.520871614471215, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325030180576457, "I_33_without_motor": 0.0302756611437486, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.08913701831621, "trigger": 800, "sampling_rate": 105, "lag": 1.548135390092505, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9260962420789656, "trigger": "apogee", "sampling_rate": 105, "lag": 1.614214771618086, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6452.8264095740815, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03269690678320823, "grain_number": 5, "grain_density": 1797.631386502536, "grain_outer_radius": 0.03281501849039372, "grain_initial_inner_radius": 0.01475870708418932, "grain_initial_height": 0.12082872437704954, "grain_separation": 0.0043703077854219926, "grains_center_of_mass_position": 0.39746060609339595, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002396536415234858, "throat_radius": 0.010456408789498554, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536280441053183}], "aerodynamic_surfaces": [{"length": 0.5589096040757852, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346377823861913}, {"n": 4, "root_chord": 0.11938443000779762, "tip_chord": 0.060623050135167444, "span": 0.11052264877860472, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051719362051286}, {"top_radius": 0.0628147582069037, "bottom_radius": 0.043155558128812395, "length": 0.0583400564696269, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988260612301475, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618388500321593, "upper_button_position": 0.08043756090855447}], "rail_length": 5, "inclination": 83.68750123534295, "heading": 50.47477159612903} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350505070421761, "mass": 14.390008585357062, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310108678879965, "I_33_without_motor": 0.02974510973868394, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.130467953906637, "trigger": 800, "sampling_rate": 105, "lag": 1.4646157075067259, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0489836918659352, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2464795509462412, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5670.42104586616, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03351518800283373, "grain_number": 5, "grain_density": 1769.1940429184247, "grain_outer_radius": 0.03304245646813518, "grain_initial_inner_radius": 0.015174465653499091, "grain_initial_height": 0.12062819298178878, "grain_separation": 0.005898240722880693, "grains_center_of_mass_position": 0.39684743159388386, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.002038654504156089, "throat_radius": 0.010389246949992199, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551150638415403}], "aerodynamic_surfaces": [{"length": 0.5592716731061808, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327125477169768}, {"n": 4, "root_chord": 0.11973376817495192, "tip_chord": 0.06000083101642112, "span": 0.11015538937196268, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491776594008924}, {"top_radius": 0.06457041883247101, "bottom_radius": 0.04205015660357335, "length": 0.05925033872800035, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996126887571285, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169161225233833, "upper_button_position": 0.0826965662337451}], "rail_length": 5, "inclination": 84.48295558655083, "heading": 52.63253171313362} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06348853069015793, "mass": 15.654316972369667, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31606376474243, "I_33_without_motor": 0.028051929713030416, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.12258042335887, "trigger": 800, "sampling_rate": 105, "lag": 1.4032314274899422, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0455322141472143, "trigger": "apogee", "sampling_rate": 105, "lag": 1.276031962441549, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7814.806046691684, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032891023880578345, "grain_number": 5, "grain_density": 1805.7250776143308, "grain_outer_radius": 0.03307318489595058, "grain_initial_inner_radius": 0.014527382538599911, "grain_initial_height": 0.11971104298448218, "grain_separation": 0.0050454066556731994, "grains_center_of_mass_position": 0.3976711175718345, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0020921186424247146, "throat_radius": 0.0113412748244715, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543031280527521}], "aerodynamic_surfaces": [{"length": 0.5585547254408096, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342565894009506}, {"n": 4, "root_chord": 0.12001566745600892, "tip_chord": 0.05932057515280927, "span": 0.10986796624638273, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483327243314213}, {"top_radius": 0.0645400041994013, "bottom_radius": 0.042076249231569184, "length": 0.06141012827403247, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991069089745804, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183761907260921, "upper_button_position": 0.08073071824848832}], "rail_length": 5, "inclination": 85.54848060813767, "heading": 53.21719590233221} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350327139575077, "mass": 15.712671583117574, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316984064512535, "I_33_without_motor": 0.03684357798411517, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.954274015474798, "trigger": 800, "sampling_rate": 105, "lag": 1.469684302956243, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0367416160225496, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1028301436180517, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6870.34040869929, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031687542392632856, "grain_number": 5, "grain_density": 1814.2942139728455, "grain_outer_radius": 0.03299154184798693, "grain_initial_inner_radius": 0.014483618701936724, "grain_initial_height": 0.11927710825622995, "grain_separation": 0.004751703873603374, "grains_center_of_mass_position": 0.3982565897101794, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006879871914497115, "throat_radius": 0.010464061749126969, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552628107955106}], "aerodynamic_surfaces": [{"length": 0.55773929253548, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352671248453725}, {"n": 4, "root_chord": 0.12019732671337598, "tip_chord": 0.06059193783701149, "span": 0.10881862373382734, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0468970335046335}, {"top_radius": 0.06318571000011111, "bottom_radius": 0.04490487819863167, "length": 0.05860982652732362, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700658146474997, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174429888163269, "upper_button_position": 0.08321515765867016}], "rail_length": 5, "inclination": 83.59700141004853, "heading": 52.12033611384404} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06348677672781994, "mass": 14.941492689300464, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333207067218264, "I_33_without_motor": 0.022292384363299916, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.035034740652936, "trigger": 800, "sampling_rate": 105, "lag": 1.245950495680077, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.020524180592457, "trigger": "apogee", "sampling_rate": 105, "lag": 1.225747345692299, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7084.514415372116, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03243984038536706, "grain_number": 5, "grain_density": 1854.6103159870636, "grain_outer_radius": 0.032504427010612395, "grain_initial_inner_radius": 0.01494248338996529, "grain_initial_height": 0.11993055323647016, "grain_separation": 0.003518775272905641, "grains_center_of_mass_position": 0.39854015344822796, "center_of_dry_mass_position": 0.317, "nozzle_position": 2.450543169093655e-06, "throat_radius": 0.01143642960280399, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539756977541519}], "aerodynamic_surfaces": [{"length": 0.5571686371892783, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354184347163803}, {"n": 4, "root_chord": 0.11959246989280689, "tip_chord": 0.06018601132106999, "span": 0.11001835309629786, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495023657479803}, {"top_radius": 0.06430197892944074, "bottom_radius": 0.04463716287167435, "length": 0.05910356968888, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989113760359842, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185048835785196, "upper_button_position": 0.08040649245746456}], "rail_length": 5, "inclination": 85.58926770438066, "heading": 48.207137565448036} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350190346130996, "mass": 15.979092411587283, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3190445222563145, "I_33_without_motor": 0.04738064199340843, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.934249558265442, "trigger": 800, "sampling_rate": 105, "lag": 1.6757866531948618, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9872955865056734, "trigger": "apogee", "sampling_rate": 105, "lag": 1.348511758352863, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6287.42132876085, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03373956868504949, "grain_number": 5, "grain_density": 1846.9374555923214, "grain_outer_radius": 0.032346933195627696, "grain_initial_inner_radius": 0.014854930780224597, "grain_initial_height": 0.12084004396444938, "grain_separation": 0.004480690772225092, "grains_center_of_mass_position": 0.39672093545875736, "center_of_dry_mass_position": 0.317, "nozzle_position": -3.6330500617633535e-05, "throat_radius": 0.010901532087423817, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539987595441788}], "aerodynamic_surfaces": [{"length": 0.5592796426762676, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340559627314795}, {"n": 4, "root_chord": 0.11980291442008296, "tip_chord": 0.05893382471930918, "span": 0.11003191627671677, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049299408903456}, {"top_radius": 0.06596448766902187, "bottom_radius": 0.043994415667721005, "length": 0.06159593964332475, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7017474686026115, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616367802822528, "upper_button_position": 0.08537966578008349}], "rail_length": 5, "inclination": 84.97537668674855, "heading": 54.98218230667199} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.0634987786257421, "mass": 14.245168312217713, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32476043703546, "I_33_without_motor": 0.02233064399876966, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.017967722115529, "trigger": 800, "sampling_rate": 105, "lag": 1.5140196579286622, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9714935795401608, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7397410498013561, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6022.507086837194, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03296999027251574, "grain_number": 5, "grain_density": 1851.7530827921428, "grain_outer_radius": 0.032907812642886614, "grain_initial_inner_radius": 0.015045386363826574, "grain_initial_height": 0.11777224377718938, "grain_separation": 0.0028137988472588626, "grains_center_of_mass_position": 0.39782164953833515, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004491384692814323, "throat_radius": 0.010702847805842042, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552306208004778}], "aerodynamic_surfaces": [{"length": 0.5562686682040637, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344243557892764}, {"n": 4, "root_chord": 0.11981754372212262, "tip_chord": 0.059967014641141715, "span": 0.110507670823549, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503557868100206}, {"top_radius": 0.06286690967205766, "bottom_radius": 0.04396924661069357, "length": 0.06061432053256615, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004467651218391, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188101501137162, "upper_button_position": 0.08163661500812291}], "rail_length": 5, "inclination": 85.43187304974083, "heading": 51.21542673493954} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350047681912349, "mass": 15.895797639439367, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315417834009068, "I_33_without_motor": 0.044205349160182233, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.246752863344618, "trigger": 800, "sampling_rate": 105, "lag": 1.5758868492518256, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.953767418740023, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6591763092830496, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6756.488279342696, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033627790182454514, "grain_number": 5, "grain_density": 1844.8461970255212, "grain_outer_radius": 0.03293577170088361, "grain_initial_inner_radius": 0.014553372245311643, "grain_initial_height": 0.1190637052906642, "grain_separation": 0.005490786243849395, "grains_center_of_mass_position": 0.39835440773291353, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.002255344158568878, "throat_radius": 0.011021208194036613, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550209800491188}], "aerodynamic_surfaces": [{"length": 0.55834745730909, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135017485514379}, {"n": 4, "root_chord": 0.12129776402177211, "tip_chord": 0.05926410128802477, "span": 0.11024120426030952, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493727977857608}, {"top_radius": 0.06401179914472499, "bottom_radius": 0.04385052057941982, "length": 0.061115355930198824, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996592139749879, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172972990112973, "upper_button_position": 0.08236191496369061}], "rail_length": 5, "inclination": 84.0681274468313, "heading": 55.957105410748206} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349575619916824, "mass": 14.760393368006376, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327902189092989, "I_33_without_motor": 0.03131939142009371, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.18119783965322, "trigger": 800, "sampling_rate": 105, "lag": 1.3667787696261633, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0341106151529773, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3589924689906674, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5545.824000155124, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03372176648047374, "grain_number": 5, "grain_density": 1846.2901698465932, "grain_outer_radius": 0.03291341585858048, "grain_initial_inner_radius": 0.014633822555271982, "grain_initial_height": 0.12035405629090522, "grain_separation": 0.005587839241086975, "grains_center_of_mass_position": 0.39612483838056556, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010979019473541323, "throat_radius": 0.010968145990561203, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550738751558856}], "aerodynamic_surfaces": [{"length": 0.5592955358154333, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1326570072114448}, {"n": 4, "root_chord": 0.12066425379996154, "tip_chord": 0.060716243721038836, "span": 0.10941112195364681, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494967979239067}, {"top_radius": 0.06256623986209238, "bottom_radius": 0.04446111133764781, "length": 0.05981615325774811, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996512395192289, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186682500462615, "upper_button_position": 0.08098298947296745}], "rail_length": 5, "inclination": 83.89959429633397, "heading": 53.70752903068833} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350213210749457, "mass": 15.64424348254626, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314008863383509, "I_33_without_motor": 0.014215538283491567, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.371551350006698, "trigger": 800, "sampling_rate": 105, "lag": 1.535656635554019, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8848453288448715, "trigger": "apogee", "sampling_rate": 105, "lag": 1.111826998992077, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4886.913552128844, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03298309147772532, "grain_number": 5, "grain_density": 1859.0961774998314, "grain_outer_radius": 0.033178449898033244, "grain_initial_inner_radius": 0.01513303111745787, "grain_initial_height": 0.12007291624463802, "grain_separation": 0.005747112089645735, "grains_center_of_mass_position": 0.39586557926911653, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001584500221650161, "throat_radius": 0.011687069134685393, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255772832433758}], "aerodynamic_surfaces": [{"length": 0.5568442890740215, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133621322031529}, {"n": 4, "root_chord": 0.11864094241869647, "tip_chord": 0.06010536257149964, "span": 0.10933552738222983, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0513062226315377}, {"top_radius": 0.06258121897012357, "bottom_radius": 0.044810165095249016, "length": 0.05959625243588749, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700399556065319, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6205991135742024, "upper_button_position": 0.07980044249111662}], "rail_length": 5, "inclination": 83.97505830235298, "heading": 50.23264558418584} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349955096700577, "mass": 15.209929723432445, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319205343893924, "I_33_without_motor": 0.03737816883716898, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.000717242880116, "trigger": 800, "sampling_rate": 105, "lag": 1.4865549921713397, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0363373903152049, "trigger": "apogee", "sampling_rate": 105, "lag": 1.370264651676524, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5916.056190405487, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0327360432689429, "grain_number": 5, "grain_density": 1871.8697085732974, "grain_outer_radius": 0.032954841590603315, "grain_initial_inner_radius": 0.015132331994480297, "grain_initial_height": 0.1198793583580123, "grain_separation": 0.00657130538520147, "grains_center_of_mass_position": 0.3974860836059084, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005435032371877496, "throat_radius": 0.010678925015633993, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2568541925474368}], "aerodynamic_surfaces": [{"length": 0.55876426980458, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335967854910207}, {"n": 4, "root_chord": 0.12033549945311571, "tip_chord": 0.06029984364969061, "span": 0.10981789111905887, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501126427992962}, {"top_radius": 0.06102901595471629, "bottom_radius": 0.04372371132091823, "length": 0.05921218835798236, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989429443330746, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162948154586114, "upper_button_position": 0.08264812887446316}], "rail_length": 5, "inclination": 84.36243723924309, "heading": 52.00907527379098} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350009485797475, "mass": 15.850107093493936, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316608276406585, "I_33_without_motor": 0.04126710903592087, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.09549436523288, "trigger": 800, "sampling_rate": 105, "lag": 1.577917402791525, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1027536743548612, "trigger": "apogee", "sampling_rate": 105, "lag": 1.439977854773412, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7361.683852432733, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03253381100455657, "grain_number": 5, "grain_density": 1727.3042131047732, "grain_outer_radius": 0.03332946216950053, "grain_initial_inner_radius": 0.01550027868399466, "grain_initial_height": 0.11996277117315239, "grain_separation": 0.004982334712757099, "grains_center_of_mass_position": 0.3969813253062158, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008784953082196853, "throat_radius": 0.011655296473874536, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548220116668274}], "aerodynamic_surfaces": [{"length": 0.5596021315876757, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343628635565117}, {"n": 4, "root_chord": 0.11978807298142602, "tip_chord": 0.059911463001032166, "span": 0.11042019362097841, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506556093921027}, {"top_radius": 0.06324410534163416, "bottom_radius": 0.04260901215079241, "length": 0.061027559592961335, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992656277420047, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185265059363474, "upper_button_position": 0.08073912180565734}], "rail_length": 5, "inclination": 85.34070611111265, "heading": 49.43230112378043} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06348799479973169, "mass": 16.315802785504992, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326880644146751, "I_33_without_motor": 0.046575735188519, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.014731125303657, "trigger": 800, "sampling_rate": 105, "lag": 1.6103256541282243, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0480806398684088, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5878160992881716, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6669.805370883972, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03215167652748011, "grain_number": 5, "grain_density": 1774.3793758571846, "grain_outer_radius": 0.031900359299561316, "grain_initial_inner_radius": 0.01478813458772989, "grain_initial_height": 0.12130959161774162, "grain_separation": 0.006656859939530914, "grains_center_of_mass_position": 0.3973097062015951, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004130274756979477, "throat_radius": 0.010306703855363352, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546613506342303}], "aerodynamic_surfaces": [{"length": 0.558100097649591, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333776386006507}, {"n": 4, "root_chord": 0.11995816635213279, "tip_chord": 0.05973437560274717, "span": 0.11018487507570365, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500037005648697}, {"top_radius": 0.06310852789469122, "bottom_radius": 0.04396065986495479, "length": 0.058597803167240434, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006937908969068, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171549900919018, "upper_button_position": 0.08353880080500498}], "rail_length": 5, "inclination": 84.98051140885363, "heading": 55.06299848151568} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349537813674189, "mass": 16.70258910502499, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323091676402876, "I_33_without_motor": 0.030965484792001514, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.99829691186254, "trigger": 800, "sampling_rate": 105, "lag": 1.4706620659260639, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0134748115284564, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2266258988342402, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8767.251133908803, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03391283539558495, "grain_number": 5, "grain_density": 1739.4922116228593, "grain_outer_radius": 0.03284936651114695, "grain_initial_inner_radius": 0.014795944347364696, "grain_initial_height": 0.11993179741458665, "grain_separation": 0.005469313292218628, "grains_center_of_mass_position": 0.3988671469258681, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00022432376416883288, "throat_radius": 0.012485653593863947, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2567373386172387}], "aerodynamic_surfaces": [{"length": 0.5584438849660437, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339556011083294}, {"n": 4, "root_chord": 0.12028452274197558, "tip_chord": 0.06026639831480447, "span": 0.11011431796738759, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499583471064882}, {"top_radius": 0.06409805803029138, "bottom_radius": 0.04294868384685484, "length": 0.060470138431133816, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008340154521625, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188703139950508, "upper_button_position": 0.08196370145711174}], "rail_length": 5, "inclination": 85.10654876915044, "heading": 58.67827603240244} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349456503087243, "mass": 14.611752111186483, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319068806222473, "I_33_without_motor": 0.026122166147376353, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.05854391365281, "trigger": 800, "sampling_rate": 105, "lag": 1.450847239363645, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.012676974830271, "trigger": "apogee", "sampling_rate": 105, "lag": 1.321583357054113, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7115.864151156311, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033104081553351254, "grain_number": 5, "grain_density": 1829.5453751981372, "grain_outer_radius": 0.033506971558590906, "grain_initial_inner_radius": 0.014892035068467997, "grain_initial_height": 0.1210675012073006, "grain_separation": 0.004852376779350463, "grains_center_of_mass_position": 0.39578296532443646, "center_of_dry_mass_position": 0.317, "nozzle_position": -9.01139544532862e-05, "throat_radius": 0.011700163744506583, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2578328854886165}], "aerodynamic_surfaces": [{"length": 0.5575989926909062, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343839685759551}, {"n": 4, "root_chord": 0.12085007437449431, "tip_chord": 0.05978770278072479, "span": 0.10963887885823105, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04960470269978}, {"top_radius": 0.06297959058432998, "bottom_radius": 0.042940205353525294, "length": 0.05852665901006408, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699184129350057, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188381197447275, "upper_button_position": 0.08034600960532956}], "rail_length": 5, "inclination": 85.00136343628714, "heading": 56.15090398576835} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349280189565144, "mass": 15.644660910243815, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329408990931448, "I_33_without_motor": 0.009426917503349376, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.002542095373707, "trigger": 800, "sampling_rate": 105, "lag": 1.5128763131900953, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9993499149183096, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1633796066466289, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7179.183987292608, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03338235548721317, "grain_number": 5, "grain_density": 1866.4651135570132, "grain_outer_radius": 0.03308481055943448, "grain_initial_inner_radius": 0.014938092843704993, "grain_initial_height": 0.119559357439497, "grain_separation": 0.007397463796770896, "grains_center_of_mass_position": 0.3984048975992625, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006192364010520274, "throat_radius": 0.010419424082784947, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561462827765415}], "aerodynamic_surfaces": [{"length": 0.5578030144260382, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132224823934839}, {"n": 4, "root_chord": 0.11988690502596139, "tip_chord": 0.05984128269030789, "span": 0.1100240506140146, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499758708210098}, {"top_radius": 0.06269986725442835, "bottom_radius": 0.04484584850218469, "length": 0.0629281142354738, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699434003613994, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174661740896733, "upper_button_position": 0.08196782952432069}], "rail_length": 5, "inclination": 84.01365945363887, "heading": 51.24923557847248} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349791323105099, "mass": 15.466160285664882, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332581592754479, "I_33_without_motor": 0.02793199381583454, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.974040728150857, "trigger": 800, "sampling_rate": 105, "lag": 1.417127752316703, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8741994636472936, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7222282718485298, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6509.756905527861, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03333588713031641, "grain_number": 5, "grain_density": 1777.2277104566251, "grain_outer_radius": 0.03251730354511032, "grain_initial_inner_radius": 0.015268840522004732, "grain_initial_height": 0.11945087284615426, "grain_separation": 0.004809540244953234, "grains_center_of_mass_position": 0.39771538782893023, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00024257361368784771, "throat_radius": 0.011436166249575299, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561912935631694}], "aerodynamic_surfaces": [{"length": 0.5586128097441253, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354062052962923}, {"n": 4, "root_chord": 0.12003723896345002, "tip_chord": 0.06035079108052036, "span": 0.11002985876598906, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048330071702362}, {"top_radius": 0.062805391168706, "bottom_radius": 0.04310264489150541, "length": 0.059366729149509544, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013228711488688, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168062275394078, "upper_button_position": 0.08451664360946098}], "rail_length": 5, "inclination": 84.40760059698678, "heading": 53.26740222547672} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350494804803795, "mass": 14.600541936459873, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3227097195591035, "I_33_without_motor": 0.03765592495974078, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.885963394505445, "trigger": 800, "sampling_rate": 105, "lag": 1.5040029807373387, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9412322258848246, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5193492295472066, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7167.834659903018, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03268903744182706, "grain_number": 5, "grain_density": 1857.3468230816522, "grain_outer_radius": 0.03251016131834092, "grain_initial_inner_radius": 0.014398489887133076, "grain_initial_height": 0.11853018646767627, "grain_separation": 0.0053889607346321354, "grains_center_of_mass_position": 0.3957026080547256, "center_of_dry_mass_position": 0.317, "nozzle_position": -5.4916185904429364e-05, "throat_radius": 0.01105458098342901, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25349060214213}], "aerodynamic_surfaces": [{"length": 0.556875703816737, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134610798206895}, {"n": 4, "root_chord": 0.11978741301475325, "tip_chord": 0.06049306987321661, "span": 0.10998593566756044, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0480784230635645}, {"top_radius": 0.06134452965904599, "bottom_radius": 0.044974748637867, "length": 0.058582405017859246, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999581326842046, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163864537949367, "upper_button_position": 0.08357167888926786}], "rail_length": 5, "inclination": 84.90493612059225, "heading": 52.489791705273284} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349346116586337, "mass": 16.228829427331206, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313609684176855, "I_33_without_motor": 0.03671323280394261, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.151088905402684, "trigger": 800, "sampling_rate": 105, "lag": 1.6589129837361571, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9964142457548844, "trigger": "apogee", "sampling_rate": 105, "lag": 1.454182506498616, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5417.262581246404, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03185361535471942, "grain_number": 5, "grain_density": 1803.8969053972826, "grain_outer_radius": 0.03303247066886926, "grain_initial_inner_radius": 0.01495037793600442, "grain_initial_height": 0.11919325256472535, "grain_separation": 0.004201166276248642, "grains_center_of_mass_position": 0.39497600143065814, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003143767419437842, "throat_radius": 0.010543658894810142, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545823083435752}], "aerodynamic_surfaces": [{"length": 0.5568938052531659, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344650606250297}, {"n": 4, "root_chord": 0.1193721839705302, "tip_chord": 0.05974837500215483, "span": 0.10927265857172037, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501545190767954}, {"top_radius": 0.06196918672631744, "bottom_radius": 0.043100323634855914, "length": 0.05941505350714629, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.69829541547767, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195645026433009, "upper_button_position": 0.07873091283436917}], "rail_length": 5, "inclination": 87.01288026905712, "heading": 48.920228067579764} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350542325265306, "mass": 16.152806950876382, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327667555422902, "I_33_without_motor": 0.03335315032768452, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.9291528173556, "trigger": 800, "sampling_rate": 105, "lag": 1.480662305804217, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9434540150665128, "trigger": "apogee", "sampling_rate": 105, "lag": 1.884430934014741, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6074.548744039319, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031959258913591124, "grain_number": 5, "grain_density": 1816.7631813091414, "grain_outer_radius": 0.03265982062635382, "grain_initial_inner_radius": 0.014815673664034171, "grain_initial_height": 0.11949205592360498, "grain_separation": 0.005632353775843145, "grains_center_of_mass_position": 0.3984806807649971, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001242298318226506, "throat_radius": 0.010506961067699733, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561675841368964}], "aerodynamic_surfaces": [{"length": 0.5583439491672797, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1321324677473992}, {"n": 4, "root_chord": 0.12070853238901934, "tip_chord": 0.05913220928043849, "span": 0.11131323454937356, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492589156056868}, {"top_radius": 0.06363262662321433, "bottom_radius": 0.042614516509463934, "length": 0.062006629502998394, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996452957438661, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181716273185462, "upper_button_position": 0.08147366842531989}], "rail_length": 5, "inclination": 84.83506131839844, "heading": 52.82733698751129} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349240400841696, "mass": 15.288710816028846, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322205719762063, "I_33_without_motor": 0.021820126298975614, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.906255425144822, "trigger": 800, "sampling_rate": 105, "lag": 1.5638597169656934, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0897242481645828, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7146495526224421, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5974.891595206895, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03253883481810994, "grain_number": 5, "grain_density": 1721.4341232280628, "grain_outer_radius": 0.03348430025012414, "grain_initial_inner_radius": 0.015066872749128171, "grain_initial_height": 0.11934542519534051, "grain_separation": 0.005008073060224359, "grains_center_of_mass_position": 0.3967678791727252, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008891893190701136, "throat_radius": 0.011349953892058635, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541379284294287}], "aerodynamic_surfaces": [{"length": 0.558280102172047, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133314169906438}, {"n": 4, "root_chord": 0.12016851464449563, "tip_chord": 0.060716843147703745, "span": 0.11003776510326309, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0515171916942996}, {"top_radius": 0.06487885325060556, "bottom_radius": 0.045545717153465635, "length": 0.06028270812189076, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003035723077636, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185128871142952, "upper_button_position": 0.08179068519346844}], "rail_length": 5, "inclination": 84.6022576985177, "heading": 52.79607374508403} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349752247864619, "mass": 15.673722729846926, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31499644088636, "I_33_without_motor": 0.02278228603608496, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.197347657319131, "trigger": 800, "sampling_rate": 105, "lag": 1.4992930852001136, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0420923815670688, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9488829839202961, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5471.3926999118585, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033697064403002, "grain_number": 5, "grain_density": 1818.7400993562653, "grain_outer_radius": 0.03279702008196748, "grain_initial_inner_radius": 0.01505177747637244, "grain_initial_height": 0.1198420462223042, "grain_separation": 0.00590622950034243, "grains_center_of_mass_position": 0.3976218350463644, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004442870378910241, "throat_radius": 0.010521032144185729, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25559530010775}], "aerodynamic_surfaces": [{"length": 0.5569205489655288, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352962733858147}, {"n": 4, "root_chord": 0.12029522702776704, "tip_chord": 0.05976156450560994, "span": 0.11005503146318488, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494055998666905}, {"top_radius": 0.0633513329167791, "bottom_radius": 0.04439268288400897, "length": 0.06027644562132858, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7021443530433249, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176587237585058, "upper_button_position": 0.08448562928481906}], "rail_length": 5, "inclination": 85.24015227689166, "heading": 50.27634759366372} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06348626342482314, "mass": 15.998633538065297, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325614409528469, "I_33_without_motor": 0.018372191885194407, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.914136665960182, "trigger": 800, "sampling_rate": 105, "lag": 1.5241659489737538, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.056463128725312, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4954512804100837, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6243.382347121046, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03399881240019375, "grain_number": 5, "grain_density": 1913.419017489945, "grain_outer_radius": 0.03278450870357406, "grain_initial_inner_radius": 0.015132188942076172, "grain_initial_height": 0.11966927236295517, "grain_separation": 0.004321579299790003, "grains_center_of_mass_position": 0.39563205826783726, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008220097413620547, "throat_radius": 0.01054615297556835, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547004687813244}], "aerodynamic_surfaces": [{"length": 0.5573978426265888, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354820192799704}, {"n": 4, "root_chord": 0.11990247769884545, "tip_chord": 0.05990396186689053, "span": 0.11002158067068066, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493757131186143}, {"top_radius": 0.06293268073873205, "bottom_radius": 0.0458924466817746, "length": 0.05980132450707201, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700265444891213, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.61763840348875, "upper_button_position": 0.08262704140246302}], "rail_length": 5, "inclination": 85.73027474699823, "heading": 51.77151217254911} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.063494338162952, "mass": 15.150864849620495, "I_11_without_motor": 6.321, "I_22_without_motor": 6.304083292943152, "I_33_without_motor": 0.02939764421180246, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.062524673605845, "trigger": 800, "sampling_rate": 105, "lag": 1.5364353024170132, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9971728102415213, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3010007018427108, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6569.999288779918, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033226246998279384, "grain_number": 5, "grain_density": 1803.6851727208696, "grain_outer_radius": 0.03273604391781612, "grain_initial_inner_radius": 0.014981302208134838, "grain_initial_height": 0.12035688463093884, "grain_separation": 0.0060542418926332765, "grains_center_of_mass_position": 0.39614048480589775, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014978260065287808, "throat_radius": 0.01073589174850875, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25311887789368}], "aerodynamic_surfaces": [{"length": 0.5587236744166625, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13449384424461}, {"n": 4, "root_chord": 0.11980195033551583, "tip_chord": 0.06075294962212184, "span": 0.10907855302864597, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504091643439877}, {"top_radius": 0.06429694153162, "bottom_radius": 0.04370645392241163, "length": 0.06141692031110854, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995638248439869, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165848175211093, "upper_button_position": 0.08297900732287766}], "rail_length": 5, "inclination": 83.9862810721702, "heading": 51.02681584803863} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350513873231771, "mass": 15.275317885591576, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3182723930956985, "I_33_without_motor": 0.03954940643070957, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.749427170461848, "trigger": 800, "sampling_rate": 105, "lag": 1.536396353827676, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9607902293357584, "trigger": "apogee", "sampling_rate": 105, "lag": 1.514795298384961, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6098.5201166341085, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032864037270764514, "grain_number": 5, "grain_density": 1865.843477226474, "grain_outer_radius": 0.033022338707462705, "grain_initial_inner_radius": 0.015358564704091818, "grain_initial_height": 0.11877080422841083, "grain_separation": 0.006294134854792165, "grains_center_of_mass_position": 0.3946163505200236, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004131981289689457, "throat_radius": 0.010971971557948042, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255991727457104}], "aerodynamic_surfaces": [{"length": 0.5603022118986936, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335690719299558}, {"n": 4, "root_chord": 0.11910480656157861, "tip_chord": 0.05928363894584213, "span": 0.11005704064251579, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049664794876681}, {"top_radius": 0.06201242407802328, "bottom_radius": 0.04312208499321393, "length": 0.05858500055340644, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998156052349617, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178897380520806, "upper_button_position": 0.08192586718288108}], "rail_length": 5, "inclination": 84.58417261817813, "heading": 51.49437878168137} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349282892205774, "mass": 15.497503155652069, "I_11_without_motor": 6.321, "I_22_without_motor": 6.302027682846835, "I_33_without_motor": 0.018040270417405437, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.01657908753507, "trigger": 800, "sampling_rate": 105, "lag": 1.3873547680672949, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9828380571600037, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2343421111774235, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6769.602608312093, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0328871492493069, "grain_number": 5, "grain_density": 1840.314408143027, "grain_outer_radius": 0.03315514868060107, "grain_initial_inner_radius": 0.014716916837859592, "grain_initial_height": 0.12005562220259286, "grain_separation": 0.004327226321760236, "grains_center_of_mass_position": 0.3972351150398858, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000490105124427953, "throat_radius": 0.010538120297100998, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.252504518301356}], "aerodynamic_surfaces": [{"length": 0.5588177672387282, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354116501926093}, {"n": 4, "root_chord": 0.11964322757654228, "tip_chord": 0.059037985620690354, "span": 0.11019388583033178, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048809236012228}, {"top_radius": 0.06311918769227522, "bottom_radius": 0.04328793142341816, "length": 0.05819843197596727, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009065855342895, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6159799398887463, "upper_button_position": 0.0849266456455432}], "rail_length": 5, "inclination": 84.88306870184663, "heading": 53.307021320323315} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06351724340024412, "mass": 15.345376451164924, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331634486607776, "I_33_without_motor": 0.029444411972248445, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.992258050362882, "trigger": 800, "sampling_rate": 105, "lag": 1.3963027823878174, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0766602092321431, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2884997651622792, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8537.320441422016, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03318053198469495, "grain_number": 5, "grain_density": 1836.0767494349423, "grain_outer_radius": 0.03272761091304036, "grain_initial_inner_radius": 0.015093077980974602, "grain_initial_height": 0.11775099231951133, "grain_separation": 0.00638811226937365, "grains_center_of_mass_position": 0.39674782622396954, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.002353113699586102, "throat_radius": 0.011571096953113988, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2589813004223263}], "aerodynamic_surfaces": [{"length": 0.558692556940935, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333365410409557}, {"n": 4, "root_chord": 0.12011977959521423, "tip_chord": 0.05992260082419695, "span": 0.11085441331814985, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050329702271112}, {"top_radius": 0.06482016186146008, "bottom_radius": 0.043440246304694806, "length": 0.05985530480299908, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983614737764003, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185287943869399, "upper_button_position": 0.07983267938946048}], "rail_length": 5, "inclination": 84.20669654886237, "heading": 55.331393151906305} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350431387414104, "mass": 15.046303099889847, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32934122293869, "I_33_without_motor": 0.04650382422167615, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.928749769556312, "trigger": 800, "sampling_rate": 105, "lag": 1.6843898459155067, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0465661451676982, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7535828842946688, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6804.16969247879, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03272635869153924, "grain_number": 5, "grain_density": 1718.6027807583798, "grain_outer_radius": 0.033053117190673255, "grain_initial_inner_radius": 0.015130249730273689, "grain_initial_height": 0.12277903270959255, "grain_separation": 0.00621013397871489, "grains_center_of_mass_position": 0.39511459579552155, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0001285932458671298, "throat_radius": 0.009585616464906747, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552611957173865}], "aerodynamic_surfaces": [{"length": 0.5594106858647144, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335413239896264}, {"n": 4, "root_chord": 0.12032644898766477, "tip_chord": 0.05920953023563276, "span": 0.11048550523309703, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0511603417263877}, {"top_radius": 0.06410032660773812, "bottom_radius": 0.04473058007682237, "length": 0.059482422030945045, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003063789389358, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6198449180889618, "upper_button_position": 0.08046146084997396}], "rail_length": 5, "inclination": 84.31238482394502, "heading": 52.39760263324041} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.0635073347861204, "mass": 15.55649115385729, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3302753169413934, "I_33_without_motor": 0.05120617664886974, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.138970359836907, "trigger": 800, "sampling_rate": 105, "lag": 1.4378320189386706, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9518329898503501, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5492050477430632, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7599.180915906384, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03357760735001602, "grain_number": 5, "grain_density": 1892.191940191545, "grain_outer_radius": 0.03323426741324966, "grain_initial_inner_radius": 0.014728392903272483, "grain_initial_height": 0.12007971013633671, "grain_separation": 0.005916612000474118, "grains_center_of_mass_position": 0.3971887842390772, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005909541767582425, "throat_radius": 0.011339764058266874, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554021406754337}], "aerodynamic_surfaces": [{"length": 0.5597132884318033, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334707037666194}, {"n": 4, "root_chord": 0.11925883238501425, "tip_chord": 0.060448904351853856, "span": 0.1103918786930272, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486871725039002}, {"top_radius": 0.06378832995995105, "bottom_radius": 0.044137496145026815, "length": 0.06043950425063023, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009750463860805, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187590686518668, "upper_button_position": 0.08221597773421374}], "rail_length": 5, "inclination": 84.21847521728499, "heading": 52.33933927934417} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.0635013863768275, "mass": 15.256620679560942, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331805348512464, "I_33_without_motor": 0.038909127361807884, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.958327181833207, "trigger": 800, "sampling_rate": 105, "lag": 1.580120776466229, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0364875527808155, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5525876367400422, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4812.497555142975, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03242670743668862, "grain_number": 5, "grain_density": 1851.2519571999524, "grain_outer_radius": 0.03259936371018994, "grain_initial_inner_radius": 0.015188017379332005, "grain_initial_height": 0.11808085559423144, "grain_separation": 0.005392694235621052, "grains_center_of_mass_position": 0.39725258104093875, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0017718626134201462, "throat_radius": 0.011234090440800126, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534683446296861}], "aerodynamic_surfaces": [{"length": 0.5575277908080074, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345947891130985}, {"n": 4, "root_chord": 0.12002624235917222, "tip_chord": 0.058990928021094236, "span": 0.10984196623394021, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499825251719617}, {"top_radius": 0.0638967515062449, "bottom_radius": 0.04410755792021643, "length": 0.06143524374213062, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994322775931974, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177063894853666, "upper_button_position": 0.08172588810783077}], "rail_length": 5, "inclination": 86.23217789654544, "heading": 52.72802222271565} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350943213950329, "mass": 15.20443189756669, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3217411420977045, "I_33_without_motor": 0.026455726296275107, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.994799069318251, "trigger": 800, "sampling_rate": 105, "lag": 1.3858576536241336, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9484196474601243, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4456150587567473, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7635.137278514816, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03273618202954, "grain_number": 5, "grain_density": 1789.3771195724191, "grain_outer_radius": 0.0329819186054458, "grain_initial_inner_radius": 0.015030380644170156, "grain_initial_height": 0.11961932859645043, "grain_separation": 0.005261363751587247, "grains_center_of_mass_position": 0.3953631328915477, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006434173399190091, "throat_radius": 0.011124881212136933, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25479109531596}], "aerodynamic_surfaces": [{"length": 0.5580499257770594, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346179967609291}, {"n": 4, "root_chord": 0.12136812358448522, "tip_chord": 0.05945156353518957, "span": 0.11022644037883719, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499819226347926}, {"top_radius": 0.06499099634457772, "bottom_radius": 0.04196904555039111, "length": 0.060126494086891025, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996653765985024, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6160842331182834, "upper_button_position": 0.08358114348021894}], "rail_length": 5, "inclination": 86.00816974255862, "heading": 53.64307958352516} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.0634976716402127, "mass": 14.877222335664179, "I_11_without_motor": 6.321, "I_22_without_motor": 6.337817683639922, "I_33_without_motor": 0.03776230508679862, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.045435534850354, "trigger": 800, "sampling_rate": 105, "lag": 1.4745399364062792, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9576134459471183, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5733648346028362, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6929.496778957361, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03368852346764242, "grain_number": 5, "grain_density": 1841.5444473634896, "grain_outer_radius": 0.03307295743373088, "grain_initial_inner_radius": 0.014267276483522476, "grain_initial_height": 0.11826046412233931, "grain_separation": 0.005318413883731432, "grains_center_of_mass_position": 0.39754466098272606, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000577196633534314, "throat_radius": 0.010585712673024219, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553633371046826}], "aerodynamic_surfaces": [{"length": 0.5586326792043522, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334339781200435}, {"n": 4, "root_chord": 0.12074961257349646, "tip_chord": 0.05985085178857214, "span": 0.11020044715033962, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0515488344110904}, {"top_radius": 0.06300504063293086, "bottom_radius": 0.04216252563288859, "length": 0.05929087413627831, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987346115630436, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184135216037734, "upper_button_position": 0.08032108995927023}], "rail_length": 5, "inclination": 86.04852150827024, "heading": 51.12254322147387} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.0634844878420688, "mass": 15.251891729577832, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316681279281911, "I_33_without_motor": 0.029869304012403876, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.904464241045977, "trigger": 800, "sampling_rate": 105, "lag": 1.4860684561270345, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9280057747890862, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7798240588280534, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6726.2281128307295, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03296847636664239, "grain_number": 5, "grain_density": 1869.1801374199224, "grain_outer_radius": 0.03331357188362484, "grain_initial_inner_radius": 0.015276116426398752, "grain_initial_height": 0.12052044134215806, "grain_separation": 0.0038048361856674855, "grains_center_of_mass_position": 0.3970110029328682, "center_of_dry_mass_position": 0.317, "nozzle_position": -1.2832087756123847e-05, "throat_radius": 0.010655470325111514, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549267510944604}], "aerodynamic_surfaces": [{"length": 0.5583052853621935, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346144358615287}, {"n": 4, "root_chord": 0.11949345522110127, "tip_chord": 0.05887881123387309, "span": 0.10980726003896148, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.05088879580704}, {"top_radius": 0.06415116178051176, "bottom_radius": 0.04282208220222257, "length": 0.06148125569318344, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700737225344932, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167938131818802, "upper_button_position": 0.08394341216305179}], "rail_length": 5, "inclination": 83.02650213286196, "heading": 51.80202090187499} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349923221722806, "mass": 15.40847195436872, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327689314839718, "I_33_without_motor": 0.016061952532645755, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.158168269304216, "trigger": 800, "sampling_rate": 105, "lag": 1.5152851167899513, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.039328489819999, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5072333433811984, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6405.5429820901045, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033232790076479765, "grain_number": 5, "grain_density": 1853.2923389440612, "grain_outer_radius": 0.032762815966982786, "grain_initial_inner_radius": 0.015012435960816172, "grain_initial_height": 0.1213178208194223, "grain_separation": 0.005682269062586659, "grains_center_of_mass_position": 0.398180655306165, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0001950654261948541, "throat_radius": 0.010784070383083783, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554648630554415}], "aerodynamic_surfaces": [{"length": 0.5579997789935426, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339705110417022}, {"n": 4, "root_chord": 0.11989123574102609, "tip_chord": 0.060837238100085685, "span": 0.10971234383198268, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504181810443578}, {"top_radius": 0.06309483050221719, "bottom_radius": 0.04402288340552399, "length": 0.06018327132822589, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992028643995463, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173431258509471, "upper_button_position": 0.08185973854859918}], "rail_length": 5, "inclination": 84.80268587278769, "heading": 55.116225480168886} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.0635161811966367, "mass": 15.572294110561012, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323632145180487, "I_33_without_motor": 0.021981401115167047, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.89002286307171, "trigger": 800, "sampling_rate": 105, "lag": 1.6552062039834377, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8836337667402179, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1657232209612722, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 3863.649961707103, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03283911149266112, "grain_number": 5, "grain_density": 1794.6179189614702, "grain_outer_radius": 0.03180913133391647, "grain_initial_inner_radius": 0.015226215591342825, "grain_initial_height": 0.12004256986474547, "grain_separation": 0.004092725266257384, "grains_center_of_mass_position": 0.39518995581491373, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0021432776924899294, "throat_radius": 0.010586782843818988, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550338626285167}], "aerodynamic_surfaces": [{"length": 0.5578559538176073, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331721399373418}, {"n": 4, "root_chord": 0.12052262067655255, "tip_chord": 0.0593554466020422, "span": 0.10972401172142567, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0513856320197883}, {"top_radius": 0.06442946436818749, "bottom_radius": 0.043813805007072895, "length": 0.0589458175172562, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012581745862867, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182423718473847, "upper_button_position": 0.08301580273890197}], "rail_length": 5, "inclination": 84.60066735149594, "heading": 54.11715986030683} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06348574225229701, "mass": 16.275768002380737, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324962233472197, "I_33_without_motor": 0.034877310126595444, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.287055647676118, "trigger": 800, "sampling_rate": 105, "lag": 1.4677233186002965, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1493106286999684, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6050069053643545, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5483.041060617303, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033119402152617335, "grain_number": 5, "grain_density": 1762.3636980444023, "grain_outer_radius": 0.033536913693808616, "grain_initial_inner_radius": 0.01621213195945645, "grain_initial_height": 0.12070719701731647, "grain_separation": 0.0037407665852286867, "grains_center_of_mass_position": 0.397642527964476, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013260094371433065, "throat_radius": 0.011100755830496549, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560392193520107}], "aerodynamic_surfaces": [{"length": 0.5580376641868736, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135241554036289}, {"n": 4, "root_chord": 0.11974605888578205, "tip_chord": 0.06021183542362657, "span": 0.109622566064241, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049886980951528}, {"top_radius": 0.06423641054970927, "bottom_radius": 0.0438252906601636, "length": 0.05848716733302287, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997806677172481, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184606205923847, "upper_button_position": 0.0813200471248634}], "rail_length": 5, "inclination": 82.38612307479838, "heading": 53.83845197696226} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350139020384567, "mass": 15.879028509458285, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3166477765091384, "I_33_without_motor": 0.02403697801919944, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.964435634484444, "trigger": 800, "sampling_rate": 105, "lag": 1.5359041777267077, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.7647643947425689, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5668237993314043, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6865.556361796531, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03276659543542699, "grain_number": 5, "grain_density": 1846.683840305358, "grain_outer_radius": 0.033456716636302064, "grain_initial_inner_radius": 0.01476721878500523, "grain_initial_height": 0.11890248610447245, "grain_separation": 0.005544928414907925, "grains_center_of_mass_position": 0.39713229694270746, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011924065386102135, "throat_radius": 0.011339040792342927, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546460206874968}], "aerodynamic_surfaces": [{"length": 0.5573277071149244, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135731051714215}, {"n": 4, "root_chord": 0.12013807795523503, "tip_chord": 0.06003953193925518, "span": 0.11050083306407568, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049383597060422}, {"top_radius": 0.06462746506879664, "bottom_radius": 0.04318358246115252, "length": 0.058507483725572296, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995829078800674, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176372100156285, "upper_button_position": 0.08194569786443884}], "rail_length": 5, "inclination": 83.33189189769482, "heading": 57.065080121607814} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349196190028025, "mass": 15.484042222205257, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331436915949482, "I_33_without_motor": 0.017281452867647717, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.005804210625744, "trigger": 800, "sampling_rate": 105, "lag": 1.3073330846259692, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9368640292078206, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1382349234198574, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6449.822922935655, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03375391802024897, "grain_number": 5, "grain_density": 1897.1823100802017, "grain_outer_radius": 0.0320785804013381, "grain_initial_inner_radius": 0.015134375550611399, "grain_initial_height": 0.12139501525811894, "grain_separation": 0.004549126146741344, "grains_center_of_mass_position": 0.3967167223847339, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005589343053080579, "throat_radius": 0.010852315961338914, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544110607143075}], "aerodynamic_surfaces": [{"length": 0.5575496939864992, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329217845278485}, {"n": 4, "root_chord": 0.12035182360682735, "tip_chord": 0.0595844578043783, "span": 0.11009316371006002, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492729475113558}, {"top_radius": 0.06349002889427847, "bottom_radius": 0.043369746136531086, "length": 0.05982620303990575, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.701344948416603, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162451269190031, "upper_button_position": 0.08509982149759987}], "rail_length": 5, "inclination": 86.4303912376303, "heading": 51.327101334623556} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349523756690471, "mass": 15.958271822442429, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32059133341395, "I_33_without_motor": 0.02828617273251127, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.199663077638807, "trigger": 800, "sampling_rate": 105, "lag": 1.357695724710073, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0817299493756445, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5824285901615893, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5781.047812065308, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03328434973221752, "grain_number": 5, "grain_density": 1941.666614414871, "grain_outer_radius": 0.03302432430039209, "grain_initial_inner_radius": 0.015193714129509275, "grain_initial_height": 0.11946800132198664, "grain_separation": 0.00503218738556235, "grains_center_of_mass_position": 0.3983091246508658, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00011199398447797779, "throat_radius": 0.010582797734102863, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558887126877352}], "aerodynamic_surfaces": [{"length": 0.5579979080508789, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334139053314847}, {"n": 4, "root_chord": 0.12085456532978259, "tip_chord": 0.0600416695180631, "span": 0.11023389374546362, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0513743686709633}, {"top_radius": 0.06357485193819967, "bottom_radius": 0.043919766201992595, "length": 0.061465508716803716, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002072695238306, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6197613389029287, "upper_button_position": 0.08044593062090188}], "rail_length": 5, "inclination": 83.65786453242289, "heading": 52.003680503138185} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06350101991189247, "mass": 15.52761690921009, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314630855456366, "I_33_without_motor": 0.037383493671533846, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.844101404546363, "trigger": 800, "sampling_rate": 105, "lag": 1.549372793830403, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9955750499054358, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5825416926924307, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7267.0226104542, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032776756958316576, "grain_number": 5, "grain_density": 1764.6073455376322, "grain_outer_radius": 0.03337076098097761, "grain_initial_inner_radius": 0.015009668099513348, "grain_initial_height": 0.11925837099026822, "grain_separation": 0.006629818635890789, "grains_center_of_mass_position": 0.39750215713554354, "center_of_dry_mass_position": 0.317, "nozzle_position": -5.114565668589754e-05, "throat_radius": 0.011174855529513599, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536410179522772}], "aerodynamic_surfaces": [{"length": 0.5592674772398981, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349321444430482}, {"n": 4, "root_chord": 0.12021588964264378, "tip_chord": 0.06032268629336739, "span": 0.11005644857491372, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048444507750348}, {"top_radius": 0.06336185762528711, "bottom_radius": 0.042040390476037436, "length": 0.05959166453340132, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.701448254501047, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186019998480258, "upper_button_position": 0.0828462546530212}], "rail_length": 5, "inclination": 84.06061858341648, "heading": 50.3251945057231} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.063502587100276, "mass": 15.141669352534286, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325562749617774, "I_33_without_motor": 0.05331592890710864, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.793086641047157, "trigger": 800, "sampling_rate": 105, "lag": 1.5026956573614705, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8945544861094002, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5769719667574214, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7502.795366265824, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03297646748936715, "grain_number": 5, "grain_density": 1856.0315418397863, "grain_outer_radius": 0.03334339276787183, "grain_initial_inner_radius": 0.015077010374955006, "grain_initial_height": 0.11849535131506721, "grain_separation": 0.005207670722765671, "grains_center_of_mass_position": 0.3965397867808965, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006759912968972306, "throat_radius": 0.011156745781168162, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254869279402215}], "aerodynamic_surfaces": [{"length": 0.5577393145982518, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1326421641693145}, {"n": 4, "root_chord": 0.1201657339234903, "tip_chord": 0.060727410670241594, "span": 0.10943860640822925, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493355982212553}, {"top_radius": 0.06523161812366073, "bottom_radius": 0.04380469414351117, "length": 0.059762931076161846, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001274129752377, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178772852832115, "upper_button_position": 0.08225012769202622}], "rail_length": 5, "inclination": 84.53788491872331, "heading": 54.70124927084339} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349158807163612, "mass": 15.268113258764297, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329997285147813, "I_33_without_motor": 0.0346906887101609, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.005547740573515, "trigger": 800, "sampling_rate": 105, "lag": 1.4068744065157612, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9871923483139504, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1540895821595454, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7460.762143803961, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03402292019116248, "grain_number": 5, "grain_density": 1712.1241222742797, "grain_outer_radius": 0.03269957689703727, "grain_initial_inner_radius": 0.015273289855355757, "grain_initial_height": 0.11985267614661713, "grain_separation": 0.00492121734395067, "grains_center_of_mass_position": 0.39705187398433645, "center_of_dry_mass_position": 0.317, "nozzle_position": -3.855552856995459e-05, "throat_radius": 0.010863783039424453, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555278093190039}], "aerodynamic_surfaces": [{"length": 0.5594249153825946, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339064676053585}, {"n": 4, "root_chord": 0.12071713507007284, "tip_chord": 0.059106928105038745, "span": 0.10919048877134084, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497470177689896}, {"top_radius": 0.06225147802210228, "bottom_radius": 0.043648797134496486, "length": 0.05863022112976372, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6976735735461361, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174775047029781, "upper_button_position": 0.080196068843158}], "rail_length": 5, "inclination": 84.30685297781565, "heading": 55.155571885251966} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349416861771183, "mass": 14.940713903422036, "I_11_without_motor": 6.321, "I_22_without_motor": 6.339568214161751, "I_33_without_motor": 0.03227475360841468, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.95992285572373, "trigger": 800, "sampling_rate": 105, "lag": 1.4837618831892974, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1080346312226503, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3692558413295481, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7437.17606869046, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03303932121956694, "grain_number": 5, "grain_density": 1801.0424104388253, "grain_outer_radius": 0.03333039805010752, "grain_initial_inner_radius": 0.015071438316257183, "grain_initial_height": 0.12069345227354365, "grain_separation": 0.005145264308792939, "grains_center_of_mass_position": 0.39785572428317084, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001352818900957924, "throat_radius": 0.010580253410178252, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563105203495057}], "aerodynamic_surfaces": [{"length": 0.5578673096786024, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341093735354268}, {"n": 4, "root_chord": 0.1206955727769552, "tip_chord": 0.06050062680457241, "span": 0.11067262460270576, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486563959688022}, {"top_radius": 0.06141529088823078, "bottom_radius": 0.04339141073065303, "length": 0.05929053119112963, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001768739255838, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192815248054666, "upper_button_position": 0.0808953491201172}], "rail_length": 5, "inclination": 83.4178536197953, "heading": 51.726491913130005} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.0634919570784025, "mass": 14.914038000518872, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322242631059492, "I_33_without_motor": 0.029275437010169714, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.855175906462254, "trigger": 800, "sampling_rate": 105, "lag": 1.6753990741091584, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9349393589158654, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8124966988863196, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5505.787979700738, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032529210053742305, "grain_number": 5, "grain_density": 1932.0400558251577, "grain_outer_radius": 0.03335077515829343, "grain_initial_inner_radius": 0.014702336318850259, "grain_initial_height": 0.1210306546073608, "grain_separation": 0.006298092182386674, "grains_center_of_mass_position": 0.3959915135244196, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002499213098908282, "throat_radius": 0.010293515017872758, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545654873948633}], "aerodynamic_surfaces": [{"length": 0.5587228554155195, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349865779020019}, {"n": 4, "root_chord": 0.11971248066354544, "tip_chord": 0.06037595007625413, "span": 0.11073876972467646, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486930669735692}, {"top_radius": 0.06245988236997146, "bottom_radius": 0.04166754502682196, "length": 0.06029972697461806, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002032615052219, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177525607307561, "upper_button_position": 0.08245070077446581}], "rail_length": 5, "inclination": 83.96464863545232, "heading": 53.78182980083329} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349451933017872, "mass": 15.879897292630275, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335674847782311, "I_33_without_motor": 0.05167141286806203, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.09669119813329, "trigger": 800, "sampling_rate": 105, "lag": 1.3814023398612283, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0904120353219675, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3436793498505744, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7546.574528256469, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03324319980903255, "grain_number": 5, "grain_density": 1864.4287248725611, "grain_outer_radius": 0.0335607380957159, "grain_initial_inner_radius": 0.01478317504404651, "grain_initial_height": 0.12021510938175009, "grain_separation": 0.0036312342119167638, "grains_center_of_mass_position": 0.3975837424118554, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006883315142098186, "throat_radius": 0.011599335003549507, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547799954058918}], "aerodynamic_surfaces": [{"length": 0.5580719849587469, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1319119583259576}, {"n": 4, "root_chord": 0.11975902078740326, "tip_chord": 0.059661749141946364, "span": 0.10968817938716482, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050849645332003}, {"top_radius": 0.06219076368345728, "bottom_radius": 0.04387828748383775, "length": 0.06208023238698558, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988211345508184, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193086909104611, "upper_button_position": 0.07951244364035726}], "rail_length": 5, "inclination": 85.99713532064708, "heading": 54.64419639379039} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349909568492289, "mass": 15.84638044637589, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3225986021442155, "I_33_without_motor": 0.029421943064836656, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.909756537796543, "trigger": 800, "sampling_rate": 105, "lag": 1.4575860840448145, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.089508480002266, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5052835825150146, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7163.282263417197, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03389735742992972, "grain_number": 5, "grain_density": 1837.1210527018127, "grain_outer_radius": 0.03339066233833154, "grain_initial_inner_radius": 0.014906033512316803, "grain_initial_height": 0.12075891589935596, "grain_separation": 0.005077836729890038, "grains_center_of_mass_position": 0.39808833812143013, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00038047572188031336, "throat_radius": 0.011597660602557593, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555804419601948}], "aerodynamic_surfaces": [{"length": 0.5576993589780169, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329230472927903}, {"n": 4, "root_chord": 0.11966689076869813, "tip_chord": 0.059683777296582245, "span": 0.10976688402966668, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495069655526132}, {"top_radius": 0.06372943266263245, "bottom_radius": 0.04345973589293526, "length": 0.06112379094158198, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989465989261232, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6160725498990522, "upper_button_position": 0.08287404902707096}], "rail_length": 5, "inclination": 84.1099804844196, "heading": 53.98405019780459} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350570668385416, "mass": 16.638121078667915, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327178115992719, "I_33_without_motor": 0.03443149146212349, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.011782840935105, "trigger": 800, "sampling_rate": 105, "lag": 1.349175527177687, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.087364253173813, "trigger": "apogee", "sampling_rate": 105, "lag": 1.798236558268641, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8744.426290320462, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0332261515014035, "grain_number": 5, "grain_density": 1820.9117435449461, "grain_outer_radius": 0.032972208253419885, "grain_initial_inner_radius": 0.014849199949509208, "grain_initial_height": 0.12011235865235184, "grain_separation": 0.006105644252965826, "grains_center_of_mass_position": 0.3979719461990449, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00030548233778363216, "throat_radius": 0.011157416575018574, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545836151427057}], "aerodynamic_surfaces": [{"length": 0.5582771076331, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343521461552841}, {"n": 4, "root_chord": 0.12069794171070049, "tip_chord": 0.06022519056786865, "span": 0.10991825925726698, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493415701145137}, {"top_radius": 0.06400214965576553, "bottom_radius": 0.04351555224532775, "length": 0.06133519686532081, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6979871741061, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182575579533574, "upper_button_position": 0.07972961615274266}], "rail_length": 5, "inclination": 86.47361546895426, "heading": 53.53382819800129} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06351090745231326, "mass": 15.780845807986523, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307674692058768, "I_33_without_motor": 0.03231663383531385, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.89978462815134, "trigger": 800, "sampling_rate": 105, "lag": 1.5071301069239624, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.057820345771757, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5904381682774469, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4437.3091119644, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.034390688517246526, "grain_number": 5, "grain_density": 1884.9614619351516, "grain_outer_radius": 0.03239209145754694, "grain_initial_inner_radius": 0.014818377112625675, "grain_initial_height": 0.11939279049104042, "grain_separation": 0.005033034893497096, "grains_center_of_mass_position": 0.3969579380728798, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012688843941733338, "throat_radius": 0.011181603722867325, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555138923188733}], "aerodynamic_surfaces": [{"length": 0.558371939401437, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352802525385772}, {"n": 4, "root_chord": 0.1198578969706018, "tip_chord": 0.060689670498596464, "span": 0.1103067460356328, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496463013551307}, {"top_radius": 0.06358978813503922, "bottom_radius": 0.04293921417353994, "length": 0.05911826457215359, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999678698409281, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194043388128088, "upper_button_position": 0.0805635310281193}], "rail_length": 5, "inclination": 84.55950440803322, "heading": 53.5032910635592} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349896756290353, "mass": 16.163453653455022, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3321368784995435, "I_33_without_motor": 0.042033006112746664, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.989747768916793, "trigger": 800, "sampling_rate": 105, "lag": 1.484647028034828, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9364205745756672, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2121015146355156, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5331.904727947062, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03283669892214966, "grain_number": 5, "grain_density": 1855.5303089489782, "grain_outer_radius": 0.03262859410101286, "grain_initial_inner_radius": 0.015473350523287969, "grain_initial_height": 0.12050939113798824, "grain_separation": 0.004538070586000453, "grains_center_of_mass_position": 0.3957357013783799, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00027320208133197794, "throat_radius": 0.010733529605081697, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548347999845992}], "aerodynamic_surfaces": [{"length": 0.5584435198745761, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336568735630572}, {"n": 4, "root_chord": 0.12067840329011531, "tip_chord": 0.05917631806894525, "span": 0.11023538327401732, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050788812014075}, {"top_radius": 0.06335840674595639, "bottom_radius": 0.045186769105264334, "length": 0.05866281118035759, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6977688345044059, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189011253185414, "upper_button_position": 0.0788677091858645}], "rail_length": 5, "inclination": 84.16517123231516, "heading": 50.69125970440375} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349167262848471, "mass": 15.024329989363762, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317914050267204, "I_33_without_motor": 0.02363055317426778, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.990291942840026, "trigger": 800, "sampling_rate": 105, "lag": 1.5020403254214298, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.976369118293763, "trigger": "apogee", "sampling_rate": 105, "lag": 0.9520060096238163, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6305.983209334524, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033063864500715794, "grain_number": 5, "grain_density": 1788.2066054293398, "grain_outer_radius": 0.03267048010026791, "grain_initial_inner_radius": 0.014510608513510853, "grain_initial_height": 0.1203859731070495, "grain_separation": 0.005890639795154843, "grains_center_of_mass_position": 0.3960189118983929, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013968976437748377, "throat_radius": 0.011729630459207994, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556027799929568}], "aerodynamic_surfaces": [{"length": 0.5585500707486075, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342347054664177}, {"n": 4, "root_chord": 0.12016523846359542, "tip_chord": 0.06057947124520626, "span": 0.10971006188411128, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508585878777232}, {"top_radius": 0.06593967664771964, "bottom_radius": 0.0452916714992484, "length": 0.05952292937473625, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995019093551402, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6199904910802704, "upper_button_position": 0.07951141827486985}], "rail_length": 5, "inclination": 86.3835005186609, "heading": 52.95779495342062} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06348385207270357, "mass": 15.49920871877027, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333139496465042, "I_33_without_motor": 0.02723522599467392, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.084059147619598, "trigger": 800, "sampling_rate": 105, "lag": 1.4781652374555565, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8981787696965225, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6436761581287203, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7675.768518229628, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03332298010308612, "grain_number": 5, "grain_density": 1850.728028825794, "grain_outer_radius": 0.032724136347381784, "grain_initial_inner_radius": 0.01453024948800527, "grain_initial_height": 0.12111756212275462, "grain_separation": 0.005179288280646764, "grains_center_of_mass_position": 0.39738446416237044, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002135680881564637, "throat_radius": 0.010635886256932842, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552045134357936}], "aerodynamic_surfaces": [{"length": 0.55899683197011, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134642686850312}, {"n": 4, "root_chord": 0.1200869081373814, "tip_chord": 0.058494285170221864, "span": 0.11063035112954436, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050918797993617}, {"top_radius": 0.06429420771726727, "bottom_radius": 0.043103027417593566, "length": 0.060287006072254394, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004716871100694, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163060410588728, "upper_button_position": 0.08416564605119659}], "rail_length": 5, "inclination": 85.20784322569124, "heading": 51.88421233024361} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.0635037847393427, "mass": 15.91089161246887, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3246666285000055, "I_33_without_motor": 0.04630553695418207, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.14245689541856, "trigger": 800, "sampling_rate": 105, "lag": 1.5117843022272481, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1089044260127958, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3213389826520976, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8331.019931899678, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033101983473401646, "grain_number": 5, "grain_density": 1870.454698547345, "grain_outer_radius": 0.033221818300166225, "grain_initial_inner_radius": 0.015557509649008152, "grain_initial_height": 0.1198647525420492, "grain_separation": 0.0066098648628697175, "grains_center_of_mass_position": 0.39603461144384566, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001739624376936337, "throat_radius": 0.011006856515025266, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556849897977294}], "aerodynamic_surfaces": [{"length": 0.558889888788516, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133232336968163}, {"n": 4, "root_chord": 0.1188961728914736, "tip_chord": 0.060017158002290544, "span": 0.10983655213481092, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506852510105984}, {"top_radius": 0.06272629071957497, "bottom_radius": 0.04147427982000017, "length": 0.061029486876211805, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999772003344568, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171817786386536, "upper_button_position": 0.08279542169580312}], "rail_length": 5, "inclination": 85.55238021635711, "heading": 53.83307117966536} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350296347741606, "mass": 16.189607295717355, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31767503634605, "I_33_without_motor": 0.02238624784624317, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.134959119426814, "trigger": 800, "sampling_rate": 105, "lag": 1.579850977754654, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.953829184592276, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4433728546111553, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6710.232331223988, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032688520034882144, "grain_number": 5, "grain_density": 1800.5092020104219, "grain_outer_radius": 0.033277131484477, "grain_initial_inner_radius": 0.014789056829361038, "grain_initial_height": 0.11885307314462663, "grain_separation": 0.005372358854109311, "grains_center_of_mass_position": 0.3964113383729835, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012143067180498996, "throat_radius": 0.010660157854671488, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553876215480013}], "aerodynamic_surfaces": [{"length": 0.5599605402348399, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346694373877695}, {"n": 4, "root_chord": 0.12002908925027342, "tip_chord": 0.06076078347038362, "span": 0.10923469602203155, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500829029587986}, {"top_radius": 0.06426359833335865, "bottom_radius": 0.04280727074815423, "length": 0.0596726126031442, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6973050327557183, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175323897012461, "upper_button_position": 0.07977264305447218}], "rail_length": 5, "inclination": 83.93289575893692, "heading": 53.486909194313725} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.0634893335297273, "mass": 15.722676301066212, "I_11_without_motor": 6.321, "I_22_without_motor": 6.303954194560454, "I_33_without_motor": 0.03340075654550158, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.843518760839162, "trigger": 800, "sampling_rate": 105, "lag": 1.5751388503142916, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0838814297946147, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8329770127881069, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6468.691054378606, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03399848495861829, "grain_number": 5, "grain_density": 1840.2219515585305, "grain_outer_radius": 0.03327826638785595, "grain_initial_inner_radius": 0.014826814313778582, "grain_initial_height": 0.12112086621769583, "grain_separation": 0.00465801924408857, "grains_center_of_mass_position": 0.39874975451097866, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00040399939194227344, "throat_radius": 0.01082067161535614, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559360506526125}], "aerodynamic_surfaces": [{"length": 0.5583151854985986, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134357587573074}, {"n": 4, "root_chord": 0.12055551641724867, "tip_chord": 0.05975462285892107, "span": 0.10944679472628686, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050539715162958}, {"top_radius": 0.06343002693428189, "bottom_radius": 0.042257023453600835, "length": 0.05917032895395345, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987441497895729, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181191915602596, "upper_button_position": 0.08062495822931326}], "rail_length": 5, "inclination": 83.50092677630539, "heading": 52.86157987139893} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350121959565931, "mass": 16.225719891149808, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317123769317053, "I_33_without_motor": 0.03554004555584939, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.001973334469124, "trigger": 800, "sampling_rate": 105, "lag": 1.5585905365887684, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.026579406582757, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8471634812173987, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6782.78942845157, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03336797149185179, "grain_number": 5, "grain_density": 1806.5288634239496, "grain_outer_radius": 0.03310288253775485, "grain_initial_inner_radius": 0.01507652969059539, "grain_initial_height": 0.11921138193277676, "grain_separation": 0.004398691642813069, "grains_center_of_mass_position": 0.3958281909487041, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00042368571198809726, "throat_radius": 0.0100936490920632, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547956447821418}], "aerodynamic_surfaces": [{"length": 0.5568958160042459, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13443848821591}, {"n": 4, "root_chord": 0.12138897122530257, "tip_chord": 0.0598239692931559, "span": 0.11052344532714778, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506406795063465}, {"top_radius": 0.06414561340072185, "bottom_radius": 0.043859849628401, "length": 0.059936657725885314, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006818594266864, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165948555018149, "upper_button_position": 0.08408700392487145}], "rail_length": 5, "inclination": 83.62479204608557, "heading": 51.84372031426335} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.0635103288288997, "mass": 16.44977924241177, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329405101738598, "I_33_without_motor": 0.03282219402384837, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.95726495159331, "trigger": 800, "sampling_rate": 105, "lag": 1.5473575442981278, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9129360816914879, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1363065481682406, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6177.9778365183365, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032561659327235065, "grain_number": 5, "grain_density": 1816.0527522056316, "grain_outer_radius": 0.03275894007433643, "grain_initial_inner_radius": 0.01571738335496844, "grain_initial_height": 0.11912586113374012, "grain_separation": 0.004512521022041459, "grains_center_of_mass_position": 0.39631309305222806, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002681449845980876, "throat_radius": 0.010761532679253321, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253948713742587}], "aerodynamic_surfaces": [{"length": 0.5582606315246038, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338751629148898}, {"n": 4, "root_chord": 0.119887918573238, "tip_chord": 0.060359856329913815, "span": 0.11005165390504267, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048477776014498}, {"top_radius": 0.06443226706231835, "bottom_radius": 0.04294727029196633, "length": 0.06140431071566477, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003055255117586, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169241087116791, "upper_button_position": 0.08338141680007949}], "rail_length": 5, "inclination": 84.40495047252024, "heading": 52.162868598509306} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349644293658865, "mass": 16.400934256151817, "I_11_without_motor": 6.321, "I_22_without_motor": 6.337002403097401, "I_33_without_motor": 0.02768107439265056, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.970236621041293, "trigger": 800, "sampling_rate": 105, "lag": 1.5053988422092555, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9328914918187692, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3601050504175334, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5879.818377852459, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03335500080935437, "grain_number": 5, "grain_density": 1833.0285827522805, "grain_outer_radius": 0.0333121542348054, "grain_initial_inner_radius": 0.014318171636465335, "grain_initial_height": 0.11977824483529356, "grain_separation": 0.003123509119587923, "grains_center_of_mass_position": 0.3964501213945782, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0018374400719651791, "throat_radius": 0.010823507601893675, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562677687049084}], "aerodynamic_surfaces": [{"length": 0.5595949544402394, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135666046847444}, {"n": 4, "root_chord": 0.11946904702943847, "tip_chord": 0.06069020150544345, "span": 0.10985650900535969, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487319748291808}, {"top_radius": 0.06272320458131703, "bottom_radius": 0.04454375857644036, "length": 0.05786351559000351, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991581756282812, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186522773753464, "upper_button_position": 0.08050589825293475}], "rail_length": 5, "inclination": 83.5803419116515, "heading": 53.26073768421643} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.0635025585091417, "mass": 14.932547891512993, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315040358269167, "I_33_without_motor": 0.034453568392002816, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.150483078758468, "trigger": 800, "sampling_rate": 105, "lag": 1.5159451350316873, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0240739786636344, "trigger": "apogee", "sampling_rate": 105, "lag": 1.51214187244078, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7170.548217162385, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033078301059207345, "grain_number": 5, "grain_density": 1823.5964974518972, "grain_outer_radius": 0.03293041591092412, "grain_initial_inner_radius": 0.014803941677150222, "grain_initial_height": 0.12057389886385621, "grain_separation": 0.005583103057708996, "grains_center_of_mass_position": 0.3961659623854042, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002566360927367654, "throat_radius": 0.010755905112472142, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556238252928664}], "aerodynamic_surfaces": [{"length": 0.5582325657661631, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133319906512271}, {"n": 4, "root_chord": 0.12054812894366958, "tip_chord": 0.060078764723658036, "span": 0.11019025780820062, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050412065137802}, {"top_radius": 0.06259525785665054, "bottom_radius": 0.04377962194170739, "length": 0.06129380325358627, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989639741875744, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174810878571144, "upper_button_position": 0.08148288633045997}], "rail_length": 5, "inclination": 84.8564079795976, "heading": 53.32152219806441} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350725748059029, "mass": 14.772099049428858, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320548841255487, "I_33_without_motor": 0.02586243213301251, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.038829148510304, "trigger": 800, "sampling_rate": 105, "lag": 1.4418198500424684, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9489417235529061, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3730247442452004, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5635.092405382253, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03314368673652679, "grain_number": 5, "grain_density": 1827.6565833166794, "grain_outer_radius": 0.03308395901334608, "grain_initial_inner_radius": 0.015273131055124834, "grain_initial_height": 0.12016615109279549, "grain_separation": 0.0049217033593296055, "grains_center_of_mass_position": 0.39725476870822407, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0019819242639569187, "throat_radius": 0.011717050598535245, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253455468862863}], "aerodynamic_surfaces": [{"length": 0.5590530150830626, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1356373149834635}, {"n": 4, "root_chord": 0.12047166195406012, "tip_chord": 0.05979907529732659, "span": 0.10918098678990534, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506967290220597}, {"top_radius": 0.06289103983247604, "bottom_radius": 0.0455951548944317, "length": 0.060886059220318804, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002644854827458, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171731792088488, "upper_button_position": 0.08309130627389694}], "rail_length": 5, "inclination": 83.2992687522302, "heading": 51.53890825034582} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349396313006388, "mass": 15.70505178763928, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317120128395013, "I_33_without_motor": 0.04291282964324396, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.88965205080575, "trigger": 800, "sampling_rate": 105, "lag": 1.3789136019196668, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.119122905717465, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3661220384373622, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7015.666155969741, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03290288945951371, "grain_number": 5, "grain_density": 1826.0157365664027, "grain_outer_radius": 0.032284630330388545, "grain_initial_inner_radius": 0.015178635291914634, "grain_initial_height": 0.12097882157843234, "grain_separation": 0.004257407319113306, "grains_center_of_mass_position": 0.39682392512725007, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013679769121564568, "throat_radius": 0.011302455400770437, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549326469191748}], "aerodynamic_surfaces": [{"length": 0.5592772298441766, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1357990573780685}, {"n": 4, "root_chord": 0.11987160022085842, "tip_chord": 0.05978253839930462, "span": 0.11066106485148101, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050034757033841}, {"top_radius": 0.06288783150463778, "bottom_radius": 0.043381246521010025, "length": 0.06187503932160881, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700017717795426, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168394645281211, "upper_button_position": 0.08317825326730488}], "rail_length": 5, "inclination": 85.87275807941266, "heading": 51.10990424598125} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06349740295701052, "mass": 15.107147647418243, "I_11_without_motor": 6.321, "I_22_without_motor": 6.299293845055212, "I_33_without_motor": 0.05656224524316438, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.13214510465239, "trigger": 800, "sampling_rate": 105, "lag": 1.629429335128344, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1947752210729115, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3778878705549649, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6176.825289013159, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032531072059486056, "grain_number": 5, "grain_density": 1808.594678840474, "grain_outer_radius": 0.0324970222207095, "grain_initial_inner_radius": 0.014719772817103783, "grain_initial_height": 0.12012052916733604, "grain_separation": 0.0038730611776525642, "grains_center_of_mass_position": 0.39744405576351344, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001279961224130553, "throat_radius": 0.010376457986546024, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255670609557259}], "aerodynamic_surfaces": [{"length": 0.558086276048561, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348859249450882}, {"n": 4, "root_chord": 0.11999682600427394, "tip_chord": 0.06009362973310765, "span": 0.11069876811541744, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0511518413347112}, {"top_radius": 0.06511097695965018, "bottom_radius": 0.045426001713978675, "length": 0.06018162249675111, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.701152351471375, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617846146904615, "upper_button_position": 0.08330620456675997}], "rail_length": 5, "inclination": 86.34561205898385, "heading": 51.36967865915746} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349283844954545, "mass": 16.35887525552621, "I_11_without_motor": 6.321, "I_22_without_motor": 6.304390138249679, "I_33_without_motor": 0.038563085109228096, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.16340634931963, "trigger": 800, "sampling_rate": 105, "lag": 1.6224794970072038, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0219489674806834, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4377466632218043, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5382.254269180921, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033067228819998976, "grain_number": 5, "grain_density": 1859.9348990532492, "grain_outer_radius": 0.03334658894341207, "grain_initial_inner_radius": 0.014585081035424621, "grain_initial_height": 0.11823618407795104, "grain_separation": 0.004608186331779861, "grains_center_of_mass_position": 0.3967230974502352, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009759243520256626, "throat_radius": 0.010850465349991888, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550845017823886}], "aerodynamic_surfaces": [{"length": 0.5584971969566641, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1324435319229207}, {"n": 4, "root_chord": 0.12122812987819767, "tip_chord": 0.06024845306109551, "span": 0.11001991105952892, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501633081436967}, {"top_radius": 0.06481515702597397, "bottom_radius": 0.04319325575508705, "length": 0.06249335024610476, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7016081864780328, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185128558664507, "upper_button_position": 0.08309533061158214}], "rail_length": 5, "inclination": 86.24725513037431, "heading": 54.29090531964032} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.063503708411619, "mass": 15.52543905067947, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315583283360126, "I_33_without_motor": 0.01425602251150454, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.009494757033108, "trigger": 800, "sampling_rate": 105, "lag": 1.6089382820957165, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1096332625856993, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7616618478321333, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7333.141395547464, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03280910998534482, "grain_number": 5, "grain_density": 1790.5336286014126, "grain_outer_radius": 0.03336934892337701, "grain_initial_inner_radius": 0.015236008321549227, "grain_initial_height": 0.11937175998091433, "grain_separation": 0.003284025021963453, "grains_center_of_mass_position": 0.39732066830705287, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0018402921119985687, "throat_radius": 0.012037865696425766, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556918591329929}], "aerodynamic_surfaces": [{"length": 0.5578417356566516, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346033133142646}, {"n": 4, "root_chord": 0.12018871815510306, "tip_chord": 0.0601182937949474, "span": 0.10955580289533155, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488547720199135}, {"top_radius": 0.06559643831480248, "bottom_radius": 0.042924687700126994, "length": 0.06095809625427252, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002205498887438, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618016990521423, "upper_button_position": 0.08220355936732082}], "rail_length": 5, "inclination": 85.91952102302763, "heading": 51.904061759436296} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349009238514672, "mass": 14.671471485569331, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320734879965156, "I_33_without_motor": 0.027525601933609527, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.176003029774174, "trigger": 800, "sampling_rate": 105, "lag": 1.6814655737279744, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9957999126903575, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3975425380164714, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8210.703069521118, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03367153728724613, "grain_number": 5, "grain_density": 1793.2666281457978, "grain_outer_radius": 0.03289423200030157, "grain_initial_inner_radius": 0.014787928878075063, "grain_initial_height": 0.11901273238150452, "grain_separation": 0.004555232280323529, "grains_center_of_mass_position": 0.39760808060018066, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006103551071461039, "throat_radius": 0.009982711661900656, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536405363805887}], "aerodynamic_surfaces": [{"length": 0.5564216623032198, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343956033867062}, {"n": 4, "root_chord": 0.12025462345551227, "tip_chord": 0.05977843708906395, "span": 0.11018961488845912, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494299518296109}, {"top_radius": 0.06332669420764536, "bottom_radius": 0.042813467673269344, "length": 0.05899873394782602, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987788735784561, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181618492121994, "upper_button_position": 0.08061702436625673}], "rail_length": 5, "inclination": 82.59277197279167, "heading": 50.226942057945855} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.0635029355614689, "mass": 14.788983809886263, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32543657449022, "I_33_without_motor": 0.026045590461900334, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.972377768324847, "trigger": 800, "sampling_rate": 105, "lag": 1.6296193031492567, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0550096374176836, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7991354656047296, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6011.265323096497, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03203582343044363, "grain_number": 5, "grain_density": 1858.2719846501, "grain_outer_radius": 0.033254037506475986, "grain_initial_inner_radius": 0.014822269215844612, "grain_initial_height": 0.11996572430787593, "grain_separation": 0.0029990819162250505, "grains_center_of_mass_position": 0.397248499916274, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00012279953424131174, "throat_radius": 0.010548480239141263, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255207462946812}], "aerodynamic_surfaces": [{"length": 0.5586330054749088, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338482067829203}, {"n": 4, "root_chord": 0.11999647734012718, "tip_chord": 0.06014841315830551, "span": 0.11062842508210692, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492843624395172}, {"top_radius": 0.06400331892555707, "bottom_radius": 0.04246196380550963, "length": 0.06199809709116716, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699047483785156, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189604873263006, "upper_button_position": 0.08008699645885542}], "rail_length": 5, "inclination": 85.39376586312568, "heading": 52.09223911912277} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349164408144418, "mass": 15.92007647925124, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31118645001921, "I_33_without_motor": 0.015334304278104373, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.031729575414882, "trigger": 800, "sampling_rate": 105, "lag": 1.5302099587675628, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9954823505167567, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5790409827046985, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7467.168076711494, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03286922881882587, "grain_number": 5, "grain_density": 1905.4774689633393, "grain_outer_radius": 0.0327217648998839, "grain_initial_inner_radius": 0.014482242807042514, "grain_initial_height": 0.1204584315012421, "grain_separation": 0.005239312073155562, "grains_center_of_mass_position": 0.3976899430943945, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015286779790740074, "throat_radius": 0.010183848905440149, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559251851781101}], "aerodynamic_surfaces": [{"length": 0.5583989220123314, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327603349533304}, {"n": 4, "root_chord": 0.12017875151965667, "tip_chord": 0.06026081912877506, "span": 0.10985539488752766, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049286201332714}, {"top_radius": 0.06143653318380696, "bottom_radius": 0.04314023181448986, "length": 0.06099267478783266, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993280978729405, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181270053470729, "upper_button_position": 0.0812010925258676}], "rail_length": 5, "inclination": 83.32308233106221, "heading": 57.32806463860081} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350216834892211, "mass": 15.568510023177316, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322365443434582, "I_33_without_motor": 0.02625779736226627, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.986427586156774, "trigger": 800, "sampling_rate": 105, "lag": 1.5736708312175627, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9365198357181705, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1239832970217876, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6209.696501219911, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03269215156093152, "grain_number": 5, "grain_density": 1842.217197892085, "grain_outer_radius": 0.03286468757546137, "grain_initial_inner_radius": 0.015044172853364615, "grain_initial_height": 0.11862800763145052, "grain_separation": 0.00628902693616828, "grains_center_of_mass_position": 0.39592921557025357, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008733622887742552, "throat_radius": 0.011074951815259202, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550808436104903}], "aerodynamic_surfaces": [{"length": 0.5578086219093228, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333751968058707}, {"n": 4, "root_chord": 0.11998868702925229, "tip_chord": 0.05942058364683134, "span": 0.11040259726928348, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483999146617}, {"top_radius": 0.06545834938672332, "bottom_radius": 0.04271702986255768, "length": 0.060443772107180146, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010703417431504, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177571655778291, "upper_button_position": 0.0833131761653213}], "rail_length": 5, "inclination": 86.0858982772421, "heading": 50.82832613409159} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350361080635192, "mass": 16.008067466597296, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3256818061873314, "I_33_without_motor": 0.03323894937586172, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.126697018714916, "trigger": 800, "sampling_rate": 105, "lag": 1.5011300322404688, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9612262310957566, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7242451774254495, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8326.808189499554, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03172212776598346, "grain_number": 5, "grain_density": 1763.5171545496512, "grain_outer_radius": 0.032788846067356624, "grain_initial_inner_radius": 0.014950018117604692, "grain_initial_height": 0.11857382819453564, "grain_separation": 0.005070226246157837, "grains_center_of_mass_position": 0.39867781221571624, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010969093038773285, "throat_radius": 0.01013448780193303, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2529451647276688}], "aerodynamic_surfaces": [{"length": 0.5586021635191104, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132727138964132}, {"n": 4, "root_chord": 0.11984498512893782, "tip_chord": 0.0591363596199452, "span": 0.1088751151856923, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0476251906438059}, {"top_radius": 0.06375053770703061, "bottom_radius": 0.043139631262932, "length": 0.06034051650541578, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004852425920776, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618961240421176, "upper_button_position": 0.08152400217090161}], "rail_length": 5, "inclination": 83.71968235969511, "heading": 55.65759146636963} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350591125262792, "mass": 15.687120736106465, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316470239294812, "I_33_without_motor": 0.017048413990067665, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.089303862758793, "trigger": 800, "sampling_rate": 105, "lag": 1.3846459943894207, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9787838107374052, "trigger": "apogee", "sampling_rate": 105, "lag": 1.466431890695164, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6916.713518342454, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032544367603615454, "grain_number": 5, "grain_density": 1834.7137178062364, "grain_outer_radius": 0.03292449345301193, "grain_initial_inner_radius": 0.015087064041285028, "grain_initial_height": 0.11935013407314138, "grain_separation": 0.006840941141016207, "grains_center_of_mass_position": 0.39746701894060277, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008685268612034153, "throat_radius": 0.011570353083633153, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546575374599334}], "aerodynamic_surfaces": [{"length": 0.5573550856845232, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133382382398107}, {"n": 4, "root_chord": 0.1196173787827187, "tip_chord": 0.06047893797472586, "span": 0.1098315806180636, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049555241286117}, {"top_radius": 0.06154669045582549, "bottom_radius": 0.04313151145326497, "length": 0.06043556241577212, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000245690995196, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193164409689905, "upper_button_position": 0.08070812813052908}], "rail_length": 5, "inclination": 83.96161683408738, "heading": 54.79758914178385} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350361977845748, "mass": 15.831157381234402, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3171943557327435, "I_33_without_motor": 0.013154227374865133, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.91650674784227, "trigger": 800, "sampling_rate": 105, "lag": 1.5371686700689149, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0111121925177142, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3927287290406236, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6605.160584124702, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03366934048441338, "grain_number": 5, "grain_density": 1792.6387906672016, "grain_outer_radius": 0.03241180627857045, "grain_initial_inner_radius": 0.01493324903932034, "grain_initial_height": 0.11929131183523632, "grain_separation": 0.006210075691146766, "grains_center_of_mass_position": 0.39933453504028593, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00018539401090237527, "throat_radius": 0.010740922797131717, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554538019181354}], "aerodynamic_surfaces": [{"length": 0.557330872653173, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338380879859566}, {"n": 4, "root_chord": 0.12004112668226855, "tip_chord": 0.06068461880853532, "span": 0.10989207298314752, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051139327136123}, {"top_radius": 0.06430987791614887, "bottom_radius": 0.04335900370546277, "length": 0.061602596346116784, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001879401088937, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6197793066016806, "upper_button_position": 0.08040863350721317}], "rail_length": 5, "inclination": 84.39021492664656, "heading": 51.96125014644197} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06351149791844987, "mass": 15.742151526142534, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31657079305557, "I_33_without_motor": 0.017534975031150125, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.967406539859653, "trigger": 800, "sampling_rate": 105, "lag": 1.376841636365822, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9746777420216362, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8365754466845052, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6790.869978150573, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03398099977305734, "grain_number": 5, "grain_density": 1828.4242368784865, "grain_outer_radius": 0.03293738656566197, "grain_initial_inner_radius": 0.014948732452680002, "grain_initial_height": 0.12011798082337707, "grain_separation": 0.003779962211507346, "grains_center_of_mass_position": 0.39658955490093173, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00011629771811044256, "throat_radius": 0.010714587496740315, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559797666158565}], "aerodynamic_surfaces": [{"length": 0.5557360679715233, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134707740195214}, {"n": 4, "root_chord": 0.11980003592980444, "tip_chord": 0.06032609561180569, "span": 0.11037182134345536, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049073477505745}, {"top_radius": 0.0637509519718738, "bottom_radius": 0.04373711329009107, "length": 0.05929301609430376, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6981353265218568, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180574319609703, "upper_button_position": 0.08007789456088654}], "rail_length": 5, "inclination": 83.6648462724498, "heading": 54.075171790066705} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350040035153467, "mass": 14.741808067353565, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3177338740541185, "I_33_without_motor": 0.03162681260895629, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.942602258759837, "trigger": 800, "sampling_rate": 105, "lag": 1.5291060986806926, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0208324811032046, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9256014110047746, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7150.098341458026, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03251651845309424, "grain_number": 5, "grain_density": 1872.7039703411842, "grain_outer_radius": 0.033228800695715495, "grain_initial_inner_radius": 0.01511205120032042, "grain_initial_height": 0.11986514911436333, "grain_separation": 0.005158660670337194, "grains_center_of_mass_position": 0.39597981639933927, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012363420183816468, "throat_radius": 0.010640260514743078, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535670204784204}], "aerodynamic_surfaces": [{"length": 0.5572742475634945, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343060614965812}, {"n": 4, "root_chord": 0.11974831374542508, "tip_chord": 0.06018674677960401, "span": 0.11060407713743893, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049158584060909}, {"top_radius": 0.06347581044262086, "bottom_radius": 0.04269367400249688, "length": 0.05939840938830104, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7016466025541891, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174425445151597, "upper_button_position": 0.08420405803902942}], "rail_length": 5, "inclination": 84.35929642136632, "heading": 53.76624484418583} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350045038449391, "mass": 16.370344347866958, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324518480519217, "I_33_without_motor": 0.051019185691514146, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.936818337212799, "trigger": 800, "sampling_rate": 105, "lag": 1.5844402838154306, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9973969090881731, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6392207846503777, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5460.544818592149, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032911662598186474, "grain_number": 5, "grain_density": 1897.508929923094, "grain_outer_radius": 0.032979681500667435, "grain_initial_inner_radius": 0.014628842149484454, "grain_initial_height": 0.11996174431817914, "grain_separation": 0.004805599668757678, "grains_center_of_mass_position": 0.39567713155404505, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002601162351955296, "throat_radius": 0.011339272658857282, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556307333420629}], "aerodynamic_surfaces": [{"length": 0.5588643573801629, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1361351857190853}, {"n": 4, "root_chord": 0.11923160886921087, "tip_chord": 0.05980038986325747, "span": 0.10985754479558009, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0477008216277355}, {"top_radius": 0.06418587584436405, "bottom_radius": 0.04294152561001928, "length": 0.06178907923301113, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008608370557234, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183180396744068, "upper_button_position": 0.08254279738131665}], "rail_length": 5, "inclination": 83.54643409238889, "heading": 53.494176846392655} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349218405192328, "mass": 15.476571139714016, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327333961292584, "I_33_without_motor": 0.006468736353174409, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.051958508763027, "trigger": 800, "sampling_rate": 105, "lag": 1.36656959471114, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.95045906552776, "trigger": "apogee", "sampling_rate": 105, "lag": 1.397900202998409, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6051.29876165925, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032113460549590134, "grain_number": 5, "grain_density": 1871.681312941538, "grain_outer_radius": 0.03274083642903547, "grain_initial_inner_radius": 0.015005629837191892, "grain_initial_height": 0.11752262073502631, "grain_separation": 0.004709109518597822, "grains_center_of_mass_position": 0.3980504994428221, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010152263967261983, "throat_radius": 0.011103299641782768, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544519087212214}], "aerodynamic_surfaces": [{"length": 0.5592873030501874, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13410586882049}, {"n": 4, "root_chord": 0.12032498919141724, "tip_chord": 0.059741192920074584, "span": 0.11010824238392883, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049584632400479}, {"top_radius": 0.06469470417247136, "bottom_radius": 0.04304986504426902, "length": 0.06204903158808529, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986347145426537, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179403626161947, "upper_button_position": 0.08069435192645902}], "rail_length": 5, "inclination": 86.01026767008923, "heading": 50.69536362816078} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350386316890884, "mass": 15.279028658554584, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329659820929396, "I_33_without_motor": 0.0275887875523064, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.222717243254667, "trigger": 800, "sampling_rate": 105, "lag": 1.5072449845807652, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.042254258998538, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4047311290968252, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4169.270810948174, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03208144790541853, "grain_number": 5, "grain_density": 1763.901082101513, "grain_outer_radius": 0.032987857706495156, "grain_initial_inner_radius": 0.014741337607218236, "grain_initial_height": 0.1194870896688534, "grain_separation": 0.005089331209847797, "grains_center_of_mass_position": 0.39847345357284925, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012483584729507061, "throat_radius": 0.010978545357853819, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557935164089495}], "aerodynamic_surfaces": [{"length": 0.5590487411948765, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335755577431144}, {"n": 4, "root_chord": 0.11998691869526643, "tip_chord": 0.05986836518726802, "span": 0.10963290821909859, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495523809787175}, {"top_radius": 0.0634550526422733, "bottom_radius": 0.04420143006175729, "length": 0.060704065937680185, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7018091086114348, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164265318631138, "upper_button_position": 0.08538257674832095}], "rail_length": 5, "inclination": 84.87531219802293, "heading": 53.7435226929969} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349432439606824, "mass": 16.179088385299416, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319189255825197, "I_33_without_motor": 0.026163900608617084, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.016592485903747, "trigger": 800, "sampling_rate": 105, "lag": 1.4921492911065268, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0176512397435145, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5122353688830323, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6616.7775000167585, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03272267366779704, "grain_number": 5, "grain_density": 1805.1127636968004, "grain_outer_radius": 0.03271666335781533, "grain_initial_inner_radius": 0.015116215738425661, "grain_initial_height": 0.11979945929114934, "grain_separation": 0.006300293633110838, "grains_center_of_mass_position": 0.3958772355871873, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00017339706151043696, "throat_radius": 0.010903615739528786, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543376057527884}], "aerodynamic_surfaces": [{"length": 0.5584805397544133, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346448450607127}, {"n": 4, "root_chord": 0.11991918558704813, "tip_chord": 0.05919436927807262, "span": 0.11013022041333911, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487474618300041}, {"top_radius": 0.06444109239487335, "bottom_radius": 0.04276411031041424, "length": 0.0586217074853798, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7020178077792277, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173133858965336, "upper_button_position": 0.08470442188269411}], "rail_length": 5, "inclination": 84.04243336308208, "heading": 49.175638850963914} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350980906211362, "mass": 15.607060869266487, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317829822566556, "I_33_without_motor": 0.03468969758468181, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.065199370130319, "trigger": 800, "sampling_rate": 105, "lag": 1.4386514601858746, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.006109788639642, "trigger": "apogee", "sampling_rate": 105, "lag": 1.279224069483636, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6521.680230104687, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03197113754100111, "grain_number": 5, "grain_density": 1749.7069036250493, "grain_outer_radius": 0.03314112325191577, "grain_initial_inner_radius": 0.015022766342868707, "grain_initial_height": 0.11912620113125923, "grain_separation": 0.005888215573073152, "grains_center_of_mass_position": 0.39687704598903395, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00031866375820278637, "throat_radius": 0.01098332480611101, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564293707737193}], "aerodynamic_surfaces": [{"length": 0.5608408073802864, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342407344943162}, {"n": 4, "root_chord": 0.11982172787812333, "tip_chord": 0.05886007307460512, "span": 0.11016697972779942, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498364400725961}, {"top_radius": 0.06306550671048985, "bottom_radius": 0.04147506563252526, "length": 0.06019242400174878, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004355418007809, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176686423491216, "upper_button_position": 0.08276689945165938}], "rail_length": 5, "inclination": 85.25421152253193, "heading": 52.469792771781115} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349370771335294, "mass": 16.112511570737595, "I_11_without_motor": 6.321, "I_22_without_motor": 6.303879838392677, "I_33_without_motor": 0.0412396136816295, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.890758411586178, "trigger": 800, "sampling_rate": 105, "lag": 1.520488926134502, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.997160927161351, "trigger": "apogee", "sampling_rate": 105, "lag": 1.971095942960781, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6809.42070077758, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03323536059425656, "grain_number": 5, "grain_density": 1861.2393074271354, "grain_outer_radius": 0.03312881810667756, "grain_initial_inner_radius": 0.01557259493403647, "grain_initial_height": 0.12134087899393523, "grain_separation": 0.004765499959989885, "grains_center_of_mass_position": 0.3974656911481011, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010956740780441365, "throat_radius": 0.010991011729699079, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548572966499827}], "aerodynamic_surfaces": [{"length": 0.5569405897054431, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338097822847066}, {"n": 4, "root_chord": 0.1200390398420903, "tip_chord": 0.05962326361084912, "span": 0.11034610702771547, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491026616329466}, {"top_radius": 0.06282745346057107, "bottom_radius": 0.043824135518580803, "length": 0.0597340326163488, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004457583550073, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178319950790442, "upper_button_position": 0.08261376327596315}], "rail_length": 5, "inclination": 84.76790280585428, "heading": 53.791908162123065} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349788386190292, "mass": 15.244976609900924, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320497877972673, "I_33_without_motor": 0.04258097481261372, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.16604655628408, "trigger": 800, "sampling_rate": 105, "lag": 1.5030531176561428, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9612587988177412, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4258919316957253, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5246.604560965097, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032685205641348726, "grain_number": 5, "grain_density": 1856.6547047124743, "grain_outer_radius": 0.033166437017814326, "grain_initial_inner_radius": 0.014826957937321764, "grain_initial_height": 0.11936116554037317, "grain_separation": 0.004601383903344927, "grains_center_of_mass_position": 0.39586282973912523, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013204074165619425, "throat_radius": 0.01157250079427572, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546699902555667}], "aerodynamic_surfaces": [{"length": 0.5581184439130014, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333475813020688}, {"n": 4, "root_chord": 0.12035745597577872, "tip_chord": 0.06011770587579496, "span": 0.11029784612068982, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489620619518305}, {"top_radius": 0.06452724032304158, "bottom_radius": 0.04375665238233592, "length": 0.058951637215745034, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997075956853241, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186371991337419, "upper_button_position": 0.08107039655158221}], "rail_length": 5, "inclination": 85.16191104809015, "heading": 54.47782583034255} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349798973069222, "mass": 13.973881925306193, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328598214605681, "I_33_without_motor": 0.03327936172961703, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.022876171570497, "trigger": 800, "sampling_rate": 105, "lag": 1.6451483669598006, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1263648326996885, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6464197617081886, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6403.504553286089, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03335788322701796, "grain_number": 5, "grain_density": 1781.9153393414788, "grain_outer_radius": 0.03305535093972161, "grain_initial_inner_radius": 0.014849638609489858, "grain_initial_height": 0.11959671434906967, "grain_separation": 0.004246246476037118, "grains_center_of_mass_position": 0.39492454750746897, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006740309224154344, "throat_radius": 0.010701223553417911, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25753016592127}], "aerodynamic_surfaces": [{"length": 0.5579593784075475, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346960169608824}, {"n": 4, "root_chord": 0.11963831628243815, "tip_chord": 0.058747355501322894, "span": 0.11021791350529687, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0478381167137647}, {"top_radius": 0.06367248070561832, "bottom_radius": 0.04272338209053013, "length": 0.05865527410573433, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995186098797815, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172424895340305, "upper_button_position": 0.08227612034575105}], "rail_length": 5, "inclination": 85.10989933340144, "heading": 51.8726028019263} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349484284017001, "mass": 15.345959288261653, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334845177739396, "I_33_without_motor": 0.01602416164868226, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.851402212514992, "trigger": 800, "sampling_rate": 105, "lag": 1.670281039841199, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.973395093770931, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6862243048602277, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6094.366249163187, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033492256304436085, "grain_number": 5, "grain_density": 1859.2858279341192, "grain_outer_radius": 0.033889510784940485, "grain_initial_inner_radius": 0.015382642365695783, "grain_initial_height": 0.12076917441739023, "grain_separation": 0.006293250048408087, "grains_center_of_mass_position": 0.3968540540309298, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010287958096504475, "throat_radius": 0.011827508569595012, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546194430128672}], "aerodynamic_surfaces": [{"length": 0.5580046572234496, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343966982788758}, {"n": 4, "root_chord": 0.12067957288581486, "tip_chord": 0.05991935158597211, "span": 0.11002025046965029, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491454460347678}, {"top_radius": 0.06400784164128365, "bottom_radius": 0.0433961766948162, "length": 0.05989267613592659, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983944111713478, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183227281197151, "upper_button_position": 0.0800716830516327}], "rail_length": 5, "inclination": 83.45542141266925, "heading": 50.38739267745988} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06350245509795317, "mass": 15.640192469129474, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3115648034736616, "I_33_without_motor": 0.03756660006312229, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.102597938061757, "trigger": 800, "sampling_rate": 105, "lag": 1.3942689000846993, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.18943426952843, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8129672964884351, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6854.857817764554, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032535317478821185, "grain_number": 5, "grain_density": 1855.4904677760478, "grain_outer_radius": 0.03368970903824532, "grain_initial_inner_radius": 0.014890991789709181, "grain_initial_height": 0.12058490690168057, "grain_separation": 0.004844870038795555, "grains_center_of_mass_position": 0.3967588275693429, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005117972380449408, "throat_radius": 0.01083502697008652, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254368738964135}], "aerodynamic_surfaces": [{"length": 0.5565559818989725, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337450027376288}, {"n": 4, "root_chord": 0.12032784979490277, "tip_chord": 0.06034670846344524, "span": 0.11075316550652736, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483137911770548}, {"top_radius": 0.06237947819245369, "bottom_radius": 0.04454212188632909, "length": 0.06106571770578929, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994793487185308, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169909592475901, "upper_button_position": 0.08248838947094073}], "rail_length": 5, "inclination": 84.51119918135693, "heading": 53.01641641708883} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350999073219514, "mass": 14.926938192960188, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312350931364963, "I_33_without_motor": 0.04277171298090296, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.093477153919574, "trigger": 800, "sampling_rate": 105, "lag": 1.5577244467627727, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9742932159829001, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5741806068424165, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8146.311439748614, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032383434832252096, "grain_number": 5, "grain_density": 1696.510033787591, "grain_outer_radius": 0.033213975817841496, "grain_initial_inner_radius": 0.01537489203130303, "grain_initial_height": 0.11804862700523559, "grain_separation": 0.004417460933046374, "grains_center_of_mass_position": 0.395947474176782, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012604665447577934, "throat_radius": 0.011250448775848325, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556897392808852}], "aerodynamic_surfaces": [{"length": 0.5580142052887959, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348372954913712}, {"n": 4, "root_chord": 0.11948736214237178, "tip_chord": 0.060020583465568746, "span": 0.10896533892147249, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0479780983084541}, {"top_radius": 0.06389196659060198, "bottom_radius": 0.04266574447533931, "length": 0.059894432598787115, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986051397020663, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178511479860984, "upper_button_position": 0.08075399171596787}], "rail_length": 5, "inclination": 85.26279563725258, "heading": 52.94305042063619} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349854704179998, "mass": 14.458819410157124, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3143320164682395, "I_33_without_motor": 0.031012836288061955, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.116318446935031, "trigger": 800, "sampling_rate": 105, "lag": 1.5937550466786339, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.008572378948494, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0359079823214037, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7817.231733936158, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032918829206030564, "grain_number": 5, "grain_density": 1796.9120023772568, "grain_outer_radius": 0.03277410943408476, "grain_initial_inner_radius": 0.015275678513832493, "grain_initial_height": 0.1209877688273713, "grain_separation": 0.003027867005742516, "grains_center_of_mass_position": 0.39826755828111793, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015550179669773566, "throat_radius": 0.011731682439967727, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542627330302714}], "aerodynamic_surfaces": [{"length": 0.5594140366052431, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134108031769813}, {"n": 4, "root_chord": 0.11997264461932657, "tip_chord": 0.06037906005223972, "span": 0.10939138731917808, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0470779561926848}, {"top_radius": 0.0638566729224791, "bottom_radius": 0.043008540602024116, "length": 0.05891058523489061, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993734780378977, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188637888949846, "upper_button_position": 0.08050968914291312}], "rail_length": 5, "inclination": 84.16035626741291, "heading": 54.63509709999226} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350338490355692, "mass": 15.330639513276365, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328766894008762, "I_33_without_motor": 0.060928063902223925, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.877186632159866, "trigger": 800, "sampling_rate": 105, "lag": 1.4360288998707846, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0060595056696238, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4926324960018056, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7653.486736562649, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0330152214274237, "grain_number": 5, "grain_density": 1817.4411813375982, "grain_outer_radius": 0.03307256434789016, "grain_initial_inner_radius": 0.014982781609937414, "grain_initial_height": 0.11907231424581458, "grain_separation": 0.0050317064126968, "grains_center_of_mass_position": 0.3975364915879314, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009170158792501948, "throat_radius": 0.011554017257644853, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2569806434816782}], "aerodynamic_surfaces": [{"length": 0.5584387525853792, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1358200811266776}, {"n": 4, "root_chord": 0.11984236153377535, "tip_chord": 0.05982476228032798, "span": 0.10931091007233693, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048983082681977}, {"top_radius": 0.06290277391717036, "bottom_radius": 0.045366730859127014, "length": 0.05974205039499721, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700557456668743, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169278397603274, "upper_button_position": 0.08362961690841564}], "rail_length": 5, "inclination": 83.57340846679439, "heading": 54.14308884891422} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350470037878699, "mass": 14.957196980018537, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317978157324586, "I_33_without_motor": 0.0326561357929707, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.867299610392104, "trigger": 800, "sampling_rate": 105, "lag": 1.3999050716840786, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9324373194816916, "trigger": "apogee", "sampling_rate": 105, "lag": 1.442197923691443, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5730.282418474224, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03267595626160961, "grain_number": 5, "grain_density": 1824.2712082386834, "grain_outer_radius": 0.03251458928698211, "grain_initial_inner_radius": 0.014989173079162635, "grain_initial_height": 0.11811889202171516, "grain_separation": 0.004568481027128311, "grains_center_of_mass_position": 0.39826361021160356, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005843733161503171, "throat_radius": 0.011536676337200602, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538280013119716}], "aerodynamic_surfaces": [{"length": 0.5581412361919772, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336972601942512}, {"n": 4, "root_chord": 0.12039549145474186, "tip_chord": 0.059428228901117916, "span": 0.1092727308298797, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04933051060263}, {"top_radius": 0.062293670404521564, "bottom_radius": 0.04263557315634927, "length": 0.059397709413721, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986301454095267, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6161854238803897, "upper_button_position": 0.08244472152913707}], "rail_length": 5, "inclination": 84.23884250305765, "heading": 52.46540557635126} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.063497008137503, "mass": 15.795232036281874, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312002659822235, "I_33_without_motor": 0.034856400079797546, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.159311977714067, "trigger": 800, "sampling_rate": 105, "lag": 1.5653850059976655, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0277409062622627, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3567035027349774, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5148.650222501705, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03341062486657566, "grain_number": 5, "grain_density": 1872.5905378087507, "grain_outer_radius": 0.0331726619625803, "grain_initial_inner_radius": 0.014953031339048255, "grain_initial_height": 0.11953404237797409, "grain_separation": 0.0041645997169422735, "grains_center_of_mass_position": 0.39532643538712736, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004313451000055771, "throat_radius": 0.010801008929320568, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545082731926807}], "aerodynamic_surfaces": [{"length": 0.5571778930479131, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135097954255304}, {"n": 4, "root_chord": 0.12054844450295611, "tip_chord": 0.05959517633022458, "span": 0.11047489785101343, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050200539573595}, {"top_radius": 0.06358242118919816, "bottom_radius": 0.04138998819618534, "length": 0.061151953781166855, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009168675774269, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616966801604067, "upper_button_position": 0.08395006597335986}], "rail_length": 5, "inclination": 85.00179719205894, "heading": 53.89188018456639} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.0635047925917363, "mass": 15.668042277047418, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330446112704247, "I_33_without_motor": 0.02554935543964263, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.195664134608773, "trigger": 800, "sampling_rate": 105, "lag": 1.4644185984463203, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0450679308651916, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6754585178285968, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7023.835654441918, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03349202620868232, "grain_number": 5, "grain_density": 1795.8661329333927, "grain_outer_radius": 0.03276926235431197, "grain_initial_inner_radius": 0.015153793435475309, "grain_initial_height": 0.11847173715662838, "grain_separation": 0.004014759708261481, "grains_center_of_mass_position": 0.39732628342188536, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013157748249698667, "throat_radius": 0.01121083678770931, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2529323048621412}], "aerodynamic_surfaces": [{"length": 0.5577548916031074, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339558496055766}, {"n": 4, "root_chord": 0.11979014263623172, "tip_chord": 0.06119898435442471, "span": 0.11012866426350339, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0510458427795628}, {"top_radius": 0.06483196283530966, "bottom_radius": 0.04429209361001685, "length": 0.05816079458207412, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7016028285435688, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175493402211814, "upper_button_position": 0.08405348832238746}], "rail_length": 5, "inclination": 85.33726945010784, "heading": 51.10019268763505} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349859303733188, "mass": 15.51025812180776, "I_11_without_motor": 6.321, "I_22_without_motor": 6.30350608885614, "I_33_without_motor": 0.029656221752317326, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.98201177468097, "trigger": 800, "sampling_rate": 105, "lag": 1.2263394400370227, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9136224306056546, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5532787552423963, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7760.3017034815, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0324836031055401, "grain_number": 5, "grain_density": 1782.6624316134416, "grain_outer_radius": 0.032761883538847084, "grain_initial_inner_radius": 0.015529932921549531, "grain_initial_height": 0.12079741779361097, "grain_separation": 0.004152341725177767, "grains_center_of_mass_position": 0.39671599976948996, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010200830026685257, "throat_radius": 0.011452217403421358, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256862327527494}], "aerodynamic_surfaces": [{"length": 0.5561645004332396, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337423602844066}, {"n": 4, "root_chord": 0.1197170925059811, "tip_chord": 0.061143854362020446, "span": 0.11051773395811693, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505958266883462}, {"top_radius": 0.06381250303795198, "bottom_radius": 0.044072034220538285, "length": 0.060661033006764675, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6971751534346957, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194534473213811, "upper_button_position": 0.07772170611331464}], "rail_length": 5, "inclination": 84.39665220089191, "heading": 56.400669667052476} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349633100962718, "mass": 15.421597257462205, "I_11_without_motor": 6.321, "I_22_without_motor": 6.296744874865687, "I_33_without_motor": 0.03557332192549046, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.045977145627004, "trigger": 800, "sampling_rate": 105, "lag": 1.460968805296853, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.018617085522092, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3131421478261682, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7349.775638291454, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03247033586707861, "grain_number": 5, "grain_density": 1902.3978905021731, "grain_outer_radius": 0.03358279223142759, "grain_initial_inner_radius": 0.015348621377775165, "grain_initial_height": 0.1208542591862917, "grain_separation": 0.0031011588665011106, "grains_center_of_mass_position": 0.3967538214419217, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007441625334252221, "throat_radius": 0.011623369210020263, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537296680754588}], "aerodynamic_surfaces": [{"length": 0.5566084905634968, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341721312063335}, {"n": 4, "root_chord": 0.12055131090704378, "tip_chord": 0.06067767904402236, "span": 0.11012371458737823, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499648148148513}, {"top_radius": 0.0630652719838761, "bottom_radius": 0.04400855821744189, "length": 0.059086727770433466, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986778068392526, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192224831390671, "upper_button_position": 0.07945532370018549}], "rail_length": 5, "inclination": 83.37159725233376, "heading": 50.93096475353311} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350542247250698, "mass": 15.382117055696195, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315613375970872, "I_33_without_motor": 0.02463289712524911, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.871121969698144, "trigger": 800, "sampling_rate": 105, "lag": 1.4552824001166342, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.080164312833054, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0924116708499334, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6338.127224021477, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032713013953397194, "grain_number": 5, "grain_density": 1770.5939760740384, "grain_outer_radius": 0.032457334739341155, "grain_initial_inner_radius": 0.015041513988324783, "grain_initial_height": 0.11967757260763094, "grain_separation": 0.0034477716448205282, "grains_center_of_mass_position": 0.3963755555742347, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00021451700608535445, "throat_radius": 0.01059709352282742, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560173306805222}], "aerodynamic_surfaces": [{"length": 0.5584467098053059, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132608410775836}, {"n": 4, "root_chord": 0.12037555129318099, "tip_chord": 0.061110620718301444, "span": 0.11037922595902985, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482767395281394}, {"top_radius": 0.0643660431074367, "bottom_radius": 0.043149629865944894, "length": 0.0601323265397992, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001393912911225, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172611405913414, "upper_button_position": 0.08287825069978105}], "rail_length": 5, "inclination": 84.6054878376352, "heading": 52.128846137074156} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350288274041703, "mass": 16.044317054013533, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325900177642009, "I_33_without_motor": 0.029260090334757856, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.019018751352325, "trigger": 800, "sampling_rate": 105, "lag": 1.507782431105564, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9112361032961492, "trigger": "apogee", "sampling_rate": 105, "lag": 1.576418196583415, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7386.232058802466, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03247005369939866, "grain_number": 5, "grain_density": 1818.5190282522988, "grain_outer_radius": 0.03236752447095238, "grain_initial_inner_radius": 0.015229329060893934, "grain_initial_height": 0.12049313476296307, "grain_separation": 0.004797987316997205, "grains_center_of_mass_position": 0.3959481259555324, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00025079210347778256, "throat_radius": 0.010915217259112533, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255464364964207}], "aerodynamic_surfaces": [{"length": 0.5564161359537333, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343717083661127}, {"n": 4, "root_chord": 0.11939341054903675, "tip_chord": 0.05995005122976178, "span": 0.11090787128810498, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500241035762672}, {"top_radius": 0.06362054540822017, "bottom_radius": 0.045179840770937826, "length": 0.06064995984361524, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000159483596521, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187399547493135, "upper_button_position": 0.08127599361033855}], "rail_length": 5, "inclination": 85.75856642478648, "heading": 52.898328652038} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350699391877167, "mass": 15.821052805834226, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32865512407438, "I_33_without_motor": 0.04873098673127014, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.005746853996838, "trigger": 800, "sampling_rate": 105, "lag": 1.2957773038614397, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.007370947346326, "trigger": "apogee", "sampling_rate": 105, "lag": 1.510503141992439, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6666.704049133691, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032275657825147956, "grain_number": 5, "grain_density": 1826.2494005008487, "grain_outer_radius": 0.032726148094374324, "grain_initial_inner_radius": 0.015066684427793327, "grain_initial_height": 0.11966900524188862, "grain_separation": 0.005148997100322091, "grains_center_of_mass_position": 0.3978028492222004, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012755401334486128, "throat_radius": 0.010956920798014606, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550108975068184}], "aerodynamic_surfaces": [{"length": 0.5560036867170889, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334305742778419}, {"n": 4, "root_chord": 0.12018925594627812, "tip_chord": 0.05956356176106099, "span": 0.10995204031987145, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497859513185244}, {"top_radius": 0.062399777280240244, "bottom_radius": 0.04303562874574083, "length": 0.059921518623828225, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988761260728733, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175077282864825, "upper_button_position": 0.08136839778639082}], "rail_length": 5, "inclination": 85.42174397018958, "heading": 55.82123905482311} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.0635067531731674, "mass": 16.199062715534293, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319221283868398, "I_33_without_motor": 0.03867719623870752, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.864232706276837, "trigger": 800, "sampling_rate": 105, "lag": 1.4519280485732, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9588536615726344, "trigger": "apogee", "sampling_rate": 105, "lag": 1.736245883564214, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6254.316463551493, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033133431454458524, "grain_number": 5, "grain_density": 1796.2923398158002, "grain_outer_radius": 0.03301513129906961, "grain_initial_inner_radius": 0.01584470383465413, "grain_initial_height": 0.120772528298804, "grain_separation": 0.00477407943037444, "grains_center_of_mass_position": 0.39805078124047194, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00033641233007913125, "throat_radius": 0.011476894674809033, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2568872308200532}], "aerodynamic_surfaces": [{"length": 0.560046282711371, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329006073999532}, {"n": 4, "root_chord": 0.12006335718420556, "tip_chord": 0.060444727942538766, "span": 0.11021711169113492, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496001600921319}, {"top_radius": 0.06403647660772714, "bottom_radius": 0.04404705253392635, "length": 0.06074603485136259, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994006255415955, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178670676008958, "upper_button_position": 0.08153355794069972}], "rail_length": 5, "inclination": 83.36313921334146, "heading": 54.088849340123} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349898901772161, "mass": 15.722207396310253, "I_11_without_motor": 6.321, "I_22_without_motor": 6.301880184634308, "I_33_without_motor": 0.05165998848440077, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.916428338081104, "trigger": 800, "sampling_rate": 105, "lag": 1.5517967471756686, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1210485205233278, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7479700155766906, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6685.113625932307, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03273583273887633, "grain_number": 5, "grain_density": 1881.7084026160996, "grain_outer_radius": 0.03288599786831229, "grain_initial_inner_radius": 0.015045978567889463, "grain_initial_height": 0.11879651543149346, "grain_separation": 0.007777648750313566, "grains_center_of_mass_position": 0.39748498560127643, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004551663432214989, "throat_radius": 0.010301481257224295, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539969327106963}], "aerodynamic_surfaces": [{"length": 0.5583168320432121, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347275622606465}, {"n": 4, "root_chord": 0.1196694727826889, "tip_chord": 0.05982038703108163, "span": 0.11009656670254052, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493444746301632}, {"top_radius": 0.06337317665678267, "bottom_radius": 0.04358125518170916, "length": 0.061666955939427205, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000197786023387, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175389042205809, "upper_button_position": 0.08248087438175777}], "rail_length": 5, "inclination": 85.10362056725347, "heading": 53.31427028723717} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350897084458555, "mass": 14.998470285534841, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317737482253034, "I_33_without_motor": 0.020558961844493972, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.103495725961537, "trigger": 800, "sampling_rate": 105, "lag": 1.549922437111463, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1098140613977192, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3335697973638858, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6771.454373271171, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03239291575423925, "grain_number": 5, "grain_density": 1865.1739866278635, "grain_outer_radius": 0.033002268558982376, "grain_initial_inner_radius": 0.014939781968150687, "grain_initial_height": 0.12135493389864205, "grain_separation": 0.004916564870068819, "grains_center_of_mass_position": 0.3983285247813036, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008948239931217601, "throat_radius": 0.010308991989054415, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547054756624905}], "aerodynamic_surfaces": [{"length": 0.5563734823698824, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351781267728707}, {"n": 4, "root_chord": 0.12041578401972322, "tip_chord": 0.059912768885122474, "span": 0.11078994136135825, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487000035050777}, {"top_radius": 0.0634731385241261, "bottom_radius": 0.04374126545420853, "length": 0.05937573948412866, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983038587258739, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195980360695443, "upper_button_position": 0.07870582265632953}], "rail_length": 5, "inclination": 87.15074484677669, "heading": 52.142424843623125} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350319306975806, "mass": 14.777890880468227, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313299325359677, "I_33_without_motor": 0.0217104804391645, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.881386218750057, "trigger": 800, "sampling_rate": 105, "lag": 1.5151768552532492, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0245098784994875, "trigger": "apogee", "sampling_rate": 105, "lag": 1.558694295756964, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5419.232459088683, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0334893167591263, "grain_number": 5, "grain_density": 1812.0440469770897, "grain_outer_radius": 0.03351423496267414, "grain_initial_inner_radius": 0.015154076234006091, "grain_initial_height": 0.1214342869261388, "grain_separation": 0.005192271975023031, "grains_center_of_mass_position": 0.39667421000207065, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008295535045348639, "throat_radius": 0.011152038861780527, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255275723663976}], "aerodynamic_surfaces": [{"length": 0.5571018660334127, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342197920376782}, {"n": 4, "root_chord": 0.12046319041724131, "tip_chord": 0.06033817367125807, "span": 0.10988981256969771, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502513155109972}, {"top_radius": 0.06424410237794247, "bottom_radius": 0.04485479114144693, "length": 0.05744527060726356, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988607837477897, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184682628119512, "upper_button_position": 0.08039252093583849}], "rail_length": 5, "inclination": 84.73170927548115, "heading": 54.77628549484833} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350830924409603, "mass": 15.81722441201441, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320604405197846, "I_33_without_motor": 0.04065208831094297, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.908089607631668, "trigger": 800, "sampling_rate": 105, "lag": 1.4508095827586078, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.076168484152747, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2180546816877285, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6099.237492185157, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032461993362404254, "grain_number": 5, "grain_density": 1828.7783457284406, "grain_outer_radius": 0.033555149265579155, "grain_initial_inner_radius": 0.014580219872818682, "grain_initial_height": 0.12055774055412737, "grain_separation": 0.006208418894144588, "grains_center_of_mass_position": 0.39768541476924474, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006639568055845599, "throat_radius": 0.011312197028210395, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255416741345136}], "aerodynamic_surfaces": [{"length": 0.5578419482029034, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329975724980452}, {"n": 4, "root_chord": 0.11969135345014446, "tip_chord": 0.05964943712214552, "span": 0.11005263476678913, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048741932386904}, {"top_radius": 0.06279509682893678, "bottom_radius": 0.042282381318099735, "length": 0.05941879253306589, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699967984242046, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6198678985268771, "upper_button_position": 0.08010008571516891}], "rail_length": 5, "inclination": 82.82548276244023, "heading": 55.12074506829138} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349743559523423, "mass": 14.603516981889333, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309753078962396, "I_33_without_motor": 0.04348075197915556, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.974336088033231, "trigger": 800, "sampling_rate": 105, "lag": 1.6083636546396545, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9044809959430629, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4169049773335853, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6588.7778972326, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03367251525579984, "grain_number": 5, "grain_density": 1764.7475772923858, "grain_outer_radius": 0.03210919727622458, "grain_initial_inner_radius": 0.014925815296768985, "grain_initial_height": 0.12090371960649751, "grain_separation": 0.005788234128047314, "grains_center_of_mass_position": 0.3967547246626459, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00042150825973708575, "throat_radius": 0.010026691839883277, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544595156534568}], "aerodynamic_surfaces": [{"length": 0.5580135567564397, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338063337082156}, {"n": 4, "root_chord": 0.11984631992354125, "tip_chord": 0.05986631765258524, "span": 0.10978327969638671, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489025376699632}, {"top_radius": 0.06371520065496838, "bottom_radius": 0.04306356794688502, "length": 0.059129015651123516, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007570211697884, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183365669477182, "upper_button_position": 0.08242045422207023}], "rail_length": 5, "inclination": 86.85031889216704, "heading": 53.1137392431712} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350392507660191, "mass": 14.796778358013642, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316826718620083, "I_33_without_motor": 0.024562541956109206, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.885244902657819, "trigger": 800, "sampling_rate": 105, "lag": 1.5738511618968665, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0589220231585652, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7300883242522453, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7861.840930584342, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03301577758116889, "grain_number": 5, "grain_density": 1751.754873573745, "grain_outer_radius": 0.03302084232460985, "grain_initial_inner_radius": 0.015568171912042912, "grain_initial_height": 0.11993053440505161, "grain_separation": 0.004084155112517415, "grains_center_of_mass_position": 0.3970368352937043, "center_of_dry_mass_position": 0.317, "nozzle_position": 6.502030967039203e-05, "throat_radius": 0.010551442054175351, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545654199234857}], "aerodynamic_surfaces": [{"length": 0.5589773284291976, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1312344874984877}, {"n": 4, "root_chord": 0.12063283767609871, "tip_chord": 0.061595446741997746, "span": 0.10964936995687315, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497160125034128}, {"top_radius": 0.06604004472780134, "bottom_radius": 0.0437940181023233, "length": 0.06088864374203658, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699433759861041, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616631163206998, "upper_button_position": 0.08280259665404299}], "rail_length": 5, "inclination": 83.7716568860205, "heading": 49.80142079428342} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349673146070925, "mass": 15.39132594441265, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322928287821411, "I_33_without_motor": 0.0123068429024768, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.913704493840372, "trigger": 800, "sampling_rate": 105, "lag": 1.655134768405101, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0813958795841163, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5913088487070306, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7478.561434877835, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03330434685155811, "grain_number": 5, "grain_density": 1724.8830404902267, "grain_outer_radius": 0.03280156155063834, "grain_initial_inner_radius": 0.01471681308107096, "grain_initial_height": 0.11988217049155234, "grain_separation": 0.005397020894477585, "grains_center_of_mass_position": 0.3976906248057454, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010287941733998498, "throat_radius": 0.011650938268496494, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2569055781898626}], "aerodynamic_surfaces": [{"length": 0.5581182930817026, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1317934143910204}, {"n": 4, "root_chord": 0.11941109137700971, "tip_chord": 0.06030058437312828, "span": 0.10989717728893442, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496441631172182}, {"top_radius": 0.06373392765748141, "bottom_radius": 0.04329496667540894, "length": 0.060539317802428, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986019316870675, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164384314829218, "upper_button_position": 0.08216350020414576}], "rail_length": 5, "inclination": 85.01287459737024, "heading": 53.1711266637433} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350684339384977, "mass": 15.317804708456025, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317217469480357, "I_33_without_motor": 0.04880436458238535, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.952318619135188, "trigger": 800, "sampling_rate": 105, "lag": 1.5939448419249447, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.963188412689087, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6432837775202866, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4612.125220138124, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03419521187247087, "grain_number": 5, "grain_density": 1710.9953146913683, "grain_outer_radius": 0.03308958225584961, "grain_initial_inner_radius": 0.01444071200604207, "grain_initial_height": 0.11963950934226544, "grain_separation": 0.003494743198697279, "grains_center_of_mass_position": 0.3958106537730422, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0018654420917057879, "throat_radius": 0.011204664017389423, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2531654749925847}], "aerodynamic_surfaces": [{"length": 0.5574091293424351, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1356885230909655}, {"n": 4, "root_chord": 0.11973317319923739, "tip_chord": 0.06029312056512492, "span": 0.11061500593143946, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490856584932522}, {"top_radius": 0.06437641216784508, "bottom_radius": 0.0437156225404265, "length": 0.059581187657196354, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986522120392317, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.620035821128957, "upper_button_position": 0.07861639091027461}], "rail_length": 5, "inclination": 85.04086675534593, "heading": 49.26106872742935} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06351423288518672, "mass": 15.933505870789686, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316957300804385, "I_33_without_motor": 0.0415781911870391, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.8983464897688, "trigger": 800, "sampling_rate": 105, "lag": 1.2973072307036402, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9830377438480496, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5952261565726644, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6259.413491038417, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032811910038563326, "grain_number": 5, "grain_density": 1849.7625226113912, "grain_outer_radius": 0.03363403680103086, "grain_initial_inner_radius": 0.015508618798152308, "grain_initial_height": 0.11936115168584055, "grain_separation": 0.006080463737523268, "grains_center_of_mass_position": 0.39687538672519906, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0020658408799700233, "throat_radius": 0.010702542520285763, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254539137116838}], "aerodynamic_surfaces": [{"length": 0.559442031497557, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348707650999788}, {"n": 4, "root_chord": 0.11939696278826778, "tip_chord": 0.059841030203634196, "span": 0.11095695824939607, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050470123184061}, {"top_radius": 0.06303510193893488, "bottom_radius": 0.043343294253564084, "length": 0.06015935429914722, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013507539315993, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194109994407165, "upper_button_position": 0.08193975449088275}], "rail_length": 5, "inclination": 84.64337448520968, "heading": 53.8942816836968} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349566880549241, "mass": 15.209655146678967, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307579476652271, "I_33_without_motor": 0.038142227632869466, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.118637842869937, "trigger": 800, "sampling_rate": 105, "lag": 1.4850962738026914, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.938422311689282, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4429806304178427, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7189.470228649811, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03327149681075643, "grain_number": 5, "grain_density": 1782.0676738460681, "grain_outer_radius": 0.03291832514492976, "grain_initial_inner_radius": 0.014605915227839886, "grain_initial_height": 0.11959085578924503, "grain_separation": 0.005582470964103373, "grains_center_of_mass_position": 0.39696800701780693, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008002793935647448, "throat_radius": 0.010796470480638537, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545442193255143}], "aerodynamic_surfaces": [{"length": 0.5587719020643478, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1358750834691913}, {"n": 4, "root_chord": 0.12001336741638016, "tip_chord": 0.06032126694719816, "span": 0.11002998765805046, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485693211665774}, {"top_radius": 0.06313029862696792, "bottom_radius": 0.04285518149279612, "length": 0.06192639145227479, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014488563820731, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175908545914532, "upper_button_position": 0.08385800179061986}], "rail_length": 5, "inclination": 84.54671500815526, "heading": 51.453417399618075} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350167452432469, "mass": 15.765172856817665, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313115197658464, "I_33_without_motor": 0.023215049254058574, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.077286875696439, "trigger": 800, "sampling_rate": 105, "lag": 1.4834909169992556, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.08305893688785, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5632784276611902, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6914.607843137931, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03331001853347609, "grain_number": 5, "grain_density": 1893.958040162633, "grain_outer_radius": 0.033493217385422026, "grain_initial_inner_radius": 0.014941565646522662, "grain_initial_height": 0.12069015694110509, "grain_separation": 0.0048627525361055355, "grains_center_of_mass_position": 0.39733018190655467, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0017355502364143282, "throat_radius": 0.010437207270918271, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538070189907122}], "aerodynamic_surfaces": [{"length": 0.5585954010028936, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134659359116568}, {"n": 4, "root_chord": 0.1198905289446429, "tip_chord": 0.06032270470847246, "span": 0.11146199305531894, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488801539189716}, {"top_radius": 0.06391437063072429, "bottom_radius": 0.043831533690939437, "length": 0.06018362355724476, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989903751340436, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617965606404669, "upper_button_position": 0.08102476872937459}], "rail_length": 5, "inclination": 84.68176154576784, "heading": 54.17296818410099} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350476229618916, "mass": 15.737942489511626, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3259893405811605, "I_33_without_motor": 0.027003256309533284, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.959094662283425, "trigger": 800, "sampling_rate": 105, "lag": 1.4697380681147614, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0260481167958617, "trigger": "apogee", "sampling_rate": 105, "lag": 1.477568201664112, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5503.485074814133, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03402772956838562, "grain_number": 5, "grain_density": 1787.6489519106888, "grain_outer_radius": 0.03324645774447989, "grain_initial_inner_radius": 0.014720530149305393, "grain_initial_height": 0.12063942073448998, "grain_separation": 0.003854071485112296, "grains_center_of_mass_position": 0.3961286338260122, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014013456037623249, "throat_radius": 0.010788068053289142, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536370328103699}], "aerodynamic_surfaces": [{"length": 0.5582898022924815, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346742325620256}, {"n": 4, "root_chord": 0.12009709600416087, "tip_chord": 0.05988834034980403, "span": 0.11040978077715939, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502176125489877}, {"top_radius": 0.06400022474469012, "bottom_radius": 0.0423882574072207, "length": 0.05869392505305384, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994383282208398, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189286277148652, "upper_button_position": 0.08050970050597461}], "rail_length": 5, "inclination": 83.48906535231214, "heading": 52.468909748177815} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350554654068905, "mass": 15.317755193913833, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318029907561218, "I_33_without_motor": 0.03957467927429755, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.873621264234329, "trigger": 800, "sampling_rate": 105, "lag": 1.4381743919886625, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9301748687325935, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7542104043042186, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4630.415445497931, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03276914790520007, "grain_number": 5, "grain_density": 1782.843282315904, "grain_outer_radius": 0.03308439551362254, "grain_initial_inner_radius": 0.01433507072476243, "grain_initial_height": 0.12092951084394456, "grain_separation": 0.0038262155025493017, "grains_center_of_mass_position": 0.39615196993724877, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010052584161114352, "throat_radius": 0.010569212344075776, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542517689186143}], "aerodynamic_surfaces": [{"length": 0.5579166450259603, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333013245912402}, {"n": 4, "root_chord": 0.11955852627732316, "tip_chord": 0.05967653033634155, "span": 0.11026874484889639, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0475672950267956}, {"top_radius": 0.06307115501511477, "bottom_radius": 0.04462963405529092, "length": 0.06128987208783556, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007096412294812, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180788335260321, "upper_button_position": 0.0826308077034491}], "rail_length": 5, "inclination": 86.11220922255153, "heading": 52.89866149530115} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349082882228409, "mass": 15.220281557707096, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319997747911126, "I_33_without_motor": 0.03258640758955905, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.924206985899366, "trigger": 800, "sampling_rate": 105, "lag": 1.481097398016999, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9783202365774889, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4298650833630664, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8240.694305900417, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03350887270312163, "grain_number": 5, "grain_density": 1737.115098919301, "grain_outer_radius": 0.03303789415865708, "grain_initial_inner_radius": 0.015121975404089877, "grain_initial_height": 0.12208597151632199, "grain_separation": 0.005002166932120158, "grains_center_of_mass_position": 0.39598657146544447, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0022642513571435067, "throat_radius": 0.011211736357648378, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2565326503866108}], "aerodynamic_surfaces": [{"length": 0.5593591094319647, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337568667491105}, {"n": 4, "root_chord": 0.11973006696093046, "tip_chord": 0.05990493255943506, "span": 0.11000037845996426, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507405494687234}, {"top_radius": 0.06391450500789973, "bottom_radius": 0.04188451772487153, "length": 0.05939100293448318, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987362493335005, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173977239101301, "upper_button_position": 0.08133852542337039}], "rail_length": 5, "inclination": 85.75140264645093, "heading": 55.92723342439991} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350454884659375, "mass": 15.575793943336066, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3045764984106425, "I_33_without_motor": 0.032741418764111505, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.125484943678348, "trigger": 800, "sampling_rate": 105, "lag": 1.48050589541669, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9739382656338366, "trigger": "apogee", "sampling_rate": 105, "lag": 1.246859371811499, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6424.345465794748, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03323134651574753, "grain_number": 5, "grain_density": 1833.2885304333504, "grain_outer_radius": 0.03321581443622588, "grain_initial_inner_radius": 0.015029946795461813, "grain_initial_height": 0.12089219390325275, "grain_separation": 0.005755512374230166, "grains_center_of_mass_position": 0.3978098016313718, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004306889097946384, "throat_radius": 0.010672892441090374, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2518068141198118}], "aerodynamic_surfaces": [{"length": 0.5577075443850577, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134506371565343}, {"n": 4, "root_chord": 0.1196840511625688, "tip_chord": 0.06035436079017904, "span": 0.11097774674606789, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486929632415978}, {"top_radius": 0.062427614509980814, "bottom_radius": 0.04321247216413305, "length": 0.06056295500882864, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989679166627843, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174164857420293, "upper_button_position": 0.08155143092075501}], "rail_length": 5, "inclination": 85.00311538712113, "heading": 51.43710667290733} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350029685328268, "mass": 15.066377893121183, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314056036843193, "I_33_without_motor": 0.02970389819190481, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.007271179175723, "trigger": 800, "sampling_rate": 105, "lag": 1.3875430093711345, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9351201260781865, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6045760613202042, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7482.886923373837, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03207522307769929, "grain_number": 5, "grain_density": 1745.8825118038887, "grain_outer_radius": 0.03304525529748037, "grain_initial_inner_radius": 0.014560591025697364, "grain_initial_height": 0.11967507092425923, "grain_separation": 0.005051895599880892, "grains_center_of_mass_position": 0.39622890633731017, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00013392645523836635, "throat_radius": 0.01080076188192141, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546793957707565}], "aerodynamic_surfaces": [{"length": 0.5575223798707428, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133117621226413}, {"n": 4, "root_chord": 0.12008053775237337, "tip_chord": 0.06012002683661644, "span": 0.10952085276562491, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048615863485334}, {"top_radius": 0.06375654214181165, "bottom_radius": 0.04420097057597581, "length": 0.05963164568665059, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985277016899764, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166134683013736, "upper_button_position": 0.08191423338860271}], "rail_length": 5, "inclination": 84.22782965881055, "heading": 52.31499802621974} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350707380807287, "mass": 15.479954788878379, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318210886322071, "I_33_without_motor": 0.028325091989621628, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.026604564520447, "trigger": 800, "sampling_rate": 105, "lag": 1.5589762038862598, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0248207671489709, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8685259422429505, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6053.594889167565, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03285614686598662, "grain_number": 5, "grain_density": 1820.6127360552296, "grain_outer_radius": 0.033671585108889214, "grain_initial_inner_radius": 0.015299845187456675, "grain_initial_height": 0.12029320113713864, "grain_separation": 0.005601808918462693, "grains_center_of_mass_position": 0.39728689568337305, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015246980023356452, "throat_radius": 0.011529344786680527, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548947952558676}], "aerodynamic_surfaces": [{"length": 0.5580959563573027, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343815839748497}, {"n": 4, "root_chord": 0.12120255139504334, "tip_chord": 0.060670357562923105, "span": 0.10968920515358886, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508903223114139}, {"top_radius": 0.06218890611712263, "bottom_radius": 0.044013238155710274, "length": 0.06049815429317426, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996482925172948, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176327189520902, "upper_button_position": 0.08201557356520461}], "rail_length": 5, "inclination": 84.8313558250421, "heading": 51.64816776221661} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.063504364336264, "mass": 15.577014347678256, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316872653870287, "I_33_without_motor": 0.04684194588129432, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.053782925950255, "trigger": 800, "sampling_rate": 105, "lag": 1.6092902062361685, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9746685392137535, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5016831694907844, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6416.782374952336, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03248176428415398, "grain_number": 5, "grain_density": 1864.9662643417007, "grain_outer_radius": 0.032864405056241504, "grain_initial_inner_radius": 0.014524781064739948, "grain_initial_height": 0.12057988275129841, "grain_separation": 0.004183618937047273, "grains_center_of_mass_position": 0.39741171425971517, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006954014316442791, "throat_radius": 0.011034974564439684, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536742310540916}], "aerodynamic_surfaces": [{"length": 0.5582170125686764, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347421693224593}, {"n": 4, "root_chord": 0.12024315435945944, "tip_chord": 0.0589772673879039, "span": 0.1101187617398641, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.047307318754066}, {"top_radius": 0.06601214484312734, "bottom_radius": 0.044760777443226964, "length": 0.058336815705963094, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991878726847791, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6200487161818139, "upper_button_position": 0.07913915650296521}], "rail_length": 5, "inclination": 85.89911061320122, "heading": 50.48512685939315} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350107701496381, "mass": 16.224114228951116, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318090123657085, "I_33_without_motor": 0.03446392354368619, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.145604373488577, "trigger": 800, "sampling_rate": 105, "lag": 1.4475853673195802, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9869974352723179, "trigger": "apogee", "sampling_rate": 105, "lag": 1.555555561248939, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7446.941931902455, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03375195674849046, "grain_number": 5, "grain_density": 1823.0181290375199, "grain_outer_radius": 0.033122881384274064, "grain_initial_inner_radius": 0.014798007478156114, "grain_initial_height": 0.12110518585518532, "grain_separation": 0.007542708874304655, "grains_center_of_mass_position": 0.39681226906559597, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00030018147572222664, "throat_radius": 0.011536895953893995, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561288750182327}], "aerodynamic_surfaces": [{"length": 0.5591736876077531, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343795355530535}, {"n": 4, "root_chord": 0.11999693151319057, "tip_chord": 0.05914311902003162, "span": 0.11076737804957855, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051874870293988}, {"top_radius": 0.06382877203024756, "bottom_radius": 0.042081912693108556, "length": 0.06122123533246738, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000697207521237, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175150699545793, "upper_button_position": 0.08255465079754443}], "rail_length": 5, "inclination": 83.17774948192276, "heading": 50.65996553046244} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350090991874352, "mass": 15.904802697707549, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335485083812596, "I_33_without_motor": 0.036407292525584764, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.942021626203347, "trigger": 800, "sampling_rate": 105, "lag": 1.6360240581105034, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.98326097797749, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3179832538302003, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8468.759088928255, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033223114437832914, "grain_number": 5, "grain_density": 1842.7337868578397, "grain_outer_radius": 0.033201773781822506, "grain_initial_inner_radius": 0.014445201170566463, "grain_initial_height": 0.11836681108209275, "grain_separation": 0.0043903967413711515, "grains_center_of_mass_position": 0.39712719544060743, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0017967484537934819, "throat_radius": 0.01163104047068946, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557335917911747}], "aerodynamic_surfaces": [{"length": 0.5601549055277314, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334054419648232}, {"n": 4, "root_chord": 0.12034437374005641, "tip_chord": 0.059735338133124295, "span": 0.11066873278331008, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483558410957776}, {"top_radius": 0.06342829381754868, "bottom_radius": 0.0431452009516794, "length": 0.05900593995393827, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000064936516026, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616907330360803, "upper_button_position": 0.08309916329079958}], "rail_length": 5, "inclination": 83.46302563616625, "heading": 54.3725217177071} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350042574034626, "mass": 15.416090025141125, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32198630797265, "I_33_without_motor": 0.028922681968413758, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.916916096301291, "trigger": 800, "sampling_rate": 105, "lag": 1.5632565739421544, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0484435929555278, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5998903887302913, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6007.602458728309, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033193311522475726, "grain_number": 5, "grain_density": 1851.1953899170087, "grain_outer_radius": 0.03294400943123391, "grain_initial_inner_radius": 0.015232047206584809, "grain_initial_height": 0.12077966708231988, "grain_separation": 0.004116036503100613, "grains_center_of_mass_position": 0.3965791066533947, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004350109420159302, "throat_radius": 0.010416445190966815, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254985896224875}], "aerodynamic_surfaces": [{"length": 0.5580034371399888, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334533757992908}, {"n": 4, "root_chord": 0.12002028572543344, "tip_chord": 0.05933581025413382, "span": 0.11063296861822786, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049527689671282}, {"top_radius": 0.06490810263474049, "bottom_radius": 0.04336236562332606, "length": 0.05896224457591015, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998260842678888, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175642342913025, "upper_button_position": 0.08226184997658637}], "rail_length": 5, "inclination": 85.95185572575598, "heading": 54.42815584972668} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350355048587777, "mass": 15.522008876839557, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309593147108469, "I_33_without_motor": 0.03301214737597261, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.828380868370486, "trigger": 800, "sampling_rate": 105, "lag": 1.618738384529881, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.917721372009533, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8838040585219882, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7000.195312236084, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03348812011145412, "grain_number": 5, "grain_density": 1832.7920735641542, "grain_outer_radius": 0.033647263624879485, "grain_initial_inner_radius": 0.01467405120298908, "grain_initial_height": 0.11997844687960592, "grain_separation": 0.006130041769342161, "grains_center_of_mass_position": 0.39740469421927616, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0001612734200199196, "throat_radius": 0.010188143104148872, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555743265838832}], "aerodynamic_surfaces": [{"length": 0.559297201834306, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1326492377935748}, {"n": 4, "root_chord": 0.12024695639959587, "tip_chord": 0.05968709797462842, "span": 0.11068837772133554, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506020030982253}, {"top_radius": 0.06211319824963878, "bottom_radius": 0.04449205197735512, "length": 0.06004529091555985, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994263085523564, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179191900970524, "upper_button_position": 0.081507118455304}], "rail_length": 5, "inclination": 83.42896601800047, "heading": 54.21471341373417} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349053597075997, "mass": 14.887290025142912, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332700252164449, "I_33_without_motor": 0.03282106532145743, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.956211622952148, "trigger": 800, "sampling_rate": 105, "lag": 1.570384664400308, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0382089118057536, "trigger": "apogee", "sampling_rate": 105, "lag": 1.943585152996374, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5916.245783860689, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03320792957083623, "grain_number": 5, "grain_density": 1857.7312392110841, "grain_outer_radius": 0.032895445761868015, "grain_initial_inner_radius": 0.015215163877973215, "grain_initial_height": 0.12027801364898981, "grain_separation": 0.006280345888354306, "grains_center_of_mass_position": 0.3967887384527946, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00048559612019355615, "throat_radius": 0.011225183353755655, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547042690704056}], "aerodynamic_surfaces": [{"length": 0.5590085517993265, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340892476717674}, {"n": 4, "root_chord": 0.11962286354881255, "tip_chord": 0.06005927687120738, "span": 0.11081617750248181, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501845693910203}, {"top_radius": 0.062217577281200184, "bottom_radius": 0.04615663523957653, "length": 0.059858031359456304, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987121115446517, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.61928163696385, "upper_button_position": 0.07943047458080177}], "rail_length": 5, "inclination": 84.766040073892, "heading": 53.9612811224555} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06350980810565254, "mass": 15.594970424257019, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329049034065322, "I_33_without_motor": 0.03244515018555449, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.984777426626145, "trigger": 800, "sampling_rate": 105, "lag": 1.6130138692693405, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0405734212182374, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3227676314079395, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7051.743974991911, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03256472806600695, "grain_number": 5, "grain_density": 1872.4802056787412, "grain_outer_radius": 0.03289715228010311, "grain_initial_inner_radius": 0.015122319598498933, "grain_initial_height": 0.11821806370008622, "grain_separation": 0.0061287298013688605, "grains_center_of_mass_position": 0.3960802356711631, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015329899931580497, "throat_radius": 0.010640651179845, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256780702931707}], "aerodynamic_surfaces": [{"length": 0.55934999802088, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351439265566297}, {"n": 4, "root_chord": 0.12083510876515671, "tip_chord": 0.059890534331671165, "span": 0.11030389144496713, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503203267301964}, {"top_radius": 0.06468265815194345, "bottom_radius": 0.04534023802871909, "length": 0.05989834214447587, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013633209175109, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168448710981224, "upper_button_position": 0.0845184498193885}], "rail_length": 5, "inclination": 84.94037223695648, "heading": 55.41169384977013} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349559521553617, "mass": 14.981877428447321, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324833443258268, "I_33_without_motor": 0.04526019032633237, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.031983500452094, "trigger": 800, "sampling_rate": 105, "lag": 1.563075176035668, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8661992631387225, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8500918860089082, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7489.20166945403, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032241256538161046, "grain_number": 5, "grain_density": 1836.1592782733003, "grain_outer_radius": 0.03274841030229667, "grain_initial_inner_radius": 0.015198401760179088, "grain_initial_height": 0.12000721415835305, "grain_separation": 0.005545077870872106, "grains_center_of_mass_position": 0.3966897667300016, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001145107654091696, "throat_radius": 0.010419404006696243, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552643745415841}], "aerodynamic_surfaces": [{"length": 0.5590857464315206, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344960491804512}, {"n": 4, "root_chord": 0.12009012796232586, "tip_chord": 0.06049221192968604, "span": 0.11034275038387745, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500745728280525}, {"top_radius": 0.06255458149551614, "bottom_radius": 0.043602985665167265, "length": 0.05994992092315143, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003578009978595, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195887307195728, "upper_button_position": 0.08076907027828673}], "rail_length": 5, "inclination": 83.41960093150337, "heading": 51.947363168431174} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.0634886141068208, "mass": 16.067180694486982, "I_11_without_motor": 6.321, "I_22_without_motor": 6.344285263975397, "I_33_without_motor": 0.028854181979704255, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.809664872231794, "trigger": 800, "sampling_rate": 105, "lag": 1.444277390387796, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0226172371498643, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6395873428260355, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5714.709569981169, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03249321455893528, "grain_number": 5, "grain_density": 1774.610700672463, "grain_outer_radius": 0.033485106793936875, "grain_initial_inner_radius": 0.015145146172586563, "grain_initial_height": 0.11937455512472261, "grain_separation": 0.00476440434440536, "grains_center_of_mass_position": 0.3956615772244012, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0028665825588268965, "throat_radius": 0.010314336128262016, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560800419315141}], "aerodynamic_surfaces": [{"length": 0.5592974878368064, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132610937710585}, {"n": 4, "root_chord": 0.12059983108493114, "tip_chord": 0.06044724408307024, "span": 0.11010599107370056, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483399009026833}, {"top_radius": 0.06342655686655059, "bottom_radius": 0.04312643406614467, "length": 0.05976306449024588, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012392965914643, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192325619090756, "upper_button_position": 0.08200673468238873}], "rail_length": 5, "inclination": 83.24245270689299, "heading": 55.42120041268247} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350070980967339, "mass": 15.16176441092866, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327174941590485, "I_33_without_motor": 0.04179193549389934, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.904020065791395, "trigger": 800, "sampling_rate": 105, "lag": 1.4869016875815206, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0976124539315455, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5146672466174376, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7377.511916199385, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03293314069719315, "grain_number": 5, "grain_density": 1840.1445923571468, "grain_outer_radius": 0.0330025651524716, "grain_initial_inner_radius": 0.015401584755787862, "grain_initial_height": 0.12088044376490382, "grain_separation": 0.0036739010428217386, "grains_center_of_mass_position": 0.39686360014876176, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012187947785555662, "throat_radius": 0.011023061956013663, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563757427902444}], "aerodynamic_surfaces": [{"length": 0.557295049520706, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134827444952176}, {"n": 4, "root_chord": 0.11993867173128116, "tip_chord": 0.05982353057943303, "span": 0.10925600722355662, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491910777770654}, {"top_radius": 0.062059513842721105, "bottom_radius": 0.045845711119197344, "length": 0.058183945646710235, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986547350755301, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190112772262406, "upper_button_position": 0.0796434578492895}], "rail_length": 5, "inclination": 84.14643654726746, "heading": 52.825945302752935} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06351097321773423, "mass": 15.56241228471256, "I_11_without_motor": 6.321, "I_22_without_motor": 6.303904025962685, "I_33_without_motor": 0.01312659555280575, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.046104879095843, "trigger": 800, "sampling_rate": 105, "lag": 1.601155395970093, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0340109336332242, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6024442584846585, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6200.500911669871, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03269699716015127, "grain_number": 5, "grain_density": 1859.9466746350633, "grain_outer_radius": 0.0330885005823308, "grain_initial_inner_radius": 0.01609626496979501, "grain_initial_height": 0.12075141489451467, "grain_separation": 0.005723228384964181, "grains_center_of_mass_position": 0.3967163030539205, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001241556696208446, "throat_radius": 0.0106561752319036, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254262053446642}], "aerodynamic_surfaces": [{"length": 0.5593046209116922, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332856553453232}, {"n": 4, "root_chord": 0.12055695746913168, "tip_chord": 0.060065685638743926, "span": 0.11095189247755868, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0510959549032606}, {"top_radius": 0.06294542219401995, "bottom_radius": 0.04316328065455426, "length": 0.060480883192852705, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992197846151538, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178367348822084, "upper_button_position": 0.08138304973294541}], "rail_length": 5, "inclination": 83.83095027003907, "heading": 51.66487976767092} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350216396057552, "mass": 15.650654825788518, "I_11_without_motor": 6.321, "I_22_without_motor": 6.2930049952234555, "I_33_without_motor": 0.025653536830204257, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.986173291880634, "trigger": 800, "sampling_rate": 105, "lag": 1.4204343079819473, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9412218268030474, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7838728880099568, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5212.363969080781, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0337828376874008, "grain_number": 5, "grain_density": 1794.863892192482, "grain_outer_radius": 0.0330347947062013, "grain_initial_inner_radius": 0.015456533039013487, "grain_initial_height": 0.12194448641787489, "grain_separation": 0.004026447481443489, "grains_center_of_mass_position": 0.3975604378343574, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005725310667855966, "throat_radius": 0.010759401896250374, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547798646344224}], "aerodynamic_surfaces": [{"length": 0.5584244169964271, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334678741471191}, {"n": 4, "root_chord": 0.1203762876537493, "tip_chord": 0.060245283190676485, "span": 0.11028048219255038, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0509965594924644}, {"top_radius": 0.06351658539194285, "bottom_radius": 0.04201734301908633, "length": 0.0592193829671038, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002252855865998, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170374276756773, "upper_button_position": 0.08318785791092254}], "rail_length": 5, "inclination": 84.60860201573632, "heading": 53.44339167765524} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349599313397085, "mass": 14.63661466347575, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3165793818603895, "I_33_without_motor": 0.031652103153779386, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.950452012697637, "trigger": 800, "sampling_rate": 105, "lag": 1.378382326444069, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.057341378094228, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3201101884561441, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5352.68602580723, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03321932120366496, "grain_number": 5, "grain_density": 1800.7452450422056, "grain_outer_radius": 0.03297741469724584, "grain_initial_inner_radius": 0.015173880835441668, "grain_initial_height": 0.11938956492302624, "grain_separation": 0.005707407151028062, "grains_center_of_mass_position": 0.3966840044917908, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00041281370631891237, "throat_radius": 0.011199921352069802, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557819710350981}], "aerodynamic_surfaces": [{"length": 0.5587475725918846, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349434418636304}, {"n": 4, "root_chord": 0.12013280476309719, "tip_chord": 0.06078088936249657, "span": 0.11046842069518044, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0464386942031767}, {"top_radius": 0.06227615299544844, "bottom_radius": 0.041689504289771286, "length": 0.06118544342257026, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004073729368004, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182441338137249, "upper_button_position": 0.08216323912307555}], "rail_length": 5, "inclination": 85.21767398468182, "heading": 50.8154656561457} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349836334078414, "mass": 14.933479160571766, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326333949857529, "I_33_without_motor": 0.023458886156183623, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.068966833807883, "trigger": 800, "sampling_rate": 105, "lag": 1.6361512343959796, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9270130925114347, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6400698589273082, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4538.292366882325, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03351806092318179, "grain_number": 5, "grain_density": 1781.3580645114173, "grain_outer_radius": 0.032751937317919914, "grain_initial_inner_radius": 0.014891640149688242, "grain_initial_height": 0.11899117512756828, "grain_separation": 0.003610972806604981, "grains_center_of_mass_position": 0.3961691676512289, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00023529842222298132, "throat_radius": 0.010242143326723711, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545366339157473}], "aerodynamic_surfaces": [{"length": 0.5579244961412232, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353689650924503}, {"n": 4, "root_chord": 0.1191808374178724, "tip_chord": 0.060190924725249166, "span": 0.11087418124771752, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497329662025563}, {"top_radius": 0.06371853982987792, "bottom_radius": 0.04199558640127334, "length": 0.06078494322887584, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700961535711029, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173413258811103, "upper_button_position": 0.08362020982991869}], "rail_length": 5, "inclination": 84.3614589930867, "heading": 53.172987323614144} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349403388744378, "mass": 15.754233227666402, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333573960586209, "I_33_without_motor": 0.015570754809717424, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.037087257770276, "trigger": 800, "sampling_rate": 105, "lag": 1.5097460091871708, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.872770484363232, "trigger": "apogee", "sampling_rate": 105, "lag": 1.952423152379134, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5329.6334603451905, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03375807261374374, "grain_number": 5, "grain_density": 1891.2296039351234, "grain_outer_radius": 0.03186997877952587, "grain_initial_inner_radius": 0.015133533793832792, "grain_initial_height": 0.12046990439728159, "grain_separation": 0.005164152592508127, "grains_center_of_mass_position": 0.39483929400427775, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003212786909806322, "throat_radius": 0.011224929702219251, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558961910288688}], "aerodynamic_surfaces": [{"length": 0.5588598585280353, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1360047414259624}, {"n": 4, "root_chord": 0.12019372737337207, "tip_chord": 0.05929479102057719, "span": 0.11023694699192188, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486089203508338}, {"top_radius": 0.06355014336535393, "bottom_radius": 0.04377298736882903, "length": 0.0594496404538715, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998249122179755, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6199108108930875, "upper_button_position": 0.07991410132488797}], "rail_length": 5, "inclination": 84.1708402238646, "heading": 54.05618254218703} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.0634939935883631, "mass": 15.372727990843451, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311400967717081, "I_33_without_motor": 0.03194694001012864, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.09140532722483, "trigger": 800, "sampling_rate": 105, "lag": 1.6654614038717226, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.964281026117568, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8425677915990166, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6886.458702306616, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03380362664532298, "grain_number": 5, "grain_density": 1817.299238651189, "grain_outer_radius": 0.03262542774059764, "grain_initial_inner_radius": 0.014905335338194095, "grain_initial_height": 0.12051687569347044, "grain_separation": 0.007121461319995117, "grains_center_of_mass_position": 0.3972898372720478, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007460951799287957, "throat_radius": 0.011288340393219036, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2532495930302112}], "aerodynamic_surfaces": [{"length": 0.5589556112247774, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1313995722455958}, {"n": 4, "root_chord": 0.12092320745223262, "tip_chord": 0.05964532202861801, "span": 0.11008644281693726, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488595325472931}, {"top_radius": 0.06386478205298583, "bottom_radius": 0.045263812040992994, "length": 0.059365847417141446, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996501466662611, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195352975182139, "upper_button_position": 0.08011484914804723}], "rail_length": 5, "inclination": 84.85089202841745, "heading": 53.85793595402366} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06349256437366971, "mass": 14.413325133667247, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330416258822674, "I_33_without_motor": 0.03977861016392752, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.144961689441223, "trigger": 800, "sampling_rate": 105, "lag": 1.5286365899216765, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9759371172065254, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4134613153487185, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6690.024943329209, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0333580166042124, "grain_number": 5, "grain_density": 1749.2095613640076, "grain_outer_radius": 0.032974050308360564, "grain_initial_inner_radius": 0.015074497978420202, "grain_initial_height": 0.11925876882803506, "grain_separation": 0.005550590982781787, "grains_center_of_mass_position": 0.3969876198429397, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00025544075475467115, "throat_radius": 0.01151969294218036, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253091593755873}], "aerodynamic_surfaces": [{"length": 0.5573871063288081, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327688512588885}, {"n": 4, "root_chord": 0.11902955914707242, "tip_chord": 0.06078587177941458, "span": 0.11026058945566013, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505950141517033}, {"top_radius": 0.06451974628422646, "bottom_radius": 0.04228152948015605, "length": 0.06026704885424979, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002234967053224, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617664570516915, "upper_button_position": 0.08255892618840732}], "rail_length": 5, "inclination": 84.20763825682506, "heading": 53.663455052608285} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350833172935863, "mass": 15.74258481286786, "I_11_without_motor": 6.321, "I_22_without_motor": 6.305742479313474, "I_33_without_motor": 0.018721448586489393, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.051027005440403, "trigger": 800, "sampling_rate": 105, "lag": 1.236280008807039, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0519430184347411, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4011020861652579, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5873.562216237229, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03307749141381339, "grain_number": 5, "grain_density": 1720.6891831143437, "grain_outer_radius": 0.033336452492083696, "grain_initial_inner_radius": 0.014827201318905666, "grain_initial_height": 0.11856222072062483, "grain_separation": 0.006129606364139953, "grains_center_of_mass_position": 0.39795537628992017, "center_of_dry_mass_position": 0.317, "nozzle_position": 4.560387165058099e-05, "throat_radius": 0.011702204991311626, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559047663855962}], "aerodynamic_surfaces": [{"length": 0.5584515059266202, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132349040136473}, {"n": 4, "root_chord": 0.11946398851995838, "tip_chord": 0.059701865313897796, "span": 0.10920453815859706, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482742490971768}, {"top_radius": 0.062312825989896396, "bottom_radius": 0.04477859910780114, "length": 0.05899796256871815, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994282282054856, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192144563710902, "upper_button_position": 0.08021377183439538}], "rail_length": 5, "inclination": 82.39630723295733, "heading": 53.8597851537057} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349787896668029, "mass": 16.24266450008756, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325453229337194, "I_33_without_motor": 0.027392976397706274, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.981393696980561, "trigger": 800, "sampling_rate": 105, "lag": 1.3061133630011668, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9786463205062484, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5025920575528855, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6628.583503157343, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0339850573159836, "grain_number": 5, "grain_density": 1864.8799658415066, "grain_outer_radius": 0.03356702171332339, "grain_initial_inner_radius": 0.01494864060253506, "grain_initial_height": 0.11916839113336211, "grain_separation": 0.005491551964649676, "grains_center_of_mass_position": 0.3970071322319693, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006566266553806939, "throat_radius": 0.011167706719343739, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549129357884445}], "aerodynamic_surfaces": [{"length": 0.5586027371134656, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133446013847187}, {"n": 4, "root_chord": 0.12070684483881274, "tip_chord": 0.06045369352410334, "span": 0.10955790095603524, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049133904780211}, {"top_radius": 0.06383479113437018, "bottom_radius": 0.0439591001686058, "length": 0.06019392463554138, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987410510147878, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179990346225044, "upper_button_position": 0.0807420163922834}], "rail_length": 5, "inclination": 83.95244692646294, "heading": 54.2429026216737} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350533496288473, "mass": 14.98475678367554, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3194470975452335, "I_33_without_motor": 0.03094400153953502, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.99793499673067, "trigger": 800, "sampling_rate": 105, "lag": 1.5683319632735402, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0350139333833472, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6234523849378735, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6612.079181529753, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03250363464191145, "grain_number": 5, "grain_density": 1829.8571485879322, "grain_outer_radius": 0.03284668233197168, "grain_initial_inner_radius": 0.014777717619139022, "grain_initial_height": 0.12065377576098824, "grain_separation": 0.0051445130516206165, "grains_center_of_mass_position": 0.39870505851557486, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010476935013389065, "throat_radius": 0.010890934530621378, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255293969462925}], "aerodynamic_surfaces": [{"length": 0.5561779620445177, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1355217598665555}, {"n": 4, "root_chord": 0.1203853547524856, "tip_chord": 0.05969767689687844, "span": 0.10947519460914633, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051042938659576}, {"top_radius": 0.0622298741769254, "bottom_radius": 0.043974504000916556, "length": 0.06011714598155074, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698767251424549, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171580651826108, "upper_button_position": 0.08160918624193814}], "rail_length": 5, "inclination": 84.26548343955982, "heading": 56.21036340697723} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.0635038407861523, "mass": 15.732820361521977, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3198927750913745, "I_33_without_motor": 0.03783185118077682, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.000466770696953, "trigger": 800, "sampling_rate": 105, "lag": 1.4073736442296387, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1823797780007261, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3331305858402773, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7683.205966027957, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03378463570308234, "grain_number": 5, "grain_density": 1834.6003797901444, "grain_outer_radius": 0.032733723583881, "grain_initial_inner_radius": 0.014859012560617803, "grain_initial_height": 0.12039263923855797, "grain_separation": 0.004590994405599137, "grains_center_of_mass_position": 0.39804851955483156, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00020896813865856236, "throat_radius": 0.010724775027459383, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551841373506054}], "aerodynamic_surfaces": [{"length": 0.558462719931744, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.130960977065315}, {"n": 4, "root_chord": 0.12053727932366917, "tip_chord": 0.05940302697385833, "span": 0.10903110994382041, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050300684899131}, {"top_radius": 0.06331782180274538, "bottom_radius": 0.04198270923468672, "length": 0.05993979293646871, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000911782619064, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174548425600775, "upper_button_position": 0.08263633570182882}], "rail_length": 5, "inclination": 83.86056253739591, "heading": 51.790081906409654} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349895598879383, "mass": 14.936677504089115, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312282269488567, "I_33_without_motor": 0.04741727479186802, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.039278595118306, "trigger": 800, "sampling_rate": 105, "lag": 1.5334973347362, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9863288878207086, "trigger": "apogee", "sampling_rate": 105, "lag": 1.494717595086195, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6760.188613197262, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0328310884443615, "grain_number": 5, "grain_density": 1866.8860541009244, "grain_outer_radius": 0.03298373233342427, "grain_initial_inner_radius": 0.01460043047179382, "grain_initial_height": 0.12024005005414361, "grain_separation": 0.004546059867869884, "grains_center_of_mass_position": 0.3968878540744007, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015646842924562706, "throat_radius": 0.010014180439532604, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544082054172145}], "aerodynamic_surfaces": [{"length": 0.5579641425544848, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1323616866259065}, {"n": 4, "root_chord": 0.11943643154477443, "tip_chord": 0.059890226035505034, "span": 0.11107409036136394, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498219897573484}, {"top_radius": 0.06402697758734277, "bottom_radius": 0.04392637267963104, "length": 0.05961720789476425, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699353852824021, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6206878791652217, "upper_button_position": 0.07866597365879924}], "rail_length": 5, "inclination": 84.71663494300476, "heading": 50.719878110542524} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06350822400441045, "mass": 15.56041353676845, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313344572143, "I_33_without_motor": 0.03859704614652953, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.125381257001235, "trigger": 800, "sampling_rate": 105, "lag": 1.4994967781174124, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8835725125910601, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4347187552785583, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6753.254345733905, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033239303640082, "grain_number": 5, "grain_density": 1836.586649613336, "grain_outer_radius": 0.033367176736392515, "grain_initial_inner_radius": 0.014984725908609674, "grain_initial_height": 0.12054043703675348, "grain_separation": 0.004867475629606741, "grains_center_of_mass_position": 0.3952988218721786, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005597312255503131, "throat_radius": 0.011193662443984573, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255253784072494}], "aerodynamic_surfaces": [{"length": 0.5580826760564589, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135914371856836}, {"n": 4, "root_chord": 0.11980581394304228, "tip_chord": 0.060344617219377755, "span": 0.1102661192383796, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502510061897752}, {"top_radius": 0.06116317372842769, "bottom_radius": 0.04515080038420933, "length": 0.057179900933719684, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014824207477096, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173100145901687, "upper_button_position": 0.08417240615754096}], "rail_length": 5, "inclination": 85.87987732682903, "heading": 55.32871279720054} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349792579442586, "mass": 14.718321337221273, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331465049184066, "I_33_without_motor": 0.011026729062006572, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.059140206789536, "trigger": 800, "sampling_rate": 105, "lag": 1.6216352631931323, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9500968425094658, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4602479210632766, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6690.1197055542725, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032358463677032656, "grain_number": 5, "grain_density": 1845.1258914023042, "grain_outer_radius": 0.032799097416191976, "grain_initial_inner_radius": 0.014573783430301933, "grain_initial_height": 0.11923466262289462, "grain_separation": 0.005633746892287961, "grains_center_of_mass_position": 0.395350621067536, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005173753460009867, "throat_radius": 0.01137842782548784, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2533954603876014}], "aerodynamic_surfaces": [{"length": 0.5565577022607973, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348399191217662}, {"n": 4, "root_chord": 0.11989425599773276, "tip_chord": 0.06020135962435424, "span": 0.1099258177161092, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487513415638332}, {"top_radius": 0.0635195662332565, "bottom_radius": 0.04351027186561641, "length": 0.0597371229949774, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002759897601193, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191636305574811, "upper_button_position": 0.08111235920263815}], "rail_length": 5, "inclination": 85.35486441483883, "heading": 52.55376246025942} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349965913796951, "mass": 15.74137521700824, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314356348369021, "I_33_without_motor": 0.028329076693096235, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.796215496239299, "trigger": 800, "sampling_rate": 105, "lag": 1.6101041701340282, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9645025828383761, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6116894152904686, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5869.924039769586, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03379261933802013, "grain_number": 5, "grain_density": 1858.9417013506402, "grain_outer_radius": 0.03319223585358343, "grain_initial_inner_radius": 0.014852694324868397, "grain_initial_height": 0.12098384713559619, "grain_separation": 0.006867723333880229, "grains_center_of_mass_position": 0.39554171672500577, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0018038736693129216, "throat_radius": 0.010209689735260178, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254006930973198}], "aerodynamic_surfaces": [{"length": 0.5599606126072845, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331913381658154}, {"n": 4, "root_chord": 0.12001314043059085, "tip_chord": 0.05952509739911067, "span": 0.10956623658531234, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496950762185815}, {"top_radius": 0.06453240655178234, "bottom_radius": 0.04349925188814924, "length": 0.05873412066303517, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012625073734523, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194956429266568, "upper_button_position": 0.08176686444679548}], "rail_length": 5, "inclination": 86.06391842433479, "heading": 53.91893798939323} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349760827255604, "mass": 16.496215769560596, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316234847478926, "I_33_without_motor": 0.05560892814520328, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.079766647394353, "trigger": 800, "sampling_rate": 105, "lag": 1.51277781887962, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.994986772786876, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6267353621136222, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6846.488097834698, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03257833025386445, "grain_number": 5, "grain_density": 1791.392209430536, "grain_outer_radius": 0.032881516977524575, "grain_initial_inner_radius": 0.014432583293831699, "grain_initial_height": 0.12065874784471246, "grain_separation": 0.005993335205711923, "grains_center_of_mass_position": 0.39669175119750727, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007197780710318176, "throat_radius": 0.011779100211813148, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557702487915614}], "aerodynamic_surfaces": [{"length": 0.5580812122728321, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1355827974426937}, {"n": 4, "root_chord": 0.12038154510002298, "tip_chord": 0.06024834139735713, "span": 0.10992900297935926, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489983942873382}, {"top_radius": 0.0649885317176783, "bottom_radius": 0.044535156909539714, "length": 0.06125975157995971, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990006202908198, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189752354392322, "upper_button_position": 0.08002538485158761}], "rail_length": 5, "inclination": 85.75454264559797, "heading": 50.76916076663843} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.0634967543381922, "mass": 16.318011742906062, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323207745124666, "I_33_without_motor": 0.046431943081441565, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.844771237844713, "trigger": 800, "sampling_rate": 105, "lag": 1.6711514028734866, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1359395684030715, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2935466689755228, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6872.194000312043, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032563222477069276, "grain_number": 5, "grain_density": 1858.9996968935927, "grain_outer_radius": 0.032889076962025025, "grain_initial_inner_radius": 0.015066892451526915, "grain_initial_height": 0.1201758520541838, "grain_separation": 0.004729451361096205, "grains_center_of_mass_position": 0.39789849853501646, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005511280994760541, "throat_radius": 0.01207261891448197, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564946099097403}], "aerodynamic_surfaces": [{"length": 0.5586260718789803, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331651254533714}, {"n": 4, "root_chord": 0.12030176780193004, "tip_chord": 0.05942183271533807, "span": 0.10852321899960454, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507766255465039}, {"top_radius": 0.06316210522095973, "bottom_radius": 0.0420721528045183, "length": 0.06058888112485051, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983576034594074, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195294130084289, "upper_button_position": 0.07882819045097855}], "rail_length": 5, "inclination": 83.44697758625216, "heading": 56.766205966014724} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349318135408967, "mass": 14.951707136149382, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308685079031188, "I_33_without_motor": 0.05176236690536458, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.03972464743124, "trigger": 800, "sampling_rate": 105, "lag": 1.5235333900093957, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9326114529212759, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4745739790687566, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6125.375886335419, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03336172377368019, "grain_number": 5, "grain_density": 1802.9261839749709, "grain_outer_radius": 0.032864797486047724, "grain_initial_inner_radius": 0.015238944584497517, "grain_initial_height": 0.1215920865308087, "grain_separation": 0.005967068259605316, "grains_center_of_mass_position": 0.39688549837683834, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00011584004517692056, "throat_radius": 0.01148517779811335, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2567267095540389}], "aerodynamic_surfaces": [{"length": 0.5574858192342768, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1357929760912642}, {"n": 4, "root_chord": 0.11986714193137181, "tip_chord": 0.059472079352430623, "span": 0.1101016422896186, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049920328929315}, {"top_radius": 0.06248786027552832, "bottom_radius": 0.042656462916488426, "length": 0.05961586293825381, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7015097903515047, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170889614148729, "upper_button_position": 0.08442082893663183}], "rail_length": 5, "inclination": 83.74672847931353, "heading": 52.878305113922} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.0635036020539578, "mass": 15.359690918537291, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324683819581831, "I_33_without_motor": 0.04115103855216691, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.890767150114968, "trigger": 800, "sampling_rate": 105, "lag": 1.5466704513553813, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8876171899221599, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5127133323816198, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5639.961577736045, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03447896618207922, "grain_number": 5, "grain_density": 1828.164985374234, "grain_outer_radius": 0.03357393407265642, "grain_initial_inner_radius": 0.0149900754194918, "grain_initial_height": 0.12020100523804622, "grain_separation": 0.006726182750733195, "grains_center_of_mass_position": 0.39699823533596407, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00062373925206998, "throat_radius": 0.01099057058156429, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563644719346119}], "aerodynamic_surfaces": [{"length": 0.5571176629631894, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345604803190852}, {"n": 4, "root_chord": 0.12032743107227166, "tip_chord": 0.059590716562162555, "span": 0.10974015892567258, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0509987155201195}, {"top_radius": 0.06169205482756996, "bottom_radius": 0.04374727918784012, "length": 0.059977655064160376, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990479283462205, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171468227068116, "upper_button_position": 0.08190110563940889}], "rail_length": 5, "inclination": 84.43794513442799, "heading": 50.733784359498785} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06350803492077554, "mass": 14.73689149356911, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314041396969052, "I_33_without_motor": 0.03354734892182922, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.95338170004942, "trigger": 800, "sampling_rate": 105, "lag": 1.482000808427873, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0073502010663664, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7994010072353501, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7380.064511733412, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03254268856580937, "grain_number": 5, "grain_density": 1817.1837639355258, "grain_outer_radius": 0.03339637734026199, "grain_initial_inner_radius": 0.015377414326698669, "grain_initial_height": 0.12129381276765168, "grain_separation": 0.004447227532496221, "grains_center_of_mass_position": 0.3964767981473227, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006447520207496117, "throat_radius": 0.011947692832593027, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553658740878821}], "aerodynamic_surfaces": [{"length": 0.5576078716685412, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339855213590349}, {"n": 4, "root_chord": 0.12066908818232852, "tip_chord": 0.059631439138707415, "span": 0.110430172365801, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486229634831652}, {"top_radius": 0.062201790076229536, "bottom_radius": 0.042951467385389505, "length": 0.059955946276193724, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989433439076217, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618500678038154, "upper_button_position": 0.08044266586946769}], "rail_length": 5, "inclination": 84.06133207873195, "heading": 54.17643371798448} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350015246752558, "mass": 15.409374177981567, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326779923773911, "I_33_without_motor": 0.03182598388773019, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.94467168799156, "trigger": 800, "sampling_rate": 105, "lag": 1.413831739449524, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0096238512758517, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3562913662256137, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4161.436495608052, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033279574381890824, "grain_number": 5, "grain_density": 1851.4841655751766, "grain_outer_radius": 0.033104053225684674, "grain_initial_inner_radius": 0.015109556622626563, "grain_initial_height": 0.12019194211418646, "grain_separation": 0.00348029162003042, "grains_center_of_mass_position": 0.3969258835471899, "center_of_dry_mass_position": 0.317, "nozzle_position": -8.82911509759567e-05, "throat_radius": 0.010907420049395825, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555495055299961}], "aerodynamic_surfaces": [{"length": 0.5581733225077693, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327695457576168}, {"n": 4, "root_chord": 0.11930442827603915, "tip_chord": 0.059446253131082975, "span": 0.10968935154754612, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049347942742788}, {"top_radius": 0.06265422697870271, "bottom_radius": 0.04367800352948674, "length": 0.05945253234630286, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001994355348397, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181456270692023, "upper_button_position": 0.08205380846563737}], "rail_length": 5, "inclination": 84.5204444861084, "heading": 54.40390144480826} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.0635014296371819, "mass": 15.16142007740667, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311194080163738, "I_33_without_motor": 0.04300678615022145, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.060805966273799, "trigger": 800, "sampling_rate": 105, "lag": 1.5023682143577806, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9518081488342063, "trigger": "apogee", "sampling_rate": 105, "lag": 1.740404952625746, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6947.323550362799, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03285718264640058, "grain_number": 5, "grain_density": 1756.0603951030255, "grain_outer_radius": 0.0331317449135069, "grain_initial_inner_radius": 0.01563029552952159, "grain_initial_height": 0.120038167499132, "grain_separation": 0.005010322373122243, "grains_center_of_mass_position": 0.397548836717089, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008633109761220324, "throat_radius": 0.011777497343158645, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551987003353204}], "aerodynamic_surfaces": [{"length": 0.5568620796484929, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330935370009327}, {"n": 4, "root_chord": 0.12009727504584128, "tip_chord": 0.0600844843618971, "span": 0.1098297045974304, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498301134539854}, {"top_radius": 0.0631828290859389, "bottom_radius": 0.043370765817390126, "length": 0.061749253914787805, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004690253787863, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165153574548856, "upper_button_position": 0.08395366792390069}], "rail_length": 5, "inclination": 82.56324876587394, "heading": 52.71156380549302} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.0635047629962732, "mass": 16.01653986102141, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321429653833113, "I_33_without_motor": 0.03551507512132477, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.935009649084362, "trigger": 800, "sampling_rate": 105, "lag": 1.402162734763322, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0138222695647767, "trigger": "apogee", "sampling_rate": 105, "lag": 1.653642285207316, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5931.549037048471, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033795916410641356, "grain_number": 5, "grain_density": 1831.4824588886172, "grain_outer_radius": 0.032621302323117815, "grain_initial_inner_radius": 0.01499835425990156, "grain_initial_height": 0.11850720435435398, "grain_separation": 0.004432554219101511, "grains_center_of_mass_position": 0.3983716846027081, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00015259856590578094, "throat_radius": 0.010693025487861841, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548113881117768}], "aerodynamic_surfaces": [{"length": 0.5587043097978195, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133305443478025}, {"n": 4, "root_chord": 0.12089401522535959, "tip_chord": 0.059279637686113724, "span": 0.11013130946484999, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050180751621229}, {"top_radius": 0.06071552396513335, "bottom_radius": 0.04471264949487653, "length": 0.06109306458897182, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006487557069333, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6197316438565464, "upper_button_position": 0.08091711185038686}], "rail_length": 5, "inclination": 86.65640621964143, "heading": 54.03563078415969} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350139954825103, "mass": 15.771757098609303, "I_11_without_motor": 6.321, "I_22_without_motor": 6.305779694473962, "I_33_without_motor": 0.0490186810860184, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.079252460841763, "trigger": 800, "sampling_rate": 105, "lag": 1.4746484429075586, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.038455418895519, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4267837144563689, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7712.982787009245, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03411449529447221, "grain_number": 5, "grain_density": 1783.8286411866964, "grain_outer_radius": 0.031928874829516174, "grain_initial_inner_radius": 0.014674803896594648, "grain_initial_height": 0.11843030679062103, "grain_separation": 0.002314721634348052, "grains_center_of_mass_position": 0.3953084602166875, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006847693544124795, "throat_radius": 0.010766472990590123, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536535582718134}], "aerodynamic_surfaces": [{"length": 0.558743588161591, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345304322805274}, {"n": 4, "root_chord": 0.11936622867002551, "tip_chord": 0.06014600169300525, "span": 0.10931515681791668, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502251213030143}, {"top_radius": 0.06355549507409915, "bottom_radius": 0.0443505639022923, "length": 0.06013714952246947, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987325585279155, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195900683225897, "upper_button_position": 0.07914249020532582}], "rail_length": 5, "inclination": 84.81192467392971, "heading": 52.84524872893145} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350393744751626, "mass": 15.4756336433756, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3258258208223275, "I_33_without_motor": 0.0385904894175243, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.999914950237331, "trigger": 800, "sampling_rate": 105, "lag": 1.5742361032879326, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9171319032591824, "trigger": "apogee", "sampling_rate": 105, "lag": 1.627088884337174, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5218.094418203055, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033116044293517825, "grain_number": 5, "grain_density": 1789.1110674317858, "grain_outer_radius": 0.033518970407460956, "grain_initial_inner_radius": 0.015188779607708477, "grain_initial_height": 0.119651628689796, "grain_separation": 0.004725457566049846, "grains_center_of_mass_position": 0.3969809854300442, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001988207020455178, "throat_radius": 0.01089866497187174, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552130606764769}], "aerodynamic_surfaces": [{"length": 0.5573265735306998, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345517223928911}, {"n": 4, "root_chord": 0.11911433582727898, "tip_chord": 0.0605910286368355, "span": 0.11059360232953239, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049930774691506}, {"top_radius": 0.06247180208054516, "bottom_radius": 0.04218472903673976, "length": 0.06023268712097427, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002599575175148, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181210859369272, "upper_button_position": 0.08213887158058764}], "rail_length": 5, "inclination": 84.39552839356492, "heading": 54.4810293169001} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06349748633052954, "mass": 15.423757163796836, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324485120414689, "I_33_without_motor": 0.033093705814812184, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.18601129849732, "trigger": 800, "sampling_rate": 105, "lag": 1.4958579678032418, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0692124669507934, "trigger": "apogee", "sampling_rate": 105, "lag": 1.086912175684398, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5490.883106163635, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03278261821197437, "grain_number": 5, "grain_density": 1820.142093385113, "grain_outer_radius": 0.03276367485211082, "grain_initial_inner_radius": 0.014936500509237975, "grain_initial_height": 0.12040123410453674, "grain_separation": 0.00457692926138866, "grains_center_of_mass_position": 0.39672368637798955, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008944851412652386, "throat_radius": 0.010496279623071612, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564304854280215}], "aerodynamic_surfaces": [{"length": 0.5575901766439794, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133926353872063}, {"n": 4, "root_chord": 0.11905266485898729, "tip_chord": 0.06034100333624427, "span": 0.11024783209970158, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495121674177315}, {"top_radius": 0.06314120828061393, "bottom_radius": 0.04402924998562106, "length": 0.06172413441176648, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996159967133238, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165574653177126, "upper_button_position": 0.08305853139561115}], "rail_length": 5, "inclination": 84.0005507267018, "heading": 56.1032865226731} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350670657244596, "mass": 15.98357251394452, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331426872346246, "I_33_without_motor": 0.01839519172653053, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.097449831618636, "trigger": 800, "sampling_rate": 105, "lag": 1.5319663942479758, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.017654063340764, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4149369306458468, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7707.788749671088, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03333988766689767, "grain_number": 5, "grain_density": 1856.1800540104775, "grain_outer_radius": 0.03302799567420098, "grain_initial_inner_radius": 0.015067328978271337, "grain_initial_height": 0.12068800723672235, "grain_separation": 0.005062728593338646, "grains_center_of_mass_position": 0.39694574573811886, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015791321989732778, "throat_radius": 0.011041958762161836, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550415988499861}], "aerodynamic_surfaces": [{"length": 0.5593292364355023, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347433584340862}, {"n": 4, "root_chord": 0.11970339486479631, "tip_chord": 0.06034238777036113, "span": 0.10961370634827798, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490586409890288}, {"top_radius": 0.06426593925841975, "bottom_radius": 0.042878343532437566, "length": 0.05998304078118651, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007650320940285, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183070630460291, "upper_button_position": 0.0824579690479994}], "rail_length": 5, "inclination": 86.1532884188181, "heading": 53.01138028786779} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349391097313077, "mass": 15.726120638009219, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3149515807535685, "I_33_without_motor": 0.03149447519349258, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.916403990039528, "trigger": 800, "sampling_rate": 105, "lag": 1.503548647276021, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.10737843334934, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6047620092624126, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6761.420982945564, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03310627255631231, "grain_number": 5, "grain_density": 1775.3420942629043, "grain_outer_radius": 0.033032357571857254, "grain_initial_inner_radius": 0.014746999127180525, "grain_initial_height": 0.11949251193354876, "grain_separation": 0.004632908804806731, "grains_center_of_mass_position": 0.39663671698301767, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009595043667659198, "throat_radius": 0.010463604550916645, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544100285966728}], "aerodynamic_surfaces": [{"length": 0.5576576746580434, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328861257509826}, {"n": 4, "root_chord": 0.12006131815717515, "tip_chord": 0.060587044687937665, "span": 0.110109497203452, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506592868840212}, {"top_radius": 0.06375803240058117, "bottom_radius": 0.042905037304777995, "length": 0.059196763467197586, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699239620684426, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187840653142549, "upper_button_position": 0.08045555537017113}], "rail_length": 5, "inclination": 85.11943013530276, "heading": 50.66094924231645} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350138001114178, "mass": 15.602192752482157, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319353953827834, "I_33_without_motor": 0.030412350174298403, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.231092995456693, "trigger": 800, "sampling_rate": 105, "lag": 1.5882281786059667, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0276005439467162, "trigger": "apogee", "sampling_rate": 105, "lag": 1.47881464090282, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6689.505387911645, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03292653747820096, "grain_number": 5, "grain_density": 1814.4811248821154, "grain_outer_radius": 0.03284321286565058, "grain_initial_inner_radius": 0.015164893703658417, "grain_initial_height": 0.12070790985062231, "grain_separation": 0.005426946142688895, "grains_center_of_mass_position": 0.3986946588689667, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006832585661433923, "throat_radius": 0.010590979401207169, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546259733116567}], "aerodynamic_surfaces": [{"length": 0.5590085219265649, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134226909872238}, {"n": 4, "root_chord": 0.12081069382147774, "tip_chord": 0.05979833847078352, "span": 0.10953469591227148, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496655752484194}, {"top_radius": 0.06203432912049676, "bottom_radius": 0.04384677728146213, "length": 0.060742583454737896, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6979765708488986, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6203928434209383, "upper_button_position": 0.07758372742796038}], "rail_length": 5, "inclination": 85.0911649647349, "heading": 52.13989689586369} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349723045535424, "mass": 15.370305949521915, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316401456275962, "I_33_without_motor": 0.027566133663192556, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.063276590547746, "trigger": 800, "sampling_rate": 105, "lag": 1.5226185522958966, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0584239024828612, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5297152169916188, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7171.455321037732, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03276982154254231, "grain_number": 5, "grain_density": 1726.3634967119842, "grain_outer_radius": 0.03248074488836279, "grain_initial_inner_radius": 0.014753105027047589, "grain_initial_height": 0.11892802221419642, "grain_separation": 0.0047834023406946756, "grains_center_of_mass_position": 0.3986049277048008, "center_of_dry_mass_position": 0.317, "nozzle_position": 1.8810263950826603e-05, "throat_radius": 0.01116375376320135, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255431072654683}], "aerodynamic_surfaces": [{"length": 0.559228506950799, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339010697293983}, {"n": 4, "root_chord": 0.11984392050182621, "tip_chord": 0.059439443026882074, "span": 0.10992949739205038, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497225440169793}, {"top_radius": 0.06313014400552228, "bottom_radius": 0.04336062294019146, "length": 0.059134965501738614, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001904156416754, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6200174609966744, "upper_button_position": 0.08017295464500096}], "rail_length": 5, "inclination": 85.59304757568675, "heading": 55.155965450602736} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350309993933803, "mass": 16.009559272131582, "I_11_without_motor": 6.321, "I_22_without_motor": 6.304226516034162, "I_33_without_motor": 0.026910045014886495, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.92730955381141, "trigger": 800, "sampling_rate": 105, "lag": 1.1884161686719203, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0405300083170266, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7973959294425799, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 9267.173690414793, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033073556090803924, "grain_number": 5, "grain_density": 1925.7135469340697, "grain_outer_radius": 0.03254600286760556, "grain_initial_inner_radius": 0.015042495002664687, "grain_initial_height": 0.1201962706135904, "grain_separation": 0.0050231328910842294, "grains_center_of_mass_position": 0.39659356047474975, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015018960554690644, "throat_radius": 0.010459793057602527, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546726642704884}], "aerodynamic_surfaces": [{"length": 0.5556189027369665, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336363685174848}, {"n": 4, "root_chord": 0.12047878770541887, "tip_chord": 0.06031869828673501, "span": 0.10937630380789017, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488399737966903}, {"top_radius": 0.06312589418773877, "bottom_radius": 0.04466587339331902, "length": 0.0613277341932041, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991077635076558, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171428422915977, "upper_button_position": 0.08196492121605814}], "rail_length": 5, "inclination": 86.15538833749576, "heading": 49.58965928864696} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349767271203824, "mass": 15.708427955746837, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311689255607734, "I_33_without_motor": 0.041298387916554304, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.07539565305896, "trigger": 800, "sampling_rate": 105, "lag": 1.6019421958064362, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9809506478365488, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8150917090150884, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5277.736360614514, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03243420442227879, "grain_number": 5, "grain_density": 1790.0409779920058, "grain_outer_radius": 0.03331666652061369, "grain_initial_inner_radius": 0.015199436235493309, "grain_initial_height": 0.12002593946202307, "grain_separation": 0.007199441357245559, "grains_center_of_mass_position": 0.39596801304865736, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001450419629673433, "throat_radius": 0.010613701343408105, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255533464174096}], "aerodynamic_surfaces": [{"length": 0.5586889750259563, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340253759383938}, {"n": 4, "root_chord": 0.12044058586001219, "tip_chord": 0.059573864051775643, "span": 0.11042159670448809, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490979102283502}, {"top_radius": 0.062338642470736866, "bottom_radius": 0.04438230279559305, "length": 0.06101659732550543, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002297253214935, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187381901175232, "upper_button_position": 0.08149153520397034}], "rail_length": 5, "inclination": 85.69117536659019, "heading": 53.32596221872815} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350494920802258, "mass": 15.975342290986697, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323027106315734, "I_33_without_motor": 0.036625435939699115, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.912840189775867, "trigger": 800, "sampling_rate": 105, "lag": 1.485512901470117, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0926045009260854, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5675993809979754, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6850.237370525196, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03248323281135586, "grain_number": 5, "grain_density": 1839.7163890983172, "grain_outer_radius": 0.03368812970307774, "grain_initial_inner_radius": 0.01514382448479541, "grain_initial_height": 0.11973283959542338, "grain_separation": 0.007676424560111593, "grains_center_of_mass_position": 0.3963769641187597, "center_of_dry_mass_position": 0.317, "nozzle_position": 5.425943254228786e-05, "throat_radius": 0.010792812051040889, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548639785148181}], "aerodynamic_surfaces": [{"length": 0.5575987967955347, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135906039630785}, {"n": 4, "root_chord": 0.1200987037980279, "tip_chord": 0.060716548554079736, "span": 0.10918439391829583, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048555105109233}, {"top_radius": 0.06439222473525402, "bottom_radius": 0.04221201297345741, "length": 0.061764198521487394, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010727254837025, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179257422876268, "upper_button_position": 0.08314698319607572}], "rail_length": 5, "inclination": 83.77822440699053, "heading": 53.59327194294548} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349097280396451, "mass": 15.327689276302763, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312352071969141, "I_33_without_motor": 0.029262320406559017, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.115493164103471, "trigger": 800, "sampling_rate": 105, "lag": 1.5379853137366932, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.886651782392229, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4721145477203983, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5678.239571120625, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03286674686147231, "grain_number": 5, "grain_density": 1742.8194098370996, "grain_outer_radius": 0.03388054559712993, "grain_initial_inner_radius": 0.015048622380326556, "grain_initial_height": 0.11974152007680922, "grain_separation": 0.00500959033076795, "grains_center_of_mass_position": 0.39790827581070454, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010539920037228642, "throat_radius": 0.010528456789975285, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544613909286002}], "aerodynamic_surfaces": [{"length": 0.5582683289088741, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344256177201688}, {"n": 4, "root_chord": 0.12037051980399442, "tip_chord": 0.0601175135549207, "span": 0.10950198928599122, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494467166774202}, {"top_radius": 0.0629744167006502, "bottom_radius": 0.042577721871136384, "length": 0.05963938376512202, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699274961304969, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173838030166642, "upper_button_position": 0.08189115828830484}], "rail_length": 5, "inclination": 84.45419008875149, "heading": 52.71031562993313} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350105868409933, "mass": 14.909692150156664, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313635807510779, "I_33_without_motor": 0.027585928612870098, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.035696585472824, "trigger": 800, "sampling_rate": 105, "lag": 1.651056570392248, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.894259882187005, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5611727692185147, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6402.110704313486, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032663341453899264, "grain_number": 5, "grain_density": 1818.8421019463617, "grain_outer_radius": 0.032587016528416085, "grain_initial_inner_radius": 0.014793674753997501, "grain_initial_height": 0.12041158730715805, "grain_separation": 0.004658502066639016, "grains_center_of_mass_position": 0.39479335265726223, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007941899217323608, "throat_radius": 0.012004805670350838, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541636919024859}], "aerodynamic_surfaces": [{"length": 0.5589281800039833, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346689505274599}, {"n": 4, "root_chord": 0.12047420298779499, "tip_chord": 0.060496460263619656, "span": 0.10873943787428243, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049138843623403}, {"top_radius": 0.06427608393704111, "bottom_radius": 0.04340405126066506, "length": 0.058147071430030006, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001451539570223, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188980909620816, "upper_button_position": 0.08124706299494067}], "rail_length": 5, "inclination": 87.70676768891573, "heading": 53.919422905089306} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350869551843198, "mass": 14.788670401918871, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315495939058142, "I_33_without_motor": 0.0238151832675548, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.031141653543925, "trigger": 800, "sampling_rate": 105, "lag": 1.4819447451850167, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8955853517912564, "trigger": "apogee", "sampling_rate": 105, "lag": 1.461739475376574, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7706.134497751738, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0329205621147672, "grain_number": 5, "grain_density": 1810.7732532657878, "grain_outer_radius": 0.03338604900573271, "grain_initial_inner_radius": 0.015054870846829684, "grain_initial_height": 0.12075909609035124, "grain_separation": 0.005226787412651207, "grains_center_of_mass_position": 0.397826891399926, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014992923706586016, "throat_radius": 0.010666192442598041, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553678805096127}], "aerodynamic_surfaces": [{"length": 0.5575014717573508, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133534625914485}, {"n": 4, "root_chord": 0.12009608071986098, "tip_chord": 0.0606462918789901, "span": 0.10953304580538885, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492706056642396}, {"top_radius": 0.06260447990874937, "bottom_radius": 0.040479183631143, "length": 0.059306533937511376, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995718981206797, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179779303042312, "upper_button_position": 0.08159396781644845}], "rail_length": 5, "inclination": 86.55715922203477, "heading": 51.0348924839791} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.0634991289562895, "mass": 15.69773647604914, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306593467569656, "I_33_without_motor": 0.03739942506515295, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.228922857162766, "trigger": 800, "sampling_rate": 105, "lag": 1.580263909357806, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9247061646926851, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7775466984153176, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6651.60785919794, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033206838412425804, "grain_number": 5, "grain_density": 1819.5198342932847, "grain_outer_radius": 0.03308653454266232, "grain_initial_inner_radius": 0.015257531550768932, "grain_initial_height": 0.12121633933852624, "grain_separation": 0.006215555760299375, "grains_center_of_mass_position": 0.39574226306591853, "center_of_dry_mass_position": 0.317, "nozzle_position": -5.034486124880929e-05, "throat_radius": 0.010636667237708553, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2569382870028707}], "aerodynamic_surfaces": [{"length": 0.5587076398413673, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340152010433464}, {"n": 4, "root_chord": 0.11975864826832287, "tip_chord": 0.059591373721927174, "span": 0.11097959686986111, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497484959354042}, {"top_radius": 0.06314007141281908, "bottom_radius": 0.04518457612407325, "length": 0.06108210589017128, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984030719584495, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192933887526139, "upper_button_position": 0.07910968320583567}], "rail_length": 5, "inclination": 84.92084349828977, "heading": 48.248690272592725} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349905656753027, "mass": 14.611046654998658, "I_11_without_motor": 6.321, "I_22_without_motor": 6.300220431707187, "I_33_without_motor": 0.03180226807101223, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.956156929877913, "trigger": 800, "sampling_rate": 105, "lag": 1.4396844751148885, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0282279536844656, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4435303951904712, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4485.11519892073, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033639794518619766, "grain_number": 5, "grain_density": 1792.4499497661245, "grain_outer_radius": 0.03262267080029155, "grain_initial_inner_radius": 0.01462279735596127, "grain_initial_height": 0.12100552909483304, "grain_separation": 0.005727653175414687, "grains_center_of_mass_position": 0.3979610020342305, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00039089123455932474, "throat_radius": 0.010751999732821349, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25507497486213}], "aerodynamic_surfaces": [{"length": 0.5580210976849451, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132876432725826}, {"n": 4, "root_chord": 0.12051645070321271, "tip_chord": 0.05996682899017409, "span": 0.10929953164380507, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050272987957775}, {"top_radius": 0.06101241348751826, "bottom_radius": 0.0425218364201002, "length": 0.06001963584813248, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002562220322669, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171365983012645, "upper_button_position": 0.08311962373100235}], "rail_length": 5, "inclination": 83.19693194869593, "heading": 55.771629617862644} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350032918172616, "mass": 14.932377595983091, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3123110924249906, "I_33_without_motor": 0.036761159914834134, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.143076984716771, "trigger": 800, "sampling_rate": 105, "lag": 1.5868834800863858, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9844085642956619, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5875611940572665, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4862.871439573324, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03318119615763959, "grain_number": 5, "grain_density": 1810.298017981141, "grain_outer_radius": 0.032819082887380904, "grain_initial_inner_radius": 0.015200188796788973, "grain_initial_height": 0.12060736834705811, "grain_separation": 0.005356738109071382, "grains_center_of_mass_position": 0.3964145759261258, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008159558507646415, "throat_radius": 0.01157554979305335, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561259374593263}], "aerodynamic_surfaces": [{"length": 0.5566430889430654, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134887440455877}, {"n": 4, "root_chord": 0.12132791290753595, "tip_chord": 0.05982472765893057, "span": 0.10972238725217605, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051034983204005}, {"top_radius": 0.06241812200369838, "bottom_radius": 0.04307056235302421, "length": 0.059719147872494084, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003654688843626, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186425355257503, "upper_button_position": 0.08172293335861225}], "rail_length": 5, "inclination": 84.81158152290013, "heading": 53.80090696739505} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06351234626745811, "mass": 14.25023081619426, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333122086802094, "I_33_without_motor": 0.05014565726331221, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.76141380077145, "trigger": 800, "sampling_rate": 105, "lag": 1.6409032920335167, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8563069693910768, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5872945258365947, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5309.972310868496, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033414444025651864, "grain_number": 5, "grain_density": 1862.7064374477363, "grain_outer_radius": 0.03313720541251279, "grain_initial_inner_radius": 0.015153492942191914, "grain_initial_height": 0.11929974137486313, "grain_separation": 0.005403916520453345, "grains_center_of_mass_position": 0.39760419271149033, "center_of_dry_mass_position": 0.317, "nozzle_position": -2.4530419758834598e-05, "throat_radius": 0.011897675286013739, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552073977822655}], "aerodynamic_surfaces": [{"length": 0.5565556336366674, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338462009999035}, {"n": 4, "root_chord": 0.12004227853193196, "tip_chord": 0.059895136643847796, "span": 0.10988219816500928, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050123971419132}, {"top_radius": 0.06205120039922996, "bottom_radius": 0.04297567232726815, "length": 0.05819931208804564, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988811531668427, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181264436445195, "upper_button_position": 0.08075470952232322}], "rail_length": 5, "inclination": 83.40633565081576, "heading": 52.985483952341006} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.0635062243693551, "mass": 15.096316375621184, "I_11_without_motor": 6.321, "I_22_without_motor": 6.303326746786863, "I_33_without_motor": 0.03855818111074504, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.06254316531176, "trigger": 800, "sampling_rate": 105, "lag": 1.483234426343517, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0548617967462546, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5095632985680594, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6233.922451922173, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03203994475633622, "grain_number": 5, "grain_density": 1788.848783968194, "grain_outer_radius": 0.03290905839988603, "grain_initial_inner_radius": 0.014735812676886078, "grain_initial_height": 0.1203588663430844, "grain_separation": 0.0054285379919673075, "grains_center_of_mass_position": 0.39840712462426703, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015167642627251195, "throat_radius": 0.011361641167054863, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549416656210992}], "aerodynamic_surfaces": [{"length": 0.5587888967984269, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344278859688888}, {"n": 4, "root_chord": 0.11928660784393509, "tip_chord": 0.05941071469719067, "span": 0.10969544813059323, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487875092654664}, {"top_radius": 0.06387550407221489, "bottom_radius": 0.04412460472075953, "length": 0.059923003038452785, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997858281339546, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181929334914521, "upper_button_position": 0.08159289464250252}], "rail_length": 5, "inclination": 84.82429089941989, "heading": 53.59819520732888} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350681320349079, "mass": 15.181257652866417, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315832562504364, "I_33_without_motor": 0.02453773913569834, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.947447858844743, "trigger": 800, "sampling_rate": 105, "lag": 1.62370823249293, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9736653857131713, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7516837558463483, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5965.138601888383, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03308296767485168, "grain_number": 5, "grain_density": 1819.3574968539247, "grain_outer_radius": 0.03297648032699183, "grain_initial_inner_radius": 0.014222484226548149, "grain_initial_height": 0.1192330264434416, "grain_separation": 0.005982591269957219, "grains_center_of_mass_position": 0.39613532437324334, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014094659732131623, "throat_radius": 0.011291326698253053, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536166760725247}], "aerodynamic_surfaces": [{"length": 0.5591040691546733, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344505684803412}, {"n": 4, "root_chord": 0.1202052686528984, "tip_chord": 0.059288235507371764, "span": 0.11049313885909508, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499758591826407}, {"top_radius": 0.06426197009952232, "bottom_radius": 0.043857963468509974, "length": 0.06144069899708359, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991451846847182, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177135179593799, "upper_button_position": 0.0814316667253383}], "rail_length": 5, "inclination": 83.12084192843142, "heading": 52.97057102581782} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06349565158088939, "mass": 14.702520055806126, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311116783811624, "I_33_without_motor": 0.04081105460827132, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.8600720881714, "trigger": 800, "sampling_rate": 105, "lag": 1.504442591738476, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0585609063132595, "trigger": "apogee", "sampling_rate": 105, "lag": 1.418732730475512, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6128.427698875281, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032621285468407056, "grain_number": 5, "grain_density": 1806.7593233527716, "grain_outer_radius": 0.03281106300025637, "grain_initial_inner_radius": 0.015368967174054629, "grain_initial_height": 0.11950928950973765, "grain_separation": 0.005204081200255845, "grains_center_of_mass_position": 0.3978779877644541, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006403441726714884, "throat_radius": 0.01113129519923024, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254927831435675}], "aerodynamic_surfaces": [{"length": 0.5576571180110378, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1318564370417477}, {"n": 4, "root_chord": 0.12010353840005528, "tip_chord": 0.0599659558324925, "span": 0.11008282209973377, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498023176910347}, {"top_radius": 0.06296131667564557, "bottom_radius": 0.0430354301881619, "length": 0.06007153576457076, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.70035119067503, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189299880081927, "upper_button_position": 0.08142120266683739}], "rail_length": 5, "inclination": 85.85542190733224, "heading": 53.391161951389996} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.0635008577701647, "mass": 15.786673956546377, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329697254520813, "I_33_without_motor": 0.025362142254698405, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.875595977676838, "trigger": 800, "sampling_rate": 105, "lag": 1.6007019444438482, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9335685685405894, "trigger": "apogee", "sampling_rate": 105, "lag": 1.353253459757048, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6657.931663241509, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0322054397419748, "grain_number": 5, "grain_density": 1913.6110080954295, "grain_outer_radius": 0.03361297911720974, "grain_initial_inner_radius": 0.01524339310668104, "grain_initial_height": 0.1199466053743128, "grain_separation": 0.006417600078373007, "grains_center_of_mass_position": 0.39658391785270214, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006328536283250486, "throat_radius": 0.01190048136233295, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552390713612345}], "aerodynamic_surfaces": [{"length": 0.5579718537638912, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333565500443143}, {"n": 4, "root_chord": 0.1196293398922843, "tip_chord": 0.060368399244510776, "span": 0.11025081484261066, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501869261779821}, {"top_radius": 0.06577411993047459, "bottom_radius": 0.04358212844606355, "length": 0.05981158798123055, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999526999763908, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188070714068387, "upper_button_position": 0.0811456285695521}], "rail_length": 5, "inclination": 82.81561284584627, "heading": 51.68093222074188} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349642077954162, "mass": 15.738404778836617, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3248880597942385, "I_33_without_motor": 0.02192466258475742, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.013432048822198, "trigger": 800, "sampling_rate": 105, "lag": 1.4431968354269018, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0731350787063603, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2805491162060534, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7093.993493129051, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03303317937896977, "grain_number": 5, "grain_density": 1832.421280656093, "grain_outer_radius": 0.033824577618273774, "grain_initial_inner_radius": 0.014839275070781343, "grain_initial_height": 0.12054497065572604, "grain_separation": 0.00499953746128409, "grains_center_of_mass_position": 0.3976041953832807, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00017060539257607104, "throat_radius": 0.01186392354419166, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549306493760854}], "aerodynamic_surfaces": [{"length": 0.5586441971388828, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328180813414943}, {"n": 4, "root_chord": 0.12042268466453428, "tip_chord": 0.060091563685512356, "span": 0.1102858949208097, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482877821972156}, {"top_radius": 0.06411123247541507, "bottom_radius": 0.04489961949608542, "length": 0.0584648007849633, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993846377069671, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6159588993827804, "upper_button_position": 0.08342573832418676}], "rail_length": 5, "inclination": 83.48580001648456, "heading": 50.41531501440338} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350740684081409, "mass": 15.658819005982354, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32356119006669, "I_33_without_motor": 0.025727031541695256, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.850861677966067, "trigger": 800, "sampling_rate": 105, "lag": 1.6607931999697776, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9261109759711189, "trigger": "apogee", "sampling_rate": 105, "lag": 1.332798721943771, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6507.503595068063, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033844975441957456, "grain_number": 5, "grain_density": 1872.636686295676, "grain_outer_radius": 0.032953362305314704, "grain_initial_inner_radius": 0.014705835677349278, "grain_initial_height": 0.12070545849871198, "grain_separation": 0.0057215465932674596, "grains_center_of_mass_position": 0.3982042797101349, "center_of_dry_mass_position": 0.317, "nozzle_position": -4.0877632994892635e-05, "throat_radius": 0.010581048965001822, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557993789216768}], "aerodynamic_surfaces": [{"length": 0.5590362060755133, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339811803735687}, {"n": 4, "root_chord": 0.11992059553581923, "tip_chord": 0.060311455046709345, "span": 0.11108064820729523, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0480567092845208}, {"top_radius": 0.06424267136244953, "bottom_radius": 0.04157974046820569, "length": 0.06182229850164248, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995056685718758, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176553878307227, "upper_button_position": 0.08185028074115308}], "rail_length": 5, "inclination": 83.67153581133296, "heading": 47.651312376663206} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350739127026764, "mass": 16.23024382704552, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328001407711391, "I_33_without_motor": 0.024799148191439652, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.954703631045238, "trigger": 800, "sampling_rate": 105, "lag": 1.4974648076586015, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0086862099390967, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5200712021383114, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5414.091416235647, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03362060038344002, "grain_number": 5, "grain_density": 1829.4013573804673, "grain_outer_radius": 0.03340128192409403, "grain_initial_inner_radius": 0.015171044552954786, "grain_initial_height": 0.11931335761700147, "grain_separation": 0.006169584946483949, "grains_center_of_mass_position": 0.39610557441770244, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0023283666002126093, "throat_radius": 0.011601334440663167, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552398197480021}], "aerodynamic_surfaces": [{"length": 0.5569927413593285, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352833425914446}, {"n": 4, "root_chord": 0.12069407443540688, "tip_chord": 0.059728284988917996, "span": 0.10901668996148231, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049880900693303}, {"top_radius": 0.06321076205281424, "bottom_radius": 0.04370161872750996, "length": 0.05972616058888968, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699760798667833, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616183284909368, "upper_button_position": 0.083577513758465}], "rail_length": 5, "inclination": 84.41769403717002, "heading": 54.22156474164309} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349194237016646, "mass": 15.362778589615585, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322023156646526, "I_33_without_motor": 0.039949960930324026, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.923158547127022, "trigger": 800, "sampling_rate": 105, "lag": 1.3400496851345969, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9145915608971148, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5169714415401792, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6799.916903805995, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03279871532011707, "grain_number": 5, "grain_density": 1859.5740286753658, "grain_outer_radius": 0.03201379077996792, "grain_initial_inner_radius": 0.014925834071760135, "grain_initial_height": 0.12123232726416425, "grain_separation": 0.0064750088552335905, "grains_center_of_mass_position": 0.39647979453709686, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00031063884053163015, "throat_radius": 0.011681092204090431, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554500541719926}], "aerodynamic_surfaces": [{"length": 0.5558419640907605, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13559186753128}, {"n": 4, "root_chord": 0.11997216511257704, "tip_chord": 0.06058744790679979, "span": 0.11040601277285861, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499470644216107}, {"top_radius": 0.06331042337458678, "bottom_radius": 0.04650517899580321, "length": 0.059278672565297987, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002565321300771, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182241661018504, "upper_button_position": 0.08203236602822672}], "rail_length": 5, "inclination": 84.86377607603684, "heading": 51.117479239534624} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06351188191494705, "mass": 15.334731461284381, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334154737227241, "I_33_without_motor": 0.03874983388343871, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.932818114600433, "trigger": 800, "sampling_rate": 105, "lag": 1.4092550622723417, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0181067206776366, "trigger": "apogee", "sampling_rate": 105, "lag": 1.605323958523906, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5719.085795002617, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03305998635087004, "grain_number": 5, "grain_density": 1823.598477844839, "grain_outer_radius": 0.03350419498194751, "grain_initial_inner_radius": 0.015541645204091587, "grain_initial_height": 0.1189471480585829, "grain_separation": 0.004423211448510771, "grains_center_of_mass_position": 0.3961906523092869, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005583986270167648, "throat_radius": 0.0109667940879333, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546313291477402}], "aerodynamic_surfaces": [{"length": 0.5580955038493549, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339947083070046}, {"n": 4, "root_chord": 0.12063055941959049, "tip_chord": 0.05996334043283791, "span": 0.11057850906844827, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493455486682939}, {"top_radius": 0.06339432287280998, "bottom_radius": 0.04562415248645623, "length": 0.05976096948727641, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001724652874424, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190372857850283, "upper_button_position": 0.08113517950241411}], "rail_length": 5, "inclination": 83.1929223101229, "heading": 55.520771024747} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350489182960296, "mass": 14.993522100987528, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327107697903323, "I_33_without_motor": 0.048189286767083804, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.127345997535794, "trigger": 800, "sampling_rate": 105, "lag": 1.7126396707409923, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9052186338343182, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2572911437865981, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4855.188428100491, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033302724082816065, "grain_number": 5, "grain_density": 1746.9265845181872, "grain_outer_radius": 0.032990326781757826, "grain_initial_inner_radius": 0.015073165386400996, "grain_initial_height": 0.11976509413868805, "grain_separation": 0.0063100022642071235, "grains_center_of_mass_position": 0.39772037880994837, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00041497803607421895, "throat_radius": 0.010529555550645116, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254893492570956}], "aerodynamic_surfaces": [{"length": 0.5577506009683638, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134246315847716}, {"n": 4, "root_chord": 0.12087968408048404, "tip_chord": 0.06006831926738098, "span": 0.10993507138739358, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050549682955784}, {"top_radius": 0.06329163908278418, "bottom_radius": 0.044409022542103195, "length": 0.060485541095549766, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003976780646636, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179064240116738, "upper_button_position": 0.08249125405298974}], "rail_length": 5, "inclination": 83.29713501657542, "heading": 53.00188346285316} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06351841417553945, "mass": 15.165660625473409, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311418079743158, "I_33_without_motor": 0.032795569099164736, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.96867089562064, "trigger": 800, "sampling_rate": 105, "lag": 1.5551914336402664, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9144354655087553, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3273312193178277, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5376.537037999679, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033342915674622185, "grain_number": 5, "grain_density": 1857.6514807038193, "grain_outer_radius": 0.032339480462866846, "grain_initial_inner_radius": 0.01521648469843243, "grain_initial_height": 0.1197408535762862, "grain_separation": 0.004049177232892863, "grains_center_of_mass_position": 0.39793340824435053, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00042164867674609563, "throat_radius": 0.010420653416745758, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2573965746815352}], "aerodynamic_surfaces": [{"length": 0.5570023621664982, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134142053502012}, {"n": 4, "root_chord": 0.11958300538816495, "tip_chord": 0.05981939512140969, "span": 0.11008244101153128, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.05047057253839}, {"top_radius": 0.0643237448574833, "bottom_radius": 0.041564377435408605, "length": 0.059753757764390146, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008219487135547, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174693312822067, "upper_button_position": 0.08335261743134803}], "rail_length": 5, "inclination": 84.16056136617475, "heading": 50.910984544653225} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06350735100153862, "mass": 16.03343863137604, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318135026737232, "I_33_without_motor": 0.021051482378331376, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.039411686101174, "trigger": 800, "sampling_rate": 105, "lag": 1.534350891924794, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0563286266020093, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5519303304394365, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5762.332193620749, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03293885803763011, "grain_number": 5, "grain_density": 1819.658713336741, "grain_outer_radius": 0.033064744633481094, "grain_initial_inner_radius": 0.015332985006751561, "grain_initial_height": 0.11993469580350634, "grain_separation": 0.00719693923618852, "grains_center_of_mass_position": 0.3967339987228937, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006840174647647037, "throat_radius": 0.010355152300518486, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550287028193372}], "aerodynamic_surfaces": [{"length": 0.5592222451536778, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133006087045109}, {"n": 4, "root_chord": 0.12052456769998281, "tip_chord": 0.05989970896374489, "span": 0.10902072965866537, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488538356347872}, {"top_radius": 0.0637663776322805, "bottom_radius": 0.04366097263529988, "length": 0.05875583617524293, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994106773855934, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188170621900727, "upper_button_position": 0.08059361519552066}], "rail_length": 5, "inclination": 84.765106057027, "heading": 52.83618948936808} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.0634970815378009, "mass": 15.182911670254388, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312413812868506, "I_33_without_motor": 0.04983852986161381, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.210195480929544, "trigger": 800, "sampling_rate": 105, "lag": 1.5897560781442237, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9138047453731784, "trigger": "apogee", "sampling_rate": 105, "lag": 1.444954187007202, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5555.775172368401, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032756074474073645, "grain_number": 5, "grain_density": 1792.3420065020043, "grain_outer_radius": 0.0322313455514708, "grain_initial_inner_radius": 0.014921814454339027, "grain_initial_height": 0.11936349043503933, "grain_separation": 0.005068562662211438, "grains_center_of_mass_position": 0.3972726666589813, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008725592943305305, "throat_radius": 0.010561224307284574, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552545706223317}], "aerodynamic_surfaces": [{"length": 0.5598099631553044, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339031107765671}, {"n": 4, "root_chord": 0.12027907831345955, "tip_chord": 0.05969695880033669, "span": 0.11058730305932415, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487492855726193}, {"top_radius": 0.06385403744821681, "bottom_radius": 0.04385618960262196, "length": 0.05884978597079261, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011449262540979, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174379731719496, "upper_button_position": 0.08370695308214826}], "rail_length": 5, "inclination": 86.07692830236893, "heading": 56.10245568910191} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349659112068107, "mass": 16.596210787144155, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3170337925906255, "I_33_without_motor": 0.03389842968036387, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.998454418126853, "trigger": 800, "sampling_rate": 105, "lag": 1.4089507583455827, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1000890073165168, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5716586610832257, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6959.922853737883, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03356203666326683, "grain_number": 5, "grain_density": 1862.5130239564535, "grain_outer_radius": 0.033045301519616654, "grain_initial_inner_radius": 0.014487197705395746, "grain_initial_height": 0.12076722396325491, "grain_separation": 0.0040917805234776655, "grains_center_of_mass_position": 0.39672295518820816, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0018887491688607335, "throat_radius": 0.011001020104749997, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538414741145123}], "aerodynamic_surfaces": [{"length": 0.5598953385010629, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329485638541639}, {"n": 4, "root_chord": 0.12034700596723678, "tip_chord": 0.059772527069342406, "span": 0.11071312858211682, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491357540720168}, {"top_radius": 0.06408112417491402, "bottom_radius": 0.041831078807946946, "length": 0.060581271641146, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011495594559879, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180371674762329, "upper_button_position": 0.08311239197975495}], "rail_length": 5, "inclination": 84.29529397644949, "heading": 51.19200586907713} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.0635112152969096, "mass": 15.470086084265294, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322617614100295, "I_33_without_motor": 0.009569680903181388, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.783586866276988, "trigger": 800, "sampling_rate": 105, "lag": 1.499167233336856, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9267097442190083, "trigger": "apogee", "sampling_rate": 105, "lag": 1.488873755826733, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6190.441611860021, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03169022173229581, "grain_number": 5, "grain_density": 1781.6963371084275, "grain_outer_radius": 0.033504964858797094, "grain_initial_inner_radius": 0.015631398213654932, "grain_initial_height": 0.12063687359366713, "grain_separation": 0.00473175491139163, "grains_center_of_mass_position": 0.3968717911497418, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008526396329730139, "throat_radius": 0.011527408428134472, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552960956061947}], "aerodynamic_surfaces": [{"length": 0.5577487448583806, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345772032468828}, {"n": 4, "root_chord": 0.12019111240652748, "tip_chord": 0.059628719144865956, "span": 0.11022437458040164, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501784465579336}, {"top_radius": 0.060588912127680083, "bottom_radius": 0.04507411741386897, "length": 0.060959481969841536, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997820958224603, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177480946396651, "upper_button_position": 0.08203400118279525}], "rail_length": 5, "inclination": 86.88346088927257, "heading": 54.06838213211423} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349937941807944, "mass": 15.514196292319262, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324480940701667, "I_33_without_motor": 0.030314660517085583, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.041933038084904, "trigger": 800, "sampling_rate": 105, "lag": 1.3992127210366705, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8936964786554814, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3451529707259586, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6817.803640711651, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03323363679848428, "grain_number": 5, "grain_density": 1767.9724629358102, "grain_outer_radius": 0.032866244750319955, "grain_initial_inner_radius": 0.014741461862261515, "grain_initial_height": 0.12152308384533471, "grain_separation": 0.005272982884459283, "grains_center_of_mass_position": 0.39717082812746884, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011657726429262728, "throat_radius": 0.011730878829010456, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550696154503265}], "aerodynamic_surfaces": [{"length": 0.5579992879026124, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343272921425254}, {"n": 4, "root_chord": 0.12025254109979225, "tip_chord": 0.05955468679197316, "span": 0.1097162026247771, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050215108733573}, {"top_radius": 0.06381773547567017, "bottom_radius": 0.04412374947417248, "length": 0.057659590035763764, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983856919134461, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185303361451763, "upper_button_position": 0.07985535576826985}], "rail_length": 5, "inclination": 83.3142273276402, "heading": 55.97170675051771} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.0635083439392283, "mass": 15.813342337769358, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315194137360908, "I_33_without_motor": 0.003957349593424583, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.961957662343213, "trigger": 800, "sampling_rate": 105, "lag": 1.6207041776279183, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9993663185898145, "trigger": "apogee", "sampling_rate": 105, "lag": 1.931854893877969, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7158.336159333094, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03372734670127292, "grain_number": 5, "grain_density": 1773.8784795288345, "grain_outer_radius": 0.032446274368981884, "grain_initial_inner_radius": 0.015072671031493406, "grain_initial_height": 0.11934622509885764, "grain_separation": 0.004470395894639158, "grains_center_of_mass_position": 0.39579754726318833, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00016050002009360375, "throat_radius": 0.011431965291263228, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256071193121352}], "aerodynamic_surfaces": [{"length": 0.5598644352566736, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133695093353546}, {"n": 4, "root_chord": 0.12086814395608504, "tip_chord": 0.06040669222893011, "span": 0.11042106090819716, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496138292305708}, {"top_radius": 0.06270000010392902, "bottom_radius": 0.04430065281423518, "length": 0.060991883163306115, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011911677674706, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183477824424557, "upper_button_position": 0.0828433853250149}], "rail_length": 5, "inclination": 84.78051213819317, "heading": 54.1525527765922} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349646107808442, "mass": 14.808550329224849, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325041443641652, "I_33_without_motor": 0.021275797390227426, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.003960141287703, "trigger": 800, "sampling_rate": 105, "lag": 1.5932699985419996, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9345068749525357, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6144159321049556, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6297.563099523883, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03187350183077137, "grain_number": 5, "grain_density": 1846.035155297684, "grain_outer_radius": 0.033660035478433985, "grain_initial_inner_radius": 0.01511494900023864, "grain_initial_height": 0.1196049093651084, "grain_separation": 0.0039017739618242963, "grains_center_of_mass_position": 0.39670964595922115, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00044598772736840244, "throat_radius": 0.011190817384361012, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551915832209717}], "aerodynamic_surfaces": [{"length": 0.558867334580969, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332387466359661}, {"n": 4, "root_chord": 0.11998407503118888, "tip_chord": 0.06000884396680189, "span": 0.11017510047355986, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487049617890822}, {"top_radius": 0.06438487197595726, "bottom_radius": 0.04170716903465371, "length": 0.06034240492882807, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005412072477121, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178212892266098, "upper_button_position": 0.08271991802110223}], "rail_length": 5, "inclination": 85.41128752387029, "heading": 56.3511297824269} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350463203406789, "mass": 14.944659897146053, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3135843815154296, "I_33_without_motor": 0.03736264461518946, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.012508430594917, "trigger": 800, "sampling_rate": 105, "lag": 1.6055611978300321, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1049498342610964, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1274806037410208, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5816.182721299798, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033812936276730605, "grain_number": 5, "grain_density": 1863.871029175705, "grain_outer_radius": 0.033233342715621554, "grain_initial_inner_radius": 0.01451067647583063, "grain_initial_height": 0.12044309093540112, "grain_separation": 0.004449609839115823, "grains_center_of_mass_position": 0.39631948424549684, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018381938687091056, "throat_radius": 0.010970429843900523, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548873739761341}], "aerodynamic_surfaces": [{"length": 0.5569049449358288, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342622132613975}, {"n": 4, "root_chord": 0.12017706297908116, "tip_chord": 0.059574768702119134, "span": 0.11003476101726604, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483697202238578}, {"top_radius": 0.06389529583070061, "bottom_radius": 0.04237971440727398, "length": 0.0597697114403862, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000257426522066, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.61768366339439, "upper_button_position": 0.08234207925781667}], "rail_length": 5, "inclination": 86.50926017152631, "heading": 50.61470069930485} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.0634929692155114, "mass": 15.188671011259526, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323551081179378, "I_33_without_motor": 0.03195380711798338, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.03257450529855, "trigger": 800, "sampling_rate": 105, "lag": 1.452323858392826, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9727111064287256, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5866494161310807, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5634.1996588510465, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033058191375916667, "grain_number": 5, "grain_density": 1799.553007170559, "grain_outer_radius": 0.03298809614983399, "grain_initial_inner_radius": 0.015064940560516177, "grain_initial_height": 0.12050726215434239, "grain_separation": 0.006405811531103794, "grains_center_of_mass_position": 0.39716268601922233, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006169362312496229, "throat_radius": 0.011286538306757977, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2561743635083873}], "aerodynamic_surfaces": [{"length": 0.5593990747730991, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1326973011091217}, {"n": 4, "root_chord": 0.1211126960488701, "tip_chord": 0.059008919326543584, "span": 0.10998835287756684, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488554006279165}, {"top_radius": 0.06355912598490909, "bottom_radius": 0.04356147150835287, "length": 0.06006861562776047, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994973623599886, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178888257547536, "upper_button_position": 0.08160853660523504}], "rail_length": 5, "inclination": 84.47973439114298, "heading": 50.697093486853454} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06348987088149906, "mass": 15.330577921528183, "I_11_without_motor": 6.321, "I_22_without_motor": 6.298391880148868, "I_33_without_motor": 0.04120771749604153, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.908572582283993, "trigger": 800, "sampling_rate": 105, "lag": 1.41165070573393, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0067271249266563, "trigger": "apogee", "sampling_rate": 105, "lag": 1.275154001842243, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6681.364948059298, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032890043786685995, "grain_number": 5, "grain_density": 1855.7821127159868, "grain_outer_radius": 0.03233849914869956, "grain_initial_inner_radius": 0.01515045657700754, "grain_initial_height": 0.11840922682315193, "grain_separation": 0.003790133649710924, "grains_center_of_mass_position": 0.39576950012481704, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001169248839641443, "throat_radius": 0.0106212287890661, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554824357881382}], "aerodynamic_surfaces": [{"length": 0.5584811901843808, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340934263043285}, {"n": 4, "root_chord": 0.1201019487489429, "tip_chord": 0.060190024363935155, "span": 0.11051924815728022, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497929893950138}, {"top_radius": 0.06320794936736378, "bottom_radius": 0.04348814445374567, "length": 0.05905504092513617, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987489517561325, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183957753902289, "upper_button_position": 0.08035317636590356}], "rail_length": 5, "inclination": 84.72347040476882, "heading": 51.18023193539569} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.063505562733996, "mass": 15.593394772365272, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327038659232019, "I_33_without_motor": 0.027286587705366107, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.922929215540734, "trigger": 800, "sampling_rate": 105, "lag": 1.3973554858384392, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0002524174940404, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2673664773934052, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6795.601235709222, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032488691843378076, "grain_number": 5, "grain_density": 1860.5556873302326, "grain_outer_radius": 0.03296919147575202, "grain_initial_inner_radius": 0.014434011565986348, "grain_initial_height": 0.12045850200487375, "grain_separation": 0.00558607365698771, "grains_center_of_mass_position": 0.3949439240183211, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005238704732263281, "throat_radius": 0.010800425482567402, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544240084030998}], "aerodynamic_surfaces": [{"length": 0.5575951380880866, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351311663630268}, {"n": 4, "root_chord": 0.11878822470743511, "tip_chord": 0.0600672016803251, "span": 0.10973980288334002, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492248502028276}, {"top_radius": 0.06384976811374181, "bottom_radius": 0.04338909153436504, "length": 0.06121173984765268, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999017501384752, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179010387713744, "upper_button_position": 0.08200071136710085}], "rail_length": 5, "inclination": 84.77046654570465, "heading": 51.40056528606455} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349245207451996, "mass": 14.908863808304666, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329446000218247, "I_33_without_motor": 0.022666620087501404, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.001004574338847, "trigger": 800, "sampling_rate": 105, "lag": 1.45126623508501, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.090965951986724, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1518045338090974, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5470.610540538924, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0313859705254416, "grain_number": 5, "grain_density": 1907.0650535867576, "grain_outer_radius": 0.03293215416762784, "grain_initial_inner_radius": 0.01491218595187004, "grain_initial_height": 0.11928788622058584, "grain_separation": 0.0029746262530944327, "grains_center_of_mass_position": 0.39797629728085376, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00034530093202555216, "throat_radius": 0.01124805534732965, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558683201939713}], "aerodynamic_surfaces": [{"length": 0.5576840226157745, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352644794204902}, {"n": 4, "root_chord": 0.11922759635493832, "tip_chord": 0.06003132595267845, "span": 0.11077147383116313, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04977534171851}, {"top_radius": 0.06304289708274718, "bottom_radius": 0.042408743787853205, "length": 0.0590603546789989, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007921487505083, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.61656696128361, "upper_button_position": 0.08422518746689833}], "rail_length": 5, "inclination": 84.07926430142206, "heading": 51.252003135241125} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349039999825525, "mass": 14.667031599093896, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3409444119998, "I_33_without_motor": 0.022580973546270297, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.226226580100398, "trigger": 800, "sampling_rate": 105, "lag": 1.4851938404004854, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1684433264832004, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5617997288216212, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6814.026180513255, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03324631464018244, "grain_number": 5, "grain_density": 1871.0602483089763, "grain_outer_radius": 0.03302465069017899, "grain_initial_inner_radius": 0.01524688030302496, "grain_initial_height": 0.1205464057809005, "grain_separation": 0.004619464466884049, "grains_center_of_mass_position": 0.3972607531325933, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00032388041228713225, "throat_radius": 0.010485545870765263, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542596321251775}], "aerodynamic_surfaces": [{"length": 0.5583778247345351, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337558767874742}, {"n": 4, "root_chord": 0.12007091337983616, "tip_chord": 0.05918399718495655, "span": 0.11044170459516256, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494556165519036}, {"top_radius": 0.06364554418502165, "bottom_radius": 0.04469958623026924, "length": 0.059760745921013304, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997491151437466, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183001529283286, "upper_button_position": 0.08144896221541797}], "rail_length": 5, "inclination": 85.59888960216408, "heading": 54.28384655350344} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06349573980393629, "mass": 15.386621711970667, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323494839643632, "I_33_without_motor": 0.04158194185377357, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.93908635731882, "trigger": 800, "sampling_rate": 105, "lag": 1.6415710441791729, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0314909032435144, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3740489895808221, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5772.043746787833, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0330018900791767, "grain_number": 5, "grain_density": 1844.742183042389, "grain_outer_radius": 0.032747502886500204, "grain_initial_inner_radius": 0.014410658316135368, "grain_initial_height": 0.11915656400551373, "grain_separation": 0.005970081962295601, "grains_center_of_mass_position": 0.3973894070414711, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000956752555582758, "throat_radius": 0.011393561663856277, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255035247093087}], "aerodynamic_surfaces": [{"length": 0.557569383877849, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343444144395258}, {"n": 4, "root_chord": 0.11981113052097593, "tip_chord": 0.06067987386577597, "span": 0.11018565999475675, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493334428256358}, {"top_radius": 0.06350541342046101, "bottom_radius": 0.04285561828822834, "length": 0.06083353569422855, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000352915172696, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619446142620992, "upper_button_position": 0.08058914889627766}], "rail_length": 5, "inclination": 84.67110845172273, "heading": 52.14916492865215} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350346057086151, "mass": 14.363988139155472, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320072823016508, "I_33_without_motor": 0.04024589603080901, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.075895299242449, "trigger": 800, "sampling_rate": 105, "lag": 1.6337991059867514, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0823528552359436, "trigger": "apogee", "sampling_rate": 105, "lag": 1.636583376980761, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7335.315627520718, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0331213747912555, "grain_number": 5, "grain_density": 1843.2852238917897, "grain_outer_radius": 0.03381551913651015, "grain_initial_inner_radius": 0.014408676692764825, "grain_initial_height": 0.11962131816098034, "grain_separation": 0.005380208064807152, "grains_center_of_mass_position": 0.39654620943612867, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005168990794148976, "throat_radius": 0.011094454201797957, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254954662829989}], "aerodynamic_surfaces": [{"length": 0.5596565848430803, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1360609097863787}, {"n": 4, "root_chord": 0.12026270384408956, "tip_chord": 0.0593017777221956, "span": 0.11009255049115864, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049211903999395}, {"top_radius": 0.06293158549347974, "bottom_radius": 0.04537783547538933, "length": 0.06088572322527651, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991438428116071, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186477839273791, "upper_button_position": 0.08049605888422806}], "rail_length": 5, "inclination": 85.45212281498324, "heading": 54.78613174385292} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350190287422712, "mass": 15.819447734742496, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320937373573597, "I_33_without_motor": 0.04780512425118195, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.03245681139734, "trigger": 800, "sampling_rate": 105, "lag": 1.48387558023057, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9051427855171278, "trigger": "apogee", "sampling_rate": 105, "lag": 1.510801884252732, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7857.902241611058, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03334301895519162, "grain_number": 5, "grain_density": 1865.403505557643, "grain_outer_radius": 0.03273063092591823, "grain_initial_inner_radius": 0.014556263860048674, "grain_initial_height": 0.12026899800009584, "grain_separation": 0.005781577304559297, "grains_center_of_mass_position": 0.3973531184375484, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008389763513767908, "throat_radius": 0.01099622475588889, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553339310116032}], "aerodynamic_surfaces": [{"length": 0.5573433796144972, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350055648583737}, {"n": 4, "root_chord": 0.11972696256704235, "tip_chord": 0.060146254145851015, "span": 0.11026284693886923, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500543768243982}, {"top_radius": 0.06291302967404275, "bottom_radius": 0.042125534212063845, "length": 0.06178801039881843, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699831420069593, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185276025582993, "upper_button_position": 0.08130381751129367}], "rail_length": 5, "inclination": 84.2673757534641, "heading": 53.1748809738283} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.0634945689682497, "mass": 15.285450230607236, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322763809552942, "I_33_without_motor": 0.04150862157774594, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.952910173639987, "trigger": 800, "sampling_rate": 105, "lag": 1.6222986363062826, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0404865241116732, "trigger": "apogee", "sampling_rate": 105, "lag": 1.54801509538143, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6264.712354017019, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0320215469855382, "grain_number": 5, "grain_density": 1822.5003409923877, "grain_outer_radius": 0.03322493386434162, "grain_initial_inner_radius": 0.014983329178969601, "grain_initial_height": 0.11861928989690804, "grain_separation": 0.005130344970924306, "grains_center_of_mass_position": 0.39744921353883067, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005401461200900961, "throat_radius": 0.011255889701481546, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254173272229317}], "aerodynamic_surfaces": [{"length": 0.557752736185839, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343941620183606}, {"n": 4, "root_chord": 0.12016851841798695, "tip_chord": 0.05991469717663373, "span": 0.11013008929454676, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050283424245253}, {"top_radius": 0.0634594958152563, "bottom_radius": 0.040733581338840134, "length": 0.060524667501469516, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008940582124954, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168367725404903, "upper_button_position": 0.0840572856720051}], "rail_length": 5, "inclination": 84.70383209236381, "heading": 53.34395304613215} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350765036648563, "mass": 15.417479376757433, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3267168487639065, "I_33_without_motor": 0.04253654533078979, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.994012556857353, "trigger": 800, "sampling_rate": 105, "lag": 1.3693207195099888, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8968563620148611, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9481715974645155, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6124.376837831003, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033375213986082494, "grain_number": 5, "grain_density": 1844.5591359138912, "grain_outer_radius": 0.033413551882666204, "grain_initial_inner_radius": 0.015369750535517722, "grain_initial_height": 0.11902934257277627, "grain_separation": 0.004181414163296492, "grains_center_of_mass_position": 0.3963054642420637, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001828613175952348, "throat_radius": 0.010564658328947917, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542729492312512}], "aerodynamic_surfaces": [{"length": 0.558608083362676, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328854734809028}, {"n": 4, "root_chord": 0.12032499646985735, "tip_chord": 0.06020073651130479, "span": 0.11057056434936578, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495518707134894}, {"top_radius": 0.06348631244069998, "bottom_radius": 0.04433833912341684, "length": 0.06058047949567449, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014137160525011, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169649707761823, "upper_button_position": 0.08444874527631885}], "rail_length": 5, "inclination": 85.0318170935272, "heading": 51.15290068140242} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350032119561987, "mass": 15.98692082919414, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318345494689392, "I_33_without_motor": 0.033729230461974326, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.8760357950028, "trigger": 800, "sampling_rate": 105, "lag": 1.4734043739234244, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1270586548603536, "trigger": "apogee", "sampling_rate": 105, "lag": 1.257166424650189, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7470.035742727953, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033238346881410336, "grain_number": 5, "grain_density": 1878.5039597022467, "grain_outer_radius": 0.03276040718312841, "grain_initial_inner_radius": 0.014967011967161305, "grain_initial_height": 0.1187334172053152, "grain_separation": 0.004893908620953493, "grains_center_of_mass_position": 0.3961296502253954, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0016167775087574494, "throat_radius": 0.010737537459818184, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2571710948450043}], "aerodynamic_surfaces": [{"length": 0.5578824435339247, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341244045433583}, {"n": 4, "root_chord": 0.12046188264996578, "tip_chord": 0.059583004335212034, "span": 0.11080173083291359, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498805023205857}, {"top_radius": 0.06463694405472746, "bottom_radius": 0.04387131511992219, "length": 0.0587898259498514, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.702180254744861, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185636881442789, "upper_button_position": 0.08361656660058214}], "rail_length": 5, "inclination": 86.00570359648776, "heading": 49.9540780572039} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349971356282098, "mass": 16.35161726443807, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3019531434934395, "I_33_without_motor": 0.03399859851680522, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.958545686970862, "trigger": 800, "sampling_rate": 105, "lag": 1.6640030723685855, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0288209551485625, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6295102511028374, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5487.408761688775, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032877116424277604, "grain_number": 5, "grain_density": 1813.256224075918, "grain_outer_radius": 0.03307310973919273, "grain_initial_inner_radius": 0.01526085130358597, "grain_initial_height": 0.12051088071585749, "grain_separation": 0.005149024081649454, "grains_center_of_mass_position": 0.3966902435761642, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010728686732175044, "throat_radius": 0.010183045553428098, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551712503748882}], "aerodynamic_surfaces": [{"length": 0.5581115298550298, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333710177940588}, {"n": 4, "root_chord": 0.1196515761990374, "tip_chord": 0.0600334418355882, "span": 0.1093648321308278, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499227801057314}, {"top_radius": 0.06395286827172722, "bottom_radius": 0.04340464415127743, "length": 0.05956483553316062, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989551411081465, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174830647692474, "upper_button_position": 0.08147207633889908}], "rail_length": 5, "inclination": 84.31025922261107, "heading": 52.564002563961196} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350047788833958, "mass": 16.39461869320807, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317069375449507, "I_33_without_motor": 0.055505744271590225, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.889819611450413, "trigger": 800, "sampling_rate": 105, "lag": 1.524446185454582, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9742709752362392, "trigger": "apogee", "sampling_rate": 105, "lag": 1.155487064890429, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7759.082940824469, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03358501646446184, "grain_number": 5, "grain_density": 1863.1420632696086, "grain_outer_radius": 0.032670964331979475, "grain_initial_inner_radius": 0.014857267757566331, "grain_initial_height": 0.12173133199481417, "grain_separation": 0.0045381663788473655, "grains_center_of_mass_position": 0.3971865519604138, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012221343193549283, "throat_radius": 0.011033786516062188, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558153830796301}], "aerodynamic_surfaces": [{"length": 0.5570654781427304, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333329618523877}, {"n": 4, "root_chord": 0.11931437789994354, "tip_chord": 0.05878558726217626, "span": 0.11081452633157066, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049671010156657}, {"top_radius": 0.06482188787908182, "bottom_radius": 0.0439856247895532, "length": 0.06083525201140122, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000372067344839, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174611889311568, "upper_button_position": 0.08257601780332713}], "rail_length": 5, "inclination": 84.73903348031345, "heading": 51.473579854514995} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349947395335855, "mass": 15.50265575481992, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320516527830924, "I_33_without_motor": 0.04143675990553045, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.034986618142588, "trigger": 800, "sampling_rate": 105, "lag": 1.7141175341209292, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9741422550557052, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7615625285638121, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6186.140720130158, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03229949333725667, "grain_number": 5, "grain_density": 1760.7248835325797, "grain_outer_radius": 0.03248937407855108, "grain_initial_inner_radius": 0.014260273040709303, "grain_initial_height": 0.11835958300892181, "grain_separation": 0.005248079963057467, "grains_center_of_mass_position": 0.39616392009781015, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001978125338965451, "throat_radius": 0.011068468627965771, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554977435868953}], "aerodynamic_surfaces": [{"length": 0.5584964770683729, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336095033483184}, {"n": 4, "root_chord": 0.12010901474261293, "tip_chord": 0.05988025045469361, "span": 0.10953622822767492, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498654781762855}, {"top_radius": 0.0629971331051521, "bottom_radius": 0.04275117807189034, "length": 0.06015199529691407, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989767836074089, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186894332168116, "upper_button_position": 0.08028735039059731}], "rail_length": 5, "inclination": 85.53732074321009, "heading": 52.440455793431525} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06348044094486614, "mass": 16.029353565841944, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315666833374493, "I_33_without_motor": 0.04441753106842069, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.862748595058175, "trigger": 800, "sampling_rate": 105, "lag": 1.450666283047022, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0458276815535454, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4858116390705005, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5869.663882362011, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03345776836855281, "grain_number": 5, "grain_density": 1806.7466700551204, "grain_outer_radius": 0.033170439658527846, "grain_initial_inner_radius": 0.014998655382688209, "grain_initial_height": 0.12140883678661482, "grain_separation": 0.00467749664800248, "grains_center_of_mass_position": 0.39644000284685005, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013567823061692455, "throat_radius": 0.011252477787763419, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548739545245347}], "aerodynamic_surfaces": [{"length": 0.5564141181526732, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335238368472151}, {"n": 4, "root_chord": 0.12007538584954115, "tip_chord": 0.059938145863688855, "span": 0.10983917503998111, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499887118864915}, {"top_radius": 0.06291063586365808, "bottom_radius": 0.042561753976116515, "length": 0.058319289047619044, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7010753643845639, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164330821546693, "upper_button_position": 0.08464228222989456}], "rail_length": 5, "inclination": 83.87756340130244, "heading": 51.74429369076972} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349583944074899, "mass": 15.909910505238745, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332394076268363, "I_33_without_motor": 0.03622220310946698, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.015737438684253, "trigger": 800, "sampling_rate": 105, "lag": 1.541578097827786, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0074612819854603, "trigger": "apogee", "sampling_rate": 105, "lag": 1.309459682839689, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6218.137752045106, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03460102314595849, "grain_number": 5, "grain_density": 1860.144917819781, "grain_outer_radius": 0.03332236985332926, "grain_initial_inner_radius": 0.014350324310399122, "grain_initial_height": 0.11879359169424888, "grain_separation": 0.004328324267680671, "grains_center_of_mass_position": 0.39585187415371287, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005176311097398321, "throat_radius": 0.01006992710448437, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2566819689375233}], "aerodynamic_surfaces": [{"length": 0.5592017889423304, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1319819379205018}, {"n": 4, "root_chord": 0.12002063582714595, "tip_chord": 0.061112373899445085, "span": 0.11024953713401761, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491116603920918}, {"top_radius": 0.06404816613850298, "bottom_radius": 0.04394157427312884, "length": 0.059059451962849216, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7021743018850495, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180713721839106, "upper_button_position": 0.08410292970113886}], "rail_length": 5, "inclination": 86.10702502706066, "heading": 50.4570787573822} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06348838267800269, "mass": 15.858253279901465, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323797948396878, "I_33_without_motor": 0.024669358071705092, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.076406044897958, "trigger": 800, "sampling_rate": 105, "lag": 1.5005393829964397, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0422969532658664, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2559293709504267, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6925.917179161024, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03366573320000714, "grain_number": 5, "grain_density": 1766.3943574842506, "grain_outer_radius": 0.03304469895898915, "grain_initial_inner_radius": 0.015312769774307953, "grain_initial_height": 0.12072347164740914, "grain_separation": 0.006624048043319222, "grains_center_of_mass_position": 0.39647494468118816, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009166624902536313, "throat_radius": 0.011054701182635155, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547157323542035}], "aerodynamic_surfaces": [{"length": 0.5578888692350099, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342584517643153}, {"n": 4, "root_chord": 0.12016906398698603, "tip_chord": 0.05973878263960935, "span": 0.11000031998561285, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049488584300108}, {"top_radius": 0.06426716548244084, "bottom_radius": 0.04473906328525602, "length": 0.061076183584393304, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988881578326528, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188873742804496, "upper_button_position": 0.08000078355220319}], "rail_length": 5, "inclination": 83.96437610345866, "heading": 50.85490983074992} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06349224154896228, "mass": 15.503622537210186, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327867894454276, "I_33_without_motor": 0.02272213304458503, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.019291246211912, "trigger": 800, "sampling_rate": 105, "lag": 1.427328139896899, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8897204721679354, "trigger": "apogee", "sampling_rate": 105, "lag": 1.406194380636628, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6574.490071773194, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03316948497604842, "grain_number": 5, "grain_density": 1746.824077746946, "grain_outer_radius": 0.03279879327826356, "grain_initial_inner_radius": 0.01455986331314872, "grain_initial_height": 0.12142742744598185, "grain_separation": 0.003729789158380343, "grains_center_of_mass_position": 0.395614237767832, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011981080928111117, "throat_radius": 0.011424048796092897, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564550577161784}], "aerodynamic_surfaces": [{"length": 0.5583339313858795, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1362569694667282}, {"n": 4, "root_chord": 0.119781999795519, "tip_chord": 0.05979988096200324, "span": 0.11069344839042462, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049972042630843}, {"top_radius": 0.06411662993778793, "bottom_radius": 0.04477208626169185, "length": 0.060553936811063, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992954570551915, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187584204142694, "upper_button_position": 0.08053703664092204}], "rail_length": 5, "inclination": 84.11527729207599, "heading": 54.15833645771333} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350580067902407, "mass": 15.904905414192449, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323576354269247, "I_33_without_motor": 0.03817917506685181, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.061967352449381, "trigger": 800, "sampling_rate": 105, "lag": 1.3525717994777247, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9687964297464181, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5123603704431632, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5758.119442461446, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03217198823131759, "grain_number": 5, "grain_density": 1857.4320910125602, "grain_outer_radius": 0.033454748334303924, "grain_initial_inner_radius": 0.014829264152114429, "grain_initial_height": 0.12118562779753736, "grain_separation": 0.004788547241575032, "grains_center_of_mass_position": 0.395633922683751, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009872323811556908, "throat_radius": 0.010312200311410913, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552284489714904}], "aerodynamic_surfaces": [{"length": 0.5589865329260241, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344362465197186}, {"n": 4, "root_chord": 0.11961247438703657, "tip_chord": 0.05996655948228912, "span": 0.11011728785320969, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051777913694185}, {"top_radius": 0.06322345174100831, "bottom_radius": 0.0421038725498198, "length": 0.05970167418771835, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008256768015021, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193850029869928, "upper_button_position": 0.08144067381450926}], "rail_length": 5, "inclination": 85.10408560738834, "heading": 51.54925710687794} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349633268622772, "mass": 15.222571309136828, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312861936009342, "I_33_without_motor": 0.01597491336582694, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.150381257285128, "trigger": 800, "sampling_rate": 105, "lag": 1.379808056691949, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0784671701972677, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4233916051393547, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4922.190662789807, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03237937329513456, "grain_number": 5, "grain_density": 1771.7499720037063, "grain_outer_radius": 0.03270652413076661, "grain_initial_inner_radius": 0.014741158759470477, "grain_initial_height": 0.12138314803403447, "grain_separation": 0.0067515326077775455, "grains_center_of_mass_position": 0.395694795360068, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00010495662873812388, "throat_radius": 0.011565146768856874, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547414278580318}], "aerodynamic_surfaces": [{"length": 0.5585589858872395, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133489666771339}, {"n": 4, "root_chord": 0.11957807968551712, "tip_chord": 0.0606889218619868, "span": 0.11022794867608697, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499701562602306}, {"top_radius": 0.06426432201444254, "bottom_radius": 0.04204345000680394, "length": 0.060750586699481704, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009798220811988, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177041780484523, "upper_button_position": 0.08327564403274645}], "rail_length": 5, "inclination": 83.73976494267616, "heading": 52.36131316270707} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349696824749251, "mass": 14.625767013047296, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308906684904926, "I_33_without_motor": 0.033755997218179984, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.050349347192276, "trigger": 800, "sampling_rate": 105, "lag": 1.464702400442197, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9674560078235922, "trigger": "apogee", "sampling_rate": 105, "lag": 1.504285569538012, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5783.28243919996, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03281862097471772, "grain_number": 5, "grain_density": 1779.8791447345116, "grain_outer_radius": 0.032588907470056654, "grain_initial_inner_radius": 0.0151022078820697, "grain_initial_height": 0.11918324492795725, "grain_separation": 0.004774342492894082, "grains_center_of_mass_position": 0.3966338733845272, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000318339055048595, "throat_radius": 0.01073685939511779, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2568356344259737}], "aerodynamic_surfaces": [{"length": 0.5593048594877986, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133520417438416}, {"n": 4, "root_chord": 0.12030979327995792, "tip_chord": 0.059819304574111797, "span": 0.11014167575638785, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0468488719381623}, {"top_radius": 0.06389179108351029, "bottom_radius": 0.04409706218615782, "length": 0.05940993494259226, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985265682110355, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177698226675135, "upper_button_position": 0.08075674554352208}], "rail_length": 5, "inclination": 84.368190487296, "heading": 52.72102497798122} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06348771921416774, "mass": 14.958853607846914, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319115965337112, "I_33_without_motor": 0.02674186321061768, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.000199223652963, "trigger": 800, "sampling_rate": 105, "lag": 1.4418201284947123, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8021628038900354, "trigger": "apogee", "sampling_rate": 105, "lag": 1.068268546072808, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6172.8233239838455, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03206552673972219, "grain_number": 5, "grain_density": 1810.1220380228542, "grain_outer_radius": 0.03361939101296317, "grain_initial_inner_radius": 0.014991127779792019, "grain_initial_height": 0.11950444216875049, "grain_separation": 0.00511753907878547, "grains_center_of_mass_position": 0.39815726075796143, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010623283455681446, "throat_radius": 0.011703730321246506, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256058214742202}], "aerodynamic_surfaces": [{"length": 0.5572304156048057, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331278667697675}, {"n": 4, "root_chord": 0.11984596522676845, "tip_chord": 0.059297255862003254, "span": 0.11032270878643342, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050160135982942}, {"top_radius": 0.06354438856185021, "bottom_radius": 0.043339077772874775, "length": 0.05973362983245742, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008647017222874, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182403524840413, "upper_button_position": 0.08262434923824613}], "rail_length": 5, "inclination": 84.16504662013017, "heading": 55.01978615322846} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349420927726072, "mass": 16.1238244995194, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306039435321741, "I_33_without_motor": 0.024551104610271244, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.992549948362331, "trigger": 800, "sampling_rate": 105, "lag": 1.5344206207290525, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9997268784519233, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3865409366750647, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6128.3195379765775, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03264590090896665, "grain_number": 5, "grain_density": 1710.5163705955283, "grain_outer_radius": 0.033084846673437605, "grain_initial_inner_radius": 0.015260125055341264, "grain_initial_height": 0.12124008395877095, "grain_separation": 0.0034861214682539643, "grains_center_of_mass_position": 0.39807539411150067, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004864286465987761, "throat_radius": 0.011162319700632818, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253842174060294}], "aerodynamic_surfaces": [{"length": 0.5571449084624325, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334522455987175}, {"n": 4, "root_chord": 0.11910361160820646, "tip_chord": 0.060604433828311134, "span": 0.109581299671181, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508734841236698}, {"top_radius": 0.06477212033020786, "bottom_radius": 0.04392155300392177, "length": 0.060092180060862914, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7015248972410896, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6161011989053015, "upper_button_position": 0.08542369833578811}], "rail_length": 5, "inclination": 84.72092868140754, "heading": 56.63659512464313} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349561281059433, "mass": 15.372942463139264, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332011315024008, "I_33_without_motor": 0.03853271568674038, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.834396846783815, "trigger": 800, "sampling_rate": 105, "lag": 1.5696749488016122, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9835667387970989, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7521307394355528, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4921.674113589168, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032507089299443986, "grain_number": 5, "grain_density": 1802.1539209368252, "grain_outer_radius": 0.032661335406713184, "grain_initial_inner_radius": 0.014997319232274122, "grain_initial_height": 0.12157431554729534, "grain_separation": 0.00467395277948397, "grains_center_of_mass_position": 0.39710351807017735, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002635273896102939, "throat_radius": 0.010783382237691798, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547375197144415}], "aerodynamic_surfaces": [{"length": 0.5571358314907047, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1322024805338562}, {"n": 4, "root_chord": 0.12011228759507067, "tip_chord": 0.06000566396805879, "span": 0.1093642749972002, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0477076646893269}, {"top_radius": 0.06253654660172613, "bottom_radius": 0.04559644151173715, "length": 0.05847341310764742, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7019976226530759, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195781615002712, "upper_button_position": 0.08241946115280463}], "rail_length": 5, "inclination": 85.34708792590425, "heading": 48.86714920492764} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350335601483965, "mass": 15.73949362483803, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324770483332484, "I_33_without_motor": 0.023885184358242505, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.880468034765835, "trigger": 800, "sampling_rate": 105, "lag": 1.7241656300187942, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0057335005927428, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5818470346501847, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5656.479652356449, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03332863660438671, "grain_number": 5, "grain_density": 1823.6801300182642, "grain_outer_radius": 0.032521020886536564, "grain_initial_inner_radius": 0.015454583880365929, "grain_initial_height": 0.11876155271239966, "grain_separation": 0.005846904470162803, "grains_center_of_mass_position": 0.39662842143869476, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008289438677905188, "throat_radius": 0.011625062924950925, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550328407927636}], "aerodynamic_surfaces": [{"length": 0.5587889102183835, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134854774851812}, {"n": 4, "root_chord": 0.12085315054660217, "tip_chord": 0.060331691077046355, "span": 0.10998581172690447, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500226968346469}, {"top_radius": 0.0638519719111916, "bottom_radius": 0.04379136504793316, "length": 0.05763470100862744, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987423914412408, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187784341329883, "upper_button_position": 0.07996395730825256}], "rail_length": 5, "inclination": 83.49707332502561, "heading": 53.09586632765948} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06349125025787206, "mass": 14.955966507623744, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316243994446691, "I_33_without_motor": 0.026709311524418022, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.899196768811942, "trigger": 800, "sampling_rate": 105, "lag": 1.5617709762926961, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9113248461461597, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4980109949987954, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6328.900970966967, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03274397458438398, "grain_number": 5, "grain_density": 1820.0585590282767, "grain_outer_radius": 0.033459710267454965, "grain_initial_inner_radius": 0.015199764199205724, "grain_initial_height": 0.1210069877131966, "grain_separation": 0.005133515171074662, "grains_center_of_mass_position": 0.39697025260780555, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0003567584977277657, "throat_radius": 0.010945899593145233, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551745889180534}], "aerodynamic_surfaces": [{"length": 0.5581890000797153, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329235752807758}, {"n": 4, "root_chord": 0.11954188482342788, "tip_chord": 0.06042258101406226, "span": 0.11046156562419512, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490952916304639}, {"top_radius": 0.06458994637244454, "bottom_radius": 0.04317624204912902, "length": 0.06134372919695817, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7021113792208807, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182921119264668, "upper_button_position": 0.08381926729441391}], "rail_length": 5, "inclination": 84.46992757338508, "heading": 51.7588559209316} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06349678544029613, "mass": 16.216042173462746, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319165543553844, "I_33_without_motor": 0.030827060294323468, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.957069119978588, "trigger": 800, "sampling_rate": 105, "lag": 1.649740615759169, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0219988427489983, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4467115831257487, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8334.406543530487, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03226170400874562, "grain_number": 5, "grain_density": 1788.0085388576128, "grain_outer_radius": 0.033233547402463544, "grain_initial_inner_radius": 0.014918180912516508, "grain_initial_height": 0.11941946634966548, "grain_separation": 0.0036835818469192812, "grains_center_of_mass_position": 0.39751434142658143, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006764080314187904, "throat_radius": 0.010235867888932215, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255915650800535}], "aerodynamic_surfaces": [{"length": 0.5591418255947622, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345357995499248}, {"n": 4, "root_chord": 0.12029566155516504, "tip_chord": 0.060805877223988156, "span": 0.1092032183640634, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504451418645413}, {"top_radius": 0.06439389322103331, "bottom_radius": 0.0435216335575759, "length": 0.06196418514454357, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000272962968435, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618208509334899, "upper_button_position": 0.08181878696194445}], "rail_length": 5, "inclination": 84.14997205696507, "heading": 54.80337322823908} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.0634896161240461, "mass": 16.329309084695602, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335271438054827, "I_33_without_motor": 0.009460099780854894, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.953655497493292, "trigger": 800, "sampling_rate": 105, "lag": 1.584225051852109, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0715063101246765, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5812182337201222, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7287.024142883654, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03328891169681448, "grain_number": 5, "grain_density": 1829.5626383299657, "grain_outer_radius": 0.032898710221195136, "grain_initial_inner_radius": 0.015740331443497856, "grain_initial_height": 0.1193093928651607, "grain_separation": 0.0046736225064451875, "grains_center_of_mass_position": 0.3952155862258003, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004975426645834604, "throat_radius": 0.011652263040804006, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548665377389858}], "aerodynamic_surfaces": [{"length": 0.5588890000841278, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133551493514959}, {"n": 4, "root_chord": 0.12041106415282542, "tip_chord": 0.060132476100943494, "span": 0.1095621747564292, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049964763022926}, {"top_radius": 0.06372611504489822, "bottom_radius": 0.043193137879864285, "length": 0.05932995373223147, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004372015980027, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178568003767757, "upper_button_position": 0.082580401221227}], "rail_length": 5, "inclination": 84.19952764601892, "heading": 50.49167116137796} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.0635074199231784, "mass": 15.470199704038425, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321425611743911, "I_33_without_motor": 0.04534298460210463, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.956647660944727, "trigger": 800, "sampling_rate": 105, "lag": 1.5592229824481874, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.03430532808286, "trigger": "apogee", "sampling_rate": 105, "lag": 1.852015820609307, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6423.549071773269, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03213587772957337, "grain_number": 5, "grain_density": 1853.0593061145655, "grain_outer_radius": 0.03319522545254149, "grain_initial_inner_radius": 0.015012641431235887, "grain_initial_height": 0.11952843131347124, "grain_separation": 0.004162629338685422, "grains_center_of_mass_position": 0.3983952227259839, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002327448497340686, "throat_radius": 0.010944512349630753, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537938107709148}], "aerodynamic_surfaces": [{"length": 0.558125469889385, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340635156486294}, {"n": 4, "root_chord": 0.1193219177218539, "tip_chord": 0.0594479984398824, "span": 0.11068805580190888, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488610598121721}, {"top_radius": 0.06436437364959018, "bottom_radius": 0.04307979080819027, "length": 0.06099262526160718, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992959376780042, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170072962083935, "upper_button_position": 0.08228864146961079}], "rail_length": 5, "inclination": 85.28724378939879, "heading": 49.68406198830715} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.0634945170722345, "mass": 15.091350299197362, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315016617087088, "I_33_without_motor": 0.03615585732436084, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.129385567616048, "trigger": 800, "sampling_rate": 105, "lag": 1.4974596065547676, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8951062132802862, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5867468381623913, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6657.4780433374635, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03337990573921591, "grain_number": 5, "grain_density": 1864.0774238591755, "grain_outer_radius": 0.033613779173849834, "grain_initial_inner_radius": 0.015080702766461625, "grain_initial_height": 0.1189311743258308, "grain_separation": 0.005306934889650087, "grains_center_of_mass_position": 0.3982713850685515, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000772164334027109, "throat_radius": 0.012153303147901754, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535969782006948}], "aerodynamic_surfaces": [{"length": 0.557269434080561, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135139117487651}, {"n": 4, "root_chord": 0.12032539476295666, "tip_chord": 0.06017696645409609, "span": 0.11043298604313563, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488869809269914}, {"top_radius": 0.06207994483717079, "bottom_radius": 0.044390180827552035, "length": 0.06028821376132161, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994491886768601, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187027375635491, "upper_button_position": 0.08074645111331102}], "rail_length": 5, "inclination": 82.92456035867804, "heading": 53.77193986043102} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350234601158937, "mass": 15.896870601541227, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319098134607969, "I_33_without_motor": 0.06136617568842152, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.001980540263263, "trigger": 800, "sampling_rate": 105, "lag": 1.5371963414118177, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1137543323775791, "trigger": "apogee", "sampling_rate": 105, "lag": 1.508872601981167, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7463.700678568273, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03341118870699767, "grain_number": 5, "grain_density": 1794.5047745935506, "grain_outer_radius": 0.03357135243493428, "grain_initial_inner_radius": 0.014236014327898089, "grain_initial_height": 0.12067428074743414, "grain_separation": 0.005506469055200093, "grains_center_of_mass_position": 0.39582323514225637, "center_of_dry_mass_position": 0.317, "nozzle_position": 6.728994667596192e-05, "throat_radius": 0.010838962005691104, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550055539641993}], "aerodynamic_surfaces": [{"length": 0.5570304891504179, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342053634951605}, {"n": 4, "root_chord": 0.12103813993886915, "tip_chord": 0.05989926349276146, "span": 0.11013650018717504, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504892663791534}, {"top_radius": 0.06341205859853498, "bottom_radius": 0.04385302336121198, "length": 0.059549174479225316, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012340537116946, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6161415195132501, "upper_button_position": 0.08509253419844443}], "rail_length": 5, "inclination": 83.61702891665641, "heading": 53.77845062882038} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350163537814094, "mass": 15.511115610875892, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309949308990951, "I_33_without_motor": 0.019572218011506798, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.078730404451422, "trigger": 800, "sampling_rate": 105, "lag": 1.5268134818069585, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9959154166459596, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6536699402459465, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6101.478679973828, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032615757542168625, "grain_number": 5, "grain_density": 1879.1954218656479, "grain_outer_radius": 0.03247185433202101, "grain_initial_inner_radius": 0.015139008535151417, "grain_initial_height": 0.12113576780479064, "grain_separation": 0.0035980833578741185, "grains_center_of_mass_position": 0.3972990067874325, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014808624988414448, "throat_radius": 0.010578220966690793, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552007416902848}], "aerodynamic_surfaces": [{"length": 0.5563823317160002, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342734782500419}, {"n": 4, "root_chord": 0.1197450122008792, "tip_chord": 0.06017451082670373, "span": 0.1100731757066297, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493663457490396}, {"top_radius": 0.06498711100693996, "bottom_radius": 0.043703899738758364, "length": 0.060020668484445185, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004849737521942, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184168461794086, "upper_button_position": 0.08206812757278559}], "rail_length": 5, "inclination": 83.81397252329066, "heading": 51.932142453299434} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349874864915546, "mass": 15.179012487997078, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321018904206979, "I_33_without_motor": 0.026789115572613643, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.13553423888303, "trigger": 800, "sampling_rate": 105, "lag": 1.5401398627450897, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0613950268307624, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6715607244176711, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4946.106966734945, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03301469875653238, "grain_number": 5, "grain_density": 1747.2762956273439, "grain_outer_radius": 0.03259449916319652, "grain_initial_inner_radius": 0.015283024780977929, "grain_initial_height": 0.11903045493864989, "grain_separation": 0.0056770585880767215, "grains_center_of_mass_position": 0.39676975972541884, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013775277906481142, "throat_radius": 0.011063095537010282, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548964182507694}], "aerodynamic_surfaces": [{"length": 0.5590056033997303, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334662742290578}, {"n": 4, "root_chord": 0.11984428477150998, "tip_chord": 0.059625781654131946, "span": 0.10968437761405175, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04991459846837}, {"top_radius": 0.06465382504661593, "bottom_radius": 0.043541129262757716, "length": 0.05986792663121158, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700784946203797, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163771958638956, "upper_button_position": 0.08440775033990144}], "rail_length": 5, "inclination": 86.07055947369571, "heading": 52.920913807800346} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06350272661488217, "mass": 14.702056862456443, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3207571000095975, "I_33_without_motor": 0.03836580109141423, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.858936736932524, "trigger": 800, "sampling_rate": 105, "lag": 1.6247762951523577, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9674921091396026, "trigger": "apogee", "sampling_rate": 105, "lag": 1.486913901038311, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7463.762971499232, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03166255574025866, "grain_number": 5, "grain_density": 1820.5426122993604, "grain_outer_radius": 0.03330962923514212, "grain_initial_inner_radius": 0.014978548448173642, "grain_initial_height": 0.12001785940804396, "grain_separation": 0.005025251140024757, "grains_center_of_mass_position": 0.3955282112563149, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015837999650086243, "throat_radius": 0.011221051404363544, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2565891919440595}], "aerodynamic_surfaces": [{"length": 0.55919419472832, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134692779790339}, {"n": 4, "root_chord": 0.11986486750447468, "tip_chord": 0.06043820054055574, "span": 0.10949739362989387, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048318232459525}, {"top_radius": 0.06138214150811997, "bottom_radius": 0.045057330319336446, "length": 0.060003249522203275, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002722827368721, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618162318802552, "upper_button_position": 0.08210996393432013}], "rail_length": 5, "inclination": 83.9025677275448, "heading": 56.72911593791698} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06349952188757339, "mass": 14.863664411379558, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32346186161593, "I_33_without_motor": 0.037864007986865865, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.173594092752188, "trigger": 800, "sampling_rate": 105, "lag": 1.5326625572642385, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9413278263241807, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7753605454823642, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7116.349400450705, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03369929464850726, "grain_number": 5, "grain_density": 1805.9821067175162, "grain_outer_radius": 0.0329183805598675, "grain_initial_inner_radius": 0.015183959975365657, "grain_initial_height": 0.12189242911841687, "grain_separation": 0.005092701370413831, "grains_center_of_mass_position": 0.39581873830802783, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006409487211799229, "throat_radius": 0.010853258156861785, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542077971735806}], "aerodynamic_surfaces": [{"length": 0.558508094281799, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348912199430174}, {"n": 4, "root_chord": 0.11889922104872105, "tip_chord": 0.060226755469417206, "span": 0.11071933521975229, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049482700221344}, {"top_radius": 0.0641887882516173, "bottom_radius": 0.04353054378148016, "length": 0.06129192979538084, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998055132275824, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188497301584835, "upper_button_position": 0.0809557830690989}], "rail_length": 5, "inclination": 81.299252525712, "heading": 54.25254759362718} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349200229029933, "mass": 15.108754219142797, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327977755907571, "I_33_without_motor": 0.04966284648679247, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.124535603571973, "trigger": 800, "sampling_rate": 105, "lag": 1.4155784118687893, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1033106551580403, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3087628908398994, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7121.708567016993, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03327941892201004, "grain_number": 5, "grain_density": 1845.8312042223483, "grain_outer_radius": 0.03383886268559924, "grain_initial_inner_radius": 0.014991278901277593, "grain_initial_height": 0.11997467947133819, "grain_separation": 0.003655806971589166, "grains_center_of_mass_position": 0.3964967679083126, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003431440087883499, "throat_radius": 0.01098429735616078, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255744423373455}], "aerodynamic_surfaces": [{"length": 0.5580032051865611, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1322285554468599}, {"n": 4, "root_chord": 0.12052281161134422, "tip_chord": 0.05996779713402041, "span": 0.10891176329342585, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492708617254591}, {"top_radius": 0.06300470313069496, "bottom_radius": 0.043000800203840596, "length": 0.05933490341254324, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990029248680164, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171790583200845, "upper_button_position": 0.08182386654793194}], "rail_length": 5, "inclination": 84.49285878736204, "heading": 50.695232987755944} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.0634981805770399, "mass": 15.117439893742985, "I_11_without_motor": 6.321, "I_22_without_motor": 6.297608463075989, "I_33_without_motor": 0.03713735185453575, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.185150355618147, "trigger": 800, "sampling_rate": 105, "lag": 1.524334295359672, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0209957905122202, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3663093334140715, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4270.967414196304, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033215862613646396, "grain_number": 5, "grain_density": 1689.2558265971136, "grain_outer_radius": 0.033615461995824616, "grain_initial_inner_radius": 0.015085006653919528, "grain_initial_height": 0.11989439262367352, "grain_separation": 0.004159198983410978, "grains_center_of_mass_position": 0.3962371481796037, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006588304176419538, "throat_radius": 0.01205037551155848, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255817973156072}], "aerodynamic_surfaces": [{"length": 0.5567172725906487, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353054232766657}, {"n": 4, "root_chord": 0.11942415641470856, "tip_chord": 0.06005319381426605, "span": 0.11034962620317945, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484954635866153}, {"top_radius": 0.06367221620540393, "bottom_radius": 0.045150438037199425, "length": 0.06008998105165639, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699659413659099, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169475543051439, "upper_button_position": 0.08271185935395509}], "rail_length": 5, "inclination": 86.19276063890646, "heading": 54.76358993233559} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06348522808430442, "mass": 15.656307237189997, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3122922557984165, "I_33_without_motor": 0.043188284243501705, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.951917722071414, "trigger": 800, "sampling_rate": 105, "lag": 1.490126410998432, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0617887684972043, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4832055771804804, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5572.613863139877, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03294448879787425, "grain_number": 5, "grain_density": 1714.3255824673058, "grain_outer_radius": 0.032982917214125655, "grain_initial_inner_radius": 0.015215314614884417, "grain_initial_height": 0.1204688544412585, "grain_separation": 0.004672278846261367, "grains_center_of_mass_position": 0.3982274786425592, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012080219968444337, "throat_radius": 0.01083758945932451, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547311765375844}], "aerodynamic_surfaces": [{"length": 0.5582641643257892, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132142932668316}, {"n": 4, "root_chord": 0.1201147609181722, "tip_chord": 0.05967595716409015, "span": 0.10891523351189543, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500682638247991}, {"top_radius": 0.06356653948142364, "bottom_radius": 0.04509990585412275, "length": 0.059865442041930665, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995140017166488, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619265272826177, "upper_button_position": 0.08024872889047174}], "rail_length": 5, "inclination": 85.67459788599075, "heading": 53.02077626293343} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.0634921483440822, "mass": 15.043486530634695, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312812617236149, "I_33_without_motor": 0.03120392151862802, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.065816125599794, "trigger": 800, "sampling_rate": 105, "lag": 1.4429081252724922, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0699543392175739, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4641540499271042, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4514.454629101702, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03237747217068748, "grain_number": 5, "grain_density": 1867.0243183922155, "grain_outer_radius": 0.033037107430198984, "grain_initial_inner_radius": 0.014862703539624307, "grain_initial_height": 0.118442901096567, "grain_separation": 0.005425261874576562, "grains_center_of_mass_position": 0.3959009024266607, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000915636669073041, "throat_radius": 0.010469162384392616, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539074642625134}], "aerodynamic_surfaces": [{"length": 0.5579617171013501, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1325523420163455}, {"n": 4, "root_chord": 0.1203333099266697, "tip_chord": 0.060040677384389673, "span": 0.11037071245315372, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049746808351666}, {"top_radius": 0.06439580382934666, "bottom_radius": 0.04442005608481712, "length": 0.06192078138413794, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990518716558576, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177428905730099, "upper_button_position": 0.08130898108284768}], "rail_length": 5, "inclination": 84.05758077629905, "heading": 55.78764420208075} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350672575642044, "mass": 14.877302379782044, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333614648078883, "I_33_without_motor": 0.04192456683573141, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.957939447159456, "trigger": 800, "sampling_rate": 105, "lag": 1.4353126753465766, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0906066843612205, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4765007747992687, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7109.488663968508, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03350004141490341, "grain_number": 5, "grain_density": 1845.447956045782, "grain_outer_radius": 0.032896876626144336, "grain_initial_inner_radius": 0.015383146711732552, "grain_initial_height": 0.1174028169988616, "grain_separation": 0.0064951518600869715, "grains_center_of_mass_position": 0.3977055213144828, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0020873520769204997, "throat_radius": 0.010717686510407302, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536026528812791}], "aerodynamic_surfaces": [{"length": 0.5574899040077294, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338889977343931}, {"n": 4, "root_chord": 0.11960689713488681, "tip_chord": 0.06066797821756021, "span": 0.10973651302560446, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504492725824643}, {"top_radius": 0.06342929217050378, "bottom_radius": 0.04418667703918942, "length": 0.05885255881478538, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005082988272688, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617165080345092, "upper_button_position": 0.08334321848217685}], "rail_length": 5, "inclination": 84.75023262559182, "heading": 52.71466645091846} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350033952831388, "mass": 15.257772398094408, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322545613234406, "I_33_without_motor": 0.03611094463692792, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.022533700308365, "trigger": 800, "sampling_rate": 105, "lag": 1.5152020777046835, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.974359844697127, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6629310830896329, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6746.5807980508125, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03324522913181361, "grain_number": 5, "grain_density": 1902.0105791475323, "grain_outer_radius": 0.033296910197836774, "grain_initial_inner_radius": 0.015356123042756013, "grain_initial_height": 0.12012014729897076, "grain_separation": 0.007136654034662746, "grains_center_of_mass_position": 0.3964513187389608, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007860337694955469, "throat_radius": 0.010974450196576726, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544514830928344}], "aerodynamic_surfaces": [{"length": 0.559794873830401, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334547160122779}, {"n": 4, "root_chord": 0.12022309147644102, "tip_chord": 0.06030497784642053, "span": 0.10998230881107167, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486757466542058}, {"top_radius": 0.06306801521033925, "bottom_radius": 0.04582197246335357, "length": 0.058703922220774245, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000375838827517, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172351443480059, "upper_button_position": 0.08280243953474586}], "rail_length": 5, "inclination": 85.31245655255667, "heading": 52.338742747358914} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.0635087728333798, "mass": 15.709278706421209, "I_11_without_motor": 6.321, "I_22_without_motor": 6.34410566921371, "I_33_without_motor": 0.04898566398368086, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.932477150003695, "trigger": 800, "sampling_rate": 105, "lag": 1.4227543699310161, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9066495321052453, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5286745528772265, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6979.3152937565765, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03298706896672929, "grain_number": 5, "grain_density": 1830.2867566336515, "grain_outer_radius": 0.032995507638731714, "grain_initial_inner_radius": 0.015034290938406556, "grain_initial_height": 0.12067844725350237, "grain_separation": 0.004381459314812267, "grains_center_of_mass_position": 0.39933229845805374, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0024200704476005316, "throat_radius": 0.01080741891920192, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559243148819916}], "aerodynamic_surfaces": [{"length": 0.5591535697820295, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344723589151402}, {"n": 4, "root_chord": 0.11918506194036103, "tip_chord": 0.059696201717016624, "span": 0.11009189151013246, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496612525892155}, {"top_radius": 0.06380248844036746, "bottom_radius": 0.04466993790556677, "length": 0.06034481400724863, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.70017539509335, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6149780516928961, "upper_button_position": 0.08519734340045393}], "rail_length": 5, "inclination": 85.02504909695584, "heading": 48.60191365644261} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349377061483372, "mass": 15.464067595839639, "I_11_without_motor": 6.321, "I_22_without_motor": 6.342670715814353, "I_33_without_motor": 0.016165682997921614, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.090793732724498, "trigger": 800, "sampling_rate": 105, "lag": 1.6110161046898002, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9948200814730994, "trigger": "apogee", "sampling_rate": 105, "lag": 1.345730971696312, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5760.945574469296, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033901677506223984, "grain_number": 5, "grain_density": 1767.6360900645248, "grain_outer_radius": 0.03251482011948328, "grain_initial_inner_radius": 0.015664014936390917, "grain_initial_height": 0.12024401002700129, "grain_separation": 0.007651648859934053, "grains_center_of_mass_position": 0.39697804118521623, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0001856729695665439, "throat_radius": 0.011482757011966301, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558855535033122}], "aerodynamic_surfaces": [{"length": 0.5582265159675321, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1323234104362045}, {"n": 4, "root_chord": 0.12002427785163941, "tip_chord": 0.06074645874668078, "span": 0.11013906809460577, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500489299222617}, {"top_radius": 0.0634000254322366, "bottom_radius": 0.04297133732410664, "length": 0.059961317907234024, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995153383628115, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187304610976858, "upper_button_position": 0.08078487726512573}], "rail_length": 5, "inclination": 84.63612514969847, "heading": 54.765347360571184} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349065342388005, "mass": 15.656866343294677, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3211766308175354, "I_33_without_motor": 0.04047416754423752, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.980404222839015, "trigger": 800, "sampling_rate": 105, "lag": 1.521355737517161, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.027063689901043, "trigger": "apogee", "sampling_rate": 105, "lag": 1.371142389902559, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4367.561742443828, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0324833206942306, "grain_number": 5, "grain_density": 1809.136642018346, "grain_outer_radius": 0.03267253410422276, "grain_initial_inner_radius": 0.015170669136152412, "grain_initial_height": 0.1185183800792717, "grain_separation": 0.003925359157336555, "grains_center_of_mass_position": 0.3978361225304176, "center_of_dry_mass_position": 0.317, "nozzle_position": -4.382641244042519e-05, "throat_radius": 0.009936403150871485, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559359200917874}], "aerodynamic_surfaces": [{"length": 0.5566197128419413, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1355665022824946}, {"n": 4, "root_chord": 0.11974649559332878, "tip_chord": 0.06035167351864026, "span": 0.10995830249569429, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0479659239283936}, {"top_radius": 0.06282186519834071, "bottom_radius": 0.04341566095176763, "length": 0.06154877941464533, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993529049005629, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.61907247934395, "upper_button_position": 0.08028042555661286}], "rail_length": 5, "inclination": 85.08077091078967, "heading": 49.56417716227334} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349642801820862, "mass": 15.496919890336192, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320861431660141, "I_33_without_motor": 0.03203366624022167, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.979015854183139, "trigger": 800, "sampling_rate": 105, "lag": 1.6515498384106093, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1126017929212098, "trigger": "apogee", "sampling_rate": 105, "lag": 1.395155425168961, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4714.292500240889, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0332652239483223, "grain_number": 5, "grain_density": 1759.8303203176115, "grain_outer_radius": 0.03220806979369486, "grain_initial_inner_radius": 0.014664334930686966, "grain_initial_height": 0.1202378466173783, "grain_separation": 0.004306083020644059, "grains_center_of_mass_position": 0.39425376321091676, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011542704652125397, "throat_radius": 0.010431875027328898, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256819182365277}], "aerodynamic_surfaces": [{"length": 0.5577461679925111, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338358637613482}, {"n": 4, "root_chord": 0.12012441439447626, "tip_chord": 0.05953047885961394, "span": 0.11033872765273033, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.046898530311948}, {"top_radius": 0.06387664388093203, "bottom_radius": 0.04421190507914448, "length": 0.06011231737701846, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004032983133341, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182234647426009, "upper_button_position": 0.08217983357073322}], "rail_length": 5, "inclination": 84.66451258290815, "heading": 53.52149551562766} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06351006511257438, "mass": 14.933107230073782, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316245703585885, "I_33_without_motor": 0.02236779030881364, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.99264973978591, "trigger": 800, "sampling_rate": 105, "lag": 1.337595190646103, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8916959183094025, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5612046085541305, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7487.2500686305475, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03252768918755051, "grain_number": 5, "grain_density": 1814.058037297487, "grain_outer_radius": 0.03313371286278896, "grain_initial_inner_radius": 0.015114390138026092, "grain_initial_height": 0.12075586682464258, "grain_separation": 0.004475357153121041, "grains_center_of_mass_position": 0.3963055710109639, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006371552151480423, "throat_radius": 0.010786637217212715, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541911174506062}], "aerodynamic_surfaces": [{"length": 0.5581734689479347, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341831630907682}, {"n": 4, "root_chord": 0.11938162354372633, "tip_chord": 0.05976978647155689, "span": 0.11012575262202005, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500021978621263}, {"top_radius": 0.06503135158830178, "bottom_radius": 0.04490420225543326, "length": 0.05950146673955854, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6981640554183598, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6203592518314157, "upper_button_position": 0.07780480358694408}], "rail_length": 5, "inclination": 85.22773977562044, "heading": 54.618607817274295} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.063495854731584, "mass": 16.160722983852413, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324384218864833, "I_33_without_motor": 0.04734011978703114, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.067119058737596, "trigger": 800, "sampling_rate": 105, "lag": 1.6013730039222234, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0898635207059917, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6260712815372218, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6521.938377730623, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03297562630945312, "grain_number": 5, "grain_density": 1813.0030083494112, "grain_outer_radius": 0.03303321652069171, "grain_initial_inner_radius": 0.015345615929199712, "grain_initial_height": 0.11876844771945319, "grain_separation": 0.004389393661116121, "grains_center_of_mass_position": 0.3969862597256224, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005685525300978018, "throat_radius": 0.010676893751630582, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2576685281223585}], "aerodynamic_surfaces": [{"length": 0.5577228786123308, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134701424800015}, {"n": 4, "root_chord": 0.12017110081402453, "tip_chord": 0.06005019024722223, "span": 0.10954303067449017, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486458225305455}, {"top_radius": 0.06309671458041567, "bottom_radius": 0.04447118220390387, "length": 0.06141947029677415, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700172573794904, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618682492228292, "upper_button_position": 0.08149008156661208}], "rail_length": 5, "inclination": 85.66012806866169, "heading": 52.02888046448024} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349957274773857, "mass": 14.69602438391413, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32405962913558, "I_33_without_motor": 0.034598003553365834, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.851763210323615, "trigger": 800, "sampling_rate": 105, "lag": 1.3648539457543385, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0767210320687097, "trigger": "apogee", "sampling_rate": 105, "lag": 1.155673314040986, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6935.045823286734, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032622726724799586, "grain_number": 5, "grain_density": 1776.3014513773867, "grain_outer_radius": 0.03284260189237975, "grain_initial_inner_radius": 0.015570245679336374, "grain_initial_height": 0.1201599074037644, "grain_separation": 0.004872861693087162, "grains_center_of_mass_position": 0.3964832661253262, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00020745136828941062, "throat_radius": 0.011609055701937047, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546611349229968}], "aerodynamic_surfaces": [{"length": 0.5597522828954558, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343433893460941}, {"n": 4, "root_chord": 0.11937575242566185, "tip_chord": 0.05893023798937512, "span": 0.10990866618159155, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487521554161146}, {"top_radius": 0.0643036542542218, "bottom_radius": 0.04451200696804311, "length": 0.060259833786140526, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991146807165329, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186717861510018, "upper_button_position": 0.08044289456553111}], "rail_length": 5, "inclination": 83.38283554395765, "heading": 51.99933413556276} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06351344456688945, "mass": 15.047493945586579, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324149018667146, "I_33_without_motor": 0.03848731806758914, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.062332360155533, "trigger": 800, "sampling_rate": 105, "lag": 1.5554203461042742, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9783577146880202, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2170297727846306, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6044.97496712741, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03244010672979978, "grain_number": 5, "grain_density": 1821.0108180808475, "grain_outer_radius": 0.03265861070598829, "grain_initial_inner_radius": 0.014958971781485518, "grain_initial_height": 0.11818437383433228, "grain_separation": 0.004362983014566544, "grains_center_of_mass_position": 0.3983357724676317, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006711318586450475, "throat_radius": 0.011675496798019632, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551457128209202}], "aerodynamic_surfaces": [{"length": 0.5583978113628929, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339462384077321}, {"n": 4, "root_chord": 0.12005162461041911, "tip_chord": 0.060279832546751594, "span": 0.1099274836326746, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492091072423584}, {"top_radius": 0.0632281858101692, "bottom_radius": 0.044045814310530965, "length": 0.06058421945224582, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988159988569651, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619300149462489, "upper_button_position": 0.07951584939447609}], "rail_length": 5, "inclination": 83.95508385938616, "heading": 55.57520740368481} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350287406811167, "mass": 16.244661960312825, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31154367906728, "I_33_without_motor": 0.04436348543132293, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.10263874024049, "trigger": 800, "sampling_rate": 105, "lag": 1.6087220850646016, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9641774199174314, "trigger": "apogee", "sampling_rate": 105, "lag": 1.43071189325627, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5261.58968548308, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03296686156733544, "grain_number": 5, "grain_density": 1910.7432957997326, "grain_outer_radius": 0.03252174049676654, "grain_initial_inner_radius": 0.015085820041813231, "grain_initial_height": 0.11979620609753198, "grain_separation": 0.006180862532413621, "grains_center_of_mass_position": 0.39726933547368887, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00023283326110560046, "throat_radius": 0.012369892246162008, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562264056013788}], "aerodynamic_surfaces": [{"length": 0.5594667687364578, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334546717564713}, {"n": 4, "root_chord": 0.11951374284693227, "tip_chord": 0.060130195843372924, "span": 0.10924569269204339, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489978108527303}, {"top_radius": 0.06433782482154596, "bottom_radius": 0.04423186801344152, "length": 0.061452215799948855, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002064064511886, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191866350094645, "upper_button_position": 0.08101977144172412}], "rail_length": 5, "inclination": 84.17470210531619, "heading": 54.17239757139231} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350555433206355, "mass": 15.336954997966325, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317170702731769, "I_33_without_motor": 0.03875865579324962, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.139091642568067, "trigger": 800, "sampling_rate": 105, "lag": 1.4988235246722263, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9642685543613414, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7601463873600318, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 3890.2991581889805, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03345219903914816, "grain_number": 5, "grain_density": 1835.2872778841179, "grain_outer_radius": 0.032344361582811516, "grain_initial_inner_radius": 0.014961825746224944, "grain_initial_height": 0.1196824910881126, "grain_separation": 0.005928688763517279, "grains_center_of_mass_position": 0.3977991170114286, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00013194242524379167, "throat_radius": 0.011808615598215368, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551344763564463}], "aerodynamic_surfaces": [{"length": 0.5592437309302285, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344213116020754}, {"n": 4, "root_chord": 0.12057030316262553, "tip_chord": 0.06017048689635271, "span": 0.10996589671619672, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487221855331976}, {"top_radius": 0.06517635010845438, "bottom_radius": 0.04405266403956029, "length": 0.05800522475259121, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005677755512009, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179527339993902, "upper_button_position": 0.08261504155181065}], "rail_length": 5, "inclination": 83.9470906317959, "heading": 48.69614937203076} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06351690993730809, "mass": 14.692472606363413, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334893855570663, "I_33_without_motor": 0.03553607017435403, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.87180209636844, "trigger": 800, "sampling_rate": 105, "lag": 1.5443267096928694, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.042303796959836, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3364587560890484, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7996.512842678829, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03311696566213634, "grain_number": 5, "grain_density": 1823.780155689727, "grain_outer_radius": 0.03265820451753537, "grain_initial_inner_radius": 0.01463021925543282, "grain_initial_height": 0.1199934711443423, "grain_separation": 0.005250380599042719, "grains_center_of_mass_position": 0.3981922925306999, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0016091205022163116, "throat_radius": 0.011822528944037685, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254990307419153}], "aerodynamic_surfaces": [{"length": 0.5582067341853905, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341907251751984}, {"n": 4, "root_chord": 0.12112876754703034, "tip_chord": 0.0591770560422542, "span": 0.10981858261788051, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492277301262403}, {"top_radius": 0.06233604382248501, "bottom_radius": 0.04478181469925164, "length": 0.05869768861654447, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992496085242675, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182526910638546, "upper_button_position": 0.08099691746041293}], "rail_length": 5, "inclination": 85.58051669313657, "heading": 52.93553076543922} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349305438528781, "mass": 16.105095450743917, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319592177471706, "I_33_without_motor": 0.03545902401039303, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.029544217094223, "trigger": 800, "sampling_rate": 105, "lag": 1.4687074624614502, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9657524636691439, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3524013182057362, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5756.6501253120905, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03205791135582405, "grain_number": 5, "grain_density": 1790.7279394522695, "grain_outer_radius": 0.03309403791854917, "grain_initial_inner_radius": 0.014878687203652765, "grain_initial_height": 0.11910597337167818, "grain_separation": 0.005280617127384184, "grains_center_of_mass_position": 0.3961949917377508, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000880248404137181, "throat_radius": 0.011060461157192778, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547775993183452}], "aerodynamic_surfaces": [{"length": 0.5578351463352348, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332928375594578}, {"n": 4, "root_chord": 0.1204801082810929, "tip_chord": 0.06035156090630587, "span": 0.11076336385849346, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507004596060756}, {"top_radius": 0.06231180017054802, "bottom_radius": 0.043206882747411995, "length": 0.059728802926710706, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999270701951549, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180349711179572, "upper_button_position": 0.08189209907719763}], "rail_length": 5, "inclination": 85.52521230973183, "heading": 53.192546489980636} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350438284207693, "mass": 15.232256530652672, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32443852056014, "I_33_without_motor": 0.015891185692272086, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.925479738673465, "trigger": 800, "sampling_rate": 105, "lag": 1.5509544505359174, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9193525865083916, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2413950721204512, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5847.896901819748, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03261640780177846, "grain_number": 5, "grain_density": 1790.2306811244905, "grain_outer_radius": 0.033093614433933806, "grain_initial_inner_radius": 0.014598492604324708, "grain_initial_height": 0.11900704506855396, "grain_separation": 0.005466754059902256, "grains_center_of_mass_position": 0.3975289224122607, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00031312496178670526, "throat_radius": 0.012135342821950985, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546289898796779}], "aerodynamic_surfaces": [{"length": 0.5591249232873697, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333451094602902}, {"n": 4, "root_chord": 0.1208260957757625, "tip_chord": 0.05966265843085574, "span": 0.10959764383312061, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484189192681013}, {"top_radius": 0.063868578445441, "bottom_radius": 0.042425768567274987, "length": 0.06031390468172948, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7016370732286011, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188740502800005, "upper_button_position": 0.0827630229486006}], "rail_length": 5, "inclination": 85.11725151906796, "heading": 53.68458952984809} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350193601562143, "mass": 16.490013855540393, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308289080464931, "I_33_without_motor": 0.012121949602614961, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.181691030461934, "trigger": 800, "sampling_rate": 105, "lag": 1.6068229617793854, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8242262408674315, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1264706870433194, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7574.070154898738, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03305298727726442, "grain_number": 5, "grain_density": 1850.030947167178, "grain_outer_radius": 0.03327199451754103, "grain_initial_inner_radius": 0.015530056780315537, "grain_initial_height": 0.12063927449239437, "grain_separation": 0.00712503212507379, "grains_center_of_mass_position": 0.397192879317598, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010254266238470806, "throat_radius": 0.010986641062071591, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556696491895178}], "aerodynamic_surfaces": [{"length": 0.5598450705621062, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342277478444853}, {"n": 4, "root_chord": 0.11997991423382173, "tip_chord": 0.06045656758473589, "span": 0.10979033326552641, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051359619476104}, {"top_radius": 0.06406525541265098, "bottom_radius": 0.045546969373484715, "length": 0.06189679621048501, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991333728338434, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167971980174198, "upper_button_position": 0.08233617481642352}], "rail_length": 5, "inclination": 84.83245248536879, "heading": 56.14179599087208} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350115600057549, "mass": 15.406921888893418, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324809872987988, "I_33_without_motor": 0.04424700769687879, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.842805354198154, "trigger": 800, "sampling_rate": 105, "lag": 1.5343573025677266, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9945053281872841, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7435750771840592, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6550.987252303132, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03255276891633927, "grain_number": 5, "grain_density": 1876.790231444388, "grain_outer_radius": 0.03291962302973861, "grain_initial_inner_radius": 0.015693898683838206, "grain_initial_height": 0.11985694044306405, "grain_separation": 0.00494629387202565, "grains_center_of_mass_position": 0.39646373063585927, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00038061348681286473, "throat_radius": 0.01025996941850167, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2532582396134182}], "aerodynamic_surfaces": [{"length": 0.557413459091172, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345905948262365}, {"n": 4, "root_chord": 0.11978480438540669, "tip_chord": 0.061097206859148635, "span": 0.11024203070806436, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506162027161197}, {"top_radius": 0.06335428700757281, "bottom_radius": 0.042511476028801565, "length": 0.059835017045158145, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7026243339299602, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6202660107755269, "upper_button_position": 0.08235832315443326}], "rail_length": 5, "inclination": 83.0010936264545, "heading": 53.418811315157264} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350870672732922, "mass": 15.336824121742355, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321484179830767, "I_33_without_motor": 0.03799407146210339, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.07274273521471, "trigger": 800, "sampling_rate": 105, "lag": 1.6438292845882643, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9750131473737624, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6560153871314969, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6587.863726232988, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03247968571748889, "grain_number": 5, "grain_density": 1827.6509233446202, "grain_outer_radius": 0.03328599700881604, "grain_initial_inner_radius": 0.015210402574083497, "grain_initial_height": 0.12045166142533174, "grain_separation": 0.005778151573704662, "grains_center_of_mass_position": 0.398274495363557, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013735241788279055, "throat_radius": 0.010874092198498433, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559280855159745}], "aerodynamic_surfaces": [{"length": 0.5581743612055515, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132521256895275}, {"n": 4, "root_chord": 0.12077491725530598, "tip_chord": 0.05937397607581354, "span": 0.10941874605214859, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489142512448957}, {"top_radius": 0.062270683973347715, "bottom_radius": 0.04312156455812355, "length": 0.05975589219459637, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004665862810601, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177557915626634, "upper_button_position": 0.08271079471839671}], "rail_length": 5, "inclination": 83.70433413427027, "heading": 53.42751438568756} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.0635012464089676, "mass": 15.575178144832973, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316950722850184, "I_33_without_motor": 0.029202773558752185, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.864848419248455, "trigger": 800, "sampling_rate": 105, "lag": 1.6181631792861317, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0851678134135954, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7308388316770469, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6034.937571076293, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03251936058077746, "grain_number": 5, "grain_density": 1807.9069538334102, "grain_outer_radius": 0.03299718748133515, "grain_initial_inner_radius": 0.014838269016208203, "grain_initial_height": 0.1192268594498655, "grain_separation": 0.004121412899049712, "grains_center_of_mass_position": 0.39580348580907915, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009883796685455977, "throat_radius": 0.01168444119804474, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256896083624794}], "aerodynamic_surfaces": [{"length": 0.5580597567633698, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347882061036845}, {"n": 4, "root_chord": 0.11997967737442533, "tip_chord": 0.060080686240342226, "span": 0.10940761181690313, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498978245400206}, {"top_radius": 0.06320638197882532, "bottom_radius": 0.0429465128221842, "length": 0.058512815727925445, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995992301561603, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183013797060382, "upper_button_position": 0.08129785045012217}], "rail_length": 5, "inclination": 84.54842074271733, "heading": 55.78653920084839} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350845164199136, "mass": 14.808230183023763, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308227202532914, "I_33_without_motor": 0.029540537179238113, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.103787956422362, "trigger": 800, "sampling_rate": 105, "lag": 1.5154344916694944, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.013000804956481, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6571189358549634, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8104.44604966267, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03377621818361043, "grain_number": 5, "grain_density": 1776.1718478962912, "grain_outer_radius": 0.032261768601444744, "grain_initial_inner_radius": 0.015355018257871483, "grain_initial_height": 0.12130644635822858, "grain_separation": 0.004362143345060275, "grains_center_of_mass_position": 0.39730470224025066, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013563122979011904, "throat_radius": 0.010293120020622631, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253880104804078}], "aerodynamic_surfaces": [{"length": 0.5571214315957759, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338167175286566}, {"n": 4, "root_chord": 0.12042074883025478, "tip_chord": 0.06078600579275683, "span": 0.10982384255049893, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500348686115566}, {"top_radius": 0.06255026814795793, "bottom_radius": 0.04467498375216515, "length": 0.06178271481182618, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998950708642601, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618684594321989, "upper_button_position": 0.08121047654227109}], "rail_length": 5, "inclination": 83.13578800406853, "heading": 50.22038294128258} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.0635033561713297, "mass": 14.93786731646821, "I_11_without_motor": 6.321, "I_22_without_motor": 6.337380768337551, "I_33_without_motor": 0.0399045812287938, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.00030520139953, "trigger": 800, "sampling_rate": 105, "lag": 1.4956008654626602, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8976675115148206, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4082130110229918, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7782.331222466291, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03271311263027876, "grain_number": 5, "grain_density": 1788.677682285769, "grain_outer_radius": 0.033203076643058604, "grain_initial_inner_radius": 0.015170135167971114, "grain_initial_height": 0.12064666334188348, "grain_separation": 0.006541732559378268, "grains_center_of_mass_position": 0.39643419941250796, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005167002198100768, "throat_radius": 0.010811573088222462, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.257100428564945}], "aerodynamic_surfaces": [{"length": 0.5559692653813585, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348944297408339}, {"n": 4, "root_chord": 0.11946124585773511, "tip_chord": 0.059849041830136576, "span": 0.1098144902536436, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492363226193744}, {"top_radius": 0.06262923378573133, "bottom_radius": 0.043784112514454396, "length": 0.06011507369296286, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002174032505175, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194076175267941, "upper_button_position": 0.08080978572372344}], "rail_length": 5, "inclination": 83.54842319693633, "heading": 51.80196717235856} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349994245558008, "mass": 16.38883275243986, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329696343953255, "I_33_without_motor": 0.03179033332369073, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.971818544344753, "trigger": 800, "sampling_rate": 105, "lag": 1.5331350603409637, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0510347886152194, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4146853106437143, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6644.876597942894, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032452320386439436, "grain_number": 5, "grain_density": 1758.503654173581, "grain_outer_radius": 0.03453822043477151, "grain_initial_inner_radius": 0.015031704986025143, "grain_initial_height": 0.12240166823284485, "grain_separation": 0.005600736645189048, "grains_center_of_mass_position": 0.3957970117402941, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007285055925390797, "throat_radius": 0.0101295585149584, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540332017051428}], "aerodynamic_surfaces": [{"length": 0.5574736357232564, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134137985568306}, {"n": 4, "root_chord": 0.11861156844574737, "tip_chord": 0.06040126954764863, "span": 0.10988629290652388, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503731384279296}, {"top_radius": 0.06313443319919804, "bottom_radius": 0.04367082596525566, "length": 0.06050189737667602, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007170721433531, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191298162299328, "upper_button_position": 0.08158725591342031}], "rail_length": 5, "inclination": 84.19197644386219, "heading": 53.65029470263687} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350444627277843, "mass": 16.27593145652235, "I_11_without_motor": 6.321, "I_22_without_motor": 6.300792290142084, "I_33_without_motor": 0.019257480977903686, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.021299969745193, "trigger": 800, "sampling_rate": 105, "lag": 1.39749577746685, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0304228223652607, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4978593548275823, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5805.689009096952, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03300745987329461, "grain_number": 5, "grain_density": 1905.8365512951789, "grain_outer_radius": 0.03291258151416344, "grain_initial_inner_radius": 0.01471505678155763, "grain_initial_height": 0.12028828972507762, "grain_separation": 0.005036195676855693, "grains_center_of_mass_position": 0.39624185329977873, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007963080602185568, "throat_radius": 0.011206592459098033, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558181961194586}], "aerodynamic_surfaces": [{"length": 0.5595393045714498, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339343442509984}, {"n": 4, "root_chord": 0.12030142901127146, "tip_chord": 0.05938989959534676, "span": 0.10951012364783348, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0521689782428094}, {"top_radius": 0.06107430873228683, "bottom_radius": 0.04363722801415575, "length": 0.05944685848462882, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986799756302704, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175760630811913, "upper_button_position": 0.08110391254907912}], "rail_length": 5, "inclination": 85.6920400709986, "heading": 51.84845239759948} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349405268292099, "mass": 14.668944143483218, "I_11_without_motor": 6.321, "I_22_without_motor": 6.341638040770175, "I_33_without_motor": 0.0361411493281217, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.113035352911131, "trigger": 800, "sampling_rate": 105, "lag": 1.3723870959371087, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0266804527197053, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4280637053110437, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 3851.7882362766663, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03282422082622956, "grain_number": 5, "grain_density": 1767.2707274841448, "grain_outer_radius": 0.033139233529540894, "grain_initial_inner_radius": 0.01524405103485306, "grain_initial_height": 0.12145821732721386, "grain_separation": 0.004238711768685508, "grains_center_of_mass_position": 0.3962463600059255, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009804607897239245, "throat_radius": 0.010503062636768522, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255735009978977}], "aerodynamic_surfaces": [{"length": 0.5581656759025834, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1322623618306644}, {"n": 4, "root_chord": 0.12081431375150424, "tip_chord": 0.05994573845302299, "span": 0.10974302893105388, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484796860796493}, {"top_radius": 0.06359216248873353, "bottom_radius": 0.043261773478360334, "length": 0.05756418287729842, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997427153194913, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165719442502476, "upper_button_position": 0.08317077106924364}], "rail_length": 5, "inclination": 83.49867088450246, "heading": 54.08404660335846} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350125797225377, "mass": 15.66056272209282, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319716613304499, "I_33_without_motor": 0.03749036385262135, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.113791811541732, "trigger": 800, "sampling_rate": 105, "lag": 1.5418186618693668, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9509801564239326, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4996824163831748, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7169.7229810969975, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03266108617619039, "grain_number": 5, "grain_density": 1827.0860029966923, "grain_outer_radius": 0.032873586681895016, "grain_initial_inner_radius": 0.014723114828366173, "grain_initial_height": 0.12061950227447449, "grain_separation": 0.004011247920541493, "grains_center_of_mass_position": 0.39622441367865263, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005649786263540573, "throat_radius": 0.010827819449170866, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545395961707848}], "aerodynamic_surfaces": [{"length": 0.5564079835091392, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343913038588616}, {"n": 4, "root_chord": 0.1202744081061941, "tip_chord": 0.0604042170342649, "span": 0.10950583403966933, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505481714427092}, {"top_radius": 0.06250522165101355, "bottom_radius": 0.0444380473074977, "length": 0.05980550187645998, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001792466325638, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182358959184732, "upper_button_position": 0.08194335071409065}], "rail_length": 5, "inclination": 84.33929077599365, "heading": 54.764878782656446} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.0635061383370333, "mass": 15.59701731750061, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335586126832497, "I_33_without_motor": 0.0412048982793516, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.05703013848411, "trigger": 800, "sampling_rate": 105, "lag": 1.4879550240819035, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8901714737259345, "trigger": "apogee", "sampling_rate": 105, "lag": 1.280836951342327, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5231.821848569386, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03377237799682548, "grain_number": 5, "grain_density": 1849.3166133107688, "grain_outer_radius": 0.03318525637871522, "grain_initial_inner_radius": 0.014883953346218198, "grain_initial_height": 0.12061971692632839, "grain_separation": 0.006503531931956049, "grains_center_of_mass_position": 0.3975229480899434, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001079962781220969, "throat_radius": 0.011369479440217557, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2531434276025564}], "aerodynamic_surfaces": [{"length": 0.5581000581637248, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329098757305112}, {"n": 4, "root_chord": 0.11950329012230662, "tip_chord": 0.0595861761203475, "span": 0.1098430541804381, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049436761787167}, {"top_radius": 0.06438228424704741, "bottom_radius": 0.04299471574043308, "length": 0.05946039977819311, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992205856251098, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166388733965799, "upper_button_position": 0.08258171222852995}], "rail_length": 5, "inclination": 83.84556729566438, "heading": 50.73302130679726} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349001751250857, "mass": 16.209749583064653, "I_11_without_motor": 6.321, "I_22_without_motor": 6.301983493388434, "I_33_without_motor": 0.031596185477915165, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.095123452329739, "trigger": 800, "sampling_rate": 105, "lag": 1.4666926585881133, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0459664864628322, "trigger": "apogee", "sampling_rate": 105, "lag": 1.627146142959487, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7981.388803636224, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032610392684585085, "grain_number": 5, "grain_density": 1708.7616576932924, "grain_outer_radius": 0.03272662260858426, "grain_initial_inner_radius": 0.01511298346166128, "grain_initial_height": 0.12171436461847172, "grain_separation": 0.0031686307465490816, "grains_center_of_mass_position": 0.39731901269702213, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00137013329842827, "throat_radius": 0.011878251399754212, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537501508994056}], "aerodynamic_surfaces": [{"length": 0.5590678893031545, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353623322586788}, {"n": 4, "root_chord": 0.11976992406241166, "tip_chord": 0.060172099518352486, "span": 0.10975580330799538, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491952806518703}, {"top_radius": 0.06310930251179274, "bottom_radius": 0.04171009691316476, "length": 0.059443689061894636, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002868200128045, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177142476338436, "upper_button_position": 0.08257257237896087}], "rail_length": 5, "inclination": 85.9108451445156, "heading": 54.39566335874173} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06351148155425271, "mass": 15.330016637866278, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306070943471035, "I_33_without_motor": 0.03431966090999991, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.97766568873321, "trigger": 800, "sampling_rate": 105, "lag": 1.5297033929265413, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9374867709010235, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9533242297690425, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6586.140629526703, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033724719305985335, "grain_number": 5, "grain_density": 1732.6133520209182, "grain_outer_radius": 0.032712930830784234, "grain_initial_inner_radius": 0.015246302014283437, "grain_initial_height": 0.12187556481663286, "grain_separation": 0.005540354494774646, "grains_center_of_mass_position": 0.3980657688539186, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008835804491157881, "throat_radius": 0.010773930787462818, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256874076228567}], "aerodynamic_surfaces": [{"length": 0.5588035167719174, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340541834600542}, {"n": 4, "root_chord": 0.12020496260855959, "tip_chord": 0.06025386377486868, "span": 0.10970112130661847, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504387443462542}, {"top_radius": 0.06371536056548353, "bottom_radius": 0.04254547248664668, "length": 0.05980391569281601, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995949517068603, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189848587362667, "upper_button_position": 0.08061009297059352}], "rail_length": 5, "inclination": 84.7262367754845, "heading": 51.32192077607144} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.0635103017570266, "mass": 15.211414461605193, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326095172238902, "I_33_without_motor": 0.046333966816176915, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.090109609927268, "trigger": 800, "sampling_rate": 105, "lag": 1.4392349900262371, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9550382748073781, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7811508975337431, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6056.915924394959, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033727049772017514, "grain_number": 5, "grain_density": 1879.3536124115737, "grain_outer_radius": 0.032685586456789685, "grain_initial_inner_radius": 0.015043195759744568, "grain_initial_height": 0.12000956188974618, "grain_separation": 0.00530527226466618, "grains_center_of_mass_position": 0.3972922155927978, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001372734430897971, "throat_radius": 0.011920807066489653, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2564062788857848}], "aerodynamic_surfaces": [{"length": 0.5570623007315161, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353008922335894}, {"n": 4, "root_chord": 0.12020158018699079, "tip_chord": 0.05953479498372125, "span": 0.11023571664053843, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.052043821233084}, {"top_radius": 0.0625820239566629, "bottom_radius": 0.04252712204085274, "length": 0.05983166701218094, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992357880995014, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.620256033104568, "upper_button_position": 0.07897975499493337}], "rail_length": 5, "inclination": 85.39602506115892, "heading": 51.23112581176852} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350863683456, "mass": 15.85795104214075, "I_11_without_motor": 6.321, "I_22_without_motor": 6.301583791378115, "I_33_without_motor": 0.044110983051418105, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.980100236691538, "trigger": 800, "sampling_rate": 105, "lag": 1.5299310132115396, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0397901391606383, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4839495326103922, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6444.089884535882, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03297241561429972, "grain_number": 5, "grain_density": 1805.1474104657755, "grain_outer_radius": 0.033184185515606125, "grain_initial_inner_radius": 0.015119487264472813, "grain_initial_height": 0.12099660215112015, "grain_separation": 0.0051432435543747644, "grains_center_of_mass_position": 0.39556234354029224, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000873474215458539, "throat_radius": 0.00991561111747873, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555983614883333}], "aerodynamic_surfaces": [{"length": 0.5576305481170166, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339968780872527}, {"n": 4, "root_chord": 0.12083134470295653, "tip_chord": 0.05957985371717761, "span": 0.10930765421296186, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0509070380568257}, {"top_radius": 0.06472377475130313, "bottom_radius": 0.04419262812525516, "length": 0.060263150834854125, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699972876739818, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617964788267807, "upper_button_position": 0.08200808847201102}], "rail_length": 5, "inclination": 85.15466407004152, "heading": 55.895335174066105} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.0634927019886302, "mass": 15.907324018873332, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312758699963345, "I_33_without_motor": 0.042351257264661685, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.979363550163937, "trigger": 800, "sampling_rate": 105, "lag": 1.5250207503835758, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9738443636658795, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8616965650301336, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7068.14785717838, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03254666048967628, "grain_number": 5, "grain_density": 1816.7136608585047, "grain_outer_radius": 0.03249118832460645, "grain_initial_inner_radius": 0.015084523046029271, "grain_initial_height": 0.12027089346946623, "grain_separation": 0.005512712685183761, "grains_center_of_mass_position": 0.39751950354175086, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007226072706324191, "throat_radius": 0.011237830914408846, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2533888610973407}], "aerodynamic_surfaces": [{"length": 0.5596919089685104, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352026437531448}, {"n": 4, "root_chord": 0.11950783236371407, "tip_chord": 0.06022947142032633, "span": 0.11044904038966667, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503366553839448}, {"top_radius": 0.062256302065508744, "bottom_radius": 0.04367316918921661, "length": 0.06133803505913626, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013237975227596, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191693978962566, "upper_button_position": 0.08215439962650306}], "rail_length": 5, "inclination": 83.66475011038168, "heading": 52.15383025514171} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06350700818081996, "mass": 14.985599277984493, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315898509568427, "I_33_without_motor": 0.02210245998920675, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.838738855150616, "trigger": 800, "sampling_rate": 105, "lag": 1.4907211320235323, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1125326634857196, "trigger": "apogee", "sampling_rate": 105, "lag": 1.94047035506229, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7412.761720684615, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03381833590620761, "grain_number": 5, "grain_density": 1851.2117972410515, "grain_outer_radius": 0.032494585629268005, "grain_initial_inner_radius": 0.015162787516023693, "grain_initial_height": 0.12105472635283548, "grain_separation": 0.0059456809099498005, "grains_center_of_mass_position": 0.39701338918287177, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001641600473790034, "throat_radius": 0.012021058082529205, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556080391110607}], "aerodynamic_surfaces": [{"length": 0.5561345269446655, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333151716912861}, {"n": 4, "root_chord": 0.11976245827406881, "tip_chord": 0.060130348676258764, "span": 0.10980817097341218, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498010054006224}, {"top_radius": 0.06261909889605964, "bottom_radius": 0.04393263957862042, "length": 0.060252606052588434, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7015795871090231, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6197742701577714, "upper_button_position": 0.0818053169512517}], "rail_length": 5, "inclination": 85.23408207413921, "heading": 52.785588896031456} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349492558219275, "mass": 15.3176547835481, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311317331479921, "I_33_without_motor": 0.023608993828977604, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.04166884798756, "trigger": 800, "sampling_rate": 105, "lag": 1.3388823933089515, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.981671436906136, "trigger": "apogee", "sampling_rate": 105, "lag": 1.810442197518187, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5623.191938662325, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03283274085450745, "grain_number": 5, "grain_density": 1773.1503147621092, "grain_outer_radius": 0.03331671938825367, "grain_initial_inner_radius": 0.01461887818426411, "grain_initial_height": 0.12235896232461256, "grain_separation": 0.005222053699414678, "grains_center_of_mass_position": 0.3976870393398111, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00027552030663637305, "throat_radius": 0.012014044471551582, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254664286472174}], "aerodynamic_surfaces": [{"length": 0.5594493540532559, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349771967406428}, {"n": 4, "root_chord": 0.12035726363309096, "tip_chord": 0.06025838633361449, "span": 0.11076516231347966, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049031903973996}, {"top_radius": 0.06347674994611223, "bottom_radius": 0.04429229579199667, "length": 0.05749865316773383, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700277348881613, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168734266467291, "upper_button_position": 0.08340392223488391}], "rail_length": 5, "inclination": 84.49625843656386, "heading": 51.57673347704116} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06350313977177899, "mass": 15.424943514440887, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323156876183631, "I_33_without_motor": 0.03637530301894958, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.885920085457595, "trigger": 800, "sampling_rate": 105, "lag": 1.5014829503729614, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8771732193320301, "trigger": "apogee", "sampling_rate": 105, "lag": 1.766995035152192, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6584.809064048625, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03251437393868458, "grain_number": 5, "grain_density": 1859.7242275835144, "grain_outer_radius": 0.032850852606687006, "grain_initial_inner_radius": 0.015312824041171697, "grain_initial_height": 0.1205025876497952, "grain_separation": 0.004844667686660366, "grains_center_of_mass_position": 0.39755954519311837, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010838098317941453, "throat_radius": 0.010308154434032914, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254399850694552}], "aerodynamic_surfaces": [{"length": 0.5593137512801512, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343375489703356}, {"n": 4, "root_chord": 0.12062018141095884, "tip_chord": 0.06073650802884207, "span": 0.1101559279629185, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492234092900237}, {"top_radius": 0.06320164129096806, "bottom_radius": 0.04222987708420749, "length": 0.05872893440213862, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004085042901533, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167173156367727, "upper_button_position": 0.08369118865338065}], "rail_length": 5, "inclination": 84.24458678006407, "heading": 51.642221514020356} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349228296859437, "mass": 15.822787083306402, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331540688813927, "I_33_without_motor": 0.03983731851133577, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.049573587306652, "trigger": 800, "sampling_rate": 105, "lag": 1.4967477220794034, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1217980555523914, "trigger": "apogee", "sampling_rate": 105, "lag": 1.442847301509835, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6595.793935531795, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032252991390079616, "grain_number": 5, "grain_density": 1854.6814956914, "grain_outer_radius": 0.033527677659509786, "grain_initial_inner_radius": 0.014501753920182237, "grain_initial_height": 0.11732680913385785, "grain_separation": 0.004122392239442828, "grains_center_of_mass_position": 0.39712628480547807, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000249217487781352, "throat_radius": 0.011258893198693816, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552290235618153}], "aerodynamic_surfaces": [{"length": 0.5571202053140012, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133140235899574}, {"n": 4, "root_chord": 0.11949528862552514, "tip_chord": 0.060906619713687465, "span": 0.10981903967378305, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507120005359543}, {"top_radius": 0.0633140834431278, "bottom_radius": 0.04136438410543811, "length": 0.05900876279393867, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001251410841746, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173297111089338, "upper_button_position": 0.08279542997524081}], "rail_length": 5, "inclination": 85.47436622325343, "heading": 52.30409136310977} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350751964697535, "mass": 14.714821573394813, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322914664588241, "I_33_without_motor": 0.04781903244492475, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.891489120144273, "trigger": 800, "sampling_rate": 105, "lag": 1.5069881845982078, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9363403822988585, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4226927779884975, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6423.482304146281, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031974347827702074, "grain_number": 5, "grain_density": 1830.3813769122955, "grain_outer_radius": 0.03307864684106567, "grain_initial_inner_radius": 0.014955288068046704, "grain_initial_height": 0.11829604555521918, "grain_separation": 0.005568119631450093, "grains_center_of_mass_position": 0.39735244186137025, "center_of_dry_mass_position": 0.317, "nozzle_position": -2.1568810208559376e-05, "throat_radius": 0.010802277199882937, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534215257214312}], "aerodynamic_surfaces": [{"length": 0.5582689097285792, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328548921014716}, {"n": 4, "root_chord": 0.11996401566681668, "tip_chord": 0.05922338005845067, "span": 0.1105966852928127, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499856465685102}, {"top_radius": 0.06468387381454228, "bottom_radius": 0.04294775882569813, "length": 0.059119588575116136, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989699728294049, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6157151654603796, "upper_button_position": 0.08325480736902524}], "rail_length": 5, "inclination": 83.88992758522507, "heading": 53.39746322842373} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350589292246252, "mass": 15.050094933609843, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307969537593382, "I_33_without_motor": 0.03357483343400055, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.983626448595937, "trigger": 800, "sampling_rate": 105, "lag": 1.4210327625308095, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0351114798832222, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5946866941575224, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4907.972329244335, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033266357563631686, "grain_number": 5, "grain_density": 1754.416377527325, "grain_outer_radius": 0.03323172335507069, "grain_initial_inner_radius": 0.014770883709081396, "grain_initial_height": 0.1213921172824763, "grain_separation": 0.0050593670231441675, "grains_center_of_mass_position": 0.39703199928873606, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002830316633563863, "throat_radius": 0.010737703586656142, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536450053645023}], "aerodynamic_surfaces": [{"length": 0.5588240487695932, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343474005762655}, {"n": 4, "root_chord": 0.11976569087481577, "tip_chord": 0.06017613818306094, "span": 0.11114618390107846, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049644849245606}, {"top_radius": 0.06224667602995854, "bottom_radius": 0.04208065741891775, "length": 0.060857886939588914, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014258709655103, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186121891466196, "upper_button_position": 0.0828136818188907}], "rail_length": 5, "inclination": 82.65713000706245, "heading": 50.76983352190036} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349867978028276, "mass": 16.04999798178607, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326245333269238, "I_33_without_motor": 0.028797370077464916, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.21815402110111, "trigger": 800, "sampling_rate": 105, "lag": 1.546406548924392, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.096606443637828, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8091959749804591, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5642.394910381362, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03362003408677565, "grain_number": 5, "grain_density": 1839.461162876706, "grain_outer_radius": 0.032392614557310344, "grain_initial_inner_radius": 0.014872115550611503, "grain_initial_height": 0.12008705158710624, "grain_separation": 0.00629853595332245, "grains_center_of_mass_position": 0.3973701180067678, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011416618798405153, "throat_radius": 0.010975792047159098, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552865658590366}], "aerodynamic_surfaces": [{"length": 0.557939575978359, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349228089773773}, {"n": 4, "root_chord": 0.11973042349043313, "tip_chord": 0.05968463388666797, "span": 0.10957351423295514, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499729474159702}, {"top_radius": 0.06252694010531244, "bottom_radius": 0.04455590903493302, "length": 0.059376371763943364, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982596178834558, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166844444125955, "upper_button_position": 0.0815751734708603}], "rail_length": 5, "inclination": 86.57840174972624, "heading": 53.0177197972397} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06350055474957479, "mass": 16.21922578804642, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310164215935404, "I_33_without_motor": 0.03810162967356904, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.215774609282535, "trigger": 800, "sampling_rate": 105, "lag": 1.6725176347651225, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.008770403559962, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5848572197470432, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6476.097481412715, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03275975425845636, "grain_number": 5, "grain_density": 1857.6887595315695, "grain_outer_radius": 0.03339333833627356, "grain_initial_inner_radius": 0.015324351101281226, "grain_initial_height": 0.11816237711851235, "grain_separation": 0.004649062138788528, "grains_center_of_mass_position": 0.3977451827179445, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006096350110070964, "throat_radius": 0.010762100475882313, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554491840765505}], "aerodynamic_surfaces": [{"length": 0.5595842118018621, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333921556279714}, {"n": 4, "root_chord": 0.12027089771946736, "tip_chord": 0.060284423625271075, "span": 0.10919021934832839, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506747448574678}, {"top_radius": 0.06384747736024363, "bottom_radius": 0.04443509696557749, "length": 0.061873257372050385, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996630258722626, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181394854322565, "upper_button_position": 0.08152354044000609}], "rail_length": 5, "inclination": 83.48872985676368, "heading": 58.390262824665655} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.0634934742930306, "mass": 15.10000442548076, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316541346475918, "I_33_without_motor": 0.03729303316215159, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.990660723910167, "trigger": 800, "sampling_rate": 105, "lag": 1.6540177175884354, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.956378555339713, "trigger": "apogee", "sampling_rate": 105, "lag": 1.558490205729261, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5776.541512473939, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03240467783297502, "grain_number": 5, "grain_density": 1778.8804235053406, "grain_outer_radius": 0.03277495412930337, "grain_initial_inner_radius": 0.014765554765036559, "grain_initial_height": 0.11981071592271798, "grain_separation": 0.007150082101840221, "grains_center_of_mass_position": 0.3965537749557799, "center_of_dry_mass_position": 0.317, "nozzle_position": 9.78376024486457e-05, "throat_radius": 0.01137724641484198, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255347363887983}], "aerodynamic_surfaces": [{"length": 0.5586609997017453, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.131687329381975}, {"n": 4, "root_chord": 0.11961806828978758, "tip_chord": 0.05923597482670359, "span": 0.11025890653392886, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050406164270669}, {"top_radius": 0.06454819942555426, "bottom_radius": 0.041823666248762374, "length": 0.0604008338398882, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006026971522066, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183172768845839, "upper_button_position": 0.08228542026762264}], "rail_length": 5, "inclination": 84.77491609289818, "heading": 51.137699385972326} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350884111125256, "mass": 15.117203837092836, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33301865463664, "I_33_without_motor": 0.039769185315205124, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.169446503197964, "trigger": 800, "sampling_rate": 105, "lag": 1.5304645862853854, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.097042241218204, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6582557881403515, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6096.23267350198, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03355311334240219, "grain_number": 5, "grain_density": 1825.409466713124, "grain_outer_radius": 0.03339390747695233, "grain_initial_inner_radius": 0.015202328258462508, "grain_initial_height": 0.12002805301813442, "grain_separation": 0.006452358956189119, "grains_center_of_mass_position": 0.39699803518065135, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012492830278910544, "throat_radius": 0.011297410623801688, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253824088073441}], "aerodynamic_surfaces": [{"length": 0.5578741855295081, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332955237758262}, {"n": 4, "root_chord": 0.12009114044653378, "tip_chord": 0.06020763323909932, "span": 0.10970106380502151, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049822777970236}, {"top_radius": 0.06293746061190701, "bottom_radius": 0.04290974606215839, "length": 0.05808156682456262, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006206469088321, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184538169911368, "upper_button_position": 0.0821668299176953}], "rail_length": 5, "inclination": 85.08635619987407, "heading": 51.07951327048273} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.0635025671591334, "mass": 15.569789542698024, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328014829880955, "I_33_without_motor": 0.024308707799671293, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.775926426550274, "trigger": 800, "sampling_rate": 105, "lag": 1.4795142057916488, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0375613798456664, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5541426460604222, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6527.053805263382, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.034219830986351146, "grain_number": 5, "grain_density": 1848.1124301706766, "grain_outer_radius": 0.0332059187538801, "grain_initial_inner_radius": 0.015077483694252835, "grain_initial_height": 0.12258962499846746, "grain_separation": 0.004765551746016673, "grains_center_of_mass_position": 0.39807898008798365, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013772457605465463, "throat_radius": 0.010232805233434927, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254372942604839}], "aerodynamic_surfaces": [{"length": 0.5584547700668269, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1353328623310044}, {"n": 4, "root_chord": 0.11929287504654647, "tip_chord": 0.06057907542673541, "span": 0.10921934883253469, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494459041483626}, {"top_radius": 0.06192203516944039, "bottom_radius": 0.04460339025627046, "length": 0.06108181690600313, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014728232622828, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182720257285663, "upper_button_position": 0.08320079753371645}], "rail_length": 5, "inclination": 84.3855767760068, "heading": 51.778022086943} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350489984447266, "mass": 15.860405727487743, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312365963624746, "I_33_without_motor": 0.034704414712499215, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.92252608649707, "trigger": 800, "sampling_rate": 105, "lag": 1.416491915960304, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9213187241123838, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3721948218361857, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7379.604007750317, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032824560921681616, "grain_number": 5, "grain_density": 1843.755893348307, "grain_outer_radius": 0.03320302048110775, "grain_initial_inner_radius": 0.014589883687597777, "grain_initial_height": 0.12053800358335544, "grain_separation": 0.006379614576969119, "grains_center_of_mass_position": 0.3970836053668714, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011662905033695316, "throat_radius": 0.010147617382098914, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548851385453297}], "aerodynamic_surfaces": [{"length": 0.5595466685437082, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334988625546336}, {"n": 4, "root_chord": 0.11965674524512425, "tip_chord": 0.06051155725136048, "span": 0.11047687467148011, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485366679805734}, {"top_radius": 0.0645912705661017, "bottom_radius": 0.043871646121531965, "length": 0.06128736206384057, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006950514883132, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182505250267492, "upper_button_position": 0.08244452646156408}], "rail_length": 5, "inclination": 85.05571941013986, "heading": 53.253841720800295} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350426605175176, "mass": 15.3732941410169, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326059200051882, "I_33_without_motor": 0.034200359345213587, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.119832278938356, "trigger": 800, "sampling_rate": 105, "lag": 1.5381793966522195, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0367142651256378, "trigger": "apogee", "sampling_rate": 105, "lag": 1.809942068811632, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7219.796087828687, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03299760792296077, "grain_number": 5, "grain_density": 1835.9694317966885, "grain_outer_radius": 0.033322745024607664, "grain_initial_inner_radius": 0.014971851276383402, "grain_initial_height": 0.11968375254171155, "grain_separation": 0.003687800716837401, "grains_center_of_mass_position": 0.39598823670509875, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011808932142343873, "throat_radius": 0.011546749426103831, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535118359290507}], "aerodynamic_surfaces": [{"length": 0.5572890735782458, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332706540617428}, {"n": 4, "root_chord": 0.12022726539071456, "tip_chord": 0.060211207552714086, "span": 0.1101351331323741, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050052450031028}, {"top_radius": 0.06351006930389376, "bottom_radius": 0.044183032379920884, "length": 0.059492822292683344, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999228553929098, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172605419327538, "upper_button_position": 0.08266231346015596}], "rail_length": 5, "inclination": 85.13355608845569, "heading": 54.370570210011245} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06351242428908346, "mass": 14.423549209770822, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328027350281258, "I_33_without_motor": 0.036698963441118414, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.154210840618909, "trigger": 800, "sampling_rate": 105, "lag": 1.3017046759136313, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9021783734309794, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3672901549185474, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7277.06593703849, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03371721023362179, "grain_number": 5, "grain_density": 1932.5617446222823, "grain_outer_radius": 0.03334442470592136, "grain_initial_inner_radius": 0.01520831690866442, "grain_initial_height": 0.11988624320865945, "grain_separation": 0.0064206759731669, "grains_center_of_mass_position": 0.39635922087723613, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009222718245781359, "throat_radius": 0.011127186039757986, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540941343836807}], "aerodynamic_surfaces": [{"length": 0.5579357689777278, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134057029019816}, {"n": 4, "root_chord": 0.11956004559205298, "tip_chord": 0.059648709074225224, "span": 0.11030072237032477, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507419405462004}, {"top_radius": 0.06222068213849808, "bottom_radius": 0.04245658766982096, "length": 0.0605008003170961, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980843300383365, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6153154183888295, "upper_button_position": 0.08276891164950695}], "rail_length": 5, "inclination": 85.49776215994011, "heading": 53.49965282661439} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06350196612899765, "mass": 15.044717377094493, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3120269466818035, "I_33_without_motor": 0.0387411583976188, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.929850749674653, "trigger": 800, "sampling_rate": 105, "lag": 1.6506875958892464, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0102573724444268, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2001967496123322, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7193.300747737389, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03352563015900827, "grain_number": 5, "grain_density": 1803.11487049387, "grain_outer_radius": 0.032891621563680265, "grain_initial_inner_radius": 0.015154893787875271, "grain_initial_height": 0.11819847880904681, "grain_separation": 0.004762045982923889, "grains_center_of_mass_position": 0.3955720866862539, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008338486113961756, "throat_radius": 0.011381829422617116, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548487991460477}], "aerodynamic_surfaces": [{"length": 0.5581280440879608, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134370805703569}, {"n": 4, "root_chord": 0.12100136223094052, "tip_chord": 0.05963963716426746, "span": 0.11093632442421902, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508904632167517}, {"top_radius": 0.06330988965454365, "bottom_radius": 0.04403094060962448, "length": 0.05965631588865588, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000702560510387, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182660989922639, "upper_button_position": 0.08180415705877475}], "rail_length": 5, "inclination": 87.0300503478144, "heading": 52.6120672982271} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349818534981129, "mass": 15.187113404376376, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322740826130806, "I_33_without_motor": 0.03814656202547393, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.878585531818128, "trigger": 800, "sampling_rate": 105, "lag": 1.4206703571908939, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0135549540580557, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3375202945148987, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7420.9526430656315, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03339578820148188, "grain_number": 5, "grain_density": 1788.8613798005372, "grain_outer_radius": 0.03284278039380235, "grain_initial_inner_radius": 0.014897681527885238, "grain_initial_height": 0.11941913307335997, "grain_separation": 0.005282247725176232, "grains_center_of_mass_position": 0.39915861541559533, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006397748843203119, "throat_radius": 0.01111511317810539, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548549018046915}], "aerodynamic_surfaces": [{"length": 0.5587315916821292, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342151744871907}, {"n": 4, "root_chord": 0.12079881792374676, "tip_chord": 0.06031019331058898, "span": 0.1092495863869853, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490489339670732}, {"top_radius": 0.06271596608986207, "bottom_radius": 0.04335065381981382, "length": 0.06016838266501556, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995628071168103, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170399515205418, "upper_button_position": 0.08252285559626849}], "rail_length": 5, "inclination": 83.99113229756163, "heading": 55.701319658082156} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350223124383952, "mass": 16.140221334664897, "I_11_without_motor": 6.321, "I_22_without_motor": 6.337205010708329, "I_33_without_motor": 0.033439144893789026, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.985073598323915, "trigger": 800, "sampling_rate": 105, "lag": 1.558478046630004, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0184803162076181, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4949544227769689, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5115.526561629428, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032983365280036904, "grain_number": 5, "grain_density": 1740.654518651808, "grain_outer_radius": 0.03251138899064157, "grain_initial_inner_radius": 0.015409162352040703, "grain_initial_height": 0.12152113349698969, "grain_separation": 0.004791285292489034, "grains_center_of_mass_position": 0.3948566183133612, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006849298410268702, "throat_radius": 0.011463283481764026, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558665795373742}], "aerodynamic_surfaces": [{"length": 0.5584067203811128, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343110105704755}, {"n": 4, "root_chord": 0.11969243513180215, "tip_chord": 0.060119214430632444, "span": 0.10940725536574353, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0516828134597118}, {"top_radius": 0.0637066824532389, "bottom_radius": 0.04444583035549078, "length": 0.06013175400473442, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985572400133727, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190987945777765, "upper_button_position": 0.07945844543559621}], "rail_length": 5, "inclination": 85.70794216687797, "heading": 51.196851108554945} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.0635028394324399, "mass": 15.555408128000938, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322883495741443, "I_33_without_motor": 0.03812678227860078, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.879232201560791, "trigger": 800, "sampling_rate": 105, "lag": 1.500872472285142, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9388451832812009, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3990671854217336, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6465.713753854372, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032458817960924424, "grain_number": 5, "grain_density": 1870.8855677099064, "grain_outer_radius": 0.032632581220730365, "grain_initial_inner_radius": 0.01505813426338055, "grain_initial_height": 0.11937048338612169, "grain_separation": 0.004529202725262434, "grains_center_of_mass_position": 0.39758032907623525, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003804338273277866, "throat_radius": 0.01039553857037505, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548731997553397}], "aerodynamic_surfaces": [{"length": 0.5571586682694935, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343374079487416}, {"n": 4, "root_chord": 0.11976879312854925, "tip_chord": 0.059586079687370834, "span": 0.1100981784741442, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488173291471514}, {"top_radius": 0.06340949378804528, "bottom_radius": 0.04287542192020005, "length": 0.060324448507039274, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983879455885591, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185203037487107, "upper_button_position": 0.0798676418398484}], "rail_length": 5, "inclination": 85.81389474594306, "heading": 53.97313048349335} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06351827763258544, "mass": 15.347278071433111, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3082013602866525, "I_33_without_motor": 0.05355659622635401, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.093096531147024, "trigger": 800, "sampling_rate": 105, "lag": 1.4550599909970157, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8184177135318123, "trigger": "apogee", "sampling_rate": 105, "lag": 1.443691971881985, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6445.975468522268, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033548904588886236, "grain_number": 5, "grain_density": 1763.9770668800654, "grain_outer_radius": 0.03300184923045421, "grain_initial_inner_radius": 0.015299054052886401, "grain_initial_height": 0.11921286871022238, "grain_separation": 0.004723187994014351, "grains_center_of_mass_position": 0.39709650147934883, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0014163251153342877, "throat_radius": 0.010670469328868384, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551237019028918}], "aerodynamic_surfaces": [{"length": 0.5579705400379676, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1362271953432448}, {"n": 4, "root_chord": 0.11995841503949561, "tip_chord": 0.059623734358460134, "span": 0.11078705486433986, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495328556881038}, {"top_radius": 0.06362651741124614, "bottom_radius": 0.04281393058458292, "length": 0.0603555004291408, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990319913883004, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189966506258726, "upper_button_position": 0.0800353407624278}], "rail_length": 5, "inclination": 84.66092878813011, "heading": 51.93774625081311} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349752882046662, "mass": 16.105489194806637, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32883559667878, "I_33_without_motor": 0.04032759153829975, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.963279662994275, "trigger": 800, "sampling_rate": 105, "lag": 1.5977131084304887, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.988453383935817, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8016948097190222, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6957.926346689147, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032157852023438425, "grain_number": 5, "grain_density": 1830.5273575591345, "grain_outer_radius": 0.03324626513163767, "grain_initial_inner_radius": 0.014642152659565878, "grain_initial_height": 0.11918130968662644, "grain_separation": 0.0038086190954856637, "grains_center_of_mass_position": 0.3958264939894987, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015481297163651736, "throat_radius": 0.01110523637857115, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553202359861457}], "aerodynamic_surfaces": [{"length": 0.5580998558210197, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333897712814418}, {"n": 4, "root_chord": 0.11977855188957535, "tip_chord": 0.06055052326235116, "span": 0.10945856027725534, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497176595952638}, {"top_radius": 0.06252746504725218, "bottom_radius": 0.04261345335029566, "length": 0.06009956009148136, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700269692761581, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176613659125509, "upper_button_position": 0.08260832684903008}], "rail_length": 5, "inclination": 86.48799487253432, "heading": 54.3961701715884} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350186413673439, "mass": 15.709405553926578, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318211924462614, "I_33_without_motor": 0.037449510089269895, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.920314470266868, "trigger": 800, "sampling_rate": 105, "lag": 1.5707560834124932, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9985970557464549, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3662864102868992, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6361.517926362542, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03282709074903209, "grain_number": 5, "grain_density": 1803.1133469169183, "grain_outer_radius": 0.0327965497449767, "grain_initial_inner_radius": 0.014292426595481418, "grain_initial_height": 0.12083621261527487, "grain_separation": 0.005622262394525249, "grains_center_of_mass_position": 0.39566074088013337, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006302251491451448, "throat_radius": 0.011244338666898014, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554774609502373}], "aerodynamic_surfaces": [{"length": 0.5585677293105251, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339647722940975}, {"n": 4, "root_chord": 0.12013662491979799, "tip_chord": 0.06005033111930218, "span": 0.10973393368210059, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0509266719663481}, {"top_radius": 0.06253945252940751, "bottom_radius": 0.04370294552945968, "length": 0.06096637123591181, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997334340044539, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182386475882484, "upper_button_position": 0.08149478641620544}], "rail_length": 5, "inclination": 83.21658210609783, "heading": 51.241524794024436} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350745911991147, "mass": 15.326661933925037, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313639991596311, "I_33_without_motor": 0.040212545657256724, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.962943602357408, "trigger": 800, "sampling_rate": 105, "lag": 1.5156678552505087, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9934229988972559, "trigger": "apogee", "sampling_rate": 105, "lag": 1.525990765669865, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6188.705048165023, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033598028250791105, "grain_number": 5, "grain_density": 1822.1810262835588, "grain_outer_radius": 0.03361859936415736, "grain_initial_inner_radius": 0.01572275701710494, "grain_initial_height": 0.12030272364680071, "grain_separation": 0.0069810662631195845, "grains_center_of_mass_position": 0.3972991401366064, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001475438992887983, "throat_radius": 0.011085229940972222, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2517878750570375}], "aerodynamic_surfaces": [{"length": 0.5587278032010755, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135097693528444}, {"n": 4, "root_chord": 0.119299582028058, "tip_chord": 0.060109138151727644, "span": 0.11054093827020539, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507665291474844}, {"top_radius": 0.06449917332668656, "bottom_radius": 0.04366039943719413, "length": 0.06016603266902135, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998264390985435, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169861060124725, "upper_button_position": 0.08284033308607097}], "rail_length": 5, "inclination": 85.89206293794403, "heading": 54.93982010648309} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349840709873893, "mass": 15.758171579578885, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3199026324207646, "I_33_without_motor": 0.04339089271742776, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.069772593004497, "trigger": 800, "sampling_rate": 105, "lag": 1.2622250192921036, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1495274742427368, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4374262406305673, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6625.264185881891, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032032991225006566, "grain_number": 5, "grain_density": 1770.0319738208598, "grain_outer_radius": 0.03294743806535184, "grain_initial_inner_radius": 0.014633686731399635, "grain_initial_height": 0.11874126993468734, "grain_separation": 0.005667017559827806, "grains_center_of_mass_position": 0.39698313734894924, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005742913285322729, "throat_radius": 0.011368688375196074, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563871226821326}], "aerodynamic_surfaces": [{"length": 0.5576933524843305, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1360271060029832}, {"n": 4, "root_chord": 0.11895493083993965, "tip_chord": 0.06019612417177196, "span": 0.10964935542749693, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0515150245611342}, {"top_radius": 0.0634778706272055, "bottom_radius": 0.044139971710224615, "length": 0.05995776268351404, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994085799066971, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188425884345637, "upper_button_position": 0.08056599147213339}], "rail_length": 5, "inclination": 83.70044547836476, "heading": 52.0253650494161} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.0635049506430074, "mass": 15.628199401078925, "I_11_without_motor": 6.321, "I_22_without_motor": 6.303892614575907, "I_33_without_motor": 0.04475486052133396, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.987223357037317, "trigger": 800, "sampling_rate": 105, "lag": 1.5524634562265622, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9850513976070879, "trigger": "apogee", "sampling_rate": 105, "lag": 1.396340007628531, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7593.722465225113, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032708386849441745, "grain_number": 5, "grain_density": 1899.5484113724629, "grain_outer_radius": 0.03222461092794386, "grain_initial_inner_radius": 0.015432378838872678, "grain_initial_height": 0.11843279436427501, "grain_separation": 0.0036943330240126557, "grains_center_of_mass_position": 0.3968171877205657, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008054166120458671, "throat_radius": 0.01135284584439259, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254263129596018}], "aerodynamic_surfaces": [{"length": 0.5589053147553638, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346822168673796}, {"n": 4, "root_chord": 0.11982752463181355, "tip_chord": 0.060373649915788294, "span": 0.11010569470139307, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0512234087831585}, {"top_radius": 0.06497545107161301, "bottom_radius": 0.04415178257277685, "length": 0.06030392029097292, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.69991586532134, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182311620908193, "upper_button_position": 0.08168470323052068}], "rail_length": 5, "inclination": 84.26151769207071, "heading": 54.8219126227212} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.0634963818765535, "mass": 15.334973607847656, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3115075700849435, "I_33_without_motor": 0.018948654139836464, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.792924320063975, "trigger": 800, "sampling_rate": 105, "lag": 1.4309159114582108, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9384813733514002, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5416304888023464, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6837.532511352792, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032953641599237894, "grain_number": 5, "grain_density": 1720.1788842864983, "grain_outer_radius": 0.03264035715108013, "grain_initial_inner_radius": 0.015217402727560033, "grain_initial_height": 0.11893282684117161, "grain_separation": 0.0035450242980085865, "grains_center_of_mass_position": 0.3987695919171374, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005156413817504319, "throat_radius": 0.01060878212289821, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555981821737365}], "aerodynamic_surfaces": [{"length": 0.558330830555191, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349104385702853}, {"n": 4, "root_chord": 0.12042074398202518, "tip_chord": 0.060661042645885364, "span": 0.11033808704065766, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0513663675590266}, {"top_radius": 0.063753858923723, "bottom_radius": 0.04267821479685554, "length": 0.05726432431616519, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7015374564344825, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194634985746019, "upper_button_position": 0.08207395785988059}], "rail_length": 5, "inclination": 84.0978125150737, "heading": 55.14326019031273} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.0634945052851471, "mass": 15.881348358450449, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320629560591499, "I_33_without_motor": 0.02514087696669036, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.07412092835932, "trigger": 800, "sampling_rate": 105, "lag": 1.53386228232976, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1925301376221478, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6862681058308187, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6429.96338576928, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0330971013127956, "grain_number": 5, "grain_density": 1801.689745014264, "grain_outer_radius": 0.03295076522174163, "grain_initial_inner_radius": 0.014436250199388372, "grain_initial_height": 0.12038626769084619, "grain_separation": 0.003123973431554912, "grains_center_of_mass_position": 0.3973467239397888, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002658621023390335, "throat_radius": 0.010793919435126535, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546932076872792}], "aerodynamic_surfaces": [{"length": 0.5566597296364857, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354358483373124}, {"n": 4, "root_chord": 0.11938112772769405, "tip_chord": 0.06005692841801481, "span": 0.109827583633213, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0474380208631153}, {"top_radius": 0.06443158147478738, "bottom_radius": 0.04401012864315714, "length": 0.059851513302054155, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997962927676643, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163938066947731, "upper_button_position": 0.08340248607289125}], "rail_length": 5, "inclination": 85.35967338774297, "heading": 54.3366445427115} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350964428581542, "mass": 14.233179713427125, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322166577849723, "I_33_without_motor": 0.03687342654855414, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.079076989807184, "trigger": 800, "sampling_rate": 105, "lag": 1.6554539992922759, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8896037469224428, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6118579145514378, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5748.954674953012, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03205970687498472, "grain_number": 5, "grain_density": 1835.6243052884847, "grain_outer_radius": 0.033034777789402205, "grain_initial_inner_radius": 0.015338961578406161, "grain_initial_height": 0.12161858446116129, "grain_separation": 0.004555454490945752, "grains_center_of_mass_position": 0.3981294847378228, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006068030960537757, "throat_radius": 0.011084471286692777, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256752381975465}], "aerodynamic_surfaces": [{"length": 0.5580645078345732, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1324657424218167}, {"n": 4, "root_chord": 0.12024620871314567, "tip_chord": 0.06034984351743852, "span": 0.11034207074661907, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487258007484752}, {"top_radius": 0.06366162861018906, "bottom_radius": 0.04282908148551152, "length": 0.06057713497473912, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001026108660698, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185230004700873, "upper_button_position": 0.0815796103959825}], "rail_length": 5, "inclination": 85.47394502850636, "heading": 57.27749122190503} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.0635068646622093, "mass": 14.307443742705864, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319410531723628, "I_33_without_motor": 0.03570239415598942, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.123424524742138, "trigger": 800, "sampling_rate": 105, "lag": 1.3420800587131934, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1187955227346937, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4314141654767196, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7190.705320806063, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03219694812014219, "grain_number": 5, "grain_density": 1735.655068217699, "grain_outer_radius": 0.03314195437769426, "grain_initial_inner_radius": 0.014866280216922451, "grain_initial_height": 0.12094312292843627, "grain_separation": 0.003898727160042324, "grains_center_of_mass_position": 0.3977639446129201, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006438666191096131, "throat_radius": 0.010486028107934807, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255135031501491}], "aerodynamic_surfaces": [{"length": 0.5578440760652926, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134073254095103}, {"n": 4, "root_chord": 0.11924213522365583, "tip_chord": 0.05961661654212759, "span": 0.1095332447929693, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495414853371565}, {"top_radius": 0.06382821768732713, "bottom_radius": 0.04379822473581304, "length": 0.06042572499487664, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.698173081331392, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184162434647772, "upper_button_position": 0.0797568378666148}], "rail_length": 5, "inclination": 84.00597026343542, "heading": 52.70703101932076} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349496917745441, "mass": 15.342961215580914, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331674914212685, "I_33_without_motor": 0.04122330044168533, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.961754378912921, "trigger": 800, "sampling_rate": 105, "lag": 1.4333467968724067, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.146430857591217, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3992788722727083, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7211.601641497992, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0321046671527893, "grain_number": 5, "grain_density": 1857.4573041218248, "grain_outer_radius": 0.03209086636092542, "grain_initial_inner_radius": 0.014837960218081226, "grain_initial_height": 0.1203346817812028, "grain_separation": 0.0042968058728077236, "grains_center_of_mass_position": 0.39655183628953494, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007966856644794063, "throat_radius": 0.010970426499697702, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253399839807886}], "aerodynamic_surfaces": [{"length": 0.5591541991444074, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338856223632967}, {"n": 4, "root_chord": 0.1201548572612052, "tip_chord": 0.06021276544563115, "span": 0.10959071093518684, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494397370692115}, {"top_radius": 0.06193780057226768, "bottom_radius": 0.043153832748512304, "length": 0.0609586372762877, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7020831026802428, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174567292753179, "upper_button_position": 0.08462637340492485}], "rail_length": 5, "inclination": 85.90142702704708, "heading": 52.09430499966574} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349408592453464, "mass": 15.266183887182901, "I_11_without_motor": 6.321, "I_22_without_motor": 6.305794613112339, "I_33_without_motor": 0.03484478216463001, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.932986778542443, "trigger": 800, "sampling_rate": 105, "lag": 1.6397619142256494, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9782723317222025, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2066861088943748, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5789.062650209592, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033154590907199806, "grain_number": 5, "grain_density": 1717.5633799804152, "grain_outer_radius": 0.032867320224348635, "grain_initial_inner_radius": 0.015018260208997295, "grain_initial_height": 0.11860680450470867, "grain_separation": 0.004563486475660249, "grains_center_of_mass_position": 0.39677818339778675, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00024434417274324166, "throat_radius": 0.010442300820731982, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254489483995029}], "aerodynamic_surfaces": [{"length": 0.5583254576283204, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351016688199802}, {"n": 4, "root_chord": 0.11966637215500188, "tip_chord": 0.059496920333514905, "span": 0.11000348512395924, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490930380712413}, {"top_radius": 0.06527091857944471, "bottom_radius": 0.04211932496179026, "length": 0.05946316686941054, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980220739494871, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6199052955111106, "upper_button_position": 0.0781167784383765}], "rail_length": 5, "inclination": 83.42506923666068, "heading": 53.775845983490434} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06348902123202878, "mass": 15.403734904963507, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326829979922125, "I_33_without_motor": 0.04460557244132365, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.97488790870234, "trigger": 800, "sampling_rate": 105, "lag": 1.5779588140178125, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.053542438602496, "trigger": "apogee", "sampling_rate": 105, "lag": 1.321324374568696, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5835.903639373465, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03409143537398791, "grain_number": 5, "grain_density": 1791.7077007168903, "grain_outer_radius": 0.03294045190940684, "grain_initial_inner_radius": 0.014930286501713864, "grain_initial_height": 0.12058487573701447, "grain_separation": 0.006532098789854647, "grains_center_of_mass_position": 0.39528441910035145, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0001566728748933368, "throat_radius": 0.011327788096462298, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254229674201086}], "aerodynamic_surfaces": [{"length": 0.5592415429257659, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344961418002868}, {"n": 4, "root_chord": 0.12046048639290398, "tip_chord": 0.05944870760219429, "span": 0.10900862037599922, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485315350963218}, {"top_radius": 0.06301084372640783, "bottom_radius": 0.04054365631265396, "length": 0.06189190495449164, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001932984516953, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617288748817983, "upper_button_position": 0.0829045496337123}], "rail_length": 5, "inclination": 83.1167759491275, "heading": 52.448879443553096} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349376632680985, "mass": 15.897069077740305, "I_11_without_motor": 6.321, "I_22_without_motor": 6.30315805562054, "I_33_without_motor": 0.02696747637428875, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.973225077872119, "trigger": 800, "sampling_rate": 105, "lag": 1.4035745675404192, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9492573372454982, "trigger": "apogee", "sampling_rate": 105, "lag": 1.514602363102729, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7119.056031645783, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03412753219185723, "grain_number": 5, "grain_density": 1785.2387761074183, "grain_outer_radius": 0.03317871597683212, "grain_initial_inner_radius": 0.015004974441250745, "grain_initial_height": 0.11913072843649043, "grain_separation": 0.0055725428532136835, "grains_center_of_mass_position": 0.3965580223249115, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009725665970326188, "throat_radius": 0.010175893562904586, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254005905860032}], "aerodynamic_surfaces": [{"length": 0.5581158455799146, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341795021993988}, {"n": 4, "root_chord": 0.1196640518799673, "tip_chord": 0.05984631320894601, "span": 0.11022944759181003, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492732754168577}, {"top_radius": 0.06296473129554936, "bottom_radius": 0.043392867887722224, "length": 0.060303556695809425, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004932985107559, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165532127534281, "upper_button_position": 0.08394008575732781}], "rail_length": 5, "inclination": 83.47491342788999, "heading": 51.99508358042325} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350734544254165, "mass": 14.352121195558137, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320513340276154, "I_33_without_motor": 0.044751795378508756, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.051984702714245, "trigger": 800, "sampling_rate": 105, "lag": 1.4309746930542302, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1388458957117369, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1457287151667184, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6634.160349802181, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032676013057741905, "grain_number": 5, "grain_density": 1792.3597143028376, "grain_outer_radius": 0.033129280702803986, "grain_initial_inner_radius": 0.014871593781929334, "grain_initial_height": 0.12089841971401508, "grain_separation": 0.00489846454880309, "grains_center_of_mass_position": 0.3966236447960741, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00048728459315250004, "throat_radius": 0.01039974239012534, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537191940808312}], "aerodynamic_surfaces": [{"length": 0.5583340372341566, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1357776604590326}, {"n": 4, "root_chord": 0.12020248414651448, "tip_chord": 0.06053709860536021, "span": 0.11037673683602389, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050813173500577}, {"top_radius": 0.06294880816645981, "bottom_radius": 0.043123202939093726, "length": 0.05938367360498772, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990163976367222, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179018333685977, "upper_button_position": 0.08111456426812447}], "rail_length": 5, "inclination": 84.92369483982853, "heading": 55.87402219305576} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350180942513446, "mass": 15.927360596505595, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327220030469067, "I_33_without_motor": 0.01616333733599135, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.8899827319521, "trigger": 800, "sampling_rate": 105, "lag": 1.6557770250977613, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0187852549815173, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5282588900212613, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6147.624028472998, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032947239118488826, "grain_number": 5, "grain_density": 1797.5932850023812, "grain_outer_radius": 0.03343837092503445, "grain_initial_inner_radius": 0.015263494970179056, "grain_initial_height": 0.11980889316234605, "grain_separation": 0.006274621818746219, "grains_center_of_mass_position": 0.39522625618204676, "center_of_dry_mass_position": 0.317, "nozzle_position": -7.714475586129576e-05, "throat_radius": 0.009908663582024257, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549235823349731}], "aerodynamic_surfaces": [{"length": 0.5589732178896044, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339211589189298}, {"n": 4, "root_chord": 0.1194118810435227, "tip_chord": 0.059530072804965514, "span": 0.10928021044300681, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491132454760592}, {"top_radius": 0.06340431811993166, "bottom_radius": 0.04395648540038107, "length": 0.06061438603036873, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011352535085111, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172192449855757, "upper_button_position": 0.08391600852293546}], "rail_length": 5, "inclination": 82.95723305972062, "heading": 54.00622790382088} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 21, "radius": 0.06350103261247417, "mass": 14.417623924133057, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331761860811825, "I_33_without_motor": 0.029812871974440137, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.0622872664408, "trigger": 800, "sampling_rate": 105, "lag": 1.2959441622733152, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9510926555648891, "trigger": "apogee", "sampling_rate": 105, "lag": 1.265663170857529, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5828.616988563053, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03216277541830737, "grain_number": 5, "grain_density": 1767.1532036243595, "grain_outer_radius": 0.03271675054905847, "grain_initial_inner_radius": 0.014512754337916888, "grain_initial_height": 0.12089289538776914, "grain_separation": 0.005069343843851396, "grains_center_of_mass_position": 0.3962490247637502, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013365956335489484, "throat_radius": 0.011426803431205067, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558395157236357}], "aerodynamic_surfaces": [{"length": 0.5570080041854746, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335557444225337}, {"n": 4, "root_chord": 0.11947922896221266, "tip_chord": 0.06038453653331813, "span": 0.10987802624552544, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048652943522373}, {"top_radius": 0.06297868372514343, "bottom_radius": 0.04291871069770836, "length": 0.05892517721177713, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003731295488821, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193091813352791, "upper_button_position": 0.08106394821360297}], "rail_length": 5, "inclination": 85.91254759091292, "heading": 51.79682137413908} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.0635024818906089, "mass": 14.71834525196283, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307902990644172, "I_33_without_motor": 0.028012177555253915, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.047390993592895, "trigger": 800, "sampling_rate": 105, "lag": 1.6552807754062553, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.900149768049665, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4535226381022346, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7696.678425086755, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03214935161904195, "grain_number": 5, "grain_density": 1813.985229074668, "grain_outer_radius": 0.033501182978910214, "grain_initial_inner_radius": 0.01524035799532831, "grain_initial_height": 0.12015431407603235, "grain_separation": 0.005485242405340523, "grains_center_of_mass_position": 0.3962408449072484, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00016221919802792084, "throat_radius": 0.010474360013579624, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549720383729686}], "aerodynamic_surfaces": [{"length": 0.5589223754225744, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133608779858412}, {"n": 4, "root_chord": 0.1199338352091876, "tip_chord": 0.059858093298638324, "span": 0.11067444219920411, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050633484759353}, {"top_radius": 0.06453173673376951, "bottom_radius": 0.043305938787779275, "length": 0.05898877803221431, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009865074576228, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616901858942763, "upper_button_position": 0.08408464851485986}], "rail_length": 5, "inclination": 83.3825943560516, "heading": 55.36651045109356} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350240516221202, "mass": 16.319975350143817, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326780250867204, "I_33_without_motor": 0.02733115986399325, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.942094640317684, "trigger": 800, "sampling_rate": 105, "lag": 1.4460580440281174, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0489373657616738, "trigger": "apogee", "sampling_rate": 105, "lag": 0.9253607293689332, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5929.842594486089, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033039329159160566, "grain_number": 5, "grain_density": 1824.4569238058402, "grain_outer_radius": 0.033301024693383384, "grain_initial_inner_radius": 0.015272538660529723, "grain_initial_height": 0.12080210625423692, "grain_separation": 0.005292173023337835, "grains_center_of_mass_position": 0.396033473881816, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008608135121840155, "throat_radius": 0.011289739344717418, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542150621291515}], "aerodynamic_surfaces": [{"length": 0.5596946496938655, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347959472077223}, {"n": 4, "root_chord": 0.11930273815670632, "tip_chord": 0.06091384880661498, "span": 0.10990144417690345, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495546227137056}, {"top_radius": 0.06311251598178412, "bottom_radius": 0.04392287547234084, "length": 0.06006597598537636, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7020383958023256, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166861891188409, "upper_button_position": 0.08535220668348475}], "rail_length": 5, "inclination": 83.97096780050578, "heading": 52.19380819871509} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06350802619582213, "mass": 14.40998929425234, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3246856516011745, "I_33_without_motor": 0.023337026603905374, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.009549364936634, "trigger": 800, "sampling_rate": 105, "lag": 1.4707965649103085, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1124000870484463, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5161089039893363, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7040.000183467777, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03290453540142834, "grain_number": 5, "grain_density": 1705.122890085358, "grain_outer_radius": 0.03219140368263184, "grain_initial_inner_radius": 0.015225579139273936, "grain_initial_height": 0.12050336473873706, "grain_separation": 0.003414384789920214, "grains_center_of_mass_position": 0.39576797444636064, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010722864906813428, "throat_radius": 0.01094970369658928, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556563087474992}], "aerodynamic_surfaces": [{"length": 0.5579396162724632, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343923302488546}, {"n": 4, "root_chord": 0.11968384454667691, "tip_chord": 0.06054778071021139, "span": 0.10997843616012647, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507833359593455}, {"top_radius": 0.0604478648265494, "bottom_radius": 0.04493201739679032, "length": 0.060171427554889766, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987346538640328, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168268641473642, "upper_button_position": 0.08190778971666857}], "rail_length": 5, "inclination": 84.40049052942699, "heading": 56.527076708455624} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349758365539551, "mass": 15.333736218010378, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319992211503371, "I_33_without_motor": 0.03523286536758579, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.075132806264026, "trigger": 800, "sampling_rate": 105, "lag": 1.4992536497425022, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9969266891710581, "trigger": "apogee", "sampling_rate": 105, "lag": 1.387261622606314, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5865.163492739005, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032782658417254265, "grain_number": 5, "grain_density": 1866.2957586430107, "grain_outer_radius": 0.032493498259262565, "grain_initial_inner_radius": 0.015040526594747413, "grain_initial_height": 0.12140239231601835, "grain_separation": 0.005697844028432398, "grains_center_of_mass_position": 0.39709481732081137, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006323071384663798, "throat_radius": 0.010591804914611001, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540035968599816}], "aerodynamic_surfaces": [{"length": 0.5576484449747833, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336518651061125}, {"n": 4, "root_chord": 0.12049120615621385, "tip_chord": 0.060155408351702425, "span": 0.1106828429391441, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499441138537093}, {"top_radius": 0.06321384440245816, "bottom_radius": 0.043720847552069966, "length": 0.061449021978462796, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998750701508821, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170796737312394, "upper_button_position": 0.08279539641964273}], "rail_length": 5, "inclination": 83.89383506069375, "heading": 50.90675877798869} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350424003727241, "mass": 15.26681272330636, "I_11_without_motor": 6.321, "I_22_without_motor": 6.339273795436426, "I_33_without_motor": 0.016286513874184443, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.888781347237092, "trigger": 800, "sampling_rate": 105, "lag": 1.4996049440714074, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9865114417354988, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5660618950123482, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7200.013140070036, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03313044557124685, "grain_number": 5, "grain_density": 1914.5803410158865, "grain_outer_radius": 0.033089620808144996, "grain_initial_inner_radius": 0.014408819389762559, "grain_initial_height": 0.11998299854940178, "grain_separation": 0.0054372099502844355, "grains_center_of_mass_position": 0.39759942998729764, "center_of_dry_mass_position": 0.317, "nozzle_position": 2.5599373002126887e-05, "throat_radius": 0.010414400318240197, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554201867720323}], "aerodynamic_surfaces": [{"length": 0.5590428644615767, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346137233335047}, {"n": 4, "root_chord": 0.11938337935788772, "tip_chord": 0.06068310832587939, "span": 0.11088100205495155, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500074078731343}, {"top_radius": 0.06209276593283498, "bottom_radius": 0.04488295547272205, "length": 0.061060118736965895, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001140850704347, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173832264236454, "upper_button_position": 0.08273085864678931}], "rail_length": 5, "inclination": 83.97468936576574, "heading": 51.56282657291593} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06351350623002182, "mass": 15.315695851653683, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3181103225208055, "I_33_without_motor": 0.033572539860901515, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.045773855264995, "trigger": 800, "sampling_rate": 105, "lag": 1.551290340281641, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1208878950118835, "trigger": "apogee", "sampling_rate": 105, "lag": 1.444010556373668, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6353.78652217723, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032414684189028174, "grain_number": 5, "grain_density": 1821.8786159543959, "grain_outer_radius": 0.033432414853677456, "grain_initial_inner_radius": 0.01506202427480871, "grain_initial_height": 0.12000995710984158, "grain_separation": 0.005252800672046524, "grains_center_of_mass_position": 0.3965928991422861, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010501930315474936, "throat_radius": 0.010611233148116699, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2559080687075046}], "aerodynamic_surfaces": [{"length": 0.5574885324013517, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133730654943713}, {"n": 4, "root_chord": 0.12097071174224788, "tip_chord": 0.05976957277291196, "span": 0.11073520873873985, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499677241948453}, {"top_radius": 0.06502392153629098, "bottom_radius": 0.04405150165545347, "length": 0.06059595454997323, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002334979621541, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181548830774886, "upper_button_position": 0.0820786148846655}], "rail_length": 5, "inclination": 85.98508561963452, "heading": 50.95809571984709} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350150835110036, "mass": 15.514707064358515, "I_11_without_motor": 6.321, "I_22_without_motor": 6.343633891962469, "I_33_without_motor": 0.0298616999956476, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.10645730433373, "trigger": 800, "sampling_rate": 105, "lag": 1.6059515029268463, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0327058352338083, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2271195231742689, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6976.082337553963, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032295105984577514, "grain_number": 5, "grain_density": 1730.8896697637406, "grain_outer_radius": 0.03296195046181809, "grain_initial_inner_radius": 0.014781554775037798, "grain_initial_height": 0.11850505392778649, "grain_separation": 0.004902982007160669, "grains_center_of_mass_position": 0.39651631125455966, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013969746367896224, "throat_radius": 0.010595771709172995, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563704387188814}], "aerodynamic_surfaces": [{"length": 0.5588184559624493, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135722527538811}, {"n": 4, "root_chord": 0.11978162332885217, "tip_chord": 0.05964971440240618, "span": 0.11015554902925476, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494044508130818}, {"top_radius": 0.06151713299037048, "bottom_radius": 0.042192168041609274, "length": 0.05881383781105307, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998632467448102, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186148308128503, "upper_button_position": 0.08124841593195986}], "rail_length": 5, "inclination": 86.21110277353435, "heading": 54.78405142219952} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350963223190793, "mass": 15.409476717485683, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3286267419994795, "I_33_without_motor": 0.04050766002987693, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.954051803312783, "trigger": 800, "sampling_rate": 105, "lag": 1.4745625101206976, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9858247515932534, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1158774665673552, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5007.780997402116, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03359847594458005, "grain_number": 5, "grain_density": 1905.8990909322938, "grain_outer_radius": 0.033442501640440214, "grain_initial_inner_radius": 0.01458213814393599, "grain_initial_height": 0.11798435652985241, "grain_separation": 0.006150390322900179, "grains_center_of_mass_position": 0.3961966515872131, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006415864850067264, "throat_radius": 0.011499851273021755, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548975956179942}], "aerodynamic_surfaces": [{"length": 0.5585448205051431, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335818821344181}, {"n": 4, "root_chord": 0.12008181260815709, "tip_chord": 0.059904914721808936, "span": 0.10974399817741136, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482605349664758}, {"top_radius": 0.06273717027012841, "bottom_radius": 0.042902525524811094, "length": 0.0599979974459354, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7021046082104332, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180978695962288, "upper_button_position": 0.08400673861420438}], "rail_length": 5, "inclination": 84.80633099570038, "heading": 51.16372299631511} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350133447324038, "mass": 15.624883956854912, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316554032876692, "I_33_without_motor": 0.014653594090146837, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.051363200795148, "trigger": 800, "sampling_rate": 105, "lag": 1.6343681780977757, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9537859100453127, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5148425279862345, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6634.033909060977, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03329882806774822, "grain_number": 5, "grain_density": 1895.7415613210926, "grain_outer_radius": 0.032926492576008964, "grain_initial_inner_radius": 0.015283963721077124, "grain_initial_height": 0.12055298017187369, "grain_separation": 0.0022280878549084636, "grains_center_of_mass_position": 0.39708511210156633, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00023287859816747183, "throat_radius": 0.01157287036732906, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546731614825215}], "aerodynamic_surfaces": [{"length": 0.559081034577351, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134307823157822}, {"n": 4, "root_chord": 0.11984806563501754, "tip_chord": 0.061002767300572906, "span": 0.11055183260211555, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049816600805135}, {"top_radius": 0.06353956519265043, "bottom_radius": 0.043443203994822044, "length": 0.05906537651553744, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994374238578405, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163455477877133, "upper_button_position": 0.08309187607012714}], "rail_length": 5, "inclination": 84.57050115203616, "heading": 54.73681942186123} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349480445707892, "mass": 15.805357825360707, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326852164161494, "I_33_without_motor": 0.04970108290696454, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.866897631107603, "trigger": 800, "sampling_rate": 105, "lag": 1.5623243827819449, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.048404328325434, "trigger": "apogee", "sampling_rate": 105, "lag": 1.483944918860492, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7401.143912915145, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.034545446653917754, "grain_number": 5, "grain_density": 1830.857606380125, "grain_outer_radius": 0.0332214352915949, "grain_initial_inner_radius": 0.0152927745423092, "grain_initial_height": 0.11889138523565518, "grain_separation": 0.0029117096019979317, "grains_center_of_mass_position": 0.3974418308912394, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003926739060068119, "throat_radius": 0.011023664130381727, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554171693441982}], "aerodynamic_surfaces": [{"length": 0.5573467507728095, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1359209227520408}, {"n": 4, "root_chord": 0.1193585877293603, "tip_chord": 0.059455212158389406, "span": 0.11003271869891766, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482667203391767}, {"top_radius": 0.0636805864453084, "bottom_radius": 0.042579661738933086, "length": 0.05873657895269904, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985888704351846, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171136534078668, "upper_button_position": 0.08147521702731775}], "rail_length": 5, "inclination": 83.76274570767652, "heading": 49.1162402268143} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06350513193146674, "mass": 15.804295346742212, "I_11_without_motor": 6.321, "I_22_without_motor": 6.304185626939164, "I_33_without_motor": 0.03988169859876433, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.881744703803783, "trigger": 800, "sampling_rate": 105, "lag": 1.2074656814168754, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9909745697917646, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4630093611088593, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6632.279261135973, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03348846964322409, "grain_number": 5, "grain_density": 1808.2129494790433, "grain_outer_radius": 0.03245068876107048, "grain_initial_inner_radius": 0.015001371917105271, "grain_initial_height": 0.11814553811821825, "grain_separation": 0.004597091583716568, "grains_center_of_mass_position": 0.3990482687484476, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00011001033621105997, "throat_radius": 0.011203470308474265, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539831060325946}], "aerodynamic_surfaces": [{"length": 0.5569475478544244, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337162520377477}, {"n": 4, "root_chord": 0.11979585590151581, "tip_chord": 0.05933904580226481, "span": 0.11035365411315824, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0496014752088036}, {"top_radius": 0.0657474831633742, "bottom_radius": 0.04240971593495542, "length": 0.059333032750989785, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003548789096314, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182185769131939, "upper_button_position": 0.08213630199643751}], "rail_length": 5, "inclination": 84.09758595242512, "heading": 54.59614671514492} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350341228699907, "mass": 15.279333356109674, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320156759357706, "I_33_without_motor": 0.030673136728683603, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.08847699568004, "trigger": 800, "sampling_rate": 105, "lag": 1.7312198567355224, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9972919610157143, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6547691491395597, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5881.482053661815, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03337415860663313, "grain_number": 5, "grain_density": 1848.0129473165002, "grain_outer_radius": 0.032526149535657564, "grain_initial_inner_radius": 0.015093278218701732, "grain_initial_height": 0.12161128332660072, "grain_separation": 0.0057091370848972875, "grains_center_of_mass_position": 0.3969997707726986, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015466624475052892, "throat_radius": 0.011044777025768072, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553980322439453}], "aerodynamic_surfaces": [{"length": 0.5603607807685852, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333032945787622}, {"n": 4, "root_chord": 0.11986510960878259, "tip_chord": 0.06006261486757444, "span": 0.1097933119950818, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495099249231716}, {"top_radius": 0.06272035937378549, "bottom_radius": 0.043110357944741454, "length": 0.0611743355946028, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005206928636852, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617733434498612, "upper_button_position": 0.08278725836507328}], "rail_length": 5, "inclination": 84.11002861202628, "heading": 51.230974753502984} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06351349505858406, "mass": 15.15359099550991, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335148637983021, "I_33_without_motor": 0.035208895848224016, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.176872291514972, "trigger": 800, "sampling_rate": 105, "lag": 1.4938600180649881, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0530744045068052, "trigger": "apogee", "sampling_rate": 105, "lag": 1.491031850373446, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6833.780193691701, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032241508634604406, "grain_number": 5, "grain_density": 1903.3326009754512, "grain_outer_radius": 0.03324052153820212, "grain_initial_inner_radius": 0.01516812347314999, "grain_initial_height": 0.11931438861253581, "grain_separation": 0.00583091460415354, "grains_center_of_mass_position": 0.39759883572188176, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004404605236989517, "throat_radius": 0.011205583580881582, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548693449524948}], "aerodynamic_surfaces": [{"length": 0.557570483505241, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348143670740722}, {"n": 4, "root_chord": 0.11978848692662712, "tip_chord": 0.059824801010716515, "span": 0.10897443411555925, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0509642793595206}, {"top_radius": 0.06262391971132965, "bottom_radius": 0.04399417161648547, "length": 0.06102912789456598, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.701011834456267, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186247175428494, "upper_button_position": 0.0823871169134176}], "rail_length": 5, "inclination": 84.16755795711046, "heading": 53.39274532453883} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350848595124423, "mass": 15.20259178824711, "I_11_without_motor": 6.321, "I_22_without_motor": 6.340204338277686, "I_33_without_motor": 0.02528910941534361, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.013385790751373, "trigger": 800, "sampling_rate": 105, "lag": 1.4900244085344048, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0335246699780933, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5181682291661878, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8690.207361419778, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033120195861238794, "grain_number": 5, "grain_density": 1898.7793205629998, "grain_outer_radius": 0.031989861766629726, "grain_initial_inner_radius": 0.014592023744085645, "grain_initial_height": 0.12082171231413771, "grain_separation": 0.005287059675834563, "grains_center_of_mass_position": 0.3977786593933873, "center_of_dry_mass_position": 0.317, "nozzle_position": 7.357489592052185e-05, "throat_radius": 0.010627399879725953, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2563041140888835}], "aerodynamic_surfaces": [{"length": 0.558098570978067, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135741627177542}, {"n": 4, "root_chord": 0.12120522689737175, "tip_chord": 0.059988541870114, "span": 0.11001209097436722, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0477127488090474}, {"top_radius": 0.06596876999171485, "bottom_radius": 0.04480658808040222, "length": 0.0592419781705254, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994177079809321, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177949695869127, "upper_button_position": 0.08162273839401935}], "rail_length": 5, "inclination": 84.0547179655459, "heading": 56.613884297800965} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349915763153718, "mass": 15.443376743021366, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313218264415357, "I_33_without_motor": 0.018278922673330828, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.930961715136975, "trigger": 800, "sampling_rate": 105, "lag": 1.4120778653258843, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1291224766019026, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2881587718527454, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6588.52669746722, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03252880694391389, "grain_number": 5, "grain_density": 1791.1745133552718, "grain_outer_radius": 0.03277339465785376, "grain_initial_inner_radius": 0.015061930610235542, "grain_initial_height": 0.11924349396790374, "grain_separation": 0.0046377203768977445, "grains_center_of_mass_position": 0.398770411078999, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00020400997184965512, "throat_radius": 0.010755261845144571, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539696143609047}], "aerodynamic_surfaces": [{"length": 0.5566525792660485, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349602738569935}, {"n": 4, "root_chord": 0.11963392586749975, "tip_chord": 0.060215382416685524, "span": 0.10999940938547415, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0512449244400046}, {"top_radius": 0.06457973268031597, "bottom_radius": 0.04422725009079568, "length": 0.06127279998051569, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008600150005084, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175395727432402, "upper_button_position": 0.0833204422572682}], "rail_length": 5, "inclination": 86.07510725355097, "heading": 52.773331166897094} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349675451355503, "mass": 16.096321446050336, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314889804492819, "I_33_without_motor": 0.042189060559629746, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.989929224592055, "trigger": 800, "sampling_rate": 105, "lag": 1.6897007717562844, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9082745015412893, "trigger": "apogee", "sampling_rate": 105, "lag": 1.427152822931887, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6326.387618468839, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03370163676645696, "grain_number": 5, "grain_density": 1798.5143119287789, "grain_outer_radius": 0.03289571656223651, "grain_initial_inner_radius": 0.015348438226842372, "grain_initial_height": 0.11823655301997253, "grain_separation": 0.00456265151526638, "grains_center_of_mass_position": 0.3964032573685034, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006053137875240278, "throat_radius": 0.011281424328595234, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2565020898995751}], "aerodynamic_surfaces": [{"length": 0.5605252206818321, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343668732548517}, {"n": 4, "root_chord": 0.11958392408005071, "tip_chord": 0.060457949720495084, "span": 0.11008731890028114, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484610117614737}, {"top_radius": 0.06247569782552082, "bottom_radius": 0.04348702021982834, "length": 0.05944436278451877, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005024855803512, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6160013009087731, "upper_button_position": 0.08450118467157808}], "rail_length": 5, "inclination": 84.30577099178497, "heading": 53.29520689218167} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349288281337079, "mass": 15.730834258985656, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3200621019223515, "I_33_without_motor": 0.03955990371738993, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.036259414410857, "trigger": 800, "sampling_rate": 105, "lag": 1.4400416130469171, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.984470159837417, "trigger": "apogee", "sampling_rate": 105, "lag": 1.40481357653435, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6747.747082289516, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032635529138826815, "grain_number": 5, "grain_density": 1825.9590554616914, "grain_outer_radius": 0.03257138163425478, "grain_initial_inner_radius": 0.015044588558470065, "grain_initial_height": 0.11986589193083094, "grain_separation": 0.002781321529984572, "grains_center_of_mass_position": 0.39849860454151387, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015056210129507964, "throat_radius": 0.011281438702562815, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539410903076416}], "aerodynamic_surfaces": [{"length": 0.5588142232700725, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132820907616245}, {"n": 4, "root_chord": 0.11980109163321923, "tip_chord": 0.05882624507440525, "span": 0.10990269771741991, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482960620500592}, {"top_radius": 0.06362123630757496, "bottom_radius": 0.045781268342058465, "length": 0.05975813270161104, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7013152084860866, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178414474899774, "upper_button_position": 0.08347376099610926}], "rail_length": 5, "inclination": 83.46409043167539, "heading": 52.768661587194686} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350257587815406, "mass": 15.705382593314411, "I_11_without_motor": 6.321, "I_22_without_motor": 6.336693577702653, "I_33_without_motor": 0.0444919896663848, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.005255155717792, "trigger": 800, "sampling_rate": 105, "lag": 1.4110723178714026, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9672182084299874, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1495938838578006, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4833.141605209829, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03286422353323911, "grain_number": 5, "grain_density": 1826.4212748416387, "grain_outer_radius": 0.03316271938456209, "grain_initial_inner_radius": 0.015094101248745927, "grain_initial_height": 0.12150366660384446, "grain_separation": 0.006682443279115342, "grains_center_of_mass_position": 0.39716512834941436, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000767794552793192, "throat_radius": 0.011268048610649239, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255890027840592}], "aerodynamic_surfaces": [{"length": 0.5560087709405729, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332748657515042}, {"n": 4, "root_chord": 0.11968719746898912, "tip_chord": 0.06052281340469252, "span": 0.10969825366517481, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507662191768588}, {"top_radius": 0.06267330956544459, "bottom_radius": 0.04388818808444196, "length": 0.060044350696346914, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999916310968786, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178637285312997, "upper_button_position": 0.08212790256557889}], "rail_length": 5, "inclination": 85.69406719147968, "heading": 53.20646647476175} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06351404006920305, "mass": 15.306975244625493, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317946695429252, "I_33_without_motor": 0.035420817459141794, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.928977475694118, "trigger": 800, "sampling_rate": 105, "lag": 1.5739739744129677, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9635874076697524, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5572547711648825, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7498.467626391407, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03262838684195723, "grain_number": 5, "grain_density": 1801.6680849578188, "grain_outer_radius": 0.03244010783036861, "grain_initial_inner_radius": 0.014567806053639467, "grain_initial_height": 0.12042370296845364, "grain_separation": 0.005138578295533886, "grains_center_of_mass_position": 0.3975843424841667, "center_of_dry_mass_position": 0.317, "nozzle_position": 9.106707606317476e-05, "throat_radius": 0.010245851347063196, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558977632607864}], "aerodynamic_surfaces": [{"length": 0.558147952291614, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134602531684675}, {"n": 4, "root_chord": 0.12004034782500976, "tip_chord": 0.0592982120149875, "span": 0.10959147244394757, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492765226454754}, {"top_radius": 0.06222000369497579, "bottom_radius": 0.04365088381261339, "length": 0.06030754094655848, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997215372197391, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179201870350233, "upper_button_position": 0.0818013501847158}], "rail_length": 5, "inclination": 83.67835134730802, "heading": 49.929351846388634} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.0635023563376047, "mass": 15.320432757127437, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309439899073038, "I_33_without_motor": 0.023284411630057254, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.007478262411494, "trigger": 800, "sampling_rate": 105, "lag": 1.570624917699055, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9076321087258539, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6628495958592806, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5355.58610925346, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03238920448056589, "grain_number": 5, "grain_density": 1793.4771549521233, "grain_outer_radius": 0.03299456001307441, "grain_initial_inner_radius": 0.014787479872830913, "grain_initial_height": 0.12074986637476219, "grain_separation": 0.006259408830575613, "grains_center_of_mass_position": 0.39754667249842957, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0029917397684280484, "throat_radius": 0.010516255471040589, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256319822689597}], "aerodynamic_surfaces": [{"length": 0.5573439757278634, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346996410594774}, {"n": 4, "root_chord": 0.1198480409186315, "tip_chord": 0.06052897216295773, "span": 0.10950688837507677, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049920840365889}, {"top_radius": 0.06290976914983659, "bottom_radius": 0.0431210679872271, "length": 0.0599633310700066, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009883659724186, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186437648541673, "upper_button_position": 0.08234460111825137}], "rail_length": 5, "inclination": 83.23156178301545, "heading": 53.05358994765894} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.0634949996859166, "mass": 16.035180895437094, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332096089612494, "I_33_without_motor": 0.031947065077847385, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.275448197573548, "trigger": 800, "sampling_rate": 105, "lag": 1.5559955920682746, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8981937610609947, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5593142923841257, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5717.742777261455, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031817007217264937, "grain_number": 5, "grain_density": 1823.3277192053579, "grain_outer_radius": 0.032996361540304955, "grain_initial_inner_radius": 0.014529916718688597, "grain_initial_height": 0.11938661900829486, "grain_separation": 0.003588860175335608, "grains_center_of_mass_position": 0.3969709444031316, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006721970985018781, "throat_radius": 0.010686817805746405, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2530723485862467}], "aerodynamic_surfaces": [{"length": 0.5578039717866069, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345144483196334}, {"n": 4, "root_chord": 0.11989774483347308, "tip_chord": 0.060758174151691845, "span": 0.10960893817148533, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506783127554538}, {"top_radius": 0.06319359204478431, "bottom_radius": 0.04436727589688338, "length": 0.059513859724808646, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983079158175902, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183110590110236, "upper_button_position": 0.07999685680656665}], "rail_length": 5, "inclination": 83.62490251555934, "heading": 56.86135482680507} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349507214171242, "mass": 14.954896076580553, "I_11_without_motor": 6.321, "I_22_without_motor": 6.34003876180457, "I_33_without_motor": 0.017550073888356853, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.01881635301426, "trigger": 800, "sampling_rate": 105, "lag": 1.5085407162706495, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9782955928119834, "trigger": "apogee", "sampling_rate": 105, "lag": 1.436092997061205, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5631.292198993067, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03317039851483486, "grain_number": 5, "grain_density": 1810.9730907370395, "grain_outer_radius": 0.03362141894994356, "grain_initial_inner_radius": 0.014792503804973666, "grain_initial_height": 0.11811292679462897, "grain_separation": 0.004329331608719684, "grains_center_of_mass_position": 0.39583770257271395, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010521291523135899, "throat_radius": 0.01203146220334554, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2529156128436434}], "aerodynamic_surfaces": [{"length": 0.5585690168562724, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133373184168893}, {"n": 4, "root_chord": 0.11930603978143534, "tip_chord": 0.06028133217785949, "span": 0.11000840286438068, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483698840070712}, {"top_radius": 0.06172849958665658, "bottom_radius": 0.041522406768716345, "length": 0.0600286154100952, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990811465043577, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186891189114113, "upper_button_position": 0.08039202759294639}], "rail_length": 5, "inclination": 84.50172320235791, "heading": 49.84481243953314} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350835981642454, "mass": 15.631612229459959, "I_11_without_motor": 6.321, "I_22_without_motor": 6.338842924156079, "I_33_without_motor": 0.03727134410152496, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.070696894654667, "trigger": 800, "sampling_rate": 105, "lag": 1.610441235136367, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0665147970678415, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2881001838914887, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6631.626799298607, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03296982860637169, "grain_number": 5, "grain_density": 1853.7295572555738, "grain_outer_radius": 0.032534515196002325, "grain_initial_inner_radius": 0.015088508509750952, "grain_initial_height": 0.11933812181712412, "grain_separation": 0.0035730699156063537, "grains_center_of_mass_position": 0.3972822996663679, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015447419662192898, "throat_radius": 0.010023283889801957, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554945884881255}], "aerodynamic_surfaces": [{"length": 0.5581924419251805, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336101883137946}, {"n": 4, "root_chord": 0.11977097941919514, "tip_chord": 0.06071815856873747, "span": 0.10960713870508824, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504246720120742}, {"top_radius": 0.06220487818454438, "bottom_radius": 0.04187953710828801, "length": 0.06074796014302347, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983657267043435, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176819165614689, "upper_button_position": 0.08068381014287462}], "rail_length": 5, "inclination": 83.72814869548053, "heading": 52.70234984075392} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350062556969643, "mass": 14.656910571480095, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314738221679625, "I_33_without_motor": 0.02240020688380955, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.845784868723946, "trigger": 800, "sampling_rate": 105, "lag": 1.427126256413314, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1072233475050595, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5669029244082282, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6390.768126633267, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032461252262964715, "grain_number": 5, "grain_density": 1827.9669083118663, "grain_outer_radius": 0.03345542889083931, "grain_initial_inner_radius": 0.014834414754610777, "grain_initial_height": 0.12044078357500702, "grain_separation": 0.0034743898770785795, "grains_center_of_mass_position": 0.39647992317814335, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012000176027347279, "throat_radius": 0.010962091732965792, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2531831393712214}], "aerodynamic_surfaces": [{"length": 0.5589121663403169, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332966707957763}, {"n": 4, "root_chord": 0.12021583434447056, "tip_chord": 0.061021710222857996, "span": 0.1102598476568429, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486474971610389}, {"top_radius": 0.0639274436875473, "bottom_radius": 0.042421434282378816, "length": 0.060853408094629434, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004143465196842, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187181887593514, "upper_button_position": 0.08169615776033279}], "rail_length": 5, "inclination": 85.21133129712022, "heading": 51.94567090721547} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350582486715041, "mass": 15.18521486235173, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329222161286833, "I_33_without_motor": 0.02534016299240481, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.064848418872373, "trigger": 800, "sampling_rate": 105, "lag": 1.7129009197943006, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9134676124740464, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3985536309996396, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6919.812202062027, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03288672971960808, "grain_number": 5, "grain_density": 1817.422781320874, "grain_outer_radius": 0.03239276678528696, "grain_initial_inner_radius": 0.014775950215792982, "grain_initial_height": 0.11895747762958438, "grain_separation": 0.0038629902272171667, "grains_center_of_mass_position": 0.39687843191918865, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011724372102899768, "throat_radius": 0.011082017213722893, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254888514639739}], "aerodynamic_surfaces": [{"length": 0.5587484080760943, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347025079800228}, {"n": 4, "root_chord": 0.11964740679673093, "tip_chord": 0.060263708687214444, "span": 0.1099689203238827, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498378391562926}, {"top_radius": 0.06389042930723787, "bottom_radius": 0.046136793749177604, "length": 0.059818777653133086, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6977869029342221, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.61861911005035, "upper_button_position": 0.0791677928838721}], "rail_length": 5, "inclination": 84.01960856463471, "heading": 51.0263971694131} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350062735662847, "mass": 15.781882187206271, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329114090896003, "I_33_without_motor": 0.033174610793933, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.065638834396937, "trigger": 800, "sampling_rate": 105, "lag": 1.368051001025925, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.10069339863483, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7940421862133555, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7773.227745956978, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033475106878016365, "grain_number": 5, "grain_density": 1910.9209746642593, "grain_outer_radius": 0.03270159852512783, "grain_initial_inner_radius": 0.015286063419590908, "grain_initial_height": 0.12089840543650306, "grain_separation": 0.005563098612236437, "grains_center_of_mass_position": 0.3961770728553039, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010563665926663455, "throat_radius": 0.010739296864879315, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549463903012636}], "aerodynamic_surfaces": [{"length": 0.5581050075345476, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134896930244507}, {"n": 4, "root_chord": 0.12046589243908554, "tip_chord": 0.05993202335717639, "span": 0.11004549013455439, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494813686303301}, {"top_radius": 0.061709927535039205, "bottom_radius": 0.04440242040945943, "length": 0.06092879770520465, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009317202079629, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617574183986761, "upper_button_position": 0.0833575362212019}], "rail_length": 5, "inclination": 85.06212391954872, "heading": 52.411417018608816} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350422880198786, "mass": 15.782056227818696, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323241454595989, "I_33_without_motor": 0.02859567359276783, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.988077691946213, "trigger": 800, "sampling_rate": 105, "lag": 1.4595786593397386, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0439806792801172, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5807467251376155, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6536.519818181401, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03237162319349685, "grain_number": 5, "grain_density": 1786.9407481090245, "grain_outer_radius": 0.03310903715093881, "grain_initial_inner_radius": 0.01482205521129405, "grain_initial_height": 0.1195828599502277, "grain_separation": 0.006683736524046165, "grains_center_of_mass_position": 0.396020058049611, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015592829297291807, "throat_radius": 0.011274388541914038, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543702520979865}], "aerodynamic_surfaces": [{"length": 0.5585166568854542, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132941643091862}, {"n": 4, "root_chord": 0.11949399051467452, "tip_chord": 0.06000805122330816, "span": 0.1101719809500346, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497052188110247}, {"top_radius": 0.06248740959017891, "bottom_radius": 0.04290044367823296, "length": 0.05853267652673809, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985395126251273, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172208369717994, "upper_button_position": 0.08131867565332784}], "rail_length": 5, "inclination": 82.69943605444834, "heading": 55.61900092979311} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349722164453418, "mass": 15.0854647994318, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307733466036321, "I_33_without_motor": 0.030959020708256655, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.148248852330983, "trigger": 800, "sampling_rate": 105, "lag": 1.5679256725619537, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9450229447042541, "trigger": "apogee", "sampling_rate": 105, "lag": 1.473636846869842, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7771.138781736272, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03308284952912427, "grain_number": 5, "grain_density": 1827.4542233953102, "grain_outer_radius": 0.03301849255640111, "grain_initial_inner_radius": 0.014876226540644575, "grain_initial_height": 0.11976762475211994, "grain_separation": 0.005496848367634142, "grains_center_of_mass_position": 0.39743024598113397, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009136705022932065, "throat_radius": 0.01018875511271743, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540791097603103}], "aerodynamic_surfaces": [{"length": 0.5585119104553233, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1323847719187061}, {"n": 4, "root_chord": 0.12055549447750824, "tip_chord": 0.05989634036234212, "span": 0.11061059956943015, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490300099728596}, {"top_radius": 0.06325832337450929, "bottom_radius": 0.04092099254024788, "length": 0.06234041453328999, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999534653663341, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186410545427341, "upper_button_position": 0.08131241082359997}], "rail_length": 5, "inclination": 84.83045269013968, "heading": 49.814394076149206} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350014516877231, "mass": 15.3324783940799, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31950378832545, "I_33_without_motor": 0.030668229218308276, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.896933208945459, "trigger": 800, "sampling_rate": 105, "lag": 1.3320535169109369, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0873171880346715, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5564932126767619, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7387.749015803178, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032552332397868, "grain_number": 5, "grain_density": 1925.4606459693507, "grain_outer_radius": 0.032963003566862756, "grain_initial_inner_radius": 0.014585437099800208, "grain_initial_height": 0.11992498757293425, "grain_separation": 0.0042095471542279925, "grains_center_of_mass_position": 0.395962691574414, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003071215762188559, "throat_radius": 0.010445612683778223, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536339822313831}], "aerodynamic_surfaces": [{"length": 0.5579112469144227, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1324031365072527}, {"n": 4, "root_chord": 0.1198701862157901, "tip_chord": 0.05954160786228328, "span": 0.1091064347183318, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491326817870956}, {"top_radius": 0.06321313521717263, "bottom_radius": 0.04446458110456865, "length": 0.05965360803132257, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7018142644306535, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616814952638388, "upper_button_position": 0.0849993117922655}], "rail_length": 5, "inclination": 84.48912776053665, "heading": 54.00649046952435} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.0635016210032479, "mass": 15.693978055470927, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326684335406912, "I_33_without_motor": 0.03034614092131312, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.979304361289344, "trigger": 800, "sampling_rate": 105, "lag": 1.445028850272865, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.950506429660198, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4908508240995504, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6327.239541936026, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0326792173036218, "grain_number": 5, "grain_density": 1910.248829364755, "grain_outer_radius": 0.03235938179064608, "grain_initial_inner_radius": 0.014573019770884151, "grain_initial_height": 0.11965409917037985, "grain_separation": 0.005158283362929221, "grains_center_of_mass_position": 0.39789651645476287, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006552481956384695, "throat_radius": 0.010929502069595358, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255423060753787}], "aerodynamic_surfaces": [{"length": 0.55805340183655, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333492128849232}, {"n": 4, "root_chord": 0.12060704281657866, "tip_chord": 0.06018639661492964, "span": 0.10885586417119554, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507030693764485}, {"top_radius": 0.06446571872999575, "bottom_radius": 0.04235144517765611, "length": 0.05982784693509861, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004971706678595, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184047634085841, "upper_button_position": 0.08209240725927547}], "rail_length": 5, "inclination": 84.78978057087608, "heading": 52.45753560367388} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06349694936645367, "mass": 15.449589737523732, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313409695275956, "I_33_without_motor": 0.013457852993375017, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.973126468839455, "trigger": 800, "sampling_rate": 105, "lag": 1.4726503950542662, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1139832077949632, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4982800548485096, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8920.277123919916, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03303059778469572, "grain_number": 5, "grain_density": 1805.088242244217, "grain_outer_radius": 0.03254678778409561, "grain_initial_inner_radius": 0.01478667736062448, "grain_initial_height": 0.12018313109622322, "grain_separation": 0.004456329881236868, "grains_center_of_mass_position": 0.3937026801373975, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004384200504190242, "throat_radius": 0.011212568238679298, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254629537574991}], "aerodynamic_surfaces": [{"length": 0.5574254733772714, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1367585950634387}, {"n": 4, "root_chord": 0.12079215861340235, "tip_chord": 0.05974127992668554, "span": 0.11040162283479031, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487195153525501}, {"top_radius": 0.0634567643568383, "bottom_radius": 0.044304114333758186, "length": 0.05931481852022037, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007282388863331, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178009321734612, "upper_button_position": 0.08292730671287185}], "rail_length": 5, "inclination": 84.27143160248951, "heading": 49.83012095629834} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349441891255672, "mass": 15.758738725600825, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3156663130539785, "I_33_without_motor": 0.029782200343558083, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.93155663022587, "trigger": 800, "sampling_rate": 105, "lag": 1.5779132948751562, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9447263182561711, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6828355883271324, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5694.083578543777, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033529793105387305, "grain_number": 5, "grain_density": 1749.6351827764151, "grain_outer_radius": 0.03337617315701845, "grain_initial_inner_radius": 0.015125716190997923, "grain_initial_height": 0.12047439254189535, "grain_separation": 0.0029699408829277686, "grains_center_of_mass_position": 0.3955099259778309, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011918102871030336, "throat_radius": 0.010861719358836085, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547928556610795}], "aerodynamic_surfaces": [{"length": 0.5573789856232787, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335061025471018}, {"n": 4, "root_chord": 0.11994538102588917, "tip_chord": 0.060195244427233396, "span": 0.11049802885571315, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.047958549292581}, {"top_radius": 0.063753093279053, "bottom_radius": 0.0440399201663176, "length": 0.05984485703160547, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011855356557571, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.61819073961733, "upper_button_position": 0.08299479603842719}], "rail_length": 5, "inclination": 83.81187052511994, "heading": 51.68517592972495} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06349058772322658, "mass": 16.01080622603946, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322259554175174, "I_33_without_motor": 0.02268626538024695, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.973699698973677, "trigger": 800, "sampling_rate": 105, "lag": 1.4568545072145602, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9270530016780137, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3150611330336541, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4725.2240882918795, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03329823365887356, "grain_number": 5, "grain_density": 1750.384109904149, "grain_outer_radius": 0.0327704578811309, "grain_initial_inner_radius": 0.0156451223208455, "grain_initial_height": 0.11903245683195045, "grain_separation": 0.0048502816056007385, "grains_center_of_mass_position": 0.3963752772601372, "center_of_dry_mass_position": 0.317, "nozzle_position": 2.7093797130410775e-05, "throat_radius": 0.011092804160102993, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552144820618374}], "aerodynamic_surfaces": [{"length": 0.5588087385096736, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337823283422424}, {"n": 4, "root_chord": 0.12030948834127056, "tip_chord": 0.05984657815692177, "span": 0.1080405724598141, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500270290497122}, {"top_radius": 0.06366746874081068, "bottom_radius": 0.04380006645128368, "length": 0.0586825272005741, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011463869554013, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172325388202059, "upper_button_position": 0.08391384813519542}], "rail_length": 5, "inclination": 85.57047678953207, "heading": 51.98636876304106} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350256612982481, "mass": 15.591745111398012, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311241243432403, "I_33_without_motor": 0.022537029047266854, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.130955129722969, "trigger": 800, "sampling_rate": 105, "lag": 1.406947103975135, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.089524803767254, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5561299470267975, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4794.392803367818, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03285401656166664, "grain_number": 5, "grain_density": 1869.0599429783178, "grain_outer_radius": 0.033325404324700256, "grain_initial_inner_radius": 0.01475853194914041, "grain_initial_height": 0.11976119800393026, "grain_separation": 0.0051325577983681835, "grains_center_of_mass_position": 0.3960324898367714, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015508912435960327, "throat_radius": 0.009871573651457712, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551363047041717}], "aerodynamic_surfaces": [{"length": 0.5572097691405691, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338928614418087}, {"n": 4, "root_chord": 0.12067470489980169, "tip_chord": 0.05987621354539456, "span": 0.11063763060094603, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494575948342797}, {"top_radius": 0.0642884203211059, "bottom_radius": 0.04393956164812584, "length": 0.059887487258416444, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000311410549191, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171594765054877, "upper_button_position": 0.0828716645494314}], "rail_length": 5, "inclination": 87.27889163480837, "heading": 53.93133901882222} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350190444320157, "mass": 15.620378394762866, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3383971820416845, "I_33_without_motor": 0.0331227273570142, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.939547248493707, "trigger": 800, "sampling_rate": 105, "lag": 1.5111744151245519, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1660774065115203, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6775757237538491, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5467.985604938003, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032377581088641375, "grain_number": 5, "grain_density": 1855.5444305909766, "grain_outer_radius": 0.033870339810757745, "grain_initial_inner_radius": 0.014389050118559383, "grain_initial_height": 0.11976087743346374, "grain_separation": 0.004771473891575985, "grains_center_of_mass_position": 0.39766013981671705, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011429182240525668, "throat_radius": 0.011032746353332358, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2536371226051017}], "aerodynamic_surfaces": [{"length": 0.5578584092764749, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134772942214356}, {"n": 4, "root_chord": 0.12067874025338785, "tip_chord": 0.06006260904438819, "span": 0.1104984601776684, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0521132861450444}, {"top_radius": 0.06226445710731568, "bottom_radius": 0.04374599751963727, "length": 0.058907520993169676, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012086161576718, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177619068131003, "upper_button_position": 0.08344670934457155}], "rail_length": 5, "inclination": 85.33860242717215, "heading": 51.150271796632815} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350221607644993, "mass": 16.351740951960366, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334399418185816, "I_33_without_motor": 0.05314599856816141, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.89052937324484, "trigger": 800, "sampling_rate": 105, "lag": 1.461416471059828, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0574100274797438, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4395014508159993, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5439.719614617876, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032375988962209, "grain_number": 5, "grain_density": 1889.3614341311918, "grain_outer_radius": 0.03314194281539544, "grain_initial_inner_radius": 0.014473021179736542, "grain_initial_height": 0.11957642575815906, "grain_separation": 0.004950530982813312, "grains_center_of_mass_position": 0.39502817071669444, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012219659793136063, "throat_radius": 0.010978572912764132, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560709567283075}], "aerodynamic_surfaces": [{"length": 0.5592956453109712, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348510276024024}, {"n": 4, "root_chord": 0.11973374887220771, "tip_chord": 0.059283579033114035, "span": 0.11030581607333724, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050043194037379}, {"top_radius": 0.06449583608291935, "bottom_radius": 0.043444032649046296, "length": 0.0583773628615547, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7023306035681449, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617301791926612, "upper_button_position": 0.08502881164153286}], "rail_length": 5, "inclination": 84.2512174658725, "heading": 51.83421572657554} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.0634912421714552, "mass": 15.713266253704656, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331371877718711, "I_33_without_motor": 0.027369030675354074, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.8529981192303, "trigger": 800, "sampling_rate": 105, "lag": 1.699979843809591, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.971697427081185, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5770807797255402, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5339.882735811041, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03259076706455401, "grain_number": 5, "grain_density": 1718.534690175787, "grain_outer_radius": 0.03303944007439208, "grain_initial_inner_radius": 0.015044762083773713, "grain_initial_height": 0.12081275016352695, "grain_separation": 0.004557555634943111, "grains_center_of_mass_position": 0.3984740141837999, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011737680433265086, "throat_radius": 0.01128750077534104, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547578012060487}], "aerodynamic_surfaces": [{"length": 0.559027155764402, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347267476779568}, {"n": 4, "root_chord": 0.12075911146922341, "tip_chord": 0.06096580986193544, "span": 0.10968869401696939, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487412419071958}, {"top_radius": 0.06478119377165771, "bottom_radius": 0.04400921132465079, "length": 0.0608307938491026, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006318757104738, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191675200069567, "upper_button_position": 0.08146435570351707}], "rail_length": 5, "inclination": 85.06400190482546, "heading": 55.23344317988241} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349457239067721, "mass": 15.574814463119012, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325091759610674, "I_33_without_motor": 0.029382509424738065, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.081336368612886, "trigger": 800, "sampling_rate": 105, "lag": 1.5467020695242195, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0402044897305875, "trigger": "apogee", "sampling_rate": 105, "lag": 1.746680697842528, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6052.670560847864, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03315970993873494, "grain_number": 5, "grain_density": 1768.1195700234111, "grain_outer_radius": 0.03264290119920827, "grain_initial_inner_radius": 0.01465952954159979, "grain_initial_height": 0.11913155941911538, "grain_separation": 0.006571463953611579, "grains_center_of_mass_position": 0.397808601144281, "center_of_dry_mass_position": 0.317, "nozzle_position": 9.31120696419062e-06, "throat_radius": 0.010727547480869635, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557699608802888}], "aerodynamic_surfaces": [{"length": 0.5558771922494602, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338987385374566}, {"n": 4, "root_chord": 0.1203806882987374, "tip_chord": 0.059171069847967384, "span": 0.11051666600272515, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490753668976374}, {"top_radius": 0.0644109925963705, "bottom_radius": 0.042821738261174545, "length": 0.060992553089836865, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994190363003496, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168981631462093, "upper_button_position": 0.08252087315414036}], "rail_length": 5, "inclination": 83.62364887141935, "heading": 53.243566034098514} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06348864266647661, "mass": 16.020116979249735, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326170761931862, "I_33_without_motor": 0.04858129589059991, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.066614309545914, "trigger": 800, "sampling_rate": 105, "lag": 1.5502258112489815, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9956590446669668, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6021495098712084, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7299.804544495513, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03252001926009215, "grain_number": 5, "grain_density": 1755.7004596283102, "grain_outer_radius": 0.03296589883843595, "grain_initial_inner_radius": 0.014939542859818048, "grain_initial_height": 0.12140991696551194, "grain_separation": 0.004161171972852305, "grains_center_of_mass_position": 0.396525422914704, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008747104748502364, "throat_radius": 0.011250989904750715, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543706251843993}], "aerodynamic_surfaces": [{"length": 0.5580116669704595, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345039279924556}, {"n": 4, "root_chord": 0.12007235251235636, "tip_chord": 0.060247715119005334, "span": 0.10928047604417877, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049152296273825}, {"top_radius": 0.06421382745418361, "bottom_radius": 0.0439316969344357, "length": 0.058313637676527946, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992451973354126, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182500888194183, "upper_button_position": 0.08099510851599423}], "rail_length": 5, "inclination": 83.91516872832193, "heading": 53.62542233478624} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349272806868332, "mass": 15.00981704620158, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315146551027831, "I_33_without_motor": 0.04297192538207546, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.970661737648731, "trigger": 800, "sampling_rate": 105, "lag": 1.3890354752463838, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9416409358186182, "trigger": "apogee", "sampling_rate": 105, "lag": 1.207000295680661, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7138.217589150028, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033232141253683525, "grain_number": 5, "grain_density": 1868.5273356495175, "grain_outer_radius": 0.03293576775726146, "grain_initial_inner_radius": 0.015080177045733657, "grain_initial_height": 0.11927482292375227, "grain_separation": 0.005536210083196877, "grains_center_of_mass_position": 0.3961936004384863, "center_of_dry_mass_position": 0.317, "nozzle_position": 3.650890103171271e-05, "throat_radius": 0.01088623541507661, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551717957246629}], "aerodynamic_surfaces": [{"length": 0.5573682685860851, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333039694766232}, {"n": 4, "root_chord": 0.1196852080861276, "tip_chord": 0.059609657626958544, "span": 0.10946198931196051, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501134697951588}, {"top_radius": 0.06321065254991232, "bottom_radius": 0.04289759574154612, "length": 0.060442200460827315, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989824015906576, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164133161484243, "upper_button_position": 0.08256908544223329}], "rail_length": 5, "inclination": 85.17857945585655, "heading": 53.98569865151314} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350331068290702, "mass": 15.588815646517723, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320314496688822, "I_33_without_motor": 0.04068136039008933, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.12012344315782, "trigger": 800, "sampling_rate": 105, "lag": 1.385335621633475, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9297941247315882, "trigger": "apogee", "sampling_rate": 105, "lag": 1.383960035579884, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5875.169462616547, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03241326396138955, "grain_number": 5, "grain_density": 1773.2915512625532, "grain_outer_radius": 0.033067592292874246, "grain_initial_inner_radius": 0.014875891464755564, "grain_initial_height": 0.11982224389510741, "grain_separation": 0.005222232424906427, "grains_center_of_mass_position": 0.3978958924610339, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008747276361475199, "throat_radius": 0.011010844592766173, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535268315297767}], "aerodynamic_surfaces": [{"length": 0.5570690953017352, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133655397795348}, {"n": 4, "root_chord": 0.11978526423187401, "tip_chord": 0.060540710624425516, "span": 0.11023603176465221, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491580371904041}, {"top_radius": 0.06464519773346217, "bottom_radius": 0.04293532853649873, "length": 0.06076837754337902, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006101059629091, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181945271941671, "upper_button_position": 0.08241557876874195}], "rail_length": 5, "inclination": 84.8842215523448, "heading": 53.834341567229956} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349564485403267, "mass": 14.84997712668715, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310177329116812, "I_33_without_motor": 0.04812418442070504, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.276567088212799, "trigger": 800, "sampling_rate": 105, "lag": 1.448858336694269, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0143923381490865, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4874857107653416, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6661.489137353167, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03324731852944389, "grain_number": 5, "grain_density": 1812.5725388889218, "grain_outer_radius": 0.03259924387271906, "grain_initial_inner_radius": 0.01519575183793338, "grain_initial_height": 0.1205243342494967, "grain_separation": 0.005791919788428597, "grains_center_of_mass_position": 0.396330596778323, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0016384876377317544, "throat_radius": 0.01193006243009063, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546519611361329}], "aerodynamic_surfaces": [{"length": 0.559352220123216, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342582209995073}, {"n": 4, "root_chord": 0.12061748678823803, "tip_chord": 0.059897913795309364, "span": 0.11058910076911063, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.05066369869204}, {"top_radius": 0.063201470143063, "bottom_radius": 0.0431462293234358, "length": 0.060063201283194534, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6976765813987099, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172807345819934, "upper_button_position": 0.08039584681671652}], "rail_length": 5, "inclination": 82.54880491925708, "heading": 53.84102220678574} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.0635019130597404, "mass": 14.856316961931407, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331327301282966, "I_33_without_motor": 0.028470922398954428, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.88571775676996, "trigger": 800, "sampling_rate": 105, "lag": 1.3905290652862372, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0004972451348153, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6267267734495294, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5659.051170305228, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03281324944544463, "grain_number": 5, "grain_density": 1826.8487702719708, "grain_outer_radius": 0.0327430506811288, "grain_initial_inner_radius": 0.01505030267859374, "grain_initial_height": 0.12116757210314515, "grain_separation": 0.005409431750049898, "grains_center_of_mass_position": 0.39647778746407, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011917022244287547, "throat_radius": 0.010467703296710172, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552987068374002}], "aerodynamic_surfaces": [{"length": 0.5571659469867156, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133351926720468}, {"n": 4, "root_chord": 0.1191677136855739, "tip_chord": 0.05985959865172807, "span": 0.11043503128907368, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0481860629716202}, {"top_radius": 0.06396842642690936, "bottom_radius": 0.041760357748741046, "length": 0.05950436297510766, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998168813410984, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195161171558358, "upper_button_position": 0.08030076418526266}], "rail_length": 5, "inclination": 84.23579667425327, "heading": 51.330946991041046} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.063499353278983, "mass": 14.651012379508341, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332299400819915, "I_33_without_motor": 0.0586683557664895, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.051291861354718, "trigger": 800, "sampling_rate": 105, "lag": 1.497827937510171, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9653836506776935, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1585678564363677, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7169.270164932508, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03311588783314396, "grain_number": 5, "grain_density": 1768.443940157639, "grain_outer_radius": 0.033100510885676324, "grain_initial_inner_radius": 0.014668671191472889, "grain_initial_height": 0.11997776921674884, "grain_separation": 0.0049320365768151615, "grains_center_of_mass_position": 0.3968847227010985, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00043411094209128576, "throat_radius": 0.010597138020086003, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2551018142789119}], "aerodynamic_surfaces": [{"length": 0.5585609515115697, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347536332458317}, {"n": 4, "root_chord": 0.11940279283374344, "tip_chord": 0.06006017835491875, "span": 0.10979035804366907, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493164962491999}, {"top_radius": 0.06254342898390043, "bottom_radius": 0.04444206084375876, "length": 0.060240672863453915, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7011058916437306, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173649687679276, "upper_button_position": 0.08374092287580304}], "rail_length": 5, "inclination": 85.3895315267231, "heading": 52.847418838390304} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.063498413277112, "mass": 15.40388371944625, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322529592146623, "I_33_without_motor": 0.04030393159318462, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.016446383343709, "trigger": 800, "sampling_rate": 105, "lag": 1.4413462752869897, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9558933563951466, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8510608519209073, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6997.169751570401, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03358211419191533, "grain_number": 5, "grain_density": 1732.637311710055, "grain_outer_radius": 0.03318050342869283, "grain_initial_inner_radius": 0.014897276471477459, "grain_initial_height": 0.12115725712579907, "grain_separation": 0.004738165916815023, "grains_center_of_mass_position": 0.3969129951010182, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007995754639997974, "throat_radius": 0.01085123057491378, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548659036565948}], "aerodynamic_surfaces": [{"length": 0.5589100628670834, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335403060228493}, {"n": 4, "root_chord": 0.11995310963400213, "tip_chord": 0.05952723528656302, "span": 0.10997434140515307, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497743562631074}, {"top_radius": 0.0645770037156956, "bottom_radius": 0.04370985401454453, "length": 0.06117067431603777, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990580649355367, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6202134948419977, "upper_button_position": 0.07884457009353896}], "rail_length": 5, "inclination": 84.27727130467652, "heading": 53.94376263891585} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06351341310735377, "mass": 14.68020609863345, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330709444702324, "I_33_without_motor": 0.04752293824446524, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.14781995110654, "trigger": 800, "sampling_rate": 105, "lag": 1.4165338381151271, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0710299418125337, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3363143966889584, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6151.19704161141, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03262356745692028, "grain_number": 5, "grain_density": 1795.3738615208658, "grain_outer_radius": 0.033020331254321376, "grain_initial_inner_radius": 0.015446576280686275, "grain_initial_height": 0.12004889746632426, "grain_separation": 0.0060316175684507955, "grains_center_of_mass_position": 0.3968299974473631, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00024138203450210744, "throat_radius": 0.010810977419159451, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255023038763996}], "aerodynamic_surfaces": [{"length": 0.5567869903691506, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134518048138086}, {"n": 4, "root_chord": 0.1198376324957026, "tip_chord": 0.05973404330103827, "span": 0.10955464711405523, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048921912048372}, {"top_radius": 0.06320576991603663, "bottom_radius": 0.04296556335741648, "length": 0.060077398527520226, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998659390756878, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181430709304503, "upper_button_position": 0.08172286814523755}], "rail_length": 5, "inclination": 85.13781938728692, "heading": 53.53534032291595} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.0635055505081538, "mass": 15.246782718754734, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3262060001508535, "I_33_without_motor": 0.035690663941121394, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.097037034089913, "trigger": 800, "sampling_rate": 105, "lag": 1.6237609181024744, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8712324971550643, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5796444781141608, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5687.381939181255, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03268646702812526, "grain_number": 5, "grain_density": 1831.4281079800483, "grain_outer_radius": 0.032152964372967587, "grain_initial_inner_radius": 0.015225816334653294, "grain_initial_height": 0.12036180840632989, "grain_separation": 0.004612510937959347, "grains_center_of_mass_position": 0.39764396621069886, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005670548610613258, "throat_radius": 0.010413712825152778, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534063900532122}], "aerodynamic_surfaces": [{"length": 0.5572174375209306, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1357882388007474}, {"n": 4, "root_chord": 0.11982104766199174, "tip_chord": 0.06050499762451876, "span": 0.11034406643642077, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494382944713625}, {"top_radius": 0.06325505372766335, "bottom_radius": 0.04343236602102315, "length": 0.0582110090480505, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990799523845295, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180727398620673, "upper_button_position": 0.08100721252246212}], "rail_length": 5, "inclination": 85.7082015471236, "heading": 53.77496841001827} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349719200729124, "mass": 15.916800385183269, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313388475782686, "I_33_without_motor": 0.02935121422533407, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.851142076451818, "trigger": 800, "sampling_rate": 105, "lag": 1.609122304245615, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0184524522221632, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7367804918477276, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5360.684187904575, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03362705822893152, "grain_number": 5, "grain_density": 1754.2774437687385, "grain_outer_radius": 0.03320574149600042, "grain_initial_inner_radius": 0.015067817907066695, "grain_initial_height": 0.12007192719530327, "grain_separation": 0.004105365967982355, "grains_center_of_mass_position": 0.39712055419529285, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008988927326463505, "throat_radius": 0.01107636749471518, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255661096069513}], "aerodynamic_surfaces": [{"length": 0.5566304163054289, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1325334281323176}, {"n": 4, "root_chord": 0.12044351914551725, "tip_chord": 0.06032077807066272, "span": 0.11050292505937803, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051643512354124}, {"top_radius": 0.06402109147118284, "bottom_radius": 0.04340390155193692, "length": 0.05872212311041412, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700418145069759, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186711747527581, "upper_button_position": 0.08174697031700084}], "rail_length": 5, "inclination": 86.10215947423715, "heading": 51.95834650524761} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349923241601589, "mass": 15.668286832663584, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31910928111129, "I_33_without_motor": 0.022721904764914133, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.063503025280331, "trigger": 800, "sampling_rate": 105, "lag": 1.500534597547479, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0542324956003344, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4274789598445556, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7106.710455008328, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033892612462689396, "grain_number": 5, "grain_density": 1836.448757506291, "grain_outer_radius": 0.03294488993455898, "grain_initial_inner_radius": 0.014778322072181492, "grain_initial_height": 0.11924944909546109, "grain_separation": 0.0057656890341303245, "grains_center_of_mass_position": 0.39721654650421273, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008304310337785353, "throat_radius": 0.010931799818906046, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554605437295638}], "aerodynamic_surfaces": [{"length": 0.5595143091759874, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13141173508333}, {"n": 4, "root_chord": 0.12099282336304601, "tip_chord": 0.059433373964065936, "span": 0.11003880636238442, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0477786979528119}, {"top_radius": 0.0618734531213815, "bottom_radius": 0.042314217187534926, "length": 0.05971957018182493, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700577128612674, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6159066947555694, "upper_button_position": 0.0846704338571046}], "rail_length": 5, "inclination": 84.4410183428191, "heading": 52.46328185160885} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349527356917284, "mass": 15.869810785253653, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3095131008035725, "I_33_without_motor": 0.04454439495800584, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.930344468153587, "trigger": 800, "sampling_rate": 105, "lag": 1.4791197483742555, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0297653895234853, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2254809387927166, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6928.395443726381, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03327880061484404, "grain_number": 5, "grain_density": 1833.1522338821685, "grain_outer_radius": 0.03281477639038042, "grain_initial_inner_radius": 0.015022622715700602, "grain_initial_height": 0.1199158618313783, "grain_separation": 0.0028773602122798394, "grains_center_of_mass_position": 0.3948173547641272, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008195954706913726, "throat_radius": 0.011116429391195289, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544604238976311}], "aerodynamic_surfaces": [{"length": 0.5587233159292407, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1326971351197885}, {"n": 4, "root_chord": 0.11971046505876141, "tip_chord": 0.060338157029221545, "span": 0.11020586918761813, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502874208420208}, {"top_radius": 0.0636170476639579, "bottom_radius": 0.04386141313027969, "length": 0.06043372935925669, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003445223297525, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180649791483261, "upper_button_position": 0.08227954318142638}], "rail_length": 5, "inclination": 85.37734032245044, "heading": 54.23166502825542} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06349180667331324, "mass": 15.443935259665643, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330345088252888, "I_33_without_motor": 0.04604525063333153, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.074833320226558, "trigger": 800, "sampling_rate": 105, "lag": 1.3588939396436377, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9778361173036729, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5191008629029978, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4928.111770286472, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03390191668713672, "grain_number": 5, "grain_density": 1811.6325587646586, "grain_outer_radius": 0.03288922314322386, "grain_initial_inner_radius": 0.015204455388576163, "grain_initial_height": 0.11811782843046506, "grain_separation": 0.00516089631071237, "grains_center_of_mass_position": 0.39718330695441356, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005627098749639466, "throat_radius": 0.010505331104014852, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535839214433295}], "aerodynamic_surfaces": [{"length": 0.5583306179377059, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341109475555293}, {"n": 4, "root_chord": 0.12070701463398927, "tip_chord": 0.05993485045007502, "span": 0.1101605113936197, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486290589625165}, {"top_radius": 0.06372306723493083, "bottom_radius": 0.044077270271762226, "length": 0.06087454576598124, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993567551058124, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188867964719068, "upper_button_position": 0.0804699586339056}], "rail_length": 5, "inclination": 84.40818151362286, "heading": 53.41498341779259} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350801204618264, "mass": 15.610994390721805, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32848156739817, "I_33_without_motor": 0.043142321977104305, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.914868841281777, "trigger": 800, "sampling_rate": 105, "lag": 1.3521465247500162, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0371555144494413, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5692516801462857, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5976.398335259892, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03262579251752797, "grain_number": 5, "grain_density": 1766.5012126225092, "grain_outer_radius": 0.03297400261572069, "grain_initial_inner_radius": 0.014957571322349213, "grain_initial_height": 0.11966307709311352, "grain_separation": 0.0034904969690560264, "grains_center_of_mass_position": 0.39591153741919777, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0013445353378966935, "throat_radius": 0.011999374253178452, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2524127790931021}], "aerodynamic_surfaces": [{"length": 0.559650452892874, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133498895638621}, {"n": 4, "root_chord": 0.11903894636536534, "tip_chord": 0.059970490823837104, "span": 0.10996944871202403, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050745991668631}, {"top_radius": 0.06459563664734161, "bottom_radius": 0.04441191074316669, "length": 0.05985354123967283, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992343687765963, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618635609394689, "upper_button_position": 0.0805987593819073}], "rail_length": 5, "inclination": 84.29461714697294, "heading": 52.105151254480056} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350413239173665, "mass": 15.458389485510432, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312454660535781, "I_33_without_motor": 0.019006193978175913, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.082001255584757, "trigger": 800, "sampling_rate": 105, "lag": 1.5139630577094452, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0882620703470673, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5343366409555084, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6309.240625078346, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033907230594933745, "grain_number": 5, "grain_density": 1787.0236943230725, "grain_outer_radius": 0.03292151290229115, "grain_initial_inner_radius": 0.015723338168852363, "grain_initial_height": 0.12024147667860367, "grain_separation": 0.007923508973487956, "grains_center_of_mass_position": 0.3969984800093564, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011712656628275519, "throat_radius": 0.010163359527325616, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256554981122137}], "aerodynamic_surfaces": [{"length": 0.5585267687511752, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342462881356736}, {"n": 4, "root_chord": 0.12036907186326475, "tip_chord": 0.05956358433495167, "span": 0.11056397544624925, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501991687753658}, {"top_radius": 0.06452957107302729, "bottom_radius": 0.04459371884711442, "length": 0.060593509280713234, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980556098252283, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190627831419175, "upper_button_position": 0.07899282668331076}], "rail_length": 5, "inclination": 83.29817279094296, "heading": 50.86247268951675} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349881921672362, "mass": 15.328973780607834, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323885370418771, "I_33_without_motor": 0.03642484479323454, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.998072976275969, "trigger": 800, "sampling_rate": 105, "lag": 1.4429275636705736, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1024567071027436, "trigger": "apogee", "sampling_rate": 105, "lag": 1.493284474316313, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6748.176851872659, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03241835459623543, "grain_number": 5, "grain_density": 1640.6384494206343, "grain_outer_radius": 0.03264213506443041, "grain_initial_inner_radius": 0.014051056863987079, "grain_initial_height": 0.11930926584584843, "grain_separation": 0.0036750229916667045, "grains_center_of_mass_position": 0.39637747508054194, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009935844649763591, "throat_radius": 0.011014888264490357, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555885461497716}], "aerodynamic_surfaces": [{"length": 0.5583260356321268, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331919873766965}, {"n": 4, "root_chord": 0.11941918234454163, "tip_chord": 0.060675164737095846, "span": 0.11028990524819061, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0491674550745125}, {"top_radius": 0.06292871082348148, "bottom_radius": 0.04450956443678068, "length": 0.05794560605716634, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993698730283597, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194411747419432, "upper_button_position": 0.07992869828641658}], "rail_length": 5, "inclination": 85.436558245987, "heading": 54.54696167328668} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06349577627982571, "mass": 15.296344912774217, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318516730811255, "I_33_without_motor": 0.013978257781024513, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.948360832813089, "trigger": 800, "sampling_rate": 105, "lag": 1.4999459563985913, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0505072672417293, "trigger": "apogee", "sampling_rate": 105, "lag": 1.093587252714183, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7773.812841572051, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03368579694690984, "grain_number": 5, "grain_density": 1830.703197102522, "grain_outer_radius": 0.033154867707571305, "grain_initial_inner_radius": 0.015117536477346717, "grain_initial_height": 0.12008097076381014, "grain_separation": 0.004989426132071934, "grains_center_of_mass_position": 0.39660643822341046, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001395771729913209, "throat_radius": 0.01074705235072735, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542579821391566}], "aerodynamic_surfaces": [{"length": 0.5571913042158753, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344315533115081}, {"n": 4, "root_chord": 0.11934862401705951, "tip_chord": 0.0605903531100229, "span": 0.1097258605194972, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486442099607491}, {"top_radius": 0.06356918850340545, "bottom_radius": 0.04488304570667786, "length": 0.06018910897823852, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999639553746008, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170765816199845, "upper_button_position": 0.0828873737546163}], "rail_length": 5, "inclination": 84.92910734694264, "heading": 53.61804242606453} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349668082640442, "mass": 15.813002395897898, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325274791733413, "I_33_without_motor": 0.038465026035881686, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.885534386028668, "trigger": 800, "sampling_rate": 105, "lag": 1.5763144332123213, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.007524783334614, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6661581826998855, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6436.155751179346, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03256104977822013, "grain_number": 5, "grain_density": 1822.469856015375, "grain_outer_radius": 0.03296494887073178, "grain_initial_inner_radius": 0.015539559291616968, "grain_initial_height": 0.11831238176481094, "grain_separation": 0.0064108277897173965, "grains_center_of_mass_position": 0.39835887395873826, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015446349782027968, "throat_radius": 0.010382676338319352, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254791079173839}], "aerodynamic_surfaces": [{"length": 0.5570460599684245, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1349294627330049}, {"n": 4, "root_chord": 0.12003572781829337, "tip_chord": 0.06008112690316572, "span": 0.11023102182240752, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497824068989312}, {"top_radius": 0.06402356258117235, "bottom_radius": 0.04422793364820905, "length": 0.06022741429558583, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699403784798881, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190193649251874, "upper_button_position": 0.0803844198736936}], "rail_length": 5, "inclination": 85.6086508038111, "heading": 53.55769918812469} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06348185939567065, "mass": 16.23382770892236, "I_11_without_motor": 6.321, "I_22_without_motor": 6.30475712465964, "I_33_without_motor": 0.02486297329999505, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.05151072062981, "trigger": 800, "sampling_rate": 105, "lag": 1.4890447342607167, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0690749253667462, "trigger": "apogee", "sampling_rate": 105, "lag": 1.46606811495207, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7849.000726863084, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0335753889170087, "grain_number": 5, "grain_density": 1806.4760969598744, "grain_outer_radius": 0.03320431145119263, "grain_initial_inner_radius": 0.015002815004005252, "grain_initial_height": 0.12092313662969334, "grain_separation": 0.0038149136187508583, "grains_center_of_mass_position": 0.39842926903133097, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018350660839296078, "throat_radius": 0.01109947035342356, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539536224875656}], "aerodynamic_surfaces": [{"length": 0.558259599704287, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338960434943923}, {"n": 4, "root_chord": 0.11996108929445072, "tip_chord": 0.06035616986402454, "span": 0.11048105930254555, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502553432241841}, {"top_radius": 0.06409589192610626, "bottom_radius": 0.04505567269595459, "length": 0.06080942206049029, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992709034032923, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184750245907645, "upper_button_position": 0.08079587881252781}], "rail_length": 5, "inclination": 84.4604975595205, "heading": 53.660550320895425} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350278812462207, "mass": 15.679949781569475, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317862022347124, "I_33_without_motor": 0.03893085333174746, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.005300306844882, "trigger": 800, "sampling_rate": 105, "lag": 1.398055958558474, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9218090303658509, "trigger": "apogee", "sampling_rate": 105, "lag": 1.176313413614036, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5755.491953315391, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032109803644505504, "grain_number": 5, "grain_density": 1830.4303419755952, "grain_outer_radius": 0.033180866053489105, "grain_initial_inner_radius": 0.015164316530364675, "grain_initial_height": 0.11938343714284723, "grain_separation": 0.00560345429661989, "grains_center_of_mass_position": 0.39590661564220697, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001582957595094645, "throat_radius": 0.010972191432078175, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550964354488343}], "aerodynamic_surfaces": [{"length": 0.5576163357784137, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135132195574391}, {"n": 4, "root_chord": 0.12002506449223727, "tip_chord": 0.060494242608088174, "span": 0.10953343803501023, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050177515265764}, {"top_radius": 0.06401622928608086, "bottom_radius": 0.044204847170137555, "length": 0.05918257743763092, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990203553931725, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619366013463438, "upper_button_position": 0.07965434192973453}], "rail_length": 5, "inclination": 82.60421424866104, "heading": 55.759960553006934} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06349689290766646, "mass": 15.287406716633038, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313493694707317, "I_33_without_motor": 0.027156595352900194, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.907711388481541, "trigger": 800, "sampling_rate": 105, "lag": 1.5332368649364383, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0596096933699148, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7694653370533653, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5226.646924393132, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033125949839193126, "grain_number": 5, "grain_density": 1802.3989328934804, "grain_outer_radius": 0.032702048962722254, "grain_initial_inner_radius": 0.014822849804377366, "grain_initial_height": 0.11851128142533768, "grain_separation": 0.004685451542164443, "grains_center_of_mass_position": 0.3965581070132657, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011524209958542865, "throat_radius": 0.011265820580217694, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537337368536012}], "aerodynamic_surfaces": [{"length": 0.5585733920402084, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134572710319406}, {"n": 4, "root_chord": 0.11941706933712266, "tip_chord": 0.05975479491653192, "span": 0.11012894302014523, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048459371627066}, {"top_radius": 0.06476344976751149, "bottom_radius": 0.04271292814763674, "length": 0.059522423512789795, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6987406277075643, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616652920718908, "upper_button_position": 0.0820877069886563}], "rail_length": 5, "inclination": 85.76882820138569, "heading": 54.102694864161855} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349223201961937, "mass": 16.055475433221186, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316391634408685, "I_33_without_motor": 0.00682800721069407, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.913052017957154, "trigger": 800, "sampling_rate": 105, "lag": 1.5788147407347435, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9796139093029506, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3465932119670714, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7305.410699483472, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03327955016711396, "grain_number": 5, "grain_density": 1789.3410928758385, "grain_outer_radius": 0.03243886554131192, "grain_initial_inner_radius": 0.01445264906904543, "grain_initial_height": 0.12016935574683171, "grain_separation": 0.0043519113836310306, "grains_center_of_mass_position": 0.397425745637148, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014479079886564963, "throat_radius": 0.01147202850019607, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542842766687936}], "aerodynamic_surfaces": [{"length": 0.5583284923899483, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132774772145401}, {"n": 4, "root_chord": 0.12020200271637022, "tip_chord": 0.05944137767273463, "span": 0.1094866803642336, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051630529481766}, {"top_radius": 0.06214934396872, "bottom_radius": 0.045040587463511216, "length": 0.06296431558151928, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999136110480144, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166645133435169, "upper_button_position": 0.08324909770449751}], "rail_length": 5, "inclination": 83.46420824402064, "heading": 55.58867035638214} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350342548024938, "mass": 15.827862635111236, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32580554354522, "I_33_without_motor": 0.02419182582896183, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.85264032298043, "trigger": 800, "sampling_rate": 105, "lag": 1.3151059940598726, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9000092681276941, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4907306923232257, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6021.322149797308, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03354987989460545, "grain_number": 5, "grain_density": 1850.848260076352, "grain_outer_radius": 0.03345875069995948, "grain_initial_inner_radius": 0.015214712301090786, "grain_initial_height": 0.12050721166405845, "grain_separation": 0.003974291021781748, "grains_center_of_mass_position": 0.3975743683322653, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002703167180438947, "throat_radius": 0.011222753727694924, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25489245723884}], "aerodynamic_surfaces": [{"length": 0.5600627015140806, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132920650640713}, {"n": 4, "root_chord": 0.1199899899449933, "tip_chord": 0.05984814819290539, "span": 0.10982215046665306, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493800459622067}, {"top_radius": 0.0640093396601023, "bottom_radius": 0.042696954505798676, "length": 0.05972933931501451, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999692632938151, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189716951301842, "upper_button_position": 0.0809975681636309}], "rail_length": 5, "inclination": 84.6915670754933, "heading": 54.69974791352665} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349177065803747, "mass": 14.403768944140147, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315837309996075, "I_33_without_motor": 0.02903245189055765, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.845687770247363, "trigger": 800, "sampling_rate": 105, "lag": 1.3763943012614852, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0424086919730462, "trigger": "apogee", "sampling_rate": 105, "lag": 1.074465733675767, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4069.9461230143697, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033636497189096635, "grain_number": 5, "grain_density": 1861.4360133918851, "grain_outer_radius": 0.03336737234638339, "grain_initial_inner_radius": 0.014534196283352282, "grain_initial_height": 0.12127148008267356, "grain_separation": 0.0069968578450807575, "grains_center_of_mass_position": 0.39902616187154527, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002436168333597444, "throat_radius": 0.010620936589486065, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558885198232854}], "aerodynamic_surfaces": [{"length": 0.5576389525036097, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333570808284323}, {"n": 4, "root_chord": 0.11880458734722998, "tip_chord": 0.06036095343414096, "span": 0.11019287936975597, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507902521963777}, {"top_radius": 0.06298395873516432, "bottom_radius": 0.04333789323712267, "length": 0.05888535258110316, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012105132781695, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6166018925968864, "upper_button_position": 0.08460862068128316}], "rail_length": 5, "inclination": 85.65034594262629, "heading": 50.628947145792054} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349751002854578, "mass": 15.417990728441158, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331772067302603, "I_33_without_motor": 0.03325216744408652, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.889343259676105, "trigger": 800, "sampling_rate": 105, "lag": 1.4637263502285023, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1015189847298128, "trigger": "apogee", "sampling_rate": 105, "lag": 1.847142902111514, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5904.273025044164, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032437696132406685, "grain_number": 5, "grain_density": 1825.8737846662966, "grain_outer_radius": 0.032770099014718314, "grain_initial_inner_radius": 0.014937420993848928, "grain_initial_height": 0.12004579463962854, "grain_separation": 0.006289045913583421, "grains_center_of_mass_position": 0.3976651902012874, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009652642128416478, "throat_radius": 0.011048511094883189, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253768296623125}], "aerodynamic_surfaces": [{"length": 0.5586009760762947, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338687405220165}, {"n": 4, "root_chord": 0.12060320116302696, "tip_chord": 0.05911052360219182, "span": 0.11041759070791728, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049808424842924}, {"top_radius": 0.06144426359671585, "bottom_radius": 0.04364492680946638, "length": 0.059626286440211555, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004742292126815, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179147075230238, "upper_button_position": 0.08255952168965774}], "rail_length": 5, "inclination": 84.92999846849003, "heading": 53.56114506766201} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350343618939912, "mass": 15.22305049219264, "I_11_without_motor": 6.321, "I_22_without_motor": 6.301955004758847, "I_33_without_motor": 0.027778665703432844, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.184791252270221, "trigger": 800, "sampling_rate": 105, "lag": 1.654943994891131, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9833916459537052, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2539720508596646, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5023.095663007344, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03436763921527534, "grain_number": 5, "grain_density": 1789.3741197947836, "grain_outer_radius": 0.032997081938550714, "grain_initial_inner_radius": 0.01462747141654468, "grain_initial_height": 0.11990685067159147, "grain_separation": 0.0067548128124522155, "grains_center_of_mass_position": 0.3985962723586402, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0016763016109594242, "throat_radius": 0.011676328292431504, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546164867685246}], "aerodynamic_surfaces": [{"length": 0.5569072655426855, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1324342949207886}, {"n": 4, "root_chord": 0.12064825269253975, "tip_chord": 0.059460944211310256, "span": 0.10990476806229428, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048407225872096}, {"top_radius": 0.06398560622243352, "bottom_radius": 0.04441038822276504, "length": 0.05976817150109508, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7020618784066449, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178339103726269, "upper_button_position": 0.084227968034018}], "rail_length": 5, "inclination": 86.12002949131461, "heading": 52.895508686277985} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349691665053454, "mass": 15.767530662898567, "I_11_without_motor": 6.321, "I_22_without_motor": 6.336507156209013, "I_33_without_motor": 0.05048661020192083, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.967137166572325, "trigger": 800, "sampling_rate": 105, "lag": 1.430063534037564, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9757988743052705, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3980169917627498, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5343.813375210447, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0338052044055368, "grain_number": 5, "grain_density": 1814.984115424545, "grain_outer_radius": 0.03229376347938792, "grain_initial_inner_radius": 0.014396738680105573, "grain_initial_height": 0.12162713338887385, "grain_separation": 0.004469817719870114, "grains_center_of_mass_position": 0.39823974501027976, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008318740099310431, "throat_radius": 0.011148258163638852, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552852166035091}], "aerodynamic_surfaces": [{"length": 0.5585334789803363, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1319475316301026}, {"n": 4, "root_chord": 0.12025372062032924, "tip_chord": 0.06005590584124169, "span": 0.10979183870314284, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0477299876550912}, {"top_radius": 0.06334396300069464, "bottom_radius": 0.044526352192995576, "length": 0.06233943726632088, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999209818948462, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6157927031640922, "upper_button_position": 0.08412827873075401}], "rail_length": 5, "inclination": 85.58286617087768, "heading": 50.5199278966913} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.0635039624315113, "mass": 15.23640268371854, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3090291828278735, "I_33_without_motor": 0.03956340951934128, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.01652652233237, "trigger": 800, "sampling_rate": 105, "lag": 1.5216134874996798, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.894636346398634, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3702832269738363, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7920.740768491078, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03287761297791299, "grain_number": 5, "grain_density": 1824.6662971126514, "grain_outer_radius": 0.033287685493578814, "grain_initial_inner_radius": 0.014846070728985134, "grain_initial_height": 0.11962169682524136, "grain_separation": 0.006660304003753694, "grains_center_of_mass_position": 0.3968729744667562, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013285004050560757, "throat_radius": 0.011420312497778752, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255256790149882}], "aerodynamic_surfaces": [{"length": 0.5586670608170305, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338760239878345}, {"n": 4, "root_chord": 0.12001288999998844, "tip_chord": 0.059840043947512175, "span": 0.11022271024843211, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050374196368974}, {"top_radius": 0.06315430416571506, "bottom_radius": 0.04426665746459136, "length": 0.05986045541385511, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7014560907381839, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177375087779642, "upper_button_position": 0.08371858196021975}], "rail_length": 5, "inclination": 83.14567206576679, "heading": 53.69458513213769} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06350140530341798, "mass": 15.474430136278063, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322828323807365, "I_33_without_motor": 0.04643337086370376, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.908676999505643, "trigger": 800, "sampling_rate": 105, "lag": 1.4108882386719501, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0166838717884317, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5046550972836519, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6279.438565414556, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03311024885543246, "grain_number": 5, "grain_density": 1694.633808783238, "grain_outer_radius": 0.03311564162430932, "grain_initial_inner_radius": 0.015214400786283062, "grain_initial_height": 0.11893447059823352, "grain_separation": 0.006927329234135866, "grains_center_of_mass_position": 0.39545447707087683, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008132847272057203, "throat_radius": 0.010986729635018951, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253929171464433}], "aerodynamic_surfaces": [{"length": 0.5590057396568875, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1356160958540162}, {"n": 4, "root_chord": 0.12013656701399303, "tip_chord": 0.05961796302962165, "span": 0.1099882431698948, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484757303109273}, {"top_radius": 0.06531663841101507, "bottom_radius": 0.04330106203511384, "length": 0.06123757408650712, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995915682756526, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180607737817687, "upper_button_position": 0.0815307944938839}], "rail_length": 5, "inclination": 85.90667506461135, "heading": 52.55586087914798} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350666539193325, "mass": 16.26549454652488, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31812354941728, "I_33_without_motor": 0.04087689067832272, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.95423917123349, "trigger": 800, "sampling_rate": 105, "lag": 1.5796856992597297, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.035684544891642, "trigger": "apogee", "sampling_rate": 105, "lag": 1.349271457827394, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4338.892787782608, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03283117238700038, "grain_number": 5, "grain_density": 1867.6009169279357, "grain_outer_radius": 0.032598717870101115, "grain_initial_inner_radius": 0.015338980506890462, "grain_initial_height": 0.11977522588199327, "grain_separation": 0.004951922122179916, "grains_center_of_mass_position": 0.3963783489278026, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010634539091591488, "throat_radius": 0.011330686948294807, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553445290710048}], "aerodynamic_surfaces": [{"length": 0.5597685474336435, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347051017013678}, {"n": 4, "root_chord": 0.12093515261206347, "tip_chord": 0.05979126691861329, "span": 0.10952516250220662, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490959372658126}, {"top_radius": 0.06408885430740713, "bottom_radius": 0.042679630346266685, "length": 0.06113309208834641, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6983350078750149, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167725922140577, "upper_button_position": 0.08156241566095723}], "rail_length": 5, "inclination": 85.81558840374512, "heading": 54.024459995563575} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350648817649128, "mass": 14.674318643913129, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310334787364355, "I_33_without_motor": 0.0457281268094647, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.928773750582518, "trigger": 800, "sampling_rate": 105, "lag": 1.574096676593872, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.020547404041642, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7826514485546134, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5687.03102092832, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03390582612011467, "grain_number": 5, "grain_density": 1783.6747029497951, "grain_outer_radius": 0.03279616160853747, "grain_initial_inner_radius": 0.015208924172636277, "grain_initial_height": 0.12000241397266541, "grain_separation": 0.004834030763768699, "grains_center_of_mass_position": 0.39779188460129766, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010543666957646804, "throat_radius": 0.011034297574247018, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2538786727227698}], "aerodynamic_surfaces": [{"length": 0.5583290977786275, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1356189064220337}, {"n": 4, "root_chord": 0.120001753081237, "tip_chord": 0.061377165331623317, "span": 0.11019805788554804, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482989161554332}, {"top_radius": 0.06389875918722357, "bottom_radius": 0.04433695904596912, "length": 0.06029651527008684, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986325901062629, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189755222940223, "upper_button_position": 0.07965706781224058}], "rail_length": 5, "inclination": 85.33446450022198, "heading": 50.849041105062724} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350796825425918, "mass": 15.916667341943675, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311133352212137, "I_33_without_motor": 0.027376093842448154, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.956291419634306, "trigger": 800, "sampling_rate": 105, "lag": 1.656919731478486, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0242098653962757, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0945594687898967, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5622.515405987292, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03321744664412348, "grain_number": 5, "grain_density": 1825.4220942442564, "grain_outer_radius": 0.03291258764699499, "grain_initial_inner_radius": 0.014958388299606514, "grain_initial_height": 0.11832224728442026, "grain_separation": 0.006101625328367299, "grains_center_of_mass_position": 0.3979882604979536, "center_of_dry_mass_position": 0.317, "nozzle_position": 2.054377780949299e-05, "throat_radius": 0.01011312804991887, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549718180591196}], "aerodynamic_surfaces": [{"length": 0.5589983425513874, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340575756953153}, {"n": 4, "root_chord": 0.11934075019018694, "tip_chord": 0.059623267023949614, "span": 0.1100411341165479, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506555904813217}, {"top_radius": 0.06437689265882754, "bottom_radius": 0.04424838241297806, "length": 0.06036596687095581, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699288298041611, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187615037149445, "upper_button_position": 0.08052679432666643}], "rail_length": 5, "inclination": 85.65238565451456, "heading": 56.38145478220005} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350201066738184, "mass": 15.953711018403991, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314817197476057, "I_33_without_motor": 0.0256335977634949, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.873103386127694, "trigger": 800, "sampling_rate": 105, "lag": 1.4839992307180514, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9875231481021292, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7743850672142263, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6540.965199898815, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032181495585438175, "grain_number": 5, "grain_density": 1793.4601599517396, "grain_outer_radius": 0.032942557787790545, "grain_initial_inner_radius": 0.015180178309926925, "grain_initial_height": 0.11943508870562439, "grain_separation": 0.005383579012011445, "grains_center_of_mass_position": 0.39605668954156903, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001843804775713451, "throat_radius": 0.010552838097204201, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545046741884056}], "aerodynamic_surfaces": [{"length": 0.5584466437577913, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343190982705948}, {"n": 4, "root_chord": 0.12003349475104054, "tip_chord": 0.0597136698261293, "span": 0.10991221432752396, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494374824074326}, {"top_radius": 0.06304081906106536, "bottom_radius": 0.04434029597773008, "length": 0.06047397375798734, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001951751144656, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186719448891126, "upper_button_position": 0.08152323022535302}], "rail_length": 5, "inclination": 83.58698828768142, "heading": 54.30569837255918} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06351008848297998, "mass": 14.7859357557792, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335103606157227, "I_33_without_motor": 0.029172987600071584, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.931278573509553, "trigger": 800, "sampling_rate": 105, "lag": 1.4410129421153264, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.983490891607222, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7734233099985186, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5447.706213795818, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033436363000976445, "grain_number": 5, "grain_density": 1839.201882429747, "grain_outer_radius": 0.0329850903923891, "grain_initial_inner_radius": 0.014662452657972096, "grain_initial_height": 0.1190367543864572, "grain_separation": 0.0030697786101070565, "grains_center_of_mass_position": 0.3978376807225483, "center_of_dry_mass_position": 0.317, "nozzle_position": 4.1584909033036664e-05, "throat_radius": 0.01129912058024965, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539887889611594}], "aerodynamic_surfaces": [{"length": 0.5593524486947989, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333750306777675}, {"n": 4, "root_chord": 0.12046685232130558, "tip_chord": 0.05925118834824563, "span": 0.1093000475893226, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505502723507558}, {"top_radius": 0.06331879340863057, "bottom_radius": 0.043768699750467537, "length": 0.05980151355669512, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008182751781055, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617287144506535, "upper_button_position": 0.08353113067157047}], "rail_length": 5, "inclination": 83.61695457531401, "heading": 54.40772018031557} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06349303662887522, "mass": 15.786080612539756, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3375317516984015, "I_33_without_motor": 0.030323682175480256, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.054779753984436, "trigger": 800, "sampling_rate": 105, "lag": 1.4897925408658617, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0657640860921966, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5415600267121254, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7282.084783062925, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03337873855042818, "grain_number": 5, "grain_density": 1844.7926044263584, "grain_outer_radius": 0.0332036108389178, "grain_initial_inner_radius": 0.013987250492484863, "grain_initial_height": 0.1207123941446959, "grain_separation": 0.005728339411735485, "grains_center_of_mass_position": 0.3981018826332878, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00020948221946189347, "throat_radius": 0.011697838685607968, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534438913358144}], "aerodynamic_surfaces": [{"length": 0.5596910844177856, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133994787935459}, {"n": 4, "root_chord": 0.12009719742064826, "tip_chord": 0.06007751660707861, "span": 0.11038830583198088, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503598157770573}, {"top_radius": 0.06342827418792348, "bottom_radius": 0.044033218470175474, "length": 0.059088090744353255, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999745725873632, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183539947737082, "upper_button_position": 0.08162057781365495}], "rail_length": 5, "inclination": 86.27162564696197, "heading": 53.71818906205748} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06351054255261947, "mass": 14.664501017997265, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3174486858119785, "I_33_without_motor": 0.04210561339978389, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.119781805626133, "trigger": 800, "sampling_rate": 105, "lag": 1.6372528425610473, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8692232728888685, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2854779419699685, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6730.987419548605, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03234816719395865, "grain_number": 5, "grain_density": 1814.7627524628226, "grain_outer_radius": 0.0323828288263115, "grain_initial_inner_radius": 0.01491463952681223, "grain_initial_height": 0.11990981022295044, "grain_separation": 0.004978545630508454, "grains_center_of_mass_position": 0.39662591700745, "center_of_dry_mass_position": 0.317, "nozzle_position": 9.178129970477624e-05, "throat_radius": 0.011004048627225128, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560489323043111}], "aerodynamic_surfaces": [{"length": 0.5585922869610882, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133765345210739}, {"n": 4, "root_chord": 0.12062519537370292, "tip_chord": 0.05974490762138353, "span": 0.10993742673011818, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487130012084265}, {"top_radius": 0.06386667154549348, "bottom_radius": 0.04262010980778935, "length": 0.06138564243850183, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992081377344552, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189078643140647, "upper_button_position": 0.08030027342039048}], "rail_length": 5, "inclination": 84.32248658668074, "heading": 51.380117522329} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350127937108244, "mass": 15.454235593016858, "I_11_without_motor": 6.321, "I_22_without_motor": 6.337758343910044, "I_33_without_motor": 0.029748068509370083, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.022693164516062, "trigger": 800, "sampling_rate": 105, "lag": 1.4494601130801588, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1046090164009008, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7025344426556375, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7125.407768604593, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.031930311786842594, "grain_number": 5, "grain_density": 1759.9627295579817, "grain_outer_radius": 0.03323111384911931, "grain_initial_inner_radius": 0.014550051623535116, "grain_initial_height": 0.1193182197813576, "grain_separation": 0.006668942163044282, "grains_center_of_mass_position": 0.39657743807538715, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007564580285869749, "throat_radius": 0.010398069606141369, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2574162696880076}], "aerodynamic_surfaces": [{"length": 0.5577941076830105, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343399047039142}, {"n": 4, "root_chord": 0.12016686734308775, "tip_chord": 0.060009385521463086, "span": 0.10938690169915022, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497164170372542}, {"top_radius": 0.06309805272147788, "bottom_radius": 0.043569710773316075, "length": 0.0602700402571929, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995416531072681, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182808324708688, "upper_button_position": 0.08126082063639928}], "rail_length": 5, "inclination": 85.49604200750565, "heading": 50.59611472931327} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349339083784379, "mass": 15.927012918987288, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32986587665597, "I_33_without_motor": 0.04397827018101831, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.018995439368785, "trigger": 800, "sampling_rate": 105, "lag": 1.5053710692195563, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9886753461573394, "trigger": "apogee", "sampling_rate": 105, "lag": 1.870273938572434, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5489.704226047807, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03316669735595339, "grain_number": 5, "grain_density": 1875.9705527414994, "grain_outer_radius": 0.0329619479550123, "grain_initial_inner_radius": 0.014870046085191057, "grain_initial_height": 0.11933053453128405, "grain_separation": 0.004469686216514121, "grains_center_of_mass_position": 0.39700605863513044, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003759751180829574, "throat_radius": 0.010468354938207566, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544432669224381}], "aerodynamic_surfaces": [{"length": 0.5587367344146086, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336998812125685}, {"n": 4, "root_chord": 0.12033506008643545, "tip_chord": 0.060707840879246154, "span": 0.11069848495374093, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508250472248304}, {"top_radius": 0.06220969596329775, "bottom_radius": 0.04326853311288693, "length": 0.06023759032051616, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990449375528236, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186857775470915, "upper_button_position": 0.08035916000573207}], "rail_length": 5, "inclination": 84.16149667440999, "heading": 50.121004896612725} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349908924689382, "mass": 16.26893445709193, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3090058232748065, "I_33_without_motor": 0.04036245713856345, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.925848706227864, "trigger": 800, "sampling_rate": 105, "lag": 1.4684156989192043, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0330409845122357, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5556569032799519, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6689.749873640498, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03333360091424389, "grain_number": 5, "grain_density": 1800.0097739998232, "grain_outer_radius": 0.03380530085288468, "grain_initial_inner_radius": 0.014774905036693486, "grain_initial_height": 0.11987987448828172, "grain_separation": 0.004536812810322767, "grains_center_of_mass_position": 0.3957910002967403, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00038092974394479304, "throat_radius": 0.011063135034582844, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2546888005688288}], "aerodynamic_surfaces": [{"length": 0.5585517477634194, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339500307432544}, {"n": 4, "root_chord": 0.11990949666906892, "tip_chord": 0.05943025075469844, "span": 0.11028846252519726, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500910290512129}, {"top_radius": 0.0641618087186115, "bottom_radius": 0.04518098398482895, "length": 0.05990574101372718, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984969712450921, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163963186766914, "upper_button_position": 0.08210065256840071}], "rail_length": 5, "inclination": 83.49431412987498, "heading": 53.52625989258314} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350300547251844, "mass": 15.757003868590626, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315084820939461, "I_33_without_motor": 0.021979226138089683, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.934044815519764, "trigger": 800, "sampling_rate": 105, "lag": 1.4720137540188352, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0185599554084457, "trigger": "apogee", "sampling_rate": 105, "lag": 1.350720768402961, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6223.874311596688, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03306022892176257, "grain_number": 5, "grain_density": 1791.2275137886809, "grain_outer_radius": 0.033338886181562576, "grain_initial_inner_radius": 0.015460361660487787, "grain_initial_height": 0.11997613614813087, "grain_separation": 0.005277444098203793, "grains_center_of_mass_position": 0.39685886705893975, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007858285824055188, "throat_radius": 0.011526338275236565, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544901166308466}], "aerodynamic_surfaces": [{"length": 0.5583539593741471, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354758047302074}, {"n": 4, "root_chord": 0.12035697641545647, "tip_chord": 0.06075936485650431, "span": 0.11081415687390052, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489823944933434}, {"top_radius": 0.061851232988660354, "bottom_radius": 0.04382491277969156, "length": 0.060672251490637374, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998312914559414, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184105376451042, "upper_button_position": 0.08142075381083713}], "rail_length": 5, "inclination": 84.24650687376122, "heading": 51.27022238808487} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350075501283789, "mass": 16.09649641710021, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3167913707253245, "I_33_without_motor": 0.018945778740197317, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.961256126940643, "trigger": 800, "sampling_rate": 105, "lag": 1.353834305833898, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9143963616573604, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3328567709206405, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5298.038901977174, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033817774198212074, "grain_number": 5, "grain_density": 1797.040240481869, "grain_outer_radius": 0.03267237799291012, "grain_initial_inner_radius": 0.015725671496227233, "grain_initial_height": 0.11905543412518552, "grain_separation": 0.005409251262864222, "grains_center_of_mass_position": 0.3978085601724477, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010486420736784895, "throat_radius": 0.011181654433599208, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254680541747488}], "aerodynamic_surfaces": [{"length": 0.5584561550994783, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.131726284205448}, {"n": 4, "root_chord": 0.11983612777712979, "tip_chord": 0.060100824369269445, "span": 0.10968462922761454, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499331389078788}, {"top_radius": 0.06206945204669741, "bottom_radius": 0.041946521598243684, "length": 0.06018321152362291, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991046538552117, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175388818151151, "upper_button_position": 0.08156577204009663}], "rail_length": 5, "inclination": 85.44819092381111, "heading": 54.32757119125432} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349871883936967, "mass": 15.103439215037504, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312647707695864, "I_33_without_motor": 0.02666506291582478, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.014036310955188, "trigger": 800, "sampling_rate": 105, "lag": 1.4836869106250556, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8821627867749503, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5364779069520045, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6680.137942097931, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03337500070655209, "grain_number": 5, "grain_density": 1850.6505825666259, "grain_outer_radius": 0.03288665812945294, "grain_initial_inner_radius": 0.015354974010840213, "grain_initial_height": 0.11896177393982076, "grain_separation": 0.006626729717940993, "grains_center_of_mass_position": 0.39651323514296144, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006994912221031294, "throat_radius": 0.010442912315586172, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549951258847116}], "aerodynamic_surfaces": [{"length": 0.5594878292411982, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13407399536019}, {"n": 4, "root_chord": 0.11983144032759654, "tip_chord": 0.059527385917544876, "span": 0.11021732116292374, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485138558954057}, {"top_radius": 0.06441238288027504, "bottom_radius": 0.0435153355309601, "length": 0.06005280508201788, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000111317930134, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180520195215743, "upper_button_position": 0.08195911227143915}], "rail_length": 5, "inclination": 84.74358945610558, "heading": 54.779020288521686} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349683587402127, "mass": 15.331416121142466, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309285479009527, "I_33_without_motor": 0.04833173759421649, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.02109303219881, "trigger": 800, "sampling_rate": 105, "lag": 1.5629234981150237, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.05498446353846, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6400026700714376, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6849.770620024408, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03371954304227589, "grain_number": 5, "grain_density": 1779.044923989062, "grain_outer_radius": 0.033630109509169115, "grain_initial_inner_radius": 0.015086545210061062, "grain_initial_height": 0.11891876589342293, "grain_separation": 0.0056325645704752, "grains_center_of_mass_position": 0.3961283244136966, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.002026973583313344, "throat_radius": 0.011733246453154355, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558906723485346}], "aerodynamic_surfaces": [{"length": 0.5571074955489628, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330828246538966}, {"n": 4, "root_chord": 0.11909077825492322, "tip_chord": 0.059893613468179625, "span": 0.10988264443361993, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489290364195847}, {"top_radius": 0.06387022658564288, "bottom_radius": 0.0422792452579731, "length": 0.05844937096918752, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990100634718168, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178938256538352, "upper_button_position": 0.0811162378179816}], "rail_length": 5, "inclination": 85.58690220251434, "heading": 53.85074349824231} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349358149610114, "mass": 15.375365640629635, "I_11_without_motor": 6.321, "I_22_without_motor": 6.301038646448312, "I_33_without_motor": 0.021060076529672764, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.933140537505839, "trigger": 800, "sampling_rate": 105, "lag": 1.4973219751596791, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0970240714721915, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3805170294974294, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5664.229178299551, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033170624250226786, "grain_number": 5, "grain_density": 1815.0130185344103, "grain_outer_radius": 0.03303051465492581, "grain_initial_inner_radius": 0.015314697047812121, "grain_initial_height": 0.11984130923690169, "grain_separation": 0.004854629576534432, "grains_center_of_mass_position": 0.39833045390592015, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000800558554290517, "throat_radius": 0.011479069575863752, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556455190933473}], "aerodynamic_surfaces": [{"length": 0.5599380507275222, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1361650245785309}, {"n": 4, "root_chord": 0.11971813888582755, "tip_chord": 0.05885143822542701, "span": 0.1096029163358801, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0478784231571092}, {"top_radius": 0.06475587983279418, "bottom_radius": 0.042401351003425236, "length": 0.05986794225760797, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7016482030449321, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191225239037239, "upper_button_position": 0.08252567914120823}], "rail_length": 5, "inclination": 84.43116436368138, "heading": 53.661270557321856} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349992694472291, "mass": 16.177965914276204, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318411421248713, "I_33_without_motor": 0.04204585924818891, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.134751185997954, "trigger": 800, "sampling_rate": 105, "lag": 1.5574012001201616, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9731839256866563, "trigger": "apogee", "sampling_rate": 105, "lag": 1.677881495282152, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7025.457010276133, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03308489687644635, "grain_number": 5, "grain_density": 1858.024423590766, "grain_outer_radius": 0.032533967922318344, "grain_initial_inner_radius": 0.015259752103143013, "grain_initial_height": 0.1192223511394567, "grain_separation": 0.006189795081629866, "grains_center_of_mass_position": 0.3974825697433854, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00040534093974179904, "throat_radius": 0.010709750567907473, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256270315390121}], "aerodynamic_surfaces": [{"length": 0.5573762499997408, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329040696799408}, {"n": 4, "root_chord": 0.12023185380951257, "tip_chord": 0.059184146892987025, "span": 0.11004804598895512, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0480614807135882}, {"top_radius": 0.06422918999136623, "bottom_radius": 0.043919561137755025, "length": 0.05982889025399614, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699590830308736, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186688577482284, "upper_button_position": 0.0809219725605076}], "rail_length": 5, "inclination": 84.58730121111891, "heading": 55.601729745630536} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 29, "radius": 0.06350243872607898, "mass": 15.307806059313531, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324713460312006, "I_33_without_motor": 0.03460754682830145, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.847394491445264, "trigger": 800, "sampling_rate": 105, "lag": 1.4869437798353111, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9455401172863149, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6421931304394586, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6665.781732133598, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03332294101830185, "grain_number": 5, "grain_density": 1798.279032884547, "grain_outer_radius": 0.0330240324663084, "grain_initial_inner_radius": 0.014832986081439316, "grain_initial_height": 0.12111932122173379, "grain_separation": 0.005270482057057051, "grains_center_of_mass_position": 0.3982305324287315, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004634392965843325, "throat_radius": 0.011642405878725316, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256233096821382}], "aerodynamic_surfaces": [{"length": 0.5586236656659772, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346237901126266}, {"n": 4, "root_chord": 0.11999040362438287, "tip_chord": 0.05994306531593927, "span": 0.11039412553065188, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487077248850518}, {"top_radius": 0.0631797587232052, "bottom_radius": 0.044327498259700025, "length": 0.059675911996877426, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008874243466492, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195746868629894, "upper_button_position": 0.08131273748365975}], "rail_length": 5, "inclination": 84.46870236734011, "heading": 55.6077207115463} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06350706536131766, "mass": 15.253585486584056, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310262261966286, "I_33_without_motor": 0.02548261474814479, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.141322350641994, "trigger": 800, "sampling_rate": 105, "lag": 1.5036728677689384, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9922972730064494, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3821708736520746, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6637.21136919303, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03365391011297497, "grain_number": 5, "grain_density": 1835.3631210138965, "grain_outer_radius": 0.03300305796065363, "grain_initial_inner_radius": 0.01573947301518505, "grain_initial_height": 0.12026963358160524, "grain_separation": 0.005132127619654249, "grains_center_of_mass_position": 0.39663201196498316, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003559738165189887, "throat_radius": 0.011593159779027903, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547288504929204}], "aerodynamic_surfaces": [{"length": 0.5586119104163081, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329531829077375}, {"n": 4, "root_chord": 0.11997738199646642, "tip_chord": 0.06046196390298482, "span": 0.11051232670245252, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504871167656014}, {"top_radius": 0.06298060750100597, "bottom_radius": 0.04303976698489436, "length": 0.06117539377418487, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982002310544748, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177694007107193, "upper_button_position": 0.08043083034375553}], "rail_length": 5, "inclination": 84.47475113291807, "heading": 56.779485085276384} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350277642948457, "mass": 15.538150784344738, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327362745521264, "I_33_without_motor": 0.03656089583493286, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.969195197333491, "trigger": 800, "sampling_rate": 105, "lag": 1.672097874395475, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0672903233760016, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5642368990741504, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6026.677832075479, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03417435090429245, "grain_number": 5, "grain_density": 1809.9868764693874, "grain_outer_radius": 0.03345478258002131, "grain_initial_inner_radius": 0.014864633401218654, "grain_initial_height": 0.12054186170554274, "grain_separation": 0.005782227784658631, "grains_center_of_mass_position": 0.39781673133453765, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00024179848728605902, "throat_radius": 0.011129781434025961, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254487413034888}], "aerodynamic_surfaces": [{"length": 0.5598937783838499, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351613558601192}, {"n": 4, "root_chord": 0.12000786108005566, "tip_chord": 0.059917920320622424, "span": 0.1094844166095069, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508468622100688}, {"top_radius": 0.06524299648748187, "bottom_radius": 0.04321661428846937, "length": 0.060171811473235665, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006561425402846, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189327841157342, "upper_button_position": 0.08172335842455047}], "rail_length": 5, "inclination": 84.69379641206024, "heading": 55.0129037130403} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349726866966666, "mass": 14.479259501026409, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317186619212412, "I_33_without_motor": 0.023063719790035755, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.011521439399583, "trigger": 800, "sampling_rate": 105, "lag": 1.5673410128311824, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0625778163474984, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5243351784162888, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7320.6142990049275, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03312253011643381, "grain_number": 5, "grain_density": 1865.7522073754449, "grain_outer_radius": 0.033438810804206985, "grain_initial_inner_radius": 0.01543722710623245, "grain_initial_height": 0.12201200925233496, "grain_separation": 0.002817436113133994, "grains_center_of_mass_position": 0.3979998095815015, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0019380628138442226, "throat_radius": 0.010909727071797529, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558661489229677}], "aerodynamic_surfaces": [{"length": 0.558709388194242, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330757693654017}, {"n": 4, "root_chord": 0.11991031056160383, "tip_chord": 0.060619459895030856, "span": 0.10958568688893004, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487663042326663}, {"top_radius": 0.06237266353603786, "bottom_radius": 0.04317368708149592, "length": 0.06030754478288, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008204649694125, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183069003126814, "upper_button_position": 0.0825135646567311}], "rail_length": 5, "inclination": 85.6473206031136, "heading": 52.78389923473354} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06350663501781784, "mass": 15.043769721358954, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310757882630163, "I_33_without_motor": 0.04429584582622318, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.977214173062077, "trigger": 800, "sampling_rate": 105, "lag": 1.3092247582425935, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9493472561264065, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6585592612014814, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5373.247934180049, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03277105862166775, "grain_number": 5, "grain_density": 1792.5461445485469, "grain_outer_radius": 0.03226887907707845, "grain_initial_inner_radius": 0.014503364616397483, "grain_initial_height": 0.11945703224237393, "grain_separation": 0.005154275343347422, "grains_center_of_mass_position": 0.3969874987599037, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000264303378156486, "throat_radius": 0.011194950458018316, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253317568712629}], "aerodynamic_surfaces": [{"length": 0.5595362388940279, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1348965086002587}, {"n": 4, "root_chord": 0.12025649880335083, "tip_chord": 0.06087366645732243, "span": 0.11061388775025748, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486935220779388}, {"top_radius": 0.06256587294205007, "bottom_radius": 0.04326713523409038, "length": 0.06046086229045295, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997998183258577, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164174858571079, "upper_button_position": 0.08338233246874982}], "rail_length": 5, "inclination": 86.29397529715294, "heading": 55.18219183568202} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350264023121113, "mass": 15.8497832110558, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314133136545301, "I_33_without_motor": 0.01935094965979872, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.331900803069093, "trigger": 800, "sampling_rate": 105, "lag": 1.407385056147633, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9734795439695081, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2768857607286148, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7469.483305503188, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03278095608611676, "grain_number": 5, "grain_density": 1817.4683004600704, "grain_outer_radius": 0.032394201098015295, "grain_initial_inner_radius": 0.015250577687785477, "grain_initial_height": 0.12100150199298866, "grain_separation": 0.005461027726482995, "grains_center_of_mass_position": 0.39851283113035185, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000299267066507457, "throat_radius": 0.011663783112918331, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550625434398954}], "aerodynamic_surfaces": [{"length": 0.5584952123800702, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134176075984978}, {"n": 4, "root_chord": 0.1202986193176857, "tip_chord": 0.06020097742114409, "span": 0.1105027982119632, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0486736510252814}, {"top_radius": 0.06360654243427746, "bottom_radius": 0.043536175182213824, "length": 0.05900220524131063, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999575263872011, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182103526309322, "upper_button_position": 0.08174717375626894}], "rail_length": 5, "inclination": 85.48387500375267, "heading": 48.80026014439656} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.063486264822413, "mass": 15.278407131736282, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335966780667191, "I_33_without_motor": 0.031299864784533435, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.144481089245815, "trigger": 800, "sampling_rate": 105, "lag": 1.5385930398625898, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0801960009632667, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4095220581188859, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6049.202021904816, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032611774792380276, "grain_number": 5, "grain_density": 1834.6899922756686, "grain_outer_radius": 0.03290124759685764, "grain_initial_inner_radius": 0.014725863485550873, "grain_initial_height": 0.12095720685280044, "grain_separation": 0.004550895483839504, "grains_center_of_mass_position": 0.39712475008716225, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008640815411577413, "throat_radius": 0.011425041531677971, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550320667265975}], "aerodynamic_surfaces": [{"length": 0.5562259987851536, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341334676306052}, {"n": 4, "root_chord": 0.11986389279263365, "tip_chord": 0.06038963482478914, "span": 0.10980030408575846, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0466743964499436}, {"top_radius": 0.06476597399512404, "bottom_radius": 0.04359439195553253, "length": 0.060047680525410006, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986699348111767, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176873484051499, "upper_button_position": 0.08098258640602674}], "rail_length": 5, "inclination": 84.95116725226693, "heading": 55.797552639865586} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350298625568739, "mass": 15.881744511024337, "I_11_without_motor": 6.321, "I_22_without_motor": 6.300265235750067, "I_33_without_motor": 0.02406911962706612, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.029192278160949, "trigger": 800, "sampling_rate": 105, "lag": 1.3147374663361207, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8684134559186601, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7367446214180031, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6043.07381783913, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03253647113596708, "grain_number": 5, "grain_density": 1723.555470231474, "grain_outer_radius": 0.03302236367099689, "grain_initial_inner_radius": 0.014618006054557207, "grain_initial_height": 0.11799795700933659, "grain_separation": 0.004784093600078973, "grains_center_of_mass_position": 0.3971623620205109, "center_of_dry_mass_position": 0.317, "nozzle_position": -9.027325211240946e-06, "throat_radius": 0.011090808966891528, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543106590253452}], "aerodynamic_surfaces": [{"length": 0.557457404750026, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.136015470212093}, {"n": 4, "root_chord": 0.12105563569338866, "tip_chord": 0.06027965258088215, "span": 0.10993031480231041, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048754158099165}, {"top_radius": 0.06439841479920912, "bottom_radius": 0.04163244509539849, "length": 0.058612968325381654, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7022803712129327, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185433122366277, "upper_button_position": 0.08373705897630501}], "rail_length": 5, "inclination": 85.61751098358059, "heading": 54.052837257941725} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06348949606336825, "mass": 15.171066056275844, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32306119779168, "I_33_without_motor": 0.04678290754610289, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.137860759446651, "trigger": 800, "sampling_rate": 105, "lag": 1.5279250773743356, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1116398153691187, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2415143513310314, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7074.983289463124, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032228263350787725, "grain_number": 5, "grain_density": 1827.0837902540927, "grain_outer_radius": 0.03317348514714423, "grain_initial_inner_radius": 0.014777148521199976, "grain_initial_height": 0.12119712027835448, "grain_separation": 0.004669823454652146, "grains_center_of_mass_position": 0.39743970883773033, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00039169993437815397, "throat_radius": 0.010930919350990732, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547236479460733}], "aerodynamic_surfaces": [{"length": 0.5577063834650727, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1325549426813666}, {"n": 4, "root_chord": 0.12020841002367977, "tip_chord": 0.060372475622634876, "span": 0.11019212737518147, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499328126215814}, {"top_radius": 0.06394313208105472, "bottom_radius": 0.04442467408607739, "length": 0.059779030930499986, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003925984518595, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162598167464084, "upper_button_position": 0.08413278170545113}], "rail_length": 5, "inclination": 85.01850377552881, "heading": 51.08202548786795} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06348850944196227, "mass": 16.04892878475605, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312034146991642, "I_33_without_motor": 0.029015146588646186, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.983542501394192, "trigger": 800, "sampling_rate": 105, "lag": 1.4610113691574136, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9154641269492223, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6278213671783228, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7075.688944937168, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033051054611874374, "grain_number": 5, "grain_density": 1814.7154091088894, "grain_outer_radius": 0.03267170271630846, "grain_initial_inner_radius": 0.014477909737569055, "grain_initial_height": 0.1207221743260192, "grain_separation": 0.005043867525749921, "grains_center_of_mass_position": 0.39754703984175976, "center_of_dry_mass_position": 0.317, "nozzle_position": -5.9939436150511286e-05, "throat_radius": 0.011563413809232762, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544204991639971}], "aerodynamic_surfaces": [{"length": 0.5577287757996293, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340510158297263}, {"n": 4, "root_chord": 0.11987474078644404, "tip_chord": 0.0602150726622456, "span": 0.11013028943523882, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484073543180612}, {"top_radius": 0.06436876068951965, "bottom_radius": 0.042262081684495, "length": 0.05991111298003916, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6976707179152926, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176067480742417, "upper_button_position": 0.08006396984105091}], "rail_length": 5, "inclination": 85.16986271282465, "heading": 49.6160619888058} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06350759910602338, "mass": 14.813286067480758, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323603106963009, "I_33_without_motor": 0.03266240238621754, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.12106418221945, "trigger": 800, "sampling_rate": 105, "lag": 1.565643782979439, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.072128163162105, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3442497573293872, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6585.373557905945, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032831386628354595, "grain_number": 5, "grain_density": 1794.0329757893817, "grain_outer_radius": 0.03330659585973534, "grain_initial_inner_radius": 0.015570646037247166, "grain_initial_height": 0.12034265627927225, "grain_separation": 0.002795786193254244, "grains_center_of_mass_position": 0.3972938016949879, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006707596341689071, "throat_radius": 0.010444489576707542, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550755987149236}], "aerodynamic_surfaces": [{"length": 0.5582368184643215, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329049300804328}, {"n": 4, "root_chord": 0.11984006011748846, "tip_chord": 0.059714475374503743, "span": 0.11026246899365333, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489476900754615}, {"top_radius": 0.06380056321587359, "bottom_radius": 0.041812361284339176, "length": 0.05834366500057238, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6984208895733812, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177105382914265, "upper_button_position": 0.0807103512819547}], "rail_length": 5, "inclination": 83.5094442339597, "heading": 53.63686072438773} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349774168903186, "mass": 15.210503547903183, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311663997931419, "I_33_without_motor": 0.036686555353234, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.872632950628127, "trigger": 800, "sampling_rate": 105, "lag": 1.6060325115056644, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0515825082420462, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7421279547556126, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6892.693105430714, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03292297620650101, "grain_number": 5, "grain_density": 1846.1844324330975, "grain_outer_radius": 0.03356526451528009, "grain_initial_inner_radius": 0.015194163647250463, "grain_initial_height": 0.12051976086580796, "grain_separation": 0.006267377922445424, "grains_center_of_mass_position": 0.3969747047668782, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000973118830528089, "throat_radius": 0.010752203398392675, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562418054530389}], "aerodynamic_surfaces": [{"length": 0.556474713203829, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342616658044324}, {"n": 4, "root_chord": 0.12061611791733616, "tip_chord": 0.059759045874380363, "span": 0.11027161259210051, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508873988341498}, {"top_radius": 0.06351840666534392, "bottom_radius": 0.042669219985920506, "length": 0.05877690434539203, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6977579911811864, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176409317426407, "upper_button_position": 0.08011705943854575}], "rail_length": 5, "inclination": 83.23972051228483, "heading": 50.81281720038496} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350239744341922, "mass": 16.073113193673425, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311985800568912, "I_33_without_motor": 0.04776133762229341, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.988971335988946, "trigger": 800, "sampling_rate": 105, "lag": 1.5605881821545258, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0253275158887691, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6578558830730916, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7807.445080089456, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03275583038740839, "grain_number": 5, "grain_density": 1778.518426106595, "grain_outer_radius": 0.033176970562738224, "grain_initial_inner_radius": 0.01498276038260647, "grain_initial_height": 0.11889236748133322, "grain_separation": 0.004315601548222721, "grains_center_of_mass_position": 0.396362633419469, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000404551815167486, "throat_radius": 0.011222300791064557, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254467109676025}], "aerodynamic_surfaces": [{"length": 0.5585431723058769, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342619681002342}, {"n": 4, "root_chord": 0.11986511546354238, "tip_chord": 0.05985388985900956, "span": 0.10993699198109103, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503184782837014}, {"top_radius": 0.06269772238258042, "bottom_radius": 0.044994143509151735, "length": 0.06007184309229068, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998586733146166, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175974601369194, "upper_button_position": 0.08226121317769719}], "rail_length": 5, "inclination": 83.7043267567688, "heading": 52.409621211812826} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.0635008850220699, "mass": 15.570551875579996, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32464931826314, "I_33_without_motor": 0.04543295772304223, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.939602897523253, "trigger": 800, "sampling_rate": 105, "lag": 1.445161449082891, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9734991788568079, "trigger": "apogee", "sampling_rate": 105, "lag": 1.686039622279922, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7363.190347059201, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03346979002642204, "grain_number": 5, "grain_density": 1843.0060540630136, "grain_outer_radius": 0.033397871158270274, "grain_initial_inner_radius": 0.015308653118384936, "grain_initial_height": 0.11962025804945312, "grain_separation": 0.005734098150595927, "grains_center_of_mass_position": 0.39601252334660586, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004634505998859112, "throat_radius": 0.010519425242671023, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256586442909983}], "aerodynamic_surfaces": [{"length": 0.5588765077807802, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334976973274602}, {"n": 4, "root_chord": 0.11886838622762418, "tip_chord": 0.0587885207546352, "span": 0.10982798355907028, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502873852973946}, {"top_radius": 0.06263870305198124, "bottom_radius": 0.04336604973278034, "length": 0.061042532438971654, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996199131177425, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175814487368829, "upper_button_position": 0.0820384643808596}], "rail_length": 5, "inclination": 85.10493580144106, "heading": 51.80272796703804} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.0635033192981205, "mass": 15.865474487505876, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312789095239426, "I_33_without_motor": 0.027311000279669543, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.259998015847259, "trigger": 800, "sampling_rate": 105, "lag": 1.5738689108917292, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.081591887814825, "trigger": "apogee", "sampling_rate": 105, "lag": 1.610640448740519, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5780.82276034699, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03316173001483419, "grain_number": 5, "grain_density": 1832.2131072353598, "grain_outer_radius": 0.03232029053953237, "grain_initial_inner_radius": 0.014768589185888449, "grain_initial_height": 0.12001161553061142, "grain_separation": 0.005092901425994411, "grains_center_of_mass_position": 0.3962951549508448, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005329825369181758, "throat_radius": 0.010758406891065707, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2537792291905374}], "aerodynamic_surfaces": [{"length": 0.559327449923855, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134309874284832}, {"n": 4, "root_chord": 0.12012492685935558, "tip_chord": 0.059674271659854235, "span": 0.10976304785486278, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500247230353572}, {"top_radius": 0.06379635019743843, "bottom_radius": 0.043768553961588, "length": 0.06043973258542804, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985772585960882, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.61744354945955, "upper_button_position": 0.08113370913653817}], "rail_length": 5, "inclination": 83.18286919464083, "heading": 57.31980308081149} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349263449842625, "mass": 15.684154700573663, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3345877762103475, "I_33_without_motor": 0.03772117634909143, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.118765994755561, "trigger": 800, "sampling_rate": 105, "lag": 1.3326011031738259, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0241849048301876, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5726529965447709, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6896.81922406813, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03283688260525196, "grain_number": 5, "grain_density": 1789.3744090563898, "grain_outer_radius": 0.033081783627905904, "grain_initial_inner_radius": 0.014968359626520692, "grain_initial_height": 0.12026202717309539, "grain_separation": 0.005641241536352666, "grains_center_of_mass_position": 0.397413296226926, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001085047581654586, "throat_radius": 0.011432324148655897, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2534239044774536}], "aerodynamic_surfaces": [{"length": 0.5577054533865239, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1304236641582615}, {"n": 4, "root_chord": 0.11924431924971249, "tip_chord": 0.0607662393038358, "span": 0.11027154652241097, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507532614925792}, {"top_radius": 0.06286957376321789, "bottom_radius": 0.04258396242896973, "length": 0.05993032284685482, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003697851939191, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185986485526042, "upper_button_position": 0.08177113664131497}], "rail_length": 5, "inclination": 84.49214945879372, "heading": 53.381292019706514} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.0634915669137898, "mass": 15.01755421096024, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329038484489455, "I_33_without_motor": 0.04765804811811407, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.919916601345896, "trigger": 800, "sampling_rate": 105, "lag": 1.4416082466863918, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0739574931729141, "trigger": "apogee", "sampling_rate": 105, "lag": 1.9531029148555956, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5302.813981680013, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033778601191692334, "grain_number": 5, "grain_density": 1848.7277307155596, "grain_outer_radius": 0.03318922606004322, "grain_initial_inner_radius": 0.015012578695445764, "grain_initial_height": 0.12080620440244802, "grain_separation": 0.0031181469894768577, "grains_center_of_mass_position": 0.3979062647705201, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013013163971019068, "throat_radius": 0.011252237778280902, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555324225798927}], "aerodynamic_surfaces": [{"length": 0.5589794459807876, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335928268064082}, {"n": 4, "root_chord": 0.1201036995722605, "tip_chord": 0.0597919221915928, "span": 0.10984467124656289, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0508606033571843}, {"top_radius": 0.06272463603198718, "bottom_radius": 0.04413675293513108, "length": 0.06055897888929747, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991652985357019, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6170275821240448, "upper_button_position": 0.08213771641165701}], "rail_length": 5, "inclination": 83.18184573438528, "heading": 49.90025840188632} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06350335334374159, "mass": 15.274959063958004, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327676412645728, "I_33_without_motor": 0.023201887514107677, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.180395977439396, "trigger": 800, "sampling_rate": 105, "lag": 1.4148086407698415, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8681106765733294, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3031655175829386, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7207.245940111057, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03237559918709575, "grain_number": 5, "grain_density": 1841.5672958754383, "grain_outer_radius": 0.033271230060640235, "grain_initial_inner_radius": 0.014876078263801728, "grain_initial_height": 0.12058116659561703, "grain_separation": 0.006176361414938534, "grains_center_of_mass_position": 0.39834716594585273, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005248826617871853, "throat_radius": 0.010874301617892991, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544619838280493}], "aerodynamic_surfaces": [{"length": 0.5576162376745668, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135670599104861}, {"n": 4, "root_chord": 0.11974771906438092, "tip_chord": 0.05996042226833772, "span": 0.11039981400590779, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048754866564319}, {"top_radius": 0.06356552044773002, "bottom_radius": 0.04220363228445098, "length": 0.061440212030075235, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982827247848366, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619497135486362, "upper_button_position": 0.07878558929847457}], "rail_length": 5, "inclination": 84.27880349733528, "heading": 54.481348754812075} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06348967919964446, "mass": 15.682659766527488, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3164744744861725, "I_33_without_motor": 0.02884970438139353, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.97154292618014, "trigger": 800, "sampling_rate": 105, "lag": 1.3017587754332902, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9067696640341136, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2819485682466698, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7097.973882947503, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03302186653371636, "grain_number": 5, "grain_density": 1797.2620778744097, "grain_outer_radius": 0.03278401111754134, "grain_initial_inner_radius": 0.014565529011073062, "grain_initial_height": 0.12206641663731319, "grain_separation": 0.005351903827236208, "grains_center_of_mass_position": 0.3964852580187501, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007301136774198587, "throat_radius": 0.010973553304604792, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2565887333421195}], "aerodynamic_surfaces": [{"length": 0.5582787235305016, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327484665092176}, {"n": 4, "root_chord": 0.1197551982783418, "tip_chord": 0.05897315720355889, "span": 0.11005222537027845, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049213891726949}, {"top_radius": 0.06239743514648705, "bottom_radius": 0.04469727042560433, "length": 0.05957021434360384, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993604269444395, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6155917098431283, "upper_button_position": 0.08376871710131117}], "rail_length": 5, "inclination": 84.08398604425206, "heading": 51.121294513828104} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 4, "radius": 0.06350694745616298, "mass": 16.051900651204726, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320844208776196, "I_33_without_motor": 0.04821322325606555, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.07894334626132, "trigger": 800, "sampling_rate": 105, "lag": 1.6461969690281537, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9077171922903624, "trigger": "apogee", "sampling_rate": 105, "lag": 1.623456621070416, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6563.333174249096, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03175849753463613, "grain_number": 5, "grain_density": 1764.4278915376528, "grain_outer_radius": 0.03259173231076127, "grain_initial_inner_radius": 0.015079361888748368, "grain_initial_height": 0.11953868859507003, "grain_separation": 0.00437215671997749, "grains_center_of_mass_position": 0.3984199975592441, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015543281630090435, "throat_radius": 0.011155740483632862, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548660406469183}], "aerodynamic_surfaces": [{"length": 0.5590166202444075, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342070326219464}, {"n": 4, "root_chord": 0.12037981217756165, "tip_chord": 0.059721981828852286, "span": 0.10937637020805417, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495096017599925}, {"top_radius": 0.060740009241057366, "bottom_radius": 0.0443627621896845, "length": 0.05985991330891236, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009950290711351, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194675533282067, "upper_button_position": 0.0815274757429284}], "rail_length": 5, "inclination": 82.38157562605056, "heading": 51.675562447739985} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06350034915316627, "mass": 14.244636031240061, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31202746872539, "I_33_without_motor": 0.025235804546178325, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.142168266589941, "trigger": 800, "sampling_rate": 105, "lag": 1.5212532521273712, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0421262122489046, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4063125911754806, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7111.14574717582, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03271272422386811, "grain_number": 5, "grain_density": 1740.2111116376598, "grain_outer_radius": 0.03251262035220424, "grain_initial_inner_radius": 0.01443883002074414, "grain_initial_height": 0.11911608539905759, "grain_separation": 0.0023409737814834046, "grains_center_of_mass_position": 0.3977660773747126, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00024972653802596967, "throat_radius": 0.01108070537005227, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539054511870311}], "aerodynamic_surfaces": [{"length": 0.5582954267880585, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1354795798436965}, {"n": 4, "root_chord": 0.11993462933921353, "tip_chord": 0.05973986991632016, "span": 0.10996526546556845, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494577643356304}, {"top_radius": 0.06221805318686997, "bottom_radius": 0.04380094045609568, "length": 0.060267501536618646, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700999281088716, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179508275277841, "upper_button_position": 0.08304845356093193}], "rail_length": 5, "inclination": 84.14121896520999, "heading": 50.52765940826954} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349175209536137, "mass": 16.203213742457216, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308041393165094, "I_33_without_motor": 0.05303306568025665, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.095868108934132, "trigger": 800, "sampling_rate": 105, "lag": 1.5779644171090181, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8810594983126783, "trigger": "apogee", "sampling_rate": 105, "lag": 1.325460101765278, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8797.513770356636, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033157586739538725, "grain_number": 5, "grain_density": 1717.4468177944057, "grain_outer_radius": 0.03293568203904746, "grain_initial_inner_radius": 0.014912892820561265, "grain_initial_height": 0.12226186267959015, "grain_separation": 0.005673794627640417, "grains_center_of_mass_position": 0.39712599802991055, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005545698614037635, "throat_radius": 0.011269681144136746, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553049240229768}], "aerodynamic_surfaces": [{"length": 0.5590450431374769, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1328925573672355}, {"n": 4, "root_chord": 0.12042924487747395, "tip_chord": 0.059871686310497926, "span": 0.1088650302016508, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051039478507848}, {"top_radius": 0.06251623251281248, "bottom_radius": 0.043296937498974994, "length": 0.05998959003351482, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009098356155097, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171034988369678, "upper_button_position": 0.08380633677854188}], "rail_length": 5, "inclination": 86.26971941743429, "heading": 53.861643375689795} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06350043801475752, "mass": 15.7374938970698, "I_11_without_motor": 6.321, "I_22_without_motor": 6.311728644539553, "I_33_without_motor": 0.050408107259595686, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.03326988852415, "trigger": 800, "sampling_rate": 105, "lag": 1.458225764593134, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8496647378635662, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3152357112580857, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7800.23081803788, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03210889826890989, "grain_number": 5, "grain_density": 1874.5341624019457, "grain_outer_radius": 0.03294610170804758, "grain_initial_inner_radius": 0.014910217445598293, "grain_initial_height": 0.11986321758637558, "grain_separation": 0.004445047505890455, "grains_center_of_mass_position": 0.3969042686756529, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006490835321771694, "throat_radius": 0.011519862065860151, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.25328740914071}], "aerodynamic_surfaces": [{"length": 0.5584319941615322, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134493044927261}, {"n": 4, "root_chord": 0.12015670656722348, "tip_chord": 0.05990104224079225, "span": 0.11029152894621544, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.047623460560347}, {"top_radius": 0.06420934213049984, "bottom_radius": 0.04284987334902665, "length": 0.0609365618678819, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991200390894852, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176302520064026, "upper_button_position": 0.08148978708308252}], "rail_length": 5, "inclination": 85.293495375341, "heading": 51.029982065478634} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06350053595914573, "mass": 15.656341962434183, "I_11_without_motor": 6.321, "I_22_without_motor": 6.300707999149264, "I_33_without_motor": 0.019747319100320092, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.02561154517294, "trigger": 800, "sampling_rate": 105, "lag": 1.491476870769223, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0310334863828945, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7078142504293983, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6576.9150728065415, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033614174614345106, "grain_number": 5, "grain_density": 1878.7048880970515, "grain_outer_radius": 0.03227555628057278, "grain_initial_inner_radius": 0.01521910845468254, "grain_initial_height": 0.12101913103684002, "grain_separation": 0.0048421743188497395, "grains_center_of_mass_position": 0.39516130362782725, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007515940039901054, "throat_radius": 0.01107367773173349, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2580565535285126}], "aerodynamic_surfaces": [{"length": 0.556596627939326, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329761038653356}, {"n": 4, "root_chord": 0.12006069488956338, "tip_chord": 0.060152412301715905, "span": 0.11049830670414022, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050233651803019}, {"top_radius": 0.0628483712217529, "bottom_radius": 0.04312808782201575, "length": 0.060400910936818875, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993329344239234, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182548852291475, "upper_button_position": 0.0810780491947759}], "rail_length": 5, "inclination": 83.24849225413618, "heading": 56.92684258000547} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349971068033908, "mass": 16.40174921646737, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327673932196526, "I_33_without_motor": 0.03245197648679421, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.893892305413132, "trigger": 800, "sampling_rate": 105, "lag": 1.593930515604109, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0333748866660448, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6781842126428086, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5922.800462571353, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03317053639772831, "grain_number": 5, "grain_density": 1849.517778859132, "grain_outer_radius": 0.032963898925382804, "grain_initial_inner_radius": 0.014660498705517803, "grain_initial_height": 0.1194711818003175, "grain_separation": 0.0038783487903787653, "grains_center_of_mass_position": 0.3957887800231231, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00025065298944853084, "throat_radius": 0.010847966827387558, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2567575443313201}], "aerodynamic_surfaces": [{"length": 0.5565925294031462, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133915476432061}, {"n": 4, "root_chord": 0.11956909125039823, "tip_chord": 0.06104928960601305, "span": 0.10984756269795254, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499329129631596}, {"top_radius": 0.06357422385498936, "bottom_radius": 0.04210461777200298, "length": 0.05967729426494998, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6995581578208551, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186162449036338, "upper_button_position": 0.0809419129172213}], "rail_length": 5, "inclination": 84.93050119411386, "heading": 53.88341975915113} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350963934178776, "mass": 15.32919266900953, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320746127166903, "I_33_without_motor": 0.04085544174991431, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.979449181204682, "trigger": 800, "sampling_rate": 105, "lag": 1.47603476335198, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0509445439313096, "trigger": "apogee", "sampling_rate": 105, "lag": 1.351143194578507, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8028.623044327843, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03310099595750467, "grain_number": 5, "grain_density": 1799.0548729945758, "grain_outer_radius": 0.032909042444237764, "grain_initial_inner_radius": 0.014973260434429057, "grain_initial_height": 0.1192497105729033, "grain_separation": 0.005180936874836411, "grains_center_of_mass_position": 0.3970133518339278, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008146246873575777, "throat_radius": 0.010589900224919185, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2568629607664423}], "aerodynamic_surfaces": [{"length": 0.5575039458911145, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1345339814612054}, {"n": 4, "root_chord": 0.11941539652341077, "tip_chord": 0.06041803650905522, "span": 0.11068669738280067, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485640279044965}, {"top_radius": 0.06363379821234107, "bottom_radius": 0.04399774247060367, "length": 0.05992434963574156, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994238470472045, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190710211873401, "upper_button_position": 0.08035282585986436}], "rail_length": 5, "inclination": 84.06452825434741, "heading": 54.60546269504702} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06350045005137789, "mass": 14.570066442775765, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329160356830627, "I_33_without_motor": 0.04251088306240842, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.82086959241117, "trigger": 800, "sampling_rate": 105, "lag": 1.4204543803571403, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0074220498468327, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6285454062061728, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6114.226206726107, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0321610061811094, "grain_number": 5, "grain_density": 1846.9958157433712, "grain_outer_radius": 0.03228771163513274, "grain_initial_inner_radius": 0.014956236526073717, "grain_initial_height": 0.12026674138843027, "grain_separation": 0.00504960673513623, "grains_center_of_mass_position": 0.395856944111245, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012335203806023388, "throat_radius": 0.010814060011106465, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557719373662848}], "aerodynamic_surfaces": [{"length": 0.5581140561159723, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346277705370396}, {"n": 4, "root_chord": 0.12048693411590783, "tip_chord": 0.06039605759209748, "span": 0.11024918620577577, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504047507443166}, {"top_radius": 0.0638804503892011, "bottom_radius": 0.042703464724249005, "length": 0.060993620420585724, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002278480364517, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163961597381344, "upper_button_position": 0.08383168829831722}], "rail_length": 5, "inclination": 83.53791228583498, "heading": 54.046300646333535} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350553623978974, "mass": 15.812911139845182, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313127714204366, "I_33_without_motor": 0.029887703974836727, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.061327162498127, "trigger": 800, "sampling_rate": 105, "lag": 1.4784421362101017, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0297449401840444, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2588907678572603, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4744.228753708582, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03317145975723019, "grain_number": 5, "grain_density": 1869.3782523397313, "grain_outer_radius": 0.03345299310146625, "grain_initial_inner_radius": 0.014976550116423156, "grain_initial_height": 0.11948009847535018, "grain_separation": 0.007769352688804632, "grains_center_of_mass_position": 0.396181333042877, "center_of_dry_mass_position": 0.317, "nozzle_position": 9.670922962384546e-05, "throat_radius": 0.010640307231118055, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552634837565624}], "aerodynamic_surfaces": [{"length": 0.5584668084651219, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1357250459010104}, {"n": 4, "root_chord": 0.12018548620529644, "tip_chord": 0.0597363442798732, "span": 0.11046729234337017, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048800170727569}, {"top_radius": 0.06479842444626172, "bottom_radius": 0.043911315927793716, "length": 0.05892655210430291, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000387691977128, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181749226404305, "upper_button_position": 0.0818638465572823}], "rail_length": 5, "inclination": 84.69808202586037, "heading": 53.18658897886494} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06349873027568502, "mass": 15.44865602020042, "I_11_without_motor": 6.321, "I_22_without_motor": 6.297066287427797, "I_33_without_motor": 0.029969189195190614, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.794270568224764, "trigger": 800, "sampling_rate": 105, "lag": 1.3689194882792428, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9440872418522805, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6525296455811842, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5110.725555287492, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03290569327566152, "grain_number": 5, "grain_density": 1834.8023198308852, "grain_outer_radius": 0.03293968352352778, "grain_initial_inner_radius": 0.015511994802359295, "grain_initial_height": 0.11958416466759632, "grain_separation": 0.005902801871444446, "grains_center_of_mass_position": 0.39655531746056205, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004010323299461807, "throat_radius": 0.011266546158446826, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2560763169376594}], "aerodynamic_surfaces": [{"length": 0.5574277176666921, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133411554407764}, {"n": 4, "root_chord": 0.11976773761773363, "tip_chord": 0.06032214078773234, "span": 0.10947188655993782, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.051050865901009}, {"top_radius": 0.06387464052261267, "bottom_radius": 0.0430048168952591, "length": 0.05980557861121655, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7001148198507462, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6198150121270203, "upper_button_position": 0.08029980772372591}], "rail_length": 5, "inclination": 85.32093308095031, "heading": 52.59082374737817} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06350805817293974, "mass": 15.870060897597613, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308614127268146, "I_33_without_motor": 0.025806052454925316, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.949518634482704, "trigger": 800, "sampling_rate": 105, "lag": 1.3293840614095318, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0073537906678587, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7145490083192159, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7872.215428662387, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03248445883054946, "grain_number": 5, "grain_density": 1715.2465378772195, "grain_outer_radius": 0.032669923673918605, "grain_initial_inner_radius": 0.014631567916240092, "grain_initial_height": 0.1193005632332138, "grain_separation": 0.003666691826518245, "grains_center_of_mass_position": 0.3964634482695262, "center_of_dry_mass_position": 0.317, "nozzle_position": -7.099385028198594e-05, "throat_radius": 0.010783454928160284, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255273658857827}], "aerodynamic_surfaces": [{"length": 0.5561473659004362, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341787380227253}, {"n": 4, "root_chord": 0.12023400316315591, "tip_chord": 0.06021176448445132, "span": 0.10981138749659529, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050260705722096}, {"top_radius": 0.06387326798211676, "bottom_radius": 0.04502902776786865, "length": 0.061133430703092136, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996865178630093, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6185637021796032, "upper_button_position": 0.08112281568340607}], "rail_length": 5, "inclination": 84.93430853498023, "heading": 57.58944430706793} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349493716242692, "mass": 15.194290081739805, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321918594117142, "I_33_without_motor": 0.026259908318848252, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.008450681541937, "trigger": 800, "sampling_rate": 105, "lag": 1.4951392845564595, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0309168339976928, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2422300697983315, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6263.560121383336, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03385037316391193, "grain_number": 5, "grain_density": 1866.886056692195, "grain_outer_radius": 0.03326434404202183, "grain_initial_inner_radius": 0.014871883006841353, "grain_initial_height": 0.12057477844484187, "grain_separation": 0.005900983635820395, "grains_center_of_mass_position": 0.39690762929170614, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001959427468427723, "throat_radius": 0.010113901444569605, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254462056548731}], "aerodynamic_surfaces": [{"length": 0.5597809581518218, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134418347404868}, {"n": 4, "root_chord": 0.12084971908163014, "tip_chord": 0.060114480388002475, "span": 0.10984981749374342, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502271267852235}, {"top_radius": 0.0639863320737019, "bottom_radius": 0.04255263514016817, "length": 0.05822080463835263, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988315470261619, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619561057113094, "upper_button_position": 0.07927048991306795}], "rail_length": 5, "inclination": 83.4928197181123, "heading": 57.66582395427183} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06351146218490762, "mass": 15.912810306312771, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314307384894538, "I_33_without_motor": 0.0272546015659449, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.97440496035988, "trigger": 800, "sampling_rate": 105, "lag": 1.6570634225887428, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0271195603841061, "trigger": "apogee", "sampling_rate": 105, "lag": 1.47952912016921, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7116.807582695888, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033454064510443145, "grain_number": 5, "grain_density": 1845.8803962525951, "grain_outer_radius": 0.03301341876380251, "grain_initial_inner_radius": 0.015352775778104642, "grain_initial_height": 0.11722645270156325, "grain_separation": 0.00418937592305809, "grains_center_of_mass_position": 0.3975778614722306, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007293808079859101, "throat_radius": 0.01030662965044891, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254120139881829}], "aerodynamic_surfaces": [{"length": 0.5581149837134431, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1322332200836296}, {"n": 4, "root_chord": 0.11960267934944385, "tip_chord": 0.060004485417802185, "span": 0.10980702305517089, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0515594954161436}, {"top_radius": 0.06429004555753391, "bottom_radius": 0.044304675721810356, "length": 0.0584469004150554, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6978176098619933, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619580751991172, "upper_button_position": 0.07823685787082124}], "rail_length": 5, "inclination": 83.03367176656526, "heading": 54.34868491819724} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 11, "radius": 0.06349908889563549, "mass": 15.293511455323234, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309312211186714, "I_33_without_motor": 0.029366325374935942, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.024852514589766, "trigger": 800, "sampling_rate": 105, "lag": 1.4015834043818869, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9651440413032012, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4012111333971518, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7239.220073009516, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032530397887696676, "grain_number": 5, "grain_density": 1873.31805981136, "grain_outer_radius": 0.03330789398481273, "grain_initial_inner_radius": 0.014562434526370375, "grain_initial_height": 0.12066815551835439, "grain_separation": 0.0034814179054882045, "grains_center_of_mass_position": 0.3959483605117811, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005050893033654857, "throat_radius": 0.011110232193783619, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543078003512975}], "aerodynamic_surfaces": [{"length": 0.5585730532633811, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1362779730800219}, {"n": 4, "root_chord": 0.12028630691538611, "tip_chord": 0.05978298925167465, "span": 0.10954789823900518, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493468054759063}, {"top_radius": 0.06270837624700835, "bottom_radius": 0.04379859282711954, "length": 0.06047412834261526, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7015012444940989, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165328933846307, "upper_button_position": 0.08496835110946821}], "rail_length": 5, "inclination": 84.8407291267891, "heading": 54.014426378426165} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349609938090682, "mass": 15.682442163879205, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3326343484633005, "I_33_without_motor": 0.03130297476541102, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.926497056793014, "trigger": 800, "sampling_rate": 105, "lag": 1.522195306650091, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0067994691448958, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5943056199406243, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 8293.310519767901, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03321555178751973, "grain_number": 5, "grain_density": 1762.3855650566093, "grain_outer_radius": 0.03309983327971628, "grain_initial_inner_radius": 0.015094396334519427, "grain_initial_height": 0.11954273194387682, "grain_separation": 0.005104332383868106, "grains_center_of_mass_position": 0.39850725007323834, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00042819811629708277, "throat_radius": 0.011026509428066706, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552601610049203}], "aerodynamic_surfaces": [{"length": 0.5587420074250551, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344720203039145}, {"n": 4, "root_chord": 0.12079382223085004, "tip_chord": 0.05935107899247077, "span": 0.10995653102395402, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050818955896589}, {"top_radius": 0.06380162529360481, "bottom_radius": 0.04217316091820052, "length": 0.05962355857563577, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980625888177691, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183389053323832, "upper_button_position": 0.07972368348538583}], "rail_length": 5, "inclination": 85.05430151005275, "heading": 52.62149517171065} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350181263387218, "mass": 15.687961027217302, "I_11_without_motor": 6.321, "I_22_without_motor": 6.304895785745257, "I_33_without_motor": 0.03256472057876025, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.94348681373778, "trigger": 800, "sampling_rate": 105, "lag": 1.322745416985224, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0131580399238196, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4893556890105717, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5749.617048506134, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032924510845563394, "grain_number": 5, "grain_density": 1794.023169674122, "grain_outer_radius": 0.032595606416005, "grain_initial_inner_radius": 0.014606139370066792, "grain_initial_height": 0.12050525886105574, "grain_separation": 0.004240011357926048, "grains_center_of_mass_position": 0.3951302260556882, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002467861562269777, "throat_radius": 0.011414374137075314, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.253504191339209}], "aerodynamic_surfaces": [{"length": 0.5577198196179556, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332003073538495}, {"n": 4, "root_chord": 0.11889924994906279, "tip_chord": 0.05992202873627, "span": 0.1101791855232114, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0475722675567147}, {"top_radius": 0.0637557418981419, "bottom_radius": 0.04415161588706766, "length": 0.06166473158064881, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994410874345397, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182843103415255, "upper_button_position": 0.08115677709301417}], "rail_length": 5, "inclination": 83.55098777918627, "heading": 53.16382617332798} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 28, "radius": 0.06349809009604027, "mass": 15.886509190812513, "I_11_without_motor": 6.321, "I_22_without_motor": 6.30933560465068, "I_33_without_motor": 0.04075773557839831, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.031219021005656, "trigger": 800, "sampling_rate": 105, "lag": 1.5312437140585717, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0594946332953143, "trigger": "apogee", "sampling_rate": 105, "lag": 1.716235847138173, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7371.616851355071, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033281670908921236, "grain_number": 5, "grain_density": 1795.7865638246153, "grain_outer_radius": 0.03299671700978075, "grain_initial_inner_radius": 0.014431634514126473, "grain_initial_height": 0.11969758183991466, "grain_separation": 0.006376652573915021, "grains_center_of_mass_position": 0.3965009809490462, "center_of_dry_mass_position": 0.317, "nozzle_position": -8.668896595125747e-05, "throat_radius": 0.010843919167518798, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544814119347858}], "aerodynamic_surfaces": [{"length": 0.5578790486550589, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331936447337005}, {"n": 4, "root_chord": 0.11943214442629788, "tip_chord": 0.06073610532140215, "span": 0.11003534638165711, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483364142388811}, {"top_radius": 0.061937514294018794, "bottom_radius": 0.042662713270378086, "length": 0.059398385644042345, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699389657671488, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181634024654252, "upper_button_position": 0.08122625520606275}], "rail_length": 5, "inclination": 84.98050551474405, "heading": 54.34579693664815} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.063501201519034, "mass": 16.831398842735712, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324559982246382, "I_33_without_motor": 0.0034952657005812154, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.919987447425497, "trigger": 800, "sampling_rate": 105, "lag": 1.4992516662540138, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9877335222708339, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1236807521396537, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6510.5122343621115, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033380505361257036, "grain_number": 5, "grain_density": 1844.9038876996688, "grain_outer_radius": 0.033001133315811754, "grain_initial_inner_radius": 0.01588821394608991, "grain_initial_height": 0.12037100034559223, "grain_separation": 0.006276465446049902, "grains_center_of_mass_position": 0.3979117416916446, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015793626888174663, "throat_radius": 0.010876715244122, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552170236291114}], "aerodynamic_surfaces": [{"length": 0.555601442826296, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336157433855643}, {"n": 4, "root_chord": 0.1200105782754948, "tip_chord": 0.06058497694516837, "span": 0.10927145544945742, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0475485839826613}, {"top_radius": 0.06314538791229105, "bottom_radius": 0.04341238822988064, "length": 0.060072471236056385, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991191846134114, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179509613613061, "upper_button_position": 0.08116822325210526}], "rail_length": 5, "inclination": 85.31999978201172, "heading": 55.18749913236447} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349531542139844, "mass": 15.351827327447138, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3184640550855535, "I_33_without_motor": 0.029728766193897124, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.170388857941955, "trigger": 800, "sampling_rate": 105, "lag": 1.6155479120931684, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0394544894224946, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3404650961300837, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5320.650078642215, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0340924371393044, "grain_number": 5, "grain_density": 1810.9921397448622, "grain_outer_radius": 0.03321281134579716, "grain_initial_inner_radius": 0.014391804734846851, "grain_initial_height": 0.12054329570576629, "grain_separation": 0.004199449523348553, "grains_center_of_mass_position": 0.39598989572992943, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006892222859271822, "throat_radius": 0.011848282797430627, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549541669207882}], "aerodynamic_surfaces": [{"length": 0.5564358149210101, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134736073517103}, {"n": 4, "root_chord": 0.12046778332702349, "tip_chord": 0.05919031756341683, "span": 0.1090566294728693, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049103076922536}, {"top_radius": 0.06394577074624119, "bottom_radius": 0.04530731301224785, "length": 0.05841946260255657, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699690741089362, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192934004951525, "upper_button_position": 0.08039734059420955}], "rail_length": 5, "inclination": 87.16662980003484, "heading": 48.763408033791166} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 8, "radius": 0.06349898594345578, "mass": 15.481545529188601, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315401769206447, "I_33_without_motor": 0.02417946698209255, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.8413706808309, "trigger": 800, "sampling_rate": 105, "lag": 1.5669475514428843, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9182238968158719, "trigger": "apogee", "sampling_rate": 105, "lag": 1.594985930581337, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7220.457897066213, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032648130417253625, "grain_number": 5, "grain_density": 1849.4681995181961, "grain_outer_radius": 0.03240940839014632, "grain_initial_inner_radius": 0.01565848868366229, "grain_initial_height": 0.12011725667725391, "grain_separation": 0.004614074219669124, "grains_center_of_mass_position": 0.39645584394019784, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00045954155176064704, "throat_radius": 0.010498554270152153, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2562998553059055}], "aerodynamic_surfaces": [{"length": 0.5599191839152003, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335738735173273}, {"n": 4, "root_chord": 0.12037814153284362, "tip_chord": 0.060152426870614895, "span": 0.11022676457815868, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498054277827782}, {"top_radius": 0.06355890246413029, "bottom_radius": 0.044551847415890806, "length": 0.05927213906910578, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991444514006824, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616778142149501, "upper_button_position": 0.08236630925118138}], "rail_length": 5, "inclination": 84.80490416666176, "heading": 53.888883408342714} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350254781327741, "mass": 15.314319164702711, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312041119448396, "I_33_without_motor": 0.025030987348971988, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.929983858461702, "trigger": 800, "sampling_rate": 105, "lag": 1.380971579185703, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0093092988632701, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7624746647670781, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5100.296976554291, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03264194221475629, "grain_number": 5, "grain_density": 1748.4906370024305, "grain_outer_radius": 0.0330336501728032, "grain_initial_inner_radius": 0.015352462017283618, "grain_initial_height": 0.12074322180521029, "grain_separation": 0.004285216496362797, "grains_center_of_mass_position": 0.3967853826598716, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015254734672662485, "throat_radius": 0.012024075875841008, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557558710985746}], "aerodynamic_surfaces": [{"length": 0.5580408164456186, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347083470599892}, {"n": 4, "root_chord": 0.120125736106349, "tip_chord": 0.05992091211590301, "span": 0.11094411545957276, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0493064230421767}, {"top_radius": 0.06206434844477579, "bottom_radius": 0.043249137262408074, "length": 0.06125879806243541, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7012410469943884, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169038775703543, "upper_button_position": 0.08433716942403413}], "rail_length": 5, "inclination": 85.65090270218063, "heading": 50.59060612269354} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349691390716096, "mass": 15.694965905332479, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3249037229670995, "I_33_without_motor": 0.03355545451123797, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.045335154945548, "trigger": 800, "sampling_rate": 105, "lag": 1.6643667882486484, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9650228269923383, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5463452098905066, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7018.460533648245, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03286783938582127, "grain_number": 5, "grain_density": 1762.7814746562376, "grain_outer_radius": 0.032356799282859866, "grain_initial_inner_radius": 0.01526743470210678, "grain_initial_height": 0.12067307684207884, "grain_separation": 0.005165933701228969, "grains_center_of_mass_position": 0.3985425392739178, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004268903984629968, "throat_radius": 0.01097317268550765, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542781466554302}], "aerodynamic_surfaces": [{"length": 0.5572133857488465, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331357989363222}, {"n": 4, "root_chord": 0.1205810306852415, "tip_chord": 0.05893754771543326, "span": 0.10972739721945579, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0501768361093617}, {"top_radius": 0.06424830837977089, "bottom_radius": 0.044154272721508264, "length": 0.059719370216709255, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6994873061328215, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171479351160161, "upper_button_position": 0.08233937101680544}], "rail_length": 5, "inclination": 84.67340426866166, "heading": 52.60523803143769} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06350168133978422, "mass": 15.955097325027168, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315194791028126, "I_33_without_motor": 0.04318161707085489, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.090145648239458, "trigger": 800, "sampling_rate": 105, "lag": 1.4698754574736912, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9307881894882987, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4972051363242624, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6440.104992506899, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03308345715577597, "grain_number": 5, "grain_density": 1842.8660697842333, "grain_outer_radius": 0.032811478634642295, "grain_initial_inner_radius": 0.015300034456271186, "grain_initial_height": 0.1225959270669928, "grain_separation": 0.00513582568130063, "grains_center_of_mass_position": 0.3974968383506743, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011124854335288548, "throat_radius": 0.011278877512889203, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558027322089502}], "aerodynamic_surfaces": [{"length": 0.5581343309430145, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341738514049449}, {"n": 4, "root_chord": 0.11920371006442343, "tip_chord": 0.0602516570951855, "span": 0.10976213788977138, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495556437195726}, {"top_radius": 0.06276140337073749, "bottom_radius": 0.04320372890407654, "length": 0.06111585879490158, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996195851717866, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193612035719075, "upper_button_position": 0.08025838159987908}], "rail_length": 5, "inclination": 84.23776287536103, "heading": 53.5308384262802} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350603951988022, "mass": 15.424084006292578, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312610763491312, "I_33_without_motor": 0.0051647186220002556, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.024546390814265, "trigger": 800, "sampling_rate": 105, "lag": 1.504595990880174, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9783495835468843, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4768866874151707, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7428.489508804245, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03239447729199955, "grain_number": 5, "grain_density": 1792.907636914852, "grain_outer_radius": 0.03281138158152312, "grain_initial_inner_radius": 0.014601150283831433, "grain_initial_height": 0.12070787405982183, "grain_separation": 0.0029701762669468337, "grains_center_of_mass_position": 0.3957325386459864, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001796449857039361, "throat_radius": 0.010617410933291242, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2567307710824314}], "aerodynamic_surfaces": [{"length": 0.5570404122818841, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350755764208476}, {"n": 4, "root_chord": 0.12079724320720166, "tip_chord": 0.05981854078972668, "span": 0.10967109347801157, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.04898786551433}, {"top_radius": 0.06400306626144496, "bottom_radius": 0.04270549391478725, "length": 0.059827435075052136, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999972363694769, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183645995971168, "upper_button_position": 0.0816326367723601}], "rail_length": 5, "inclination": 83.85552201745934, "heading": 52.49977823728315} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350127149408559, "mass": 15.634283395326225, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321446546746508, "I_33_without_motor": 0.03537648369434521, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.978435119659846, "trigger": 800, "sampling_rate": 105, "lag": 1.508930226864883, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0394639229036664, "trigger": "apogee", "sampling_rate": 105, "lag": 1.232082653386962, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5210.352332262015, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03307479785034575, "grain_number": 5, "grain_density": 1750.8681040069782, "grain_outer_radius": 0.03315620789770261, "grain_initial_inner_radius": 0.014855812163370159, "grain_initial_height": 0.11980203621792716, "grain_separation": 0.004389021736554312, "grains_center_of_mass_position": 0.39782396636951045, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00043346708230452093, "throat_radius": 0.011373133010936773, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554551077814802}], "aerodynamic_surfaces": [{"length": 0.5578666426007514, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332950354097084}, {"n": 4, "root_chord": 0.120259574709997, "tip_chord": 0.059183895466358424, "span": 0.10976814963620007, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500753014412862}, {"top_radius": 0.06368807384950714, "bottom_radius": 0.04135542459374268, "length": 0.060812072173566656, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997524346883742, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173566448952293, "upper_button_position": 0.08239578979314488}], "rail_length": 5, "inclination": 84.86874483797764, "heading": 55.86351312448402} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06350376348440473, "mass": 15.862977967889531, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326035553736948, "I_33_without_motor": 0.04287544776679862, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.072888289362947, "trigger": 800, "sampling_rate": 105, "lag": 1.521030564438321, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9264578843393758, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3184987278354316, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7948.3757823718315, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03310595454579977, "grain_number": 5, "grain_density": 1737.8001684402077, "grain_outer_radius": 0.032506824620745244, "grain_initial_inner_radius": 0.014520562557128913, "grain_initial_height": 0.12044251238366392, "grain_separation": 0.0022506805808555357, "grains_center_of_mass_position": 0.3975019276481871, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010573229341562021, "throat_radius": 0.010470354795273225, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2525530004020395}], "aerodynamic_surfaces": [{"length": 0.5586215253044763, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1344596130896338}, {"n": 4, "root_chord": 0.11969692287375504, "tip_chord": 0.0606950829202787, "span": 0.1104218570922723, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0489651422081074}, {"top_radius": 0.06204503502038384, "bottom_radius": 0.043146327152354516, "length": 0.059917450726424536, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000163588276835, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179836593812368, "upper_button_position": 0.08203269944644676}], "rail_length": 5, "inclination": 86.92778484296815, "heading": 51.96151006051569} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349452433440711, "mass": 15.18613190881984, "I_11_without_motor": 6.321, "I_22_without_motor": 6.302264845459417, "I_33_without_motor": 0.03638225052725154, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.011769460930273, "trigger": 800, "sampling_rate": 105, "lag": 1.635522841246652, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0463428155917398, "trigger": "apogee", "sampling_rate": 105, "lag": 1.265880305814926, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7727.304357319361, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03292392176689361, "grain_number": 5, "grain_density": 1781.4274264770283, "grain_outer_radius": 0.032980773826013, "grain_initial_inner_radius": 0.015249667744837473, "grain_initial_height": 0.11927215110360835, "grain_separation": 0.00339752019556507, "grains_center_of_mass_position": 0.3979958223937888, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001135836860503232, "throat_radius": 0.009925911150298913, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547171852228398}], "aerodynamic_surfaces": [{"length": 0.5585267312094191, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331230814377022}, {"n": 4, "root_chord": 0.11985779924259211, "tip_chord": 0.06057492976260262, "span": 0.10973498150951452, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488948639718791}, {"top_radius": 0.06328830857236034, "bottom_radius": 0.043732237392036216, "length": 0.060021337617331534, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6988867051495085, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189698272005252, "upper_button_position": 0.07991687794898328}], "rail_length": 5, "inclination": 84.91052321253315, "heading": 50.31747425676524} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 19, "radius": 0.06349984437809353, "mass": 15.720782195488143, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309459081916683, "I_33_without_motor": 0.03710524031243822, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.983388130482782, "trigger": 800, "sampling_rate": 105, "lag": 1.450473176937919, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.005500240851889, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3331189654247035, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5602.030474610985, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03375173361708217, "grain_number": 5, "grain_density": 1822.9151515456638, "grain_outer_radius": 0.03299553466514493, "grain_initial_inner_radius": 0.01479088160529132, "grain_initial_height": 0.11913264605234208, "grain_separation": 0.005673747357700668, "grains_center_of_mass_position": 0.39758496629681334, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00025278131317531906, "throat_radius": 0.011299967636099485, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2566031007381804}], "aerodynamic_surfaces": [{"length": 0.5591493214969104, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1329467491327714}, {"n": 4, "root_chord": 0.12033374977711682, "tip_chord": 0.05969195710980961, "span": 0.10932702253638145, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492108578968764}, {"top_radius": 0.0637492709161154, "bottom_radius": 0.043473898569467144, "length": 0.06004477366894502, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7002365935769078, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618029097194976, "upper_button_position": 0.08220749638193181}], "rail_length": 5, "inclination": 84.17175698257303, "heading": 55.26966740477946} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06349299651587602, "mass": 15.40323539300347, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3191393180898885, "I_33_without_motor": 0.00930097470026026, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.864946196419444, "trigger": 800, "sampling_rate": 105, "lag": 1.4637075053371653, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.984766989220709, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5624033470501064, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5564.003689634237, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03237263235356641, "grain_number": 5, "grain_density": 1854.023796107006, "grain_outer_radius": 0.032685111559987774, "grain_initial_inner_radius": 0.014522027391432258, "grain_initial_height": 0.11881304367121769, "grain_separation": 0.0042320000024973475, "grains_center_of_mass_position": 0.39665444941072153, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00034457129238875075, "throat_radius": 0.011204066942846464, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542429914111362}], "aerodynamic_surfaces": [{"length": 0.5592318910127924, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346915751257536}, {"n": 4, "root_chord": 0.11969843013244648, "tip_chord": 0.05963767621897242, "span": 0.1098020416036933, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505390958350211}, {"top_radius": 0.06508203611370585, "bottom_radius": 0.04247100924169585, "length": 0.06018899478381764, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6989039588572434, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178608344929032, "upper_button_position": 0.08104312436434025}], "rail_length": 5, "inclination": 85.1014908937319, "heading": 52.65176486393892} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350088736123118, "mass": 14.661213476332861, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318730524713931, "I_33_without_motor": 0.03503091312110597, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.040219182600255, "trigger": 800, "sampling_rate": 105, "lag": 1.3840579240001065, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.050976196528737, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6958552740611592, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7833.8016553269, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033458068194315446, "grain_number": 5, "grain_density": 1786.8094896515884, "grain_outer_radius": 0.03348803146526552, "grain_initial_inner_radius": 0.015046346827391801, "grain_initial_height": 0.12014026702688503, "grain_separation": 0.00504155539184441, "grains_center_of_mass_position": 0.39661965980035546, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005725391563216138, "throat_radius": 0.011204502916998602, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2554996562286564}], "aerodynamic_surfaces": [{"length": 0.5574197931869579, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1319446485713}, {"n": 4, "root_chord": 0.11986397040093409, "tip_chord": 0.06083226413499412, "span": 0.110175089875577, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487045045246972}, {"top_radius": 0.06206642845533593, "bottom_radius": 0.04411511388419017, "length": 0.05939665437039164, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699572746006241, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178066242537255, "upper_button_position": 0.08176612175251552}], "rail_length": 5, "inclination": 86.44155398643056, "heading": 52.38505931686724} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350964364498564, "mass": 15.123094934941905, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307158049740479, "I_33_without_motor": 0.053614054202916324, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.984426333832902, "trigger": 800, "sampling_rate": 105, "lag": 1.499330318225055, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.142680652187591, "trigger": "apogee", "sampling_rate": 105, "lag": 1.741738159749908, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6872.338643471074, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03329526277161799, "grain_number": 5, "grain_density": 1868.3642537644641, "grain_outer_radius": 0.032707869119960695, "grain_initial_inner_radius": 0.015260668345368112, "grain_initial_height": 0.12002916337105687, "grain_separation": 0.0035226712562707496, "grains_center_of_mass_position": 0.39775686296344714, "center_of_dry_mass_position": 0.317, "nozzle_position": -3.830152946703216e-05, "throat_radius": 0.011077149450443552, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553403155301663}], "aerodynamic_surfaces": [{"length": 0.5600429448819053, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1342826211647363}, {"n": 4, "root_chord": 0.12121317797066314, "tip_chord": 0.0599255954672607, "span": 0.10927195981006672, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0513612628281228}, {"top_radius": 0.0641122408711371, "bottom_radius": 0.04207182102408188, "length": 0.05953447374353511, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6981222071314457, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162283830085014, "upper_button_position": 0.08189382412294433}], "rail_length": 5, "inclination": 85.57259056175137, "heading": 55.24091770990896} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 9, "radius": 0.06350151840418093, "mass": 15.373723907480816, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324444753416531, "I_33_without_motor": 0.0482557363845771, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.981551823831849, "trigger": 800, "sampling_rate": 105, "lag": 1.39942933451415, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8959548633756333, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8587978543150605, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5247.675017295409, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03324968714119957, "grain_number": 5, "grain_density": 1829.2097685684876, "grain_outer_radius": 0.033151903316160615, "grain_initial_inner_radius": 0.01517082620420382, "grain_initial_height": 0.12144414402522692, "grain_separation": 0.005543115923977468, "grains_center_of_mass_position": 0.3970624128174888, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00045934539536393045, "throat_radius": 0.010775102606928991, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2548208834161636}], "aerodynamic_surfaces": [{"length": 0.5583702248193674, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.135212824721186}, {"n": 4, "root_chord": 0.11966887842352565, "tip_chord": 0.06013823465493822, "span": 0.11024319631632691, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483497844324696}, {"top_radius": 0.06317455163556955, "bottom_radius": 0.04465793707389634, "length": 0.060296319867219776, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.70009779459325, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177790875601099, "upper_button_position": 0.08231870703314004}], "rail_length": 5, "inclination": 83.46158015571133, "heading": 53.622005801660535} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06350256362728285, "mass": 16.53344059444244, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3308794158056, "I_33_without_motor": 0.007835487275733192, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.241619985180373, "trigger": 800, "sampling_rate": 105, "lag": 1.4659584694158438, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9445554737008198, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3935890680623195, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7869.965371141272, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03351929419246817, "grain_number": 5, "grain_density": 1779.9706134116368, "grain_outer_radius": 0.032521884439720504, "grain_initial_inner_radius": 0.014854377010543126, "grain_initial_height": 0.12008186025911527, "grain_separation": 0.004087806875829999, "grains_center_of_mass_position": 0.39684001750626907, "center_of_dry_mass_position": 0.317, "nozzle_position": -9.15614924303044e-05, "throat_radius": 0.010735680969320241, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2553538879042667}], "aerodynamic_surfaces": [{"length": 0.5603469345453271, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333433963515105}, {"n": 4, "root_chord": 0.11977393992643562, "tip_chord": 0.06028287750928902, "span": 0.11013235272838365, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482052161705253}, {"top_radius": 0.06417456669198998, "bottom_radius": 0.04483809593402976, "length": 0.05890307527700734, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.701287117773678, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177716050690477, "upper_button_position": 0.08351551270463031}], "rail_length": 5, "inclination": 85.70302168059835, "heading": 55.54294372135368} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349681033749807, "mass": 14.851530922899038, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318600447803501, "I_33_without_motor": 0.029080610446470635, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.02471253074496, "trigger": 800, "sampling_rate": 105, "lag": 1.3424389971183126, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0860915602462735, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7609737168770576, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6225.4519287711, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03317716204286872, "grain_number": 5, "grain_density": 1739.5153724022496, "grain_outer_radius": 0.033348952865160424, "grain_initial_inner_radius": 0.015214672692683664, "grain_initial_height": 0.11925572187841162, "grain_separation": 0.004034225472689332, "grains_center_of_mass_position": 0.3985457314977096, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0017695000632129956, "throat_radius": 0.010648211371865023, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543392561474682}], "aerodynamic_surfaces": [{"length": 0.5569477099544928, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346014460094886}, {"n": 4, "root_chord": 0.11985868069070876, "tip_chord": 0.06041313320340448, "span": 0.11084436514276325, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0481204537342201}, {"top_radius": 0.0624326648368267, "bottom_radius": 0.0413395545399582, "length": 0.06002234000808313, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6980406355478931, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175080149715725, "upper_button_position": 0.0805326205763206}], "rail_length": 5, "inclination": 86.05564762840264, "heading": 54.586741478119684} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 23, "radius": 0.06349743128378212, "mass": 14.684480084300455, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326680659363205, "I_33_without_motor": 0.05597200040158795, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.181996264969202, "trigger": 800, "sampling_rate": 105, "lag": 1.6687859526633884, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1052884146154316, "trigger": "apogee", "sampling_rate": 105, "lag": 1.081839164099868, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5532.567065076721, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03306855739773043, "grain_number": 5, "grain_density": 1811.583870052897, "grain_outer_radius": 0.03294430772565817, "grain_initial_inner_radius": 0.015142623877726281, "grain_initial_height": 0.12052676160766172, "grain_separation": 0.005800440643073226, "grains_center_of_mass_position": 0.3942876365196271, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0025073092151401653, "throat_radius": 0.011200103731880896, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543856916707627}], "aerodynamic_surfaces": [{"length": 0.5595500192691275, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.13403338488789}, {"n": 4, "root_chord": 0.12026806244675048, "tip_chord": 0.060030960158340356, "span": 0.1110040580473187, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494851771714222}, {"top_radius": 0.06381732305737993, "bottom_radius": 0.043376346885340485, "length": 0.06027859039060364, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6990396622960736, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174369298057178, "upper_button_position": 0.08160273249035577}], "rail_length": 5, "inclination": 84.69951807247736, "heading": 51.37705852270164} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06349832096575983, "mass": 16.19634455098331, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335893674004243, "I_33_without_motor": 0.023787728692361437, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.058692487510276, "trigger": 800, "sampling_rate": 105, "lag": 1.5685318278139257, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0524254277073655, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4741362613469726, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5674.261104832782, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032577536114638934, "grain_number": 5, "grain_density": 1770.9615800437555, "grain_outer_radius": 0.03311156207123035, "grain_initial_inner_radius": 0.014462160597650516, "grain_initial_height": 0.12057269110542454, "grain_separation": 0.003293657149302618, "grains_center_of_mass_position": 0.39772399714276774, "center_of_dry_mass_position": 0.317, "nozzle_position": 2.9355484014188114e-05, "throat_radius": 0.011058700771282516, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254139503129388}], "aerodynamic_surfaces": [{"length": 0.5588341860706498, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341469344103325}, {"n": 4, "root_chord": 0.12077096608928085, "tip_chord": 0.05999005521581261, "span": 0.10992331193052908, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0485476999714018}, {"top_radius": 0.06438048426059582, "bottom_radius": 0.042514410555492696, "length": 0.0598180098370286, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999780034228431, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174702004808426, "upper_button_position": 0.08250780294200055}], "rail_length": 5, "inclination": 85.28177264392438, "heading": 54.99867884531519} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 30, "radius": 0.06350332061530979, "mass": 15.462880606342178, "I_11_without_motor": 6.321, "I_22_without_motor": 6.300081866407392, "I_33_without_motor": 0.046439736352524616, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.009177549864194, "trigger": 800, "sampling_rate": 105, "lag": 1.4666896184172686, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0402240705368218, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3764389970760478, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7952.333402866319, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032456273204072, "grain_number": 5, "grain_density": 1867.4624483146576, "grain_outer_radius": 0.032621883887415805, "grain_initial_inner_radius": 0.015118854235979539, "grain_initial_height": 0.11800970990071645, "grain_separation": 0.005364824012506552, "grains_center_of_mass_position": 0.397190072602227, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00034176564518815876, "throat_radius": 0.010734951370731851, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2574653646728728}], "aerodynamic_surfaces": [{"length": 0.5601069104980605, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1325755909869641}, {"n": 4, "root_chord": 0.12011255962981804, "tip_chord": 0.061136631235157404, "span": 0.11009602045300783, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487770162460057}, {"top_radius": 0.064070129215355, "bottom_radius": 0.042954447513923015, "length": 0.05987622038326527, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999406403020829, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6199111631413047, "upper_button_position": 0.08002947716077824}], "rail_length": 5, "inclination": 85.6613384579684, "heading": 52.24941072733287} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349784013711399, "mass": 14.978355190430273, "I_11_without_motor": 6.321, "I_22_without_motor": 6.340038470277887, "I_33_without_motor": 0.039345154870284636, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.75564109881806, "trigger": 800, "sampling_rate": 105, "lag": 1.5436563361278821, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0465460421989174, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2433049938982683, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6488.970875256242, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03331340890198012, "grain_number": 5, "grain_density": 1862.9031915406001, "grain_outer_radius": 0.033089764935213775, "grain_initial_inner_radius": 0.01477365510705255, "grain_initial_height": 0.12003234928472993, "grain_separation": 0.005547925211036464, "grains_center_of_mass_position": 0.39601057984925836, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006912366181301366, "throat_radius": 0.011704948997748994, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555210243313637}], "aerodynamic_surfaces": [{"length": 0.5567139360528756, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134831181887779}, {"n": 4, "root_chord": 0.11991693054970938, "tip_chord": 0.05996524591865459, "span": 0.11046817055227622, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482372033822893}, {"top_radius": 0.06332020820670614, "bottom_radius": 0.043287348149288, "length": 0.06089865449818329, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991920571989798, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175710630959976, "upper_button_position": 0.08162099410298218}], "rail_length": 5, "inclination": 85.80635879418108, "heading": 54.74366587543532} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350426470782018, "mass": 15.643049308569788, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321368669512573, "I_33_without_motor": 0.022170992448591234, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.730089740572602, "trigger": 800, "sampling_rate": 105, "lag": 1.2913232712352916, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0211394296568217, "trigger": "apogee", "sampling_rate": 105, "lag": 0.9532930609931003, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 9436.001918017144, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03351727456060129, "grain_number": 5, "grain_density": 1774.8507032635032, "grain_outer_radius": 0.0332467241715455, "grain_initial_inner_radius": 0.014624009691110556, "grain_initial_height": 0.12121760680758555, "grain_separation": 0.005230578519547738, "grains_center_of_mass_position": 0.39625922735422775, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0016267629319151574, "throat_radius": 0.0107473832733872, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2558092527519655}], "aerodynamic_surfaces": [{"length": 0.556997919944444, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338861474581317}, {"n": 4, "root_chord": 0.1196056146529249, "tip_chord": 0.060430813024043024, "span": 0.11016608216451713, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502286831210723}, {"top_radius": 0.06362514103445062, "bottom_radius": 0.04111039528460794, "length": 0.05899286738772524, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993592957458485, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168343371820113, "upper_button_position": 0.08252495856383724}], "rail_length": 5, "inclination": 85.24989712983573, "heading": 49.830060213686835} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06349309789544344, "mass": 15.647975505407, "I_11_without_motor": 6.321, "I_22_without_motor": 6.333113605200642, "I_33_without_motor": 0.01617942917680944, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.028648559657588, "trigger": 800, "sampling_rate": 105, "lag": 1.6025648230415772, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9411072663829011, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5201498766431172, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7431.572173572531, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03338539180700271, "grain_number": 5, "grain_density": 1795.0013771467154, "grain_outer_radius": 0.033313340568814034, "grain_initial_inner_radius": 0.01440572693193049, "grain_initial_height": 0.11938844849091426, "grain_separation": 0.005256403691378005, "grains_center_of_mass_position": 0.39652326682656863, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006312287631939618, "throat_radius": 0.011586657400851042, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2555334327630603}], "aerodynamic_surfaces": [{"length": 0.5584552806664881, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132396168978339}, {"n": 4, "root_chord": 0.11986767719191328, "tip_chord": 0.059747175324607035, "span": 0.10982240215975901, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497012606135463}, {"top_radius": 0.06379374845665459, "bottom_radius": 0.04413046069721275, "length": 0.060900672528936745, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6982795325948663, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164106580515778, "upper_button_position": 0.0818688745432885}], "rail_length": 5, "inclination": 84.91582354748643, "heading": 56.06214101492504} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349031239452653, "mass": 14.876938522061723, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334799183164784, "I_33_without_motor": 0.01931625089119706, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.830795549461417, "trigger": 800, "sampling_rate": 105, "lag": 1.622946394141424, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8984385121163116, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1353804709465578, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6558.886071662028, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0319288148651922, "grain_number": 5, "grain_density": 1825.1630606417568, "grain_outer_radius": 0.03295264076266412, "grain_initial_inner_radius": 0.01597341585495672, "grain_initial_height": 0.11934178429753912, "grain_separation": 0.00410509034561062, "grains_center_of_mass_position": 0.39682423331231137, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00154797779870951, "throat_radius": 0.010818556589240396, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550463659065887}], "aerodynamic_surfaces": [{"length": 0.55814347509867, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1339223157195493}, {"n": 4, "root_chord": 0.1189049257260116, "tip_chord": 0.06053101245932891, "span": 0.11073962199413465, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0506749315905977}, {"top_radius": 0.0640523951784697, "bottom_radius": 0.043688356853321585, "length": 0.05955645989910411, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6999218963914338, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176205262919813, "upper_button_position": 0.08230137009945249}], "rail_length": 5, "inclination": 84.97076148883832, "heading": 54.91938909667529} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349189612210425, "mass": 15.140337028562673, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309535682340892, "I_33_without_motor": 0.027189563824928417, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.027612465336038, "trigger": 800, "sampling_rate": 105, "lag": 1.5502928782231975, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0377038380512882, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4370105293283095, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5911.649829909203, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032887276385379326, "grain_number": 5, "grain_density": 1829.1566942065724, "grain_outer_radius": 0.03344172240554959, "grain_initial_inner_radius": 0.0151280403204421, "grain_initial_height": 0.12067291273607353, "grain_separation": 0.0058912739871509155, "grains_center_of_mass_position": 0.39784017878136557, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010414451563417737, "throat_radius": 0.010451239251861935, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255572726527527}], "aerodynamic_surfaces": [{"length": 0.5563501731449446, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330155056153675}, {"n": 4, "root_chord": 0.11952146035330481, "tip_chord": 0.059872036201976855, "span": 0.11035895778846888, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497726643621375}, {"top_radius": 0.06141402110901442, "bottom_radius": 0.042925071935313655, "length": 0.06018478312730806, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7003104225983076, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187952901944572, "upper_button_position": 0.08151513240385033}], "rail_length": 5, "inclination": 83.79011403414249, "heading": 51.56532982984695} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.0634992600101757, "mass": 15.950570639622665, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313090940768401, "I_33_without_motor": 0.032418700178738616, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.072442961933419, "trigger": 800, "sampling_rate": 105, "lag": 1.4061858775896785, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9132458525258794, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6360613948976699, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7482.6303192469095, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032730729482483796, "grain_number": 5, "grain_density": 1817.7092876198772, "grain_outer_radius": 0.03327589799197461, "grain_initial_inner_radius": 0.015362780990050437, "grain_initial_height": 0.12105126743671536, "grain_separation": 0.0038963294800043865, "grains_center_of_mass_position": 0.39781838024437044, "center_of_dry_mass_position": 0.317, "nozzle_position": -6.954383913096935e-05, "throat_radius": 0.011526488721034074, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543859172846192}], "aerodynamic_surfaces": [{"length": 0.5586955981636536, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1351644179163265}, {"n": 4, "root_chord": 0.12009101815557675, "tip_chord": 0.059291536642979814, "span": 0.11021321960421401, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0487754429687401}, {"top_radius": 0.06250493231961103, "bottom_radius": 0.044334770947283504, "length": 0.06236573394643806, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005279026712787, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177766920619461, "upper_button_position": 0.08275121060933266}], "rail_length": 5, "inclination": 85.62286941557112, "heading": 55.795628664305184} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06349500432208506, "mass": 15.687407755474572, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321754985298752, "I_33_without_motor": 0.027274279920609032, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.992242624173455, "trigger": 800, "sampling_rate": 105, "lag": 1.3936766788352417, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8397291092440508, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6799595193469392, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5964.533146732569, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032558202931669535, "grain_number": 5, "grain_density": 1833.8127676057209, "grain_outer_radius": 0.033096086852676156, "grain_initial_inner_radius": 0.015318836105931596, "grain_initial_height": 0.11960919100101428, "grain_separation": 0.005266062936887082, "grains_center_of_mass_position": 0.39471006640112977, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002758837881127753, "throat_radius": 0.01112728435780988, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552501974850792}], "aerodynamic_surfaces": [{"length": 0.5590307707646444, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343488606988157}, {"n": 4, "root_chord": 0.12007166305723763, "tip_chord": 0.06001143432230526, "span": 0.11050581642591109, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050773211919831}, {"top_radius": 0.0630172231848952, "bottom_radius": 0.04392228013370445, "length": 0.060056248587740134, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6993307532362493, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192327539236838, "upper_button_position": 0.08009799931256545}], "rail_length": 5, "inclination": 86.08301261765133, "heading": 50.48134886826693} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06349021369775504, "mass": 15.62383062704449, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32845921253045, "I_33_without_motor": 0.015654121786160536, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.822779649485046, "trigger": 800, "sampling_rate": 105, "lag": 1.5400052944648466, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0894829706019615, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6882232282456422, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 4338.613102516925, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0330435313461639, "grain_number": 5, "grain_density": 1808.8130416013942, "grain_outer_radius": 0.03342704377261399, "grain_initial_inner_radius": 0.014644157718751782, "grain_initial_height": 0.120225746978734, "grain_separation": 0.005028459454446472, "grains_center_of_mass_position": 0.39670112705920596, "center_of_dry_mass_position": 0.317, "nozzle_position": 6.690326329530568e-05, "throat_radius": 0.01078107907564326, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544192465965378}], "aerodynamic_surfaces": [{"length": 0.5576435541981004, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1324819830921071}, {"n": 4, "root_chord": 0.12042148113397648, "tip_chord": 0.059550364748041054, "span": 0.11037978802459988, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.050641617935701}, {"top_radius": 0.06330530854310733, "bottom_radius": 0.04357893436337265, "length": 0.058167385598918646, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996561948838232, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190191255429333, "upper_button_position": 0.08063706934088999}], "rail_length": 5, "inclination": 83.1637666264756, "heading": 55.13123688614437} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06349152100465358, "mass": 15.338149303682222, "I_11_without_motor": 6.321, "I_22_without_motor": 6.334681934675341, "I_33_without_motor": 0.026610411371910555, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.045208029005183, "trigger": 800, "sampling_rate": 105, "lag": 1.640136520477108, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0429602015685207, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4096977094038454, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5695.15718505585, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03310634784563893, "grain_number": 5, "grain_density": 1748.0386586468385, "grain_outer_radius": 0.03230201137706537, "grain_initial_inner_radius": 0.015641671443215936, "grain_initial_height": 0.11996716853652553, "grain_separation": 0.0035144903035376927, "grains_center_of_mass_position": 0.3976735961559485, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006134739694528454, "throat_radius": 0.01088833314250018, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542708267044786}], "aerodynamic_surfaces": [{"length": 0.5577602997706751, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352756233763213}, {"n": 4, "root_chord": 0.12045827642597322, "tip_chord": 0.059740844560177656, "span": 0.10973704870810623, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499844949840142}, {"top_radius": 0.06375173426407597, "bottom_radius": 0.04332269571354546, "length": 0.05947540472267234, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004320076212017, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617919978201777, "upper_button_position": 0.0825120294194247}], "rail_length": 5, "inclination": 86.12335860834165, "heading": 52.34719028559767} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.06349921592197215, "mass": 14.80583845959392, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332606746223521, "I_33_without_motor": 0.041790253551315666, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.984636520101114, "trigger": 800, "sampling_rate": 105, "lag": 1.3710449650767669, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8570475583038925, "trigger": "apogee", "sampling_rate": 105, "lag": 1.094514048252711, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6215.596281052708, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032128150521183195, "grain_number": 5, "grain_density": 1815.405860593411, "grain_outer_radius": 0.03295824704584825, "grain_initial_inner_radius": 0.01500942144415527, "grain_initial_height": 0.11904390868690724, "grain_separation": 0.0055721039701709715, "grains_center_of_mass_position": 0.39731951674836136, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001683906033721513, "throat_radius": 0.011490956709338333, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2540243907595932}], "aerodynamic_surfaces": [{"length": 0.5581639093598558, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333411728751719}, {"n": 4, "root_chord": 0.12029946835262306, "tip_chord": 0.05967263957911831, "span": 0.11059307531564583, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0488365216212465}, {"top_radius": 0.062158779305900184, "bottom_radius": 0.044780575150064374, "length": 0.05846554652480459, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985639618804458, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187396085994352, "upper_button_position": 0.07982435328101056}], "rail_length": 5, "inclination": 85.76765692698622, "heading": 52.53486211868939} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350495454952977, "mass": 15.766719703435319, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317897830099618, "I_33_without_motor": 0.041304105354809655, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.794399648284822, "trigger": 800, "sampling_rate": 105, "lag": 1.5376593882883887, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0192802390129074, "trigger": "apogee", "sampling_rate": 105, "lag": 1.216667191189442, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5136.350069917262, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03333065360885168, "grain_number": 5, "grain_density": 1806.921122190806, "grain_outer_radius": 0.03252350460471852, "grain_initial_inner_radius": 0.015374484748865179, "grain_initial_height": 0.12141435622911595, "grain_separation": 0.00576297647830236, "grains_center_of_mass_position": 0.39640511867253386, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008381993165284183, "throat_radius": 0.01077339709203743, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254501544766503}], "aerodynamic_surfaces": [{"length": 0.557295982574581, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335029202105877}, {"n": 4, "root_chord": 0.11984115467888769, "tip_chord": 0.059322930870706794, "span": 0.10904528531963956, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498079668669344}, {"top_radius": 0.06351741608328967, "bottom_radius": 0.044218961108942995, "length": 0.06096072703093502, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998854636831404, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191817259913097, "upper_button_position": 0.0807037376918307}], "rail_length": 5, "inclination": 84.18849706171262, "heading": 51.01667745559118} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 15, "radius": 0.06349779819282207, "mass": 15.06036753157882, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32015490022116, "I_33_without_motor": 0.02952315238199296, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.964225511894643, "trigger": 800, "sampling_rate": 105, "lag": 1.5464841649849423, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0076175215433112, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7058480721759524, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6615.880559765951, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03308501710797152, "grain_number": 5, "grain_density": 1784.9214357455985, "grain_outer_radius": 0.03206687773363854, "grain_initial_inner_radius": 0.014871602908737366, "grain_initial_height": 0.11875925560643144, "grain_separation": 0.0032110311869795573, "grains_center_of_mass_position": 0.3970175313429356, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00044085236577542106, "throat_radius": 0.010533260576312915, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2541293934042814}], "aerodynamic_surfaces": [{"length": 0.5579314940433657, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1331001309363928}, {"n": 4, "root_chord": 0.11956530168793371, "tip_chord": 0.06083820710625525, "span": 0.11014116963537483, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.049442729838692}, {"top_radius": 0.06222363720744602, "bottom_radius": 0.044045585301028, "length": 0.06005497372391215, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006736242849674, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184830596374274, "upper_button_position": 0.08219056464753993}], "rail_length": 5, "inclination": 85.23960833607374, "heading": 52.30800492517132} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.0635058288259677, "mass": 14.657394964749116, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319016337600255, "I_33_without_motor": 0.024481444129265367, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.984786659500058, "trigger": 800, "sampling_rate": 105, "lag": 1.402163143602224, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9298438814424388, "trigger": "apogee", "sampling_rate": 105, "lag": 1.1477532424881545, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6188.639355282895, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03286760776461252, "grain_number": 5, "grain_density": 1844.6216099193769, "grain_outer_radius": 0.03323068648406446, "grain_initial_inner_radius": 0.015200112411945075, "grain_initial_height": 0.12095947480294687, "grain_separation": 0.0038536056418025117, "grains_center_of_mass_position": 0.3968042768134394, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0018113775884644181, "throat_radius": 0.010750251447149164, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2539922910269792}], "aerodynamic_surfaces": [{"length": 0.5575815928287818, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1326454308633556}, {"n": 4, "root_chord": 0.11922262911627303, "tip_chord": 0.06023405473805605, "span": 0.1097160490911115, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0495783894295243}, {"top_radius": 0.0633581492568475, "bottom_radius": 0.04439665977269868, "length": 0.060969169435775045, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6985351819648189, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6196176293444353, "upper_button_position": 0.07891755262038358}], "rail_length": 5, "inclination": 84.69149930070783, "heading": 54.26986919354365} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.0635076010491415, "mass": 15.21720516613397, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306088722566068, "I_33_without_motor": 0.02417875693598864, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.192789505203542, "trigger": 800, "sampling_rate": 105, "lag": 1.572041335024772, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0207306871829152, "trigger": "apogee", "sampling_rate": 105, "lag": 1.8401609572830637, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5826.169962251364, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03254145979830387, "grain_number": 5, "grain_density": 1837.4042925569345, "grain_outer_radius": 0.03245709065377548, "grain_initial_inner_radius": 0.014864953368765876, "grain_initial_height": 0.11937143455345345, "grain_separation": 0.006671097871067938, "grains_center_of_mass_position": 0.39653779756833385, "center_of_dry_mass_position": 0.317, "nozzle_position": 8.498016022112119e-05, "throat_radius": 0.010496909100357445, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256377693727164}], "aerodynamic_surfaces": [{"length": 0.5590240783882705, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340714528876175}, {"n": 4, "root_chord": 0.12082437716118472, "tip_chord": 0.05874727756401076, "span": 0.10995064823547049, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500345152472053}, {"top_radius": 0.06320139002743595, "bottom_radius": 0.043287148689895937, "length": 0.059471199910570566, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7005444207864041, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184565279905815, "upper_button_position": 0.08208789279582263}], "rail_length": 5, "inclination": 83.60915545435205, "heading": 55.20262015276762} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 7, "radius": 0.06349294511798087, "mass": 14.907894328293818, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315092810709919, "I_33_without_motor": 0.026136660782091675, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.945561552808236, "trigger": 800, "sampling_rate": 105, "lag": 1.4975258442678179, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0086533663461608, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5219216838742093, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5059.280363889253, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0332115206683281, "grain_number": 5, "grain_density": 1829.8677590170819, "grain_outer_radius": 0.03310720204514663, "grain_initial_inner_radius": 0.015078441361541928, "grain_initial_height": 0.11910860884737476, "grain_separation": 0.005918558908484938, "grains_center_of_mass_position": 0.40002693534083006, "center_of_dry_mass_position": 0.317, "nozzle_position": 6.800979064035406e-05, "throat_radius": 0.010180713525506912, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549456023715349}], "aerodynamic_surfaces": [{"length": 0.5582807313056836, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1343765031868154}, {"n": 4, "root_chord": 0.12006913815354613, "tip_chord": 0.06045613043085446, "span": 0.1098891202836352, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494657323956005}, {"top_radius": 0.06272737236424852, "bottom_radius": 0.04455315992449491, "length": 0.060643038269484396, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7026678181143006, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173693217174965, "upper_button_position": 0.08529849639680409}], "rail_length": 5, "inclination": 83.84794894712344, "heading": 54.96876351770589} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 14, "radius": 0.06349738015495252, "mass": 15.745862789282409, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319878707654328, "I_33_without_motor": 0.024944461984076644, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.885038011812755, "trigger": 800, "sampling_rate": 105, "lag": 1.4990011421856666, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9603379250500755, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5293001364325884, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6572.360746872139, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033022537182318, "grain_number": 5, "grain_density": 1806.617044114111, "grain_outer_radius": 0.032955343715196955, "grain_initial_inner_radius": 0.014551444806980406, "grain_initial_height": 0.11977696261494844, "grain_separation": 0.006791633903225023, "grains_center_of_mass_position": 0.3963152539651479, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003978831991837455, "throat_radius": 0.010833988709277402, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2552765254706126}], "aerodynamic_surfaces": [{"length": 0.5587657282893022, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.134793666686748}, {"n": 4, "root_chord": 0.12061606704999121, "tip_chord": 0.060242445961165306, "span": 0.10912034269524111, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498260607830197}, {"top_radius": 0.06158792728974635, "bottom_radius": 0.04362463658303598, "length": 0.05779885063088276, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.700813613419421, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176221086470473, "upper_button_position": 0.0831915047723738}], "rail_length": 5, "inclination": 84.755856505235, "heading": 56.18870285950558} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 20, "radius": 0.06349418873421935, "mass": 15.27694225181296, "I_11_without_motor": 6.321, "I_22_without_motor": 6.331262653166126, "I_33_without_motor": 0.050860209780753035, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.045667038826132, "trigger": 800, "sampling_rate": 105, "lag": 1.4813364188643947, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9306596614641622, "trigger": "apogee", "sampling_rate": 105, "lag": 1.7041941551095534, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6064.641890745714, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03396033351003147, "grain_number": 5, "grain_density": 1811.7768365221302, "grain_outer_radius": 0.03271570791969659, "grain_initial_inner_radius": 0.014282970931434751, "grain_initial_height": 0.12055786494016826, "grain_separation": 0.005158390370589841, "grains_center_of_mass_position": 0.39645097675826074, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004285930184489927, "throat_radius": 0.011232615953469693, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547655463367564}], "aerodynamic_surfaces": [{"length": 0.5597474352868599, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1338017857630969}, {"n": 4, "root_chord": 0.12083354972920306, "tip_chord": 0.060289537825083145, "span": 0.11082042169848708, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0492323006744009}, {"top_radius": 0.06219876090635497, "bottom_radius": 0.04299084013459076, "length": 0.0603878047641881, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6986448069534318, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177070771291708, "upper_button_position": 0.08093772982426095}], "rail_length": 5, "inclination": 84.74673235353191, "heading": 51.15957299638698} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349573918962229, "mass": 15.093043722223012, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332416429584653, "I_33_without_motor": 0.053038095111173134, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.741986796418677, "trigger": 800, "sampling_rate": 105, "lag": 1.4271612519180854, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0192415798595376, "trigger": "apogee", "sampling_rate": 105, "lag": 1.0827507349715173, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6457.4753512690895, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03295730590841218, "grain_number": 5, "grain_density": 1779.508053229577, "grain_outer_radius": 0.03243891003856861, "grain_initial_inner_radius": 0.014747099502753078, "grain_initial_height": 0.12150119957079171, "grain_separation": 0.004550494417811348, "grains_center_of_mass_position": 0.39669458209955044, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004173223411465489, "throat_radius": 0.010685548735358149, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255972402682744}], "aerodynamic_surfaces": [{"length": 0.5574373440265729, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1347699144904795}, {"n": 4, "root_chord": 0.11923271106606508, "tip_chord": 0.06014990762994498, "span": 0.10966738457498426, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0510185544500532}, {"top_radius": 0.06210546849645636, "bottom_radius": 0.04484435977751361, "length": 0.05776673873759139, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6997755479469248, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186050638879694, "upper_button_position": 0.08117048405895533}], "rail_length": 5, "inclination": 85.71806055012912, "heading": 55.523645358988325} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 22, "radius": 0.06350679848065344, "mass": 15.68168478717235, "I_11_without_motor": 6.321, "I_22_without_motor": 6.337739122409559, "I_33_without_motor": 0.05088537014725532, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.02318537932741, "trigger": 800, "sampling_rate": 105, "lag": 1.5665742555807705, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.038950869322165, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4541250139093878, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6138.807975606737, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03236590983870591, "grain_number": 5, "grain_density": 1797.97341570165, "grain_outer_radius": 0.03243224746395927, "grain_initial_inner_radius": 0.0155374119927946, "grain_initial_height": 0.12061016429443747, "grain_separation": 0.00683214690452311, "grains_center_of_mass_position": 0.3976207859590314, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005386612137904882, "throat_radius": 0.01062174528394063, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2549208635276567}], "aerodynamic_surfaces": [{"length": 0.5585327445110766, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327201322376619}, {"n": 4, "root_chord": 0.11930123933209187, "tip_chord": 0.06134522949083135, "span": 0.11042730319390039, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0505062599381523}, {"top_radius": 0.06422695440011252, "bottom_radius": 0.042482737397051856, "length": 0.05932791181033231, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.699389368587712, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616262872285109, "upper_button_position": 0.08312649630260294}], "rail_length": 5, "inclination": 84.97564968392773, "heading": 52.80795732707349} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 18, "radius": 0.06350728861881752, "mass": 16.2820870490869, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323823627613069, "I_33_without_motor": 0.03689922923761026, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.146572545533655, "trigger": 800, "sampling_rate": 105, "lag": 1.4399518992904918, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9388295770767884, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6691100916379624, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5479.197024849774, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03326787189099006, "grain_number": 5, "grain_density": 1872.1668809245543, "grain_outer_radius": 0.03305986674541176, "grain_initial_inner_radius": 0.015120422663495394, "grain_initial_height": 0.12185819468080912, "grain_separation": 0.004286491990464922, "grains_center_of_mass_position": 0.39733730271162065, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006299632057098842, "throat_radius": 0.011099362912837354, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2572340452826007}], "aerodynamic_surfaces": [{"length": 0.5583364148911241, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1346809943464942}, {"n": 4, "root_chord": 0.12111383004299325, "tip_chord": 0.06003914345880618, "span": 0.11005012691672916, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0490515417770876}, {"top_radius": 0.06273931499387297, "bottom_radius": 0.041514834422079566, "length": 0.06028644885718964, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.701217091997988, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6193161303483476, "upper_button_position": 0.08190096164964034}], "rail_length": 5, "inclination": 83.79714559901716, "heading": 52.74234039183345} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349532414626392, "mass": 15.496409420437464, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3185537393623505, "I_33_without_motor": 0.03672531159289606, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.054515317897028, "trigger": 800, "sampling_rate": 105, "lag": 1.5683705571476902, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8571294317837183, "trigger": "apogee", "sampling_rate": 105, "lag": 2.003749549237355, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7795.466871177596, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03297650227285058, "grain_number": 5, "grain_density": 1751.6439070155911, "grain_outer_radius": 0.03236631991551455, "grain_initial_inner_radius": 0.015121943056659459, "grain_initial_height": 0.11879402695671167, "grain_separation": 0.005495935800161058, "grains_center_of_mass_position": 0.3970507348549739, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007767528563180848, "throat_radius": 0.010342273135546205, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.256693081853693}], "aerodynamic_surfaces": [{"length": 0.5581129857889824, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1350684343417234}, {"n": 4, "root_chord": 0.12045566844342483, "tip_chord": 0.05954283289055744, "span": 0.10979899674751059, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0497871932523504}, {"top_radius": 0.06094457436830271, "bottom_radius": 0.04212888649376253, "length": 0.059383014930552695, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7021246342895178, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184050671123063, "upper_button_position": 0.08371956717721152}], "rail_length": 5, "inclination": 84.52616100564981, "heading": 54.28387256491175} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350315921064129, "mass": 15.267424784518132, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31784362061541, "I_33_without_motor": 0.036108194421385506, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.976889915721618, "trigger": 800, "sampling_rate": 105, "lag": 1.5485381604572392, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9761630436541183, "trigger": "apogee", "sampling_rate": 105, "lag": 1.520726398336573, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5463.608641762748, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032241506359500176, "grain_number": 5, "grain_density": 1752.3141043030057, "grain_outer_radius": 0.03236517477262065, "grain_initial_inner_radius": 0.014904840271525398, "grain_initial_height": 0.11983544997659208, "grain_separation": 0.004868228150022631, "grains_center_of_mass_position": 0.39554642180632205, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011328569178436763, "throat_radius": 0.010669301367459114, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545664670969965}], "aerodynamic_surfaces": [{"length": 0.5580121479865313, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1333717720902594}, {"n": 4, "root_chord": 0.12048063793760924, "tip_chord": 0.05955436716597116, "span": 0.1098189311331354, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0509338099446368}, {"top_radius": 0.06344968528796696, "bottom_radius": 0.04322065713750918, "length": 0.06064801168639196, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008985064628982, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186306869139672, "upper_button_position": 0.08226781954893103}], "rail_length": 5, "inclination": 86.0952642936394, "heading": 54.42069426506371} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 3, "radius": 0.06350128437569931, "mass": 16.026733147859204, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325779859501116, "I_33_without_motor": 0.03133105389639857, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.99394836596975, "trigger": 800, "sampling_rate": 105, "lag": 1.4682809238413472, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0346616210891317, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4011274241116198, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7457.055799194472, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03333479144216255, "grain_number": 5, "grain_density": 1796.309254093483, "grain_outer_radius": 0.033211217633982174, "grain_initial_inner_radius": 0.01464477335111112, "grain_initial_height": 0.12078535669434612, "grain_separation": 0.003491682764896191, "grains_center_of_mass_position": 0.3970952415175059, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007873153790914065, "throat_radius": 0.011727009598345235, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2550998330303447}], "aerodynamic_surfaces": [{"length": 0.558976506494468, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1340842426368638}, {"n": 4, "root_chord": 0.11956235240237677, "tip_chord": 0.06018338145942865, "span": 0.10991417137822469, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0482447353522726}, {"top_radius": 0.06416974800366321, "bottom_radius": 0.04384530105333872, "length": 0.05972858459761706, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004839289022771, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6197369798513791, "upper_button_position": 0.08074694905089796}], "rail_length": 5, "inclination": 84.89325051207408, "heading": 51.672931263971805} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06350075561281969, "mass": 15.055639619582472, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316870825317084, "I_33_without_motor": 0.033025817349716484, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.875097919859313, "trigger": 800, "sampling_rate": 105, "lag": 1.520748523378454, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0125833995569846, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4184729658177706, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7072.048255298407, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03252538957527458, "grain_number": 5, "grain_density": 1805.4006535575807, "grain_outer_radius": 0.03391311710926201, "grain_initial_inner_radius": 0.015381844149259465, "grain_initial_height": 0.11855222186745702, "grain_separation": 0.005126348150847265, "grains_center_of_mass_position": 0.397422428558609, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015072802461189056, "throat_radius": 0.012004390208619816, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2557134267565742}], "aerodynamic_surfaces": [{"length": 0.5599241101874417, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133561092450895}, {"n": 4, "root_chord": 0.11899112190793047, "tip_chord": 0.05995467471931716, "span": 0.10966618512900476, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0502279976406257}, {"top_radius": 0.06304845833222314, "bottom_radius": 0.04391532769320375, "length": 0.061893752171319226, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007437208865951, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6188770640349839, "upper_button_position": 0.08186665685161121}], "rail_length": 5, "inclination": 84.15037311114224, "heading": 53.324509325573466} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 12, "radius": 0.06350264550394849, "mass": 15.413935234260743, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319482871157219, "I_33_without_motor": 0.025248322283928953, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.992443721073661, "trigger": 800, "sampling_rate": 105, "lag": 1.6773513716731647, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1035972642888534, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3537450031209832, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7680.946882960774, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033248157316327014, "grain_number": 5, "grain_density": 1795.193978140354, "grain_outer_radius": 0.03273484017220203, "grain_initial_inner_radius": 0.01502713644089259, "grain_initial_height": 0.11972815980424906, "grain_separation": 0.004666333284410274, "grains_center_of_mass_position": 0.3967424002720019, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000608665388747778, "throat_radius": 0.01145851832240638, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542337377860293}], "aerodynamic_surfaces": [{"length": 0.558148292078272, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1330564751377852}, {"n": 4, "root_chord": 0.12020811825400013, "tip_chord": 0.06007302070274156, "span": 0.10961924471680322, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0519109418393369}, {"top_radius": 0.06195911174128177, "bottom_radius": 0.042092757250326115, "length": 0.06096307182583185, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6992566078515403, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6163510101408204, "upper_button_position": 0.08290559771071992}], "rail_length": 5, "inclination": 83.26007219673347, "heading": 56.30061362470317} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 13, "radius": 0.06349721641936261, "mass": 15.558472461222637, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332434512186307, "I_33_without_motor": 0.04117722882736734, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.047747267508688, "trigger": 800, "sampling_rate": 105, "lag": 1.4888285639796095, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1232223165096045, "trigger": "apogee", "sampling_rate": 105, "lag": 1.191388632158336, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7070.423560994842, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03250284851351516, "grain_number": 5, "grain_density": 1684.251790889329, "grain_outer_radius": 0.03276272401547023, "grain_initial_inner_radius": 0.01494746093377216, "grain_initial_height": 0.11995359963902184, "grain_separation": 0.004643653099505233, "grains_center_of_mass_position": 0.3964342783830156, "center_of_dry_mass_position": 0.317, "nozzle_position": 8.882591659187158e-05, "throat_radius": 0.010268758522414224, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2535016923538447}], "aerodynamic_surfaces": [{"length": 0.5582627502553353, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1337157525974697}, {"n": 4, "root_chord": 0.12013917570939817, "tip_chord": 0.06073955553029295, "span": 0.10951110587352393, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499069840917643}, {"top_radius": 0.06359995125474215, "bottom_radius": 0.04371204571762692, "length": 0.0608085804033377, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7007810634642797, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191088718467528, "upper_button_position": 0.08167219161752692}], "rail_length": 5, "inclination": 83.76389118007268, "heading": 52.15893127498183} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 6, "radius": 0.0634959518802136, "mass": 14.923389914892054, "I_11_without_motor": 6.321, "I_22_without_motor": 6.303403204843341, "I_33_without_motor": 0.03148900487817043, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.182212641488862, "trigger": 800, "sampling_rate": 105, "lag": 1.5307152913123547, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9844929741992177, "trigger": "apogee", "sampling_rate": 105, "lag": 1.471077069806335, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6290.268612085388, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032512554617370015, "grain_number": 5, "grain_density": 1847.8100574986631, "grain_outer_radius": 0.03292486470620064, "grain_initial_inner_radius": 0.015323388778418668, "grain_initial_height": 0.12095337590545109, "grain_separation": 0.004726650741585029, "grains_center_of_mass_position": 0.39794463330825264, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011238310660776605, "throat_radius": 0.011261875234406592, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2543863869155636}], "aerodynamic_surfaces": [{"length": 0.5573799902095021, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1334147295777108}, {"n": 4, "root_chord": 0.11830391073158958, "tip_chord": 0.06073448216923383, "span": 0.10998175762843944, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503019677191172}, {"top_radius": 0.06413622734143655, "bottom_radius": 0.04232002290759264, "length": 0.062045231793295706, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7008413668987808, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184911672150571, "upper_button_position": 0.0823501996837237}], "rail_length": 5, "inclination": 84.82510326232716, "heading": 52.08528062594522} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349518994501419, "mass": 16.139925698994546, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324147235802217, "I_33_without_motor": 0.03007972356240875, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.83617071330295, "trigger": 800, "sampling_rate": 105, "lag": 1.4526589437630872, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9167014503051972, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5045289783003455, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6380.959671602253, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032931554976713136, "grain_number": 5, "grain_density": 1850.859047959879, "grain_outer_radius": 0.03339373128477558, "grain_initial_inner_radius": 0.01561730507116921, "grain_initial_height": 0.11936891687451902, "grain_separation": 0.004965076130835638, "grains_center_of_mass_position": 0.39614565576250554, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0002716949952634704, "throat_radius": 0.01085986653853156, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2544398647753447}], "aerodynamic_surfaces": [{"length": 0.558562957288715, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327109685058485}, {"n": 4, "root_chord": 0.11955909428606452, "tip_chord": 0.059574301428922706, "span": 0.1099396950501241, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0494966784963482}, {"top_radius": 0.06465821504337943, "bottom_radius": 0.043092137790245115, "length": 0.05904037609864057, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6998500585938875, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6169054895727728, "upper_button_position": 0.08294456902111469}], "rail_length": 5, "inclination": 83.29486742781687, "heading": 50.87479703213076} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 17, "radius": 0.06350521614095538, "mass": 14.400501692871655, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313332622775236, "I_33_without_motor": 0.02931908684018728, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.895690947467347, "trigger": 800, "sampling_rate": 105, "lag": 1.7197060234843649, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9967728082371677, "trigger": "apogee", "sampling_rate": 105, "lag": 1.336048573655079, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5910.826704649259, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03326338883731323, "grain_number": 5, "grain_density": 1879.4069750567428, "grain_outer_radius": 0.03377966898438553, "grain_initial_inner_radius": 0.014786373863443036, "grain_initial_height": 0.12140928942489035, "grain_separation": 0.0036481698277265554, "grains_center_of_mass_position": 0.39719164051169054, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0007465578984864509, "throat_radius": 0.01087817746935785, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255990189634098}], "aerodynamic_surfaces": [{"length": 0.5591078865659251, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1332036378393828}, {"n": 4, "root_chord": 0.11904988856003111, "tip_chord": 0.059978614859150216, "span": 0.10995162398203537, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0516863560588776}, {"top_radius": 0.06438334017699476, "bottom_radius": 0.04505701889902042, "length": 0.05809085318760584, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000349696953196, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179353737325665, "upper_button_position": 0.08209959596275318}], "rail_length": 5, "inclination": 83.65720470306839, "heading": 54.44519213856072} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 27, "radius": 0.06348940412038614, "mass": 14.816554874807423, "I_11_without_motor": 6.321, "I_22_without_motor": 6.303695929105709, "I_33_without_motor": 0.033187953055631714, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.927024195885712, "trigger": 800, "sampling_rate": 105, "lag": 1.6818933715587066, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9804288844215308, "trigger": "apogee", "sampling_rate": 105, "lag": 1.3704445575540685, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6177.716107657838, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032852850752243645, "grain_number": 5, "grain_density": 1725.075914716094, "grain_outer_radius": 0.03257560613878793, "grain_initial_inner_radius": 0.014732784767601533, "grain_initial_height": 0.12196678190449396, "grain_separation": 0.0035689015880313573, "grains_center_of_mass_position": 0.39643850212548465, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015131250645290032, "throat_radius": 0.011470872345763843, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2545810026922388}], "aerodynamic_surfaces": [{"length": 0.5569895161345129, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132813853174065}, {"n": 4, "root_chord": 0.12049783552967583, "tip_chord": 0.06042472303018909, "span": 0.11033825854044346, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.048936560555384}, {"top_radius": 0.06487684846138572, "bottom_radius": 0.044122262819570254, "length": 0.059410834917220066, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009730044461409, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167522192579374, "upper_button_position": 0.08422078518820342}], "rail_length": 5, "inclination": 82.5760822212137, "heading": 51.30868714828909} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 24, "radius": 0.06350307617557341, "mass": 15.755387281291021, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323748729532657, "I_33_without_motor": 0.01315181851552363, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.95554093939359, "trigger": 800, "sampling_rate": 105, "lag": 1.4661865678511938, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0187324358626204, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4162954426501395, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6728.955514866897, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033450666182480146, "grain_number": 5, "grain_density": 1745.7626290189826, "grain_outer_radius": 0.03231631469773839, "grain_initial_inner_radius": 0.015101918884567194, "grain_initial_height": 0.11983418432523238, "grain_separation": 0.0040733994609951085, "grains_center_of_mass_position": 0.3954345061229445, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012411028267256372, "throat_radius": 0.010495376950266037, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255409094759928}], "aerodynamic_surfaces": [{"length": 0.5571625470105009, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1341204498417525}, {"n": 4, "root_chord": 0.1203106124216575, "tip_chord": 0.05991693775505402, "span": 0.10976268726958546, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500727457047985}, {"top_radius": 0.0625534972294228, "bottom_radius": 0.04307343350364586, "length": 0.06007564912214711, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991816737900669, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179117548187897, "upper_button_position": 0.08126991897127722}], "rail_length": 5, "inclination": 85.32655747479703, "heading": 52.406876100789106} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 0, "radius": 0.06349991730756509, "mass": 15.164816612673594, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32779136214898, "I_33_without_motor": 0.025100674109772386, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.908409396138305, "trigger": 800, "sampling_rate": 105, "lag": 1.458769520815555, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.8363150887729378, "trigger": "apogee", "sampling_rate": 105, "lag": 1.2442024334803559, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6703.520603395918, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03321869294281857, "grain_number": 5, "grain_density": 1814.996672395444, "grain_outer_radius": 0.03292055810568723, "grain_initial_inner_radius": 0.014809091135122849, "grain_initial_height": 0.11950286655730076, "grain_separation": 0.006596160579563, "grains_center_of_mass_position": 0.39630031629365947, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012991198259578722, "throat_radius": 0.010667690445993545, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2542629763748738}], "aerodynamic_surfaces": [{"length": 0.559769215772461, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.131704880710159}, {"n": 4, "root_chord": 0.12008860128601222, "tip_chord": 0.059630187375080565, "span": 0.11001759046002609, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0500705560848191}, {"top_radius": 0.06353478031363459, "bottom_radius": 0.0423884082634286, "length": 0.05800814568831704, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7006212214207025, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172582604712249, "upper_button_position": 0.0833629609494776}], "rail_length": 5, "inclination": 84.3781358437383, "heading": 51.20556600999381} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 16, "radius": 0.06349770623730874, "mass": 15.550900444516358, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315285618257123, "I_33_without_motor": 0.03728682753180008, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.889905426253456, "trigger": 800, "sampling_rate": 105, "lag": 1.4344285488482855, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0434707156363336, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5337509192587389, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5810.251766777661, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03318589872962419, "grain_number": 5, "grain_density": 1858.8130426406226, "grain_outer_radius": 0.03275825814731607, "grain_initial_inner_radius": 0.014433075456901026, "grain_initial_height": 0.12087820271838383, "grain_separation": 0.0045123073033925465, "grains_center_of_mass_position": 0.39843077194343807, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015260315201742962, "throat_radius": 0.010661109874606362, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547701452606677}], "aerodynamic_surfaces": [{"length": 0.5572351985760161, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.133973645009969}, {"n": 4, "root_chord": 0.12022727926250962, "tip_chord": 0.060462381624572924, "span": 0.110267768550356, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0499855038478294}, {"top_radius": 0.0630969668368067, "bottom_radius": 0.0422594046820478, "length": 0.05961561127074052, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7000273005220158, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187269594283882, "upper_button_position": 0.0813003410936276}], "rail_length": 5, "inclination": 84.04376895564361, "heading": 56.33408374700079} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 5, "radius": 0.06349638147817965, "mass": 15.503572067128443, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3276660386613415, "I_33_without_motor": 0.04261800152731442, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.962782260809476, "trigger": 800, "sampling_rate": 105, "lag": 1.5108356004355548, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0351489932267652, "trigger": "apogee", "sampling_rate": 105, "lag": 1.6485624556667975, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 6009.39745730294, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033525996962052225, "grain_number": 5, "grain_density": 1871.3393488544343, "grain_outer_radius": 0.03322178807419533, "grain_initial_inner_radius": 0.015314707864965265, "grain_initial_height": 0.11981977905858907, "grain_separation": 0.005490001859726038, "grains_center_of_mass_position": 0.39660984982017067, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00028178566447434463, "throat_radius": 0.01070163521677245, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2528905343581602}], "aerodynamic_surfaces": [{"length": 0.5590788752584447, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1335090753750428}, {"n": 4, "root_chord": 0.11967752868495371, "tip_chord": 0.05966102428947952, "span": 0.1109142123246142, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0503381470222994}, {"top_radius": 0.0631519551397764, "bottom_radius": 0.044441843807338434, "length": 0.0598461007584117, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004953435371148, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181029235427816, "upper_button_position": 0.08239241999433322}], "rail_length": 5, "inclination": 86.60935970448531, "heading": 48.57265828234603} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 2, "radius": 0.06348719719225096, "mass": 14.831975206185875, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31913463333152, "I_33_without_motor": 0.03808067674226565, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.058440378372337, "trigger": 800, "sampling_rate": 105, "lag": 1.6059857576393703, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.0152875601653708, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5468371976043613, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5005.9972055828675, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03194092084239393, "grain_number": 5, "grain_density": 1746.7795599706387, "grain_outer_radius": 0.03338681479175327, "grain_initial_inner_radius": 0.015366945290135414, "grain_initial_height": 0.12062086121141846, "grain_separation": 0.004977640967129163, "grains_center_of_mass_position": 0.3971292316879652, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0022387340899191945, "throat_radius": 0.011170405630510643, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.255252402884504}], "aerodynamic_surfaces": [{"length": 0.5573997578591111, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1361329200326866}, {"n": 4, "root_chord": 0.11883721722714055, "tip_chord": 0.06007175827279387, "span": 0.10948535643756047, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0484497227225247}, {"top_radius": 0.06292711457048375, "bottom_radius": 0.044216921071664674, "length": 0.05912297439336118, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6976708345295187, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6202954339503257, "upper_button_position": 0.07737540057919301}], "rail_length": 5, "inclination": 85.87731380288861, "heading": 53.81322819643218} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 1, "radius": 0.06351298475983606, "mass": 15.222971952089527, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310530893075832, "I_33_without_motor": 0.03203530750244527, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.934667765223015, "trigger": 800, "sampling_rate": 105, "lag": 1.3721148271328494, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9580103970106066, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5868476507668006, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7403.907271992316, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03287240967391206, "grain_number": 5, "grain_density": 1821.5034993377858, "grain_outer_radius": 0.032791769500050576, "grain_initial_inner_radius": 0.015240081377530376, "grain_initial_height": 0.12169332291769952, "grain_separation": 0.004628236860232421, "grains_center_of_mass_position": 0.39604636070651067, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0008919397687589953, "throat_radius": 0.010388962276525795, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.254987142386821}], "aerodynamic_surfaces": [{"length": 0.5585121135562, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1352692021708728}, {"n": 4, "root_chord": 0.11979258019035806, "tip_chord": 0.06043652528123994, "span": 0.11005912358370129, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0507380312379406}, {"top_radius": 0.06206269856657394, "bottom_radius": 0.042744891166608866, "length": 0.0609623256065939, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7004810238388507, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6165356080031444, "upper_button_position": 0.08394541583570625}], "rail_length": 5, "inclination": 85.7460299885555, "heading": 51.74582788988167} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 10, "radius": 0.06349451952499319, "mass": 15.545178018046624, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3165113384408365, "I_33_without_motor": 0.058675983749733776, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.940004896691557, "trigger": 800, "sampling_rate": 105, "lag": 1.544962613504163, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 1.1239982128217663, "trigger": "apogee", "sampling_rate": 105, "lag": 1.370300546711106, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 7303.866068223703, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03261911592365855, "grain_number": 5, "grain_density": 1901.7075476504226, "grain_outer_radius": 0.03257224145476162, "grain_initial_inner_radius": 0.015081580236544137, "grain_initial_height": 0.12030605495637323, "grain_separation": 0.00549685978117014, "grains_center_of_mass_position": 0.3947763014914653, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006639801932281115, "throat_radius": 0.011960586800010666, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2556473331879958}], "aerodynamic_surfaces": [{"length": 0.5605761205628983, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.132484245943373}, {"n": 4, "root_chord": 0.119461818168347, "tip_chord": 0.059344773375009076, "span": 0.10983729972009669, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0504454858899}, {"top_radius": 0.06422108581546689, "bottom_radius": 0.04362005822519274, "length": 0.05839006644183752, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.7009452269585219, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182149140972907, "upper_button_position": 0.08273031286123123}], "rail_length": 5, "inclination": 83.46082168390363, "heading": 53.03228665110626} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 26, "radius": 0.06350256321472121, "mass": 15.792289832619067, "I_11_without_motor": 6.321, "I_22_without_motor": 6.323566369664969, "I_33_without_motor": 0.03046482863679412, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.915503955482185, "trigger": 800, "sampling_rate": 105, "lag": 1.4762336013886863, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.934096789181613, "trigger": "apogee", "sampling_rate": 105, "lag": 1.4611219981719892, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5899.566726368821, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032850450469432475, "grain_number": 5, "grain_density": 1822.5913139417391, "grain_outer_radius": 0.03306717430128752, "grain_initial_inner_radius": 0.01557929161708317, "grain_initial_height": 0.12187446039975315, "grain_separation": 0.005865800887443149, "grains_center_of_mass_position": 0.3949066881931405, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009547270006446743, "throat_radius": 0.010560690864045163, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547780894220841}], "aerodynamic_surfaces": [{"length": 0.5583867438842312, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1327304166736447}, {"n": 4, "root_chord": 0.11912447480304302, "tip_chord": 0.06061885819388559, "span": 0.1096371689223832, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0498334150543602}, {"top_radius": 0.06358267669701748, "bottom_radius": 0.042347979727181725, "length": 0.060122507866044776, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6991381620025697, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189240052466469, "upper_button_position": 0.0802141567559228}], "rail_length": 5, "inclination": 84.83182271618166, "heading": 53.75302342810973} +{"elevation": 113, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 39.3897, "longitude": -8.288964, "wind_velocity_x_factor": 1.0, "wind_velocity_y_factor": 1.0, "datum": "SIRGAS2000", "timezone": "UTC", "ensemble_member": 25, "radius": 0.06350233873942764, "mass": 16.01434541020888, "I_11_without_motor": 6.321, "I_22_without_motor": 6.300811915169815, "I_33_without_motor": 0.026501578445466835, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.833972253119247, "trigger": 800, "sampling_rate": 105, "lag": 1.557115893704189, "noise": [0, 8.3, 0.5], "name": "Main"}, {"cd_s": 0.9011721882062874, "trigger": "apogee", "sampling_rate": 105, "lag": 1.5629392054365105, "noise": [0, 8.3, 0.5], "name": "Drogue"}], "motors": [{"thrust_source": [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]], "total_impulse": 5841.935535428319, "burn_start_time": 0, "burn_out_time": 3.9, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0336523770949585, "grain_number": 5, "grain_density": 1708.5126467926748, "grain_outer_radius": 0.03342521259650003, "grain_initial_inner_radius": 0.015305019330731254, "grain_initial_height": 0.1192615953392928, "grain_separation": 0.005357668479478038, "grains_center_of_mass_position": 0.396620150583005, "center_of_dry_mass_position": 0.317, "nozzle_position": 4.180017874172819e-06, "throat_radius": 0.010619306194859771, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.2547047466195138}], "aerodynamic_surfaces": [{"length": 0.5592874390113377, "kind": "vonKarman", "base_radius": 0.0635, "bluffness": 0, "rocket_radius": 0.0635, "name": "Nose Cone", "position": 1.1336157980776147}, {"n": 4, "root_chord": 0.11983535301771586, "tip_chord": 0.059778201034027076, "span": 0.11045777519259752, "rocket_radius": 0.0635, "cant_angle": 0.5, "sweep_length": 0.06, "sweep_angle": null, "airfoil": ["../../../data/calisto/NACA0012-radians.csv", "radians"], "name": "Fins", "position": -1.0483934437103604}, {"top_radius": 0.06412403163839732, "bottom_radius": 0.04247240385657788, "length": 0.06079188021148222, "rocket_radius": 0.0635, "name": "Tail", "position": -1.194656}], "rail_buttons": [{"buttons_distance": 0.6996424030388548, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6161621678231282, "upper_button_position": 0.08348023521572667}], "rail_length": 5, "inclination": 82.93705727398249, "heading": 53.67799314417152} diff --git a/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.kml b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.kml new file mode 100644 index 000000000..2e3cf5fd4 --- /dev/null +++ b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.kml @@ -0,0 +1,86 @@ + + + + + + + + Impact σ1 + 1 + #8 + + + + + 217.59836217559382,665.7600457740662,0.0 209.87518235647352,670.2045383312935,0.0 202.60706963942624,675.4683643807339,0.0 195.82270794486132,681.5307500057833,0.0 189.54887204890719,688.36776974002,0.0 183.81032191560217,695.9524409900904,0.0 178.62970498062828,704.2548305236771,0.0 174.0274667722291,713.2421726022922,0.0 170.02177022205055,722.8789982926771,0.0 166.62842398434745,733.1272754464791,0.0 163.86082004644766,743.9465587957641,0.0 161.7298808766961,755.2941495720135,0.0 160.24401631846217,767.1252640186539,0.0 159.40909040033034,779.3932101320869,0.0 159.22839819345813,792.0495719336942,0.0 159.7026528074357,805.0444005455863,0.0 160.82998257596793,818.3264113160049,0.0 162.60593844348637,831.8431862164123,0.0 165.023511523539,845.5413807115038,0.0 168.07316075966307,859.3669342857171,0.0 171.74285057957562,873.2652837953896,0.0 176.01809839407935,887.1815788045582,0.0 180.8820317532253,901.0608980545721,0.0 186.3154549341648,914.8484662132097,0.0 192.2969246978975,928.4898700478891,0.0 198.80283491593963,941.9312731698399,0.0 205.80750973292817,955.1196285017323,0.0 213.283304897492,968.0028876302582,0.0 221.20071686148253,980.530206217438,0.0 229.52849921699948,992.6521446599961,0.0 238.2337860116872,1004.3208632048861,0.0 247.28222145563456,1015.4903107509422,0.0 256.6380955079811,1026.116406591535,0.0 266.2644848081346,1036.1572143809835,0.0 276.1233983954061,1045.5731076381508,0.0 286.1759276419759,1054.3269261340638,0.0 296.38239980747164,1062.3841225463582,0.0 306.70253460914967,1069.712898801778,0.0 317.0956031897687,1076.2843315686416,0.0 327.52058885578265,1082.072486404021,0.0 337.9363489514906,1087.0545201051373,0.0 348.3017772303029,1091.2107708610465,0.0 358.5759660823169,1094.5248358488257,0.0 368.7183679779639,1096.98363596802,0.0 378.6889554905847,1098.5774674578784,0.0 388.44837926639497,1099.3000401936624,0.0 397.9581233184081,1099.1485025108962,0.0 407.18065703144003,1098.1234524595825,0.0 416.07958327829976,1096.228935443973,0.0 424.6197820626239,1093.472428257206,0.0 432.76754912145645,1089.864809573819,0.0 440.49072894057673,1085.4203170165915,0.0 447.75884165762403,1080.1564909671513,0.0 454.5432033521889,1074.094105342102,0.0 460.81703924814303,1067.2570856078653,0.0 466.55558938144804,1059.6724143577949,0.0 471.736206316422,1051.370024824208,0.0 476.3384445248211,1042.382682745593,0.0 480.34414107499975,1032.745857055208,0.0 483.7374873127028,1022.4975799014061,0.0 486.5050912506026,1011.6782965521211,0.0 488.6360304203542,1000.3307057758717,0.0 490.12189497858816,988.4995913292314,0.0 490.95682089671993,976.2316452157983,0.0 491.1375131035921,963.575283414191,0.0 490.6632584896146,950.5804548022988,0.0 489.53592872108237,937.2984440318803,0.0 487.7599728535639,923.7816691314729,0.0 485.3423997735112,910.0834746363812,0.0 482.29275053738723,896.257921062168,0.0 478.6230607174747,882.3595715524956,0.0 474.3478129029709,868.443276543327,0.0 469.48387954382497,854.563957293313,0.0 464.05045636288554,840.7763891346756,0.0 458.06898659915277,827.134985299996,0.0 451.56307638111065,813.6935821780453,0.0 444.55840156412216,800.5052268461529,0.0 437.08260639955824,787.621967717627,0.0 429.16519443556774,775.0946491304471,0.0 420.8374120800508,762.972710687889,0.0 412.13212528536303,751.3039921429989,0.0 403.0836898414158,740.134544596943,0.0 393.72781578906927,729.5084487563502,0.0 384.10142648891565,719.4676409669017,0.0 374.2425129016442,710.0517477097343,0.0 364.18998365507446,701.2979292138214,0.0 353.98351148957875,693.2407328015269,0.0 343.66337668790084,685.9119565461074,0.0 333.2703081072816,679.3405237792435,0.0 322.84532244126757,673.5523689438639,0.0 312.4295623455597,668.5703352427479,0.0 302.06413406674744,664.4140844868388,0.0 291.78994521473356,661.1000194990597,0.0 281.64754331908637,658.6412193798651,0.0 271.67695580646557,657.0473878900068,0.0 261.91753203065537,656.3248151542227,0.0 252.40778797864212,656.476352836989,0.0 243.18525426561027,657.5014028883028,0.0 234.2863280187505,659.3959199039122,0.0 -8.281267238932218,39.391727670207075,0.0 + + + + + + + Impact σ2 + 1 + #17 + + + + + 217.59836217559382,665.7600457740662,0.0 209.87518235647352,670.2045383312935,0.0 202.60706963942624,675.4683643807339,0.0 195.82270794486132,681.5307500057833,0.0 189.54887204890719,688.36776974002,0.0 183.81032191560217,695.9524409900904,0.0 178.62970498062828,704.2548305236771,0.0 174.0274667722291,713.2421726022922,0.0 170.02177022205055,722.8789982926771,0.0 166.62842398434745,733.1272754464791,0.0 163.86082004644766,743.9465587957641,0.0 161.7298808766961,755.2941495720135,0.0 160.24401631846217,767.1252640186539,0.0 159.40909040033034,779.3932101320869,0.0 159.22839819345813,792.0495719336942,0.0 159.7026528074357,805.0444005455863,0.0 160.82998257596793,818.3264113160049,0.0 162.60593844348637,831.8431862164123,0.0 165.023511523539,845.5413807115038,0.0 168.07316075966307,859.3669342857171,0.0 171.74285057957562,873.2652837953896,0.0 176.01809839407935,887.1815788045582,0.0 180.8820317532253,901.0608980545721,0.0 186.3154549341648,914.8484662132097,0.0 192.2969246978975,928.4898700478891,0.0 198.80283491593963,941.9312731698399,0.0 205.80750973292817,955.1196285017323,0.0 213.283304897492,968.0028876302582,0.0 221.20071686148253,980.530206217438,0.0 229.52849921699948,992.6521446599961,0.0 238.2337860116872,1004.3208632048861,0.0 247.28222145563456,1015.4903107509422,0.0 256.6380955079811,1026.116406591535,0.0 266.2644848081346,1036.1572143809835,0.0 276.1233983954061,1045.5731076381508,0.0 286.1759276419759,1054.3269261340638,0.0 296.38239980747164,1062.3841225463582,0.0 306.70253460914967,1069.712898801778,0.0 317.0956031897687,1076.2843315686416,0.0 327.52058885578265,1082.072486404021,0.0 337.9363489514906,1087.0545201051373,0.0 348.3017772303029,1091.2107708610465,0.0 358.5759660823169,1094.5248358488257,0.0 368.7183679779639,1096.98363596802,0.0 378.6889554905847,1098.5774674578784,0.0 388.44837926639497,1099.3000401936624,0.0 397.9581233184081,1099.1485025108962,0.0 407.18065703144003,1098.1234524595825,0.0 416.07958327829976,1096.228935443973,0.0 424.6197820626239,1093.472428257206,0.0 432.76754912145645,1089.864809573819,0.0 440.49072894057673,1085.4203170165915,0.0 447.75884165762403,1080.1564909671513,0.0 454.5432033521889,1074.094105342102,0.0 460.81703924814303,1067.2570856078653,0.0 466.55558938144804,1059.6724143577949,0.0 471.736206316422,1051.370024824208,0.0 476.3384445248211,1042.382682745593,0.0 480.34414107499975,1032.745857055208,0.0 483.7374873127028,1022.4975799014061,0.0 486.5050912506026,1011.6782965521211,0.0 488.6360304203542,1000.3307057758717,0.0 490.12189497858816,988.4995913292314,0.0 490.95682089671993,976.2316452157983,0.0 491.1375131035921,963.575283414191,0.0 490.6632584896146,950.5804548022988,0.0 489.53592872108237,937.2984440318803,0.0 487.7599728535639,923.7816691314729,0.0 485.3423997735112,910.0834746363812,0.0 482.29275053738723,896.257921062168,0.0 478.6230607174747,882.3595715524956,0.0 474.3478129029709,868.443276543327,0.0 469.48387954382497,854.563957293313,0.0 464.05045636288554,840.7763891346756,0.0 458.06898659915277,827.134985299996,0.0 451.56307638111065,813.6935821780453,0.0 444.55840156412216,800.5052268461529,0.0 437.08260639955824,787.621967717627,0.0 429.16519443556774,775.0946491304471,0.0 420.8374120800508,762.972710687889,0.0 412.13212528536303,751.3039921429989,0.0 403.0836898414158,740.134544596943,0.0 393.72781578906927,729.5084487563502,0.0 384.10142648891565,719.4676409669017,0.0 374.2425129016442,710.0517477097343,0.0 364.18998365507446,701.2979292138214,0.0 353.98351148957875,693.2407328015269,0.0 343.66337668790084,685.9119565461074,0.0 333.2703081072816,679.3405237792435,0.0 322.84532244126757,673.5523689438639,0.0 312.4295623455597,668.5703352427479,0.0 302.06413406674744,664.4140844868388,0.0 291.78994521473356,661.1000194990597,0.0 281.64754331908637,658.6412193798651,0.0 271.67695580646557,657.0473878900068,0.0 261.91753203065537,656.3248151542227,0.0 252.40778797864212,656.476352836989,0.0 243.18525426561027,657.5014028883028,0.0 234.2863280187505,659.3959199039122,0.0 -8.281267238932218,39.391727670207075,0.0 + + + + + + + Impact σ3 + 1 + #26 + + + + + 217.59836217559382,665.7600457740662,0.0 209.87518235647352,670.2045383312935,0.0 202.60706963942624,675.4683643807339,0.0 195.82270794486132,681.5307500057833,0.0 189.54887204890719,688.36776974002,0.0 183.81032191560217,695.9524409900904,0.0 178.62970498062828,704.2548305236771,0.0 174.0274667722291,713.2421726022922,0.0 170.02177022205055,722.8789982926771,0.0 166.62842398434745,733.1272754464791,0.0 163.86082004644766,743.9465587957641,0.0 161.7298808766961,755.2941495720135,0.0 160.24401631846217,767.1252640186539,0.0 159.40909040033034,779.3932101320869,0.0 159.22839819345813,792.0495719336942,0.0 159.7026528074357,805.0444005455863,0.0 160.82998257596793,818.3264113160049,0.0 162.60593844348637,831.8431862164123,0.0 165.023511523539,845.5413807115038,0.0 168.07316075966307,859.3669342857171,0.0 171.74285057957562,873.2652837953896,0.0 176.01809839407935,887.1815788045582,0.0 180.8820317532253,901.0608980545721,0.0 186.3154549341648,914.8484662132097,0.0 192.2969246978975,928.4898700478891,0.0 198.80283491593963,941.9312731698399,0.0 205.80750973292817,955.1196285017323,0.0 213.283304897492,968.0028876302582,0.0 221.20071686148253,980.530206217438,0.0 229.52849921699948,992.6521446599961,0.0 238.2337860116872,1004.3208632048861,0.0 247.28222145563456,1015.4903107509422,0.0 256.6380955079811,1026.116406591535,0.0 266.2644848081346,1036.1572143809835,0.0 276.1233983954061,1045.5731076381508,0.0 286.1759276419759,1054.3269261340638,0.0 296.38239980747164,1062.3841225463582,0.0 306.70253460914967,1069.712898801778,0.0 317.0956031897687,1076.2843315686416,0.0 327.52058885578265,1082.072486404021,0.0 337.9363489514906,1087.0545201051373,0.0 348.3017772303029,1091.2107708610465,0.0 358.5759660823169,1094.5248358488257,0.0 368.7183679779639,1096.98363596802,0.0 378.6889554905847,1098.5774674578784,0.0 388.44837926639497,1099.3000401936624,0.0 397.9581233184081,1099.1485025108962,0.0 407.18065703144003,1098.1234524595825,0.0 416.07958327829976,1096.228935443973,0.0 424.6197820626239,1093.472428257206,0.0 432.76754912145645,1089.864809573819,0.0 440.49072894057673,1085.4203170165915,0.0 447.75884165762403,1080.1564909671513,0.0 454.5432033521889,1074.094105342102,0.0 460.81703924814303,1067.2570856078653,0.0 466.55558938144804,1059.6724143577949,0.0 471.736206316422,1051.370024824208,0.0 476.3384445248211,1042.382682745593,0.0 480.34414107499975,1032.745857055208,0.0 483.7374873127028,1022.4975799014061,0.0 486.5050912506026,1011.6782965521211,0.0 488.6360304203542,1000.3307057758717,0.0 490.12189497858816,988.4995913292314,0.0 490.95682089671993,976.2316452157983,0.0 491.1375131035921,963.575283414191,0.0 490.6632584896146,950.5804548022988,0.0 489.53592872108237,937.2984440318803,0.0 487.7599728535639,923.7816691314729,0.0 485.3423997735112,910.0834746363812,0.0 482.29275053738723,896.257921062168,0.0 478.6230607174747,882.3595715524956,0.0 474.3478129029709,868.443276543327,0.0 469.48387954382497,854.563957293313,0.0 464.05045636288554,840.7763891346756,0.0 458.06898659915277,827.134985299996,0.0 451.56307638111065,813.6935821780453,0.0 444.55840156412216,800.5052268461529,0.0 437.08260639955824,787.621967717627,0.0 429.16519443556774,775.0946491304471,0.0 420.8374120800508,762.972710687889,0.0 412.13212528536303,751.3039921429989,0.0 403.0836898414158,740.134544596943,0.0 393.72781578906927,729.5084487563502,0.0 384.10142648891565,719.4676409669017,0.0 374.2425129016442,710.0517477097343,0.0 364.18998365507446,701.2979292138214,0.0 353.98351148957875,693.2407328015269,0.0 343.66337668790084,685.9119565461074,0.0 333.2703081072816,679.3405237792435,0.0 322.84532244126757,673.5523689438639,0.0 312.4295623455597,668.5703352427479,0.0 302.06413406674744,664.4140844868388,0.0 291.78994521473356,661.1000194990597,0.0 281.64754331908637,658.6412193798651,0.0 271.67695580646557,657.0473878900068,0.0 261.91753203065537,656.3248151542227,0.0 252.40778797864212,656.476352836989,0.0 243.18525426561027,657.5014028883028,0.0 234.2863280187505,659.3959199039122,0.0 -8.281267238932218,39.391727670207075,0.0 + + + + + + + diff --git a/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.outputs.txt b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.outputs.txt new file mode 100644 index 000000000..64c9f72ee --- /dev/null +++ b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/monte_carlo_class_example.outputs.txt @@ -0,0 +1,1000 @@ +{"apogee": 1795.9064038509528, "out_of_rail_stability_margin": 2.7227803782640456, "lateral_surface_wind": -2.113177307989077, "impact_velocity": -5.467153999196374, "x_impact": 528.5623274826356, "max_mach_number": 0.5155433857399323, "out_of_rail_time": 0.43915323723180216, "apogee_y": 262.5200443868642, "out_of_rail_velocity": 20.164440703173007, "apogee_x": 144.94821111532227, "initial_stability_margin": 2.6383332381344387, "t_final": 213.1713087048155, "apogee_time": 19.53888579299219, "frontal_surface_wind": 0.9909058243705631, "y_impact": 155.4171703954702} +{"apogee": 4095.375901834891, "out_of_rail_stability_margin": 2.7859397485999273, "lateral_surface_wind": -2.111687902314004, "impact_velocity": -5.492225189761873, "x_impact": 1055.186015480787, "max_mach_number": 0.9598528770441666, "out_of_rail_time": 0.33585026558236913, "apogee_y": 536.980422681765, "out_of_rail_velocity": 27.822701142321577, "apogee_x": 407.7795940282364, "initial_stability_margin": 2.72110721309205, "t_final": 326.8633147406795, "apogee_time": 27.848242010160142, "frontal_surface_wind": 0.8713565951453185, "y_impact": 417.03276604245764} +{"apogee": 3859.0514780477583, "out_of_rail_stability_margin": 2.604345341470938, "lateral_surface_wind": -1.1633970653056904, "impact_velocity": -5.310508243223657, "x_impact": 770.3188879949383, "max_mach_number": 0.9215043543090827, "out_of_rail_time": 0.34291743405077924, "apogee_y": 343.9712307504226, "out_of_rail_velocity": 27.11665040797263, "apogee_x": 272.2758509165763, "initial_stability_margin": 2.5325060932455905, "t_final": 333.1044722693616, "apogee_time": 27.052083807913196, "frontal_surface_wind": 0.40151611052063807, "y_impact": 343.9507480316644} +{"apogee": 4724.451893789255, "out_of_rail_stability_margin": 2.610971081385574, "lateral_surface_wind": -2.083614998673116, "impact_velocity": -5.4718343735759545, "x_impact": 1121.7022505313075, "max_mach_number": 1.122622797035511, "out_of_rail_time": 0.3122835564896401, "apogee_y": 436.2344210772217, "out_of_rail_velocity": 30.56494630857079, "apogee_x": 220.52123479798308, "initial_stability_margin": 2.547911270645299, "t_final": 374.7021804968354, "apogee_time": 29.35703239215007, "frontal_surface_wind": 0.9771309853312291, "y_impact": 237.60431079525867} +{"apogee": 2400.5969668829816, "out_of_rail_stability_margin": 2.676845123484072, "lateral_surface_wind": -2.0805021392916796, "impact_velocity": -5.517687741348902, "x_impact": 654.8665181204419, "max_mach_number": 0.6339809536050632, "out_of_rail_time": 0.4026138474246894, "apogee_y": 378.1165986731139, "out_of_rail_velocity": 22.365883730479787, "apogee_x": 283.04062294737275, "initial_stability_margin": 2.5951198460712006, "t_final": 242.9334404739182, "apogee_time": 22.212351019374427, "frontal_surface_wind": 0.9301608419656868, "y_impact": 168.92955052486744} +{"apogee": 2968.3793775462364, "out_of_rail_stability_margin": 2.573983545595593, "lateral_surface_wind": -1.8845101355904699, "impact_velocity": -5.468728031934867, "x_impact": 641.6237052437879, "max_mach_number": 0.7399387748944131, "out_of_rail_time": 0.37705908111399977, "apogee_y": 326.7488312621109, "out_of_rail_velocity": 24.16579092182925, "apogee_x": 173.41581374239007, "initial_stability_margin": 2.497501423414522, "t_final": 284.6664842439484, "apogee_time": 24.329030498428516, "frontal_surface_wind": 0.8500832032482664, "y_impact": 233.85889917520916} +{"apogee": 2517.6741846280406, "out_of_rail_stability_margin": 2.8009317823730813, "lateral_surface_wind": -1.172343772663687, "impact_velocity": -5.55081068004812, "x_impact": 586.7569244385078, "max_mach_number": 0.653626065712292, "out_of_rail_time": 0.39666145882152887, "apogee_y": 366.5004366574292, "out_of_rail_velocity": 22.687905256169042, "apogee_x": 311.1256251128248, "initial_stability_margin": 2.7229418057377424, "t_final": 246.01570064215466, "apogee_time": 22.714711711587288, "frontal_surface_wind": 0.3745904393683692, "y_impact": 358.38704190954206} +{"apogee": 3361.8533144607813, "out_of_rail_stability_margin": 2.632743650119453, "lateral_surface_wind": -3.051013410380717, "impact_velocity": -5.4733202954727025, "x_impact": 902.1851320645949, "max_mach_number": 0.8152846031622654, "out_of_rail_time": 0.3610847684143487, "apogee_y": 514.6875071504993, "out_of_rail_velocity": 25.38984182626011, "apogee_x": 254.51570670317622, "initial_stability_margin": 2.5603546934630237, "t_final": 296.11883020721154, "apogee_time": 25.665825870286035, "frontal_surface_wind": 1.0803275961408043, "y_impact": 230.5750695977808} +{"apogee": 4170.396334557389, "out_of_rail_stability_margin": 2.567402346181651, "lateral_surface_wind": -1.5093615765476671, "impact_velocity": -5.501422094582606, "x_impact": 1180.8370445433045, "max_mach_number": 0.9829116733477974, "out_of_rail_time": 0.33242502148924136, "apogee_y": 537.0524828478569, "out_of_rail_velocity": 28.20554723980552, "apogee_x": 497.57547393840173, "initial_stability_margin": 2.5003228193580007, "t_final": 348.3132713154828, "apogee_time": 27.995234527990405, "frontal_surface_wind": 1.111682349610818, "y_impact": 536.5852079513696} +{"apogee": 2313.546887504778, "out_of_rail_stability_margin": 2.5920257209066433, "lateral_surface_wind": -2.5149325932194815, "impact_velocity": -5.42273190046999, "x_impact": 675.9200646287593, "max_mach_number": 0.6186922214472718, "out_of_rail_time": 0.4078083582297648, "apogee_y": 356.697091215385, "out_of_rail_velocity": 22.02236985597458, "apogee_x": 202.81133490093464, "initial_stability_margin": 2.5049211844148327, "t_final": 242.13160797972665, "apogee_time": 21.843357418146056, "frontal_surface_wind": 1.2427564557752198, "y_impact": 128.60273003530344} +{"apogee": 3135.461605599304, "out_of_rail_stability_margin": 2.5984306865229345, "lateral_surface_wind": -1.4619493221600488, "impact_velocity": -5.399167720572794, "x_impact": 945.2315594119923, "max_mach_number": 0.7756907145020226, "out_of_rail_time": 0.3683291063299614, "apogee_y": 372.3487210115861, "out_of_rail_velocity": 24.82415703265138, "apogee_x": 334.41453928439086, "initial_stability_margin": 2.5258444618763822, "t_final": 289.5404865130748, "apogee_time": 24.865353035412504, "frontal_surface_wind": 1.425646720223355, "y_impact": 398.6423666074995} +{"apogee": 3865.030207176948, "out_of_rail_stability_margin": 2.7481737219068174, "lateral_surface_wind": -2.023995438475904, "impact_velocity": -5.582862410151909, "x_impact": 1345.581848170677, "max_mach_number": 0.9172149535520094, "out_of_rail_time": 0.3428298096456579, "apogee_y": 729.8040948036487, "out_of_rail_velocity": 27.095956276234883, "apogee_x": 561.8620275508861, "initial_stability_margin": 2.6827912032900474, "t_final": 319.85720168407136, "apogee_time": 27.193575564533212, "frontal_surface_wind": 0.6403087472764554, "y_impact": 527.298931928559} +{"apogee": 2963.2170451318207, "out_of_rail_stability_margin": 2.6102605846327003, "lateral_surface_wind": -1.9201356134413068, "impact_velocity": -5.45596154214112, "x_impact": 734.734476537695, "max_mach_number": 0.7382339938820075, "out_of_rail_time": 0.37794036031599, "apogee_y": 365.84250126025097, "out_of_rail_velocity": 24.10740100358665, "apogee_x": 209.63719181936258, "initial_stability_margin": 2.532235778806163, "t_final": 277.1180960448503, "apogee_time": 24.335305510830057, "frontal_surface_wind": 1.2241412785776795, "y_impact": 230.79912750429656} +{"apogee": 3647.039845997081, "out_of_rail_stability_margin": 2.7941106412256302, "lateral_surface_wind": -1.6522179250792228, "impact_velocity": -5.5287860789500645, "x_impact": 1070.396230819056, "max_mach_number": 0.8650351644877571, "out_of_rail_time": 0.35235394259962516, "apogee_y": 548.4304379106783, "out_of_rail_velocity": 26.216746706399256, "apogee_x": 469.9829840508964, "initial_stability_margin": 2.7234578110682697, "t_final": 306.4205786418322, "apogee_time": 26.60496601265822, "frontal_surface_wind": 0.8331398057153161, "y_impact": 627.9083527470846} +{"apogee": 1686.8518499882762, "out_of_rail_stability_margin": 2.816824214101486, "lateral_surface_wind": -2.1136453726583477, "impact_velocity": -5.476475111130766, "x_impact": 466.0982567446753, "max_mach_number": 0.492701298690713, "out_of_rail_time": 0.4482830319907761, "apogee_y": 266.9998443004393, "out_of_rail_velocity": 19.68130408615649, "apogee_x": 152.4589615457936, "initial_stability_margin": 2.7256048728738262, "t_final": 202.58985606996856, "apogee_time": 19.010021349234627, "frontal_surface_wind": 0.8521687521632829, "y_impact": 98.9630095549107} +{"apogee": 3472.9903827023986, "out_of_rail_stability_margin": 2.5748316784424508, "lateral_surface_wind": -1.656085823207046, "impact_velocity": -5.563299882245895, "x_impact": 914.9547546642086, "max_mach_number": 0.8307894899056161, "out_of_rail_time": 0.3582453022841824, "apogee_y": 455.03213259623567, "out_of_rail_velocity": 25.66738183650159, "apogee_x": 355.5575687722846, "initial_stability_margin": 2.5031639927068308, "t_final": 303.1957629709487, "apogee_time": 26.061335496620035, "frontal_surface_wind": 0.8254245901310959, "y_impact": 517.2418920643481} +{"apogee": 3093.991683188904, "out_of_rail_stability_margin": 2.827134225895419, "lateral_surface_wind": -3.085739884554137, "impact_velocity": -5.447894622549997, "x_impact": 954.3953981024339, "max_mach_number": 0.7710627519307379, "out_of_rail_time": 0.36858994675572365, "apogee_y": 585.3378334427327, "out_of_rail_velocity": 24.815562882948946, "apogee_x": 329.9358954468702, "initial_stability_margin": 2.7598903004474398, "t_final": 284.8150613034083, "apogee_time": 24.730059948609824, "frontal_surface_wind": 0.9767291897850519, "y_impact": 308.46175241437487} +{"apogee": 2827.230258371446, "out_of_rail_stability_margin": 2.6749547314141924, "lateral_surface_wind": -1.3728080613216984, "impact_velocity": -5.35973186604977, "x_impact": 505.0264542125882, "max_mach_number": 0.7157547614068155, "out_of_rail_time": 0.3815348257016295, "apogee_y": 277.5669461728039, "out_of_rail_velocity": 23.763518948937953, "apogee_x": 167.34816202976688, "initial_stability_margin": 2.5964974193193915, "t_final": 272.33546386154575, "apogee_time": 23.778594629082715, "frontal_surface_wind": 0.5827634326737949, "y_impact": 195.14877404383088} +{"apogee": 3019.976992012309, "out_of_rail_stability_margin": 2.726857829423236, "lateral_surface_wind": -2.0091085281242265, "impact_velocity": -5.50164023292671, "x_impact": 787.1444397247005, "max_mach_number": 0.7487517401833557, "out_of_rail_time": 0.3746414599953421, "apogee_y": 443.3910368170896, "out_of_rail_velocity": 24.344316194761653, "apogee_x": 298.6746757000079, "initial_stability_margin": 2.6533101858030377, "t_final": 277.2195927944605, "apogee_time": 24.540340338235765, "frontal_surface_wind": 1.0291101365738466, "y_impact": 349.7713521968322} +{"apogee": 4218.404250134342, "out_of_rail_stability_margin": 2.502937915405129, "lateral_surface_wind": -1.3290694043042481, "impact_velocity": -5.317005294591223, "x_impact": 920.6775072933111, "max_mach_number": 1.0136902964634893, "out_of_rail_time": 0.3281655020560505, "apogee_y": 455.53114611881614, "out_of_rail_velocity": 28.64967606034983, "apogee_x": 392.38222518772625, "initial_stability_margin": 2.4338759155266416, "t_final": 351.7236530001519, "apogee_time": 27.993403151764415, "frontal_surface_wind": 0.49682379436915103, "y_impact": 75.54230331304015} +{"apogee": 3143.2600081383616, "out_of_rail_stability_margin": 2.549554483487053, "lateral_surface_wind": -2.1592248512360483, "impact_velocity": -5.347146369148786, "x_impact": 1031.9854591445646, "max_mach_number": 0.7864905340059795, "out_of_rail_time": 0.3671665383931562, "apogee_y": 567.6775744562983, "out_of_rail_velocity": 24.886316430450723, "apogee_x": 443.9554776597988, "initial_stability_margin": 2.471694402265632, "t_final": 294.77235470394197, "apogee_time": 24.833313179406563, "frontal_surface_wind": 0.9811209651093246, "y_impact": 342.58173587406515} +{"apogee": 3202.703799557666, "out_of_rail_stability_margin": 2.633638250016819, "lateral_surface_wind": -2.677673349135042, "impact_velocity": -5.38979198841716, "x_impact": 747.3830591550286, "max_mach_number": 0.7901100632922254, "out_of_rail_time": 0.36615910411092084, "apogee_y": 509.158221351344, "out_of_rail_velocity": 25.010532478092777, "apogee_x": 311.6156142802441, "initial_stability_margin": 2.560521427972568, "t_final": 288.63136854628374, "apogee_time": 25.107487688417507, "frontal_surface_wind": 0.26858573118295004, "y_impact": 123.55201372021233} +{"apogee": 3140.6747424688065, "out_of_rail_stability_margin": 2.8129080221492995, "lateral_surface_wind": -1.65913380727231, "impact_velocity": -5.544802272939559, "x_impact": 719.0152102023719, "max_mach_number": 0.7678922011491843, "out_of_rail_time": 0.37026912482106017, "apogee_y": 365.23888206647405, "out_of_rail_velocity": 24.67735694460741, "apogee_x": 240.86201968499404, "initial_stability_margin": 2.7408728703317635, "t_final": 283.23767869162776, "apogee_time": 24.971763827236497, "frontal_surface_wind": 0.81928079276066, "y_impact": 397.9218896017486} +{"apogee": 3132.4569352831804, "out_of_rail_stability_margin": 2.4858989616250047, "lateral_surface_wind": -2.136445296404018, "impact_velocity": -5.339685014845183, "x_impact": 786.8184420903851, "max_mach_number": 0.7781509127984877, "out_of_rail_time": 0.36885899474795336, "apogee_y": 407.81729974891346, "out_of_rail_velocity": 24.767337335653707, "apogee_x": 254.21344570800565, "initial_stability_margin": 2.4081846771694413, "t_final": 301.9193263316106, "apogee_time": 24.832299827007393, "frontal_surface_wind": 0.8087580652801604, "y_impact": 261.14535712434946} +{"apogee": 3518.608341594847, "out_of_rail_stability_margin": 2.7614822626778883, "lateral_surface_wind": -1.3483776537353704, "impact_velocity": -5.522758964048645, "x_impact": 925.8450752406889, "max_mach_number": 0.8424629403219841, "out_of_rail_time": 0.35678695190166176, "apogee_y": 478.7562577469111, "out_of_rail_velocity": 25.895748554531657, "apogee_x": 430.0073200293852, "initial_stability_margin": 2.6901150044286455, "t_final": 305.2684845373421, "apogee_time": 26.16673747262376, "frontal_surface_wind": 0.6372541836651069, "y_impact": 391.42942163324807} +{"apogee": 2291.6305398763407, "out_of_rail_stability_margin": 2.536621848806956, "lateral_surface_wind": -1.9633897693036764, "impact_velocity": -5.3289017198003235, "x_impact": 595.4323472016406, "max_mach_number": 0.6162676816366134, "out_of_rail_time": 0.40677718868664825, "apogee_y": 304.97505682547853, "out_of_rail_velocity": 22.03843942292592, "apogee_x": 198.72403732560585, "initial_stability_margin": 2.4556074533589887, "t_final": 248.26480047488914, "apogee_time": 21.716834160822714, "frontal_surface_wind": 0.7406195427194024, "y_impact": 198.36219725225598} +{"apogee": 4139.719728102081, "out_of_rail_stability_margin": 2.784173842600765, "lateral_surface_wind": -0.6560457963377402, "impact_velocity": -5.442040086480743, "x_impact": 880.3462121391557, "max_mach_number": 0.9747158876913755, "out_of_rail_time": 0.3338130107709603, "apogee_y": 335.9281798003297, "out_of_rail_velocity": 28.013762799120048, "apogee_x": 385.75398082265906, "initial_stability_margin": 2.716993032313716, "t_final": 342.75296748899626, "apogee_time": 27.91269099430265, "frontal_surface_wind": 0.9050816229028288, "y_impact": 492.8752465173023} +{"apogee": 2780.1529713216714, "out_of_rail_stability_margin": 2.7556329957487713, "lateral_surface_wind": -1.9825759396156206, "impact_velocity": -5.4143861753177545, "x_impact": 755.9347237226308, "max_mach_number": 0.708826783943653, "out_of_rail_time": 0.38333267358934786, "apogee_y": 404.8507878174478, "out_of_rail_velocity": 23.654972224138064, "apogee_x": 272.45488091267777, "initial_stability_margin": 2.6793834923038644, "t_final": 270.3773978384706, "apogee_time": 23.64555551621628, "frontal_surface_wind": 0.7589107131061256, "y_impact": 244.10774209111221} +{"apogee": 4740.823679369193, "out_of_rail_stability_margin": 2.6516855428679293, "lateral_surface_wind": -2.1299509716523146, "impact_velocity": -5.388869925056045, "x_impact": 1076.9705186303534, "max_mach_number": 1.1433430119790167, "out_of_rail_time": 0.3090722608519749, "apogee_y": 567.3251896255956, "out_of_rail_velocity": 30.949121855018557, "apogee_x": 402.23807062405655, "initial_stability_margin": 2.5889113618050943, "t_final": 379.0081925141, "apogee_time": 29.285171215447615, "frontal_surface_wind": 0.8105536391139906, "y_impact": 137.54205218901896} +{"apogee": 3858.283310914215, "out_of_rail_stability_margin": 2.8105203019156275, "lateral_surface_wind": -1.8876611853062002, "impact_velocity": -5.565875412689125, "x_impact": 1159.409714334648, "max_mach_number": 0.9092158346752092, "out_of_rail_time": 0.344327064552819, "apogee_y": 575.1223371814294, "out_of_rail_velocity": 26.95251422218784, "apogee_x": 464.7891075811538, "initial_stability_margin": 2.7430801640126723, "t_final": 309.7668365123502, "apogee_time": 27.201369866257867, "frontal_surface_wind": 1.2736474761140975, "y_impact": 431.6829272601808} +{"apogee": 2833.5941557873552, "out_of_rail_stability_margin": 2.5764171549775754, "lateral_surface_wind": -1.2964306450248708, "impact_velocity": -5.3214626962121825, "x_impact": 575.8987173450461, "max_mach_number": 0.7220357371569873, "out_of_rail_time": 0.3804712118065443, "apogee_y": 327.02959915697096, "out_of_rail_velocity": 23.87223877822589, "apogee_x": 296.47438238420773, "initial_stability_margin": 2.5000779869490914, "t_final": 266.7469765112452, "apogee_time": 23.80197421374236, "frontal_surface_wind": 0.5766514950552082, "y_impact": 133.37525296007277} +{"apogee": 3150.7235527223106, "out_of_rail_stability_margin": 2.7853313283506056, "lateral_surface_wind": -1.982362610430509, "impact_velocity": -5.431066264095682, "x_impact": 812.185549790366, "max_mach_number": 0.776189127359837, "out_of_rail_time": 0.36824971287416347, "apogee_y": 394.41651547272687, "out_of_rail_velocity": 24.802029360338203, "apogee_x": 241.5524147830088, "initial_stability_margin": 2.714082013971994, "t_final": 288.7448465246973, "apogee_time": 24.954859281413487, "frontal_surface_wind": 0.7594677791566582, "y_impact": 205.61511398433998} +{"apogee": 2209.5195460783957, "out_of_rail_stability_margin": 2.8157912229608812, "lateral_surface_wind": -1.879148003826525, "impact_velocity": -5.627607316892384, "x_impact": 552.4869710896737, "max_mach_number": 0.5908484544397544, "out_of_rail_time": 0.41437233024266384, "apogee_y": 281.62691978015454, "out_of_rail_velocity": 21.554183812112083, "apogee_x": 157.27989837215583, "initial_stability_margin": 2.7339838842806667, "t_final": 228.78822582694727, "apogee_time": 21.485094103756104, "frontal_surface_wind": 1.2861747251591469, "y_impact": 185.042576410297} +{"apogee": 4240.111812187782, "out_of_rail_stability_margin": 2.5523559442291757, "lateral_surface_wind": -0.6940544261606344, "impact_velocity": -5.378431303490922, "x_impact": 934.5962028029309, "max_mach_number": 1.0067267281114183, "out_of_rail_time": 0.329253521310319, "apogee_y": 386.5307920451257, "out_of_rail_velocity": 28.55710935987526, "apogee_x": 415.6583912567891, "initial_stability_margin": 2.483475646866016, "t_final": 350.6221448977071, "apogee_time": 28.121882106313492, "frontal_surface_wind": 0.8762746627260601, "y_impact": 552.5729618697521} +{"apogee": 3403.9069559051295, "out_of_rail_stability_margin": 2.6892042563416902, "lateral_surface_wind": -1.335213039575061, "impact_velocity": -5.495925848897031, "x_impact": 797.3292621719494, "max_mach_number": 0.8246579300912954, "out_of_rail_time": 0.3592780553463094, "apogee_y": 474.94026386541555, "out_of_rail_velocity": 25.5752279515157, "apogee_x": 405.406650742212, "initial_stability_margin": 2.619308773321698, "t_final": 298.35445669228, "apogee_time": 25.801631459705703, "frontal_surface_wind": 0.48006822750285894, "y_impact": 216.09236289654046} +{"apogee": 3875.484645117828, "out_of_rail_stability_margin": 2.7689612642358137, "lateral_surface_wind": -0.3922564540830393, "impact_velocity": -5.443289574957998, "x_impact": 969.8457852626651, "max_mach_number": 0.9225167177480035, "out_of_rail_time": 0.34213524535234463, "apogee_y": 462.8129651129646, "out_of_rail_velocity": 27.23771891063233, "apogee_x": 615.1467192224243, "initial_stability_margin": 2.7045424614830234, "t_final": 311.59906849388756, "apogee_time": 27.16742620413816, "frontal_surface_wind": 0.24785038394082926, "y_impact": 755.5541609837654} +{"apogee": 2485.658216163064, "out_of_rail_stability_margin": 2.5597471051364105, "lateral_surface_wind": -1.2451872579561496, "impact_velocity": -5.291727792698879, "x_impact": 562.8345199170353, "max_mach_number": 0.651342888944949, "out_of_rail_time": 0.3985597044212297, "apogee_y": 277.22144969923346, "out_of_rail_velocity": 22.562032727825688, "apogee_x": 178.8066140069816, "initial_stability_margin": 2.4731395589739136, "t_final": 255.95419760503026, "apogee_time": 22.506547922747018, "frontal_surface_wind": 1.1062055445242909, "y_impact": 338.77607633866756} +{"apogee": 3714.5165422306245, "out_of_rail_stability_margin": 2.7560157447913394, "lateral_surface_wind": -2.1838576458634926, "impact_velocity": -5.602616092373783, "x_impact": 1059.4474935795854, "max_mach_number": 0.877403132452014, "out_of_rail_time": 0.3506086271406852, "apogee_y": 600.8896273925964, "out_of_rail_velocity": 26.37097229578301, "apogee_x": 414.7148109951272, "initial_stability_margin": 2.6842079547253053, "t_final": 314.59202618332586, "apogee_time": 26.816922581498822, "frontal_surface_wind": 0.9249951832177027, "y_impact": 327.14534294823625} +{"apogee": 3524.137392450519, "out_of_rail_stability_margin": 2.5869816100672476, "lateral_surface_wind": -2.0732502398715864, "impact_velocity": -5.432000598160592, "x_impact": 1177.144139318702, "max_mach_number": 0.8520672780648479, "out_of_rail_time": 0.35434263029272706, "apogee_y": 546.3578422488931, "out_of_rail_velocity": 26.006459543386555, "apogee_x": 477.169587204434, "initial_stability_margin": 2.5155025112485014, "t_final": 310.7219995882334, "apogee_time": 26.13353187949594, "frontal_surface_wind": 1.0719356933342028, "y_impact": 415.301363522796} +{"apogee": 3047.7513298510466, "out_of_rail_stability_margin": 2.6869179562895242, "lateral_surface_wind": -2.156679650684137, "impact_velocity": -5.428778433004625, "x_impact": 820.1922543349734, "max_mach_number": 0.7575008866219511, "out_of_rail_time": 0.3725770953452292, "apogee_y": 458.57352902492545, "out_of_rail_velocity": 24.50716060877655, "apogee_x": 290.86570412763075, "initial_stability_margin": 2.6136889500816882, "t_final": 277.37970397742805, "apogee_time": 24.59426652113507, "frontal_surface_wind": 1.2397473275389441, "y_impact": 340.51344109784554} +{"apogee": 1846.0096844956686, "out_of_rail_stability_margin": 2.776935377888805, "lateral_surface_wind": -2.0789121035207367, "impact_velocity": -5.435267842995208, "x_impact": 541.192694202334, "max_mach_number": 0.5271253632275125, "out_of_rail_time": 0.43471952176042616, "apogee_y": 310.6332482283723, "out_of_rail_velocity": 20.37539352219447, "apogee_x": 182.65092689464987, "initial_stability_margin": 2.6917304030461935, "t_final": 215.9607916589198, "apogee_time": 19.774882968897785, "frontal_surface_wind": 0.9870972044459118, "y_impact": 166.99063221366666} +{"apogee": 3029.3018924855623, "out_of_rail_stability_margin": 2.60356472504246, "lateral_surface_wind": -2.1488351945336204, "impact_velocity": -5.266035507305173, "x_impact": 838.2749232222973, "max_mach_number": 0.7624752119663052, "out_of_rail_time": 0.37218243284892977, "apogee_y": 433.1303133235335, "out_of_rail_velocity": 24.52815640099858, "apogee_x": 285.4495550339761, "initial_stability_margin": 2.5262897577232057, "t_final": 292.0228042091044, "apogee_time": 24.443529426920186, "frontal_surface_wind": 1.0036720645240877, "y_impact": 201.99892646036685} +{"apogee": 2925.2248559197715, "out_of_rail_stability_margin": 2.839966133521883, "lateral_surface_wind": -1.5325827368470706, "impact_velocity": -5.5108408671295575, "x_impact": 594.5459023621779, "max_mach_number": 0.7273150494794468, "out_of_rail_time": 0.378570606442085, "apogee_y": 283.00113004843405, "out_of_rail_velocity": 24.006740518493004, "apogee_x": 163.40027407691144, "initial_stability_margin": 2.7663155852847257, "t_final": 271.534529452447, "apogee_time": 24.211359301318428, "frontal_surface_wind": 1.079444380185024, "y_impact": 264.716898687583} +{"apogee": 3449.2159523942623, "out_of_rail_stability_margin": 2.640237417286088, "lateral_surface_wind": -1.316763168363674, "impact_velocity": -5.393152813830929, "x_impact": 895.9864525671223, "max_mach_number": 0.8367848347698241, "out_of_rail_time": 0.35732897718395196, "apogee_y": 417.45139059973496, "out_of_rail_velocity": 25.775507458271214, "apogee_x": 405.01949129689245, "initial_stability_margin": 2.5661157275296436, "t_final": 307.49173970321897, "apogee_time": 25.86463816165857, "frontal_surface_wind": 0.7002499197661101, "y_impact": 322.2282197989987} +{"apogee": 3787.1291348291716, "out_of_rail_stability_margin": 2.4995658745955502, "lateral_surface_wind": -2.125927341458776, "impact_velocity": -5.35201930606918, "x_impact": 939.6679703770478, "max_mach_number": 0.9068228863272858, "out_of_rail_time": 0.3450253071363478, "apogee_y": 534.2687459441454, "out_of_rail_velocity": 26.87677907982167, "apogee_x": 382.76046625441063, "initial_stability_margin": 2.427603294701146, "t_final": 326.3693518738483, "apogee_time": 26.86781651571865, "frontal_surface_wind": 0.8210488915780795, "y_impact": 191.72981138595128} +{"apogee": 3897.697569544453, "out_of_rail_stability_margin": 2.7160746521774115, "lateral_surface_wind": -2.5261398251510014, "impact_velocity": -5.440234433797083, "x_impact": 1252.899853710442, "max_mach_number": 0.9276346685916699, "out_of_rail_time": 0.3418532215061844, "apogee_y": 628.6531994613939, "out_of_rail_velocity": 27.23912937991829, "apogee_x": 474.33045072419014, "initial_stability_margin": 2.6478287549990016, "t_final": 333.7407343296196, "apogee_time": 27.224659938862704, "frontal_surface_wind": 1.2198143877634497, "y_impact": 313.65855150334227} +{"apogee": 3533.3025080600414, "out_of_rail_stability_margin": 2.5764208515621485, "lateral_surface_wind": -2.1241547999136148, "impact_velocity": -5.38622525956873, "x_impact": 851.798075369449, "max_mach_number": 0.8520652399246991, "out_of_rail_time": 0.354823066605445, "apogee_y": 427.9701958320662, "out_of_rail_velocity": 25.989550097761445, "apogee_x": 269.7098953932521, "initial_stability_margin": 2.5028175969010067, "t_final": 312.6973749802364, "apogee_time": 26.144301827795402, "frontal_surface_wind": 0.8405084762728523, "y_impact": 296.68799243107065} +{"apogee": 3672.2553194081406, "out_of_rail_stability_margin": 2.562194714102807, "lateral_surface_wind": -1.210374954203067, "impact_velocity": -5.273749008882977, "x_impact": 821.1599274898797, "max_mach_number": 0.8928158869106162, "out_of_rail_time": 0.34729010385762915, "apogee_y": 472.26335226668334, "out_of_rail_velocity": 26.681180159873616, "apogee_x": 437.0512811516672, "initial_stability_margin": 2.491705648276554, "t_final": 317.7470220832214, "apogee_time": 26.467354789431013, "frontal_surface_wind": 0.47117986019569086, "y_impact": 497.11597877055056} +{"apogee": 2756.3767449850084, "out_of_rail_stability_margin": 2.6326902032372366, "lateral_surface_wind": -1.8634499721622353, "impact_velocity": -5.462959654510746, "x_impact": 711.2211619701604, "max_mach_number": 0.7012481670834032, "out_of_rail_time": 0.38566969993070765, "apogee_y": 325.7557355348699, "out_of_rail_velocity": 23.469105329176646, "apogee_x": 212.19087349610635, "initial_stability_margin": 2.5533622610314, "t_final": 264.2215541145393, "apogee_time": 23.582279820053852, "frontal_surface_wind": 1.464401191351421, "y_impact": 201.38684810861187} +{"apogee": 2959.103149719691, "out_of_rail_stability_margin": 2.6935582084639202, "lateral_surface_wind": -1.8955043957228257, "impact_velocity": -5.366319275295281, "x_impact": 774.6726296640892, "max_mach_number": 0.7433893249929059, "out_of_rail_time": 0.37664938144759263, "apogee_y": 429.4312125962127, "out_of_rail_velocity": 24.226099115816524, "apogee_x": 289.07090736716333, "initial_stability_margin": 2.616381974922609, "t_final": 283.5086000337659, "apogee_time": 24.265430414610275, "frontal_surface_wind": 0.825277522645255, "y_impact": 350.96881656593433} +{"apogee": 3053.25452008074, "out_of_rail_stability_margin": 2.5838325370601747, "lateral_surface_wind": -2.679930237853782, "impact_velocity": -5.424775921695579, "x_impact": 732.9323375939928, "max_mach_number": 0.7630931086380158, "out_of_rail_time": 0.37201928756786085, "apogee_y": 509.09895130528656, "out_of_rail_velocity": 24.54361296621325, "apogee_x": 315.76088531486135, "initial_stability_margin": 2.5089113522248883, "t_final": 287.8998256663455, "apogee_time": 24.596811647378438, "frontal_surface_wind": 0.24504444474446618, "y_impact": 119.94073265869005} +{"apogee": 3738.898620756124, "out_of_rail_stability_margin": 2.569306332861774, "lateral_surface_wind": -0.400422687251049, "impact_velocity": -5.3570847609423, "x_impact": 923.932954827815, "max_mach_number": 0.9024324940952085, "out_of_rail_time": 0.346005007843123, "apogee_y": 461.2100863880822, "out_of_rail_velocity": 26.82015178445095, "apogee_x": 570.9013411788275, "initial_stability_margin": 2.497971809043948, "t_final": 324.027769590614, "apogee_time": 26.703389768980067, "frontal_surface_wind": 0.23442826221269603, "y_impact": 764.3263543773512} +{"apogee": 2278.8759512381343, "out_of_rail_stability_margin": 2.602151962798722, "lateral_surface_wind": -2.0260912851324275, "impact_velocity": -5.4483885959364855, "x_impact": 651.2643796793017, "max_mach_number": 0.6116926982304344, "out_of_rail_time": 0.4078429083031114, "apogee_y": 373.34128346803396, "out_of_rail_velocity": 21.9533034491119, "apogee_x": 242.97741071096587, "initial_stability_margin": 2.5208640722916673, "t_final": 239.7001563328623, "apogee_time": 21.698134471506012, "frontal_surface_wind": 0.9952581852418815, "y_impact": 281.5843185174005} +{"apogee": 3326.698537835656, "out_of_rail_stability_margin": 2.636461393201619, "lateral_surface_wind": -2.0085813901449887, "impact_velocity": -5.425953743765199, "x_impact": 951.6179425304327, "max_mach_number": 0.8121108250118211, "out_of_rail_time": 0.3616982604146242, "apogee_y": 489.47523576227593, "out_of_rail_velocity": 25.351369314467036, "apogee_x": 326.4950074788228, "initial_stability_margin": 2.56432426839616, "t_final": 294.036973813683, "apogee_time": 25.522071070863923, "frontal_surface_wind": 0.6871343580212195, "y_impact": 303.60993087099814} +{"apogee": 3335.10968258143, "out_of_rail_stability_margin": 2.6944167324228916, "lateral_surface_wind": -3.022479863555266, "impact_velocity": -5.449004088017824, "x_impact": 702.5291885081475, "max_mach_number": 0.8089449352474901, "out_of_rail_time": 0.36258772600387323, "apogee_y": 387.30894620256333, "out_of_rail_velocity": 25.268392884136954, "apogee_x": 82.33710845586229, "initial_stability_margin": 2.6212393055117933, "t_final": 302.2764318908539, "apogee_time": 25.582267718463847, "frontal_surface_wind": 0.6825808857707407, "y_impact": -83.03862365327528} +{"apogee": 4382.311838912044, "out_of_rail_stability_margin": 2.656748765305047, "lateral_surface_wind": -2.4371924020071, "impact_velocity": -5.553218300257839, "x_impact": 1120.35783586173, "max_mach_number": 1.0269339994876614, "out_of_rail_time": 0.32540087510675786, "apogee_y": 477.59886003365546, "out_of_rail_velocity": 28.991914849415984, "apogee_x": 328.97015686905377, "initial_stability_margin": 2.5933368472997067, "t_final": 340.90542222973437, "apogee_time": 28.594475606470173, "frontal_surface_wind": 1.389036627453542, "y_impact": 136.09969419794464} +{"apogee": 4014.664048807163, "out_of_rail_stability_margin": 2.5779604749606593, "lateral_surface_wind": -1.4456883346181122, "impact_velocity": -5.316683361774465, "x_impact": 1095.9107796664962, "max_mach_number": 0.9580884893369418, "out_of_rail_time": 0.33749134823427446, "apogee_y": 435.7761746665325, "out_of_rail_velocity": 27.84750761527781, "apogee_x": 429.95662775470726, "initial_stability_margin": 2.5086935730065316, "t_final": 345.5263305033295, "apogee_time": 27.47158051425358, "frontal_surface_wind": 1.1933127227779803, "y_impact": 419.062028901636} +{"apogee": 4272.801797140103, "out_of_rail_stability_margin": 2.6701350404485056, "lateral_surface_wind": -2.134662057748831, "impact_velocity": -5.457831095742902, "x_impact": 847.0981578836588, "max_mach_number": 1.0120012851704268, "out_of_rail_time": 0.3281833776864094, "apogee_y": 469.66035762137903, "out_of_rail_velocity": 28.640733948186643, "apogee_x": 269.354768950766, "initial_stability_margin": 2.6012359408235635, "t_final": 338.71590610739463, "apogee_time": 28.213127816956145, "frontal_surface_wind": 0.7980640592904172, "y_impact": 97.52604643034172} +{"apogee": 3421.8927820777217, "out_of_rail_stability_margin": 2.5696263296809674, "lateral_surface_wind": -3.0252394535143092, "impact_velocity": -5.4653237242678125, "x_impact": 929.8924133051197, "max_mach_number": 0.8273014265501198, "out_of_rail_time": 0.35904804935704354, "apogee_y": 507.2923297913304, "out_of_rail_velocity": 25.588148313916015, "apogee_x": 267.390278637681, "initial_stability_margin": 2.4970021154446536, "t_final": 301.0397709663281, "apogee_time": 25.849638026248147, "frontal_surface_wind": 1.1505289193265802, "y_impact": 219.1883701917173} +{"apogee": 2746.129705078656, "out_of_rail_stability_margin": 2.6115936962005026, "lateral_surface_wind": -1.9761735707214605, "impact_velocity": -5.468707110701121, "x_impact": 467.9521650925574, "max_mach_number": 0.6990199206298587, "out_of_rail_time": 0.38627364217331295, "apogee_y": 221.06831436406432, "out_of_rail_velocity": 23.415918730172493, "apogee_x": 40.41462651638855, "initial_stability_margin": 2.5311754866411484, "t_final": 266.38094588025035, "apogee_time": 23.518748625660646, "frontal_surface_wind": 0.7754294585531314, "y_impact": 34.033056323451234} +{"apogee": 3050.8220147457805, "out_of_rail_stability_margin": 2.7316484563898507, "lateral_surface_wind": -1.1755350507675513, "impact_velocity": -5.3963040006698435, "x_impact": 938.5935223019162, "max_mach_number": 0.7627494987014933, "out_of_rail_time": 0.37074047082435424, "apogee_y": 462.68371630523654, "out_of_rail_velocity": 24.630823357681162, "apogee_x": 437.8674859360413, "initial_stability_margin": 2.659637328137626, "t_final": 279.2435210960439, "apogee_time": 24.56865480277138, "frontal_surface_wind": 1.1799573545385307, "y_impact": 588.3705640338237} +{"apogee": 3742.6662923471886, "out_of_rail_stability_margin": 2.80485720838361, "lateral_surface_wind": -1.171830670892812, "impact_velocity": -5.486436378822952, "x_impact": 940.6924567102994, "max_mach_number": 0.8890326555144362, "out_of_rail_time": 0.3483118406312071, "apogee_y": 499.95231083116676, "out_of_rail_velocity": 26.590995842418163, "apogee_x": 444.0205614040947, "initial_stability_margin": 2.7342081181256486, "t_final": 319.73336577438516, "apogee_time": 26.834617553753816, "frontal_surface_wind": 0.376192500356422, "y_impact": 528.7373766888696} +{"apogee": 4064.208928056126, "out_of_rail_stability_margin": 2.584478597495026, "lateral_surface_wind": -3.1019929125213697, "impact_velocity": -5.5583423488007, "x_impact": 1299.019001657933, "max_mach_number": 0.9614892791852474, "out_of_rail_time": 0.336944950639471, "apogee_y": 801.7499659406762, "out_of_rail_velocity": 27.758976587167176, "apogee_x": 525.0460223595874, "initial_stability_margin": 2.5157099190601517, "t_final": 325.0922728641394, "apogee_time": 27.735481350798644, "frontal_surface_wind": 0.9238130308528547, "y_impact": 547.0338636865708} +{"apogee": 3745.1656987772785, "out_of_rail_stability_margin": 2.6164315033863175, "lateral_surface_wind": -1.9233064758920246, "impact_velocity": -5.422743590451423, "x_impact": 1001.9669945838365, "max_mach_number": 0.8918217336580878, "out_of_rail_time": 0.34749652852999163, "apogee_y": 476.58804310628955, "out_of_rail_velocity": 26.65710690499606, "apogee_x": 316.7455218361515, "initial_stability_margin": 2.546140739647857, "t_final": 319.0249094921918, "apogee_time": 26.80574860421207, "frontal_surface_wind": 1.2191533306829048, "y_impact": 307.67658947390885} +{"apogee": 4044.7031523399864, "out_of_rail_stability_margin": 2.641812584142076, "lateral_surface_wind": -1.9507199575086178, "impact_velocity": -5.412951038389468, "x_impact": 1013.6995954266279, "max_mach_number": 0.957167733000262, "out_of_rail_time": 0.3368672356603028, "apogee_y": 365.0207907914825, "out_of_rail_velocity": 27.767075447255586, "apogee_x": 210.93990629529725, "initial_stability_margin": 2.575620916226395, "t_final": 341.86594020877254, "apogee_time": 27.61882576539, "frontal_surface_wind": 0.8374034118557114, "y_impact": 81.4536647132795} +{"apogee": 3130.528148962769, "out_of_rail_stability_margin": 2.642933680631974, "lateral_surface_wind": -1.1486247485835026, "impact_velocity": -5.349530462407325, "x_impact": 643.1907878168006, "max_mach_number": 0.7772329900001475, "out_of_rail_time": 0.3681417241342806, "apogee_y": 315.8221685014564, "out_of_rail_velocity": 24.816252112254787, "apogee_x": 276.4419848048605, "initial_stability_margin": 2.5692357509000336, "t_final": 289.4366712609727, "apogee_time": 24.812917329451505, "frontal_surface_wind": 0.4420057754271993, "y_impact": 306.7466046223565} +{"apogee": 3561.8021983873423, "out_of_rail_stability_margin": 2.611048255194512, "lateral_surface_wind": -2.6055947888095377, "impact_velocity": -5.4985072613326675, "x_impact": 1051.2029796291254, "max_mach_number": 0.8520513114557609, "out_of_rail_time": 0.3537190293281018, "apogee_y": 514.2011134355472, "out_of_rail_velocity": 26.04891050934824, "apogee_x": 304.1719406251247, "initial_stability_margin": 2.5419144484846043, "t_final": 310.9745265444532, "apogee_time": 26.291519199680796, "frontal_surface_wind": 0.9423900275218525, "y_impact": 235.63982308448763} +{"apogee": 1994.4948357387327, "out_of_rail_stability_margin": 2.7398765042160624, "lateral_surface_wind": -2.181052770150496, "impact_velocity": -5.560771495539253, "x_impact": 439.3847896094687, "max_mach_number": 0.5511407105993007, "out_of_rail_time": 0.42673772810147625, "apogee_y": 276.99414447223796, "out_of_rail_velocity": 20.81991192632042, "apogee_x": 111.85767284422367, "initial_stability_margin": 2.6562851247619825, "t_final": 218.26847642873093, "apogee_time": 20.51697058996211, "frontal_surface_wind": 0.679335650839413, "y_impact": 121.34603920115815} +{"apogee": 3811.9610742495065, "out_of_rail_stability_margin": 2.586777984169381, "lateral_surface_wind": -2.036254936662135, "impact_velocity": -5.39462978038201, "x_impact": 1268.0563699226664, "max_mach_number": 0.9133577753066758, "out_of_rail_time": 0.34405663510995954, "apogee_y": 603.9785821374179, "out_of_rail_velocity": 26.975992152180655, "apogee_x": 502.3491575223192, "initial_stability_margin": 2.516067220717401, "t_final": 331.6785677721917, "apogee_time": 26.957201226519004, "frontal_surface_wind": 1.07233495611634, "y_impact": 442.06202045886334} +{"apogee": 2592.986450521117, "out_of_rail_stability_margin": 2.690422484629956, "lateral_surface_wind": -1.8701561635923418, "impact_velocity": -5.618706317996774, "x_impact": 711.084111060352, "max_mach_number": 0.6660890389085155, "out_of_rail_time": 0.394484695304449, "apogee_y": 363.5574696615829, "out_of_rail_velocity": 22.91596307097789, "apogee_x": 254.71848459130996, "initial_stability_margin": 2.6120582127740004, "t_final": 244.90861008088146, "apogee_time": 23.018707636309145, "frontal_surface_wind": 1.2992145964778081, "y_impact": 268.6157320759526} +{"apogee": 1997.4676997339645, "out_of_rail_stability_margin": 2.813221987308335, "lateral_surface_wind": -1.8323425012972878, "impact_velocity": -5.362550807501986, "x_impact": 469.54781684008327, "max_mach_number": 0.5560337318984121, "out_of_rail_time": 0.42445595300576683, "apogee_y": 243.22027711168587, "out_of_rail_velocity": 20.951816502982684, "apogee_x": 144.40992707677069, "initial_stability_margin": 2.730828421507987, "t_final": 227.55934021246293, "apogee_time": 20.457255463537116, "frontal_surface_wind": 0.9573614059108724, "y_impact": 140.45266999440446} +{"apogee": 3906.5947701531436, "out_of_rail_stability_margin": 2.5388456764592706, "lateral_surface_wind": -1.4845650112735156, "impact_velocity": -5.33306290004237, "x_impact": 1299.5234515148752, "max_mach_number": 0.9405996313186156, "out_of_rail_time": 0.3399705713543406, "apogee_y": 516.3809941059574, "out_of_rail_velocity": 27.54074264873967, "apogee_x": 503.848819908227, "initial_stability_margin": 2.4680257016921257, "t_final": 339.74065335269455, "apogee_time": 27.13782058768465, "frontal_surface_wind": 1.402080995788154, "y_impact": 541.3313639718949} +{"apogee": 2146.0892568105564, "out_of_rail_stability_margin": 2.7046424690755897, "lateral_surface_wind": -0.7063002207669695, "impact_velocity": -5.602909736092179, "x_impact": 585.6548105789207, "max_mach_number": 0.5824559388929107, "out_of_rail_time": 0.41692653975427646, "apogee_y": 309.7635394955292, "out_of_rail_velocity": 21.35898535035428, "apogee_x": 330.1578630960297, "initial_stability_margin": 2.620787823734505, "t_final": 226.5380279874972, "apogee_time": 21.200857843557802, "frontal_surface_wind": 0.8664345498382254, "y_impact": 378.5029269652106} +{"apogee": 3829.2682415811964, "out_of_rail_stability_margin": 2.5853298600500256, "lateral_surface_wind": -0.6032733778729347, "impact_velocity": -5.325199755029125, "x_impact": 854.3607932242587, "max_mach_number": 0.9209753552665754, "out_of_rail_time": 0.3433413206804457, "apogee_y": 501.31872496289293, "out_of_rail_velocity": 27.06227562427189, "apogee_x": 595.4843217824069, "initial_stability_margin": 2.5127705330302432, "t_final": 323.3714329695759, "apogee_time": 26.97736683106078, "frontal_surface_wind": -0.734379432160879, "y_impact": 540.9390500492549} +{"apogee": 3828.2635461436507, "out_of_rail_stability_margin": 2.6672928091660557, "lateral_surface_wind": -1.3042885035152898, "impact_velocity": -5.420190640644113, "x_impact": 997.6422270363231, "max_mach_number": 0.9128212804164569, "out_of_rail_time": 0.3441788965254482, "apogee_y": 507.54224160010216, "out_of_rail_velocity": 26.981098183323862, "apogee_x": 510.4627858586138, "initial_stability_margin": 2.5982856567539208, "t_final": 330.7169392116271, "apogee_time": 27.044838723596136, "frontal_surface_wind": 0.5586509318947346, "y_impact": 173.37821322139476} +{"apogee": 3534.1363023707213, "out_of_rail_stability_margin": 2.8052602408658593, "lateral_surface_wind": -1.9978033425119865, "impact_velocity": -5.479284672137155, "x_impact": 733.5915980960949, "max_mach_number": 0.8426924661151849, "out_of_rail_time": 0.3559797334694367, "apogee_y": 379.1312162784584, "out_of_rail_velocity": 25.881124177524377, "apogee_x": 195.7158232770553, "initial_stability_margin": 2.7343781258801343, "t_final": 307.2739782417542, "apogee_time": 26.22163286688332, "frontal_surface_wind": 1.0508884601271773, "y_impact": 262.112545907147} +{"apogee": 2485.8455034140993, "out_of_rail_stability_margin": 2.6857197298469044, "lateral_surface_wind": -1.858629389030083, "impact_velocity": -5.475046951419354, "x_impact": 733.7306153876192, "max_mach_number": 0.6486125026006806, "out_of_rail_time": 0.3976929555989249, "apogee_y": 365.56131270155277, "out_of_rail_velocity": 22.65770024034724, "apogee_x": 273.3712271940423, "initial_stability_margin": 2.6094156563529163, "t_final": 249.88088485749483, "apogee_time": 22.569383581136023, "frontal_surface_wind": 1.315651716130481, "y_impact": 263.4830607598796} +{"apogee": 3440.3915594396776, "out_of_rail_stability_margin": 2.646960827020563, "lateral_surface_wind": -2.089243588301316, "impact_velocity": -5.451025772994369, "x_impact": 872.3995167377652, "max_mach_number": 0.8355080314568342, "out_of_rail_time": 0.3576595897316947, "apogee_y": 506.33449790839484, "out_of_rail_velocity": 25.72701523760953, "apogee_x": 300.12073015803577, "initial_stability_margin": 2.5732384575086558, "t_final": 306.56566291731855, "apogee_time": 25.854033336522296, "frontal_surface_wind": 0.2485395179577663, "y_impact": 187.3958282739679} +{"apogee": 2942.8451222596336, "out_of_rail_stability_margin": 2.6146974090857715, "lateral_surface_wind": -2.1365060328703036, "impact_velocity": -5.57552691076333, "x_impact": 592.5700877094607, "max_mach_number": 0.7312019673592862, "out_of_rail_time": 0.3789958988946361, "apogee_y": 325.28791119512493, "out_of_rail_velocity": 23.96095357019329, "apogee_x": 144.6869270936604, "initial_stability_margin": 2.535769585139882, "t_final": 270.48384815486526, "apogee_time": 24.292303509447546, "frontal_surface_wind": 0.8085976033796779, "y_impact": 183.81941081623188} +{"apogee": 3257.832876675686, "out_of_rail_stability_margin": 2.707994646396114, "lateral_surface_wind": -0.38388768523658834, "impact_velocity": -5.559072303244479, "x_impact": 926.2023359687927, "max_mach_number": 0.7913096659117472, "out_of_rail_time": 0.3655173006995026, "apogee_y": 423.41724523429787, "out_of_rail_velocity": 25.039638934950318, "apogee_x": 608.3542570068738, "initial_stability_margin": 2.6380333342996045, "t_final": 294.03470693052185, "apogee_time": 25.405081044216374, "frontal_surface_wind": 0.2606246030464317, "y_impact": 674.4278606709346} +{"apogee": 3109.0224869807917, "out_of_rail_stability_margin": 2.729317328942035, "lateral_surface_wind": -1.1529394476390977, "impact_velocity": -5.5373584440729475, "x_impact": 727.4135419400685, "max_mach_number": 0.7646973583019216, "out_of_rail_time": 0.370793758339359, "apogee_y": 383.5982445343973, "out_of_rail_velocity": 24.606478136942755, "apogee_x": 357.92016456690874, "initial_stability_margin": 2.657140850144132, "t_final": 281.052598296991, "apogee_time": 24.856549678330364, "frontal_surface_wind": 0.43062576403086555, "y_impact": 387.64912637920787} +{"apogee": 3819.049542979974, "out_of_rail_stability_margin": 2.7139504945401165, "lateral_surface_wind": -2.3455198106508552, "impact_velocity": -5.267808064191413, "x_impact": 1100.4860242559657, "max_mach_number": 0.917747275533762, "out_of_rail_time": 0.343011704014505, "apogee_y": 498.3950408549348, "out_of_rail_velocity": 27.08481999087749, "apogee_x": 323.84127106405356, "initial_stability_margin": 2.642861992387136, "t_final": 331.2778520939756, "apogee_time": 26.9053219808395, "frontal_surface_wind": 0.9069952062040336, "y_impact": 220.4553539453132} +{"apogee": 4464.246698948229, "out_of_rail_stability_margin": 2.7726164102581183, "lateral_surface_wind": -1.479336289310503, "impact_velocity": -5.516405866006007, "x_impact": 1141.7509101142214, "max_mach_number": 1.0529227401257402, "out_of_rail_time": 0.3210254544471255, "apogee_y": 400.6521225597128, "out_of_rail_velocity": 29.47483901953354, "apogee_x": 326.88861333440724, "initial_stability_margin": 2.7105307130099674, "t_final": 350.76261034961243, "apogee_time": 28.74382850148171, "frontal_surface_wind": 1.4075967229916622, "y_impact": 394.5023753049558} +{"apogee": 4012.2266719086797, "out_of_rail_stability_margin": 2.710463266980167, "lateral_surface_wind": -1.1356367655510118, "impact_velocity": -5.3990229926355555, "x_impact": 1236.9178473975571, "max_mach_number": 0.9491661463351914, "out_of_rail_time": 0.33768235395083523, "apogee_y": 543.9584837533755, "out_of_rail_velocity": 27.61718789188907, "apogee_x": 566.6668932041741, "initial_stability_margin": 2.6429110467612364, "t_final": 329.8305881058003, "apogee_time": 27.561738415104674, "frontal_surface_wind": 1.2184051669463132, "y_impact": 720.7127101314373} +{"apogee": 4236.777713564425, "out_of_rail_stability_margin": 2.709357355721605, "lateral_surface_wind": -1.9988510829259805, "impact_velocity": -5.406207649799518, "x_impact": 1228.3833960745026, "max_mach_number": 1.0049308955702596, "out_of_rail_time": 0.3291139660060393, "apogee_y": 554.7110426722426, "out_of_rail_velocity": 28.521941403740215, "apogee_x": 395.9793057906438, "initial_stability_margin": 2.6425284060370005, "t_final": 339.95984053403504, "apogee_time": 28.14112888560031, "frontal_surface_wind": 0.7149455749185699, "y_impact": 295.9425038335877} +{"apogee": 3941.792139166954, "out_of_rail_stability_margin": 2.632599930667721, "lateral_surface_wind": -2.1944417701966925, "impact_velocity": -5.392498248338658, "x_impact": 1083.5412793888177, "max_mach_number": 0.9397610538499492, "out_of_rail_time": 0.340045524153978, "apogee_y": 605.0359888687061, "out_of_rail_velocity": 27.37279692008887, "apogee_x": 408.9098595078741, "initial_stability_margin": 2.5604661236718003, "t_final": 326.53275264317216, "apogee_time": 27.31689978825869, "frontal_surface_wind": 0.8995974786471975, "y_impact": 312.79391716403836} +{"apogee": 3535.1046066807357, "out_of_rail_stability_margin": 2.7651740941399816, "lateral_surface_wind": -1.9903691099418692, "impact_velocity": -5.444503156491959, "x_impact": 1148.352428133869, "max_mach_number": 0.8557523374059238, "out_of_rail_time": 0.35484549990337777, "apogee_y": 555.3513808112563, "out_of_rail_velocity": 26.04726912989212, "apogee_x": 423.42997774056863, "initial_stability_margin": 2.6930268638280874, "t_final": 317.961028726828, "apogee_time": 26.154646472023828, "frontal_surface_wind": 0.7382300677967683, "y_impact": 342.5439174726602} +{"apogee": 3440.19920691306, "out_of_rail_stability_margin": 2.5796876787022556, "lateral_surface_wind": -0.7384570093745924, "impact_velocity": -5.411855394489126, "x_impact": 921.4051257071893, "max_mach_number": 0.834823991247182, "out_of_rail_time": 0.3585426349167335, "apogee_y": 499.42514298627685, "out_of_rail_velocity": 25.668077998245543, "apogee_x": 508.07563575341044, "initial_stability_margin": 2.5041030893427663, "t_final": 310.0800335142908, "apogee_time": 25.886597598195713, "frontal_surface_wind": 0.8391960893106994, "y_impact": 657.4409336159962} +{"apogee": 2290.4404641570177, "out_of_rail_stability_margin": 2.682737984248985, "lateral_surface_wind": -0.40558267184761043, "impact_velocity": -5.447544524314711, "x_impact": 555.393969824493, "max_mach_number": 0.6133339867219002, "out_of_rail_time": 0.4087202327205476, "apogee_y": 298.0144770403676, "out_of_rail_velocity": 21.940832109227575, "apogee_x": 345.5859731564831, "initial_stability_margin": 2.598938177918552, "t_final": 234.70293717574182, "apogee_time": 21.773659092492654, "frontal_surface_wind": 0.22538330658318398, "y_impact": 429.12516883134947} +{"apogee": 3078.263908492356, "out_of_rail_stability_margin": 2.5948157847228974, "lateral_surface_wind": -1.3311674659606951, "impact_velocity": -5.389856260324102, "x_impact": 490.51503564495266, "max_mach_number": 0.7663781450775508, "out_of_rail_time": 0.3705936088452207, "apogee_y": 280.83420040427785, "out_of_rail_velocity": 24.629293622026037, "apogee_x": 183.97847684433705, "initial_stability_margin": 2.52151314755794, "t_final": 293.2183263659769, "apogee_time": 24.657450008649803, "frontal_surface_wind": 0.49117465496174634, "y_impact": 14.311032420390612} +{"apogee": 4439.906947005212, "out_of_rail_stability_margin": 2.549884727835771, "lateral_surface_wind": -1.29763531446565, "impact_velocity": -5.349427026821879, "x_impact": 891.6190703210922, "max_mach_number": 1.067859882118166, "out_of_rail_time": 0.31903872946338346, "apogee_y": 373.14027919081354, "out_of_rail_velocity": 29.68759749058972, "apogee_x": 340.42047435806774, "initial_stability_margin": 2.4859276776536183, "t_final": 362.9787346011694, "apogee_time": 28.55723204775185, "frontal_surface_wind": 0.573935497038337, "y_impact": -41.68814606567425} +{"apogee": 1909.1327773029072, "out_of_rail_stability_margin": 2.5638464965884777, "lateral_surface_wind": -1.341966986461152, "impact_velocity": -5.398415237307357, "x_impact": 452.5474416418839, "max_mach_number": 0.5382405472813973, "out_of_rail_time": 0.43119318250248506, "apogee_y": 254.867259490089, "out_of_rail_velocity": 20.558402653018707, "apogee_x": 205.44152851379494, "initial_stability_margin": 2.4748685159093142, "t_final": 217.24500713796618, "apogee_time": 20.06258600785819, "frontal_surface_wind": 0.6506456784917263, "y_impact": 203.54725158072637} +{"apogee": 4432.90839836334, "out_of_rail_stability_margin": 2.7111351009591806, "lateral_surface_wind": -1.9116078184743404, "impact_velocity": -5.389189241444888, "x_impact": 1304.8772819164417, "max_mach_number": 1.063351180169437, "out_of_rail_time": 0.3193102185039982, "apogee_y": 662.473787943178, "out_of_rail_velocity": 29.642050405321275, "apogee_x": 511.5943992485368, "initial_stability_margin": 2.648234466250915, "t_final": 368.85105085756845, "apogee_time": 28.568888158707903, "frontal_surface_wind": 0.7872581863250557, "y_impact": 587.7294468391825} +{"apogee": 4478.288349514381, "out_of_rail_stability_margin": 2.606566156286319, "lateral_surface_wind": -2.4093826896224897, "impact_velocity": -5.377357799329716, "x_impact": 1087.8546383290316, "max_mach_number": 1.064293350632383, "out_of_rail_time": 0.3204713466342089, "apogee_y": 508.17281509619164, "out_of_rail_velocity": 29.5443248358951, "apogee_x": 247.23786710742544, "initial_stability_margin": 2.538680432842462, "t_final": 353.0354672265145, "apogee_time": 28.730609459497618, "frontal_surface_wind": 0.7204016526773224, "y_impact": 238.53654073390854} +{"apogee": 4272.020140481052, "out_of_rail_stability_margin": 2.5986502438382733, "lateral_surface_wind": -1.9743775899577076, "impact_velocity": -5.443805317012697, "x_impact": 1158.2276300300177, "max_mach_number": 1.0194488501542198, "out_of_rail_time": 0.3264118824433577, "apogee_y": 589.8631486018211, "out_of_rail_velocity": 28.863839165702665, "apogee_x": 397.20730420139677, "initial_stability_margin": 2.5333876992136397, "t_final": 344.74776742385455, "apogee_time": 28.176268074683577, "frontal_surface_wind": 1.134581762675663, "y_impact": 400.6059317271573} +{"apogee": 4494.166753416795, "out_of_rail_stability_margin": 2.524843959992018, "lateral_surface_wind": -1.8730824246505313, "impact_velocity": -5.3471482800744035, "x_impact": 1133.56627078825, "max_mach_number": 1.0826494362437997, "out_of_rail_time": 0.31712648154921386, "apogee_y": 486.95914248369905, "out_of_rail_velocity": 29.923390169067975, "apogee_x": 371.08658300281417, "initial_stability_margin": 2.4596606850090645, "t_final": 348.01205640469004, "apogee_time": 28.679242492961105, "frontal_surface_wind": 1.2949922294703955, "y_impact": 280.90981947005156} +{"apogee": 4205.319210428855, "out_of_rail_stability_margin": 2.665758055451669, "lateral_surface_wind": -0.400742258314775, "impact_velocity": -5.300341355081523, "x_impact": 1044.5064553969682, "max_mach_number": 1.0146121582180532, "out_of_rail_time": 0.3270336727593005, "apogee_y": 521.7399653945045, "out_of_rail_velocity": 28.76615221887161, "apogee_x": 648.4580473353476, "initial_stability_margin": 2.600164459741009, "t_final": 350.9440748837376, "apogee_time": 27.93115479488439, "frontal_surface_wind": 0.23388155333456745, "y_impact": 861.0841618794133} +{"apogee": 2194.2374582288844, "out_of_rail_stability_margin": 2.7692799964222194, "lateral_surface_wind": -1.6735404170981072, "impact_velocity": -5.62451046270263, "x_impact": 733.4682438302572, "max_mach_number": 0.5930665490256346, "out_of_rail_time": 0.41362139807968196, "apogee_y": 436.0633927800148, "out_of_rail_velocity": 21.602279187984344, "apogee_x": 362.77168395452134, "initial_stability_margin": 2.6878971678456565, "t_final": 223.8041843869798, "apogee_time": 21.40941639812155, "frontal_surface_wind": 0.7894355452850724, "y_impact": 442.81852624403086} +{"apogee": 3373.307061515045, "out_of_rail_stability_margin": 2.5980031672140056, "lateral_surface_wind": -2.0128323727054784, "impact_velocity": -5.409171426212693, "x_impact": 1053.721692941149, "max_mach_number": 0.8261189613160793, "out_of_rail_time": 0.3595538153540244, "apogee_y": 547.2540023020496, "out_of_rail_velocity": 25.587426483852997, "apogee_x": 390.1612478737196, "initial_stability_margin": 2.5249258796929626, "t_final": 303.6240944196045, "apogee_time": 25.62914763736203, "frontal_surface_wind": 0.6745803630397514, "y_impact": 356.36540698763565} +{"apogee": 3057.604282991558, "out_of_rail_stability_margin": 2.6234477106188625, "lateral_surface_wind": -2.00074475070497, "impact_velocity": -5.509338809008611, "x_impact": 851.0771772121724, "max_mach_number": 0.7545477854398823, "out_of_rail_time": 0.3740402362783166, "apogee_y": 415.05743608090717, "out_of_rail_velocity": 24.396387066079722, "apogee_x": 307.3699509793594, "initial_stability_margin": 2.548554606099491, "t_final": 275.84679928326506, "apogee_time": 24.694987372717108, "frontal_surface_wind": 1.1372145214146956, "y_impact": 265.148832510451} +{"apogee": 2947.1862730428675, "out_of_rail_stability_margin": 2.7324016309694033, "lateral_surface_wind": -1.3589822059151366, "impact_velocity": -5.417422136514057, "x_impact": 694.3814806523776, "max_mach_number": 0.7388925291659979, "out_of_rail_time": 0.3766343432335239, "apogee_y": 394.74005242481877, "out_of_rail_velocity": 24.18419729386567, "apogee_x": 351.6012170662526, "initial_stability_margin": 2.657780054827877, "t_final": 267.05212207225264, "apogee_time": 24.23665493665548, "frontal_surface_wind": 0.6306166948080116, "y_impact": 313.5152250883929} +{"apogee": 4049.7540938969387, "out_of_rail_stability_margin": 2.553596964409999, "lateral_surface_wind": -3.0306588221589594, "impact_velocity": -5.459770056276121, "x_impact": 1151.7723534160507, "max_mach_number": 0.9559970981460076, "out_of_rail_time": 0.3377122003225714, "apogee_y": 631.8693982717296, "out_of_rail_velocity": 27.672544096589327, "apogee_x": 366.21429754336214, "initial_stability_margin": 2.485569593366254, "t_final": 340.02518906045145, "apogee_time": 27.69973216401945, "frontal_surface_wind": 0.6452970594127154, "y_impact": 113.22014421288405} +{"apogee": 3182.6505908932013, "out_of_rail_stability_margin": 2.6359033814768797, "lateral_surface_wind": -0.5799274813697713, "impact_velocity": -5.370917028280191, "x_impact": 574.4481263088393, "max_mach_number": 0.7866685572334098, "out_of_rail_time": 0.3673122172872983, "apogee_y": 396.9287496738301, "out_of_rail_velocity": 24.873800643688764, "apogee_x": 431.1820743016582, "initial_stability_margin": 2.559196345753219, "t_final": 282.1691190379911, "apogee_time": 25.038726101292724, "frontal_surface_wind": -0.7529515490277374, "y_impact": 406.0247169798402} +{"apogee": 3567.5386347336093, "out_of_rail_stability_margin": 2.722442502161801, "lateral_surface_wind": -3.057951419142971, "impact_velocity": -5.518213632511821, "x_impact": 927.8754457820959, "max_mach_number": 0.8528441835242737, "out_of_rail_time": 0.3536319618609003, "apogee_y": 575.5855890804324, "out_of_rail_velocity": 26.061691561934282, "apogee_x": 259.76063727637677, "initial_stability_margin": 2.65577269013909, "t_final": 305.2311118311964, "apogee_time": 26.338619061959598, "frontal_surface_wind": 0.5002342545029412, "y_impact": 126.22575430686133} +{"apogee": 2384.7331257718083, "out_of_rail_stability_margin": 2.66266904126229, "lateral_surface_wind": -1.631954128029036, "impact_velocity": -5.326420700864242, "x_impact": 795.1519088320738, "max_mach_number": 0.637128581076684, "out_of_rail_time": 0.401795301791946, "apogee_y": 417.29629237661084, "out_of_rail_velocity": 22.37072008104825, "apogee_x": 381.5019786302997, "initial_stability_margin": 2.5787421119656955, "t_final": 251.16187851685825, "apogee_time": 22.09780176057559, "frontal_surface_wind": 0.8721649682424968, "y_impact": 417.8132233633553} +{"apogee": 3392.976558418654, "out_of_rail_stability_margin": 2.77932321476517, "lateral_surface_wind": -1.9775074240404233, "impact_velocity": -5.517955321812745, "x_impact": 1042.7635246777884, "max_mach_number": 0.8203778506970861, "out_of_rail_time": 0.36080166817859466, "apogee_y": 549.7867615562708, "out_of_rail_velocity": 25.47282606659285, "apogee_x": 444.08672494893545, "initial_stability_margin": 2.70653409481708, "t_final": 290.9158302637458, "apogee_time": 25.793075443053556, "frontal_surface_wind": 0.7020548989425608, "y_impact": 464.1693961672067} +{"apogee": 3168.184243817336, "out_of_rail_stability_margin": 2.8751974469492736, "lateral_surface_wind": -1.1939526151562707, "impact_velocity": -5.468186068129781, "x_impact": 655.0736632832568, "max_mach_number": 0.7798332584559106, "out_of_rail_time": 0.3682458500329531, "apogee_y": 392.56857069632184, "out_of_rail_velocity": 24.827876068321373, "apogee_x": 366.9603901787662, "initial_stability_margin": 2.8023381913742473, "t_final": 289.4840724172702, "apogee_time": 25.0281570608572, "frontal_surface_wind": 0.5113659581724318, "y_impact": 393.2178056978996} +{"apogee": 4347.1564520140155, "out_of_rail_stability_margin": 2.6426910572686104, "lateral_surface_wind": -3.0162556885142155, "impact_velocity": -5.498691431472998, "x_impact": 1317.223060421568, "max_mach_number": 1.034049102443828, "out_of_rail_time": 0.32475547306972796, "apogee_y": 694.56274990619, "out_of_rail_velocity": 29.01323670803813, "apogee_x": 467.8560086735542, "initial_stability_margin": 2.5764707739688997, "t_final": 356.18141827473175, "apogee_time": 28.433187337873903, "frontal_surface_wind": 0.7095793209516905, "y_impact": 152.30137970593756} +{"apogee": 3894.9343929151173, "out_of_rail_stability_margin": 2.7105917852178676, "lateral_surface_wind": -1.1517247375242148, "impact_velocity": -5.360241505675338, "x_impact": 1032.9882698663837, "max_mach_number": 0.9324820085397454, "out_of_rail_time": 0.3404770381570609, "apogee_y": 490.5963387423196, "out_of_rail_velocity": 27.356616020136656, "apogee_x": 490.9410810921231, "initial_stability_margin": 2.642365460513688, "t_final": 337.42626148315134, "apogee_time": 27.15418145119521, "frontal_surface_wind": 0.43386408879313015, "y_impact": 511.28771213425443} +{"apogee": 4340.948399189469, "out_of_rail_stability_margin": 2.7817660789802927, "lateral_surface_wind": -1.9823550824054865, "impact_velocity": -5.287776287557144, "x_impact": 1185.1267617688648, "max_mach_number": 1.0492371888565637, "out_of_rail_time": 0.32099926324560923, "apogee_y": 550.4129331086019, "out_of_rail_velocity": 29.447304946288643, "apogee_x": 368.4689768885762, "initial_stability_margin": 2.7203828965609325, "t_final": 376.4144078898729, "apogee_time": 28.267226954895328, "frontal_surface_wind": 1.2989168469321017, "y_impact": 382.2983585904388} +{"apogee": 3040.678004488119, "out_of_rail_stability_margin": 2.6835694512823336, "lateral_surface_wind": -1.3903359468057126, "impact_velocity": -5.35680937970503, "x_impact": 643.2057733298925, "max_mach_number": 0.7582246427861538, "out_of_rail_time": 0.3735808241000771, "apogee_y": 378.14142207613247, "out_of_rail_velocity": 24.415874422564873, "apogee_x": 281.4184956955541, "initial_stability_margin": 2.6038075299822196, "t_final": 290.350133496037, "apogee_time": 24.534498937975517, "frontal_surface_wind": 0.5581003554777708, "y_impact": 268.5138481160239} +{"apogee": 3084.281445300351, "out_of_rail_stability_margin": 2.656509008753216, "lateral_surface_wind": -3.050945989806264, "impact_velocity": -5.434194523849963, "x_impact": 950.5077517321573, "max_mach_number": 0.7678865417790077, "out_of_rail_time": 0.37090552057454973, "apogee_y": 551.2405519029827, "out_of_rail_velocity": 24.59597294652374, "apogee_x": 324.89289253958174, "initial_stability_margin": 2.5800765092622893, "t_final": 285.01388445898306, "apogee_time": 24.716104901488603, "frontal_surface_wind": 1.0805179834650689, "y_impact": 272.9295761021423} +{"apogee": 4183.318321676979, "out_of_rail_stability_margin": 2.5938908569605137, "lateral_surface_wind": -1.3208699996682651, "impact_velocity": -5.39628723606623, "x_impact": 1061.1712619771938, "max_mach_number": 0.9974831532692267, "out_of_rail_time": 0.33023925483898703, "apogee_y": 556.7823038698014, "out_of_rail_velocity": 28.442820283290786, "apogee_x": 537.2495771598669, "initial_stability_margin": 2.5282438089403927, "t_final": 335.8497203212279, "apogee_time": 27.97355589515894, "frontal_surface_wind": 0.5182294936467496, "y_impact": 220.25136810913867} +{"apogee": 2548.45995673982, "out_of_rail_stability_margin": 2.6995898897131374, "lateral_surface_wind": -0.5814290251019205, "impact_velocity": -5.388930069407297, "x_impact": 396.44799313180334, "max_mach_number": 0.6652854540232859, "out_of_rail_time": 0.3947740375790757, "apogee_y": 321.3342910264303, "out_of_rail_velocity": 22.85778813717294, "apogee_x": 343.89677054438334, "initial_stability_margin": 2.619474077884672, "t_final": 252.3196992203275, "apogee_time": 22.77452652974605, "frontal_surface_wind": -0.751792662640562, "y_impact": 298.8709712698996} +{"apogee": 4496.397703615932, "out_of_rail_stability_margin": 2.690854383171817, "lateral_surface_wind": -2.596104490005005, "impact_velocity": -5.356208868930613, "x_impact": 1376.3913753474424, "max_mach_number": 1.086410886702201, "out_of_rail_time": 0.31562051838749816, "apogee_y": 628.7485752855915, "out_of_rail_velocity": 30.056761538641222, "apogee_x": 447.6892047007434, "initial_stability_margin": 2.6289587384356583, "t_final": 364.89359383825047, "apogee_time": 28.66445285666129, "frontal_surface_wind": 0.9682275788366657, "y_impact": 337.9157617435608} +{"apogee": 2916.028437112187, "out_of_rail_stability_margin": 2.485118192422439, "lateral_surface_wind": -1.5137608377035607, "impact_velocity": -5.404344656670046, "x_impact": 866.3507239452263, "max_mach_number": 0.732750211043055, "out_of_rail_time": 0.3781135846285729, "apogee_y": 381.6445009120253, "out_of_rail_velocity": 24.037977376000832, "apogee_x": 319.06422289188293, "initial_stability_margin": 2.4072797132977866, "t_final": 265.27179883311527, "apogee_time": 24.136782092017242, "frontal_surface_wind": 1.370508123902536, "y_impact": 418.4730074013528} +{"apogee": 2993.1950386953145, "out_of_rail_stability_margin": 2.781763572088366, "lateral_surface_wind": -0.412312470772825, "impact_velocity": -5.425360312835292, "x_impact": 604.5622697076902, "max_mach_number": 0.7474857461571155, "out_of_rail_time": 0.37561788980329747, "apogee_y": 319.7217429630644, "out_of_rail_velocity": 24.27380044772626, "apogee_x": 339.8513336882537, "initial_stability_margin": 2.7057681518195054, "t_final": 283.0407784562807, "apogee_time": 24.410236424076018, "frontal_surface_wind": 0.2128223790737815, "y_impact": 530.6506533022607} +{"apogee": 2833.488694530237, "out_of_rail_stability_margin": 2.6370073455846628, "lateral_surface_wind": -2.352222688408064, "impact_velocity": -5.452980961306822, "x_impact": 744.4095484905588, "max_mach_number": 0.7146682444568805, "out_of_rail_time": 0.38198354718372163, "apogee_y": 383.4976054875278, "out_of_rail_velocity": 23.723376843267847, "apogee_x": 210.20931523681006, "initial_stability_margin": 2.558536995423494, "t_final": 273.4253050299755, "apogee_time": 23.857918957929762, "frontal_surface_wind": 0.8894672058997227, "y_impact": 121.1633874460585} +{"apogee": 4115.844096714692, "out_of_rail_stability_margin": 2.799192640047344, "lateral_surface_wind": -2.0773984902236053, "impact_velocity": -5.428592816839591, "x_impact": 1113.5086531458444, "max_mach_number": 0.9757795256552304, "out_of_rail_time": 0.3341459580966851, "apogee_y": 565.6034143940794, "out_of_rail_velocity": 28.009406185581728, "apogee_x": 383.5556408900663, "initial_stability_margin": 2.729458879685655, "t_final": 337.9142328479642, "apogee_time": 27.816246955434657, "frontal_surface_wind": 0.3333559299930372, "y_impact": 235.4780176821828} +{"apogee": 3748.1756997727884, "out_of_rail_stability_margin": 2.4850713270685945, "lateral_surface_wind": -0.5877038458270875, "impact_velocity": -5.34945934827296, "x_impact": 768.5066390517649, "max_mach_number": 0.9001332226859442, "out_of_rail_time": 0.3470876661123543, "apogee_y": 465.7704662620863, "out_of_rail_velocity": 26.685419296193714, "apogee_x": 526.2111601571945, "initial_stability_margin": 2.410233867347148, "t_final": 323.1602635232802, "apogee_time": 26.77649938396857, "frontal_surface_wind": -0.7468976559283116, "y_impact": 499.6018908833958} +{"apogee": 3553.8009729961955, "out_of_rail_stability_margin": 2.6694623167764435, "lateral_surface_wind": -2.084456439721884, "impact_velocity": -5.427035495416165, "x_impact": 986.6607279593212, "max_mach_number": 0.8561660767196315, "out_of_rail_time": 0.3528950372897045, "apogee_y": 541.3727075574793, "out_of_rail_velocity": 26.149240622456784, "apogee_x": 453.2059019783909, "initial_stability_margin": 2.601134084399972, "t_final": 310.27188459928607, "apogee_time": 26.217797245336126, "frontal_surface_wind": 0.9212652682184097, "y_impact": 229.9306109528158} +{"apogee": 3147.9313927332587, "out_of_rail_stability_margin": 2.6590682240980605, "lateral_surface_wind": -1.1464163677877321, "impact_velocity": -5.363184157095983, "x_impact": 732.7393923937557, "max_mach_number": 0.7786873772089098, "out_of_rail_time": 0.3684476368546526, "apogee_y": 371.2773115010718, "out_of_rail_velocity": 24.801874600763167, "apogee_x": 355.36407977363206, "initial_stability_margin": 2.5835751514170178, "t_final": 284.7407231414961, "apogee_time": 24.911745906334524, "frontal_surface_wind": 0.4477023902526066, "y_impact": 373.7338518175774} +{"apogee": 3539.0211604553137, "out_of_rail_stability_margin": 2.6548443324363373, "lateral_surface_wind": -0.3980919388026034, "impact_velocity": -5.550222732043689, "x_impact": 594.3793925554617, "max_mach_number": 0.8421912697419561, "out_of_rail_time": 0.3571090980702527, "apogee_y": 263.3697534531595, "out_of_rail_velocity": 25.831730856297415, "apogee_x": 305.51428575799605, "initial_stability_margin": 2.5833570843287164, "t_final": 301.78346591618316, "apogee_time": 26.26338814457248, "frontal_surface_wind": 0.2383647349122775, "y_impact": 510.99493094236743} +{"apogee": 3217.8499507794163, "out_of_rail_stability_margin": 2.6906272370428193, "lateral_surface_wind": -1.3485758667521175, "impact_velocity": -5.375656368444346, "x_impact": 742.9723638269418, "max_mach_number": 0.7932841268611708, "out_of_rail_time": 0.3656331172161976, "apogee_y": 383.74677857581696, "out_of_rail_velocity": 25.035652670373675, "apogee_x": 344.3028342660615, "initial_stability_margin": 2.613914086990204, "t_final": 286.99966912820196, "apogee_time": 25.112475802432368, "frontal_surface_wind": 0.6525742742234986, "y_impact": 279.21795149655503} +{"apogee": 3853.7415508624376, "out_of_rail_stability_margin": 2.720900035193201, "lateral_surface_wind": -2.136034545567064, "impact_velocity": -5.428224721438578, "x_impact": 1066.6674567974849, "max_mach_number": 0.9192028654268232, "out_of_rail_time": 0.3424524407895469, "apogee_y": 588.093969341728, "out_of_rail_velocity": 27.155924192772037, "apogee_x": 437.51548547589726, "initial_stability_margin": 2.6527773909024104, "t_final": 330.68255344059486, "apogee_time": 27.07381197410842, "frontal_surface_wind": 1.2749890085640398, "y_impact": 460.5722347590349} +{"apogee": 2925.569614750834, "out_of_rail_stability_margin": 2.836992856623021, "lateral_surface_wind": -1.3515539875399087, "impact_velocity": -5.4784243465304145, "x_impact": 632.821552238718, "max_mach_number": 0.7362525106226401, "out_of_rail_time": 0.3775871895457852, "apogee_y": 436.763528226241, "out_of_rail_velocity": 24.136309177839806, "apogee_x": 334.94598663636157, "initial_stability_margin": 2.7646346135649447, "t_final": 274.75438820191357, "apogee_time": 24.18174896715145, "frontal_surface_wind": 0.4319272888739281, "y_impact": 236.8109234106197} +{"apogee": 3968.6268320562813, "out_of_rail_stability_margin": 2.741793278955929, "lateral_surface_wind": -2.1490700273305072, "impact_velocity": -5.459703580624453, "x_impact": 919.6846146940691, "max_mach_number": 0.9332314691757756, "out_of_rail_time": 0.3400451341356331, "apogee_y": 506.411768919437, "out_of_rail_velocity": 27.384146654028424, "apogee_x": 312.007115779346, "initial_stability_margin": 2.6752558074109265, "t_final": 326.46609631096374, "apogee_time": 27.472532221095, "frontal_surface_wind": 1.2528920821222629, "y_impact": 375.6834124931969} +{"apogee": 2566.3295834150977, "out_of_rail_stability_margin": 2.631487975511505, "lateral_surface_wind": -1.561117731994847, "impact_velocity": -5.384428311876226, "x_impact": 682.3209588334676, "max_mach_number": 0.6675354326018297, "out_of_rail_time": 0.39268603784173967, "apogee_y": 366.86713087707597, "out_of_rail_velocity": 22.939816643244693, "apogee_x": 271.66797268852605, "initial_stability_margin": 2.552103072680782, "t_final": 256.6928623136314, "apogee_time": 22.827110059088568, "frontal_surface_wind": 1.0377482556217343, "y_impact": 368.6741762546651} +{"apogee": 2176.9591537209135, "out_of_rail_stability_margin": 2.8453827221675234, "lateral_surface_wind": -1.9767365646175532, "impact_velocity": -5.37111871356751, "x_impact": 466.004178326851, "max_mach_number": 0.5905484290150264, "out_of_rail_time": 0.41387404148950846, "apogee_y": 251.81984153826886, "out_of_rail_velocity": 21.56463461653901, "apogee_x": 112.29180889000772, "initial_stability_margin": 2.764721947303035, "t_final": 234.55026274114988, "apogee_time": 21.260242978305705, "frontal_surface_wind": 0.7042224416817697, "y_impact": 142.47769554344114} +{"apogee": 2824.4430483877713, "out_of_rail_stability_margin": 2.682624163366606, "lateral_surface_wind": -1.9498835496554459, "impact_velocity": -5.3076028132481525, "x_impact": 676.7555165851868, "max_mach_number": 0.7180854289423168, "out_of_rail_time": 0.3808534641912177, "apogee_y": 325.6096900747005, "out_of_rail_velocity": 23.81001983831611, "apogee_x": 163.3699938205763, "initial_stability_margin": 2.6072006059305863, "t_final": 275.47442161044745, "apogee_time": 23.774809819991418, "frontal_surface_wind": 1.3471714036328024, "y_impact": 194.3231294178703} +{"apogee": 2472.0008130541974, "out_of_rail_stability_margin": 2.676850768507727, "lateral_surface_wind": -2.1391470407490756, "impact_velocity": -5.485671497107541, "x_impact": 812.6993983980423, "max_mach_number": 0.6482210028710043, "out_of_rail_time": 0.39925540469229637, "apogee_y": 448.1684733307774, "out_of_rail_velocity": 22.532170592106066, "apogee_x": 315.6849695313371, "initial_stability_margin": 2.5938145297688293, "t_final": 252.86142095271626, "apogee_time": 22.521815620299364, "frontal_surface_wind": 0.9335216257944657, "y_impact": 364.31130444603485} +{"apogee": 3191.5889557295877, "out_of_rail_stability_margin": 2.7283367525422033, "lateral_surface_wind": -1.2015498413915018, "impact_velocity": -5.534940479653789, "x_impact": 697.1252487637894, "max_mach_number": 0.783850597900129, "out_of_rail_time": 0.36720412232848876, "apogee_y": 427.4265161740441, "out_of_rail_velocity": 24.88024957986139, "apogee_x": 402.28854371550534, "initial_stability_margin": 2.6559296814785016, "t_final": 285.8685761783854, "apogee_time": 25.118071727137472, "frontal_surface_wind": 0.4932504121317731, "y_impact": 435.45488548703446} +{"apogee": 3372.2036989479193, "out_of_rail_stability_margin": 2.818478139094119, "lateral_surface_wind": -1.5727023088569738, "impact_velocity": -5.434812585955332, "x_impact": 841.3737968745934, "max_mach_number": 0.817579811010925, "out_of_rail_time": 0.35958418288042193, "apogee_y": 360.24914460947616, "out_of_rail_velocity": 25.55683821800076, "apogee_x": 228.41760529088012, "initial_stability_margin": 2.7505734919766684, "t_final": 290.7090262118424, "apogee_time": 25.651510807962, "frontal_surface_wind": 1.3024484017279834, "y_impact": 384.0832841045431} +{"apogee": 3363.081916522446, "out_of_rail_stability_margin": 2.635137580162016, "lateral_surface_wind": -2.687525160941753, "impact_velocity": -5.407531015878975, "x_impact": 640.5226367978184, "max_mach_number": 0.8185769235528652, "out_of_rail_time": 0.3603788320924248, "apogee_y": 458.20481167822845, "out_of_rail_velocity": 25.468916905754053, "apogee_x": 196.02045078137573, "initial_stability_margin": 2.56353483573295, "t_final": 300.1232744599162, "apogee_time": 25.63014083604299, "frontal_surface_wind": 0.138857369153234, "y_impact": 48.31704005402571} +{"apogee": 3561.943157634984, "out_of_rail_stability_margin": 2.66926578738029, "lateral_surface_wind": -1.364245305111833, "impact_velocity": -5.429644165278954, "x_impact": 984.8031668357728, "max_mach_number": 0.856140690602928, "out_of_rail_time": 0.353037159668461, "apogee_y": 522.3218845805569, "out_of_rail_velocity": 26.13332699856421, "apogee_x": 459.4022341071824, "initial_stability_margin": 2.5994562978205766, "t_final": 319.95228626542263, "apogee_time": 26.25021846732046, "frontal_surface_wind": 0.6025362554833577, "y_impact": 429.1220782413663} +{"apogee": 4622.475812560094, "out_of_rail_stability_margin": 2.570298688971423, "lateral_surface_wind": -1.9286052420203283, "impact_velocity": -5.39715234997372, "x_impact": 1207.93808761316, "max_mach_number": 1.1140251481113617, "out_of_rail_time": 0.3127183680349463, "apogee_y": 525.8616479384032, "out_of_rail_velocity": 30.46689166185745, "apogee_x": 387.7353830102608, "initial_stability_margin": 2.5080355461930735, "t_final": 371.4395134870192, "apogee_time": 29.018333159336454, "frontal_surface_wind": 1.3774608772791361, "y_impact": 366.5422758809319} +{"apogee": 4173.572783285908, "out_of_rail_stability_margin": 2.6987214859000375, "lateral_surface_wind": -2.046563733484115, "impact_velocity": -5.396610063499251, "x_impact": 1229.6159103921948, "max_mach_number": 0.9926591077976892, "out_of_rail_time": 0.33050294448479195, "apogee_y": 550.8771485860524, "out_of_rail_velocity": 28.403361598539593, "apogee_x": 408.5044223812719, "initial_stability_margin": 2.633784336348949, "t_final": 346.6213015817768, "apogee_time": 27.941768516037133, "frontal_surface_wind": 1.0525271065286197, "y_impact": 384.82954255222074} +{"apogee": 3920.025613875148, "out_of_rail_stability_margin": 2.7736069268041206, "lateral_surface_wind": -2.630602441359337, "impact_velocity": -5.568570229121993, "x_impact": 1304.8984007561203, "max_mach_number": 0.9261078024021515, "out_of_rail_time": 0.34190401586801794, "apogee_y": 697.4136480680662, "out_of_rail_velocity": 27.212687342853457, "apogee_x": 480.0490493425045, "initial_stability_margin": 2.704940982604376, "t_final": 325.13408226076575, "apogee_time": 27.345029542876432, "frontal_surface_wind": 0.8701459434821003, "y_impact": 437.42258753460465} +{"apogee": 3566.0955022133116, "out_of_rail_stability_margin": 2.6367000832790386, "lateral_surface_wind": -1.959402368616857, "impact_velocity": -5.263347120976356, "x_impact": 996.28241392776, "max_mach_number": 0.872011113980634, "out_of_rail_time": 0.3508003694405284, "apogee_y": 497.4653399173962, "out_of_rail_velocity": 26.332664266693694, "apogee_x": 402.9414366860048, "initial_stability_margin": 2.563230807003837, "t_final": 319.01693390407155, "apogee_time": 26.11759364070921, "frontal_surface_wind": 1.1208599862780302, "y_impact": 390.96247547130946} +{"apogee": 4515.373940170541, "out_of_rail_stability_margin": 2.8196444678922696, "lateral_surface_wind": -1.3612113933428458, "impact_velocity": -5.484558836375024, "x_impact": 1377.3944057227598, "max_mach_number": 1.0798439590439193, "out_of_rail_time": 0.31621483320560184, "apogee_y": 687.3101762888352, "out_of_rail_velocity": 30.008977089543507, "apogee_x": 713.2810206982721, "initial_stability_margin": 2.7612550805475324, "t_final": 360.0669765783465, "apogee_time": 28.80653552158416, "frontal_surface_wind": 0.6257903757634657, "y_impact": 588.6856242209293} +{"apogee": 2511.2024778964915, "out_of_rail_stability_margin": 2.8251764585083015, "lateral_surface_wind": -1.2145110393610123, "impact_velocity": -5.435471080722042, "x_impact": 471.0908805828318, "max_mach_number": 0.6570986153538658, "out_of_rail_time": 0.39620144815333785, "apogee_y": 342.65218653337985, "out_of_rail_velocity": 22.71802653651845, "apogee_x": 287.5196370278744, "initial_stability_margin": 2.745546512327279, "t_final": 255.10872310823495, "apogee_time": 22.639671107882823, "frontal_surface_wind": 0.46041386348191177, "y_impact": 316.6978683835962} +{"apogee": 3156.7442908297044, "out_of_rail_stability_margin": 2.6839229040367214, "lateral_surface_wind": -2.088138386379506, "impact_velocity": -5.406465009245775, "x_impact": 936.9002903356416, "max_mach_number": 0.780639649755292, "out_of_rail_time": 0.3667485235776186, "apogee_y": 481.7834408560117, "out_of_rail_velocity": 24.918580768531683, "apogee_x": 375.30756985390116, "initial_stability_margin": 2.613361661930285, "t_final": 289.45025482914855, "apogee_time": 24.938134739229397, "frontal_surface_wind": 1.3520054109149857, "y_impact": 361.08536697322063} +{"apogee": 4149.886879951744, "out_of_rail_stability_margin": 2.6076048079619465, "lateral_surface_wind": -0.6661059551248906, "impact_velocity": -5.490648226872377, "x_impact": 958.1899132216989, "max_mach_number": 0.9704435429063124, "out_of_rail_time": 0.33477965265878007, "apogee_y": 393.9552920715047, "out_of_rail_velocity": 27.9631895303055, "apogee_x": 460.4000573734477, "initial_stability_margin": 2.540609565582648, "t_final": 336.67111851180454, "apogee_time": 28.007478479764575, "frontal_surface_wind": 0.8977035632969246, "y_impact": 556.3080880060577} +{"apogee": 4386.947245776626, "out_of_rail_stability_margin": 2.5931514158054503, "lateral_surface_wind": -1.6721636291188284, "impact_velocity": -5.31210744249518, "x_impact": 1129.8377454370523, "max_mach_number": 1.0609451406491337, "out_of_rail_time": 0.3198794493419356, "apogee_y": 490.5157999357841, "out_of_rail_velocity": 29.597599647677445, "apogee_x": 368.64120193761426, "initial_stability_margin": 2.527583866280422, "t_final": 353.6094300774829, "apogee_time": 28.36117917594809, "frontal_surface_wind": 0.7923476542986647, "y_impact": 549.9894245099816} +{"apogee": 2793.9510797380553, "out_of_rail_stability_margin": 2.5724582054319676, "lateral_surface_wind": -1.3317682433508213, "impact_velocity": -5.392265670326255, "x_impact": 647.0445899809243, "max_mach_number": 0.7114390198788836, "out_of_rail_time": 0.38216072801869405, "apogee_y": 334.92847191392013, "out_of_rail_velocity": 23.71896157801786, "apogee_x": 290.1183615858079, "initial_stability_margin": 2.4955508539142737, "t_final": 271.2049607155231, "apogee_time": 23.656944843457325, "frontal_surface_wind": 0.6712738172265114, "y_impact": 263.59896703874506} +{"apogee": 3866.5977468229735, "out_of_rail_stability_margin": 2.684488403742944, "lateral_surface_wind": -1.1889637188015674, "impact_velocity": -5.567603374183234, "x_impact": 925.413290788601, "max_mach_number": 0.9060198578622145, "out_of_rail_time": 0.34569235841077256, "apogee_y": 390.64881176934045, "out_of_rail_velocity": 26.87807741819698, "apogee_x": 311.36065402339443, "initial_stability_margin": 2.613857325786061, "t_final": 323.4083387965554, "apogee_time": 27.23734468809872, "frontal_surface_wind": 1.1664250037984374, "y_impact": 548.8832134140556} +{"apogee": 3192.212303823909, "out_of_rail_stability_margin": 2.6832208489328195, "lateral_surface_wind": -1.9473571734522412, "impact_velocity": -5.438707997253518, "x_impact": 919.8595408622223, "max_mach_number": 0.7856781154700961, "out_of_rail_time": 0.36674778024013294, "apogee_y": 432.1220115898561, "out_of_rail_velocity": 24.935711243465963, "apogee_x": 333.96867975598656, "initial_stability_margin": 2.610673743128739, "t_final": 284.33757397646144, "apogee_time": 25.08838894880487, "frontal_surface_wind": 0.8451939811747997, "y_impact": 253.0694526371706} +{"apogee": 4206.5678418651405, "out_of_rail_stability_margin": 2.8302253844309586, "lateral_surface_wind": -2.109330730375948, "impact_velocity": -5.560119609578258, "x_impact": 993.7415602456604, "max_mach_number": 0.9780129451245843, "out_of_rail_time": 0.3337127677390786, "apogee_y": 465.69654930565844, "out_of_rail_velocity": 28.193207119735238, "apogee_x": 309.24248555761847, "initial_stability_margin": 2.7656159546751224, "t_final": 338.52201584353776, "apogee_time": 28.188661729845123, "frontal_surface_wind": 1.0842389848479241, "y_impact": 125.78881685598968} +{"apogee": 3038.6674312488285, "out_of_rail_stability_margin": 2.6627823479192214, "lateral_surface_wind": -0.6956785918440318, "impact_velocity": -5.547625782707521, "x_impact": 786.8259022814337, "max_mach_number": 0.7515193261617075, "out_of_rail_time": 0.37469905476351045, "apogee_y": 396.3191192531332, "out_of_rail_velocity": 24.32266231958496, "apogee_x": 439.32184064607657, "initial_stability_margin": 2.5872384424051704, "t_final": 275.27326997871097, "apogee_time": 24.63869741250229, "frontal_surface_wind": 0.874985787232423, "y_impact": 517.3956103124424} +{"apogee": 3414.3383148592875, "out_of_rail_stability_margin": 2.7176454690603227, "lateral_surface_wind": -1.988267552235551, "impact_velocity": -5.588619863231748, "x_impact": 888.7300762201724, "max_mach_number": 0.8209237650554502, "out_of_rail_time": 0.36037701568370056, "apogee_y": 465.85266667343535, "out_of_rail_velocity": 25.551403571269393, "apogee_x": 319.0369149978838, "initial_stability_margin": 2.647486624662704, "t_final": 285.7372520702529, "apogee_time": 25.874623396030323, "frontal_surface_wind": 0.6709760308621234, "y_impact": 374.34599712254425} +{"apogee": 2985.054133962618, "out_of_rail_stability_margin": 2.683507668869764, "lateral_surface_wind": -2.084757043018625, "impact_velocity": -5.522393290194168, "x_impact": 720.0099372416435, "max_mach_number": 0.7434476663013382, "out_of_rail_time": 0.37603504966151724, "apogee_y": 460.6985699835286, "out_of_rail_velocity": 24.25364732698561, "apogee_x": 279.20442708140683, "initial_stability_margin": 2.609979117807475, "t_final": 278.54894251452737, "apogee_time": 24.41695835177877, "frontal_surface_wind": 0.2837229896026715, "y_impact": 162.5950867966828} +{"apogee": 3006.468588812979, "out_of_rail_stability_margin": 2.61185089286689, "lateral_surface_wind": -1.31352141692361, "impact_velocity": -5.410147111013491, "x_impact": 624.780712042894, "max_mach_number": 0.7491295531250903, "out_of_rail_time": 0.3754302606832866, "apogee_y": 366.36602641846747, "out_of_rail_velocity": 24.28241867424522, "apogee_x": 317.522995336097, "initial_stability_margin": 2.536047139197081, "t_final": 277.9349714297152, "apogee_time": 24.482963897087085, "frontal_surface_wind": 0.5365825671711687, "y_impact": 144.12630773667559} +{"apogee": 2880.4182667421874, "out_of_rail_stability_margin": 2.6459382498490682, "lateral_surface_wind": -2.5619180529722634, "impact_velocity": -5.516411980896952, "x_impact": 834.7318369020917, "max_mach_number": 0.7251094151459085, "out_of_rail_time": 0.3798254137486876, "apogee_y": 470.0461855529852, "out_of_rail_velocity": 23.961171054573907, "apogee_x": 282.33854225937193, "initial_stability_margin": 2.5724707321130973, "t_final": 266.7173629389778, "apogee_time": 24.036611529321313, "frontal_surface_wind": 1.142762200400178, "y_impact": 232.6962696740316} +{"apogee": 2116.7897433041653, "out_of_rail_stability_margin": 2.6249680364131898, "lateral_surface_wind": -1.977468255322124, "impact_velocity": -5.486504365580193, "x_impact": 473.1049144464097, "max_mach_number": 0.5768657906381399, "out_of_rail_time": 0.41868471286476844, "apogee_y": 257.23028967866213, "out_of_rail_velocity": 21.277422870554986, "apogee_x": 128.99939579359565, "initial_stability_margin": 2.540895749818104, "t_final": 227.09560772442757, "apogee_time": 21.033404074766274, "frontal_surface_wind": 0.7021652173509554, "y_impact": 151.81721072415854} +{"apogee": 4228.206506886177, "out_of_rail_stability_margin": 2.7964707765356955, "lateral_surface_wind": -1.9409771381675687, "impact_velocity": -5.413887306761062, "x_impact": 1208.9825434055945, "max_mach_number": 1.0092891980502565, "out_of_rail_time": 0.3277749500559921, "apogee_y": 541.609510373512, "out_of_rail_velocity": 28.68427850570365, "apogee_x": 476.2557930440918, "initial_stability_margin": 2.7321647116001073, "t_final": 336.17975081466665, "apogee_time": 28.062220307793094, "frontal_surface_wind": 0.7975114057962274, "y_impact": 424.35871593239466} +{"apogee": 3455.5121917000124, "out_of_rail_stability_margin": 2.7025569488544035, "lateral_surface_wind": -2.0052198201542923, "impact_velocity": -5.410524096131494, "x_impact": 782.2685007464416, "max_mach_number": 0.8344021600479021, "out_of_rail_time": 0.3572274561589278, "apogee_y": 403.6812076847219, "out_of_rail_velocity": 25.750036285851138, "apogee_x": 231.76595670209457, "initial_stability_margin": 2.6306779610130677, "t_final": 311.79967713128144, "apogee_time": 25.91269637760012, "frontal_surface_wind": 1.0366668818096407, "y_impact": 290.065492213476} +{"apogee": 4385.491295035686, "out_of_rail_stability_margin": 2.801020812745395, "lateral_surface_wind": -2.064206486318761, "impact_velocity": -5.5826609795497575, "x_impact": 1316.2094236858134, "max_mach_number": 1.0252082994007627, "out_of_rail_time": 0.3259943648520925, "apogee_y": 653.1599288214912, "out_of_rail_velocity": 28.863458166441113, "apogee_x": 529.6152780700452, "initial_stability_margin": 2.735987931703886, "t_final": 344.49904301039345, "apogee_time": 28.651923915591635, "frontal_surface_wind": 0.4071390979559607, "y_impact": 332.5025654130576} +{"apogee": 2895.7816637489136, "out_of_rail_stability_margin": 2.6296966345336954, "lateral_surface_wind": -1.6130941513671138, "impact_velocity": -5.614100543944185, "x_impact": 695.764622667307, "max_mach_number": 0.7200501727255456, "out_of_rail_time": 0.3805861443640174, "apogee_y": 331.248632609106, "out_of_rail_velocity": 23.847119108257793, "apogee_x": 252.90451704130683, "initial_stability_margin": 2.5548499961557014, "t_final": 270.7949494480154, "apogee_time": 24.152210723812633, "frontal_surface_wind": 0.9065722622304618, "y_impact": 345.9512471318078} +{"apogee": 3571.8710914290236, "out_of_rail_stability_margin": 2.637962264522158, "lateral_surface_wind": -0.6146672673749267, "impact_velocity": -5.43090903268234, "x_impact": 576.460050780497, "max_mach_number": 0.855323298075905, "out_of_rail_time": 0.35424772412259703, "apogee_y": 339.93566929611984, "out_of_rail_velocity": 26.04538915545647, "apogee_x": 386.8349695992822, "initial_stability_margin": 2.566172251037942, "t_final": 302.02451052566795, "apogee_time": 26.315898638178258, "frontal_surface_wind": -0.7248696912197363, "y_impact": 350.2246377584372} +{"apogee": 3079.9610545476003, "out_of_rail_stability_margin": 2.6771543814160945, "lateral_surface_wind": -2.0171943137090675, "impact_velocity": -5.377140336069322, "x_impact": 842.0717616542242, "max_mach_number": 0.766719797025275, "out_of_rail_time": 0.37086615653842997, "apogee_y": 471.49531536370483, "out_of_rail_velocity": 24.624697436330287, "apogee_x": 300.8160329768699, "initial_stability_margin": 2.6024283853327588, "t_final": 289.223985171714, "apogee_time": 24.689862535251322, "frontal_surface_wind": 0.5782246916243228, "y_impact": 369.9994138923948} +{"apogee": 4071.936056562169, "out_of_rail_stability_margin": 2.677742513868466, "lateral_surface_wind": -2.132282312420346, "impact_velocity": -5.420189409659449, "x_impact": 1180.0412362478282, "max_mach_number": 0.9669615045086611, "out_of_rail_time": 0.3345132517553714, "apogee_y": 653.8271261643857, "out_of_rail_velocity": 27.969366271982068, "apogee_x": 523.2591172656169, "initial_stability_margin": 2.612277473427189, "t_final": 337.85665492293225, "apogee_time": 27.687665143970545, "frontal_surface_wind": 1.2812543431943353, "y_impact": 533.5007631800065} +{"apogee": 4290.4675369587185, "out_of_rail_stability_margin": 2.577242986289622, "lateral_surface_wind": -0.7265827323998334, "impact_velocity": -5.421196041609425, "x_impact": 845.9653071604532, "max_mach_number": 1.0225650876602177, "out_of_rail_time": 0.32584852531426595, "apogee_y": 357.04668166854856, "out_of_rail_velocity": 28.916268367725714, "apogee_x": 341.4926465655989, "initial_stability_margin": 2.5121590459589505, "t_final": 344.7030598627149, "apogee_time": 28.2112566827554, "frontal_surface_wind": 0.8494977127616237, "y_impact": 516.9058231077001} +{"apogee": 3654.5160063095773, "out_of_rail_stability_margin": 2.5572099991582338, "lateral_surface_wind": -2.345160568516029, "impact_velocity": -5.403432109346005, "x_impact": 942.6487905378301, "max_mach_number": 0.872498697435579, "out_of_rail_time": 0.3497675938302156, "apogee_y": 433.4058303659006, "out_of_rail_velocity": 26.43274642054265, "apogee_x": 249.45412553797442, "initial_stability_margin": 2.489673064286921, "t_final": 305.8627091045619, "apogee_time": 26.5234056093007, "frontal_surface_wind": 0.9079236719627354, "y_impact": 172.9343206447066} +{"apogee": 3865.3697217169833, "out_of_rail_stability_margin": 2.6295702046266527, "lateral_surface_wind": -1.9671695059236154, "impact_velocity": -5.416906367683771, "x_impact": 1136.307021141374, "max_mach_number": 0.9229882177677856, "out_of_rail_time": 0.34257153572516763, "apogee_y": 541.8899188959973, "out_of_rail_velocity": 27.205303940197524, "apogee_x": 445.80768103090014, "initial_stability_margin": 2.5623552897771438, "t_final": 324.0944460376071, "apogee_time": 27.109714630107614, "frontal_surface_wind": 0.7305209293569067, "y_impact": 427.36726859196} +{"apogee": 2672.750554844475, "out_of_rail_stability_margin": 2.6211232484128044, "lateral_surface_wind": -2.089219029493893, "impact_velocity": -5.236612596348962, "x_impact": 831.688526215347, "max_mach_number": 0.6957915534799126, "out_of_rail_time": 0.3866023909460999, "apogee_y": 409.6817074007874, "out_of_rail_velocity": 23.390049377711712, "apogee_x": 326.1424410152008, "initial_stability_margin": 2.5396364838639394, "t_final": 269.29911270561354, "apogee_time": 23.159777930184195, "frontal_surface_wind": 1.122503520338793, "y_impact": 218.78044807603507} +{"apogee": 3352.5494844777954, "out_of_rail_stability_margin": 2.755904081884214, "lateral_surface_wind": -2.682515632524056, "impact_velocity": -5.541193663522972, "x_impact": 739.5884558032093, "max_mach_number": 0.8106009966300225, "out_of_rail_time": 0.36148664101791095, "apogee_y": 520.2933577214409, "out_of_rail_velocity": 25.39085524946418, "apogee_x": 291.20774525041065, "initial_stability_margin": 2.6879169887345236, "t_final": 293.20051448027704, "apogee_time": 25.67279602981486, "frontal_surface_wind": 0.21490170061499558, "y_impact": 126.28025945865615} +{"apogee": 3467.822941548093, "out_of_rail_stability_margin": 2.629295448034828, "lateral_surface_wind": -1.1955966898994925, "impact_velocity": -5.459157761912231, "x_impact": 847.595720861241, "max_mach_number": 0.8336587090996164, "out_of_rail_time": 0.3585628453789292, "apogee_y": 375.4766630241768, "out_of_rail_velocity": 25.66298629374694, "apogee_x": 297.36680610119845, "initial_stability_margin": 2.553354237558474, "t_final": 305.7705072927157, "apogee_time": 25.99016644135925, "frontal_surface_wind": 1.1596251847963692, "y_impact": 511.4071542790754} +{"apogee": 4073.4418393939036, "out_of_rail_stability_margin": 2.603309665509458, "lateral_surface_wind": -1.9311891538251227, "impact_velocity": -5.429861246363755, "x_impact": 981.6844460276274, "max_mach_number": 0.9654918480659551, "out_of_rail_time": 0.3356791926571342, "apogee_y": 430.10478921577453, "out_of_rail_velocity": 27.85155919020207, "apogee_x": 261.0813337316226, "initial_stability_margin": 2.534561975614481, "t_final": 342.45704863021564, "apogee_time": 27.69934102490182, "frontal_surface_wind": 1.3738359072797244, "y_impact": 273.0595809545628} +{"apogee": 3505.846212713697, "out_of_rail_stability_margin": 2.6465694154128747, "lateral_surface_wind": -1.1786065526289267, "impact_velocity": -5.396168072016999, "x_impact": 999.4343543446754, "max_mach_number": 0.8495304637890237, "out_of_rail_time": 0.3555070767358376, "apogee_y": 468.69287733024504, "out_of_rail_velocity": 25.9693070977633, "apogee_x": 430.8803633859504, "initial_stability_margin": 2.573331980314545, "t_final": 301.14058478081114, "apogee_time": 26.04191575864919, "frontal_surface_wind": 1.1768893780694913, "y_impact": 620.242064504847} +{"apogee": 1838.002097381466, "out_of_rail_stability_margin": 2.70555500704099, "lateral_surface_wind": -0.7599979109888803, "impact_velocity": -5.3719643245747495, "x_impact": 329.58585980713593, "max_mach_number": 0.5238262616405694, "out_of_rail_time": 0.436544499155511, "apogee_y": 168.46041434368152, "out_of_rail_velocity": 20.279769410287052, "apogee_x": 125.90011776894177, "initial_stability_margin": 2.6167729221145217, "t_final": 213.33362068059316, "apogee_time": 19.71567428941532, "frontal_surface_wind": 0.819738986691115, "y_impact": 204.8828763597356} +{"apogee": 3918.9597284087918, "out_of_rail_stability_margin": 2.775829890428758, "lateral_surface_wind": -0.7243815592177709, "impact_velocity": -5.367947366235447, "x_impact": 840.6373453398706, "max_mach_number": 0.9296044357285903, "out_of_rail_time": 0.34076761264952277, "apogee_y": 390.6752216525901, "out_of_rail_velocity": 27.286613135285204, "apogee_x": 384.12759356106176, "initial_stability_margin": 2.7085436393536937, "t_final": 330.35131934804997, "apogee_time": 27.279984853258668, "frontal_surface_wind": 0.8513754680950522, "y_impact": 548.7952070969125} +{"apogee": 3599.9223653218496, "out_of_rail_stability_margin": 2.5772825167282667, "lateral_surface_wind": -2.04702512241942, "impact_velocity": -5.4300228663395, "x_impact": 1081.4157195760752, "max_mach_number": 0.8655651839880171, "out_of_rail_time": 0.352137152341845, "apogee_y": 484.5067399628853, "out_of_rail_velocity": 26.233790872977476, "apogee_x": 437.75583892011167, "initial_stability_margin": 2.5055609002397494, "t_final": 311.9270321817591, "apogee_time": 26.35747208166933, "frontal_surface_wind": 1.1977221942320952, "y_impact": 207.29390574868074} +{"apogee": 3277.170335823312, "out_of_rail_stability_margin": 2.7052275111294057, "lateral_surface_wind": -2.35804442830422, "impact_velocity": -5.424941003009796, "x_impact": 912.261314409496, "max_mach_number": 0.7996499629972281, "out_of_rail_time": 0.36369514279748794, "apogee_y": 464.4027875852048, "out_of_rail_velocity": 25.193835604603905, "apogee_x": 286.57022045497604, "initial_stability_margin": 2.6331501834526945, "t_final": 286.95911812684886, "apogee_time": 25.363802677855386, "frontal_surface_wind": 0.8739164493108865, "y_impact": 219.76603616455884} +{"apogee": 2017.3159718830332, "out_of_rail_stability_margin": 2.7121594689801953, "lateral_surface_wind": -2.052267934973038, "impact_velocity": -5.473196828964188, "x_impact": 523.5295304659189, "max_mach_number": 0.5606043457273683, "out_of_rail_time": 0.4239579234649074, "apogee_y": 341.5613006612823, "out_of_rail_velocity": 20.96261758363415, "apogee_x": 249.44144527004207, "initial_stability_margin": 2.6256544099341688, "t_final": 221.75806743585872, "apogee_time": 20.584222108945795, "frontal_surface_wind": 0.46358061470076584, "y_impact": 95.67860873636263} +{"apogee": 3095.9020395991975, "out_of_rail_stability_margin": 2.6378778654325092, "lateral_surface_wind": -1.364654150423863, "impact_velocity": -5.3850342317537425, "x_impact": 663.8510853626472, "max_mach_number": 0.7671528986921613, "out_of_rail_time": 0.37012011561144403, "apogee_y": 358.0424471861782, "out_of_rail_velocity": 24.664442279695468, "apogee_x": 292.77292687538886, "initial_stability_margin": 2.5638658651659885, "t_final": 288.7040218336259, "apogee_time": 24.73032985983151, "frontal_surface_wind": 0.6182467965913578, "y_impact": 246.0764693875316} +{"apogee": 2223.3513635026284, "out_of_rail_stability_margin": 2.6580463934650695, "lateral_surface_wind": -1.3444273582331685, "impact_velocity": -5.368057290363172, "x_impact": 499.55489623333165, "max_mach_number": 0.6032098826290265, "out_of_rail_time": 0.4107672214406825, "apogee_y": 361.6595181936346, "out_of_rail_velocity": 21.7742776179038, "apogee_x": 286.3841374552843, "initial_stability_margin": 2.576617424852931, "t_final": 234.0670835958089, "apogee_time": 21.466454404711943, "frontal_surface_wind": 0.45362367943394816, "y_impact": 241.8275869324721} +{"apogee": 3094.6268086661644, "out_of_rail_stability_margin": 2.8715202943125178, "lateral_surface_wind": -2.061428272864759, "impact_velocity": -5.405500982584895, "x_impact": 904.574455414891, "max_mach_number": 0.771549057780253, "out_of_rail_time": 0.3692831028928802, "apogee_y": 493.8259761566426, "out_of_rail_velocity": 24.73855507757573, "apogee_x": 347.9867257467784, "initial_stability_margin": 2.799121885072569, "t_final": 275.8901315799878, "apogee_time": 24.717707392230636, "frontal_surface_wind": 1.0231079615679686, "y_impact": 356.57051211905934} +{"apogee": 3501.1750862319614, "out_of_rail_stability_margin": 2.5496847625890724, "lateral_surface_wind": -0.6160107606859536, "impact_velocity": -5.3078711509126215, "x_impact": 660.2098011906887, "max_mach_number": 0.8532853323928422, "out_of_rail_time": 0.3546824393758151, "apogee_y": 390.2413921160919, "out_of_rail_velocity": 25.979476589256272, "apogee_x": 462.7627365114454, "initial_stability_margin": 2.475227256931445, "t_final": 307.8490898363824, "apogee_time": 25.996867984616173, "frontal_surface_wind": -0.7237283064453597, "y_impact": 406.07290830914525} +{"apogee": 2989.4380104519696, "out_of_rail_stability_margin": 2.557925300818556, "lateral_surface_wind": -2.683854101796695, "impact_velocity": -5.353208484063462, "x_impact": 548.4648374814232, "max_mach_number": 0.7503554976273475, "out_of_rail_time": 0.37528863739493495, "apogee_y": 404.257938022264, "out_of_rail_velocity": 24.306272408908654, "apogee_x": 168.53534024861162, "initial_stability_margin": 2.4799995299120963, "t_final": 280.3069035754466, "apogee_time": 24.36128632479613, "frontal_surface_wind": 0.1974842270466437, "y_impact": 12.827292348857226} +{"apogee": 2785.408658519207, "out_of_rail_stability_margin": 2.6656198981877495, "lateral_surface_wind": -2.5909170019528514, "impact_velocity": -5.4120143792971716, "x_impact": 787.1305264873829, "max_mach_number": 0.7097309751115675, "out_of_rail_time": 0.3831344070869215, "apogee_y": 409.22023753953005, "out_of_rail_velocity": 23.664654324094332, "apogee_x": 221.48660661345977, "initial_stability_margin": 2.5877488941729094, "t_final": 270.0331265768059, "apogee_time": 23.64748071758283, "frontal_surface_wind": 0.982024570179232, "y_impact": 130.81676617194913} +{"apogee": 4230.92965996985, "out_of_rail_stability_margin": 2.7614231031369854, "lateral_surface_wind": -1.8327379767723877, "impact_velocity": -5.428177245039412, "x_impact": 1192.5231860433078, "max_mach_number": 1.0019168600022053, "out_of_rail_time": 0.32868009881179516, "apogee_y": 536.336871512086, "out_of_rail_velocity": 28.61178819921451, "apogee_x": 467.595731627409, "initial_stability_margin": 2.6985722946669437, "t_final": 341.1230433810992, "apogee_time": 28.118573070757844, "frontal_surface_wind": 0.9566041041540112, "y_impact": 464.4206523066892} +{"apogee": 3898.424404013512, "out_of_rail_stability_margin": 2.7696854819214467, "lateral_surface_wind": -1.485457695091352, "impact_velocity": -5.493825504641689, "x_impact": 1175.4113827667322, "max_mach_number": 0.9185871552478776, "out_of_rail_time": 0.34285510448691586, "apogee_y": 478.0572755444184, "out_of_rail_velocity": 27.09415904105291, "apogee_x": 436.4269227973525, "initial_stability_margin": 2.7010954579553137, "t_final": 319.1860465935321, "apogee_time": 27.287891319473633, "frontal_surface_wind": 1.4011351924570743, "y_impact": 504.8481915638499} +{"apogee": 3823.9734651308922, "out_of_rail_stability_margin": 2.663564743225466, "lateral_surface_wind": -2.609620571450007, "impact_velocity": -5.3010882783765885, "x_impact": 955.6206064672958, "max_mach_number": 0.9176925477751698, "out_of_rail_time": 0.34288775466558175, "apogee_y": 497.84213617346256, "out_of_rail_velocity": 27.10640583546533, "apogee_x": 227.1042251145201, "initial_stability_margin": 2.594165357868972, "t_final": 328.22956154746777, "apogee_time": 26.93671193600803, "frontal_surface_wind": 1.0291792991862927, "y_impact": 177.12881798239124} +{"apogee": 4028.648415381139, "out_of_rail_stability_margin": 2.6532252648690284, "lateral_surface_wind": -1.5129354764326364, "impact_velocity": -5.4557262013937065, "x_impact": 1064.534481592897, "max_mach_number": 0.9436287681540211, "out_of_rail_time": 0.33914982947500305, "apogee_y": 403.85887684057997, "out_of_rail_velocity": 27.474435413477675, "apogee_x": 309.82461054567034, "initial_stability_margin": 2.5835691015424924, "t_final": 332.50207604097176, "apogee_time": 27.657653652075073, "frontal_surface_wind": 1.371419204911243, "y_impact": 412.784415503594} +{"apogee": 3761.37411167207, "out_of_rail_stability_margin": 2.6103493888312275, "lateral_surface_wind": -2.105072974205698, "impact_velocity": -5.416227526838793, "x_impact": 904.5738285503181, "max_mach_number": 0.8957944735694284, "out_of_rail_time": 0.34644513215122297, "apogee_y": 470.4219741567771, "out_of_rail_velocity": 26.769614160346027, "apogee_x": 316.5266801520096, "initial_stability_margin": 2.541173319401251, "t_final": 314.2099220706554, "apogee_time": 26.832353572866154, "frontal_surface_wind": 1.325484185150386, "y_impact": 338.71441759153055} +{"apogee": 3967.8809999890777, "out_of_rail_stability_margin": 2.6706301735517886, "lateral_surface_wind": -2.1691928942699485, "impact_velocity": -5.485808609327681, "x_impact": 875.9366427385621, "max_mach_number": 0.9288051029572301, "out_of_rail_time": 0.34046158530737475, "apogee_y": 542.3170949780391, "out_of_rail_velocity": 27.326038233766052, "apogee_x": 318.139770647092, "initial_stability_margin": 2.60585236688088, "t_final": 328.7137614620949, "apogee_time": 27.51305148183636, "frontal_surface_wind": 0.6987778838603412, "y_impact": 197.34858560582714} +{"apogee": 3224.0953149603424, "out_of_rail_stability_margin": 2.61328781374604, "lateral_surface_wind": -1.2948012614876598, "impact_velocity": -5.358108543976894, "x_impact": 721.4638302366013, "max_mach_number": 0.7924576893731192, "out_of_rail_time": 0.3662099122322537, "apogee_y": 379.3654587203555, "out_of_rail_velocity": 24.973046082336882, "apogee_x": 360.5598525141575, "initial_stability_margin": 2.5374483680640876, "t_final": 298.0936095796596, "apogee_time": 25.193286910265687, "frontal_surface_wind": 0.5803008334984315, "y_impact": 112.51526869582828} +{"apogee": 3361.0583056572154, "out_of_rail_stability_margin": 2.6699103380383913, "lateral_surface_wind": -2.6782257061002825, "impact_velocity": -5.398491012156424, "x_impact": 893.8047518280969, "max_mach_number": 0.8226628760896646, "out_of_rail_time": 0.36032788211050715, "apogee_y": 596.4504525918952, "out_of_rail_velocity": 25.493245763113453, "apogee_x": 414.5257178422718, "initial_stability_margin": 2.5960508543490413, "t_final": 300.3017393887167, "apogee_time": 25.613313464247838, "frontal_surface_wind": 0.2630207726526501, "y_impact": 200.86520042715304} +{"apogee": 3123.753500235166, "out_of_rail_stability_margin": 2.7611570453146266, "lateral_surface_wind": -1.99197123096031, "impact_velocity": -5.548672855342815, "x_impact": 812.1003783842328, "max_mach_number": 0.7673179847497282, "out_of_rail_time": 0.3709223238236402, "apogee_y": 430.1203793769404, "out_of_rail_velocity": 24.646614087693287, "apogee_x": 278.77338901691496, "initial_stability_margin": 2.687667574543546, "t_final": 283.56495989715006, "apogee_time": 24.914918226298493, "frontal_surface_wind": 0.659899468321279, "y_impact": 332.06202664315754} +{"apogee": 2896.5586844774307, "out_of_rail_stability_margin": 2.6552805852712362, "lateral_surface_wind": -2.1027856738315633, "impact_velocity": -5.412141180420679, "x_impact": 804.6193877200243, "max_mach_number": 0.7300004225704585, "out_of_rail_time": 0.37839841007037966, "apogee_y": 403.9094982276272, "out_of_rail_velocity": 24.0686248871932, "apogee_x": 292.583990685905, "initial_stability_margin": 2.5827276300905075, "t_final": 270.75600640483617, "apogee_time": 24.05853425383318, "frontal_surface_wind": 1.0968786242338415, "y_impact": 204.60608369053222} +{"apogee": 2702.341258291166, "out_of_rail_stability_margin": 2.6596161029412575, "lateral_surface_wind": -2.672465538987564, "impact_velocity": -5.308806640478861, "x_impact": 751.4469737297343, "max_mach_number": 0.7020502048706269, "out_of_rail_time": 0.3847718432124116, "apogee_y": 512.1338581939038, "out_of_rail_velocity": 23.54968975663649, "apogee_x": 371.0085937971525, "initial_stability_margin": 2.583051746108508, "t_final": 267.1250027258692, "apogee_time": 23.295589854779017, "frontal_surface_wind": 0.3162290350158645, "y_impact": 158.1123787096234} +{"apogee": 3551.0801061852517, "out_of_rail_stability_margin": 2.6554765586131674, "lateral_surface_wind": -1.1412219826088599, "impact_velocity": -5.449146773524036, "x_impact": 881.6027929989892, "max_mach_number": 0.8477964812931648, "out_of_rail_time": 0.3553525974341129, "apogee_y": 368.1706621645871, "out_of_rail_velocity": 25.93506324710985, "apogee_x": 328.98080844510577, "initial_stability_margin": 2.5828925257202116, "t_final": 300.3225643206641, "apogee_time": 26.265477557248587, "frontal_surface_wind": 1.2131753379140793, "y_impact": 504.3840201812901} +{"apogee": 3062.083256868093, "out_of_rail_stability_margin": 2.7576230908384636, "lateral_surface_wind": -1.9879966218524072, "impact_velocity": -5.611448009353372, "x_impact": 1027.2045713851267, "max_mach_number": 0.7584320943466215, "out_of_rail_time": 0.3738341009047476, "apogee_y": 580.3468445390848, "out_of_rail_velocity": 24.41519035843927, "apogee_x": 479.22877957699853, "initial_stability_margin": 2.680765481662137, "t_final": 277.04420879628327, "apogee_time": 24.720228418395326, "frontal_surface_wind": 0.671778330081922, "y_impact": 507.7099548767765} +{"apogee": 2308.0290923200446, "out_of_rail_stability_margin": 2.6669687145436973, "lateral_surface_wind": -1.9731378792797758, "impact_velocity": -5.483581013258727, "x_impact": 666.9516627889659, "max_mach_number": 0.6156080595991702, "out_of_rail_time": 0.40728951248412537, "apogee_y": 332.3595793753971, "out_of_rail_velocity": 22.01623222625638, "apogee_x": 252.4138120546556, "initial_stability_margin": 2.585720651085854, "t_final": 241.3844009124362, "apogee_time": 21.845530136186003, "frontal_surface_wind": 1.184467532075597, "y_impact": 174.01717684108235} +{"apogee": 3046.3073030126493, "out_of_rail_stability_margin": 2.7234096873780453, "lateral_surface_wind": -1.823767885928266, "impact_velocity": -5.445123412336602, "x_impact": 1019.6264850498377, "max_mach_number": 0.7605626417594029, "out_of_rail_time": 0.3731290479669936, "apogee_y": 518.8410264793652, "out_of_rail_velocity": 24.502941580092454, "apogee_x": 492.67809639710134, "initial_stability_margin": 2.6466291710120666, "t_final": 282.5551837475462, "apogee_time": 24.59158823305837, "frontal_surface_wind": 0.973596734713499, "y_impact": 456.35457543310014} +{"apogee": 2884.6884258298837, "out_of_rail_stability_margin": 2.7814007995335817, "lateral_surface_wind": -2.404248920292948, "impact_velocity": -5.4608132915191785, "x_impact": 694.8316644594063, "max_mach_number": 0.7244495756112859, "out_of_rail_time": 0.37952539047962963, "apogee_y": 384.99507667762725, "out_of_rail_velocity": 23.97905698515657, "apogee_x": 158.9354113021395, "initial_stability_margin": 2.706752944923244, "t_final": 276.43341048478885, "apogee_time": 24.031512226884654, "frontal_surface_wind": 0.7373537926280135, "y_impact": 119.72700381947678} +{"apogee": 3384.352074674031, "out_of_rail_stability_margin": 2.6509383102395967, "lateral_surface_wind": -1.9289910181522214, "impact_velocity": -5.434013457751922, "x_impact": 1110.524445365616, "max_mach_number": 0.8248593088059856, "out_of_rail_time": 0.3604783082407595, "apogee_y": 578.670578944238, "out_of_rail_velocity": 25.49885331897752, "apogee_x": 473.6270483491073, "initial_stability_margin": 2.5752787535069004, "t_final": 301.26171045889396, "apogee_time": 25.717402193670576, "frontal_surface_wind": 1.376920585898458, "y_impact": 463.4635489472141} +{"apogee": 4172.76943274058, "out_of_rail_stability_margin": 2.7207799432329174, "lateral_surface_wind": -1.3368674798739297, "impact_velocity": -5.459792167359443, "x_impact": 1090.6977242976207, "max_mach_number": 0.9879083239656027, "out_of_rail_time": 0.33159539978277136, "apogee_y": 493.4128565676991, "out_of_rail_velocity": 28.271051830687576, "apogee_x": 500.59982650391714, "initial_stability_margin": 2.6527948970894415, "t_final": 340.5381100181726, "apogee_time": 27.960444147446427, "frontal_surface_wind": 0.6762361961771043, "y_impact": 372.1123215704103} +{"apogee": 3711.855674620831, "out_of_rail_stability_margin": 2.613479671069757, "lateral_surface_wind": -1.1243151611715714, "impact_velocity": -5.339531422912509, "x_impact": 833.0452372658295, "max_mach_number": 0.892937110248665, "out_of_rail_time": 0.34717679325833184, "apogee_y": 345.6007470324707, "out_of_rail_velocity": 26.69857330417923, "apogee_x": 349.4744940677361, "initial_stability_margin": 2.5425960555726475, "t_final": 324.2018573646314, "apogee_time": 26.618080387259905, "frontal_surface_wind": 0.500622948863971, "y_impact": 346.3110336070519} +{"apogee": 3707.004742119233, "out_of_rail_stability_margin": 2.745797405849237, "lateral_surface_wind": -2.4217022214076946, "impact_velocity": -5.5017408732868684, "x_impact": 974.5822288953386, "max_mach_number": 0.8785870560558752, "out_of_rail_time": 0.3496027768715857, "apogee_y": 518.303382356637, "out_of_rail_velocity": 26.482031369039937, "apogee_x": 253.9954597185367, "initial_stability_margin": 2.676300101903114, "t_final": 315.07578505008803, "apogee_time": 26.73655355137342, "frontal_surface_wind": 0.677836143224716, "y_impact": 260.02420312198825} +{"apogee": 2660.544127783411, "out_of_rail_stability_margin": 2.5814873326607524, "lateral_surface_wind": -0.6135540599116592, "impact_velocity": -5.342612156165293, "x_impact": 653.9700604486264, "max_mach_number": 0.6970071038248857, "out_of_rail_time": 0.3868661431481957, "apogee_y": 449.42609912497954, "out_of_rail_velocity": 23.379934555760435, "apogee_x": 554.6396068006771, "initial_stability_margin": 2.5001397305262643, "t_final": 258.42147058511466, "apogee_time": 23.13126344431606, "frontal_surface_wind": -0.7258121894795345, "y_impact": 447.8237977031875} +{"apogee": 4087.927894022392, "out_of_rail_stability_margin": 2.7361637223129387, "lateral_surface_wind": -3.068557561036239, "impact_velocity": -5.3923488244511395, "x_impact": 1229.8588621308454, "max_mach_number": 0.9754081862665634, "out_of_rail_time": 0.3334960231960901, "apogee_y": 754.5008265357371, "out_of_rail_velocity": 28.059197449412647, "apogee_x": 421.6444665753762, "initial_stability_margin": 2.6707781036226597, "t_final": 346.0971800649149, "apogee_time": 27.723888463586473, "frontal_surface_wind": 0.43041338945710894, "y_impact": 238.20090289638654} +{"apogee": 3632.710156830774, "out_of_rail_stability_margin": 2.6545316561399166, "lateral_surface_wind": -2.000355399844642, "impact_velocity": -5.4677200739090415, "x_impact": 1067.3068744442958, "max_mach_number": 0.8711117639347484, "out_of_rail_time": 0.3511376747364735, "apogee_y": 519.7800564856417, "out_of_rail_velocity": 26.30220721882004, "apogee_x": 363.82210384304466, "initial_stability_margin": 2.583449900223982, "t_final": 308.6658254624933, "apogee_time": 26.478707940328423, "frontal_surface_wind": 0.7107257566195214, "y_impact": 310.1869674622261} +{"apogee": 4349.778735798591, "out_of_rail_stability_margin": 2.5755036756419454, "lateral_surface_wind": -2.102128219050151, "impact_velocity": -5.478581153143241, "x_impact": 1277.958276839338, "max_mach_number": 1.0373994382667502, "out_of_rail_time": 0.32379330911880494, "apogee_y": 686.3717724245739, "out_of_rail_velocity": 29.13628695163361, "apogee_x": 602.8311744192878, "initial_stability_margin": 2.5095980849562602, "t_final": 335.88268877182736, "apogee_time": 28.39897249358176, "frontal_surface_wind": 1.3301494286312519, "y_impact": 580.7021365308842} +{"apogee": 3234.6575491482063, "out_of_rail_stability_margin": 2.739437574177616, "lateral_surface_wind": -3.022906291390825, "impact_velocity": -5.4250503081548604, "x_impact": 804.3481507210915, "max_mach_number": 0.7946054732102742, "out_of_rail_time": 0.36490203677541394, "apogee_y": 461.52236097202695, "out_of_rail_velocity": 25.092664175767396, "apogee_x": 188.90499194355112, "initial_stability_margin": 2.6681251741459326, "t_final": 294.73704077009705, "apogee_time": 25.217533735464844, "frontal_surface_wind": 0.6806899034702927, "y_impact": 20.963180453655205} +{"apogee": 4087.6190462225936, "out_of_rail_stability_margin": 2.7678457220686528, "lateral_surface_wind": -2.0839543806198737, "impact_velocity": -5.409369197136951, "x_impact": 1085.5919183892909, "max_mach_number": 0.9659155166520201, "out_of_rail_time": 0.33360296798569666, "apogee_y": 523.1521280713569, "out_of_rail_velocity": 28.01878301000843, "apogee_x": 331.71372943872876, "initial_stability_margin": 2.70724204494868, "t_final": 327.18772612808453, "apogee_time": 27.75369234192268, "frontal_surface_wind": 0.9764069667332289, "y_impact": 366.1985134469414} +{"apogee": 4502.871255645637, "out_of_rail_stability_margin": 2.6784591990772006, "lateral_surface_wind": -1.9648352910431286, "impact_velocity": -5.512481860064735, "x_impact": 1116.7332433025185, "max_mach_number": 1.0675375675899865, "out_of_rail_time": 0.31938501803533553, "apogee_y": 489.2808594589568, "out_of_rail_velocity": 29.62916119831031, "apogee_x": 361.07177093086653, "initial_stability_margin": 2.614347282242634, "t_final": 352.6419764431465, "apogee_time": 28.8327083080526, "frontal_surface_wind": 0.7367760666143433, "y_impact": 356.92859141154156} +{"apogee": 4551.313540033133, "out_of_rail_stability_margin": 2.6383051669723634, "lateral_surface_wind": -2.215910806553679, "impact_velocity": -5.403249291355238, "x_impact": 1095.77526066801, "max_mach_number": 1.09434951323642, "out_of_rail_time": 0.3154492552209814, "apogee_y": 582.818902146978, "out_of_rail_velocity": 30.142086591700366, "apogee_x": 352.4044204317492, "initial_stability_margin": 2.5745479184545546, "t_final": 366.01091134568884, "apogee_time": 28.840179576749392, "frontal_surface_wind": 0.8453340190546048, "y_impact": 208.30439838948718} +{"apogee": 4144.967025279806, "out_of_rail_stability_margin": 2.6497032073716564, "lateral_surface_wind": -1.1651922270064174, "impact_velocity": -5.478938569235552, "x_impact": 1174.0402637505947, "max_mach_number": 0.9839387256852521, "out_of_rail_time": 0.3318407862865787, "apogee_y": 514.6434099532994, "out_of_rail_velocity": 28.21478845303424, "apogee_x": 493.9881448941451, "initial_stability_margin": 2.583254430328229, "t_final": 334.7994758600434, "apogee_time": 27.874104469047445, "frontal_surface_wind": 1.190171873401679, "y_impact": 694.2142022616163} +{"apogee": 2130.817926965923, "out_of_rail_stability_margin": 2.572775307396154, "lateral_surface_wind": -2.1797347827972655, "impact_velocity": -5.21875800820934, "x_impact": 560.8490186279827, "max_mach_number": 0.5872911914567416, "out_of_rail_time": 0.41712143084341863, "apogee_y": 341.4009475532812, "out_of_rail_velocity": 21.39493351424063, "apogee_x": 183.8022242674465, "initial_stability_margin": 2.480641094488036, "t_final": 239.78902342236702, "apogee_time": 21.021103134318665, "frontal_surface_wind": 0.6835527699792604, "y_impact": 182.5474176698467} +{"apogee": 3927.674789308223, "out_of_rail_stability_margin": 2.6565536185691596, "lateral_surface_wind": -1.9625994180366626, "impact_velocity": -5.508176114956165, "x_impact": 967.0362088899461, "max_mach_number": 0.9233113784199904, "out_of_rail_time": 0.34311033241417427, "apogee_y": 443.8935068800035, "out_of_rail_velocity": 27.129205779906595, "apogee_x": 307.5662990832734, "initial_stability_margin": 2.586962740734913, "t_final": 317.76645701478617, "apogee_time": 27.385396699061697, "frontal_surface_wind": 0.7427113958910231, "y_impact": 323.9333805693214} +{"apogee": 3596.7151994064693, "out_of_rail_stability_margin": 2.7102100895584913, "lateral_surface_wind": -1.3211381777707718, "impact_velocity": -5.451088471474232, "x_impact": 882.1880884922402, "max_mach_number": 0.858147024501624, "out_of_rail_time": 0.35259166853137996, "apogee_y": 412.11657436615474, "out_of_rail_velocity": 26.146503984723637, "apogee_x": 384.5937753573032, "initial_stability_margin": 2.6404420485423925, "t_final": 305.908791178917, "apogee_time": 26.38540796327701, "frontal_surface_wind": 0.6919603362390863, "y_impact": 319.25480149445235} +{"apogee": 2642.0575076799328, "out_of_rail_stability_margin": 2.7253460332540693, "lateral_surface_wind": -2.124073921602949, "impact_velocity": -5.3717031936563435, "x_impact": 570.870747272884, "max_mach_number": 0.6802618546224954, "out_of_rail_time": 0.3897283741439949, "apogee_y": 285.4216196013701, "out_of_rail_velocity": 23.151196389560344, "apogee_x": 120.05624309532112, "initial_stability_margin": 2.6470183574573114, "t_final": 261.1095398151787, "apogee_time": 23.11834272765208, "frontal_surface_wind": 1.0550641127147946, "y_impact": 84.87585046573925} +{"apogee": 3023.8661372407146, "out_of_rail_stability_margin": 2.659243170771683, "lateral_surface_wind": -1.9955369296053207, "impact_velocity": -5.4853943123101745, "x_impact": 735.0427374399414, "max_mach_number": 0.751690624072156, "out_of_rail_time": 0.37492401432653727, "apogee_y": 343.6087807663354, "out_of_rail_velocity": 24.324771739128735, "apogee_x": 209.49691719833157, "initial_stability_margin": 2.5819251544829878, "t_final": 278.1231506395602, "apogee_time": 24.521369136200207, "frontal_surface_wind": 1.1463283943841387, "y_impact": 177.21070429385742} +{"apogee": 4405.934439936586, "out_of_rail_stability_margin": 2.604278149812722, "lateral_surface_wind": -2.583246091399701, "impact_velocity": -5.515450974084604, "x_impact": 1309.3744909136994, "max_mach_number": 1.0465658874804076, "out_of_rail_time": 0.32285277516087557, "apogee_y": 679.9297990666096, "out_of_rail_velocity": 29.235241067496393, "apogee_x": 463.5831825424479, "initial_stability_margin": 2.537481094778026, "t_final": 356.20487910865353, "apogee_time": 28.582913243534676, "frontal_surface_wind": 1.0936951988908141, "y_impact": 342.92531618257686} +{"apogee": 2585.32795170855, "out_of_rail_stability_margin": 2.7337403604125914, "lateral_surface_wind": -2.5901873569286273, "impact_velocity": -5.460321929679937, "x_impact": 702.8306829956748, "max_mach_number": 0.666900928156775, "out_of_rail_time": 0.39322441481961723, "apogee_y": 372.3463695732844, "out_of_rail_velocity": 22.91995556356068, "apogee_x": 181.22374147159974, "initial_stability_margin": 2.6552056055396887, "t_final": 260.23296330305226, "apogee_time": 22.95271965136964, "frontal_surface_wind": 0.9839474698636865, "y_impact": 91.23092714764425} +{"apogee": 3939.9208191752323, "out_of_rail_stability_margin": 2.5729374707285873, "lateral_surface_wind": -1.1405112892483547, "impact_velocity": -5.291081195350261, "x_impact": 764.3408843095752, "max_mach_number": 0.9408264317199106, "out_of_rail_time": 0.3386572081604262, "apogee_y": 255.17765564600083, "out_of_rail_velocity": 27.516608218984167, "apogee_x": 173.2027693616334, "initial_stability_margin": 2.5048328112873826, "t_final": 322.9830690469508, "apogee_time": 27.23141673826253, "frontal_surface_wind": 1.2138434879380837, "y_impact": 384.5321502878431} +{"apogee": 3407.779349044704, "out_of_rail_stability_margin": 2.6685230856905626, "lateral_surface_wind": -3.046876709134262, "impact_velocity": -5.429706524829395, "x_impact": 957.4919838383719, "max_mach_number": 0.8291052361049972, "out_of_rail_time": 0.35855291983410853, "apogee_y": 577.4832653992021, "out_of_rail_velocity": 25.644391179463675, "apogee_x": 294.91141531959, "initial_stability_margin": 2.59798596687145, "t_final": 303.81800943223385, "apogee_time": 25.776820817659885, "frontal_surface_wind": 0.5637761174010443, "y_impact": 133.67375041858594} +{"apogee": 3720.909994339561, "out_of_rail_stability_margin": 2.630859104271464, "lateral_surface_wind": -1.1648432657739487, "impact_velocity": -5.3733927984346375, "x_impact": 1032.682793514914, "max_mach_number": 0.8913864818269935, "out_of_rail_time": 0.3476550511338015, "apogee_y": 525.4836062579816, "out_of_rail_velocity": 26.637937399426267, "apogee_x": 502.22920062459747, "initial_stability_margin": 2.5599335614222047, "t_final": 336.5976483530285, "apogee_time": 26.713819065570405, "frontal_surface_wind": 0.39730100018826553, "y_impact": 556.0580188452691} +{"apogee": 3888.429262087158, "out_of_rail_stability_margin": 2.6892902138629746, "lateral_surface_wind": -2.1592100032521264, "impact_velocity": -5.438803430758782, "x_impact": 1041.0358146554056, "max_mach_number": 0.9216752273480168, "out_of_rail_time": 0.34295778410426847, "apogee_y": 516.8181300571778, "out_of_rail_velocity": 27.098570257833853, "apogee_x": 313.08843732091196, "initial_stability_margin": 2.618607925564182, "t_final": 329.56705250226196, "apogee_time": 27.222421668828293, "frontal_surface_wind": 0.8861291382340504, "y_impact": 368.55093463182635} +{"apogee": 3381.3771757346676, "out_of_rail_stability_margin": 2.658937433605195, "lateral_surface_wind": -1.957160630527019, "impact_velocity": -5.411138031500041, "x_impact": 1074.4447145090476, "max_mach_number": 0.8233632055829893, "out_of_rail_time": 0.35972239717545035, "apogee_y": 511.26002839030946, "out_of_rail_velocity": 25.54994068211289, "apogee_x": 425.6068719629828, "initial_stability_margin": 2.5872514962851083, "t_final": 293.39230263521995, "apogee_time": 25.69842693740584, "frontal_surface_wind": 0.8222378567817774, "y_impact": 330.4831076421315} +{"apogee": 3460.5688948825177, "out_of_rail_stability_margin": 2.5183549417967668, "lateral_surface_wind": -1.2069384196768684, "impact_velocity": -5.352172179946062, "x_impact": 632.1371892771765, "max_mach_number": 0.8463353654289885, "out_of_rail_time": 0.3554398987537564, "apogee_y": 363.8145981025555, "out_of_rail_velocity": 25.92816134554459, "apogee_x": 307.51075648268204, "initial_stability_margin": 2.4459696426587003, "t_final": 299.93810217209676, "apogee_time": 25.841367263131605, "frontal_surface_wind": 0.47991420225287185, "y_impact": 369.44219687265166} +{"apogee": 3249.658549907916, "out_of_rail_stability_margin": 2.662384380607095, "lateral_surface_wind": -1.9986219950164519, "impact_velocity": -5.403073898457935, "x_impact": 869.2547330564339, "max_mach_number": 0.7976638932479322, "out_of_rail_time": 0.3644706394240952, "apogee_y": 476.2284974726639, "out_of_rail_velocity": 25.150384159129512, "apogee_x": 343.0931836365702, "initial_stability_margin": 2.5885857271673784, "t_final": 287.8852833598181, "apogee_time": 25.25067096418017, "frontal_surface_wind": 1.0493306781072365, "y_impact": 387.0612536551139} +{"apogee": 3635.678423730331, "out_of_rail_stability_margin": 2.6543695419804743, "lateral_surface_wind": -2.687923230051802, "impact_velocity": -5.389969532545958, "x_impact": 885.2228864025619, "max_mach_number": 0.8801262938345243, "out_of_rail_time": 0.3491346275520336, "apogee_y": 622.560212057053, "out_of_rail_velocity": 26.507171930386487, "apogee_x": 383.194634331826, "initial_stability_margin": 2.5858026786251944, "t_final": 306.22280010026435, "apogee_time": 26.416044871065974, "frontal_surface_wind": 0.13092581491455269, "y_impact": 224.20681225805822} +{"apogee": 2773.950332147578, "out_of_rail_stability_margin": 2.69301255633573, "lateral_surface_wind": -1.8376291965450886, "impact_velocity": -5.477300497863882, "x_impact": 628.8711747577198, "max_mach_number": 0.7032823037556998, "out_of_rail_time": 0.38388565943678216, "apogee_y": 280.78125551074515, "out_of_rail_velocity": 23.581881486907665, "apogee_x": 151.72978123365777, "initial_stability_margin": 2.6181217801456933, "t_final": 263.9970657385345, "apogee_time": 23.62896755232903, "frontal_surface_wind": 1.3448277138460791, "y_impact": 147.9315207775639} +{"apogee": 3163.446024029756, "out_of_rail_stability_margin": 2.528568005611689, "lateral_surface_wind": -2.362735310739639, "impact_velocity": -5.343049752005279, "x_impact": 963.105113642123, "max_mach_number": 0.7854994758400764, "out_of_rail_time": 0.3674352114342303, "apogee_y": 492.25719657276085, "out_of_rail_velocity": 24.902873507266428, "apogee_x": 332.2325297094372, "initial_stability_margin": 2.4506498398651395, "t_final": 291.9454354819527, "apogee_time": 24.924710659477274, "frontal_surface_wind": 0.8611534924836474, "y_impact": 237.44401750132494} +{"apogee": 3584.3795625206612, "out_of_rail_stability_margin": 2.596687622288076, "lateral_surface_wind": -2.3334120971572783, "impact_velocity": -5.291838837586013, "x_impact": 1180.2572002859322, "max_mach_number": 0.8684544302477354, "out_of_rail_time": 0.3509763210196976, "apogee_y": 558.7365467337709, "out_of_rail_velocity": 26.321975338521245, "apogee_x": 440.52977349449463, "initial_stability_margin": 2.5258733646866585, "t_final": 315.31584010229835, "apogee_time": 26.247843670867383, "frontal_surface_wind": 0.9377054287316426, "y_impact": 297.0365647120188} +{"apogee": 2254.697570143509, "out_of_rail_stability_margin": 2.7492974776767904, "lateral_surface_wind": -2.1199770080733398, "impact_velocity": -5.379456491132524, "x_impact": 581.0481956143992, "max_mach_number": 0.607473088633742, "out_of_rail_time": 0.408603176308623, "apogee_y": 352.4863027289923, "out_of_rail_velocity": 21.879460145288466, "apogee_x": 221.157794509439, "initial_stability_margin": 2.668542099920588, "t_final": 241.07556849340742, "apogee_time": 21.583717755204585, "frontal_surface_wind": 0.8362929084740477, "y_impact": 147.21433608215523} +{"apogee": 2901.320467973247, "out_of_rail_stability_margin": 2.6037089739124704, "lateral_surface_wind": -1.8745320976459465, "impact_velocity": -5.380657557673654, "x_impact": 743.6313104038119, "max_mach_number": 0.7313457716206904, "out_of_rail_time": 0.379953897203476, "apogee_y": 401.69300463683004, "out_of_rail_velocity": 24.021513488090765, "apogee_x": 279.2876708093136, "initial_stability_margin": 2.5224327440635004, "t_final": 273.27425047718015, "apogee_time": 24.07430964692316, "frontal_surface_wind": 0.8718654245255583, "y_impact": 326.45531824045304} +{"apogee": 3351.618066355054, "out_of_rail_stability_margin": 2.6402266510565457, "lateral_surface_wind": -1.5123088723546383, "impact_velocity": -5.439087331612719, "x_impact": 962.9076163312761, "max_mach_number": 0.8153725153562462, "out_of_rail_time": 0.3612629541802658, "apogee_y": 455.6477043806943, "out_of_rail_velocity": 25.446137708672904, "apogee_x": 401.18639289461373, "initial_stability_margin": 2.5670632328232696, "t_final": 305.93430225320134, "apogee_time": 25.594471378851427, "frontal_surface_wind": 1.107669576088524, "y_impact": 453.2018034811066} +{"apogee": 3606.2267875318676, "out_of_rail_stability_margin": 2.610101102858749, "lateral_surface_wind": -1.2236589102010775, "impact_velocity": -5.35723484159857, "x_impact": 771.4129989219451, "max_mach_number": 0.8735553840399369, "out_of_rail_time": 0.3510799720587937, "apogee_y": 473.6875220802568, "out_of_rail_velocity": 26.323072937673935, "apogee_x": 406.27967196384094, "initial_stability_margin": 2.53723342092209, "t_final": 311.74852251636594, "apogee_time": 26.328647389634654, "frontal_surface_wind": 0.43551907180009697, "y_impact": 496.02068594210056} +{"apogee": 4417.248430976269, "out_of_rail_stability_margin": 2.6633759560491868, "lateral_surface_wind": -0.6800368824691028, "impact_velocity": -5.398037737972255, "x_impact": 1196.3140043429858, "max_mach_number": 1.0630419272945557, "out_of_rail_time": 0.31975606324411876, "apogee_y": 522.9860682598828, "out_of_rail_velocity": 29.605458227319303, "apogee_x": 624.5945331746592, "initial_stability_margin": 2.5989892995714166, "t_final": 353.99538055579427, "apogee_time": 28.512866367238217, "frontal_surface_wind": 0.8871970860471432, "y_impact": 707.6964176524721} +{"apogee": 3980.128704766481, "out_of_rail_stability_margin": 2.6870896416334116, "lateral_surface_wind": -2.572855841348327, "impact_velocity": -5.402546976466083, "x_impact": 1057.7871216192377, "max_mach_number": 0.9393243259501545, "out_of_rail_time": 0.33976128861235466, "apogee_y": 456.84800786777976, "out_of_rail_velocity": 27.425599197116462, "apogee_x": 231.5683193469907, "initial_stability_margin": 2.617321607403599, "t_final": 338.9850020577376, "apogee_time": 27.468427601170458, "frontal_surface_wind": 1.0284143071174432, "y_impact": 150.70240712741514} +{"apogee": 2687.2070446028843, "out_of_rail_stability_margin": 2.8568523516857236, "lateral_surface_wind": -1.9023945242960099, "impact_velocity": -5.525663380511634, "x_impact": 582.6049335444668, "max_mach_number": 0.6844168150569593, "out_of_rail_time": 0.38827388741525665, "apogee_y": 286.29628576722763, "out_of_rail_velocity": 23.23681952343689, "apogee_x": 125.3181648453255, "initial_stability_margin": 2.7814365379074553, "t_final": 259.28281893811675, "apogee_time": 23.338915203985216, "frontal_surface_wind": 1.25153414569958, "y_impact": 161.67880076372916} +{"apogee": 3694.531953678913, "out_of_rail_stability_margin": 2.5565635066448746, "lateral_surface_wind": -1.312094808437814, "impact_velocity": -5.379462346671929, "x_impact": 853.4750347350791, "max_mach_number": 0.8822967901142387, "out_of_rail_time": 0.3484883238879647, "apogee_y": 356.6663808614165, "out_of_rail_velocity": 26.549523830774337, "apogee_x": 349.06097197369263, "initial_stability_margin": 2.4869890978141482, "t_final": 322.8166439427769, "apogee_time": 26.620579860479218, "frontal_surface_wind": 0.7231301856755031, "y_impact": 219.46305857523552} +{"apogee": 3077.984511288229, "out_of_rail_stability_margin": 2.607827289447668, "lateral_surface_wind": -0.3965502182064593, "impact_velocity": -5.4977461695223235, "x_impact": 741.0021830661988, "max_mach_number": 0.7612732774506035, "out_of_rail_time": 0.3732709943047646, "apogee_y": 361.52480287170476, "out_of_rail_velocity": 24.471058860413873, "apogee_x": 456.81272818282946, "initial_stability_margin": 2.5306022896862572, "t_final": 279.00435392783703, "apogee_time": 24.747316931586482, "frontal_surface_wind": 0.2409208646627052, "y_impact": 581.6436738725356} +{"apogee": 2613.848693870547, "out_of_rail_stability_margin": 2.6637295518752553, "lateral_surface_wind": -1.2006145261495789, "impact_velocity": -5.47284080656195, "x_impact": 380.7082473652913, "max_mach_number": 0.6739111099454145, "out_of_rail_time": 0.3924896656354451, "apogee_y": 264.48823696445396, "out_of_rail_velocity": 22.995918655521532, "apogee_x": 204.19002658814128, "initial_stability_margin": 2.582737969188303, "t_final": 254.47748385460602, "apogee_time": 23.043470826545644, "frontal_surface_wind": 0.495522703833769, "y_impact": 226.25427037476283} +{"apogee": 3659.8961106986003, "out_of_rail_stability_margin": 2.6228002170662315, "lateral_surface_wind": -3.0096519548504617, "impact_velocity": -5.428322177254891, "x_impact": 1113.4930586126532, "max_mach_number": 0.8795948708462918, "out_of_rail_time": 0.3500939741919312, "apogee_y": 615.8725298648303, "out_of_rail_velocity": 26.403401575746432, "apogee_x": 395.09929022380214, "initial_stability_margin": 2.5509713723626133, "t_final": 315.83461236930776, "apogee_time": 26.54747064789718, "frontal_surface_wind": 0.7370863598530519, "y_impact": 149.05788176890903} +{"apogee": 4111.030411599899, "out_of_rail_stability_margin": 2.733652738495677, "lateral_surface_wind": -1.6038151129131508, "impact_velocity": -5.3957300522571305, "x_impact": 980.3749767428757, "max_mach_number": 0.9742529047834996, "out_of_rail_time": 0.3337572042274946, "apogee_y": 391.8889059676924, "out_of_rail_velocity": 28.03164502150026, "apogee_x": 306.9371471634493, "initial_stability_margin": 2.6653224402213778, "t_final": 332.42564245674276, "apogee_time": 27.77233323930534, "frontal_surface_wind": 0.9228884501454252, "y_impact": 447.86275997021204} +{"apogee": 2641.2194343249193, "out_of_rail_stability_margin": 2.7262158502201874, "lateral_surface_wind": -1.8245171303140544, "impact_velocity": -5.398135996484375, "x_impact": 757.4107181207769, "max_mach_number": 0.6820836723009464, "out_of_rail_time": 0.38909414063633885, "apogee_y": 338.73962164952013, "out_of_rail_velocity": 23.199753720577732, "apogee_x": 260.0208781917296, "initial_stability_margin": 2.650331025301931, "t_final": 258.3666150483387, "apogee_time": 23.12529569833974, "frontal_surface_wind": 1.5126314452547467, "y_impact": 223.83164310505146} +{"apogee": 4082.7998189568543, "out_of_rail_stability_margin": 2.747044594692791, "lateral_surface_wind": -1.3056448595149468, "impact_velocity": -5.548328703327023, "x_impact": 1127.1637860474514, "max_mach_number": 0.9565767629755242, "out_of_rail_time": 0.3369615485272661, "apogee_y": 508.9924322638164, "out_of_rail_velocity": 27.760661384799274, "apogee_x": 541.8159531114826, "initial_stability_margin": 2.6808504303984706, "t_final": 335.489377095899, "apogee_time": 27.805860719566393, "frontal_surface_wind": 0.7207681267327093, "y_impact": 397.30093716630535} +{"apogee": 4111.734816434984, "out_of_rail_stability_margin": 2.688901897968618, "lateral_surface_wind": -1.8512670140568068, "impact_velocity": -5.529810691040505, "x_impact": 1028.5923824972679, "max_mach_number": 0.9581451120564468, "out_of_rail_time": 0.3362184961368295, "apogee_y": 438.898838617571, "out_of_rail_velocity": 27.78649423592806, "apogee_x": 325.4400833094169, "initial_stability_margin": 2.624628233701683, "t_final": 328.38527281567946, "apogee_time": 27.939151793649152, "frontal_surface_wind": 1.4797726482970588, "y_impact": 296.19467519608514} +{"apogee": 3338.9583387977136, "out_of_rail_stability_margin": 2.7954170375816276, "lateral_surface_wind": -1.3393307347976835, "impact_velocity": -5.6101911881302815, "x_impact": 1039.6078183068123, "max_mach_number": 0.8095254390998399, "out_of_rail_time": 0.36158487625174807, "apogee_y": 561.5460295152859, "out_of_rail_velocity": 25.381185408634302, "apogee_x": 561.9501657595594, "initial_stability_margin": 2.72583943260655, "t_final": 286.7440711398997, "apogee_time": 25.611418638528093, "frontal_surface_wind": 0.6560551611853087, "y_impact": 505.31400918112604} +{"apogee": 3602.095694266291, "out_of_rail_stability_margin": 2.728273512871294, "lateral_surface_wind": -1.827954867175848, "impact_velocity": -5.448756997610621, "x_impact": 894.168170837334, "max_mach_number": 0.8652358788232287, "out_of_rail_time": 0.3523318569981735, "apogee_y": 371.84755184401854, "out_of_rail_velocity": 26.240188639180573, "apogee_x": 259.9397192638187, "initial_stability_margin": 2.6575599369176297, "t_final": 309.5417192021023, "apogee_time": 26.36176614420698, "frontal_surface_wind": 1.5084752737618952, "y_impact": 228.49451632763027} +{"apogee": 4021.3701039252574, "out_of_rail_stability_margin": 2.4898761783256083, "lateral_surface_wind": -1.7051455665416504, "impact_velocity": -5.381412602948794, "x_impact": 1216.187819449161, "max_mach_number": 0.9658883982158163, "out_of_rail_time": 0.3357693668171402, "apogee_y": 662.1200172829602, "out_of_rail_velocity": 27.876711189470385, "apogee_x": 525.623944036067, "initial_stability_margin": 2.418889605617251, "t_final": 329.91266856222404, "apogee_time": 27.474618216468716, "frontal_surface_wind": 0.7186268883946669, "y_impact": 754.3452926536868} +{"apogee": 3598.436596962107, "out_of_rail_stability_margin": 2.675432489320025, "lateral_surface_wind": -2.045369447619489, "impact_velocity": -5.448415463871877, "x_impact": 1071.0571115757186, "max_mach_number": 0.867191509208287, "out_of_rail_time": 0.35162519563616473, "apogee_y": 541.5007615077575, "out_of_rail_velocity": 26.272616127428652, "apogee_x": 462.4708620548971, "initial_stability_margin": 2.6045498543904158, "t_final": 299.74708207510093, "apogee_time": 26.34512450924891, "frontal_surface_wind": 0.49312725131509827, "y_impact": 253.94431403622818} +{"apogee": 2848.1181227815455, "out_of_rail_stability_margin": 2.661081742726395, "lateral_surface_wind": -1.53589385211723, "impact_velocity": -5.5485449360668255, "x_impact": 719.0389636277697, "max_mach_number": 0.7128799284533853, "out_of_rail_time": 0.38280246876253443, "apogee_y": 364.86089440301, "out_of_rail_velocity": 23.699443478690313, "apogee_x": 273.9744941539419, "initial_stability_margin": 2.582718937273947, "t_final": 272.39056715763314, "apogee_time": 23.966468798363948, "frontal_surface_wind": 1.0747279145082183, "y_impact": 357.53999683365197} +{"apogee": 3620.6365312040457, "out_of_rail_stability_margin": 2.6304270894329727, "lateral_surface_wind": -2.0805350284819863, "impact_velocity": -5.430627484540993, "x_impact": 928.9022646473281, "max_mach_number": 0.8649740519541963, "out_of_rail_time": 0.3515204696252239, "apogee_y": 403.2175155570829, "out_of_rail_velocity": 26.280433756649423, "apogee_x": 256.58352614281955, "initial_stability_margin": 2.5624368412655585, "t_final": 311.83953559779485, "apogee_time": 26.44849418456275, "frontal_surface_wind": 1.057727130705708, "y_impact": 251.7965285728618} +{"apogee": 3660.2118010572963, "out_of_rail_stability_margin": 2.6363197111896643, "lateral_surface_wind": -1.8727238182385721, "impact_velocity": -5.458185181544223, "x_impact": 906.285325675677, "max_mach_number": 0.869290595552725, "out_of_rail_time": 0.35164926500453586, "apogee_y": 451.446187685555, "out_of_rail_velocity": 26.26254375541544, "apogee_x": 313.584277121463, "initial_stability_margin": 2.56436229567854, "t_final": 303.2550499153209, "apogee_time": 26.605892139620607, "frontal_surface_wind": 0.87574277284485, "y_impact": 382.3242897161884} +{"apogee": 3419.8586503708057, "out_of_rail_stability_margin": 2.7954224202101314, "lateral_surface_wind": -0.4039049623376181, "impact_velocity": -5.45112573146088, "x_impact": 957.2342572266891, "max_mach_number": 0.8353247542893322, "out_of_rail_time": 0.35752488181364134, "apogee_y": 508.1086013293008, "out_of_rail_velocity": 25.735269461828665, "apogee_x": 616.4341418231279, "initial_stability_margin": 2.7235713452925645, "t_final": 310.69543303059385, "apogee_time": 25.78624000543868, "frontal_surface_wind": 0.22837626844412562, "y_impact": 797.7096121480347} +{"apogee": 3441.356124143189, "out_of_rail_stability_margin": 2.6569194549275927, "lateral_surface_wind": -2.0441301542540984, "impact_velocity": -5.368372015365058, "x_impact": 953.3971322505806, "max_mach_number": 0.8349573379599465, "out_of_rail_time": 0.3571331206286876, "apogee_y": 473.89536402190635, "out_of_rail_velocity": 25.793105351202232, "apogee_x": 377.0354661392905, "initial_stability_margin": 2.58679029151284, "t_final": 302.47250438451096, "apogee_time": 25.862519032265077, "frontal_surface_wind": 0.4982394762701493, "y_impact": 160.5374156895354} +{"apogee": 2226.8603864706392, "out_of_rail_stability_margin": 2.7493364948817764, "lateral_surface_wind": -1.0975554599424386, "impact_velocity": -5.604896040931461, "x_impact": 625.2094229139785, "max_mach_number": 0.5959585833130091, "out_of_rail_time": 0.4125612223207142, "apogee_y": 273.20225098365984, "out_of_rail_velocity": 21.674981187403088, "apogee_x": 267.2740541151639, "initial_stability_margin": 2.6680019551280996, "t_final": 227.18755371886195, "apogee_time": 21.539240938679136, "frontal_surface_wind": 1.2528184331590828, "y_impact": 328.31272270680245} +{"apogee": 3211.4115159262738, "out_of_rail_stability_margin": 2.7024466835423206, "lateral_surface_wind": -1.9935146140487205, "impact_velocity": -5.373840368557356, "x_impact": 791.9721662757454, "max_mach_number": 0.7909564435663796, "out_of_rail_time": 0.3658881580189076, "apogee_y": 395.77018312174624, "out_of_rail_velocity": 25.00420062096101, "apogee_x": 233.1599437318551, "initial_stability_margin": 2.628281197348244, "t_final": 296.9028535188136, "apogee_time": 25.11665762666936, "frontal_surface_wind": 0.6552222346947792, "y_impact": 279.10897468366187} +{"apogee": 2994.563746166848, "out_of_rail_stability_margin": 2.7358731621404333, "lateral_surface_wind": -1.39301072388474, "impact_velocity": -5.534918779549148, "x_impact": 598.0614765329314, "max_mach_number": 0.7421405527724767, "out_of_rail_time": 0.3756000033530704, "apogee_y": 362.9922439688311, "out_of_rail_velocity": 24.27008151271621, "apogee_x": 260.953066998115, "initial_stability_margin": 2.6639252904827226, "t_final": 276.41489278872194, "apogee_time": 24.449607193069383, "frontal_surface_wind": 0.5513902201768399, "y_impact": 263.42825962069674} +{"apogee": 4481.465231806269, "out_of_rail_stability_margin": 2.791578462893579, "lateral_surface_wind": -1.3685212728997809, "impact_velocity": -5.473244075958279, "x_impact": 957.2479129463959, "max_mach_number": 1.0650280359845088, "out_of_rail_time": 0.3186425177909439, "apogee_y": 417.96548733759437, "out_of_rail_velocity": 29.738256169217014, "apogee_x": 340.347160328907, "initial_stability_margin": 2.730788992159129, "t_final": 361.27717949730294, "apogee_time": 28.72164714498057, "frontal_surface_wind": 0.6096388909717907, "y_impact": 284.1196153002499} +{"apogee": 4556.529322290013, "out_of_rail_stability_margin": 2.5461747875397687, "lateral_surface_wind": -1.6458489708565898, "impact_velocity": -5.404968120628271, "x_impact": 1279.462755204712, "max_mach_number": 1.0948106160335358, "out_of_rail_time": 0.31571191309991437, "apogee_y": 524.7161520252263, "out_of_rail_velocity": 30.115779801304658, "apogee_x": 447.09154098210547, "initial_stability_margin": 2.4808510360268787, "t_final": 368.69816917327813, "apogee_time": 28.859658548306484, "frontal_surface_wind": 0.8456519218630976, "y_impact": 587.0631879395353} +{"apogee": 4329.939249454047, "out_of_rail_stability_margin": 2.6273198455508164, "lateral_surface_wind": -2.5769937139746624, "impact_velocity": -5.357285548220282, "x_impact": 1350.616666011531, "max_mach_number": 1.046992589959924, "out_of_rail_time": 0.3227815481017461, "apogee_y": 697.7004051800203, "out_of_rail_velocity": 29.24897860447622, "apogee_x": 500.40731218643504, "initial_stability_margin": 2.5588801932265257, "t_final": 355.8324483805477, "apogee_time": 28.250140354222978, "frontal_surface_wind": 1.1083469470087985, "y_impact": 365.7118887841164} +{"apogee": 2221.9316540510267, "out_of_rail_stability_margin": 2.8027305700308274, "lateral_surface_wind": -1.8828837108391228, "impact_velocity": -5.610843764299195, "x_impact": 550.5269978387744, "max_mach_number": 0.5946819582787946, "out_of_rail_time": 0.4140216612330077, "apogee_y": 262.0858583212438, "out_of_rail_velocity": 21.578572358604625, "apogee_x": 137.51458656063926, "initial_stability_margin": 2.718425214770286, "t_final": 227.53660648461866, "apogee_time": 21.52872781396613, "frontal_surface_wind": 1.4393281694733802, "y_impact": 155.49997180325303} +{"apogee": 3014.508861746737, "out_of_rail_stability_margin": 2.703542366954115, "lateral_surface_wind": -2.1186055091606892, "impact_velocity": -5.33423753117244, "x_impact": 747.5994221937498, "max_mach_number": 0.7534332534628998, "out_of_rail_time": 0.37341527271704134, "apogee_y": 360.17882565242473, "out_of_rail_velocity": 24.444261262879927, "apogee_x": 193.08599850063203, "initial_stability_margin": 2.631003441820312, "t_final": 278.1856140045653, "apogee_time": 24.448777514131006, "frontal_surface_wind": 0.9792463348542317, "y_impact": 238.07201234437503} +{"apogee": 3619.453362672522, "out_of_rail_stability_margin": 2.5717503018662033, "lateral_surface_wind": -1.5193358346029642, "impact_velocity": -5.477576930766638, "x_impact": 1195.7968943779283, "max_mach_number": 0.8695302131593955, "out_of_rail_time": 0.3510652078572318, "apogee_y": 592.7295216819122, "out_of_rail_velocity": 26.29351700669472, "apogee_x": 571.8278818459625, "initial_stability_margin": 2.5003494317771704, "t_final": 318.7342638641577, "apogee_time": 26.4289277528875, "frontal_surface_wind": 1.0980112189253814, "y_impact": 603.82533441967} +{"apogee": 4315.306951715741, "out_of_rail_stability_margin": 2.66290462145839, "lateral_surface_wind": -0.6041062426874706, "impact_velocity": -5.521789880293656, "x_impact": 1023.4369533881951, "max_mach_number": 1.0197408383715942, "out_of_rail_time": 0.32780094080458727, "apogee_y": 569.4199299053439, "out_of_rail_velocity": 28.788467409242383, "apogee_x": 687.3111616931016, "initial_stability_margin": 2.597020187503819, "t_final": 347.09279160189993, "apogee_time": 28.400390124659715, "frontal_surface_wind": -0.7336944639134076, "y_impact": 634.6326566604691} +{"apogee": 2390.2911268593807, "out_of_rail_stability_margin": 2.6522273339035904, "lateral_surface_wind": -2.141011553991726, "impact_velocity": -5.376344468984156, "x_impact": 738.667108949858, "max_mach_number": 0.6369186210056528, "out_of_rail_time": 0.40203691329164265, "apogee_y": 432.55933044831073, "out_of_rail_velocity": 22.355445308909694, "apogee_x": 318.93028837687166, "initial_stability_margin": 2.5681874586974516, "t_final": 246.4739739762563, "apogee_time": 22.138074143466152, "frontal_surface_wind": 0.7965912617876848, "y_impact": 300.5899167812094} +{"apogee": 2693.3545983119006, "out_of_rail_stability_margin": 2.651592121417164, "lateral_surface_wind": -1.5272618043786519, "impact_velocity": -5.42001351413687, "x_impact": 506.2410901474449, "max_mach_number": 0.6876434731259943, "out_of_rail_time": 0.38882061799899453, "apogee_y": 232.74815104199715, "out_of_rail_velocity": 23.258007273885138, "apogee_x": 113.86865793136157, "initial_stability_margin": 2.5702749828630544, "t_final": 261.81177344257856, "apogee_time": 23.31803668706575, "frontal_surface_wind": 1.086959703062056, "y_impact": 207.57004520888265} +{"apogee": 1970.2995496648464, "out_of_rail_stability_margin": 2.6219618765229744, "lateral_surface_wind": -2.0565219762897726, "impact_velocity": -5.413623538622204, "x_impact": 411.9537484195216, "max_mach_number": 0.550293489338259, "out_of_rail_time": 0.42866554902980586, "apogee_y": 276.39312861428704, "out_of_rail_velocity": 20.70311215703443, "apogee_x": 158.49379546614776, "initial_stability_margin": 2.5288093046609217, "t_final": 224.35189669838482, "apogee_time": 20.364667555025836, "frontal_surface_wind": 0.4443287344771282, "y_impact": 11.27152820762071} +{"apogee": 2970.744873962844, "out_of_rail_stability_margin": 2.6055574019930545, "lateral_surface_wind": -1.833978691078147, "impact_velocity": -5.219500330817949, "x_impact": 775.6425938001254, "max_mach_number": 0.7490394283422802, "out_of_rail_time": 0.37666145904929405, "apogee_y": 338.8350857743335, "out_of_rail_velocity": 24.220964989243587, "apogee_x": 227.31446822759642, "initial_stability_margin": 2.521750271449597, "t_final": 286.9964359319804, "apogee_time": 24.25538290649994, "frontal_surface_wind": 1.3498017649250227, "y_impact": 189.1800826755652} +{"apogee": 3197.4876480825096, "out_of_rail_stability_margin": 2.7991382883698677, "lateral_surface_wind": -2.561806762851454, "impact_velocity": -5.471932095442117, "x_impact": 745.7235874642253, "max_mach_number": 0.7846195991025379, "out_of_rail_time": 0.3670936587613425, "apogee_y": 397.5837944456868, "out_of_rail_velocity": 24.905735768287762, "apogee_x": 157.57499271900443, "initial_stability_margin": 2.72513213301724, "t_final": 285.75514086528926, "apogee_time": 25.101845934323435, "frontal_surface_wind": 1.143011665127354, "y_impact": 124.71776161979672} +{"apogee": 3135.6486421490563, "out_of_rail_stability_margin": 2.6871100410863162, "lateral_surface_wind": -1.2284093353159575, "impact_velocity": -5.460172215179848, "x_impact": 672.6112418476013, "max_mach_number": 0.7756986103307176, "out_of_rail_time": 0.3691970123197751, "apogee_y": 458.0824511695177, "out_of_rail_velocity": 24.733235453855258, "apogee_x": 385.65907644215895, "initial_stability_margin": 2.612693313433449, "t_final": 291.0225039920616, "apogee_time": 24.910955156217852, "frontal_surface_wind": 0.42193423104165706, "y_impact": 467.89514731545916} +{"apogee": 3538.2353216150063, "out_of_rail_stability_margin": 2.8124760482606326, "lateral_surface_wind": -2.1701909351024806, "impact_velocity": -5.4590997404589965, "x_impact": 814.6218019762487, "max_mach_number": 0.8472793127367036, "out_of_rail_time": 0.3544504424695225, "apogee_y": 423.075423427466, "out_of_rail_velocity": 26.028407169815527, "apogee_x": 221.49152725389115, "initial_stability_margin": 2.745525294037202, "t_final": 303.94684273150165, "apogee_time": 26.206681986462875, "frontal_surface_wind": 0.9566198887601118, "y_impact": 158.5226729469357} +{"apogee": 3346.1962354846937, "out_of_rail_stability_margin": 2.7029054930723695, "lateral_surface_wind": -1.8606562674339102, "impact_velocity": -5.393800581999654, "x_impact": 974.3446113320042, "max_mach_number": 0.8160209026609416, "out_of_rail_time": 0.36110248529821687, "apogee_y": 493.00975308168205, "out_of_rail_velocity": 25.423868468021126, "apogee_x": 394.75943912721823, "initial_stability_margin": 2.629622700496138, "t_final": 303.35868086146723, "apogee_time": 25.573530485036457, "frontal_surface_wind": 0.9010983065387226, "y_impact": 424.01607619086116} +{"apogee": 3850.781365411112, "out_of_rail_stability_margin": 2.6679249292124037, "lateral_surface_wind": -1.6861779130711525, "impact_velocity": -5.577100557748687, "x_impact": 920.4137515356329, "max_mach_number": 0.9033681189341878, "out_of_rail_time": 0.34618716685375567, "apogee_y": 446.609838207922, "out_of_rail_velocity": 26.795065138178025, "apogee_x": 291.8165932773028, "initial_stability_margin": 2.5962710852502946, "t_final": 324.8813800139738, "apogee_time": 27.195355367631898, "frontal_surface_wind": 0.7620695855966565, "y_impact": 517.3230500806762} +{"apogee": 2474.6707215266674, "out_of_rail_stability_margin": 2.7067361531263128, "lateral_surface_wind": -2.1301896606806627, "impact_velocity": -5.402751274689105, "x_impact": 628.0477928415434, "max_mach_number": 0.6475358155684007, "out_of_rail_time": 0.3983693504950049, "apogee_y": 354.1782825439251, "out_of_rail_velocity": 22.600883083099227, "apogee_x": 218.56122798279154, "initial_stability_margin": 2.6280647968422746, "t_final": 251.81329784209166, "apogee_time": 22.509056144220988, "frontal_surface_wind": 0.8250940081056006, "y_impact": 206.29674181074623} +{"apogee": 3784.5582699214406, "out_of_rail_stability_margin": 2.748565526025087, "lateral_surface_wind": -1.8445748465772906, "impact_velocity": -5.47100622423784, "x_impact": 799.7152214060452, "max_mach_number": 0.8899664791180636, "out_of_rail_time": 0.34738060784141844, "apogee_y": 354.49933855459943, "out_of_rail_velocity": 26.66573892662514, "apogee_x": 202.14224110452463, "initial_stability_margin": 2.681079928694715, "t_final": 311.1168613614306, "apogee_time": 26.985216936051135, "frontal_surface_wind": 0.9335756739345819, "y_impact": 269.01427109744367} +{"apogee": 3317.9854490384746, "out_of_rail_stability_margin": 2.7070917151336795, "lateral_surface_wind": -0.7033019593774488, "impact_velocity": -5.508778268451636, "x_impact": 830.3813136832912, "max_mach_number": 0.8045375721237366, "out_of_rail_time": 0.36336738819945225, "apogee_y": 412.29797382319344, "out_of_rail_velocity": 25.247943021230142, "apogee_x": 445.9373598069464, "initial_stability_margin": 2.6351757557121513, "t_final": 295.53885415998695, "apogee_time": 25.553722883349106, "frontal_surface_wind": 0.8688700621753976, "y_impact": 553.3236967675265} +{"apogee": 2583.2832355434766, "out_of_rail_stability_margin": 2.70905414968116, "lateral_surface_wind": -1.3311253287481166, "impact_velocity": -5.519136795144738, "x_impact": 550.0047612566501, "max_mach_number": 0.664865269684291, "out_of_rail_time": 0.39356436741598605, "apogee_y": 307.9029371090538, "out_of_rail_velocity": 22.93670921989009, "apogee_x": 278.965673592066, "initial_stability_margin": 2.6318336417282837, "t_final": 247.94554457961834, "apogee_time": 22.95134767233027, "frontal_surface_wind": 0.6874702982164174, "y_impact": 222.0054693204913} +{"apogee": 3269.0873058346674, "out_of_rail_stability_margin": 2.6376268906784004, "lateral_surface_wind": -2.0200414797922095, "impact_velocity": -5.460007093737945, "x_impact": 987.7171688426095, "max_mach_number": 0.8018631965658714, "out_of_rail_time": 0.3633891856914653, "apogee_y": 567.4830653954459, "out_of_rail_velocity": 25.21485446447366, "apogee_x": 436.3361590331002, "initial_stability_margin": 2.565026825809473, "t_final": 298.00232420817366, "apogee_time": 25.327236947463785, "frontal_surface_wind": 1.0074806057187584, "y_impact": 480.24160007000734} +{"apogee": 3656.662056957625, "out_of_rail_stability_margin": 2.5986347017635896, "lateral_surface_wind": -1.1377458127337434, "impact_velocity": -5.399641851358305, "x_impact": 1033.5566664469088, "max_mach_number": 0.8796545673474756, "out_of_rail_time": 0.35005423135662733, "apogee_y": 490.18136177780036, "out_of_rail_velocity": 26.39730223553289, "apogee_x": 534.4645175962316, "initial_stability_margin": 2.5249231910101324, "t_final": 319.02552251686257, "apogee_time": 26.51600238064817, "frontal_surface_wind": 0.469299887253713, "y_impact": 512.2422350049758} +{"apogee": 3306.975225721722, "out_of_rail_stability_margin": 2.6830315886407474, "lateral_surface_wind": -2.552832235972626, "impact_velocity": -5.497748379564133, "x_impact": 863.5208809100146, "max_mach_number": 0.8027091680744001, "out_of_rail_time": 0.36304048166275305, "apogee_y": 397.7157958454851, "out_of_rail_velocity": 25.22961385768904, "apogee_x": 199.0777392481678, "initial_stability_margin": 2.611646507195947, "t_final": 293.1006279583966, "apogee_time": 25.47833894853745, "frontal_surface_wind": 1.0771586431083682, "y_impact": 110.2291097743186} +{"apogee": 3681.587559381645, "out_of_rail_stability_margin": 2.70708308324184, "lateral_surface_wind": -2.0026598539629963, "impact_velocity": -5.501089526781755, "x_impact": 935.6100504006047, "max_mach_number": 0.874544315882568, "out_of_rail_time": 0.35109032015574154, "apogee_y": 497.2183992315923, "out_of_rail_velocity": 26.315374412482086, "apogee_x": 292.9180449734297, "initial_stability_margin": 2.6350997915319123, "t_final": 309.4655661410999, "apogee_time": 26.684598674705956, "frontal_surface_wind": 1.2673871378974173, "y_impact": 375.28896217782017} +{"apogee": 2816.4995635198907, "out_of_rail_stability_margin": 2.7015562320450885, "lateral_surface_wind": -1.1724011323437962, "impact_velocity": -5.426820672418517, "x_impact": 538.3310171225601, "max_mach_number": 0.7114951001555294, "out_of_rail_time": 0.3823723046544681, "apogee_y": 308.9833215281387, "out_of_rail_velocity": 23.720358809618173, "apogee_x": 234.2529527932159, "initial_stability_margin": 2.6261831053340794, "t_final": 267.4642984763917, "apogee_time": 23.79379472258733, "frontal_surface_wind": 0.3744108751739171, "y_impact": 293.21262645913134} +{"apogee": 2943.12899399639, "out_of_rail_stability_margin": 2.610306349323818, "lateral_surface_wind": -1.9380571799283104, "impact_velocity": -5.352449966677431, "x_impact": 745.6156958577718, "max_mach_number": 0.7384656129913938, "out_of_rail_time": 0.3770305021293675, "apogee_y": 381.7733434429196, "out_of_rail_velocity": 24.183102081561877, "apogee_x": 221.89670254057538, "initial_stability_margin": 2.5359282464769772, "t_final": 274.8923712726166, "apogee_time": 24.218520559469912, "frontal_surface_wind": 1.1955655612519729, "y_impact": 254.60715389415444} +{"apogee": 2968.168866607301, "out_of_rail_stability_margin": 2.8213404442755143, "lateral_surface_wind": -2.0147408868780996, "impact_velocity": -5.582642042396518, "x_impact": 691.8175008503249, "max_mach_number": 0.7370086573000074, "out_of_rail_time": 0.37806261598473767, "apogee_y": 394.78186593027203, "out_of_rail_velocity": 24.106268175568538, "apogee_x": 210.72934382459118, "initial_stability_margin": 2.7458718197162666, "t_final": 269.76656897996537, "apogee_time": 24.388510870640594, "frontal_surface_wind": 0.586716159659753, "y_impact": 300.8724523587797} +{"apogee": 3755.2012308416734, "out_of_rail_stability_margin": 2.5966927046057187, "lateral_surface_wind": -1.8599904364127209, "impact_velocity": -5.282092489761724, "x_impact": 1022.6691953040938, "max_mach_number": 0.903263202045798, "out_of_rail_time": 0.3454545709974954, "apogee_y": 433.85613443005354, "out_of_rail_velocity": 26.873433287729117, "apogee_x": 316.8838749191801, "initial_stability_margin": 2.5259468940775385, "t_final": 328.62081726309134, "apogee_time": 26.7374961819781, "frontal_surface_wind": 1.313726843897405, "y_impact": 247.20058072145164} +{"apogee": 3835.333077633247, "out_of_rail_stability_margin": 2.639368683119002, "lateral_surface_wind": -2.6863482543561097, "impact_velocity": -5.450372825100133, "x_impact": 1063.7044838458455, "max_mach_number": 0.9180799357523844, "out_of_rail_time": 0.3431520873971556, "apogee_y": 719.0235520487421, "out_of_rail_velocity": 27.093457837352553, "apogee_x": 504.14132027953394, "initial_stability_margin": 2.5710180842608183, "t_final": 328.7459452961182, "apogee_time": 27.04192382493716, "frontal_surface_wind": 0.16001848637277916, "y_impact": 295.6138902355876} +{"apogee": 3286.9816881284787, "out_of_rail_stability_margin": 2.8148849385724293, "lateral_surface_wind": -1.125014992256394, "impact_velocity": -5.399910194065151, "x_impact": 623.5271894804508, "max_mach_number": 0.7986816597455335, "out_of_rail_time": 0.3638849909011768, "apogee_y": 217.55299167090953, "out_of_rail_velocity": 25.194381732488175, "apogee_x": 135.9094418754071, "initial_stability_margin": 2.743473996961258, "t_final": 294.0471881890965, "apogee_time": 25.38115822509689, "frontal_surface_wind": 1.2282195574533825, "y_impact": 314.29249257882} +{"apogee": 3374.0499917531497, "out_of_rail_stability_margin": 2.672856276518974, "lateral_surface_wind": -1.345983653157445, "impact_velocity": -5.40744486369595, "x_impact": 882.4876511590174, "max_mach_number": 0.8218140234393693, "out_of_rail_time": 0.35971318690463533, "apogee_y": 446.2795926653739, "out_of_rail_velocity": 25.528864377405903, "apogee_x": 432.7953706735773, "initial_stability_margin": 2.5995610638186433, "t_final": 299.7451540879166, "apogee_time": 25.641621196423152, "frontal_surface_wind": 0.6579042918217592, "y_impact": 339.7693203780685} +{"apogee": 3844.5768434785814, "out_of_rail_stability_margin": 2.484028832109054, "lateral_surface_wind": -1.1960248422382995, "impact_velocity": -5.369008652403537, "x_impact": 868.8445005300348, "max_mach_number": 0.9207737928510658, "out_of_rail_time": 0.34316237058853266, "apogee_y": 467.58652723332557, "out_of_rail_velocity": 27.088484336980127, "apogee_x": 460.2381939801416, "initial_stability_margin": 2.41274542524792, "t_final": 322.9299203989763, "apogee_time": 27.0402584931746, "frontal_surface_wind": 0.5065003130946296, "y_impact": 495.6649386012226} +{"apogee": 3969.82290741371, "out_of_rail_stability_margin": 2.7036704232004545, "lateral_surface_wind": -1.3485128012977592, "impact_velocity": -5.5030452361463125, "x_impact": 1284.3328274448345, "max_mach_number": 0.9369640112909603, "out_of_rail_time": 0.33892955263980745, "apogee_y": 677.0239354257507, "out_of_rail_velocity": 27.48654571296503, "apogee_x": 683.2759911299065, "initial_stability_margin": 2.639630298991182, "t_final": 336.71242404062286, "apogee_time": 27.477525891322788, "frontal_surface_wind": 0.6369681439661284, "y_impact": 584.5132808763909} +{"apogee": 3018.916227843855, "out_of_rail_stability_margin": 2.688814885721613, "lateral_surface_wind": -2.1806664640007045, "impact_velocity": -5.353944821687908, "x_impact": 791.3956206542766, "max_mach_number": 0.754804508995545, "out_of_rail_time": 0.37395623928002786, "apogee_y": 434.6263516653957, "out_of_rail_velocity": 24.438734541634652, "apogee_x": 254.03452225301388, "initial_stability_margin": 2.613186033005063, "t_final": 286.70148142880396, "apogee_time": 24.468915275403276, "frontal_surface_wind": 0.9324934740549401, "y_impact": 212.28550378525765} +{"apogee": 4357.553654247235, "out_of_rail_stability_margin": 2.629418730640653, "lateral_surface_wind": -1.9799569034025206, "impact_velocity": -5.379665205540963, "x_impact": 1297.5366752169648, "max_mach_number": 1.0493339087743185, "out_of_rail_time": 0.3221222726180901, "apogee_y": 534.8762883967528, "out_of_rail_velocity": 29.33886365675219, "apogee_x": 407.93930004143806, "initial_stability_margin": 2.5631976890432826, "t_final": 357.4077251702747, "apogee_time": 28.344623800500116, "frontal_surface_wind": 0.7657176290766142, "y_impact": 249.796838546936} +{"apogee": 2571.0079451344654, "out_of_rail_stability_margin": 2.6440492690773394, "lateral_surface_wind": -1.4548601361527616, "impact_velocity": -5.422258166596869, "x_impact": 828.7363040155993, "max_mach_number": 0.6676157105393201, "out_of_rail_time": 0.39414789702083164, "apogee_y": 344.56790024823135, "out_of_rail_velocity": 22.851210374408982, "apogee_x": 316.34473403948937, "initial_stability_margin": 2.559353987363124, "t_final": 257.7630351781649, "apogee_time": 22.868122871322456, "frontal_surface_wind": 1.432880447099967, "y_impact": 377.5344743247689} +{"apogee": 3714.422874213162, "out_of_rail_stability_margin": 2.700009378438168, "lateral_surface_wind": -1.9834695905773303, "impact_velocity": -5.426746403068476, "x_impact": 1164.7672030660867, "max_mach_number": 0.8913690473068622, "out_of_rail_time": 0.3477756863778711, "apogee_y": 535.3941931301101, "out_of_rail_velocity": 26.636953771582238, "apogee_x": 405.6421056441095, "initial_stability_margin": 2.6294908804387203, "t_final": 325.1076003822206, "apogee_time": 26.686388985752007, "frontal_surface_wind": 0.7565720124779975, "y_impact": 303.49135639531545} +{"apogee": 4347.255105834348, "out_of_rail_stability_margin": 2.5077196580862746, "lateral_surface_wind": -2.1472206675147616, "impact_velocity": -5.259969678690893, "x_impact": 1131.7805969666763, "max_mach_number": 1.0653736808027752, "out_of_rail_time": 0.319662717241424, "apogee_y": 587.7433095805752, "out_of_rail_velocity": 29.597651293153287, "apogee_x": 442.6834671597675, "initial_stability_margin": 2.4391826712897524, "t_final": 342.60811921587685, "apogee_time": 28.178998609925937, "frontal_surface_wind": 0.7796996329869752, "y_impact": 465.68518793304594} +{"apogee": 3481.292635445693, "out_of_rail_stability_margin": 2.766652391393657, "lateral_surface_wind": -1.115549924484646, "impact_velocity": -5.479533328164723, "x_impact": 776.787156518962, "max_mach_number": 0.8323278869540589, "out_of_rail_time": 0.35729775359448207, "apogee_y": 301.78251070524647, "out_of_rail_velocity": 25.741451947522624, "apogee_x": 256.17558333718006, "initial_stability_margin": 2.6975962232679196, "t_final": 292.09376216930036, "apogee_time": 26.05198163885676, "frontal_surface_wind": 1.2368226954963826, "y_impact": 421.96395711938476} +{"apogee": 4375.935185863897, "out_of_rail_stability_margin": 2.741190850010333, "lateral_surface_wind": -2.1220000681348985, "impact_velocity": -5.366392031553556, "x_impact": 1188.8346589289954, "max_mach_number": 1.046486671681914, "out_of_rail_time": 0.3219610410835571, "apogee_y": 573.2636538566518, "out_of_rail_velocity": 29.358933614002517, "apogee_x": 457.41971980308426, "initial_stability_margin": 2.6778980574822255, "t_final": 351.09724902260405, "apogee_time": 28.430295439830726, "frontal_surface_wind": 1.0592289729835913, "y_impact": 225.88828479208976} +{"apogee": 2895.7804947523828, "out_of_rail_stability_margin": 2.6737286456775946, "lateral_surface_wind": -1.1535331043146673, "impact_velocity": -5.4675580313080845, "x_impact": 850.099214192252, "max_mach_number": 0.726523728063879, "out_of_rail_time": 0.38012721901458246, "apogee_y": 404.6498908446809, "out_of_rail_velocity": 23.874955301670447, "apogee_x": 384.9789104267995, "initial_stability_margin": 2.5931911902226448, "t_final": 271.0056552172042, "apogee_time": 24.106674799227086, "frontal_surface_wind": 1.2014755059354327, "y_impact": 508.7042739746046} +{"apogee": 3486.9600685855694, "out_of_rail_stability_margin": 2.637985318013615, "lateral_surface_wind": -1.3586101743788184, "impact_velocity": -5.463633937031282, "x_impact": 768.8843849225989, "max_mach_number": 0.8375314294133787, "out_of_rail_time": 0.3575556364945271, "apogee_y": 392.7653865084765, "out_of_rail_velocity": 25.749153337810025, "apogee_x": 306.6134479812266, "initial_stability_margin": 2.5623688632133415, "t_final": 296.4495360602236, "apogee_time": 26.039286077083997, "frontal_surface_wind": 0.6151370463286545, "y_impact": 305.240174384212} +{"apogee": 3502.992158573724, "out_of_rail_stability_margin": 2.7924150714795575, "lateral_surface_wind": -0.40008409344794105, "impact_velocity": -5.447500345087075, "x_impact": 843.7699363755544, "max_mach_number": 0.8443388628911921, "out_of_rail_time": 0.3567971212720606, "apogee_y": 421.01012227301186, "out_of_rail_velocity": 25.85330902524207, "apogee_x": 517.3604657855693, "initial_stability_margin": 2.7200298411434365, "t_final": 307.2477837635598, "apogee_time": 26.100543075950156, "frontal_surface_wind": 0.2350056526114961, "y_impact": 696.3427994674215} +{"apogee": 3090.1645994043365, "out_of_rail_stability_margin": 2.5467800343769573, "lateral_surface_wind": -1.9697809459891689, "impact_velocity": -5.406693619807575, "x_impact": 857.3450236353898, "max_mach_number": 0.7685709645877694, "out_of_rail_time": 0.37216554467058477, "apogee_y": 411.2782566193143, "out_of_rail_velocity": 24.780865128444223, "apogee_x": 288.99860735755084, "initial_stability_margin": 2.471311093673768, "t_final": 288.54343930513494, "apogee_time": 24.71995220390863, "frontal_surface_wind": 0.7915275431897644, "y_impact": 225.6392680616238} +{"apogee": 3217.5037109727964, "out_of_rail_stability_margin": 2.617494494710288, "lateral_surface_wind": -2.080516629048039, "impact_velocity": -5.289828979780704, "x_impact": 1067.7482822464422, "max_mach_number": 0.8018337214521652, "out_of_rail_time": 0.36389839571146315, "apogee_y": 588.2948614752572, "out_of_rail_velocity": 25.198560408853567, "apogee_x": 448.0851738926477, "initial_stability_margin": 2.5429267283170254, "t_final": 293.2137460115803, "apogee_time": 25.07451397601746, "frontal_surface_wind": 0.9837108220633404, "y_impact": 452.6075667597412} +{"apogee": 3693.595055968454, "out_of_rail_stability_margin": 2.7521456854169024, "lateral_surface_wind": -1.902960428853723, "impact_velocity": -5.465220039363601, "x_impact": 1168.93456430141, "max_mach_number": 0.8821211908399205, "out_of_rail_time": 0.3486896361269403, "apogee_y": 659.9249467422552, "out_of_rail_velocity": 26.52568744354105, "apogee_x": 531.4342824380673, "initial_stability_margin": 2.6837558268030275, "t_final": 307.126994688062, "apogee_time": 26.6799375265346, "frontal_surface_wind": 0.8079365753602802, "y_impact": 620.5250412897406} +{"apogee": 3253.1451516953443, "out_of_rail_stability_margin": 2.755154574955688, "lateral_surface_wind": -2.0793848874547805, "impact_velocity": -5.563598532021064, "x_impact": 815.0984591411162, "max_mach_number": 0.788952374279739, "out_of_rail_time": 0.36572764577088984, "apogee_y": 414.06044809416306, "out_of_rail_velocity": 25.0434377993174, "apogee_x": 274.811986828243, "initial_stability_margin": 2.68454562521063, "t_final": 290.3217837318888, "apogee_time": 25.34790013082723, "frontal_surface_wind": 1.3654299841587179, "y_impact": 282.5723116334248} +{"apogee": 3771.2672744221695, "out_of_rail_stability_margin": 2.712614041205421, "lateral_surface_wind": -1.5134914319228503, "impact_velocity": -5.4733514232702625, "x_impact": 980.9275628977574, "max_mach_number": 0.8931066430621365, "out_of_rail_time": 0.34751622220861267, "apogee_y": 452.5272827437165, "out_of_rail_velocity": 26.667246033707563, "apogee_x": 379.2520248349699, "initial_stability_margin": 2.641170336350221, "t_final": 316.97679914014554, "apogee_time": 26.910397312440303, "frontal_surface_wind": 1.1060532087973018, "y_impact": 449.85687128419977} +{"apogee": 3012.5563855736114, "out_of_rail_stability_margin": 2.6686478157091065, "lateral_surface_wind": -0.5578736946420442, "impact_velocity": -5.540048217315193, "x_impact": 557.1100049463932, "max_mach_number": 0.7509463495458311, "out_of_rail_time": 0.3754549388430682, "apogee_y": 419.36556443974166, "out_of_rail_velocity": 24.292356622357453, "apogee_x": 436.76986739478485, "initial_stability_margin": 2.5913474269105463, "t_final": 269.4669920038435, "apogee_time": 24.513069690794048, "frontal_surface_wind": -0.769434116515242, "y_impact": 428.610728695378} +{"apogee": 3429.081792982001, "out_of_rail_stability_margin": 2.704941469558802, "lateral_surface_wind": -2.6829919100232575, "impact_velocity": -5.453608762465074, "x_impact": 827.8290645757309, "max_mach_number": 0.83139756034105, "out_of_rail_time": 0.35829863040852766, "apogee_y": 566.7364361258533, "out_of_rail_velocity": 25.654002825001427, "apogee_x": 346.59886655530926, "initial_stability_margin": 2.6332427043008404, "t_final": 306.70599647340697, "apogee_time": 25.861896279817785, "frontal_surface_wind": 0.20887142076623189, "y_impact": 156.26009808309428} +{"apogee": 4241.718192817518, "out_of_rail_stability_margin": 2.738453842415455, "lateral_surface_wind": -1.8747828760454093, "impact_velocity": -5.496063688848451, "x_impact": 919.4581086471884, "max_mach_number": 0.9922028652104881, "out_of_rail_time": 0.3310471928779911, "apogee_y": 408.02047326383513, "out_of_rail_velocity": 28.321702874828247, "apogee_x": 236.4217055571779, "initial_stability_margin": 2.6716826270767724, "t_final": 337.5343754773746, "apogee_time": 28.22096306617111, "frontal_surface_wind": 0.8713260418895719, "y_impact": 321.19926084985843} +{"apogee": 2805.565018545726, "out_of_rail_stability_margin": 2.662500768826464, "lateral_surface_wind": -2.090009542630286, "impact_velocity": -5.309987065683446, "x_impact": 678.9317310597806, "max_mach_number": 0.7169768738211841, "out_of_rail_time": 0.38124938639593, "apogee_y": 368.66827148304947, "out_of_rail_velocity": 23.819226047034398, "apogee_x": 190.3041400111407, "initial_stability_margin": 2.586243394995712, "t_final": 271.6162074323117, "apogee_time": 23.678051049233783, "frontal_surface_wind": 0.9633776709599873, "y_impact": 205.32694020529757} +{"apogee": 3225.5522383120506, "out_of_rail_stability_margin": 2.536941645651636, "lateral_surface_wind": -0.3965011820471338, "impact_velocity": -5.485475657980019, "x_impact": 563.9255290776736, "max_mach_number": 0.787703662143068, "out_of_rail_time": 0.36644328024349293, "apogee_y": 249.07940175676998, "out_of_rail_velocity": 24.967268648616628, "apogee_x": 295.12628597093345, "initial_stability_margin": 2.4637487908228355, "t_final": 289.6754480581624, "apogee_time": 25.212026581538492, "frontal_surface_wind": 0.24100155855230812, "y_impact": 468.00474501107} +{"apogee": 3269.250884855839, "out_of_rail_stability_margin": 2.719219522812601, "lateral_surface_wind": -2.347655849337541, "impact_velocity": -5.522509860778115, "x_impact": 944.6692175827649, "max_mach_number": 0.7953689823594555, "out_of_rail_time": 0.36467251067000717, "apogee_y": 468.9883886304158, "out_of_rail_velocity": 25.129914323355695, "apogee_x": 303.33532527187197, "initial_stability_margin": 2.647248613033347, "t_final": 293.5422086129999, "apogee_time": 25.371121640755742, "frontal_surface_wind": 0.9014518840758784, "y_impact": 212.88331953743904} +{"apogee": 3103.2924108361644, "out_of_rail_stability_margin": 2.7741724489376374, "lateral_surface_wind": -2.1044207135073467, "impact_velocity": -5.467236283984904, "x_impact": 758.9014454482083, "max_mach_number": 0.7667219805440112, "out_of_rail_time": 0.37082956082063256, "apogee_y": 397.7703450658074, "out_of_rail_velocity": 24.618624837336714, "apogee_x": 261.8235258208416, "initial_stability_margin": 2.6994750767764013, "t_final": 280.3079187620684, "apogee_time": 24.79753907591799, "frontal_surface_wind": 0.8887640706305535, "y_impact": 266.31689110520665} +{"apogee": 2800.263638085521, "out_of_rail_stability_margin": 2.642509154449959, "lateral_surface_wind": -2.1134303939043493, "impact_velocity": -5.365563264003396, "x_impact": 860.3841647702533, "max_mach_number": 0.7144091216678624, "out_of_rail_time": 0.3831914575939739, "apogee_y": 436.2289293996264, "out_of_rail_velocity": 23.692227474433246, "apogee_x": 309.92861193040017, "initial_stability_margin": 2.563004736274791, "t_final": 273.134648274585, "apogee_time": 23.70469592894959, "frontal_surface_wind": 0.9903659212093152, "y_impact": 330.98657297239305} +{"apogee": 4368.198189004638, "out_of_rail_stability_margin": 2.6750444440798327, "lateral_surface_wind": -1.9858018149177599, "impact_velocity": -5.257864282150433, "x_impact": 1384.6615319873845, "max_mach_number": 1.0653144499072498, "out_of_rail_time": 0.31935963350843233, "apogee_y": 602.647743303006, "out_of_rail_velocity": 29.612605923552692, "apogee_x": 488.4267198098448, "initial_stability_margin": 2.6092113387222304, "t_final": 356.09341104356696, "apogee_time": 28.28507200229679, "frontal_surface_wind": 0.7504291963132438, "y_impact": 332.1879046439359} +{"apogee": 3933.3260828195776, "out_of_rail_stability_margin": 2.519330825807224, "lateral_surface_wind": -2.10465892354113, "impact_velocity": -5.431528669616796, "x_impact": 1049.2279872899778, "max_mach_number": 0.9333354089737577, "out_of_rail_time": 0.3407854279090299, "apogee_y": 584.3474459216854, "out_of_rail_velocity": 27.315908616145627, "apogee_x": 473.17018444114336, "initial_stability_margin": 2.4486875891228475, "t_final": 326.30476387224206, "apogee_time": 27.328879331254935, "frontal_surface_wind": 0.8741276560561765, "y_impact": 247.49906262184456} +{"apogee": 2850.4706524291764, "out_of_rail_stability_margin": 2.624856467722815, "lateral_surface_wind": -2.1228031667577842, "impact_velocity": -5.4404117652291095, "x_impact": 653.499983715779, "max_mach_number": 0.720237835795767, "out_of_rail_time": 0.3807005855027726, "apogee_y": 397.4502404920572, "out_of_rail_velocity": 23.834868560015178, "apogee_x": 244.12070281010512, "initial_stability_margin": 2.5471208393034117, "t_final": 267.84514438701177, "apogee_time": 23.89804853195476, "frontal_surface_wind": 0.8290929132049649, "y_impact": 153.11645547231973} +{"apogee": 3716.5379662937007, "out_of_rail_stability_margin": 2.5580621821770575, "lateral_surface_wind": -2.3544295462922653, "impact_velocity": -5.404936614348565, "x_impact": 899.169957356066, "max_mach_number": 0.8877240208691057, "out_of_rail_time": 0.34803645563305663, "apogee_y": 393.2142293699722, "out_of_rail_velocity": 26.63302833553423, "apogee_x": 181.68204143547135, "initial_stability_margin": 2.4874510754070713, "t_final": 318.49156716935437, "apogee_time": 26.672418029269043, "frontal_surface_wind": 0.8836090752016527, "y_impact": 113.06590826149933} +{"apogee": 3737.190668690936, "out_of_rail_stability_margin": 2.656131083820141, "lateral_surface_wind": -1.5691516814401645, "impact_velocity": -5.450577720388188, "x_impact": 1197.5703787827276, "max_mach_number": 0.8875180438006226, "out_of_rail_time": 0.34734247459730105, "apogee_y": 572.7795516386981, "out_of_rail_velocity": 26.646689721562133, "apogee_x": 488.88512064165513, "initial_stability_margin": 2.589519620253994, "t_final": 305.2515792864066, "apogee_time": 26.822649389402535, "frontal_surface_wind": 1.3067239157837967, "y_impact": 621.5372288888905} +{"apogee": 4800.973969173251, "out_of_rail_stability_margin": 2.5299071897943683, "lateral_surface_wind": -2.0768621974906374, "impact_velocity": -5.292637115928389, "x_impact": 1475.4986120012738, "max_mach_number": 1.1886258285171583, "out_of_rail_time": 0.303646805922818, "apogee_y": 630.9405986366828, "out_of_rail_velocity": 31.69641955913243, "apogee_x": 482.16422835649445, "initial_stability_margin": 2.4662133105963324, "t_final": 395.63934347208317, "apogee_time": 29.235746951058555, "frontal_surface_wind": 0.9914029644016142, "y_impact": 434.8840598226354} +{"apogee": 2790.4159130282164, "out_of_rail_stability_margin": 2.717702091062232, "lateral_surface_wind": -1.6644565642557216, "impact_velocity": -5.522523643089125, "x_impact": 606.4317934718521, "max_mach_number": 0.7042876047232982, "out_of_rail_time": 0.3843137665314145, "apogee_y": 318.8161711809621, "out_of_rail_velocity": 23.579984874430092, "apogee_x": 194.39186690435832, "initial_stability_margin": 2.6408675265936146, "t_final": 261.1815623666401, "apogee_time": 23.719693675214973, "frontal_surface_wind": 0.8084122423160632, "y_impact": 324.93546964963133} +{"apogee": 3238.4681426419997, "out_of_rail_stability_margin": 2.636342522367136, "lateral_surface_wind": -2.684242060689349, "impact_velocity": -5.263903353231322, "x_impact": 916.1252491113739, "max_mach_number": 0.8095200378079755, "out_of_rail_time": 0.36208948591904844, "apogee_y": 631.7782174886563, "out_of_rail_velocity": 25.318110739385897, "apogee_x": 443.78038159111827, "initial_stability_margin": 2.5632924771228396, "t_final": 299.70485625128043, "apogee_time": 25.11469730614941, "frontal_surface_wind": 0.19213906237241307, "y_impact": 237.28574500755403} +{"apogee": 3057.2996181025023, "out_of_rail_stability_margin": 2.677587511923859, "lateral_surface_wind": -1.955545298188803, "impact_velocity": -5.343603577934465, "x_impact": 633.0580343647883, "max_mach_number": 0.7584666174485611, "out_of_rail_time": 0.3728614480904381, "apogee_y": 303.9621854383138, "out_of_rail_velocity": 24.506240112483685, "apogee_x": 151.55855061975217, "initial_stability_margin": 2.602335744346444, "t_final": 287.22487200668195, "apogee_time": 24.603406156862626, "frontal_surface_wind": 1.127575867829833, "y_impact": 182.5025570369138} +{"apogee": 4205.076705302606, "out_of_rail_stability_margin": 2.7004855280891484, "lateral_surface_wind": -1.279016119033924, "impact_velocity": -5.473038608005142, "x_impact": 1015.8569793897565, "max_mach_number": 0.9952401741648464, "out_of_rail_time": 0.3302869339095556, "apogee_y": 454.1766360562969, "out_of_rail_velocity": 28.41017523030477, "apogee_x": 485.6158000530823, "initial_stability_margin": 2.6360870160298, "t_final": 343.9744827582851, "apogee_time": 28.07785363258175, "frontal_surface_wind": 0.6143102891539496, "y_impact": 81.22627482044763} +{"apogee": 4203.398119654743, "out_of_rail_stability_margin": 2.662105296022179, "lateral_surface_wind": -1.2962208190752804, "impact_velocity": -5.3527773839262105, "x_impact": 819.7390907959985, "max_mach_number": 0.9962100412512881, "out_of_rail_time": 0.33083071087054455, "apogee_y": 360.0858954529786, "out_of_rail_velocity": 28.367957387442804, "apogee_x": 316.25535869751644, "initial_stability_margin": 2.594216260916346, "t_final": 343.54508618255124, "apogee_time": 28.04476530818096, "frontal_surface_wind": 0.5771229958204909, "y_impact": -17.78419094761071} +{"apogee": 2845.17939176832, "out_of_rail_stability_margin": 2.6968822692716943, "lateral_surface_wind": -1.349461815908906, "impact_velocity": -5.604485401530856, "x_impact": 728.5345344094686, "max_mach_number": 0.713760220806244, "out_of_rail_time": 0.3816885046217083, "apogee_y": 411.8554415912967, "out_of_rail_velocity": 23.738952636030447, "apogee_x": 361.8760849573458, "initial_stability_margin": 2.6214737217882673, "t_final": 264.7154656570962, "apogee_time": 23.947719189892865, "frontal_surface_wind": 0.6349551158116784, "y_impact": 356.90636770744806} +{"apogee": 2653.67463577207, "out_of_rail_stability_margin": 2.5657520570553007, "lateral_surface_wind": -1.9710063332192027, "impact_velocity": -5.40187470839479, "x_impact": 564.3120767173943, "max_mach_number": 0.6785596997321287, "out_of_rail_time": 0.39178943115177717, "apogee_y": 284.1842368496937, "out_of_rail_velocity": 23.04716660204663, "apogee_x": 137.01683903494657, "initial_stability_margin": 2.4813881162971105, "t_final": 262.991093692476, "apogee_time": 23.208047792434495, "frontal_surface_wind": 1.100326672125296, "y_impact": 168.73426082938644} +{"apogee": 3307.427615813966, "out_of_rail_stability_margin": 2.637008321293297, "lateral_surface_wind": -2.9834562762123804, "impact_velocity": -5.322632247970392, "x_impact": 962.315160882993, "max_mach_number": 0.8165081656639812, "out_of_rail_time": 0.3611233191175093, "apogee_y": 527.2185824460964, "out_of_rail_velocity": 25.44379904595345, "apogee_x": 334.30086492572156, "initial_stability_margin": 2.5642340841794677, "t_final": 285.5780816463517, "apogee_time": 25.385548440388114, "frontal_surface_wind": 0.8368332206273748, "y_impact": 121.10060622069322} +{"apogee": 3535.6810351147524, "out_of_rail_stability_margin": 2.7839490907619693, "lateral_surface_wind": -2.5155237350216675, "impact_velocity": -5.540583776226136, "x_impact": 1133.4445832642089, "max_mach_number": 0.8497440552000198, "out_of_rail_time": 0.3543338563747689, "apogee_y": 585.2262173120957, "out_of_rail_velocity": 26.00232852011794, "apogee_x": 437.30492638022145, "initial_stability_margin": 2.7149068385515642, "t_final": 305.7473862000183, "apogee_time": 26.207764448055297, "frontal_surface_wind": 1.2415594610614868, "y_impact": 307.36205042797866} +{"apogee": 3511.9367098949615, "out_of_rail_stability_margin": 2.6700907986465525, "lateral_surface_wind": -2.6751441082437486, "impact_velocity": -5.4555302791435, "x_impact": 919.1337729474812, "max_mach_number": 0.8519192789636519, "out_of_rail_time": 0.3542762610667843, "apogee_y": 594.3875178914544, "out_of_rail_velocity": 26.006374220426338, "apogee_x": 418.2373542714208, "initial_stability_margin": 2.599483107220862, "t_final": 306.9972849782962, "apogee_time": 26.080242195598423, "frontal_surface_wind": 0.2927060979752789, "y_impact": 191.82348968148622} +{"apogee": 3653.437352121663, "out_of_rail_stability_margin": 2.7170233937303148, "lateral_surface_wind": -1.576062322943761, "impact_velocity": -5.369770013627727, "x_impact": 885.7620009873147, "max_mach_number": 0.877310206235859, "out_of_rail_time": 0.3493367673707096, "apogee_y": 342.32553530884184, "out_of_rail_velocity": 26.498695899586153, "apogee_x": 199.49625859605388, "initial_stability_margin": 2.648095846390866, "t_final": 318.0043762655312, "apogee_time": 26.463128870329836, "frontal_surface_wind": 1.298380508805085, "y_impact": 354.0869130806271} +{"apogee": 3303.824118482678, "out_of_rail_stability_margin": 2.6426336192200672, "lateral_surface_wind": -0.406819284049438, "impact_velocity": -5.401734976041856, "x_impact": 691.9545365802793, "max_mach_number": 0.8074191915844923, "out_of_rail_time": 0.3635528431264089, "apogee_y": 355.1410043588897, "out_of_rail_velocity": 25.293233815890275, "apogee_x": 402.63707073404174, "initial_stability_margin": 2.567661163812095, "t_final": 290.0560741550873, "apogee_time": 25.440839370768064, "frontal_surface_wind": 0.22314347114562555, "y_impact": 594.3974980242172} +{"apogee": 3631.0906212241384, "out_of_rail_stability_margin": 2.6888959359019347, "lateral_surface_wind": -1.6538271936252238, "impact_velocity": -5.487940439845272, "x_impact": 1072.4749369122299, "max_mach_number": 0.8682315736046531, "out_of_rail_time": 0.3512337520676935, "apogee_y": 534.0359914465661, "out_of_rail_velocity": 26.30642085423375, "apogee_x": 455.4464527571056, "initial_stability_margin": 2.619549735243602, "t_final": 318.227351117747, "apogee_time": 26.48876963253435, "frontal_surface_wind": 0.829940733694981, "y_impact": 611.5438271342867} +{"apogee": 3115.810723716053, "out_of_rail_stability_margin": 2.61288058344056, "lateral_surface_wind": -2.986267312476957, "impact_velocity": -5.260115088865977, "x_impact": 1079.4316781099933, "max_mach_number": 0.7863685795574967, "out_of_rail_time": 0.3667135142133569, "apogee_y": 587.1067555496172, "out_of_rail_velocity": 24.951266705905727, "apogee_x": 436.93078952590923, "initial_stability_margin": 2.5389188803258276, "t_final": 291.49673393845416, "apogee_time": 24.704754522866082, "frontal_surface_wind": 0.8267458676330226, "y_impact": 174.1752021776445} +{"apogee": 3116.9096765644476, "out_of_rail_stability_margin": 2.6574674005620746, "lateral_surface_wind": -2.679582191919037, "impact_velocity": -5.627990571925388, "x_impact": 770.0364613912546, "max_mach_number": 0.7688942991795471, "out_of_rail_time": 0.37025912454160664, "apogee_y": 538.6435528741578, "out_of_rail_velocity": 24.675784167445787, "apogee_x": 347.21809168443, "initial_stability_margin": 2.58546554998647, "t_final": 284.5229263012634, "apogee_time": 24.884618813589768, "frontal_surface_wind": 0.24882149507934992, "y_impact": 162.5894330885823} +{"apogee": 3172.3661371367834, "out_of_rail_stability_margin": 2.6118030335779885, "lateral_surface_wind": -1.5509809676980937, "impact_velocity": -5.43271685851816, "x_impact": 936.90507471774, "max_mach_number": 0.7827894046171361, "out_of_rail_time": 0.3676385598200538, "apogee_y": 406.6970424845242, "out_of_rail_velocity": 24.862321934329337, "apogee_x": 312.12128777303394, "initial_stability_margin": 2.5357452900787627, "t_final": 296.35001956468915, "apogee_time": 24.993146070423272, "frontal_surface_wind": 1.3282403507220066, "y_impact": 441.08505038386437} +{"apogee": 2360.403576197861, "out_of_rail_stability_margin": 2.6853853697933907, "lateral_surface_wind": -1.9707184142203245, "impact_velocity": -5.446210736480459, "x_impact": 588.9499781812053, "max_mach_number": 0.6263612655742771, "out_of_rail_time": 0.404691767655865, "apogee_y": 307.0348328570246, "out_of_rail_velocity": 22.187103662599174, "apogee_x": 185.22492937642824, "initial_stability_margin": 2.601401309382088, "t_final": 243.40081389044673, "apogee_time": 22.026348781640873, "frontal_surface_wind": 1.1008422606502108, "y_impact": 203.55659434890597} +{"apogee": 4067.570923981202, "out_of_rail_stability_margin": 2.6586899680832885, "lateral_surface_wind": -3.0550230892486208, "impact_velocity": -5.451952149902506, "x_impact": 1064.8195194146583, "max_mach_number": 0.9615077185509234, "out_of_rail_time": 0.337275625112593, "apogee_y": 612.8197322581985, "out_of_rail_velocity": 27.729850329662042, "apogee_x": 288.31792440848415, "initial_stability_margin": 2.589091143722179, "t_final": 340.9932976785597, "apogee_time": 27.731185931068193, "frontal_surface_wind": 0.5178176468356794, "y_impact": 88.30094094941508} +{"apogee": 2340.641327790184, "out_of_rail_stability_margin": 2.7392030341373017, "lateral_surface_wind": -0.41907721988961666, "impact_velocity": -5.449171008585468, "x_impact": 561.206828786144, "max_mach_number": 0.6251661563497249, "out_of_rail_time": 0.4044442028105511, "apogee_y": 336.2659107532565, "out_of_rail_velocity": 22.172991682531155, "apogee_x": 343.7829809780164, "initial_stability_margin": 2.658225444004287, "t_final": 249.9400911306406, "apogee_time": 21.954226938488453, "frontal_surface_wind": 0.199171339200714, "y_impact": 484.7371280635272} +{"apogee": 3579.5479385247118, "out_of_rail_stability_margin": 2.5451077062941465, "lateral_surface_wind": -2.669830535964342, "impact_velocity": -5.388039633947939, "x_impact": 842.1111552338135, "max_mach_number": 0.8589745000152805, "out_of_rail_time": 0.3531685688972377, "apogee_y": 501.9428531519967, "out_of_rail_velocity": 26.11856148883027, "apogee_x": 189.378493944284, "initial_stability_margin": 2.4734138145162627, "t_final": 302.0706823418622, "apogee_time": 26.312649507906585, "frontal_surface_wind": 0.8610078199650714, "y_impact": 220.585123008315} +{"apogee": 3121.97939180159, "out_of_rail_stability_margin": 2.6661979333420636, "lateral_surface_wind": -0.40093206032128037, "impact_velocity": -5.494326226564096, "x_impact": 877.4183826915109, "max_mach_number": 0.775548267416818, "out_of_rail_time": 0.36904728255616387, "apogee_y": 460.13713540906156, "out_of_rail_velocity": 24.75670900012533, "apogee_x": 572.9030418306415, "initial_stability_margin": 2.59220404020672, "t_final": 282.00266195424206, "apogee_time": 24.85165541704279, "frontal_surface_wind": 0.23355603523769028, "y_impact": 700.237348800809} +{"apogee": 3658.5229083105523, "out_of_rail_stability_margin": 2.5950401423007743, "lateral_surface_wind": -1.2234192669781416, "impact_velocity": -5.491451723651231, "x_impact": 754.637932124631, "max_mach_number": 0.86922511116637, "out_of_rail_time": 0.3512704857762177, "apogee_y": 456.84843358543276, "out_of_rail_velocity": 26.30742538991279, "apogee_x": 384.7205533649283, "initial_stability_margin": 2.5266719523309416, "t_final": 314.6062426839038, "apogee_time": 26.623679512350137, "frontal_surface_wind": 0.4361918013933481, "y_impact": 480.189401096976} +{"apogee": 2778.769022874158, "out_of_rail_stability_margin": 2.6254753907838535, "lateral_surface_wind": -1.6865963469721204, "impact_velocity": -5.4858960744805545, "x_impact": 858.5368653768269, "max_mach_number": 0.7068783397560015, "out_of_rail_time": 0.3843789767658435, "apogee_y": 499.31872981337864, "out_of_rail_velocity": 23.57271195441147, "apogee_x": 397.7882375529353, "initial_stability_margin": 2.5459340052904884, "t_final": 270.0639094280795, "apogee_time": 23.677731767096688, "frontal_surface_wind": 0.7611430681552227, "y_impact": 536.345323496139} +{"apogee": 1841.7050184966954, "out_of_rail_stability_margin": 2.6843153466895884, "lateral_surface_wind": -2.011694560485065, "impact_velocity": -5.523180234771029, "x_impact": 480.69793138619906, "max_mach_number": 0.5242248744564357, "out_of_rail_time": 0.435037894822366, "apogee_y": 296.707190701299, "out_of_rail_velocity": 20.351726381163644, "apogee_x": 169.27132863067874, "initial_stability_margin": 2.603336478843542, "t_final": 209.29302630747515, "apogee_time": 19.7801064190185, "frontal_surface_wind": 0.6779659446644873, "y_impact": 178.31479563596673} +{"apogee": 3037.237008021175, "out_of_rail_stability_margin": 2.6678959041573655, "lateral_surface_wind": -2.4299725345919096, "impact_velocity": -5.47791882513465, "x_impact": 850.8987545123707, "max_mach_number": 0.7550607827972365, "out_of_rail_time": 0.37377370809321186, "apogee_y": 520.9927198614877, "out_of_rail_velocity": 24.422082312661217, "apogee_x": 280.57900981760304, "initial_stability_margin": 2.5918815080261512, "t_final": 273.6790986002885, "apogee_time": 24.57396820692478, "frontal_surface_wind": 0.6475623270092931, "y_impact": 295.26542724129814} +{"apogee": 3772.6772058195174, "out_of_rail_stability_margin": 2.6939358011930894, "lateral_surface_wind": -1.0791341599000386, "impact_velocity": -5.406757006523337, "x_impact": 1069.4628935819183, "max_mach_number": 0.9009616147878337, "out_of_rail_time": 0.3459148080590426, "apogee_y": 428.2542638487886, "out_of_rail_velocity": 26.81879163907018, "apogee_x": 469.1944885286865, "initial_stability_margin": 2.623338733975152, "t_final": 305.07903144535084, "apogee_time": 26.851457733668546, "frontal_surface_wind": 1.2687204101177985, "y_impact": 580.4771938835526} +{"apogee": 4089.6729651946916, "out_of_rail_stability_margin": 2.7627929841126644, "lateral_surface_wind": -1.975456299146762, "impact_velocity": -5.4551737929964155, "x_impact": 1101.902365699173, "max_mach_number": 0.965112645213311, "out_of_rail_time": 0.3347526563042535, "apogee_y": 507.2149363050274, "out_of_rail_velocity": 27.940410308829343, "apogee_x": 372.93724943438093, "initial_stability_margin": 2.698842839893898, "t_final": 341.60522508318337, "apogee_time": 27.777940011956428, "frontal_surface_wind": 0.7078058373774683, "y_impact": 383.2894376674517} +{"apogee": 3960.9073873832313, "out_of_rail_stability_margin": 2.569160440853992, "lateral_surface_wind": -1.9566766965131677, "impact_velocity": -5.490575796768141, "x_impact": 1066.4863990935226, "max_mach_number": 0.9317087629535209, "out_of_rail_time": 0.34155215002464523, "apogee_y": 424.89302485227677, "out_of_rail_velocity": 27.217459546858016, "apogee_x": 286.6141190098142, "initial_stability_margin": 2.497736064735817, "t_final": 330.9109040932922, "apogee_time": 27.46901416997754, "frontal_surface_wind": 0.8233888098172857, "y_impact": 167.55015859795103} +{"apogee": 4141.362797765315, "out_of_rail_stability_margin": 2.6941537127686392, "lateral_surface_wind": -2.3546150873162497, "impact_velocity": -5.428318041524851, "x_impact": 1261.9049937230293, "max_mach_number": 0.9806177657404264, "out_of_rail_time": 0.3329481885937558, "apogee_y": 600.8002872362879, "out_of_rail_velocity": 28.120277473287658, "apogee_x": 438.98108719628885, "initial_stability_margin": 2.625457289718042, "t_final": 336.99013878938655, "apogee_time": 27.88371219551664, "frontal_surface_wind": 0.8831145321052146, "y_impact": 345.85155995483694} +{"apogee": 3777.8060247655567, "out_of_rail_stability_margin": 2.740738359366931, "lateral_surface_wind": -1.1887613394315795, "impact_velocity": -5.451477370337596, "x_impact": 1046.9099942316348, "max_mach_number": 0.8968814731129543, "out_of_rail_time": 0.3451206731180281, "apogee_y": 489.9104042509693, "out_of_rail_velocity": 26.86965068079362, "apogee_x": 441.083771373309, "initial_stability_margin": 2.677373051160214, "t_final": 311.75814950884796, "apogee_time": 26.91175358465324, "frontal_surface_wind": 1.1666312579326317, "y_impact": 653.8684081851897} +{"apogee": 3707.7736932947414, "out_of_rail_stability_margin": 2.695626732936276, "lateral_surface_wind": -2.077659141981856, "impact_velocity": -5.493368615820256, "x_impact": 951.3880482780205, "max_mach_number": 0.8764356266514626, "out_of_rail_time": 0.34971435660156036, "apogee_y": 492.0627829145923, "out_of_rail_velocity": 26.451807430500274, "apogee_x": 366.3995325413794, "initial_stability_margin": 2.6270135100430645, "t_final": 308.2620639375193, "apogee_time": 26.76730579087758, "frontal_surface_wind": 1.368054473167725, "y_impact": 366.753091264641} +{"apogee": 4084.2167624438844, "out_of_rail_stability_margin": 2.6566889358110033, "lateral_surface_wind": -1.1561498315630754, "impact_velocity": -5.4502573678097, "x_impact": 1162.2565449674469, "max_mach_number": 0.9701128190375973, "out_of_rail_time": 0.3339726382389637, "apogee_y": 581.4750651636589, "out_of_rail_velocity": 28.026842870869768, "apogee_x": 599.2359146585952, "initial_stability_margin": 2.591775984823244, "t_final": 331.17050726095965, "apogee_time": 27.72896057272544, "frontal_surface_wind": 0.42193066438241544, "y_impact": 616.1074764467137} +{"apogee": 3678.8157606004443, "out_of_rail_stability_margin": 2.677326423244426, "lateral_surface_wind": -2.061841431128059, "impact_velocity": -5.395845506299947, "x_impact": 1048.4341973955668, "max_mach_number": 0.881194128770693, "out_of_rail_time": 0.34898939602083645, "apogee_y": 510.65497032396587, "out_of_rail_velocity": 26.499074018199057, "apogee_x": 350.980032514924, "initial_stability_margin": 2.608256699580136, "t_final": 315.45734343010963, "apogee_time": 26.594594642433613, "frontal_surface_wind": 1.0222750794545203, "y_impact": 355.01915113920865} +{"apogee": 2472.656877766568, "out_of_rail_stability_margin": 2.507484742594506, "lateral_surface_wind": -1.9664018820033964, "impact_velocity": -5.323631729320976, "x_impact": 794.0942162856608, "max_mach_number": 0.6566017060174654, "out_of_rail_time": 0.39736369814000994, "apogee_y": 425.234747082535, "out_of_rail_velocity": 22.703531699387632, "apogee_x": 300.1149092456871, "initial_stability_margin": 2.423274131954858, "t_final": 255.54585334853377, "apogee_time": 22.42271296912757, "frontal_surface_wind": 1.3229437956453014, "y_impact": 322.9156273192686} +{"apogee": 2767.9781078264077, "out_of_rail_stability_margin": 2.6857211418551596, "lateral_surface_wind": -2.002188582826574, "impact_velocity": -5.525036714595296, "x_impact": 787.8029964817921, "max_mach_number": 0.7010393087149196, "out_of_rail_time": 0.38476574556272625, "apogee_y": 399.54878883727775, "out_of_rail_velocity": 23.522574711600722, "apogee_x": 298.63457847353015, "initial_stability_margin": 2.61058943645918, "t_final": 262.6987113053321, "apogee_time": 23.661545656357543, "frontal_surface_wind": 1.1346705706895124, "y_impact": 249.23781365018255} +{"apogee": 3367.773250042231, "out_of_rail_stability_margin": 2.6951119026144568, "lateral_surface_wind": -1.5279923896434706, "impact_velocity": -5.382856034028341, "x_impact": 984.3345820637068, "max_mach_number": 0.821747134045166, "out_of_rail_time": 0.3597822721763336, "apogee_y": 488.5357196422515, "out_of_rail_velocity": 25.52214187350003, "apogee_x": 426.53802285721065, "initial_stability_margin": 2.6215724048338505, "t_final": 299.4653658384562, "apogee_time": 25.6172260122159, "frontal_surface_wind": 1.085932443748838, "y_impact": 494.3998956691155} +{"apogee": 3711.721949041975, "out_of_rail_stability_margin": 2.7971198880869967, "lateral_surface_wind": -1.3070182917363127, "impact_velocity": -5.433991790548651, "x_impact": 914.4760462981103, "max_mach_number": 0.8878368012670003, "out_of_rail_time": 0.34824228423898945, "apogee_y": 473.0642472178182, "out_of_rail_velocity": 26.604086321996505, "apogee_x": 455.166321412908, "initial_stability_margin": 2.7283633378538554, "t_final": 321.5762364507115, "apogee_time": 26.711574791793115, "frontal_surface_wind": 0.5522341434352827, "y_impact": 160.503166952889} +{"apogee": 3964.2555093177943, "out_of_rail_stability_margin": 2.4914859598500203, "lateral_surface_wind": -2.1348443650758266, "impact_velocity": -5.4302357645449515, "x_impact": 1155.9697831385804, "max_mach_number": 0.9412979792037091, "out_of_rail_time": 0.3394293155125207, "apogee_y": 583.6223947419871, "out_of_rail_velocity": 27.465681518778936, "apogee_x": 467.51609248831676, "initial_stability_margin": 2.421786155622884, "t_final": 329.50475316683475, "apogee_time": 27.40862103866661, "frontal_surface_wind": 1.03309720901587, "y_impact": 280.4956885358006} +{"apogee": 3512.660199674777, "out_of_rail_stability_margin": 2.753137037646359, "lateral_surface_wind": -2.048649750063865, "impact_velocity": -5.5175104924851865, "x_impact": 763.3900580064993, "max_mach_number": 0.8386243339737114, "out_of_rail_time": 0.35627129524901774, "apogee_y": 329.60011967617953, "out_of_rail_velocity": 25.845673025793673, "apogee_x": 183.8338985052621, "initial_stability_margin": 2.684264332501433, "t_final": 301.01574873490335, "apogee_time": 26.154128373886902, "frontal_surface_wind": 1.1949412152636003, "y_impact": 52.18112769301907} +{"apogee": 2381.4716795524273, "out_of_rail_stability_margin": 2.7418335216454066, "lateral_surface_wind": -2.372658234238031, "impact_velocity": -5.675559059411142, "x_impact": 635.4472595487402, "max_mach_number": 0.6226946967181155, "out_of_rail_time": 0.4050932855997159, "apogee_y": 373.9878151779781, "out_of_rail_velocity": 22.14518579493166, "apogee_x": 203.77219850909816, "initial_stability_margin": 2.6618791851705947, "t_final": 234.85180101831145, "apogee_time": 22.22124648941602, "frontal_surface_wind": 0.8334244955214548, "y_impact": 155.77580489147732} +{"apogee": 2051.112635680478, "out_of_rail_stability_margin": 2.713341094699049, "lateral_surface_wind": -1.3636034336990916, "impact_velocity": -5.491574284189551, "x_impact": 537.5468286321724, "max_mach_number": 0.5653437026473609, "out_of_rail_time": 0.42344009699625007, "apogee_y": 332.1548643195834, "out_of_rail_velocity": 21.046529327828576, "apogee_x": 271.26114560298333, "initial_stability_margin": 2.6250577824221986, "t_final": 225.44690400867387, "apogee_time": 20.745997893299656, "frontal_surface_wind": 0.6039874727969377, "y_impact": 291.28041588981074} +{"apogee": 2607.60334834971, "out_of_rail_stability_margin": 2.765267034264323, "lateral_surface_wind": -1.9477875248629404, "impact_velocity": -5.549118423901294, "x_impact": 695.9271270682851, "max_mach_number": 0.6720591497087958, "out_of_rail_time": 0.3918288383577359, "apogee_y": 359.2243376442485, "out_of_rail_velocity": 23.04185941095464, "apogee_x": 262.7637570875904, "initial_stability_margin": 2.6892207162865067, "t_final": 251.06949490608423, "apogee_time": 23.03999505808788, "frontal_surface_wind": 0.7807307162220144, "y_impact": 269.85085936265386} +{"apogee": 2337.93532172868, "out_of_rail_stability_margin": 2.7160091807685776, "lateral_surface_wind": -2.006228250037365, "impact_velocity": -5.407360311399933, "x_impact": 687.2086621296102, "max_mach_number": 0.6240724220162707, "out_of_rail_time": 0.4035184604259801, "apogee_y": 408.4381147121196, "out_of_rail_velocity": 22.22797537388183, "apogee_x": 279.070019697093, "initial_stability_margin": 2.6408960172747307, "t_final": 243.00628384004548, "apogee_time": 21.948555366577406, "frontal_surface_wind": 0.6151950113713953, "y_impact": 327.79951263806424} +{"apogee": 4474.596718834028, "out_of_rail_stability_margin": 2.570516225516628, "lateral_surface_wind": -1.9538235605577339, "impact_velocity": -5.387762198347083, "x_impact": 1365.720998018849, "max_mach_number": 1.0725611170800846, "out_of_rail_time": 0.3187898735596074, "apogee_y": 535.1471121520802, "out_of_rail_velocity": 29.703728863380956, "apogee_x": 447.0075333927888, "initial_stability_margin": 2.5049040748120155, "t_final": 364.23605909083216, "apogee_time": 28.689947559584226, "frontal_surface_wind": 0.8301363267677834, "y_impact": 240.01514455829883} +{"apogee": 3551.467781961071, "out_of_rail_stability_margin": 2.832098960549353, "lateral_surface_wind": -1.9061515769750361, "impact_velocity": -5.67487451441203, "x_impact": 969.5490907833738, "max_mach_number": 0.8404400719797034, "out_of_rail_time": 0.35503892404052895, "apogee_y": 476.91157230954144, "out_of_rail_velocity": 25.957242617882024, "apogee_x": 330.28093725303995, "initial_stability_margin": 2.7693108043568464, "t_final": 300.8290076603381, "apogee_time": 26.356307247234245, "frontal_surface_wind": 1.2458044828619788, "y_impact": 327.4234128097231} +{"apogee": 3603.4953660541555, "out_of_rail_stability_margin": 2.7459902681033745, "lateral_surface_wind": -1.9344841184244779, "impact_velocity": -5.420853688419889, "x_impact": 1030.698258404571, "max_mach_number": 0.8640359422666142, "out_of_rail_time": 0.3515874972438818, "apogee_y": 510.8153776518894, "out_of_rail_velocity": 26.251540876962743, "apogee_x": 372.0272583323134, "initial_stability_margin": 2.6787198426523897, "t_final": 314.0780760182451, "apogee_time": 26.401895898575034, "frontal_surface_wind": 1.369192405597682, "y_impact": 380.2902634473973} +{"apogee": 3849.649493560174, "out_of_rail_stability_margin": 2.6703029679949846, "lateral_surface_wind": -2.090597906653129, "impact_velocity": -5.531019172822668, "x_impact": 912.6444557674298, "max_mach_number": 0.9063740130662536, "out_of_rail_time": 0.3448655473723638, "apogee_y": 492.37745749907526, "out_of_rail_velocity": 26.916261001158126, "apogee_x": 360.69230274990554, "initial_stability_margin": 2.602436805125189, "t_final": 323.39029924990587, "apogee_time": 27.16330812872014, "frontal_surface_wind": 0.9072423800843563, "y_impact": 150.7063471121803} +{"apogee": 3161.902027378944, "out_of_rail_stability_margin": 2.5709521473733687, "lateral_surface_wind": -1.974508853508563, "impact_velocity": -5.332144172118642, "x_impact": 799.2283464453564, "max_mach_number": 0.7832711805802205, "out_of_rail_time": 0.36837705585941743, "apogee_y": 406.18435369775926, "out_of_rail_velocity": 24.81216471413328, "apogee_x": 277.0106078660841, "initial_stability_margin": 2.490782865872974, "t_final": 296.4403638411272, "apogee_time": 24.92905738681912, "frontal_surface_wind": 1.094029039101264, "y_impact": 295.39522530547947} +{"apogee": 3272.263018635024, "out_of_rail_stability_margin": 2.6350351728744514, "lateral_surface_wind": -2.6882111481313893, "impact_velocity": -5.451943111733587, "x_impact": 688.6769676063783, "max_mach_number": 0.8003312641679518, "out_of_rail_time": 0.3651646605778672, "apogee_y": 504.5350486745019, "out_of_rail_velocity": 25.091516167735513, "apogee_x": 248.71448383135967, "initial_stability_margin": 2.5579032000342874, "t_final": 296.79133790187785, "apogee_time": 25.364639102325278, "frontal_surface_wind": 0.12487466806871206, "y_impact": 103.64704638544711} +{"apogee": 3448.2450509313085, "out_of_rail_stability_margin": 2.661855698235735, "lateral_surface_wind": -1.3170971426323705, "impact_velocity": -5.41129562733955, "x_impact": 661.9706694392303, "max_mach_number": 0.838040342602538, "out_of_rail_time": 0.3571047342249576, "apogee_y": 346.6018676115578, "out_of_rail_velocity": 25.822991610845698, "apogee_x": 277.7143967337772, "initial_stability_margin": 2.5923199880903938, "t_final": 306.27389672409333, "apogee_time": 25.86166253828633, "frontal_surface_wind": 0.5277447119381251, "y_impact": 51.67386316614537} +{"apogee": 3290.5344890592064, "out_of_rail_stability_margin": 2.823834446764486, "lateral_surface_wind": -2.559630066427644, "impact_velocity": -5.568539464839326, "x_impact": 789.1794054030901, "max_mach_number": 0.7949162812887803, "out_of_rail_time": 0.36445067022998456, "apogee_y": 417.42564374859006, "out_of_rail_velocity": 25.156238693489815, "apogee_x": 179.1371284955813, "initial_stability_margin": 2.7552825996719372, "t_final": 291.9921836293565, "apogee_time": 25.485245926343506, "frontal_surface_wind": 1.1478778157313887, "y_impact": 139.11675981865415} +{"apogee": 3197.2079295055464, "out_of_rail_stability_margin": 2.729628179535383, "lateral_surface_wind": -2.126686209876386, "impact_velocity": -5.434535537947584, "x_impact": 903.6530057384225, "max_mach_number": 0.7871176895121665, "out_of_rail_time": 0.36621307363426925, "apogee_y": 458.8828738764898, "out_of_rail_velocity": 24.977106558947007, "apogee_x": 326.9314375831788, "initial_stability_margin": 2.657016371374412, "t_final": 295.0941529574857, "apogee_time": 25.08810979302256, "frontal_surface_wind": 1.0497885839987018, "y_impact": 223.1770648080323} +{"apogee": 3314.9559761991923, "out_of_rail_stability_margin": 2.5772446829183266, "lateral_surface_wind": -2.999977911684147, "impact_velocity": -5.351792481433464, "x_impact": 939.7176631453317, "max_mach_number": 0.81498830384019, "out_of_rail_time": 0.3617205404336946, "apogee_y": 500.8210871426222, "out_of_rail_velocity": 25.37591387448671, "apogee_x": 290.290666224917, "initial_stability_margin": 2.5017884089265694, "t_final": 293.19266716649275, "apogee_time": 25.42614967344149, "frontal_surface_wind": 1.2148757445572633, "y_impact": 214.52045155582036} +{"apogee": 3292.002876855817, "out_of_rail_stability_margin": 2.733632852404229, "lateral_surface_wind": -2.607287645571149, "impact_velocity": -5.322144715968636, "x_impact": 722.6326100063641, "max_mach_number": 0.8060319577854568, "out_of_rail_time": 0.36247486582578636, "apogee_y": 381.4874094999855, "out_of_rail_velocity": 25.29763568953683, "apogee_x": 109.14545866680007, "initial_stability_margin": 2.661633122999937, "t_final": 298.69776811228735, "apogee_time": 25.364531887452518, "frontal_surface_wind": 1.035075209857094, "y_impact": 84.94600318606045} +{"apogee": 2985.7746126140023, "out_of_rail_stability_margin": 2.6457580790106587, "lateral_surface_wind": -1.3484902480027192, "impact_velocity": -5.385608016792348, "x_impact": 813.4776789268403, "max_mach_number": 0.7474977033226897, "out_of_rail_time": 0.3751146989339258, "apogee_y": 446.1361819172548, "out_of_rail_velocity": 24.301668918890005, "apogee_x": 406.09585866556597, "initial_stability_margin": 2.5693631179574985, "t_final": 283.25331388836736, "apogee_time": 24.3672240409246, "frontal_surface_wind": 0.6370158889173403, "y_impact": 377.12498789219825} +{"apogee": 4678.836609296462, "out_of_rail_stability_margin": 2.719868053610105, "lateral_surface_wind": -2.5325193514541233, "impact_velocity": -5.505279827006927, "x_impact": 1177.273340224358, "max_mach_number": 1.1126641603274456, "out_of_rail_time": 0.31256705461247886, "apogee_y": 538.2326451067859, "out_of_rail_velocity": 30.476319149501894, "apogee_x": 328.62737816085064, "initial_stability_margin": 2.6599910745226856, "t_final": 363.63795779770504, "apogee_time": 29.24655051666427, "frontal_surface_wind": 1.2065136929678983, "y_impact": 169.13561809808476} +{"apogee": 2735.707497264747, "out_of_rail_stability_margin": 2.716786835091791, "lateral_surface_wind": -1.4012568747556604, "impact_velocity": -5.373600310593555, "x_impact": 508.3928096883872, "max_mach_number": 0.6976771068973945, "out_of_rail_time": 0.3860246367328446, "apogee_y": 330.5795314291197, "out_of_rail_velocity": 23.486381151829647, "apogee_x": 220.58810599259422, "initial_stability_margin": 2.639948432459632, "t_final": 265.4221959273884, "apogee_time": 23.471169984382406, "frontal_surface_wind": 0.5300841656893285, "y_impact": 236.08015795880019} +{"apogee": 4530.455232112101, "out_of_rail_stability_margin": 2.7003530767190975, "lateral_surface_wind": -2.128304015999999, "impact_velocity": -5.443721315204601, "x_impact": 1238.3098829952373, "max_mach_number": 1.0869749665699495, "out_of_rail_time": 0.31619501188509225, "apogee_y": 576.1261461752802, "out_of_rail_velocity": 30.048592673970322, "apogee_x": 421.0096311788575, "initial_stability_margin": 2.6382813514097005, "t_final": 362.617803473382, "apogee_time": 28.81617842917618, "frontal_surface_wind": 0.9579847092985067, "y_impact": 425.00955458018257} +{"apogee": 2927.296578809553, "out_of_rail_stability_margin": 2.661843530068848, "lateral_surface_wind": -0.40563196008037694, "impact_velocity": -5.536074863857468, "x_impact": 705.2385151979153, "max_mach_number": 0.7324319191700941, "out_of_rail_time": 0.3785719398181944, "apogee_y": 372.3569671139894, "out_of_rail_velocity": 23.990526268930452, "apogee_x": 434.5597193115272, "initial_stability_margin": 2.584348415660154, "t_final": 274.00878577380234, "apogee_time": 24.234324881977127, "frontal_surface_wind": 0.2252945883743493, "y_impact": 581.4270327042325} +{"apogee": 2208.79339890547, "out_of_rail_stability_margin": 2.7648939958974466, "lateral_surface_wind": -3.042583627997213, "impact_velocity": -5.5564929700116865, "x_impact": 589.4611463790969, "max_mach_number": 0.5969501946321433, "out_of_rail_time": 0.4126204871285791, "apogee_y": 384.62301609897446, "out_of_rail_velocity": 21.647297298478268, "apogee_x": 147.13771863605942, "initial_stability_margin": 2.683341464348329, "t_final": 233.53090052269306, "apogee_time": 21.442429020027927, "frontal_surface_wind": 0.5865032462484265, "y_impact": 69.6412808128528} +{"apogee": 3629.5958386167945, "out_of_rail_stability_margin": 2.6756203083008394, "lateral_surface_wind": -2.622227566231293, "impact_velocity": -5.371812048939505, "x_impact": 1067.95772805205, "max_mach_number": 0.873429451068437, "out_of_rail_time": 0.3495879960393531, "apogee_y": 534.8298232559262, "out_of_rail_velocity": 26.465079408396257, "apogee_x": 310.3799830786311, "initial_stability_margin": 2.6086512437361704, "t_final": 313.4640864261127, "apogee_time": 26.41455678974885, "frontal_surface_wind": 0.8950674602178139, "y_impact": 257.1165420310375} +{"apogee": 3549.5417237247093, "out_of_rail_stability_margin": 2.59224638335205, "lateral_surface_wind": -1.657798080313631, "impact_velocity": -5.366162218295959, "x_impact": 1053.266093809655, "max_mach_number": 0.8586336645676167, "out_of_rail_time": 0.35270346167702127, "apogee_y": 538.5935306225275, "out_of_rail_velocity": 26.176157695606875, "apogee_x": 462.9826138452179, "initial_stability_margin": 2.522480682061238, "t_final": 307.0424510585333, "apogee_time": 26.17929708665742, "frontal_surface_wind": 0.8219802508143896, "y_impact": 610.5059183465091} +{"apogee": 2193.129737731587, "out_of_rail_stability_margin": 2.645431196096237, "lateral_surface_wind": -2.0080335313188553, "impact_velocity": -5.439570630057675, "x_impact": 582.0450004636883, "max_mach_number": 0.5958968136797136, "out_of_rail_time": 0.41356185942681084, "apogee_y": 342.81480334167196, "out_of_rail_velocity": 21.654494653132723, "apogee_x": 205.62280904951044, "initial_stability_margin": 2.561042167359751, "t_final": 237.248409399632, "apogee_time": 21.334580854409342, "frontal_surface_wind": 0.6092766451812894, "y_impact": 247.47921082417926} +{"apogee": 3235.959597680429, "out_of_rail_stability_margin": 2.539477837643631, "lateral_surface_wind": -1.340445194299174, "impact_velocity": -5.478114721673466, "x_impact": 770.1314580220317, "max_mach_number": 0.7886723253471553, "out_of_rail_time": 0.36720191154951515, "apogee_y": 389.2522881774461, "out_of_rail_velocity": 24.893565609407993, "apogee_x": 335.5766766301076, "initial_stability_margin": 2.460198867678628, "t_final": 289.964932227119, "apogee_time": 25.261161034121237, "frontal_surface_wind": 0.6537750934165614, "y_impact": 306.19040722224577} +{"apogee": 3106.7848493421875, "out_of_rail_stability_margin": 2.6274121847703533, "lateral_surface_wind": -1.6572132997326618, "impact_velocity": -5.365385071779964, "x_impact": 909.0643762637882, "max_mach_number": 0.7748279663980265, "out_of_rail_time": 0.3684593245860088, "apogee_y": 477.10921719614925, "out_of_rail_velocity": 24.790680489905142, "apogee_x": 399.3789133897634, "initial_stability_margin": 2.554209592551922, "t_final": 287.6605553746628, "apogee_time": 24.740501042589642, "frontal_surface_wind": 0.8231586037997962, "y_impact": 522.0146227401367} +{"apogee": 3579.0284681169096, "out_of_rail_stability_margin": 2.8412025766451077, "lateral_surface_wind": -2.6556061300008786, "impact_velocity": -5.410308705633951, "x_impact": 1156.0000365114815, "max_mach_number": 0.8646284131239057, "out_of_rail_time": 0.35178466631790845, "apogee_y": 732.5700925472048, "out_of_rail_velocity": 26.248321302482687, "apogee_x": 440.5896047819459, "initial_stability_margin": 2.772288258997998, "t_final": 313.9559752249556, "apogee_time": 26.29209856427568, "frontal_surface_wind": 0.9039278948624193, "y_impact": 462.06319292311287} +{"apogee": 3316.983942539945, "out_of_rail_stability_margin": 2.604685536045193, "lateral_surface_wind": -1.1538835565851662, "impact_velocity": -5.437477393533906, "x_impact": 957.879353894639, "max_mach_number": 0.8137087590172215, "out_of_rail_time": 0.36195105066465927, "apogee_y": 509.79090210717413, "out_of_rail_velocity": 25.376789697039268, "apogee_x": 523.2352626313552, "initial_stability_margin": 2.5302712038828594, "t_final": 299.71068505555536, "apogee_time": 25.46563051338241, "frontal_surface_wind": 0.4280895425163781, "y_impact": 527.6910715496916} +{"apogee": 2818.166329527309, "out_of_rail_stability_margin": 2.6211136353627693, "lateral_surface_wind": -1.9433942452880686, "impact_velocity": -5.407815278728806, "x_impact": 768.6893883274456, "max_mach_number": 0.7151229057125472, "out_of_rail_time": 0.38349322389701485, "apogee_y": 418.86406020033377, "out_of_rail_velocity": 23.686332784003163, "apogee_x": 264.24688901129787, "initial_stability_margin": 2.539623604269906, "t_final": 264.2184254071764, "apogee_time": 23.788475802233222, "frontal_surface_wind": 1.1868704441954219, "y_impact": 313.60436855422125} +{"apogee": 3020.346312541379, "out_of_rail_stability_margin": 2.7491927040216253, "lateral_surface_wind": -1.1574684773080104, "impact_velocity": -5.408960091983601, "x_impact": 768.0404218547601, "max_mach_number": 0.7558099143704472, "out_of_rail_time": 0.37295645761346513, "apogee_y": 417.88612285933874, "out_of_rail_velocity": 24.476492021927815, "apogee_x": 397.22495184907933, "initial_stability_margin": 2.676227943544478, "t_final": 285.2884768768483, "apogee_time": 24.476629670007434, "frontal_surface_wind": 0.41829970428843255, "y_impact": 421.5872541320819} +{"apogee": 3933.675123469475, "out_of_rail_stability_margin": 2.625118322318927, "lateral_surface_wind": -2.0539695819813812, "impact_velocity": -5.500007205488249, "x_impact": 1142.0369321360984, "max_mach_number": 0.9225081700713732, "out_of_rail_time": 0.34278494229381656, "apogee_y": 543.3452433688628, "out_of_rail_velocity": 27.100725517602143, "apogee_x": 389.8490252888048, "initial_stability_margin": 2.5552388034689213, "t_final": 326.8950011999286, "apogee_time": 27.43469395279589, "frontal_surface_wind": 1.0380006654550742, "y_impact": 387.8071583320151} +{"apogee": 3454.9736118508704, "out_of_rail_stability_margin": 2.6495988453573047, "lateral_surface_wind": -2.1305099531222016, "impact_velocity": -5.4685543514673345, "x_impact": 851.766236787074, "max_mach_number": 0.8311682406734695, "out_of_rail_time": 0.35828143894886416, "apogee_y": 454.6936664497609, "out_of_rail_velocity": 25.692934769610694, "apogee_x": 299.5357186297026, "initial_stability_margin": 2.5783854426526935, "t_final": 295.9795316966189, "apogee_time": 25.967014854855083, "frontal_surface_wind": 0.8242666148339358, "y_impact": 334.5441652631069} +{"apogee": 4452.03081770866, "out_of_rail_stability_margin": 2.8028901735793808, "lateral_surface_wind": -1.4850578831558547, "impact_velocity": -5.550898763820862, "x_impact": 1332.7501882057477, "max_mach_number": 1.050214295984865, "out_of_rail_time": 0.3215759451475568, "apogee_y": 522.4616868076242, "out_of_rail_velocity": 29.394056854719494, "apogee_x": 493.51203863208906, "initial_stability_margin": 2.740129733526391, "t_final": 351.48544554725606, "apogee_time": 28.73251017765516, "frontal_surface_wind": 1.4015589445772467, "y_impact": 530.8709217899467} +{"apogee": 3356.3506984035444, "out_of_rail_stability_margin": 2.7686177753049686, "lateral_surface_wind": -2.34427064400455, "impact_velocity": -5.460121069264223, "x_impact": 1022.1785852864873, "max_mach_number": 0.816274122942057, "out_of_rail_time": 0.3610187934928763, "apogee_y": 511.07103065282746, "out_of_rail_velocity": 25.43935367525323, "apogee_x": 357.67150231205795, "initial_stability_margin": 2.695378477918604, "t_final": 295.55736699127254, "apogee_time": 25.61372785839001, "frontal_surface_wind": 0.9102190032575765, "y_impact": 264.0203284255607} +{"apogee": 2711.2102514551525, "out_of_rail_stability_margin": 2.834166933716331, "lateral_surface_wind": -0.6463047972128639, "impact_velocity": -5.457705414176453, "x_impact": 714.8153711438248, "max_mach_number": 0.6930646489227333, "out_of_rail_time": 0.38719649315856375, "apogee_y": 322.04537998184367, "out_of_rail_velocity": 23.369417988867674, "apogee_x": 397.05768849572036, "initial_stability_margin": 2.7566387753834594, "t_final": 266.496623373634, "apogee_time": 23.423208595739766, "frontal_surface_wind": 0.9120630132334481, "y_impact": 414.77068407047227} +{"apogee": 3960.2869431824897, "out_of_rail_stability_margin": 2.5938324595643016, "lateral_surface_wind": -1.856657910038785, "impact_velocity": -5.398690821163035, "x_impact": 986.6147359519377, "max_mach_number": 0.9334591055557193, "out_of_rail_time": 0.3403786328397959, "apogee_y": 449.65532625411447, "out_of_rail_velocity": 27.317539067811897, "apogee_x": 323.3975006094162, "initial_stability_margin": 2.5247249693620932, "t_final": 328.4124071346738, "apogee_time": 27.434208188560003, "frontal_surface_wind": 0.9093081483625092, "y_impact": 369.4531610349349} +{"apogee": 3627.3108797706805, "out_of_rail_stability_margin": 2.5241790909009554, "lateral_surface_wind": -1.1533300559886244, "impact_velocity": -5.418074733302044, "x_impact": 835.4632013629107, "max_mach_number": 0.869768143604993, "out_of_rail_time": 0.3521066053853384, "apogee_y": 396.5862934338718, "out_of_rail_velocity": 26.226286354539223, "apogee_x": 366.0073864812293, "initial_stability_margin": 2.4490295392177637, "t_final": 317.6703436095071, "apogee_time": 26.442564395341375, "frontal_surface_wind": 0.42957851496878957, "y_impact": 405.89529374324866} +{"apogee": 4452.287248831326, "out_of_rail_stability_margin": 2.7029890408152277, "lateral_surface_wind": -0.753733488147799, "impact_velocity": -5.420152008751751, "x_impact": 738.3155287831928, "max_mach_number": 1.0540916750942269, "out_of_rail_time": 0.32173792440652504, "apogee_y": 272.49401822522304, "out_of_rail_velocity": 29.384516921765872, "apogee_x": 210.29418554472062, "initial_stability_margin": 2.636582470442743, "t_final": 362.4656762122153, "apogee_time": 28.678083101378448, "frontal_surface_wind": 0.8255026710152973, "y_impact": 425.9786548955197} +{"apogee": 3773.6459034432337, "out_of_rail_stability_margin": 2.4749670766733964, "lateral_surface_wind": -2.073729762540351, "impact_velocity": -5.3350944132812215, "x_impact": 876.4226397027381, "max_mach_number": 0.9010891053958968, "out_of_rail_time": 0.3461530368949169, "apogee_y": 424.6593530652766, "out_of_rail_velocity": 26.812004855325764, "apogee_x": 282.4734667911259, "initial_stability_margin": 2.4028632915452404, "t_final": 321.05894861614763, "apogee_time": 26.836127164904756, "frontal_surface_wind": 1.374003429314987, "y_impact": 278.5502071388927} +{"apogee": 2583.167343721663, "out_of_rail_stability_margin": 2.790989778705194, "lateral_surface_wind": -1.1778725248684776, "impact_velocity": -5.488744861238055, "x_impact": 427.5379616303147, "max_mach_number": 0.6636859103514792, "out_of_rail_time": 0.3944013561294156, "apogee_y": 260.6581164774003, "out_of_rail_velocity": 22.88616989036401, "apogee_x": 172.46611404822454, "initial_stability_margin": 2.7148618166865948, "t_final": 248.51413288884282, "apogee_time": 22.957773160593906, "frontal_surface_wind": 0.3568252145371343, "y_impact": 234.50183302039483} +{"apogee": 3973.4387987707037, "out_of_rail_stability_margin": 2.638580700550257, "lateral_surface_wind": -2.1557321488475587, "impact_velocity": -5.368382890598175, "x_impact": 1136.6671252220474, "max_mach_number": 0.9464816332032062, "out_of_rail_time": 0.3382574358119031, "apogee_y": 583.6915327151225, "out_of_rail_velocity": 27.609877636279524, "apogee_x": 437.1645667334812, "initial_stability_margin": 2.57244487462244, "t_final": 336.37526610318747, "apogee_time": 27.398343564046783, "frontal_surface_wind": 0.9887715655283956, "y_impact": 273.3559369407628} +{"apogee": 2931.008771254248, "out_of_rail_stability_margin": 2.6875364378585016, "lateral_surface_wind": -1.9919515802675907, "impact_velocity": -5.504122283604811, "x_impact": 678.1490175990666, "max_mach_number": 0.7315192658362035, "out_of_rail_time": 0.3782227066232455, "apogee_y": 358.645397694697, "out_of_rail_velocity": 24.076285011411812, "apogee_x": 201.7392397525129, "initial_stability_margin": 2.6155338116058573, "t_final": 269.92229063671857, "apogee_time": 24.230394261196007, "frontal_surface_wind": 0.6599587829051808, "y_impact": 256.9803891901421} +{"apogee": 3588.4185301402063, "out_of_rail_stability_margin": 2.494476420892538, "lateral_surface_wind": -2.558360320325461, "impact_velocity": -5.3904932168957655, "x_impact": 1047.1857609042338, "max_mach_number": 0.8658079931183448, "out_of_rail_time": 0.3528727394953851, "apogee_y": 545.2729862744956, "out_of_rail_velocity": 26.16426524099904, "apogee_x": 347.50090691076093, "initial_stability_margin": 2.4190596283235015, "t_final": 312.051049826636, "apogee_time": 26.306516098351924, "frontal_surface_wind": 1.1507050135429389, "y_impact": 252.83815875411193} +{"apogee": 3393.605786732696, "out_of_rail_stability_margin": 2.7337255915262264, "lateral_surface_wind": -1.6645318464322183, "impact_velocity": -5.448318573230952, "x_impact": 1127.4719742034292, "max_mach_number": 0.8251596714831392, "out_of_rail_time": 0.3586102029134109, "apogee_y": 607.9386092089624, "out_of_rail_velocity": 25.654903494326817, "apogee_x": 542.1409597423592, "initial_stability_margin": 2.665323501121192, "t_final": 304.47392819666715, "apogee_time": 25.74530178988935, "frontal_surface_wind": 0.8082572239289892, "y_impact": 692.2693759485658} +{"apogee": 2079.271099859438, "out_of_rail_stability_margin": 2.7808637427675067, "lateral_surface_wind": -1.9402441409208504, "impact_velocity": -5.510243410453563, "x_impact": 616.5941722627152, "max_mach_number": 0.5712912051872465, "out_of_rail_time": 0.42123731615244075, "apogee_y": 336.99385006985034, "out_of_rail_velocity": 21.167672494573356, "apogee_x": 261.67354655694146, "initial_stability_margin": 2.695182584405223, "t_final": 228.66367765124056, "apogee_time": 20.88772455032091, "frontal_surface_wind": 0.8613974114381356, "y_impact": 207.36722294271195} +{"apogee": 3256.744109477508, "out_of_rail_stability_margin": 2.6240655782187265, "lateral_surface_wind": -1.8776925243593054, "impact_velocity": -5.474500475634472, "x_impact": 856.4491302665798, "max_mach_number": 0.794551426253228, "out_of_rail_time": 0.36593607249761173, "apogee_y": 399.37740556599243, "out_of_rail_velocity": 25.02246778469252, "apogee_x": 267.49342878643665, "initial_stability_margin": 2.5472600789462696, "t_final": 290.90160063021614, "apogee_time": 25.31808634613065, "frontal_surface_wind": 1.2882986563249221, "y_impact": 253.66190762564997} +{"apogee": 2688.293210418553, "out_of_rail_stability_margin": 2.61851706616789, "lateral_surface_wind": -1.5030465944839946, "impact_velocity": -5.533218268257019, "x_impact": 833.5941120180104, "max_mach_number": 0.6875341916003228, "out_of_rail_time": 0.3886374651471871, "apogee_y": 371.6396292990187, "out_of_rail_velocity": 23.25691594307092, "apogee_x": 318.00091500118464, "initial_stability_margin": 2.538836192078798, "t_final": 256.57234420032995, "apogee_time": 23.339510163692314, "frontal_surface_wind": 1.3822500954088954, "y_impact": 408.93336960686804} +{"apogee": 4481.588860988763, "out_of_rail_stability_margin": 2.748724856918848, "lateral_surface_wind": -2.687819526229614, "impact_velocity": -5.564837021239535, "x_impact": 1014.7769005770174, "max_mach_number": 1.0614904357635957, "out_of_rail_time": 0.31964813319693414, "apogee_y": 665.6902894794043, "out_of_rail_velocity": 29.603737552394122, "apogee_x": 404.8406189433993, "initial_stability_margin": 2.6883792187457107, "t_final": 361.96324688445685, "apogee_time": 28.80514757160804, "frontal_surface_wind": 0.13303779193134413, "y_impact": 191.51518381225156} +{"apogee": 2510.2692235059267, "out_of_rail_stability_margin": 2.7562718998408737, "lateral_surface_wind": -2.0563771951414536, "impact_velocity": -5.512033510964357, "x_impact": 580.5170326907968, "max_mach_number": 0.6539019237282563, "out_of_rail_time": 0.3959136436376483, "apogee_y": 369.2410521209332, "out_of_rail_velocity": 22.743726352810953, "apogee_x": 248.77945681303743, "initial_stability_margin": 2.680759345666455, "t_final": 247.9248934451451, "apogee_time": 22.655574834406092, "frontal_surface_wind": 0.44499830847656785, "y_impact": 94.57562846333366} +{"apogee": 2636.0880374517283, "out_of_rail_stability_margin": 2.608773629614315, "lateral_surface_wind": -2.006481328976044, "impact_velocity": -5.455647481952925, "x_impact": 611.2745186571698, "max_mach_number": 0.6780269010501843, "out_of_rail_time": 0.3911378935375824, "apogee_y": 334.05626253836897, "out_of_rail_velocity": 23.0649437535965, "apogee_x": 183.39894372005375, "initial_stability_margin": 2.5266170181203336, "t_final": 258.1055143495071, "apogee_time": 23.118718173784703, "frontal_surface_wind": 1.034223103324937, "y_impact": 228.59734184931384} +{"apogee": 3457.860446395857, "out_of_rail_stability_margin": 2.752210437752611, "lateral_surface_wind": -1.1570954961307574, "impact_velocity": -5.456946370550467, "x_impact": 954.1166447682244, "max_mach_number": 0.837964513732939, "out_of_rail_time": 0.35668378025905795, "apogee_y": 506.3036101192858, "out_of_rail_velocity": 25.82097095482787, "apogee_x": 503.208412232905, "initial_stability_margin": 2.6815068774765627, "t_final": 304.4819270012048, "apogee_time": 25.933488388449874, "frontal_surface_wind": 0.4193303368508304, "y_impact": 524.695108091478} +{"apogee": 3921.909991927773, "out_of_rail_stability_margin": 2.619949551777288, "lateral_surface_wind": -1.930284182966643, "impact_velocity": -5.506698437787374, "x_impact": 1267.620129230832, "max_mach_number": 0.9294951337213013, "out_of_rail_time": 0.34150157418415084, "apogee_y": 643.6585852952583, "out_of_rail_velocity": 27.225349957128575, "apogee_x": 539.4846902790363, "initial_stability_margin": 2.550868301299034, "t_final": 328.9173523358652, "apogee_time": 27.347026836849377, "frontal_surface_wind": 1.3751071307253464, "y_impact": 526.4285468487642} +{"apogee": 4089.367757635163, "out_of_rail_stability_margin": 2.7530177702896736, "lateral_surface_wind": -1.2208957252896058, "impact_velocity": -5.505444676787019, "x_impact": 799.7732762858731, "max_mach_number": 0.9555596751636464, "out_of_rail_time": 0.3376543075278776, "apogee_y": 452.2993895974744, "out_of_rail_velocity": 27.687447228001908, "apogee_x": 372.4170964023024, "initial_stability_margin": 2.6868058836242876, "t_final": 336.01789076743984, "apogee_time": 27.866420554892247, "frontal_surface_wind": 0.44320606763183434, "y_impact": 481.75040467266587} +{"apogee": 4063.823189623393, "out_of_rail_stability_margin": 2.7671051774485904, "lateral_surface_wind": -1.9477569874216918, "impact_velocity": -5.559181834002638, "x_impact": 953.8340690360087, "max_mach_number": 0.9441917819841605, "out_of_rail_time": 0.33846697322128133, "apogee_y": 403.77732614513536, "out_of_rail_velocity": 27.524069791771907, "apogee_x": 260.05465398525666, "initial_stability_margin": 2.7018968074475236, "t_final": 333.96627471025306, "apogee_time": 27.822698789849028, "frontal_surface_wind": 0.7808068975196204, "y_impact": 268.1858122282589} +{"apogee": 4429.163311224893, "out_of_rail_stability_margin": 2.6226523451281163, "lateral_surface_wind": -1.8901522414420604, "impact_velocity": -5.335523030952577, "x_impact": 1247.3395952508151, "max_mach_number": 1.0648711988703843, "out_of_rail_time": 0.31925184217201197, "apogee_y": 523.0723735512272, "out_of_rail_velocity": 29.685212117827064, "apogee_x": 419.89544706827024, "initial_stability_margin": 2.5603020718137097, "t_final": 376.2362509760494, "apogee_time": 28.544957558786944, "frontal_surface_wind": 1.4297696150619692, "y_impact": 354.81030704181023} +{"apogee": 2057.0318909241773, "out_of_rail_stability_margin": 2.6143289536783425, "lateral_surface_wind": -1.3433917908619857, "impact_velocity": -5.518936222107881, "x_impact": 442.3432168014818, "max_mach_number": 0.5641476846746656, "out_of_rail_time": 0.42309304948890963, "apogee_y": 253.08298812120415, "out_of_rail_velocity": 21.024126436939024, "apogee_x": 192.58304767593418, "initial_stability_margin": 2.5257032676196474, "t_final": 226.57428065243215, "apogee_time": 20.774336688899705, "frontal_surface_wind": 0.6476987632659272, "y_impact": 195.4017092755933} +{"apogee": 3220.5272262960652, "out_of_rail_stability_margin": 2.595724054565441, "lateral_surface_wind": -1.961607089343961, "impact_velocity": -5.299157349885573, "x_impact": 769.8510234731774, "max_mach_number": 0.7933809789370404, "out_of_rail_time": 0.3660828951340882, "apogee_y": 363.57816977107046, "out_of_rail_velocity": 24.989693980924113, "apogee_x": 227.68758362454915, "initial_stability_margin": 2.5181614577531892, "t_final": 288.7156700363306, "apogee_time": 25.13655512753942, "frontal_surface_wind": 0.7453283305361156, "y_impact": 249.5714952867328} +{"apogee": 3515.2468090730836, "out_of_rail_stability_margin": 2.640940922653204, "lateral_surface_wind": -1.3493801747885763, "impact_velocity": -5.444111109960521, "x_impact": 843.7947468857251, "max_mach_number": 0.8440562718085997, "out_of_rail_time": 0.35519240756431, "apogee_y": 416.84826317216226, "out_of_rail_velocity": 25.95948069475941, "apogee_x": 352.9397291011782, "initial_stability_margin": 2.5712470750184306, "t_final": 309.8275138651622, "apogee_time": 26.116707671447134, "frontal_surface_wind": 0.6351285976706889, "y_impact": 318.4072539710806} +{"apogee": 4293.27341421451, "out_of_rail_stability_margin": 2.737535585796253, "lateral_surface_wind": -2.083589775561931, "impact_velocity": -5.471958406336766, "x_impact": 1299.583003181024, "max_mach_number": 1.009882593601881, "out_of_rail_time": 0.32747110003901725, "apogee_y": 637.916613682809, "out_of_rail_velocity": 28.7267251413968, "apogee_x": 466.12264098165474, "initial_stability_margin": 2.6762394956587903, "t_final": 345.2697405008373, "apogee_time": 28.353779947435736, "frontal_surface_wind": 0.9771847687943819, "y_impact": 485.64052670847957} +{"apogee": 2987.4298434124817, "out_of_rail_stability_margin": 2.5631152372710675, "lateral_surface_wind": -2.385890981797992, "impact_velocity": -5.362691930101616, "x_impact": 747.0350615845373, "max_mach_number": 0.7460515599932416, "out_of_rail_time": 0.377085306989175, "apogee_y": 390.04742376547074, "out_of_rail_velocity": 24.215028102981652, "apogee_x": 180.83370620956015, "initial_stability_margin": 2.4810348049508457, "t_final": 283.9946379164607, "apogee_time": 24.37542705271188, "frontal_surface_wind": 0.7947500922980357, "y_impact": 122.46298971489384} +{"apogee": 4070.361947506573, "out_of_rail_stability_margin": 2.6325257018629875, "lateral_surface_wind": -1.8735180315555224, "impact_velocity": -5.348434473474239, "x_impact": 1058.7321681922886, "max_mach_number": 0.9655252674716298, "out_of_rail_time": 0.3354598580285745, "apogee_y": 449.5769730513311, "out_of_rail_velocity": 27.886449887045874, "apogee_x": 329.93736852679046, "initial_stability_margin": 2.5648723777116524, "t_final": 341.2128954954133, "apogee_time": 27.68891257691783, "frontal_surface_wind": 1.4514981341425202, "y_impact": 295.6907177650282} +{"apogee": 3149.1628740728192, "out_of_rail_stability_margin": 2.7329292443043056, "lateral_surface_wind": -2.1092311137758095, "impact_velocity": -5.488212813245895, "x_impact": 846.405559360752, "max_mach_number": 0.7732391275282404, "out_of_rail_time": 0.3685534015621736, "apogee_y": 425.38393799514307, "out_of_rail_velocity": 24.78566700947952, "apogee_x": 299.0536865393603, "initial_stability_margin": 2.6625951439860485, "t_final": 282.6845167104792, "apogee_time": 24.973797291011262, "frontal_surface_wind": 1.0844327618863447, "y_impact": 203.98180287742085} +{"apogee": 3946.375348667475, "out_of_rail_stability_margin": 2.671279145867187, "lateral_surface_wind": -1.8784089114226148, "impact_velocity": -5.379674001997693, "x_impact": 882.3127810730377, "max_mach_number": 0.9307022449467589, "out_of_rail_time": 0.34040560534357067, "apogee_y": 402.7596295629383, "out_of_rail_velocity": 27.337829937493925, "apogee_x": 237.50603872255633, "initial_stability_margin": 2.604542248116734, "t_final": 326.52229290611206, "apogee_time": 27.378888964486542, "frontal_surface_wind": 0.8634812476690797, "y_impact": 316.30434582700735} +{"apogee": 2935.1729469542875, "out_of_rail_stability_margin": 2.620874958341219, "lateral_surface_wind": -1.3694371342080562, "impact_velocity": -5.349260120606104, "x_impact": 755.794671335786, "max_mach_number": 0.7388995085698431, "out_of_rail_time": 0.37681344032461594, "apogee_y": 436.6158913525341, "out_of_rail_velocity": 24.20832547565178, "apogee_x": 363.2766200503371, "initial_stability_margin": 2.545715454529934, "t_final": 278.76833315612186, "apogee_time": 24.172960523747776, "frontal_surface_wind": 0.5906412846589799, "y_impact": 376.2018158027402} +{"apogee": 3250.7700612989156, "out_of_rail_stability_margin": 2.7393638859063154, "lateral_surface_wind": -2.68745990371275, "impact_velocity": -5.63554740070532, "x_impact": 684.2764470523354, "max_mach_number": 0.7865007881756619, "out_of_rail_time": 0.36700544260743345, "apogee_y": 515.0393965465965, "out_of_rail_velocity": 24.922273965620736, "apogee_x": 262.45626081636254, "initial_stability_margin": 2.667322312306937, "t_final": 283.23160306813605, "apogee_time": 25.40256733652363, "frontal_surface_wind": 0.1401146873079666, "y_impact": 139.77607413110013} +{"apogee": 2680.6362665898, "out_of_rail_stability_margin": 2.6765351363599734, "lateral_surface_wind": -2.1744341353424383, "impact_velocity": -5.49430108289025, "x_impact": 604.1267333799105, "max_mach_number": 0.6826839700127292, "out_of_rail_time": 0.3904220098687402, "apogee_y": 337.30721731575954, "out_of_rail_velocity": 23.11145227510364, "apogee_x": 152.02459107749314, "initial_stability_margin": 2.5941611768687425, "t_final": 257.60504961559315, "apogee_time": 23.339595296718183, "frontal_surface_wind": 0.9469353185038406, "y_impact": 149.49635529196732} +{"apogee": 4135.872944383362, "out_of_rail_stability_margin": 2.6227206002826535, "lateral_surface_wind": -3.1160224015894658, "impact_velocity": -5.480024229847127, "x_impact": 1094.3403553139576, "max_mach_number": 0.9739972522300961, "out_of_rail_time": 0.3337257959460703, "apogee_y": 659.2653452779925, "out_of_rail_velocity": 28.00761044912001, "apogee_x": 326.3776273080104, "initial_stability_margin": 2.5562100148265525, "t_final": 333.55364198791796, "apogee_time": 27.931923833843427, "frontal_surface_wind": 0.8753256183266671, "y_impact": 382.7217615094922} +{"apogee": 2732.290106620054, "out_of_rail_stability_margin": 2.6770134170630433, "lateral_surface_wind": -0.7321221119754081, "impact_velocity": -5.434047722026593, "x_impact": 491.99687161054976, "max_mach_number": 0.6958918027226028, "out_of_rail_time": 0.38689918073588286, "apogee_y": 243.1569721618105, "out_of_rail_velocity": 23.404595465521734, "apogee_x": 211.27843874997052, "initial_stability_margin": 2.5975947209487202, "t_final": 262.44409489241787, "apogee_time": 23.477145685268372, "frontal_surface_wind": 0.8447283848465766, "y_impact": 321.7776070547922} +{"apogee": 1532.8323372398295, "out_of_rail_stability_margin": 2.6898286132117435, "lateral_surface_wind": -3.045823529264373, "impact_velocity": -5.529432312755332, "x_impact": 522.6850394234569, "max_mach_number": 0.4620465050833564, "out_of_rail_time": 0.46076604893639056, "apogee_y": 273.7192394553355, "out_of_rail_velocity": 19.041838028942177, "apogee_x": 104.98304843961265, "initial_stability_margin": 2.596534380892443, "t_final": 193.61393290041863, "apogee_time": 18.209320401445275, "frontal_surface_wind": 1.0948742274279109, "y_impact": 0.9914413287556293} +{"apogee": 3680.4352968722687, "out_of_rail_stability_margin": 2.521089243881502, "lateral_surface_wind": -1.125760915526531, "impact_velocity": -5.421371782734269, "x_impact": 1177.8640325345389, "max_mach_number": 0.886551078561826, "out_of_rail_time": 0.3484344551208267, "apogee_y": 547.6185626985376, "out_of_rail_velocity": 26.56200367092483, "apogee_x": 658.6975903459587, "initial_stability_margin": 2.4499614842530137, "t_final": 319.0151062443473, "apogee_time": 26.581676402850494, "frontal_surface_wind": 0.4973633276010419, "y_impact": 577.3619237990671} +{"apogee": 2927.792852052069, "out_of_rail_stability_margin": 2.5803028644107506, "lateral_surface_wind": -3.0354548845668345, "impact_velocity": -5.333653022285115, "x_impact": 854.8488180916762, "max_mach_number": 0.7446882292391335, "out_of_rail_time": 0.37648020179533426, "apogee_y": 515.9578769261645, "out_of_rail_velocity": 24.222611512280913, "apogee_x": 275.36077563539254, "initial_stability_margin": 2.502946243294928, "t_final": 278.96795387282083, "apogee_time": 24.10889129556788, "frontal_surface_wind": 0.6223462340015993, "y_impact": 124.57891034645239} +{"apogee": 4079.5943105984875, "out_of_rail_stability_margin": 2.665613221305605, "lateral_surface_wind": -2.6812796216915897, "impact_velocity": -5.457879192545166, "x_impact": 792.1558141415585, "max_mach_number": 0.9597831269316293, "out_of_rail_time": 0.3375158126697061, "apogee_y": 519.542155814602, "out_of_rail_velocity": 27.733170069666055, "apogee_x": 261.9323348621862, "initial_stability_margin": 2.5964237674956907, "t_final": 325.8739048389565, "apogee_time": 27.785406554465133, "frontal_surface_wind": 0.22980959502283027, "y_impact": 84.07806514398537} +{"apogee": 4332.545402723135, "out_of_rail_stability_margin": 2.6427967628259865, "lateral_surface_wind": -3.137641539861109, "impact_velocity": -5.4659827701669395, "x_impact": 1193.027380839043, "max_mach_number": 1.031886009395353, "out_of_rail_time": 0.3247076967671686, "apogee_y": 724.893763726612, "out_of_rail_velocity": 29.045589768276287, "apogee_x": 370.0611495566518, "initial_stability_margin": 2.5778600965835343, "t_final": 354.8049022891637, "apogee_time": 28.37098810675711, "frontal_surface_wind": 0.7943526374629564, "y_impact": 427.57392292332446} +{"apogee": 2390.9531543425246, "out_of_rail_stability_margin": 2.694478349403618, "lateral_surface_wind": -0.5569251263273798, "impact_velocity": -5.363698943091604, "x_impact": 328.28550804535394, "max_mach_number": 0.6345315900860191, "out_of_rail_time": 0.4029913090940046, "apogee_y": 301.93835214577564, "out_of_rail_velocity": 22.289160802348842, "apogee_x": 302.283256678023, "initial_stability_margin": 2.6103432513726186, "t_final": 245.56796713475939, "apogee_time": 22.156816618683035, "frontal_surface_wind": -0.7701209791301544, "y_impact": 265.0104810965535} +{"apogee": 3153.855112880786, "out_of_rail_stability_margin": 2.611824962266698, "lateral_surface_wind": -1.1515283989988851, "impact_velocity": -5.434845051301194, "x_impact": 775.0168666544608, "max_mach_number": 0.773337913415382, "out_of_rail_time": 0.36843164677120893, "apogee_y": 332.8403594409993, "out_of_rail_velocity": 24.815133912995954, "apogee_x": 287.1331818060112, "initial_stability_margin": 2.5420476040773705, "t_final": 283.5427336392633, "apogee_time": 24.976062939541134, "frontal_surface_wind": 1.2033970086433243, "y_impact": 442.1783912464853} +{"apogee": 3819.2233055036513, "out_of_rail_stability_margin": 2.655477586484837, "lateral_surface_wind": -1.2377764502182131, "impact_velocity": -5.375232503032445, "x_impact": 957.8362636853027, "max_mach_number": 0.9075249733266697, "out_of_rail_time": 0.34481821584275346, "apogee_y": 455.0166897086784, "out_of_rail_velocity": 26.91623846901633, "apogee_x": 351.03180089843147, "initial_stability_margin": 2.585307328238299, "t_final": 318.9708636136699, "apogee_time": 27.005174490199018, "frontal_surface_wind": 1.1144915761897152, "y_impact": 616.2950010843505} +{"apogee": 3780.5508786782416, "out_of_rail_stability_margin": 2.737789877809155, "lateral_surface_wind": -1.1624099089445281, "impact_velocity": -5.41417645704569, "x_impact": 1130.6081130732277, "max_mach_number": 0.9031621684282125, "out_of_rail_time": 0.3450612581549739, "apogee_y": 514.2828053855807, "out_of_rail_velocity": 26.89159039462575, "apogee_x": 499.9817721429924, "initial_stability_margin": 2.669719760826235, "t_final": 320.0689077472855, "apogee_time": 26.877241863631433, "frontal_surface_wind": 1.1928894406860222, "y_impact": 684.7683035225749} +{"apogee": 3428.017515135601, "out_of_rail_stability_margin": 2.668238995301764, "lateral_surface_wind": -1.2727902904743835, "impact_velocity": -5.431640042762125, "x_impact": 831.3181834354791, "max_mach_number": 0.8291051967155727, "out_of_rail_time": 0.3584672601185051, "apogee_y": 345.91224843243464, "out_of_rail_velocity": 25.670129914162544, "apogee_x": 358.5330526920962, "initial_stability_margin": 2.5951531683865317, "t_final": 300.7621088033678, "apogee_time": 25.821373809216155, "frontal_surface_wind": 0.7773159384482726, "y_impact": 246.1549671929838} +{"apogee": 3979.2035632610323, "out_of_rail_stability_margin": 2.692470624552443, "lateral_surface_wind": -2.1346437681667076, "impact_velocity": -5.528379223464396, "x_impact": 894.1139608326384, "max_mach_number": 0.9303101910914108, "out_of_rail_time": 0.3412274987549514, "apogee_y": 436.7891259749145, "out_of_rail_velocity": 27.249408182505174, "apogee_x": 255.13297124531093, "initial_stability_margin": 2.6232859096330214, "t_final": 319.6286090973404, "apogee_time": 27.550455847396695, "frontal_surface_wind": 1.033511630026207, "y_impact": 134.22603548968263} +{"apogee": 3638.963814259277, "out_of_rail_stability_margin": 2.6609268452164687, "lateral_surface_wind": -2.1751563247869488, "impact_velocity": -5.535538076901732, "x_impact": 879.0953440803946, "max_mach_number": 0.8637539324688901, "out_of_rail_time": 0.35209485346191705, "apogee_y": 508.9296732957843, "out_of_rail_velocity": 26.250358129449182, "apogee_x": 307.9230852355077, "initial_stability_margin": 2.5917545449334862, "t_final": 307.1827315990417, "apogee_time": 26.553528437925497, "frontal_surface_wind": 1.207035838140003, "y_impact": 384.96761589756727} +{"apogee": 3917.527469601626, "out_of_rail_stability_margin": 2.6433843106693438, "lateral_surface_wind": -1.372350576786065, "impact_velocity": -5.412512657094825, "x_impact": 817.5794326262605, "max_mach_number": 0.9282079261361198, "out_of_rail_time": 0.34148566214420706, "apogee_y": 396.9344677543358, "out_of_rail_velocity": 27.263708777298003, "apogee_x": 286.3478992963154, "initial_stability_margin": 2.5726737975021368, "t_final": 327.2062707560983, "apogee_time": 27.25717093142447, "frontal_surface_wind": 0.5838399490327286, "y_impact": 283.13097691626035} +{"apogee": 4092.3310010405635, "out_of_rail_stability_margin": 2.760498347251632, "lateral_surface_wind": -2.0165779690066943, "impact_velocity": -5.554244240783383, "x_impact": 1105.2545417438057, "max_mach_number": 0.9598393838006652, "out_of_rail_time": 0.3355627267351207, "apogee_y": 621.2671809889723, "out_of_rail_velocity": 27.843212320995864, "apogee_x": 472.6043826686323, "initial_stability_margin": 2.6961104670370832, "t_final": 333.4810611756344, "apogee_time": 27.83538396081328, "frontal_surface_wind": 1.0143954090478586, "y_impact": 537.9545058887061} +{"apogee": 1767.3359032799403, "out_of_rail_stability_margin": 2.741884184411714, "lateral_surface_wind": -2.0543989893908723, "impact_velocity": -5.373475502327965, "x_impact": 496.5197281774549, "max_mach_number": 0.5112431937788704, "out_of_rail_time": 0.4416751902759571, "apogee_y": 266.96786795603305, "out_of_rail_velocity": 20.018842639015816, "apogee_x": 147.006513922652, "initial_stability_margin": 2.649992021262757, "t_final": 213.28900426382168, "apogee_time": 19.386235959635265, "frontal_surface_wind": 1.0371505279272204, "y_impact": 115.94920908613612} +{"apogee": 3302.165258047892, "out_of_rail_stability_margin": 2.645957939329937, "lateral_surface_wind": -2.0479651353016504, "impact_velocity": -5.317147969170302, "x_impact": 708.2307064196355, "max_mach_number": 0.8077236650085796, "out_of_rail_time": 0.3619958660925074, "apogee_y": 357.3087189109589, "out_of_rail_velocity": 25.356510577462533, "apogee_x": 234.74004898543893, "initial_stability_margin": 2.5746835045373264, "t_final": 298.77038570667105, "apogee_time": 25.39154406515975, "frontal_surface_wind": 0.9997635461010097, "y_impact": 49.20889783568363} +{"apogee": 3547.4348713094364, "out_of_rail_stability_margin": 2.6938622172767097, "lateral_surface_wind": -3.028984609067689, "impact_velocity": -5.428956539153816, "x_impact": 1124.824783768377, "max_mach_number": 0.8597922607961519, "out_of_rail_time": 0.35330847858745856, "apogee_y": 653.3256923609002, "out_of_rail_velocity": 26.127424464449007, "apogee_x": 414.8065196644214, "initial_stability_margin": 2.622923025623485, "t_final": 314.5936267309556, "apogee_time": 26.190890538195443, "frontal_surface_wind": 0.6531105796476455, "y_impact": 188.00889776166827} +{"apogee": 4565.608820385068, "out_of_rail_stability_margin": 2.5329959737351904, "lateral_surface_wind": -0.6073506810851058, "impact_velocity": -5.3728403487078795, "x_impact": 839.4741375536727, "max_mach_number": 1.1060900912313858, "out_of_rail_time": 0.3139065194048716, "apogee_y": 430.5962624265848, "out_of_rail_velocity": 30.301575515524085, "apogee_x": 503.30308757661675, "initial_stability_margin": 2.468396615393478, "t_final": 362.47773686444935, "apogee_time": 28.828653044277424, "frontal_surface_wind": -0.7310109910368062, "y_impact": 478.45213932969517} +{"apogee": 3967.3654132651895, "out_of_rail_stability_margin": 2.571076070998705, "lateral_surface_wind": -1.99158506500279, "impact_velocity": -5.268312757078617, "x_impact": 1017.9111761045106, "max_mach_number": 0.9515743839874814, "out_of_rail_time": 0.33800782037341215, "apogee_y": 470.39155930847346, "out_of_rail_velocity": 27.612443495698244, "apogee_x": 311.7251890896672, "initial_stability_margin": 2.5000252817466717, "t_final": 338.18278047043407, "apogee_time": 27.32441415269619, "frontal_surface_wind": 0.661064007583284, "y_impact": 341.07330403591243} +{"apogee": 2294.8365840139872, "out_of_rail_stability_margin": 2.666630719089039, "lateral_surface_wind": -2.075754529733488, "impact_velocity": -5.38982871951169, "x_impact": 734.2143752165881, "max_mach_number": 0.6181951239680057, "out_of_rail_time": 0.4075303670290261, "apogee_y": 433.4130381194627, "out_of_rail_velocity": 21.98110470488578, "apogee_x": 305.96681541261427, "initial_stability_margin": 2.5799091012504483, "t_final": 244.38266095094443, "apogee_time": 21.757701556753922, "frontal_surface_wind": 0.9937200599167011, "y_impact": 289.05626809345944} +{"apogee": 3837.1846781718937, "out_of_rail_stability_margin": 2.6282843915240064, "lateral_surface_wind": -2.1391836548453993, "impact_velocity": -5.362632636852039, "x_impact": 976.6519626753851, "max_mach_number": 0.9190156557097239, "out_of_rail_time": 0.3439072043441515, "apogee_y": 578.9629906675127, "out_of_rail_velocity": 27.038038655939047, "apogee_x": 411.00383468284264, "initial_stability_margin": 2.5540410341042477, "t_final": 325.9218736832987, "apogee_time": 27.00176645064785, "frontal_surface_wind": 0.7858636232616016, "y_impact": 249.4506684330063} +{"apogee": 3162.0438226230312, "out_of_rail_stability_margin": 2.7328849258893553, "lateral_surface_wind": -1.638761840805496, "impact_velocity": -5.395343833001744, "x_impact": 844.1870511399167, "max_mach_number": 0.7792091783122906, "out_of_rail_time": 0.3674463854811297, "apogee_y": 420.19781650205664, "out_of_rail_velocity": 24.900222831594572, "apogee_x": 339.76683876816634, "initial_stability_margin": 2.6620697649960867, "t_final": 287.01233179444233, "apogee_time": 24.976676638017814, "frontal_surface_wind": 0.8593053223041439, "y_impact": 462.0407070047858} +{"apogee": 4352.0247961984, "out_of_rail_stability_margin": 2.626611595855819, "lateral_surface_wind": -1.8937555078169883, "impact_velocity": -5.392794172015021, "x_impact": 962.8727806747361, "max_mach_number": 1.0372805852730227, "out_of_rail_time": 0.32384171296762, "apogee_y": 395.6608488212353, "out_of_rail_velocity": 29.13470135557598, "apogee_x": 228.2604668249074, "initial_stability_margin": 2.5603203685230147, "t_final": 343.7393647498919, "apogee_time": 28.371489061774824, "frontal_surface_wind": 1.264568195288906, "y_impact": 184.34023895795883} +{"apogee": 4146.007851571851, "out_of_rail_stability_margin": 2.637004980862002, "lateral_surface_wind": -0.3905755825375163, "impact_velocity": -5.334732373448842, "x_impact": 795.5911558269406, "max_mach_number": 0.9895844693704382, "out_of_rail_time": 0.33162340459464956, "apogee_y": 345.64367306425197, "out_of_rail_velocity": 28.2767682637359, "apogee_x": 446.4944611358295, "initial_stability_margin": 2.568481675681631, "t_final": 330.47502668567665, "apogee_time": 27.831080805830787, "frontal_surface_wind": 0.2504908240133674, "y_impact": 638.2771905464065} +{"apogee": 4349.896920418719, "out_of_rail_stability_margin": 2.7086905878056458, "lateral_surface_wind": -1.5568106454302921, "impact_velocity": -5.604775258079839, "x_impact": 1063.7299793355846, "max_mach_number": 1.0079468468643857, "out_of_rail_time": 0.3285746200198895, "apogee_y": 508.6116792339012, "out_of_rail_velocity": 28.617029613781707, "apogee_x": 394.3825604677548, "initial_stability_margin": 2.6440012190146, "t_final": 347.4337089946996, "apogee_time": 28.59128495178372, "frontal_surface_wind": 1.0441985584502618, "y_impact": 510.81671022610493} +{"apogee": 3634.4736117090765, "out_of_rail_stability_margin": 2.5515041445360387, "lateral_surface_wind": -3.02489218570239, "impact_velocity": -5.245607836551987, "x_impact": 1176.6916690870855, "max_mach_number": 0.8912069280023065, "out_of_rail_time": 0.34824257336806885, "apogee_y": 663.0686309976074, "out_of_rail_velocity": 26.578707823740814, "apogee_x": 443.7532182925629, "initial_stability_margin": 2.4774051786608107, "t_final": 320.0845429333484, "apogee_time": 26.32122080815705, "frontal_surface_wind": 0.6718098362581841, "y_impact": 190.66426357890762} +{"apogee": 3648.0846939814533, "out_of_rail_stability_margin": 2.678578174964422, "lateral_surface_wind": -0.5629349814093646, "impact_velocity": -5.326159561364413, "x_impact": 687.709448628802, "max_mach_number": 0.8798393535192937, "out_of_rail_time": 0.3492380329004421, "apogee_y": 438.6980410036848, "out_of_rail_velocity": 26.488522541269315, "apogee_x": 460.13310351110334, "initial_stability_margin": 2.609519584456366, "t_final": 326.2773252027804, "apogee_time": 26.466184706388795, "frontal_surface_wind": -0.7657389408517723, "y_impact": 469.92106870714235} +{"apogee": 2852.954151982335, "out_of_rail_stability_margin": 2.518944093911133, "lateral_surface_wind": -1.5537490912410514, "impact_velocity": -5.360670241228237, "x_impact": 732.4130247374272, "max_mach_number": 0.723834929177564, "out_of_rail_time": 0.380726238892519, "apogee_y": 379.8610448108714, "out_of_rail_velocity": 23.828002817378707, "apogee_x": 283.58294756135683, "initial_stability_margin": 2.43645106080518, "t_final": 270.78364895486453, "apogee_time": 23.87178035697664, "frontal_surface_wind": 1.04874867182862, "y_impact": 377.4268158721209} +{"apogee": 2511.2833463117936, "out_of_rail_stability_margin": 2.68311102766907, "lateral_surface_wind": -1.315450569622288, "impact_velocity": -5.431567176263423, "x_impact": 552.504394207543, "max_mach_number": 0.6571615639052869, "out_of_rail_time": 0.39606082309412205, "apogee_y": 354.2574248704173, "out_of_rail_velocity": 22.74792697271073, "apogee_x": 312.3160378493829, "initial_stability_margin": 2.6049228493431436, "t_final": 248.5660217277003, "apogee_time": 22.647188925350907, "frontal_surface_wind": 0.5318356541163891, "y_impact": 200.46341645919497} +{"apogee": 3539.8324062241923, "out_of_rail_stability_margin": 2.6509641402626727, "lateral_surface_wind": -1.1257243800473176, "impact_velocity": -5.410892004326897, "x_impact": 937.3896527268145, "max_mach_number": 0.8535756800263132, "out_of_rail_time": 0.35386303929378315, "apogee_y": 385.35687407391924, "out_of_rail_velocity": 26.057802579674465, "apogee_x": 368.2346110083671, "initial_stability_margin": 2.579459981482678, "t_final": 306.7017259835234, "apogee_time": 26.153932457129518, "frontal_surface_wind": 1.2275694010033482, "y_impact": 524.8047322613755} +{"apogee": 2971.3960712391217, "out_of_rail_stability_margin": 2.618925693905058, "lateral_surface_wind": -2.5530801701238532, "impact_velocity": -5.309884710453624, "x_impact": 1020.2404151884294, "max_mach_number": 0.7505193847691919, "out_of_rail_time": 0.3757562182497809, "apogee_y": 561.3806544350845, "out_of_rail_velocity": 24.28911801253151, "apogee_x": 404.29682449209764, "initial_stability_margin": 2.53909714674132, "t_final": 286.95309030116306, "apogee_time": 24.29092044639541, "frontal_surface_wind": 1.1623730905905405, "y_impact": 307.02388643527246} +{"apogee": 2862.2613569276828, "out_of_rail_stability_margin": 2.6226226017731595, "lateral_surface_wind": -0.7076831763383725, "impact_velocity": -5.428798969180416, "x_impact": 726.5801971058385, "max_mach_number": 0.7253602463863107, "out_of_rail_time": 0.37987816726715845, "apogee_y": 372.4007902758846, "out_of_rail_velocity": 23.897400583638827, "apogee_x": 397.5525135495177, "initial_stability_margin": 2.54488174069128, "t_final": 272.34958743433225, "apogee_time": 23.93481517979453, "frontal_surface_wind": 0.8653053524256452, "y_impact": 480.44329563932655} +{"apogee": 3928.954421817961, "out_of_rail_stability_margin": 2.586548521582857, "lateral_surface_wind": -1.4314598075375495, "impact_velocity": -5.395650295975163, "x_impact": 1013.129391720412, "max_mach_number": 0.9302782285377175, "out_of_rail_time": 0.34109998023590055, "apogee_y": 398.8922682261653, "out_of_rail_velocity": 27.267575396514072, "apogee_x": 384.85790129029783, "initial_stability_margin": 2.515945986922544, "t_final": 328.799148090484, "apogee_time": 27.306558077034424, "frontal_surface_wind": 1.21034409760169, "y_impact": 383.44672373091623} +{"apogee": 3708.4040155489097, "out_of_rail_stability_margin": 2.699921788968785, "lateral_surface_wind": -2.089112032105647, "impact_velocity": -5.410091845680168, "x_impact": 895.8004107722035, "max_mach_number": 0.8854718872894304, "out_of_rail_time": 0.34874342335847536, "apogee_y": 451.6042614103806, "out_of_rail_velocity": 26.577923827132278, "apogee_x": 300.88116877290344, "initial_stability_margin": 2.6288567327156875, "t_final": 321.42210527622007, "apogee_time": 26.674039940173397, "frontal_surface_wind": 1.3505004513610572, "y_impact": 310.05235819373604} +{"apogee": 3498.453361405082, "out_of_rail_stability_margin": 2.613855017747848, "lateral_surface_wind": -0.7169839000264105, "impact_velocity": -5.593081075583184, "x_impact": 677.7825589499499, "max_mach_number": 0.8335123959561044, "out_of_rail_time": 0.3581369102143031, "apogee_y": 314.27165869697325, "out_of_rail_velocity": 25.671426212989342, "apogee_x": 300.33091925693526, "initial_stability_margin": 2.5412864683178626, "t_final": 301.9822357282604, "apogee_time": 26.151375428878193, "frontal_surface_wind": 0.8576146676169643, "y_impact": 446.0028331213504} +{"apogee": 3641.639423977434, "out_of_rail_stability_margin": 2.626288110247179, "lateral_surface_wind": -3.0507547971447835, "impact_velocity": -5.4427585372233525, "x_impact": 1057.291014162262, "max_mach_number": 0.876859857450283, "out_of_rail_time": 0.3504739833978526, "apogee_y": 633.6818496644762, "out_of_rail_velocity": 26.411322171219773, "apogee_x": 345.0955296205533, "initial_stability_margin": 2.5556221504920407, "t_final": 317.7477091959837, "apogee_time": 26.483755627588813, "frontal_surface_wind": 0.5423987084375479, "y_impact": 160.78551975428493} +{"apogee": 2936.9217127237443, "out_of_rail_stability_margin": 2.675591593145233, "lateral_surface_wind": -1.5206997814399628, "impact_velocity": -5.417960757986287, "x_impact": 729.0636021338988, "max_mach_number": 0.7369417103967817, "out_of_rail_time": 0.3774185935332728, "apogee_y": 355.08471944554867, "out_of_rail_velocity": 24.188612240063073, "apogee_x": 272.56445441450427, "initial_stability_margin": 2.6007515140828743, "t_final": 273.64887833072913, "apogee_time": 24.18846637747542, "frontal_surface_wind": 1.0961214302818543, "y_impact": 347.39058561948383} +{"apogee": 2378.3946805864593, "out_of_rail_stability_margin": 2.6499368581414284, "lateral_surface_wind": -1.330084092358109, "impact_velocity": -5.441273337362069, "x_impact": 618.8764837724488, "max_mach_number": 0.6294996859564361, "out_of_rail_time": 0.4036008803583337, "apogee_y": 343.6500383219495, "out_of_rail_velocity": 22.24513236639956, "apogee_x": 315.62547035742153, "initial_stability_margin": 2.5663391910808255, "t_final": 245.89984774212704, "apogee_time": 22.117489127001157, "frontal_surface_wind": 0.6746046982844763, "y_impact": 288.53037659512205} +{"apogee": 3157.32693278963, "out_of_rail_stability_margin": 2.6392097366817295, "lateral_surface_wind": -1.9705931338831721, "impact_velocity": -5.356644515073772, "x_impact": 780.1828270559997, "max_mach_number": 0.7808879058147344, "out_of_rail_time": 0.3674644236662521, "apogee_y": 389.13615668876446, "out_of_rail_velocity": 24.876504123768008, "apogee_x": 216.21669412888838, "initial_stability_margin": 2.5670413132518455, "t_final": 288.8070975131973, "apogee_time": 24.93995659641395, "frontal_surface_wind": 1.3166925794107733, "y_impact": 260.7493349265034} +{"apogee": 2575.5875011024004, "out_of_rail_stability_margin": 2.6451418674182867, "lateral_surface_wind": -2.0111639225236955, "impact_velocity": -5.432443443173587, "x_impact": 772.5660824563837, "max_mach_number": 0.6687132251076618, "out_of_rail_time": 0.3938689399240561, "apogee_y": 448.64756598491493, "out_of_rail_velocity": 22.864597497941233, "apogee_x": 327.62511281253626, "initial_stability_margin": 2.5605360503316104, "t_final": 250.60796952750036, "apogee_time": 22.899721967426846, "frontal_surface_wind": 1.0250875219802649, "y_impact": 368.5225869711558} +{"apogee": 4026.036352355903, "out_of_rail_stability_margin": 2.824643397037172, "lateral_surface_wind": -2.127112749755341, "impact_velocity": -5.422853191478892, "x_impact": 1195.0706287005162, "max_mach_number": 0.9549878304771933, "out_of_rail_time": 0.33650091958211553, "apogee_y": 618.6062522713746, "out_of_rail_velocity": 27.81169626928977, "apogee_x": 504.36896489463805, "initial_stability_margin": 2.762182977107532, "t_final": 342.84034130995855, "apogee_time": 27.580121589337885, "frontal_surface_wind": 0.832994275196915, "y_impact": 501.71646908013156} +{"apogee": 3458.687709597184, "out_of_rail_stability_margin": 2.638731797841234, "lateral_surface_wind": -1.8823582756345654, "impact_velocity": -5.368389677675814, "x_impact": 921.1116214988551, "max_mach_number": 0.837581955958121, "out_of_rail_time": 0.35544270726965493, "apogee_y": 463.4469661915553, "out_of_rail_velocity": 25.9021972781813, "apogee_x": 332.59335271958423, "initial_stability_margin": 2.573239781783691, "t_final": 307.49476637346055, "apogee_time": 25.910399046605598, "frontal_surface_wind": 0.8548375434771859, "y_impact": 392.13982017419744} +{"apogee": 3720.5193499593643, "out_of_rail_stability_margin": 2.73947229821363, "lateral_surface_wind": -2.1198201710860074, "impact_velocity": -5.456636413653146, "x_impact": 1018.2626161453445, "max_mach_number": 0.8857575972341009, "out_of_rail_time": 0.3476546030892129, "apogee_y": 480.19559746565267, "out_of_rail_velocity": 26.642733589152186, "apogee_x": 317.6155129302608, "initial_stability_margin": 2.6738866737287426, "t_final": 318.9053345480891, "apogee_time": 26.747038337105156, "frontal_surface_wind": 0.9766141152104849, "y_impact": 333.5182321052465} +{"apogee": 2243.5457423798316, "out_of_rail_stability_margin": 2.664180999018433, "lateral_surface_wind": -2.5221150716688996, "impact_velocity": -5.540526187135611, "x_impact": 600.7060483189845, "max_mach_number": 0.6026482782260907, "out_of_rail_time": 0.4114591813523246, "apogee_y": 325.36873290814947, "out_of_rail_velocity": 21.72451714088452, "apogee_x": 157.46561602029453, "initial_stability_margin": 2.5789858962097596, "t_final": 230.49973615288917, "apogee_time": 21.574375676955633, "frontal_surface_wind": 1.2281144580490992, "y_impact": 110.78917322611139} +{"apogee": 3231.6749426367237, "out_of_rail_stability_margin": 2.814533019561925, "lateral_surface_wind": -1.2938168773336698, "impact_velocity": -5.471655556583598, "x_impact": 679.1630581214939, "max_mach_number": 0.792535495008284, "out_of_rail_time": 0.3658187513283653, "apogee_y": 358.53879223470085, "out_of_rail_velocity": 25.083248166485177, "apogee_x": 328.1302596887889, "initial_stability_margin": 2.7428282489588547, "t_final": 290.9096659127836, "apogee_time": 25.222693174530523, "frontal_surface_wind": 0.5824922763741689, "y_impact": 103.01436225855637} +{"apogee": 3608.708177673826, "out_of_rail_stability_margin": 2.749995411826137, "lateral_surface_wind": -2.571702750800494, "impact_velocity": -5.587395342202454, "x_impact": 909.5891795839964, "max_mach_number": 0.8525401389188365, "out_of_rail_time": 0.35387220021759697, "apogee_y": 485.43068167522233, "out_of_rail_velocity": 26.04909609549996, "apogee_x": 241.44235621525957, "initial_stability_margin": 2.6821792026691975, "t_final": 305.3651070986276, "apogee_time": 26.521466303603574, "frontal_surface_wind": 1.1205688369456932, "y_impact": 194.56278768704692} +{"apogee": 2769.0976355218663, "out_of_rail_stability_margin": 2.7593567744949463, "lateral_surface_wind": -2.167325139725119, "impact_velocity": -5.409233574362243, "x_impact": 739.8836964933075, "max_mach_number": 0.7043213969045825, "out_of_rail_time": 0.3840036798233567, "apogee_y": 420.88606723944497, "out_of_rail_velocity": 23.61253425517734, "apogee_x": 259.9492435676793, "initial_stability_margin": 2.6850512323398226, "t_final": 257.7545016358819, "apogee_time": 23.6206068538511, "frontal_surface_wind": 0.9630950342971777, "y_impact": 247.6529577275772} +{"apogee": 4298.202092637675, "out_of_rail_stability_margin": 2.6390436629803666, "lateral_surface_wind": -2.3149287564000973, "impact_velocity": -5.4718952519360045, "x_impact": 1156.0347137117049, "max_mach_number": 1.0125051627780508, "out_of_rail_time": 0.3277105501646532, "apogee_y": 471.2195115237705, "out_of_rail_velocity": 28.677013505042275, "apogee_x": 306.11624461090173, "initial_stability_margin": 2.5718440055958283, "t_final": 353.75365134126326, "apogee_time": 28.31777016503855, "frontal_surface_wind": 0.9824501712680501, "y_impact": 183.63665317975688} +{"apogee": 3527.724677894498, "out_of_rail_stability_margin": 2.6410252751888743, "lateral_surface_wind": -2.056308627895792, "impact_velocity": -5.477292629338694, "x_impact": 1122.275533641359, "max_mach_number": 0.8482818934855256, "out_of_rail_time": 0.354317365407538, "apogee_y": 511.5055728500684, "out_of_rail_velocity": 26.0032741992269, "apogee_x": 445.3624542402517, "initial_stability_margin": 2.573556786407415, "t_final": 301.75298273654744, "apogee_time": 26.178824122543983, "frontal_surface_wind": 1.104086733283574, "y_impact": 383.46351609558025} +{"apogee": 4142.383117615634, "out_of_rail_stability_margin": 2.6822473389722394, "lateral_surface_wind": -2.3369905185428905, "impact_velocity": -5.320759155289924, "x_impact": 1196.2245218957776, "max_mach_number": 0.99251834465073, "out_of_rail_time": 0.330330910781318, "apogee_y": 532.5050015124885, "out_of_rail_velocity": 28.397676968609296, "apogee_x": 377.7359634519105, "initial_stability_margin": 2.615459711116778, "t_final": 339.4365808601267, "apogee_time": 27.78056226073247, "frontal_surface_wind": 0.9287512059068105, "y_impact": 263.1857550174817} +{"apogee": 4279.338450779423, "out_of_rail_stability_margin": 2.3639567246376347, "lateral_surface_wind": -3.019992358336574, "impact_velocity": -5.334068795565938, "x_impact": 1182.4214135422922, "max_mach_number": 1.0352872375840294, "out_of_rail_time": 0.32465201520081505, "apogee_y": 604.7640625718146, "out_of_rail_velocity": 29.012233568975248, "apogee_x": 365.5810475028483, "initial_stability_margin": 2.294505100650856, "t_final": 350.0006504190154, "apogee_time": 28.113878365599916, "frontal_surface_wind": 0.6935036746876879, "y_impact": 62.22542183658243} +{"apogee": 3910.837478667162, "out_of_rail_stability_margin": 2.4211677163223353, "lateral_surface_wind": -2.6300498765932545, "impact_velocity": -5.335308955889218, "x_impact": 946.7295965894041, "max_mach_number": 0.9326780248653063, "out_of_rail_time": 0.3411374738164747, "apogee_y": 403.65795148586403, "out_of_rail_velocity": 27.240059655449752, "apogee_x": 130.21397064963446, "initial_stability_margin": 2.3472066018650057, "t_final": 342.174275274051, "apogee_time": 27.19337053907052, "frontal_surface_wind": 0.8718146672750271, "y_impact": 84.26231188117605} +{"apogee": 3885.7822762236833, "out_of_rail_stability_margin": 2.704025756773906, "lateral_surface_wind": -1.9706891753431186, "impact_velocity": -5.3133606134240035, "x_impact": 1148.7653869741796, "max_mach_number": 0.9333149969796032, "out_of_rail_time": 0.34030985149281007, "apogee_y": 483.43477028947086, "out_of_rail_velocity": 27.416185417793663, "apogee_x": 355.28698385129684, "initial_stability_margin": 2.636715260125425, "t_final": 335.38100271319644, "apogee_time": 27.103720739739064, "frontal_surface_wind": 0.789263581445051, "y_impact": 232.10922272561308} +{"apogee": 4047.8954987674506, "out_of_rail_stability_margin": 2.698391479232595, "lateral_surface_wind": -0.618488051316642, "impact_velocity": -5.527050407284676, "x_impact": 1031.8313070063111, "max_mach_number": 0.9596758480006217, "out_of_rail_time": 0.3370395029465737, "apogee_y": 580.8343057414818, "out_of_rail_velocity": 27.747822038184175, "apogee_x": 730.6098009382142, "initial_stability_margin": 2.630897577913017, "t_final": 325.0883994752319, "apogee_time": 27.678428170495692, "frontal_surface_wind": -0.7216123954102356, "y_impact": 639.0609399876021} +{"apogee": 2617.878437645465, "out_of_rail_stability_margin": 2.5722491146398796, "lateral_surface_wind": -2.377320751716632, "impact_velocity": -5.457111934515049, "x_impact": 635.0317300418537, "max_mach_number": 0.6729698743515994, "out_of_rail_time": 0.39255917053516215, "apogee_y": 343.72965872440216, "out_of_rail_velocity": 23.034773026570665, "apogee_x": 154.0934855102705, "initial_stability_margin": 2.4928876082847222, "t_final": 260.67781707243705, "apogee_time": 23.06361672306557, "frontal_surface_wind": 0.8200302004744638, "y_impact": 85.46617724218046} +{"apogee": 2514.345606137925, "out_of_rail_stability_margin": 2.6469481387522684, "lateral_surface_wind": -2.1204148207558124, "impact_velocity": -5.340318253306006, "x_impact": 764.1377288936701, "max_mach_number": 0.6619661916651003, "out_of_rail_time": 0.3949358392604519, "apogee_y": 469.54798628334044, "out_of_rail_velocity": 22.812347025672818, "apogee_x": 359.4364135108585, "initial_stability_margin": 2.56498209022735, "t_final": 253.43435320008635, "apogee_time": 22.607382646975744, "frontal_surface_wind": 0.8351822145152915, "y_impact": 264.26126341416915} +{"apogee": 3261.5934236230173, "out_of_rail_stability_margin": 2.5159061531341034, "lateral_surface_wind": -3.0590128798642566, "impact_velocity": -5.223771518201722, "x_impact": 923.8959765773262, "max_mach_number": 0.8128813887533504, "out_of_rail_time": 0.3628509939917544, "apogee_y": 555.2850550021882, "out_of_rail_velocity": 25.288411050983274, "apogee_x": 263.4899539946495, "initial_stability_margin": 2.4376348203112888, "t_final": 309.5083543489689, "apogee_time": 25.188171871691136, "frontal_surface_wind": 0.4937017237575898, "y_impact": 94.52381301599156} +{"apogee": 3416.6727541261275, "out_of_rail_stability_margin": 2.765687928748945, "lateral_surface_wind": -2.0069889526433293, "impact_velocity": -5.462610493155209, "x_impact": 966.8316733823216, "max_mach_number": 0.826075925380445, "out_of_rail_time": 0.3584704408691338, "apogee_y": 485.38645092629105, "out_of_rail_velocity": 25.66942133919407, "apogee_x": 316.8155460434843, "initial_stability_margin": 2.698216032205748, "t_final": 300.13896847838794, "apogee_time": 25.834186206336643, "frontal_surface_wind": 0.6917717620556942, "y_impact": 289.7491456450266} +{"apogee": 3941.81943345955, "out_of_rail_stability_margin": 2.6525682947752167, "lateral_surface_wind": -0.3959251258921717, "impact_velocity": -5.334455822452439, "x_impact": 1019.1846588587468, "max_mach_number": 0.9447014464629859, "out_of_rail_time": 0.33851733217532404, "apogee_y": 495.2048897578799, "out_of_rail_velocity": 27.544087215965195, "apogee_x": 641.7035468577942, "initial_stability_margin": 2.584583107495669, "t_final": 333.2973556316666, "apogee_time": 27.29030782210982, "frontal_surface_wind": 0.24194675711131988, "y_impact": 815.6890334589419} +{"apogee": 3550.843230013556, "out_of_rail_stability_margin": 2.5769876684210242, "lateral_surface_wind": -2.068381133274204, "impact_velocity": -5.348432572591763, "x_impact": 1014.0728584714832, "max_mach_number": 0.8601021414736693, "out_of_rail_time": 0.3536458710501893, "apogee_y": 496.4264709696775, "out_of_rail_velocity": 26.112660332426636, "apogee_x": 333.65777713662305, "initial_stability_margin": 2.503038419919197, "t_final": 314.7612074038619, "apogee_time": 26.170999648493286, "frontal_surface_wind": 1.0089776571883378, "y_impact": 334.81589370719047} +{"apogee": 4603.5585501763735, "out_of_rail_stability_margin": 2.566617031771793, "lateral_surface_wind": -1.9369668784888099, "impact_velocity": -5.44839033675325, "x_impact": 806.1050615292977, "max_mach_number": 1.0965631147105968, "out_of_rail_time": 0.31565793497420974, "apogee_y": 272.1767378714174, "out_of_rail_velocity": 30.10192685725226, "apogee_x": 49.95458918852604, "initial_stability_margin": 2.501941078346636, "t_final": 365.31395589618836, "apogee_time": 29.028584588880207, "frontal_surface_wind": 1.3656778388844906, "y_impact": 81.34043770778301} +{"apogee": 3563.360657594688, "out_of_rail_stability_margin": 2.688560315274291, "lateral_surface_wind": -3.0009126559185275, "impact_velocity": -5.464979192114559, "x_impact": 1094.237703033238, "max_mach_number": 0.8607817276194304, "out_of_rail_time": 0.3528390082459432, "apogee_y": 593.8706235803626, "out_of_rail_velocity": 26.128240740508115, "apogee_x": 382.29346778071437, "initial_stability_margin": 2.6180411103192225, "t_final": 315.4539859540528, "apogee_time": 26.24981074202568, "frontal_surface_wind": 0.7718966399490532, "y_impact": 128.78901834983736} +{"apogee": 4530.65939624177, "out_of_rail_stability_margin": 2.589757164539305, "lateral_surface_wind": -1.8315288325283032, "impact_velocity": -5.4616829451442035, "x_impact": 1195.1613884800458, "max_mach_number": 1.0852666548747325, "out_of_rail_time": 0.31769346330492704, "apogee_y": 507.07721248575325, "out_of_rail_velocity": 29.926158630722508, "apogee_x": 429.4301353686226, "initial_stability_margin": 2.5232046525633574, "t_final": 357.1676225754811, "apogee_time": 28.81983919962341, "frontal_surface_wind": 0.958917118006324, "y_impact": 427.4839605610708} +{"apogee": 3039.0075546241187, "out_of_rail_stability_margin": 2.5182217587150766, "lateral_surface_wind": -1.6520582262953871, "impact_velocity": -5.36243370514786, "x_impact": 850.4998236664293, "max_mach_number": 0.7580627740956913, "out_of_rail_time": 0.37323761191662497, "apogee_y": 439.9135124997228, "out_of_rail_velocity": 24.458697659516684, "apogee_x": 361.117850007477, "initial_stability_margin": 2.441508747329475, "t_final": 280.226584849826, "apogee_time": 24.552426374712272, "frontal_surface_wind": 0.8334564324247467, "y_impact": 478.50672363300833} +{"apogee": 4157.224247896307, "out_of_rail_stability_margin": 2.7081038594358224, "lateral_surface_wind": -1.387365197781963, "impact_velocity": -5.638214157634979, "x_impact": 991.8430971378995, "max_mach_number": 0.9646810534201022, "out_of_rail_time": 0.33460541165569146, "apogee_y": 499.27800239519263, "out_of_rail_velocity": 27.924786713021895, "apogee_x": 409.7610111899769, "initial_stability_margin": 2.644642969708716, "t_final": 342.28084687985546, "apogee_time": 28.070215373322124, "frontal_surface_wind": 0.5654448335142571, "y_impact": 377.9330629700442} +{"apogee": 3656.4913791689874, "out_of_rail_stability_margin": 2.7383186061691394, "lateral_surface_wind": -2.18762337932732, "impact_velocity": -5.386023040158587, "x_impact": 1096.8458808308817, "max_mach_number": 0.8826796103759104, "out_of_rail_time": 0.34884767748234935, "apogee_y": 657.4257565439245, "out_of_rail_velocity": 26.53291303584337, "apogee_x": 459.02504631932703, "initial_stability_margin": 2.6686422526569156, "t_final": 325.5017264786953, "apogee_time": 26.49195496364952, "frontal_surface_wind": 0.6578693357370274, "y_impact": 549.8719169564238} +{"apogee": 3418.655418273755, "out_of_rail_stability_margin": 2.548111209474924, "lateral_surface_wind": -1.8442319031541698, "impact_velocity": -5.5321053176573995, "x_impact": 898.2885651323048, "max_mach_number": 0.8213037735828991, "out_of_rail_time": 0.36106938398938976, "apogee_y": 428.38772163821017, "out_of_rail_velocity": 25.421299853127383, "apogee_x": 323.6073090924291, "initial_stability_margin": 2.4712582424936613, "t_final": 302.6607656615321, "apogee_time": 25.883337399020476, "frontal_surface_wind": 0.9342529587731538, "y_impact": 354.2407272890566} +{"apogee": 2576.249414752377, "out_of_rail_stability_margin": 2.5731276188352905, "lateral_surface_wind": -3.0749853116932533, "impact_velocity": -5.3130166110682415, "x_impact": 644.3883990919212, "max_mach_number": 0.673293280143792, "out_of_rail_time": 0.393899033079845, "apogee_y": 376.0360479093312, "out_of_rail_velocity": 22.95241509783667, "apogee_x": 115.89500060525778, "initial_stability_margin": 2.4875120263969235, "t_final": 261.47726333840063, "apogee_time": 22.833424712260555, "frontal_surface_wind": 1.0100771644667013, "y_impact": 71.64832349877774} +{"apogee": 3558.432006294579, "out_of_rail_stability_margin": 2.7734491334562454, "lateral_surface_wind": -2.511414053424426, "impact_velocity": -5.60641190886192, "x_impact": 958.4486372018805, "max_mach_number": 0.8437629039521833, "out_of_rail_time": 0.3544382898962098, "apogee_y": 476.9879154844599, "out_of_rail_velocity": 25.98721349268621, "apogee_x": 287.5783249730784, "initial_stability_margin": 2.709917826576819, "t_final": 303.83027055107846, "apogee_time": 26.35646517241548, "frontal_surface_wind": 1.2498515948187388, "y_impact": 192.14587691092666} +{"apogee": 3217.914817062222, "out_of_rail_stability_margin": 2.641184743635764, "lateral_surface_wind": -0.3866420309300803, "impact_velocity": -5.326938590348197, "x_impact": 904.7789078368656, "max_mach_number": 0.7987349424490876, "out_of_rail_time": 0.3653887282483548, "apogee_y": 422.8988606335745, "out_of_rail_velocity": 25.065198797018496, "apogee_x": 593.9593231439668, "initial_stability_margin": 2.5630274378419777, "t_final": 286.78272463035836, "apogee_time": 25.114693655145075, "frontal_surface_wind": 0.2565207175018791, "y_impact": 659.7446839475299} +{"apogee": 3160.9728017279926, "out_of_rail_stability_margin": 2.5926127877263965, "lateral_surface_wind": -1.6450012866364858, "impact_velocity": -5.401378613669603, "x_impact": 786.3430807139141, "max_mach_number": 0.7803008844806056, "out_of_rail_time": 0.36801099119152575, "apogee_y": 375.4731391100842, "out_of_rail_velocity": 24.830115416537947, "apogee_x": 275.43429262562415, "initial_stability_margin": 2.5168528959557332, "t_final": 298.8811492440967, "apogee_time": 24.949652554172737, "frontal_surface_wind": 0.8472996959663995, "y_impact": 409.7668567028593} +{"apogee": 4292.244163915308, "out_of_rail_stability_margin": 2.6439253628857413, "lateral_surface_wind": -0.7359735558529944, "impact_velocity": -5.361750373230142, "x_impact": 1050.2411580609935, "max_mach_number": 1.0240237057761474, "out_of_rail_time": 0.3256519602839948, "apogee_y": 501.8538554597512, "out_of_rail_velocity": 28.90960444928032, "apogee_x": 508.0765793815755, "initial_stability_margin": 2.578836417334865, "t_final": 355.9872402389877, "apogee_time": 28.23728559712271, "frontal_surface_wind": 0.8413749200528488, "y_impact": 681.5430871521178} +{"apogee": 3775.3869553348063, "out_of_rail_stability_margin": 2.688148969853837, "lateral_surface_wind": -2.019450683461389, "impact_velocity": -5.3771609318653555, "x_impact": 1100.0704118134333, "max_mach_number": 0.908789642716552, "out_of_rail_time": 0.34445668723215445, "apogee_y": 532.4692196887568, "out_of_rail_velocity": 26.953838969912884, "apogee_x": 348.7279382058168, "initial_stability_margin": 2.619019716479909, "t_final": 323.4886363971425, "apogee_time": 26.808843181422095, "frontal_surface_wind": 0.6545011565133695, "y_impact": 302.2112354138526} +{"apogee": 2575.145591276273, "out_of_rail_stability_margin": 2.6631357087878884, "lateral_surface_wind": -1.140469375408416, "impact_velocity": -5.5438937614822965, "x_impact": 769.2330632371137, "max_mach_number": 0.6643465126320034, "out_of_rail_time": 0.3951620406794776, "apogee_y": 368.3425039140865, "out_of_rail_velocity": 22.80410620567366, "apogee_x": 357.66604641592835, "initial_stability_margin": 2.5796953257425255, "t_final": 244.33653975521796, "apogee_time": 22.942310125660008, "frontal_surface_wind": 1.2138828682653753, "y_impact": 455.94603831287424} +{"apogee": 3836.471711420181, "out_of_rail_stability_margin": 2.667017004003926, "lateral_surface_wind": -1.227206551568989, "impact_velocity": -5.45400182620283, "x_impact": 852.0505249060111, "max_mach_number": 0.9129994188764075, "out_of_rail_time": 0.3445150288991918, "apogee_y": 518.5972890181375, "out_of_rail_velocity": 26.927268210441213, "apogee_x": 444.6835911558654, "initial_stability_margin": 2.595487943157898, "t_final": 324.74443739740457, "apogee_time": 27.078574087092683, "frontal_surface_wind": 0.42541987518480734, "y_impact": 555.8878596877629} +{"apogee": 4010.6953384561725, "out_of_rail_stability_margin": 2.464002268484364, "lateral_surface_wind": -1.862714642424987, "impact_velocity": -5.462204288905229, "x_impact": 1244.5940820918663, "max_mach_number": 0.94998633725057, "out_of_rail_time": 0.33861111915851255, "apogee_y": 569.487978424713, "out_of_rail_velocity": 27.541827685671844, "apogee_x": 493.85137220657333, "initial_stability_margin": 2.3920292352734216, "t_final": 333.625375523468, "apogee_time": 27.557040498400674, "frontal_surface_wind": 1.3098613685497305, "y_impact": 393.35035849172044} +{"apogee": 3706.0307836704987, "out_of_rail_stability_margin": 2.583711578381615, "lateral_surface_wind": -2.11884346937633, "impact_velocity": -5.468123248368863, "x_impact": 1029.5829589489958, "max_mach_number": 0.8902943993549388, "out_of_rail_time": 0.3477805071939829, "apogee_y": 554.19638877184, "out_of_rail_velocity": 26.650864281323287, "apogee_x": 421.3271321586491, "initial_stability_margin": 2.512348243124956, "t_final": 321.2346146299329, "apogee_time": 26.635521161542556, "frontal_surface_wind": 1.303358317615031, "y_impact": 423.18853187179104} +{"apogee": 3203.704867085375, "out_of_rail_stability_margin": 2.6361896204999016, "lateral_surface_wind": -1.9934030527748021, "impact_velocity": -5.47152194655686, "x_impact": 844.5351001178825, "max_mach_number": 0.7862332296429411, "out_of_rail_time": 0.3670357325724536, "apogee_y": 461.25781993981195, "out_of_rail_velocity": 24.93916724852146, "apogee_x": 330.76550441408267, "initial_stability_margin": 2.5611345968738, "t_final": 283.638126107935, "apogee_time": 25.130055279450705, "frontal_surface_wind": 1.0592115087028824, "y_impact": 370.58497758277565} +{"apogee": 3675.154764325895, "out_of_rail_stability_margin": 2.6160898421107, "lateral_surface_wind": -2.5764920820866926, "impact_velocity": -5.462077453779953, "x_impact": 1002.8910801404562, "max_mach_number": 0.8727779187250618, "out_of_rail_time": 0.34999385782400594, "apogee_y": 456.9945307638198, "out_of_rail_velocity": 26.415135178050363, "apogee_x": 248.9792069020418, "initial_stability_margin": 2.548668440693104, "t_final": 315.11464935082284, "apogee_time": 26.6331511001645, "frontal_surface_wind": 1.0192701891003384, "y_impact": 164.14721073634925} +{"apogee": 2194.886872124929, "out_of_rail_stability_margin": 2.716358427725219, "lateral_surface_wind": -1.2152660600376608, "impact_velocity": -5.572000479215992, "x_impact": 292.364578853013, "max_mach_number": 0.5896269695564149, "out_of_rail_time": 0.41506175885659474, "apogee_y": 231.81715860283992, "out_of_rail_velocity": 21.495272185050144, "apogee_x": 159.7733139493084, "initial_stability_margin": 2.6332485270902626, "t_final": 228.22210696832633, "apogee_time": 21.40635712743192, "frontal_surface_wind": 0.45841727032982443, "y_impact": 181.87811170920733} +{"apogee": 3135.1392583668926, "out_of_rail_stability_margin": 2.6915235462778755, "lateral_surface_wind": -0.40493360073831985, "impact_velocity": -5.476949140814326, "x_impact": 710.5103488161922, "max_mach_number": 0.7736807941559469, "out_of_rail_time": 0.36947883927517544, "apogee_y": 365.2779218331211, "out_of_rail_velocity": 24.719065881605236, "apogee_x": 425.40404985419275, "initial_stability_margin": 2.6170791235599915, "t_final": 285.5717560439459, "apogee_time": 24.913980242729963, "frontal_surface_wind": 0.22654738485031103, "y_impact": 594.9951047634355} +{"apogee": 3791.719882381318, "out_of_rail_stability_margin": 2.648773809818473, "lateral_surface_wind": -3.0388732666029923, "impact_velocity": -5.446837376548123, "x_impact": 988.2765318138839, "max_mach_number": 0.9021661184594282, "out_of_rail_time": 0.34609138739572287, "apogee_y": 576.0897173862894, "out_of_rail_velocity": 26.838074971747993, "apogee_x": 285.8095083006327, "initial_stability_margin": 2.579900082544529, "t_final": 314.13482230530605, "apogee_time": 26.96002004103505, "frontal_surface_wind": 0.6054341093317155, "y_impact": 106.89605309908201} +{"apogee": 2798.0127270117473, "out_of_rail_stability_margin": 2.756797801133879, "lateral_surface_wind": -2.5919477886905247, "impact_velocity": -5.498226320398508, "x_impact": 773.4978468662532, "max_mach_number": 0.7081952161758411, "out_of_rail_time": 0.38303517372996365, "apogee_y": 411.45409838610755, "out_of_rail_velocity": 23.67770656787867, "apogee_x": 218.284575572573, "initial_stability_margin": 2.6820038298009528, "t_final": 264.72426812175337, "apogee_time": 23.737096796128892, "frontal_surface_wind": 0.9793006832155073, "y_impact": 142.5380853147192} +{"apogee": 3367.4761678329664, "out_of_rail_stability_margin": 2.611886018805678, "lateral_surface_wind": -1.2113748823847046, "impact_velocity": -5.364509556109337, "x_impact": 532.2067448012161, "max_mach_number": 0.8233360456515665, "out_of_rail_time": 0.3595149809595572, "apogee_y": 306.65528081005255, "out_of_rail_velocity": 25.57605365478949, "apogee_x": 226.2616149870987, "initial_stability_margin": 2.5402973819710253, "t_final": 308.54518315622926, "apogee_time": 25.58206175285571, "frontal_surface_wind": 0.46860312071469457, "y_impact": 298.00928463578794} +{"apogee": 4072.9085484059774, "out_of_rail_stability_margin": 2.5375138361193956, "lateral_surface_wind": -1.881011778279444, "impact_velocity": -5.368333072159793, "x_impact": 1214.5878508847884, "max_mach_number": 0.9738905145353529, "out_of_rail_time": 0.3337346658688247, "apogee_y": 595.6089681689843, "out_of_rail_velocity": 28.049293670116224, "apogee_x": 488.7940404275169, "initial_stability_margin": 2.4697101212903574, "t_final": 344.89958290757016, "apogee_time": 27.636768424912237, "frontal_surface_wind": 0.857796359028206, "y_impact": 523.8655675872477} +{"apogee": 2939.471569290083, "out_of_rail_stability_margin": 2.6727240335009443, "lateral_surface_wind": -1.283751273482823, "impact_velocity": -5.337621059781061, "x_impact": 773.1872879376474, "max_mach_number": 0.7455677247593013, "out_of_rail_time": 0.3764983907223822, "apogee_y": 420.09672229945977, "out_of_rail_velocity": 24.250620584033356, "apogee_x": 447.55090928880696, "initial_stability_margin": 2.5958976969907552, "t_final": 283.58714971747895, "apogee_time": 24.16870462885772, "frontal_surface_wind": 0.6043525725437426, "y_impact": 201.6719721256532} +{"apogee": 4020.518805996462, "out_of_rail_stability_margin": 2.7453109055853164, "lateral_surface_wind": -2.5903307153528816, "impact_velocity": -5.407023683214867, "x_impact": 1095.1805863572442, "max_mach_number": 0.947998475533285, "out_of_rail_time": 0.3379161878965995, "apogee_y": 492.5333936837019, "out_of_rail_velocity": 27.67245509738939, "apogee_x": 265.4726052345393, "initial_stability_margin": 2.680730085775842, "t_final": 338.3690586164794, "apogee_time": 27.581240171402605, "frontal_surface_wind": 0.9835700038855845, "y_impact": 190.81775548093114} +{"apogee": 3512.3119264647435, "out_of_rail_stability_margin": 2.702205723095602, "lateral_surface_wind": -2.1116562613726937, "impact_velocity": -5.497573897247264, "x_impact": 921.0166975938744, "max_mach_number": 0.8423911063756621, "out_of_rail_time": 0.35675877354821756, "apogee_y": 478.4769439186013, "out_of_rail_velocity": 25.85160324649022, "apogee_x": 350.15094725928816, "initial_stability_margin": 2.631158304720757, "t_final": 300.7368278382232, "apogee_time": 26.150024413941996, "frontal_surface_wind": 0.8714332713914815, "y_impact": 358.4596422435106} +{"apogee": 1834.082613220456, "out_of_rail_stability_margin": 2.7732213287317817, "lateral_surface_wind": -2.391865887393097, "impact_velocity": -5.486117325483615, "x_impact": 491.00991756383326, "max_mach_number": 0.5212084413713458, "out_of_rail_time": 0.43689114228476095, "apogee_y": 287.15884712605583, "out_of_rail_velocity": 20.241395196199992, "apogee_x": 123.78750449557056, "initial_stability_margin": 2.68586009661287, "t_final": 211.76889333045716, "apogee_time": 19.74365249418217, "frontal_surface_wind": 0.7765829401666986, "y_impact": 72.06423266089445} +{"apogee": 3464.139027004489, "out_of_rail_stability_margin": 2.7454788072525136, "lateral_surface_wind": -1.6357425432460948, "impact_velocity": -5.489878386593806, "x_impact": 828.5249541917354, "max_mach_number": 0.8302689317241937, "out_of_rail_time": 0.35740274272473826, "apogee_y": 386.679477345048, "out_of_rail_velocity": 25.76239460646717, "apogee_x": 284.46909562556107, "initial_stability_margin": 2.6785603503497866, "t_final": 301.6050892820968, "apogee_time": 25.999605362811693, "frontal_surface_wind": 0.8650389240000965, "y_impact": 436.0263549799323} +{"apogee": 4064.2892210843315, "out_of_rail_stability_margin": 2.642592303350885, "lateral_surface_wind": -2.1442864622832376, "impact_velocity": -5.3356998858613744, "x_impact": 1013.592636179674, "max_mach_number": 0.9639552273168975, "out_of_rail_time": 0.33475838853390505, "apogee_y": 514.1392835967266, "out_of_rail_velocity": 27.93199982017477, "apogee_x": 344.0135978821114, "initial_stability_margin": 2.5779837015235887, "t_final": 343.2717693061167, "apogee_time": 27.66117348945267, "frontal_surface_wind": 0.7877332545674322, "y_impact": 382.27590884402446} +{"apogee": 4224.931120348938, "out_of_rail_stability_margin": 2.711380617634405, "lateral_surface_wind": -1.9736641121400136, "impact_velocity": -5.581039407685125, "x_impact": 1422.0719009742777, "max_mach_number": 0.9880941861501542, "out_of_rail_time": 0.3317574439714744, "apogee_y": 611.7939437920024, "out_of_rail_velocity": 28.26488207705554, "apogee_x": 579.3695303690579, "initial_stability_margin": 2.6463739675266282, "t_final": 343.6708296447663, "apogee_time": 28.22986794426036, "frontal_surface_wind": 1.1835904687181795, "y_impact": 456.09895262404336} +{"apogee": 3899.135309128715, "out_of_rail_stability_margin": 2.651294263792947, "lateral_surface_wind": -2.664801826366607, "impact_velocity": -5.37853264060665, "x_impact": 906.8998539335148, "max_mach_number": 0.9305436905291278, "out_of_rail_time": 0.3407289917685865, "apogee_y": 546.6798722831969, "out_of_rail_velocity": 27.29208107813934, "apogee_x": 368.81247315628593, "initial_stability_margin": 2.583268766777855, "t_final": 323.1931523106591, "apogee_time": 27.202801924790293, "frontal_surface_wind": 0.3753719300325351, "y_impact": 114.63702726996426} +{"apogee": 4274.5882943441575, "out_of_rail_stability_margin": 2.699653033836876, "lateral_surface_wind": -1.2138293391177202, "impact_velocity": -5.445035635223834, "x_impact": 941.7263054088347, "max_mach_number": 1.0115008834922359, "out_of_rail_time": 0.3281332921148766, "apogee_y": 515.7522940144331, "out_of_rail_velocity": 28.646282031436645, "apogee_x": 469.7748330979421, "initial_stability_margin": 2.6336129561899386, "t_final": 350.2258462393184, "apogee_time": 28.265880937512712, "frontal_surface_wind": 0.4622080980609769, "y_impact": 557.432270141839} +{"apogee": 2593.066313381177, "out_of_rail_stability_margin": 2.8245879575298276, "lateral_surface_wind": -1.173479054299825, "impact_velocity": -5.411343950194062, "x_impact": 536.5517906972349, "max_mach_number": 0.6717727883961756, "out_of_rail_time": 0.39227085119423133, "apogee_y": 324.10072565498535, "out_of_rail_velocity": 23.02590400514625, "apogee_x": 255.43912522984954, "initial_stability_margin": 2.74726228480998, "t_final": 257.95711599974106, "apogee_time": 22.94111535755806, "frontal_surface_wind": 0.3710186352315778, "y_impact": 306.4718885803016} +{"apogee": 3825.2132597622353, "out_of_rail_stability_margin": 2.716235228539071, "lateral_surface_wind": -3.0356234662669213, "impact_velocity": -5.385936215293014, "x_impact": 865.4310945012924, "max_mach_number": 0.908525780140205, "out_of_rail_time": 0.3438150244875271, "apogee_y": 458.1313372942216, "out_of_rail_velocity": 27.01463293666919, "apogee_x": 157.9393547520087, "initial_stability_margin": 2.650831045300158, "t_final": 323.05269641706667, "apogee_time": 27.023102107263643, "frontal_surface_wind": 1.1228449208844224, "y_impact": 148.60072628652503} +{"apogee": 2344.478873992641, "out_of_rail_stability_margin": 2.5509189963742678, "lateral_surface_wind": -2.666758405364583, "impact_velocity": -5.356570140072527, "x_impact": 491.08137544329804, "max_mach_number": 0.6267611114003993, "out_of_rail_time": 0.4046975772448691, "apogee_y": 349.8230515307011, "out_of_rail_velocity": 22.158666722692743, "apogee_x": 182.9566006267157, "initial_stability_margin": 2.4669137128153555, "t_final": 247.05565862943124, "apogee_time": 21.947626628129584, "frontal_surface_wind": 0.361209727278351, "y_impact": -0.5590065910153666} +{"apogee": 3959.3853621640883, "out_of_rail_stability_margin": 2.6814632121202018, "lateral_surface_wind": -1.9636872487928323, "impact_velocity": -5.418747583374857, "x_impact": 1059.9470006982651, "max_mach_number": 0.9387576152255767, "out_of_rail_time": 0.33974747533082134, "apogee_y": 528.047512245953, "out_of_rail_velocity": 27.411597726809973, "apogee_x": 358.58831224801025, "initial_stability_margin": 2.6132742487632528, "t_final": 327.7212804803618, "apogee_time": 27.414713694916067, "frontal_surface_wind": 1.3269698703856596, "y_impact": 396.85944814924846} +{"apogee": 4603.613791984369, "out_of_rail_stability_margin": 2.82762718487379, "lateral_surface_wind": -1.6542048278181651, "impact_velocity": -5.523238864145965, "x_impact": 1302.1791618176687, "max_mach_number": 1.0885906708187634, "out_of_rail_time": 0.3166785671102777, "apogee_y": 557.3415849300007, "out_of_rail_velocity": 30.05267971004069, "apogee_x": 464.9271336151158, "initial_stability_margin": 2.765940511433404, "t_final": 366.51653142185967, "apogee_time": 29.105354636457825, "frontal_surface_wind": 0.8291877926281364, "y_impact": 622.9418848971602} +{"apogee": 3684.9264956800293, "out_of_rail_stability_margin": 2.5397044394451322, "lateral_surface_wind": -2.1494226690427922, "impact_velocity": -5.4667656380274, "x_impact": 961.1617250275284, "max_mach_number": 0.877545849135432, "out_of_rail_time": 0.35092380337121803, "apogee_y": 479.3823678395372, "out_of_rail_velocity": 26.37413989798366, "apogee_x": 289.482134208561, "initial_stability_margin": 2.4658052425475128, "t_final": 308.1689447023676, "apogee_time": 26.66073611243193, "frontal_surface_wind": 0.9096124875882192, "y_impact": 343.9698852626933} +{"apogee": 4053.237481535116, "out_of_rail_stability_margin": 2.6234773156226727, "lateral_surface_wind": -0.7135260811174567, "impact_velocity": -5.394787067720517, "x_impact": 977.6487086668315, "max_mach_number": 0.9617184741221224, "out_of_rail_time": 0.3354620840806093, "apogee_y": 452.7490959583756, "out_of_rail_velocity": 27.845987059690984, "apogee_x": 479.08774734073126, "initial_stability_margin": 2.557136322908565, "t_final": 341.91843261874976, "apogee_time": 27.641732920904175, "frontal_surface_wind": 0.860493673755945, "y_impact": 625.4979494320808} +{"apogee": 3616.2061407496353, "out_of_rail_stability_margin": 2.685538313527255, "lateral_surface_wind": -1.3088026994321773, "impact_velocity": -5.351404101886768, "x_impact": 930.3704987287088, "max_mach_number": 0.8765747870947974, "out_of_rail_time": 0.349500551210008, "apogee_y": 495.8573266347439, "out_of_rail_velocity": 26.476889879490088, "apogee_x": 490.0691833760109, "initial_stability_margin": 2.6184637608676558, "t_final": 308.93520230322264, "apogee_time": 26.354280392310997, "frontal_surface_wind": 0.5479916587577365, "y_impact": 218.18156199036565} +{"apogee": 2991.630651760935, "out_of_rail_stability_margin": 2.746524256903381, "lateral_surface_wind": -2.0324331690511963, "impact_velocity": -5.500776317586817, "x_impact": 638.8524165951823, "max_mach_number": 0.7412158780913247, "out_of_rail_time": 0.37720411079709676, "apogee_y": 308.87046115758244, "out_of_rail_velocity": 24.158872916482345, "apogee_x": 134.26304590882933, "initial_stability_margin": 2.67001239427207, "t_final": 276.4225225125675, "apogee_time": 24.450500502457363, "frontal_surface_wind": 1.07956094711251, "y_impact": 134.51485007277077} +{"apogee": 2851.9243813071653, "out_of_rail_stability_margin": 2.59976087262152, "lateral_surface_wind": -1.3572437791972902, "impact_velocity": -5.31653145907117, "x_impact": 762.3349287846627, "max_mach_number": 0.7275036527828402, "out_of_rail_time": 0.38004358831714063, "apogee_y": 433.01657921088264, "out_of_rail_velocity": 23.895297247637323, "apogee_x": 379.64991355335405, "initial_stability_margin": 2.51662989323688, "t_final": 275.35289181720805, "apogee_time": 23.837597684963296, "frontal_surface_wind": 0.6181460309035738, "y_impact": 373.10118729492143} +{"apogee": 4856.210250214594, "out_of_rail_stability_margin": 2.685890243066421, "lateral_surface_wind": -1.3860056450828928, "impact_velocity": -5.469264636824272, "x_impact": 869.170371413488, "max_mach_number": 1.1560310033758576, "out_of_rail_time": 0.30763135827798704, "apogee_y": 361.83887618637624, "out_of_rail_velocity": 31.17146384766309, "apogee_x": 242.41195385844927, "initial_stability_margin": 2.624392562501067, "t_final": 372.27524949111285, "apogee_time": 29.637595248619217, "frontal_surface_wind": 0.5687692006103227, "y_impact": 231.14722098522674} +{"apogee": 2154.4318336250412, "out_of_rail_stability_margin": 2.625607153285938, "lateral_surface_wind": -1.9881973934559225, "impact_velocity": -5.450276259652575, "x_impact": 441.9553454634601, "max_mach_number": 0.5850786697958235, "out_of_rail_time": 0.41641093218846115, "apogee_y": 241.71067359910697, "out_of_rail_velocity": 21.439819859331447, "apogee_x": 98.6618349830078, "initial_stability_margin": 2.541525654063902, "t_final": 230.34732309995326, "apogee_time": 21.177696706750293, "frontal_surface_wind": 0.6711838927740403, "y_impact": 131.84352120969083} +{"apogee": 4339.291126237013, "out_of_rail_stability_margin": 2.559763929607034, "lateral_surface_wind": -1.6767809727648997, "impact_velocity": -5.42882034175649, "x_impact": 1365.4141610008999, "max_mach_number": 1.0427445148398726, "out_of_rail_time": 0.3226959839136422, "apogee_y": 670.4785127620112, "out_of_rail_velocity": 29.22649927683705, "apogee_x": 585.6029104522135, "initial_stability_margin": 2.494009955576364, "t_final": 349.9834957329674, "apogee_time": 28.315770411478187, "frontal_surface_wind": 0.7825289625272948, "y_impact": 758.5658529970632} +{"apogee": 3521.6398439919762, "out_of_rail_stability_margin": 2.499373304144267, "lateral_surface_wind": -2.683970018970808, "impact_velocity": -5.387048734747211, "x_impact": 745.5032860444935, "max_mach_number": 0.8536802174648406, "out_of_rail_time": 0.35444368146294947, "apogee_y": 498.56603266451873, "out_of_rail_velocity": 26.001290773609096, "apogee_x": 261.4893888012929, "initial_stability_margin": 2.4259495218521843, "t_final": 312.6397837718973, "apogee_time": 26.09166095717891, "frontal_surface_wind": 0.19590251894499588, "y_impact": 68.83661173789875} +{"apogee": 2880.7846172394006, "out_of_rail_stability_margin": 2.5967372705988003, "lateral_surface_wind": -0.6710492870232632, "impact_velocity": -5.281901513898179, "x_impact": 661.8344090271298, "max_mach_number": 0.7337184999667207, "out_of_rail_time": 0.37842205664172757, "apogee_y": 298.186853134147, "out_of_rail_velocity": 24.003255348841865, "apogee_x": 335.27497062562594, "initial_stability_margin": 2.515847208510415, "t_final": 279.5902255114715, "apogee_time": 23.927193888265236, "frontal_surface_wind": 0.8940143653176991, "y_impact": 395.12669499560667} +{"apogee": 1764.2764729757328, "out_of_rail_stability_margin": 2.7426184189391063, "lateral_surface_wind": -1.2939668913821372, "impact_velocity": -5.2840239851705535, "x_impact": 322.19730867155675, "max_mach_number": 0.5113690836831931, "out_of_rail_time": 0.44244102175057426, "apogee_y": 198.00732139263104, "out_of_rail_velocity": 20.000291877162258, "apogee_x": 151.98824015344667, "initial_stability_margin": 2.6502713692002655, "t_final": 210.43003763938734, "apogee_time": 19.355298232828567, "frontal_surface_wind": 0.582158954337952, "y_impact": 83.4466441628377} +{"apogee": 3718.8617462771745, "out_of_rail_stability_margin": 2.598720578931538, "lateral_surface_wind": -0.7394072417925626, "impact_velocity": -5.41567022813812, "x_impact": 741.3157674213983, "max_mach_number": 0.8866884573628705, "out_of_rail_time": 0.34894303457393816, "apogee_y": 349.636553166904, "out_of_rail_velocity": 26.539915312863567, "apogee_x": 320.6180822994674, "initial_stability_margin": 2.5260429460829688, "t_final": 322.64089105653727, "apogee_time": 26.71917234156581, "frontal_surface_wind": 0.838358969531282, "y_impact": 496.8569828572925} +{"apogee": 3742.8004386989764, "out_of_rail_stability_margin": 2.5331598372821253, "lateral_surface_wind": -1.3838309619057445, "impact_velocity": -5.475902400412947, "x_impact": 962.0331646952008, "max_mach_number": 0.8945004527095729, "out_of_rail_time": 0.34669769889988716, "apogee_y": 513.3800141058401, "out_of_rail_velocity": 26.718185661786777, "apogee_x": 447.29863678146864, "initial_stability_margin": 2.4625401443365513, "t_final": 315.80411183418056, "apogee_time": 26.766117574806977, "frontal_surface_wind": 0.5740399991599654, "y_impact": 408.096978698402} +{"apogee": 3813.401641208358, "out_of_rail_stability_margin": 2.6795786628739537, "lateral_surface_wind": -2.008012425485061, "impact_velocity": -5.471059768624434, "x_impact": 951.7723127316474, "max_mach_number": 0.9086675068898541, "out_of_rail_time": 0.3441796896577286, "apogee_y": 506.7707187157223, "out_of_rail_velocity": 26.99870235043294, "apogee_x": 350.7538809761373, "initial_stability_margin": 2.6115647221682425, "t_final": 326.57436945640904, "apogee_time": 26.96733772950139, "frontal_surface_wind": 1.0312472303371965, "y_impact": 404.68013308979783} +{"apogee": 3529.0219569460487, "out_of_rail_stability_margin": 2.667439975483217, "lateral_surface_wind": -2.0806622772564953, "impact_velocity": -5.505478259278498, "x_impact": 927.1966065289909, "max_mach_number": 0.8438760815234632, "out_of_rail_time": 0.35514051984810446, "apogee_y": 466.0683571496514, "out_of_rail_velocity": 25.936724605710193, "apogee_x": 281.3405601270523, "initial_stability_margin": 2.5998406006883252, "t_final": 303.6985605210013, "apogee_time": 26.212301591247606, "frontal_surface_wind": 0.9834027217736202, "y_impact": 309.2324343013307} +{"apogee": 3621.3108792984876, "out_of_rail_stability_margin": 2.6633888927617133, "lateral_surface_wind": -1.3708967548273487, "impact_velocity": -5.2859106552848205, "x_impact": 886.540738113628, "max_mach_number": 0.8759561373921735, "out_of_rail_time": 0.3500279156374782, "apogee_y": 464.57855632341375, "out_of_rail_velocity": 26.44941873259063, "apogee_x": 377.05341452360494, "initial_stability_margin": 2.591589951353328, "t_final": 314.1438153921918, "apogee_time": 26.33510815973322, "frontal_surface_wind": 0.5872455017243029, "y_impact": 373.503368684767} +{"apogee": 3089.8888073481626, "out_of_rail_stability_margin": 2.5119622982561514, "lateral_surface_wind": -1.9850507839076705, "impact_velocity": -5.240432523836999, "x_impact": 829.2551511919291, "max_mach_number": 0.7743672024146715, "out_of_rail_time": 0.3690488383960625, "apogee_y": 411.39004904558436, "out_of_rail_velocity": 24.728018748034753, "apogee_x": 277.91158463111606, "initial_stability_margin": 2.43606675202208, "t_final": 295.9246680843515, "apogee_time": 24.64822269829161, "frontal_surface_wind": 0.6804337429697184, "y_impact": 296.3156830706664} +{"apogee": 4228.889987919939, "out_of_rail_stability_margin": 2.558600628377986, "lateral_surface_wind": -1.3625237813053834, "impact_velocity": -5.452780350642577, "x_impact": 1087.4610286646514, "max_mach_number": 0.9943815371454261, "out_of_rail_time": 0.33049933890995153, "apogee_y": 518.4143692604265, "out_of_rail_velocity": 28.395943452778653, "apogee_x": 487.7173663047379, "initial_stability_margin": 2.4920273607636263, "t_final": 346.3825947728589, "apogee_time": 28.163357284804007, "frontal_surface_wind": 0.6229277623784566, "y_impact": 397.42822488209805} +{"apogee": 3699.500141474413, "out_of_rail_stability_margin": 2.6704882324393604, "lateral_surface_wind": -1.9372720322075845, "impact_velocity": -5.489296206620254, "x_impact": 877.0149093278213, "max_mach_number": 0.8787032158278901, "out_of_rail_time": 0.3499356973196633, "apogee_y": 404.97020919015046, "out_of_rail_velocity": 26.421950903800457, "apogee_x": 230.50351089216406, "initial_stability_margin": 2.600565468025254, "t_final": 316.8403151894529, "apogee_time": 26.713643897475617, "frontal_surface_wind": 1.3652449308491104, "y_impact": 258.23373457570017} +{"apogee": 3938.781970634646, "out_of_rail_stability_margin": 2.6352372819657606, "lateral_surface_wind": -1.63809462360333, "impact_velocity": -5.356740780289704, "x_impact": 1248.1915544967749, "max_mach_number": 0.9417118585684756, "out_of_rail_time": 0.3389203078620311, "apogee_y": 618.3745587884989, "out_of_rail_velocity": 27.515731177442984, "apogee_x": 468.5820371221526, "initial_stability_margin": 2.567041272928623, "t_final": 335.73218639501437, "apogee_time": 27.283959555500218, "frontal_surface_wind": 1.2191843156675284, "y_impact": 654.4769069171763} +{"apogee": 3273.9526184348424, "out_of_rail_stability_margin": 2.6166472304723185, "lateral_surface_wind": -1.3426912123404748, "impact_velocity": -5.555171688409069, "x_impact": 537.3869649505231, "max_mach_number": 0.789883419884218, "out_of_rail_time": 0.365442864319717, "apogee_y": 251.38786616538454, "out_of_rail_velocity": 25.042290943164414, "apogee_x": 163.7618823614456, "initial_stability_margin": 2.5452793312165767, "t_final": 287.49536244451195, "apogee_time": 25.40991349059861, "frontal_surface_wind": 0.6645978935177403, "y_impact": 121.87983848137378} +{"apogee": 3376.360482661476, "out_of_rail_stability_margin": 2.646736647743358, "lateral_surface_wind": -2.1653507770864886, "impact_velocity": -5.2523255602554, "x_impact": 778.450483527979, "max_mach_number": 0.8291334520226921, "out_of_rail_time": 0.3584819835484606, "apogee_y": 415.6504045497342, "out_of_rail_velocity": 25.64928336254045, "apogee_x": 216.91633162781633, "initial_stability_margin": 2.572315461141533, "t_final": 306.64336289732023, "apogee_time": 25.560956185075163, "frontal_surface_wind": 1.2245393272516596, "y_impact": 274.0187927166239} +{"apogee": 3599.4420808291584, "out_of_rail_stability_margin": 2.698588255969904, "lateral_surface_wind": -2.0567152332245886, "impact_velocity": -5.45373004253867, "x_impact": 722.9511531307292, "max_mach_number": 0.8532113234522042, "out_of_rail_time": 0.35405238698437663, "apogee_y": 346.77466738502494, "out_of_rail_velocity": 26.029743718154673, "apogee_x": 174.27948916863315, "initial_stability_margin": 2.6277508663896465, "t_final": 305.05192979980825, "apogee_time": 26.43611093449556, "frontal_surface_wind": 1.3993437752164157, "y_impact": 200.78580665336992} +{"apogee": 2903.9137989221995, "out_of_rail_stability_margin": 2.660333943728882, "lateral_surface_wind": -1.5123230005920913, "impact_velocity": -5.293916375898851, "x_impact": 879.9133133519413, "max_mach_number": 0.7361598865622573, "out_of_rail_time": 0.37742318749083387, "apogee_y": 438.75455937284516, "out_of_rail_velocity": 24.085989246223033, "apogee_x": 393.8632973192256, "initial_stability_margin": 2.5811373254823144, "t_final": 281.9784734342244, "apogee_time": 24.039595428727125, "frontal_surface_wind": 1.1076502864509274, "y_impact": 439.62544195239593} +{"apogee": 2277.940749618492, "out_of_rail_stability_margin": 2.722043463451224, "lateral_surface_wind": -3.0540331912161496, "impact_velocity": -5.367251712086747, "x_impact": 611.8700325538169, "max_mach_number": 0.6122085934284285, "out_of_rail_time": 0.4090096239387575, "apogee_y": 409.7313684907511, "out_of_rail_velocity": 21.879840808795265, "apogee_x": 159.54337261147907, "initial_stability_margin": 2.6373270676539287, "t_final": 235.60838307981655, "apogee_time": 21.716232896552334, "frontal_surface_wind": 0.5236243483325893, "y_impact": 93.871711799895} +{"apogee": 3108.3206633536925, "out_of_rail_stability_margin": 2.757881625597688, "lateral_surface_wind": -1.905801285001051, "impact_velocity": -5.407711817217997, "x_impact": 846.4225795773299, "max_mach_number": 0.7703060255237133, "out_of_rail_time": 0.3701865602562255, "apogee_y": 418.18120683984984, "out_of_rail_velocity": 24.647103989313262, "apogee_x": 275.09090130520065, "initial_stability_margin": 2.6817231894654165, "t_final": 288.6764954143259, "apogee_time": 24.788089267426297, "frontal_surface_wind": 1.24634028499915, "y_impact": 278.67231607885526} +{"apogee": 3995.2161360232426, "out_of_rail_stability_margin": 2.7392845394140863, "lateral_surface_wind": -1.2327302844015653, "impact_velocity": -5.473118799363382, "x_impact": 796.6858749328783, "max_mach_number": 0.9386972469507718, "out_of_rail_time": 0.33938868090379193, "apogee_y": 473.57915694148414, "out_of_rail_velocity": 27.45212207019985, "apogee_x": 374.30787096150704, "initial_stability_margin": 2.673932828243699, "t_final": 336.8917928600454, "apogee_time": 27.575759847839112, "frontal_surface_wind": 0.40913816289285837, "y_impact": 505.23414682930445} +{"apogee": 3502.6728191796396, "out_of_rail_stability_margin": 2.8437012156506554, "lateral_surface_wind": -2.512941045670995, "impact_velocity": -5.576593464765187, "x_impact": 691.68865492189, "max_mach_number": 0.8312654211179118, "out_of_rail_time": 0.3576771256214957, "apogee_y": 324.7588370855261, "out_of_rail_velocity": 25.75636170145094, "apogee_x": 66.74813397043488, "initial_stability_margin": 2.7781194492497456, "t_final": 301.85724118483654, "apogee_time": 26.176265228336682, "frontal_surface_wind": 1.246778592128777, "y_impact": 15.22599468073265} +{"apogee": 4510.243970067053, "out_of_rail_stability_margin": 2.7574623543739265, "lateral_surface_wind": -1.9023452320638579, "impact_velocity": -5.6388483403895115, "x_impact": 1570.2050111540527, "max_mach_number": 1.0590763856649283, "out_of_rail_time": 0.32023334523497893, "apogee_y": 687.1651308640883, "out_of_rail_velocity": 29.532950835714185, "apogee_x": 773.368451631391, "initial_stability_margin": 2.697581858557568, "t_final": 347.863751469205, "apogee_time": 28.96534337186755, "frontal_surface_wind": 0.8857196572890008, "y_impact": 577.4416591937066} +{"apogee": 4007.331274870095, "out_of_rail_stability_margin": 2.5439241154812935, "lateral_surface_wind": -2.0652645489905366, "impact_velocity": -5.303018313901353, "x_impact": 773.4207666110756, "max_mach_number": 0.9550381021871299, "out_of_rail_time": 0.3380224180991855, "apogee_y": 366.9509313328047, "out_of_rail_velocity": 27.64416437634333, "apogee_x": 210.053728191089, "initial_stability_margin": 2.4712500424235904, "t_final": 340.99344534590705, "apogee_time": 27.448618007072948, "frontal_surface_wind": 0.963519945930798, "y_impact": -23.943336831330335} +{"apogee": 3863.2901125005924, "out_of_rail_stability_margin": 2.745020816688651, "lateral_surface_wind": -2.6866931656168402, "impact_velocity": -5.469590385999577, "x_impact": 1000.3989251404066, "max_mach_number": 0.9202547453793619, "out_of_rail_time": 0.3431380568311487, "apogee_y": 689.657369455619, "out_of_rail_velocity": 27.073607623912302, "apogee_x": 455.5861659780497, "initial_stability_margin": 2.6752205030578127, "t_final": 323.4118456917392, "apogee_time": 27.14959540403315, "frontal_surface_wind": 0.15411908866495128, "y_impact": 269.3205094319934} +{"apogee": 3493.287183534501, "out_of_rail_stability_margin": 2.7349074147030463, "lateral_surface_wind": -2.0601967971575963, "impact_velocity": -5.4578855959480235, "x_impact": 1091.1210191712041, "max_mach_number": 0.8464026573167808, "out_of_rail_time": 0.3544119605735438, "apogee_y": 595.189291242316, "out_of_rail_velocity": 25.979453836048084, "apogee_x": 498.6506341084387, "initial_stability_margin": 2.6672384548502786, "t_final": 295.5567814774382, "apogee_time": 26.034802214968963, "frontal_surface_wind": 0.4269658302796836, "y_impact": 317.55197956690034} +{"apogee": 4027.826563395859, "out_of_rail_stability_margin": 2.734850694702176, "lateral_surface_wind": -2.619491747619617, "impact_velocity": -5.345012816529854, "x_impact": 1221.6042153700819, "max_mach_number": 0.9670131782683766, "out_of_rail_time": 0.334874200191121, "apogee_y": 603.7339319314891, "out_of_rail_velocity": 27.928720191249443, "apogee_x": 383.2548580728232, "initial_stability_margin": 2.6664405059301703, "t_final": 334.6147665188012, "apogee_time": 27.47707527409068, "frontal_surface_wind": 0.9030427185890956, "y_impact": 324.35768812757277} +{"apogee": 2559.578315404973, "out_of_rail_stability_margin": 2.758630284491033, "lateral_surface_wind": -2.212654059889619, "impact_velocity": -5.530748487873761, "x_impact": 856.2455048119679, "max_mach_number": 0.664268550059202, "out_of_rail_time": 0.39368989421343153, "apogee_y": 531.8675963520407, "out_of_rail_velocity": 22.89976724947276, "apogee_x": 355.0170490920562, "initial_stability_margin": 2.6813115809428587, "t_final": 249.9174641646058, "apogee_time": 22.866025899341903, "frontal_surface_wind": 1.1368388465692898, "y_impact": 436.23803669889395} +{"apogee": 3046.6960043884847, "out_of_rail_stability_margin": 2.7795219987507016, "lateral_surface_wind": -2.0456983508910977, "impact_velocity": -5.574618431585261, "x_impact": 991.4505075172988, "max_mach_number": 0.7563953159893084, "out_of_rail_time": 0.37331369192755043, "apogee_y": 542.5027475626001, "out_of_rail_velocity": 24.479573229098886, "apogee_x": 431.9558063457601, "initial_stability_margin": 2.707156347251853, "t_final": 272.1743161039782, "apogee_time": 24.642608750810204, "frontal_surface_wind": 1.0542080830421439, "y_impact": 420.36673696944155} +{"apogee": 3140.4198776546828, "out_of_rail_stability_margin": 2.706008029587325, "lateral_surface_wind": -2.130749150522716, "impact_velocity": -5.450782796971454, "x_impact": 931.34103745656, "max_mach_number": 0.7773183424148018, "out_of_rail_time": 0.36815297666574837, "apogee_y": 507.67448648968644, "out_of_rail_velocity": 24.83077203842575, "apogee_x": 370.74182718169163, "initial_stability_margin": 2.6328057301719014, "t_final": 291.84817781530234, "apogee_time": 24.892425215315157, "frontal_surface_wind": 1.283802402771443, "y_impact": 385.629738034527} +{"apogee": 2722.161570599394, "out_of_rail_stability_margin": 2.7418546940297603, "lateral_surface_wind": -2.011556295326297, "impact_velocity": -5.422558561041635, "x_impact": 613.0178250902526, "max_mach_number": 0.6935381080666413, "out_of_rail_time": 0.386756274199704, "apogee_y": 341.8568010685201, "out_of_rail_velocity": 23.36312148294732, "apogee_x": 166.4692163960012, "initial_stability_margin": 2.665184321856081, "t_final": 264.991439166254, "apogee_time": 23.465264632279535, "frontal_surface_wind": 0.678376073828635, "y_impact": 182.49835759770096} +{"apogee": 3183.340059025833, "out_of_rail_stability_margin": 2.794204718870442, "lateral_surface_wind": -0.7221273753244036, "impact_velocity": -5.550080980553873, "x_impact": 878.0337774571399, "max_mach_number": 0.7823426162457727, "out_of_rail_time": 0.36781804763563763, "apogee_y": 475.4262915676097, "out_of_rail_velocity": 24.849097268938134, "apogee_x": 503.35086502092355, "initial_stability_margin": 2.7200628399883673, "t_final": 287.54875460603915, "apogee_time": 25.0973867389165, "frontal_surface_wind": 0.8532882776740379, "y_impact": 616.3946321519119} +{"apogee": 3594.3200797062004, "out_of_rail_stability_margin": 2.5946408033334043, "lateral_surface_wind": -3.105701102895761, "impact_velocity": -5.380223585442992, "x_impact": 915.2535129370343, "max_mach_number": 0.8656871445045999, "out_of_rail_time": 0.35176901142756467, "apogee_y": 541.465219790111, "out_of_rail_velocity": 26.24923389549288, "apogee_x": 226.44301823207397, "initial_stability_margin": 2.524455303579346, "t_final": 313.50289555993385, "apogee_time": 26.330251349199163, "frontal_surface_wind": 0.9112690079106156, "y_impact": 245.56746923938067} +{"apogee": 3239.2076082360713, "out_of_rail_stability_margin": 2.7004129697588106, "lateral_surface_wind": -2.161964119450741, "impact_velocity": -5.489083847767143, "x_impact": 763.9759728086062, "max_mach_number": 0.7940062275935367, "out_of_rail_time": 0.3654223520562388, "apogee_y": 434.74717742392244, "out_of_rail_velocity": 25.056695111209372, "apogee_x": 246.54794859663903, "initial_stability_margin": 2.6258921654574774, "t_final": 288.455384792025, "apogee_time": 25.232925268348144, "frontal_surface_wind": 0.7378341676082384, "y_impact": 310.7483978761633} +{"apogee": 3655.7390808580126, "out_of_rail_stability_margin": 2.658223100416956, "lateral_surface_wind": -1.8770808281299454, "impact_velocity": -5.448877055465822, "x_impact": 987.9295657566142, "max_mach_number": 0.8722452609133461, "out_of_rail_time": 0.3510747438812364, "apogee_y": 450.12514032776596, "out_of_rail_velocity": 26.31202729291646, "apogee_x": 320.90455155607026, "initial_stability_margin": 2.586342217197127, "t_final": 312.6702700880868, "apogee_time": 26.55824537464766, "frontal_surface_wind": 1.2891897488695827, "y_impact": 280.60242867759644} +{"apogee": 4586.870423210001, "out_of_rail_stability_margin": 2.657625501043153, "lateral_surface_wind": -1.6169705967715347, "impact_velocity": -5.433218666430613, "x_impact": 1108.5058144071459, "max_mach_number": 1.0927877302655467, "out_of_rail_time": 0.3152068897174053, "apogee_y": 390.8927190856965, "out_of_rail_velocity": 30.117883843037617, "apogee_x": 292.1257331788444, "initial_stability_margin": 2.5950834059304086, "t_final": 369.6104605281037, "apogee_time": 28.976441934839215, "frontal_surface_wind": 0.8996399818798373, "y_impact": 431.5424410339525} +{"apogee": 3748.3662592632504, "out_of_rail_stability_margin": 2.704766031070771, "lateral_surface_wind": -0.5842981274403755, "impact_velocity": -5.392756573432823, "x_impact": 852.6259671408487, "max_mach_number": 0.903126225789443, "out_of_rail_time": 0.3453896776923296, "apogee_y": 522.852422730774, "out_of_rail_velocity": 26.86171847569391, "apogee_x": 593.8774696347753, "initial_stability_margin": 2.6358454253251447, "t_final": 324.6581154003571, "apogee_time": 26.753331365424515, "frontal_surface_wind": -0.7495649518893118, "y_impact": 570.1894136848797} +{"apogee": 4113.629274904301, "out_of_rail_stability_margin": 2.645194233177836, "lateral_surface_wind": -2.132392891281473, "impact_velocity": -5.421957425282764, "x_impact": 1181.24573229057, "max_mach_number": 0.9719581579487587, "out_of_rail_time": 0.3349847722570978, "apogee_y": 583.8019402803566, "out_of_rail_velocity": 27.911202925265165, "apogee_x": 425.36196124216116, "initial_stability_margin": 2.575115787735248, "t_final": 333.4860975116697, "apogee_time": 27.8485391567907, "frontal_surface_wind": 0.9488483782900776, "y_impact": 445.89630785545387} +{"apogee": 2320.495204807458, "out_of_rail_stability_margin": 2.6797469324841257, "lateral_surface_wind": -1.2071703514911671, "impact_velocity": -5.417320338990017, "x_impact": 302.8707352050289, "max_mach_number": 0.6182095863207263, "out_of_rail_time": 0.40644435065576473, "apogee_y": 229.08268755449058, "out_of_rail_velocity": 22.039779873979185, "apogee_x": 161.02165874330225, "initial_stability_margin": 2.598708084085291, "t_final": 243.1848569243404, "apogee_time": 21.8695962955116, "frontal_surface_wind": 0.4793305048677779, "y_impact": 175.5456572033128} +{"apogee": 4201.455932311409, "out_of_rail_stability_margin": 2.5623792103510596, "lateral_surface_wind": -2.1054461572332595, "impact_velocity": -5.415037872668715, "x_impact": 987.0445134323459, "max_mach_number": 0.9961603880704216, "out_of_rail_time": 0.3298879153361057, "apogee_y": 528.130781953999, "out_of_rail_velocity": 28.45026367802673, "apogee_x": 391.8740101940051, "initial_stability_margin": 2.496292305140551, "t_final": 339.49200611892275, "apogee_time": 28.023871479434654, "frontal_surface_wind": 0.872229799144281, "y_impact": 162.13047193983874} +{"apogee": 3818.4631215816917, "out_of_rail_stability_margin": 2.615083008155687, "lateral_surface_wind": -2.687027385121832, "impact_velocity": -5.336585520874592, "x_impact": 1056.1496155569696, "max_mach_number": 0.9235665476352148, "out_of_rail_time": 0.3427790872050877, "apogee_y": 718.354521116023, "out_of_rail_velocity": 27.136970084120367, "apogee_x": 500.8283391133318, "initial_stability_margin": 2.5436377062762388, "t_final": 324.56299659699664, "apogee_time": 26.911347837566254, "frontal_surface_wind": 0.14817790411692155, "y_impact": 304.07356468977855} +{"apogee": 3656.9278797849424, "out_of_rail_stability_margin": 2.5518630386300187, "lateral_surface_wind": -1.8869970562432057, "impact_velocity": -5.44091435571479, "x_impact": 999.7279628834373, "max_mach_number": 0.8765411017679214, "out_of_rail_time": 0.3504638642432236, "apogee_y": 514.8284699746138, "out_of_rail_velocity": 26.371005484343428, "apogee_x": 383.09850205784545, "initial_stability_margin": 2.4786050289406973, "t_final": 308.97985910723014, "apogee_time": 26.53164608092003, "frontal_surface_wind": 0.8445484079184089, "y_impact": 455.3037813209298} +{"apogee": 3420.5791289948743, "out_of_rail_stability_margin": 2.6923600403192416, "lateral_surface_wind": -0.6191932096577974, "impact_velocity": -5.388459162491185, "x_impact": 668.1820168730206, "max_mach_number": 0.8304353014889272, "out_of_rail_time": 0.35866438122480687, "apogee_y": 397.7713947799084, "out_of_rail_velocity": 25.633120986666114, "apogee_x": 476.8798524825625, "initial_stability_margin": 2.6196434878799972, "t_final": 305.3392863875386, "apogee_time": 25.821738732329855, "frontal_surface_wind": -0.7210074118515222, "y_impact": 414.0826235887649} +{"apogee": 1605.6906866081192, "out_of_rail_stability_margin": 2.7419213149080783, "lateral_surface_wind": -3.0520577038891203, "impact_velocity": -5.493948749816164, "x_impact": 417.5012558572544, "max_mach_number": 0.47588238897942714, "out_of_rail_time": 0.4537467638940722, "apogee_y": 221.07753646578297, "out_of_rail_velocity": 19.390556365870612, "apogee_x": 21.352428846193238, "initial_stability_margin": 2.6558632321363858, "t_final": 195.08436644441875, "apogee_time": 18.582848729436652, "frontal_surface_wind": 1.0773738058062374, "y_impact": -58.970675196339414} +{"apogee": 2632.727755068725, "out_of_rail_stability_margin": 2.7148331281608318, "lateral_surface_wind": -1.1509143392144665, "impact_velocity": -5.493362364842304, "x_impact": 542.8015559701053, "max_mach_number": 0.6723972543888471, "out_of_rail_time": 0.3924089971775212, "apogee_y": 294.4878792572258, "out_of_rail_velocity": 23.04706273970486, "apogee_x": 255.1666444202811, "initial_stability_margin": 2.6387925009423903, "t_final": 261.65614715302786, "apogee_time": 23.170793928580515, "frontal_surface_wind": 0.43600929159828933, "y_impact": 272.8055540589916} +{"apogee": 3649.127773361607, "out_of_rail_stability_margin": 2.6292922401682675, "lateral_surface_wind": -0.3877605179275559, "impact_velocity": -5.5202866683607255, "x_impact": 789.4842685830341, "max_mach_number": 0.8678200071892556, "out_of_rail_time": 0.352098885489164, "apogee_y": 355.38990376792225, "out_of_rail_velocity": 26.212883427184554, "apogee_x": 477.8350308086392, "initial_stability_margin": 2.557055903449654, "t_final": 291.0935919830653, "apogee_time": 26.584384422267405, "frontal_surface_wind": 0.25482684184749765, "y_impact": 606.9280785190144} +{"apogee": 3465.356489732343, "out_of_rail_stability_margin": 2.6924071371349836, "lateral_surface_wind": -2.138973543653815, "impact_velocity": -5.4563396603977425, "x_impact": 713.997263987899, "max_mach_number": 0.8334166010628583, "out_of_rail_time": 0.3571714832373677, "apogee_y": 426.9767450873288, "out_of_rail_velocity": 25.72932441805324, "apogee_x": 233.55688844179005, "initial_stability_margin": 2.621785637891803, "t_final": 299.4633814110919, "apogee_time": 25.976893994332244, "frontal_surface_wind": 0.7864353266942004, "y_impact": 120.57877290765362} +{"apogee": 2853.181670531314, "out_of_rail_stability_margin": 2.7205524059465844, "lateral_surface_wind": -2.0691121433075317, "impact_velocity": -5.4734852217867305, "x_impact": 778.7557876946142, "max_mach_number": 0.7198976313919705, "out_of_rail_time": 0.38174667780183336, "apogee_y": 485.81737491497216, "out_of_rail_velocity": 23.81460707428031, "apogee_x": 354.6762377552628, "initial_stability_margin": 2.641708607027788, "t_final": 272.8681549593522, "apogee_time": 23.954857814701523, "frontal_surface_wind": 0.38142574855684563, "y_impact": 196.68609093935817} +{"apogee": 3982.6093905926878, "out_of_rail_stability_margin": 2.6422745540138997, "lateral_surface_wind": -2.607333613109623, "impact_velocity": -5.501094245723069, "x_impact": 935.8955194373541, "max_mach_number": 0.9377911435823189, "out_of_rail_time": 0.3396579659286093, "apogee_y": 485.66543119530803, "out_of_rail_velocity": 27.42126249244535, "apogee_x": 204.5058082996999, "initial_stability_margin": 2.574732570459648, "t_final": 328.3777269332792, "apogee_time": 27.5019623652741, "frontal_surface_wind": 1.0349594130966526, "y_impact": 164.68136938486947} +{"apogee": 4142.970392531185, "out_of_rail_stability_margin": 2.523767276436843, "lateral_surface_wind": -2.0868907089501976, "impact_velocity": -5.458575076538361, "x_impact": 907.6604968417544, "max_mach_number": 0.9798298161124407, "out_of_rail_time": 0.33307361498694965, "apogee_y": 448.8695905813917, "out_of_rail_velocity": 28.111958771359205, "apogee_x": 292.1974858761255, "initial_stability_margin": 2.4547281649718573, "t_final": 330.64651856075244, "apogee_time": 27.87682850503673, "frontal_surface_wind": 1.3539304711514355, "y_impact": 310.36265039447323} +{"apogee": 4124.0943034211205, "out_of_rail_stability_margin": 2.7406978994989197, "lateral_surface_wind": -1.8345176752469727, "impact_velocity": -5.415637493034078, "x_impact": 1217.2855948203098, "max_mach_number": 0.9780202006291113, "out_of_rail_time": 0.332302617845887, "apogee_y": 529.2943752394426, "out_of_rail_velocity": 28.204070509020788, "apogee_x": 461.52952145814805, "initial_stability_margin": 2.6778441342461106, "t_final": 339.0245430417837, "apogee_time": 27.825935813305172, "frontal_surface_wind": 1.3490691394920657, "y_impact": 335.9951744173058} +{"apogee": 4120.335403451117, "out_of_rail_stability_margin": 2.7380571042068444, "lateral_surface_wind": -2.154342173134993, "impact_velocity": -5.38048190021141, "x_impact": 1049.5447138002514, "max_mach_number": 0.9819958261278361, "out_of_rail_time": 0.33265987280829445, "apogee_y": 573.441362399828, "out_of_rail_velocity": 28.167784107541976, "apogee_x": 390.95519923435575, "initial_stability_margin": 2.669541586329511, "t_final": 351.2835559323133, "apogee_time": 27.773693842088658, "frontal_surface_wind": 1.2438047888905237, "y_impact": 431.7717713023727} +{"apogee": 2807.008166708147, "out_of_rail_stability_margin": 2.5763516906740738, "lateral_surface_wind": -2.056280316781139, "impact_velocity": -5.402271814919775, "x_impact": 848.941529207338, "max_mach_number": 0.7203050158897297, "out_of_rail_time": 0.3822305470791218, "apogee_y": 507.40855655264556, "out_of_rail_velocity": 23.722653224425393, "apogee_x": 423.40269593523504, "initial_stability_margin": 2.491851746727714, "t_final": 266.693046779791, "apogee_time": 23.699763446607676, "frontal_surface_wind": 0.44544575658916663, "y_impact": 236.61857818323332} +{"apogee": 4056.4419611272465, "out_of_rail_stability_margin": 2.7112197142263716, "lateral_surface_wind": -2.088237864664385, "impact_velocity": -5.49165046604659, "x_impact": 1020.3598648536052, "max_mach_number": 0.9495662359537788, "out_of_rail_time": 0.33851836793724444, "apogee_y": 523.1822378307007, "out_of_rail_velocity": 27.563017101181607, "apogee_x": 383.9963223512426, "initial_stability_margin": 2.640856616616065, "t_final": 339.15436547969813, "apogee_time": 27.749096985335377, "frontal_surface_wind": 1.3518517568124606, "y_impact": 383.3202969958211} +{"apogee": 3827.3425107107264, "out_of_rail_stability_margin": 2.635946070400641, "lateral_surface_wind": -1.85347314303849, "impact_velocity": -5.5333896741058295, "x_impact": 1199.7057673677023, "max_mach_number": 0.9064004133059694, "out_of_rail_time": 0.34530091861193213, "apogee_y": 589.7304891035421, "out_of_rail_velocity": 26.85401056823646, "apogee_x": 519.9609115178215, "initial_stability_margin": 2.5651717703033037, "t_final": 325.60065386534194, "apogee_time": 27.08769331428632, "frontal_surface_wind": 0.9157822948840321, "y_impact": 530.112265346282} +{"apogee": 4514.660974891763, "out_of_rail_stability_margin": 2.7298340413259714, "lateral_surface_wind": -2.6784139853596045, "impact_velocity": -5.620470855203404, "x_impact": 1055.8969524526806, "max_mach_number": 1.056083126711564, "out_of_rail_time": 0.3213434110434159, "apogee_y": 660.3119800101857, "out_of_rail_velocity": 29.43669216863993, "apogee_x": 448.26280771955714, "initial_stability_margin": 2.667459383638986, "t_final": 355.34339950657494, "apogee_time": 28.991961813947842, "frontal_surface_wind": 0.2610965007295847, "y_impact": 202.09490872111792} +{"apogee": 1938.59633975278, "out_of_rail_stability_margin": 2.7139942851907546, "lateral_surface_wind": -1.2005742238902555, "impact_velocity": -5.516118559899838, "x_impact": 486.2228440728635, "max_mach_number": 0.5472251581223524, "out_of_rail_time": 0.4287358537522432, "apogee_y": 335.8857851473184, "out_of_rail_velocity": 20.71565919886749, "apogee_x": 327.2927587944705, "initial_stability_margin": 2.627667469519909, "t_final": 218.20915699077966, "apogee_time": 20.224542320992175, "frontal_surface_wind": 0.4956203419417103, "y_impact": 300.0546179020999} +{"apogee": 2525.758116874563, "out_of_rail_stability_margin": 2.831253692637094, "lateral_surface_wind": -2.688066632894683, "impact_velocity": -5.553820197701529, "x_impact": 544.5758621626343, "max_mach_number": 0.6570253254726027, "out_of_rail_time": 0.3959680454469184, "apogee_y": 447.09265751204674, "out_of_rail_velocity": 22.746689736493348, "apogee_x": 224.50813382897596, "initial_stability_margin": 2.7539027269095104, "t_final": 245.44765696044178, "apogee_time": 22.73962253963631, "frontal_surface_wind": 0.1279477892790457, "y_impact": 120.10812385938682} +{"apogee": 3442.849674728397, "out_of_rail_stability_margin": 2.5919803788699585, "lateral_surface_wind": -2.1157275962522917, "impact_velocity": -5.387522204360692, "x_impact": 758.8399597662863, "max_mach_number": 0.8342055668948911, "out_of_rail_time": 0.35734575019372455, "apogee_y": 429.3283278259019, "out_of_rail_velocity": 25.759575804095046, "apogee_x": 267.76033058101154, "initial_stability_margin": 2.519955347793275, "t_final": 304.2292947766587, "apogee_time": 25.856401942917618, "frontal_surface_wind": 0.84698588062616, "y_impact": 112.9618995605387} +{"apogee": 4165.827898631601, "out_of_rail_stability_margin": 2.6356994306779886, "lateral_surface_wind": -0.5775583962706432, "impact_velocity": -5.422456396764236, "x_impact": 853.3810256908454, "max_mach_number": 0.986812818331228, "out_of_rail_time": 0.33219206465576256, "apogee_y": 508.4943646731854, "out_of_rail_velocity": 28.214947317435428, "apogee_x": 563.4674931995595, "initial_stability_margin": 2.567948160845157, "t_final": 331.3400296855168, "apogee_time": 27.970560411352437, "frontal_surface_wind": -0.7547703079271456, "y_impact": 559.9135553960313} +{"apogee": 4417.598642700022, "out_of_rail_stability_margin": 2.642896403171019, "lateral_surface_wind": -3.0573620893754123, "impact_velocity": -5.477706944082777, "x_impact": 1174.5006263966764, "max_mach_number": 1.0413468444884137, "out_of_rail_time": 0.32351599384480323, "apogee_y": 621.7519492567221, "out_of_rail_velocity": 29.16595271280187, "apogee_x": 341.4731125065638, "initial_stability_margin": 2.577605429611069, "t_final": 359.3882318853068, "apogee_time": 28.665683640439234, "frontal_surface_wind": 1.062227659099666, "y_impact": 311.5420960550797} +{"apogee": 3502.4485352140673, "out_of_rail_stability_margin": 2.6318208190880257, "lateral_surface_wind": -1.9704062459620757, "impact_velocity": -5.518874060263892, "x_impact": 986.7191526237043, "max_mach_number": 0.8371321651474564, "out_of_rail_time": 0.3572717455067731, "apogee_y": 458.435213268322, "out_of_rail_velocity": 25.762852151412698, "apogee_x": 329.0852038841442, "initial_stability_margin": 2.5610491565658635, "t_final": 297.73899257756153, "apogee_time": 26.161104799925806, "frontal_surface_wind": 0.7899696530143734, "y_impact": 258.21942764025226} +{"apogee": 3423.4608076423756, "out_of_rail_stability_margin": 2.605529648361771, "lateral_surface_wind": -2.1292799900742705, "impact_velocity": -5.5370731114746095, "x_impact": 637.9021601329043, "max_mach_number": 0.8209678166235083, "out_of_rail_time": 0.36048938868787156, "apogee_y": 317.7617445608233, "out_of_rail_velocity": 25.48242043902743, "apogee_x": 106.79553925640364, "initial_stability_margin": 2.5312330928662337, "t_final": 303.1409512058995, "apogee_time": 25.872980951523193, "frontal_surface_wind": 1.2862376435497143, "y_impact": 165.3299656476826} +{"apogee": 3563.6785040046657, "out_of_rail_stability_margin": 2.7610871349106736, "lateral_surface_wind": -1.3564759552196872, "impact_velocity": -5.579117882551926, "x_impact": 782.9871489771559, "max_mach_number": 0.8434793563730127, "out_of_rail_time": 0.35533114563202933, "apogee_y": 391.77842056698057, "out_of_rail_velocity": 25.90748664373011, "apogee_x": 303.531938453343, "initial_stability_margin": 2.6916930472490805, "t_final": 303.72236883639016, "apogee_time": 26.361103833210837, "frontal_surface_wind": 0.6198291495262394, "y_impact": 298.2810461297362} +{"apogee": 3104.2865949596967, "out_of_rail_stability_margin": 2.719763660777037, "lateral_surface_wind": -1.5500858289536457, "impact_velocity": -5.614463443380715, "x_impact": 853.5327841939192, "max_mach_number": 0.7588200745455654, "out_of_rail_time": 0.37145259570185213, "apogee_y": 388.73656643829446, "out_of_rail_velocity": 24.54777698487825, "apogee_x": 288.8811925070621, "initial_stability_margin": 2.6498599981442053, "t_final": 271.7108050204258, "apogee_time": 24.88238989110597, "frontal_surface_wind": 1.3292848883233883, "y_impact": 422.91675855297046} +{"apogee": 2834.5589815835015, "out_of_rail_stability_margin": 2.764986504468703, "lateral_surface_wind": -0.5955232587051549, "impact_velocity": -5.593547671637091, "x_impact": 648.8054691642308, "max_mach_number": 0.7176487255141675, "out_of_rail_time": 0.38205809777552713, "apogee_y": 458.63615406429403, "out_of_rail_velocity": 23.7397329976522, "apogee_x": 535.0447312184388, "initial_stability_margin": 2.687200194578485, "t_final": 259.8109186931802, "apogee_time": 23.907404693345846, "frontal_surface_wind": -0.7406780455584928, "y_impact": 466.97491509808407} +{"apogee": 4006.2499020263426, "out_of_rail_stability_margin": 2.6893126696633436, "lateral_surface_wind": -1.5228894994288702, "impact_velocity": -5.324762454388933, "x_impact": 1069.6505650601014, "max_mach_number": 0.9507309756734977, "out_of_rail_time": 0.3382798273023387, "apogee_y": 400.18282978659187, "out_of_rail_velocity": 27.62493765275891, "apogee_x": 300.5154136261459, "initial_stability_margin": 2.619843579857746, "t_final": 339.53976251554826, "apogee_time": 27.48902860328279, "frontal_surface_wind": 1.3603572927643384, "y_impact": 407.9512270516518} +{"apogee": 2983.653772087136, "out_of_rail_stability_margin": 2.6823269268775527, "lateral_surface_wind": -2.145439939677996, "impact_velocity": -5.324483840419802, "x_impact": 814.8484369750062, "max_mach_number": 0.7507837470541813, "out_of_rail_time": 0.37491526479048454, "apogee_y": 419.6824958278045, "out_of_rail_velocity": 24.314949514003803, "apogee_x": 248.19991510675447, "initial_stability_margin": 2.605070817226868, "t_final": 280.32118054843903, "apogee_time": 24.324818572325036, "frontal_surface_wind": 0.9189668944015044, "y_impact": 305.6305166721084} +{"apogee": 3795.7293192540715, "out_of_rail_stability_margin": 2.777693167720181, "lateral_surface_wind": -1.3318082094009718, "impact_velocity": -5.504347444323795, "x_impact": 906.5316376420909, "max_mach_number": 0.902240439472033, "out_of_rail_time": 0.34540602846021295, "apogee_y": 501.23261911381525, "out_of_rail_velocity": 26.854467847239953, "apogee_x": 436.85335610885045, "initial_stability_margin": 2.711160554839719, "t_final": 327.68658831414524, "apogee_time": 26.979608075025784, "frontal_surface_wind": 0.48943463044740443, "y_impact": 171.2102680807606} +{"apogee": 3330.5905560786982, "out_of_rail_stability_margin": 2.699066561265204, "lateral_surface_wind": -3.1001924180148785, "impact_velocity": -5.3547900896267855, "x_impact": 887.6175462531099, "max_mach_number": 0.8147912002556511, "out_of_rail_time": 0.3608639292126589, "apogee_y": 520.6072342250743, "out_of_rail_velocity": 25.41060667151038, "apogee_x": 216.66320935991308, "initial_stability_margin": 2.627226221319361, "t_final": 312.30023960086226, "apogee_time": 25.505390145542417, "frontal_surface_wind": 0.9298373602891015, "y_impact": 211.43173915730588} +{"apogee": 2496.303346128531, "out_of_rail_stability_margin": 2.6658033377456007, "lateral_surface_wind": -2.674730272997465, "impact_velocity": -5.536003806168939, "x_impact": 693.9774065486328, "max_mach_number": 0.6535340520669879, "out_of_rail_time": 0.39769985685325293, "apogee_y": 496.95679311184284, "out_of_rail_velocity": 22.633112981948752, "apogee_x": 351.27515832598164, "initial_stability_margin": 2.5846809763523426, "t_final": 247.3769326176034, "apogee_time": 22.626484551295054, "frontal_surface_wind": 0.2964638702676299, "y_impact": 172.75566860689793} +{"apogee": 4032.1614816059864, "out_of_rail_stability_margin": 2.5239345193986154, "lateral_surface_wind": -1.5464330159851805, "impact_velocity": -5.460978523123796, "x_impact": 819.8738960014254, "max_mach_number": 0.9442950837555322, "out_of_rail_time": 0.33849870347763067, "apogee_y": 333.77007109562675, "out_of_rail_velocity": 27.544141152738696, "apogee_x": 196.20537614123086, "initial_stability_margin": 2.455953904690064, "t_final": 340.88147152035236, "apogee_time": 27.64164001554401, "frontal_surface_wind": 1.0595069335618654, "y_impact": 306.7788212478851} +{"apogee": 4456.76962638192, "out_of_rail_stability_margin": 2.612657808277777, "lateral_surface_wind": -1.3391922507722427, "impact_velocity": -5.263820048729469, "x_impact": 1138.3981199044204, "max_mach_number": 1.0888216770890013, "out_of_rail_time": 0.31696543926120363, "apogee_y": 610.4671815669478, "out_of_rail_velocity": 30.05789846799408, "apogee_x": 559.3903699848856, "initial_stability_margin": 2.548402153216048, "t_final": 363.2840638630391, "apogee_time": 28.513479545380847, "frontal_surface_wind": 0.46885336682227635, "y_impact": 224.24820479942792} +{"apogee": 3238.2526192272376, "out_of_rail_stability_margin": 2.5593510111720987, "lateral_surface_wind": -0.4083902366136845, "impact_velocity": -5.345394676046651, "x_impact": 768.6225660139429, "max_mach_number": 0.8011121926604361, "out_of_rail_time": 0.3647620005723778, "apogee_y": 405.11746787999425, "out_of_rail_velocity": 25.11984391101251, "apogee_x": 461.9305924389689, "initial_stability_margin": 2.4817884864170616, "t_final": 299.5552105464926, "apogee_time": 25.178005877506713, "frontal_surface_wind": 0.2202552002292676, "y_impact": 660.1467087702274} +{"apogee": 3996.292003788015, "out_of_rail_stability_margin": 2.749704752005272, "lateral_surface_wind": -1.2910270788590836, "impact_velocity": -5.523401465731419, "x_impact": 1236.3057959175403, "max_mach_number": 0.9398929895774846, "out_of_rail_time": 0.3394632277074138, "apogee_y": 558.5070042555241, "out_of_rail_velocity": 27.418178379532375, "apogee_x": 648.4438270297834, "initial_stability_margin": 2.6805673803931573, "t_final": 326.85535002891197, "apogee_time": 27.5664229340932, "frontal_surface_wind": 0.7466353014318076, "y_impact": 464.4624692083545} +{"apogee": 3252.5357791235583, "out_of_rail_stability_margin": 2.577084923899416, "lateral_surface_wind": -1.580624484819916, "impact_velocity": -5.469319718597554, "x_impact": 1068.6009295330973, "max_mach_number": 0.797057168508243, "out_of_rail_time": 0.3642934448343886, "apogee_y": 527.2305232093486, "out_of_rail_velocity": 25.127731227207704, "apogee_x": 437.02300462038517, "initial_stability_margin": 2.50425452584908, "t_final": 287.4002378102633, "apogee_time": 25.28880682804008, "frontal_surface_wind": 1.2928227370508343, "y_impact": 575.6309637822491} +{"apogee": 4414.034960371694, "out_of_rail_stability_margin": 2.6502162512647245, "lateral_surface_wind": -1.9390710602234162, "impact_velocity": -5.49321491330136, "x_impact": 1439.5229437990527, "max_mach_number": 1.0424000604100578, "out_of_rail_time": 0.3227837745061974, "apogee_y": 599.1836232208595, "out_of_rail_velocity": 29.272488234212823, "apogee_x": 558.3391641768674, "initial_stability_margin": 2.5890949567746935, "t_final": 344.8531690002926, "apogee_time": 28.654122986087412, "frontal_surface_wind": 0.8640348663185099, "y_impact": 341.2303478960557} +{"apogee": 3731.501214367177, "out_of_rail_stability_margin": 2.761018704220127, "lateral_surface_wind": -2.087444507665992, "impact_velocity": -5.465513667536433, "x_impact": 890.9577977605127, "max_mach_number": 0.8848271113168379, "out_of_rail_time": 0.3483706804440272, "apogee_y": 485.8911804100415, "out_of_rail_velocity": 26.570836783397734, "apogee_x": 356.16491294542044, "initial_stability_margin": 2.6920156838944473, "t_final": 314.85108077227926, "apogee_time": 26.800313461914463, "frontal_surface_wind": 0.914474587366241, "y_impact": 159.8220221228998} +{"apogee": 3510.701985255898, "out_of_rail_stability_margin": 2.7110862938132305, "lateral_surface_wind": -1.1645792479175496, "impact_velocity": -5.525889052429058, "x_impact": 872.392531668856, "max_mach_number": 0.8422355323004072, "out_of_rail_time": 0.35542625736286443, "apogee_y": 461.7371849041339, "out_of_rail_velocity": 25.916949197781854, "apogee_x": 424.8281204845656, "initial_stability_margin": 2.643579552554801, "t_final": 303.3908109886069, "apogee_time": 26.142656555862683, "frontal_surface_wind": 0.39807423163187616, "y_impact": 482.17236997474987} +{"apogee": 3650.776570038754, "out_of_rail_stability_margin": 2.6961261883378174, "lateral_surface_wind": -1.505184593510348, "impact_velocity": -5.5067105145661825, "x_impact": 820.274849749355, "max_mach_number": 0.8650551278971261, "out_of_rail_time": 0.3519373882367376, "apogee_y": 355.80431643264, "out_of_rail_velocity": 26.247676173656505, "apogee_x": 258.765085605665, "initial_stability_margin": 2.625770590941065, "t_final": 308.6014036371419, "apogee_time": 26.573897745417266, "frontal_surface_wind": 1.1173313540099805, "y_impact": 340.1084439738716} +{"apogee": 3953.2711046058985, "out_of_rail_stability_margin": 2.581287933747567, "lateral_surface_wind": -3.0159539592586846, "impact_velocity": -5.338264591142877, "x_impact": 1326.6406668128348, "max_mach_number": 0.9570555353501108, "out_of_rail_time": 0.33794796131822674, "apogee_y": 724.3403112051167, "out_of_rail_velocity": 27.66278170019636, "apogee_x": 526.8174086376582, "initial_stability_margin": 2.509904913814886, "t_final": 336.986648535671, "apogee_time": 27.263390510456116, "frontal_surface_wind": 0.7108606803365143, "y_impact": 227.32074769932674} +{"apogee": 2575.244343021042, "out_of_rail_stability_margin": 2.624504053071045, "lateral_surface_wind": -2.134899932999538, "impact_velocity": -5.608569927499798, "x_impact": 633.0114087374023, "max_mach_number": 0.6621342284670833, "out_of_rail_time": 0.39522087693278685, "apogee_y": 366.20118670892015, "out_of_rail_velocity": 22.79322133285753, "apogee_x": 223.34524342428753, "initial_stability_margin": 2.5434732228317096, "t_final": 248.30981562062283, "apogee_time": 22.961283223671554, "frontal_surface_wind": 0.8128286343142256, "y_impact": 233.28447074125017} +{"apogee": 3179.378716432187, "out_of_rail_stability_margin": 2.622027592168603, "lateral_surface_wind": -2.1835621708986794, "impact_velocity": -5.436902750335183, "x_impact": 702.5591031909129, "max_mach_number": 0.779577102849213, "out_of_rail_time": 0.368047857024332, "apogee_y": 373.82580901419686, "out_of_rail_velocity": 24.84930373687392, "apogee_x": 170.9985139010129, "initial_stability_margin": 2.5485452199693963, "t_final": 285.54936704078517, "apogee_time": 25.05500657978672, "frontal_surface_wind": 0.925692471716516, "y_impact": 138.26653212490405} +{"apogee": 1848.050150638808, "out_of_rail_stability_margin": 2.699918325303497, "lateral_surface_wind": -1.8978225229848225, "impact_velocity": -5.349294189588904, "x_impact": 434.4398156437155, "max_mach_number": 0.5250744591911991, "out_of_rail_time": 0.4368017715380766, "apogee_y": 180.13930289122345, "out_of_rail_velocity": 20.280624309087575, "apogee_x": 51.068554411025936, "initial_stability_margin": 2.611512415066769, "t_final": 217.41091917102742, "apogee_time": 19.781460324772738, "frontal_surface_wind": 1.4195725832920343, "y_impact": 55.86890233843252} +{"apogee": 3440.1111619969233, "out_of_rail_stability_margin": 2.676391239734848, "lateral_surface_wind": -0.4190683215302228, "impact_velocity": -5.5523869770030725, "x_impact": 837.0729741137424, "max_mach_number": 0.8281238777967669, "out_of_rail_time": 0.3583503214934026, "apogee_y": 499.26978610068943, "out_of_rail_velocity": 25.647037425404214, "apogee_x": 519.7577832665985, "initial_stability_margin": 2.607447059931591, "t_final": 298.14317975050324, "apogee_time": 25.953806848491677, "frontal_surface_wind": 0.19919006119597882, "y_impact": 777.9887016011265} +{"apogee": 3476.787196241663, "out_of_rail_stability_margin": 2.663898723814673, "lateral_surface_wind": -1.8770260628155722, "impact_velocity": -5.453155238464021, "x_impact": 1029.1395847163826, "max_mach_number": 0.838988768492556, "out_of_rail_time": 0.3561360864769341, "apogee_y": 538.9426068035679, "out_of_rail_velocity": 25.83680395854392, "apogee_x": 431.2529229634045, "initial_stability_margin": 2.594172434195471, "t_final": 304.1282783317588, "apogee_time": 26.010997012970186, "frontal_surface_wind": 0.8664831580008439, "y_impact": 476.71246803734687} +{"apogee": 3549.4140746388184, "out_of_rail_stability_margin": 2.758703303630396, "lateral_surface_wind": -2.677210749298964, "impact_velocity": -5.573635261092017, "x_impact": 960.0274980686818, "max_mach_number": 0.852539669149905, "out_of_rail_time": 0.35461671595476263, "apogee_y": 636.8343531307909, "out_of_rail_velocity": 25.99602079627155, "apogee_x": 455.5543247265502, "initial_stability_margin": 2.6878182648468063, "t_final": 301.91689279305194, "apogee_time": 26.272188481923774, "frontal_surface_wind": 0.2731583121584158, "y_impact": 257.1435213238282} +{"apogee": 2623.0103152575102, "out_of_rail_stability_margin": 2.61568945573113, "lateral_surface_wind": -1.3265568165746084, "impact_velocity": -5.38132889012678, "x_impact": 490.98488930361907, "max_mach_number": 0.6735539040687365, "out_of_rail_time": 0.39294818253946395, "apogee_y": 252.56820408908735, "out_of_rail_velocity": 23.01657299765909, "apogee_x": 183.56465823386964, "initial_stability_margin": 2.5334532690175346, "t_final": 257.97455030091965, "apogee_time": 23.068249785690067, "frontal_surface_wind": 0.6815146396747653, "y_impact": 174.25011755561798} +{"apogee": 3656.6559767189847, "out_of_rail_stability_margin": 2.497846327850364, "lateral_surface_wind": -2.0699793299224285, "impact_velocity": -5.204159957266324, "x_impact": 1159.2713417148334, "max_mach_number": 0.8971822190760215, "out_of_rail_time": 0.3464429213084714, "apogee_y": 592.2549266733176, "out_of_rail_velocity": 26.746235128436652, "apogee_x": 471.4487421293097, "initial_stability_margin": 2.4250020878101743, "t_final": 335.7910052111877, "apogee_time": 26.350097384627844, "frontal_surface_wind": 0.376691169180713, "y_impact": 249.00623248944748} +{"apogee": 3207.593311237677, "out_of_rail_stability_margin": 2.58308740355505, "lateral_surface_wind": -2.0887236556168602, "impact_velocity": -5.469462782763986, "x_impact": 656.7145526306188, "max_mach_number": 0.7855524190350633, "out_of_rail_time": 0.3681398146859271, "apogee_y": 319.95026340727634, "out_of_rail_velocity": 24.851088242836614, "apogee_x": 110.35664582227356, "initial_stability_margin": 2.504369758439721, "t_final": 287.2799000175867, "apogee_time": 25.139236174109502, "frontal_surface_wind": 0.9661624685613123, "y_impact": 147.33016984463686} +{"apogee": 3662.39175929337, "out_of_rail_stability_margin": 2.745324785725856, "lateral_surface_wind": -1.6519900741639706, "impact_velocity": -5.449683569362654, "x_impact": 1056.2257128630838, "max_mach_number": 0.8735855773462383, "out_of_rail_time": 0.3513545150332488, "apogee_y": 513.3833996636072, "out_of_rail_velocity": 26.29389756272948, "apogee_x": 424.3203655605339, "initial_stability_margin": 2.671448634095128, "t_final": 326.4801039600619, "apogee_time": 26.590262291528727, "frontal_surface_wind": 0.8335915082845833, "y_impact": 592.1558553143528} +{"apogee": 4396.4937173407725, "out_of_rail_stability_margin": 2.5570619087667126, "lateral_surface_wind": -1.205362951011053, "impact_velocity": -5.328705168948533, "x_impact": 1288.4025055878112, "max_mach_number": 1.07302585266271, "out_of_rail_time": 0.31775439414353573, "apogee_y": 716.8927149212601, "out_of_rail_velocity": 29.835401220932617, "apogee_x": 766.0555156296972, "initial_stability_margin": 2.495357645286579, "t_final": 355.2146422666062, "apogee_time": 28.38456170281988, "frontal_surface_wind": 0.48385756865634777, "y_impact": 780.8491400575427} +{"apogee": 4340.317339131403, "out_of_rail_stability_margin": 2.5287407059272518, "lateral_surface_wind": -1.8429477582938458, "impact_velocity": -5.257034947109751, "x_impact": 1184.6352071158344, "max_mach_number": 1.0512507614139952, "out_of_rail_time": 0.32117366018380267, "apogee_y": 506.27076704618753, "out_of_rail_velocity": 29.45081768920201, "apogee_x": 424.2960489898819, "initial_stability_margin": 2.4636070381879476, "t_final": 359.93403160805286, "apogee_time": 28.232368809509897, "frontal_surface_wind": 0.9367835736111797, "y_impact": 416.73827886006245} +{"apogee": 4207.378074691176, "out_of_rail_stability_margin": 2.697279512990111, "lateral_surface_wind": -2.099981111370875, "impact_velocity": -5.465487156157773, "x_impact": 875.5247022284642, "max_mach_number": 0.9912817283324858, "out_of_rail_time": 0.33093431075004814, "apogee_y": 431.1787134937747, "out_of_rail_velocity": 28.353512607585674, "apogee_x": 248.2512801117469, "initial_stability_margin": 2.6307531278134713, "t_final": 342.75693138946593, "apogee_time": 28.06941502395305, "frontal_surface_wind": 1.333536607559219, "y_impact": 281.11111120992314} +{"apogee": 3034.903099076614, "out_of_rail_stability_margin": 2.6625796752985664, "lateral_surface_wind": -2.0523168133733476, "impact_velocity": -5.402789967721464, "x_impact": 842.9919210209121, "max_mach_number": 0.7595449393810717, "out_of_rail_time": 0.3723658260877705, "apogee_y": 438.61463797634406, "out_of_rail_velocity": 24.519615997665426, "apogee_x": 297.0366934894181, "initial_stability_margin": 2.589054070182786, "t_final": 279.3831332969569, "apogee_time": 24.513311663390397, "frontal_surface_wind": 1.0412646746793133, "y_impact": 286.79591307724485} +{"apogee": 2457.7235610460766, "out_of_rail_stability_margin": 2.6365464672164562, "lateral_surface_wind": -2.676730056388706, "impact_velocity": -5.450570375416887, "x_impact": 310.7431042065017, "max_mach_number": 0.6416723976059957, "out_of_rail_time": 0.4008864928034361, "apogee_y": 263.9080926659473, "out_of_rail_velocity": 22.418890637501395, "apogee_x": 29.896787125170405, "initial_stability_margin": 2.553507980599755, "t_final": 248.5925344451848, "apogee_time": 22.46095162869254, "frontal_surface_wind": 0.27782920092831964, "y_impact": -104.91107180304522} +{"apogee": 3810.0410470459415, "out_of_rail_stability_margin": 2.7095474691380215, "lateral_surface_wind": -1.897200287195484, "impact_velocity": -5.427620716258122, "x_impact": 1073.6973221732196, "max_mach_number": 0.9028089278277722, "out_of_rail_time": 0.3450597762523207, "apogee_y": 556.3399524759992, "out_of_rail_velocity": 26.90231599501796, "apogee_x": 412.4019940353305, "initial_stability_margin": 2.6430973293451623, "t_final": 324.6837227006856, "apogee_time": 27.02166631323955, "frontal_surface_wind": 0.821371398244069, "y_impact": 494.19026473272544} +{"apogee": 4237.073641282932, "out_of_rail_stability_margin": 2.7427501030965855, "lateral_surface_wind": -1.9275938430622626, "impact_velocity": -5.464746371030179, "x_impact": 1069.6752113791529, "max_mach_number": 0.998909444139322, "out_of_rail_time": 0.329268819069506, "apogee_y": 514.8060001356309, "out_of_rail_velocity": 28.53307633116796, "apogee_x": 436.0916575878288, "initial_stability_margin": 2.6788637905737915, "t_final": 335.72546045314584, "apogee_time": 28.161275867942756, "frontal_surface_wind": 1.174719850504363, "y_impact": 417.2037978418531} +{"apogee": 3975.9173591126537, "out_of_rail_stability_margin": 2.660890503005967, "lateral_surface_wind": -3.047424601742833, "impact_velocity": -5.418661076441967, "x_impact": 1187.5205860862304, "max_mach_number": 0.948175269089397, "out_of_rail_time": 0.3393406664049944, "apogee_y": 703.1543302481514, "out_of_rail_velocity": 27.488971266414183, "apogee_x": 416.2879444357191, "initial_stability_margin": 2.5889373766239925, "t_final": 333.03528117618947, "apogee_time": 27.436867005247834, "frontal_surface_wind": 0.5608069970222962, "y_impact": 203.47999106727923} +{"apogee": 3428.1720775320414, "out_of_rail_stability_margin": 2.6873435368796446, "lateral_surface_wind": -1.3741099550985945, "impact_velocity": -5.478618996085541, "x_impact": 661.3831887152548, "max_mach_number": 0.8251799645505903, "out_of_rail_time": 0.3582494947585515, "apogee_y": 326.46550901481714, "out_of_rail_velocity": 25.65615680767636, "apogee_x": 229.5097499565703, "initial_stability_margin": 2.6184682611851975, "t_final": 306.7604802744957, "apogee_time": 25.846792808018233, "frontal_surface_wind": 0.5969354094569109, "y_impact": 192.6496294647785} +{"apogee": 3998.4941126750514, "out_of_rail_stability_margin": 2.835114588957155, "lateral_surface_wind": -2.116605528600673, "impact_velocity": -5.540346657403265, "x_impact": 768.5262733294619, "max_mach_number": 0.9314587330377581, "out_of_rail_time": 0.34010506475592067, "apogee_y": 431.62490086854376, "out_of_rail_velocity": 27.37468671026672, "apogee_x": 236.17034151154675, "initial_stability_margin": 2.770464715382531, "t_final": 318.92664990277046, "apogee_time": 27.61611145956954, "frontal_surface_wind": 0.8447895476511523, "y_impact": 90.529784103166} +{"apogee": 3551.1547846759795, "out_of_rail_stability_margin": 2.748066381547824, "lateral_surface_wind": -2.6658588472678377, "impact_velocity": -5.496315479520978, "x_impact": 669.693788513035, "max_mach_number": 0.8488004833572879, "out_of_rail_time": 0.355436192778598, "apogee_y": 429.63099837944145, "out_of_rail_velocity": 25.968165153820866, "apogee_x": 202.04006616228358, "initial_stability_margin": 2.6785859740564146, "t_final": 306.4826335945922, "apogee_time": 26.2750152489907, "frontal_surface_wind": 0.36778997553895887, "y_impact": 4.821477113560182} +{"apogee": 3185.0974788502162, "out_of_rail_stability_margin": 2.7637849125154963, "lateral_surface_wind": -0.6870348481782038, "impact_velocity": -5.59532407150376, "x_impact": 821.8202324684098, "max_mach_number": 0.779077962814457, "out_of_rail_time": 0.36767374065097747, "apogee_y": 403.9548601973963, "out_of_rail_velocity": 24.84682349040826, "apogee_x": 457.56352629364955, "initial_stability_margin": 2.693170843964331, "t_final": 279.75499030266565, "apogee_time": 25.1266824507225, "frontal_surface_wind": 0.8817890611691611, "y_impact": 535.577221924628} +{"apogee": 3556.4595295696504, "out_of_rail_stability_margin": 2.689559438372978, "lateral_surface_wind": -1.8769177069602758, "impact_velocity": -5.511758659557698, "x_impact": 1083.6995636607396, "max_mach_number": 0.8526548662522592, "out_of_rail_time": 0.35432098645729015, "apogee_y": 511.2848327978661, "out_of_rail_velocity": 26.025430348169643, "apogee_x": 405.42627112629106, "initial_stability_margin": 2.618395938704764, "t_final": 313.836151797122, "apogee_time": 26.271636567301293, "frontal_surface_wind": 1.2894272237014386, "y_impact": 353.027395480414} +{"apogee": 3738.1629822670416, "out_of_rail_stability_margin": 2.648938094276036, "lateral_surface_wind": -1.2120062622974213, "impact_velocity": -5.337429134126408, "x_impact": 733.3093869522127, "max_mach_number": 0.8962128754543772, "out_of_rail_time": 0.3474613158270514, "apogee_y": 408.4356738355221, "out_of_rail_velocity": 26.680274766316533, "apogee_x": 345.02280247557627, "initial_stability_margin": 2.576411994760128, "t_final": 331.06312644455176, "apogee_time": 26.743276505660877, "frontal_surface_wind": 0.46696767614893975, "y_impact": 422.83673518469976} +{"apogee": 2804.9206505057828, "out_of_rail_stability_margin": 2.6054234206301405, "lateral_surface_wind": -1.2977846526471053, "impact_velocity": -5.358944831873192, "x_impact": 633.6578167641755, "max_mach_number": 0.7186393865305077, "out_of_rail_time": 0.38220681554604874, "apogee_y": 364.9863130491271, "out_of_rail_velocity": 23.737240622519227, "apogee_x": 347.14822874366445, "initial_stability_margin": 2.5241130392793187, "t_final": 273.5010350672718, "apogee_time": 23.690871100103443, "frontal_surface_wind": 0.5735977331393854, "y_impact": 161.83366601955115} +{"apogee": 3128.381428792398, "out_of_rail_stability_margin": 2.643921634027496, "lateral_surface_wind": -2.3291715810116442, "impact_velocity": -5.537005938838229, "x_impact": 763.4605951565599, "max_mach_number": 0.7662555378265006, "out_of_rail_time": 0.3714023476553864, "apogee_y": 360.04957807658997, "out_of_rail_velocity": 24.57531687250814, "apogee_x": 175.78425618027882, "initial_stability_margin": 2.566516398200769, "t_final": 286.68300578182993, "apogee_time": 24.916781587842426, "frontal_surface_wind": 0.9481894496567869, "y_impact": 87.30184176530192} +{"apogee": 3702.469682939077, "out_of_rail_stability_margin": 2.620012257666583, "lateral_surface_wind": -3.023853754558089, "impact_velocity": -5.307456379526827, "x_impact": 1080.888333856464, "max_mach_number": 0.8989252569518582, "out_of_rail_time": 0.34556387455057497, "apogee_y": 605.6680462830014, "out_of_rail_velocity": 26.834262590128724, "apogee_x": 365.7490655124262, "initial_stability_margin": 2.5527751016367217, "t_final": 315.9011803149699, "apogee_time": 26.561849091064666, "frontal_surface_wind": 0.6764685227426168, "y_impact": 134.38466666877483} +{"apogee": 4322.190299863172, "out_of_rail_stability_margin": 2.5448197510896713, "lateral_surface_wind": -0.5497457915740166, "impact_velocity": -5.364468755896273, "x_impact": 900.1910515609932, "max_mach_number": 1.0440428985212291, "out_of_rail_time": 0.3223186864372146, "apogee_y": 543.9517966503611, "out_of_rail_velocity": 29.31910861807239, "apogee_x": 570.745548134835, "initial_stability_margin": 2.4809736709477677, "t_final": 358.4855936230534, "apogee_time": 28.234267051420375, "frontal_surface_wind": -0.7752622030499188, "y_impact": 606.1595218022154} +{"apogee": 4072.7588053737677, "out_of_rail_stability_margin": 2.6782091334483487, "lateral_surface_wind": -3.0231746874119434, "impact_velocity": -5.4499058350045475, "x_impact": 1358.7854046621883, "max_mach_number": 0.9743611057482995, "out_of_rail_time": 0.33339593544675505, "apogee_y": 754.2972955636819, "out_of_rail_velocity": 28.067052496617634, "apogee_x": 543.2515402801081, "initial_stability_margin": 2.613632784713504, "t_final": 342.0894212019378, "apogee_time": 27.669729905493863, "frontal_surface_wind": 0.6794968731409459, "y_impact": 244.24599379104288} +{"apogee": 2161.7802926002287, "out_of_rail_stability_margin": 2.6906933920607536, "lateral_surface_wind": -1.4022545234363393, "impact_velocity": -5.446006273505972, "x_impact": 387.5466259605906, "max_mach_number": 0.5859855109339692, "out_of_rail_time": 0.415669534578086, "apogee_y": 275.35428140534606, "out_of_rail_velocity": 21.508308455405174, "apogee_x": 176.71386888375184, "initial_stability_margin": 2.6077930554010464, "t_final": 230.12681749195053, "apogee_time": 21.210645970520225, "frontal_surface_wind": 0.5274393835000157, "y_impact": 198.37366662959653} +{"apogee": 3236.2918655388657, "out_of_rail_stability_margin": 2.744736357009094, "lateral_surface_wind": -1.5092147702557392, "impact_velocity": -5.550986809788412, "x_impact": 764.1580035469311, "max_mach_number": 0.7849028293615001, "out_of_rail_time": 0.3673975390371415, "apogee_y": 292.90695797094105, "out_of_rail_velocity": 24.89871901447885, "apogee_x": 179.48347154235344, "initial_stability_margin": 2.669764454004975, "t_final": 286.16960482206645, "apogee_time": 25.285251123413325, "frontal_surface_wind": 1.3755126930311294, "y_impact": 308.28943180955656} +{"apogee": 3984.359967495045, "out_of_rail_stability_margin": 2.6501468379778235, "lateral_surface_wind": -1.9986323996962376, "impact_velocity": -5.374484293413484, "x_impact": 969.3672672929318, "max_mach_number": 0.9436057876665073, "out_of_rail_time": 0.33863374955332454, "apogee_y": 464.7288750706483, "out_of_rail_velocity": 27.507370753817852, "apogee_x": 288.6205465924435, "initial_stability_margin": 2.582397119417677, "t_final": 328.45261476635284, "apogee_time": 27.467275180510097, "frontal_surface_wind": 0.6394413375351157, "y_impact": 340.4402534160047} +{"apogee": 3681.5288243959412, "out_of_rail_stability_margin": 2.6970921818251643, "lateral_surface_wind": -2.1009403237662734, "impact_velocity": -5.471102238415585, "x_impact": 1081.5591316605507, "max_mach_number": 0.8764212503868396, "out_of_rail_time": 0.35115044631482095, "apogee_y": 508.27950606127183, "out_of_rail_velocity": 26.335425726131778, "apogee_x": 372.4450339305551, "initial_stability_margin": 2.623206323699162, "t_final": 319.0393383149801, "apogee_time": 26.66424064129367, "frontal_surface_wind": 1.0165935489389721, "y_impact": 367.10878215144277} +{"apogee": 2726.256131832448, "out_of_rail_stability_margin": 2.656711780096248, "lateral_surface_wind": -1.3705428243593096, "impact_velocity": -5.51050826466543, "x_impact": 516.901186411278, "max_mach_number": 0.6916154882644869, "out_of_rail_time": 0.3874439834414777, "apogee_y": 310.3178040157263, "out_of_rail_velocity": 23.35066993813454, "apogee_x": 232.0272768066901, "initial_stability_margin": 2.5781095290225164, "t_final": 262.3685323852395, "apogee_time": 23.48699495301132, "frontal_surface_wind": 0.6050805056864402, "y_impact": 213.3986908414944} +{"apogee": 2157.021685453306, "out_of_rail_stability_margin": 2.7120914637836084, "lateral_surface_wind": -1.1579108164799992, "impact_velocity": -5.456737412973397, "x_impact": 463.435854881682, "max_mach_number": 0.5869453544924452, "out_of_rail_time": 0.41612755188966116, "apogee_y": 274.97192620461306, "out_of_rail_velocity": 21.448406593948473, "apogee_x": 234.60510921715405, "initial_stability_margin": 2.6258637076591373, "t_final": 228.73545604790792, "apogee_time": 21.19059687882025, "frontal_surface_wind": 0.41707368611330065, "y_impact": 245.63328448526485} +{"apogee": 4465.610207427962, "out_of_rail_stability_margin": 2.5983877113659903, "lateral_surface_wind": -2.0574445218523176, "impact_velocity": -5.43494364087283, "x_impact": 992.3966765498228, "max_mach_number": 1.06400172613533, "out_of_rail_time": 0.3193781646274986, "apogee_y": 459.52863089380145, "out_of_rail_velocity": 29.66364927393739, "apogee_x": 327.18661951877664, "initial_stability_margin": 2.5346974486136262, "t_final": 354.5986600711306, "apogee_time": 28.672381336065133, "frontal_surface_wind": 1.3982712867376252, "y_impact": 308.0347947903882} +{"apogee": 3403.4597961016284, "out_of_rail_stability_margin": 2.747359242680176, "lateral_surface_wind": -3.0990960008675765, "impact_velocity": -5.430225980064759, "x_impact": 843.6168247398724, "max_mach_number": 0.8238856563784349, "out_of_rail_time": 0.3600820093439915, "apogee_y": 515.2772427510657, "out_of_rail_velocity": 25.529667013924477, "apogee_x": 198.08569233211605, "initial_stability_margin": 2.6740572088488817, "t_final": 298.8151044689206, "apogee_time": 25.78875025028586, "frontal_surface_wind": 0.9334851486300879, "y_impact": 226.13179704480586} +{"apogee": 4133.897010682191, "out_of_rail_stability_margin": 2.6349161950940347, "lateral_surface_wind": -1.210594274046985, "impact_velocity": -5.373854911691671, "x_impact": 937.4711595119296, "max_mach_number": 0.9868953903281668, "out_of_rail_time": 0.3317340661265924, "apogee_y": 520.2412797048461, "out_of_rail_velocity": 28.256408893845727, "apogee_x": 488.6554661076484, "initial_stability_margin": 2.5685828657496517, "t_final": 336.6050640521676, "apogee_time": 27.82552714617621, "frontal_surface_wind": 0.4706160792628743, "y_impact": 559.7015993016745} +{"apogee": 3135.801819780996, "out_of_rail_stability_margin": 2.7306159364585407, "lateral_surface_wind": -3.040166107172743, "impact_velocity": -5.4330695307091705, "x_impact": 894.6151999895586, "max_mach_number": 0.7780873199235733, "out_of_rail_time": 0.36928178303088344, "apogee_y": 550.258888825213, "out_of_rail_velocity": 24.74315393100348, "apogee_x": 283.41562336586117, "initial_stability_margin": 2.6541762434178686, "t_final": 287.45747199385517, "apogee_time": 24.88994469115797, "frontal_surface_wind": 0.5989083669600526, "y_impact": 148.55848011614694} +{"apogee": 3407.377465446408, "out_of_rail_stability_margin": 2.563984308290287, "lateral_surface_wind": -0.7411015071930224, "impact_velocity": -5.445771148231535, "x_impact": 669.5475974631042, "max_mach_number": 0.8224101054694901, "out_of_rail_time": 0.3606586332581472, "apogee_y": 332.13953179636513, "out_of_rail_velocity": 25.517942330228205, "apogee_x": 302.0972110667738, "initial_stability_margin": 2.4898873696770543, "t_final": 298.10205129117884, "apogee_time": 25.803669591486223, "frontal_surface_wind": 0.8368616295691116, "y_impact": 462.22666257988726} +{"apogee": 3983.0568251639947, "out_of_rail_stability_margin": 2.6942228931784973, "lateral_surface_wind": -1.5690723506411874, "impact_velocity": -5.532424545590278, "x_impact": 884.0943791776308, "max_mach_number": 0.9256135136509137, "out_of_rail_time": 0.34175149551599193, "apogee_y": 421.45814789224426, "out_of_rail_velocity": 27.19732513439289, "apogee_x": 280.7277166630195, "initial_stability_margin": 2.6257702840500334, "t_final": 324.06555266695904, "apogee_time": 27.598163253602337, "frontal_surface_wind": 1.0256812241861635, "y_impact": 412.2223603749113} +{"apogee": 4462.723990817371, "out_of_rail_stability_margin": 2.698312934579127, "lateral_surface_wind": -2.094624329900476, "impact_velocity": -5.538106227711797, "x_impact": 1198.4581971679174, "max_mach_number": 1.054527972519132, "out_of_rail_time": 0.32128238444503404, "apogee_y": 627.0055789329117, "out_of_rail_velocity": 29.40461751666752, "apogee_x": 519.086600494295, "initial_stability_margin": 2.633296963695565, "t_final": 348.6567059802729, "apogee_time": 28.75824814606502, "frontal_surface_wind": 1.3419349717493723, "y_impact": 500.8377861134759} +{"apogee": 3147.9107688877066, "out_of_rail_stability_margin": 2.6202498165470782, "lateral_surface_wind": -1.4982724914561971, "impact_velocity": -5.469087284048806, "x_impact": 785.6946337734986, "max_mach_number": 0.7737829019776397, "out_of_rail_time": 0.369195930992054, "apogee_y": 358.27174362047606, "out_of_rail_velocity": 24.737796741708312, "apogee_x": 286.97727367164515, "initial_stability_margin": 2.5449954441552745, "t_final": 288.91469390388653, "apogee_time": 24.94379272799145, "frontal_surface_wind": 1.1265831334350462, "y_impact": 347.0794681394072} +{"apogee": 3801.87195519979, "out_of_rail_stability_margin": 2.76566817713078, "lateral_surface_wind": -1.5024589155375354, "impact_velocity": -5.5106939017749745, "x_impact": 861.2433339504079, "max_mach_number": 0.8978474983500995, "out_of_rail_time": 0.346896535250737, "apogee_y": 376.9402033612629, "out_of_rail_velocity": 26.71054300692878, "apogee_x": 282.64519459680224, "initial_stability_margin": 2.693141143467217, "t_final": 312.16846468659276, "apogee_time": 26.99725676064384, "frontal_surface_wind": 1.1209938547184197, "y_impact": 365.49994324670257} +{"apogee": 3164.0827423346336, "out_of_rail_stability_margin": 2.8064076120589116, "lateral_surface_wind": -2.1046819193025246, "impact_velocity": -5.365069284844938, "x_impact": 963.6871841925565, "max_mach_number": 0.7856066807608304, "out_of_rail_time": 0.36729673566504667, "apogee_y": 470.26643645812845, "out_of_rail_velocity": 24.913079608170467, "apogee_x": 340.18208236492933, "initial_stability_margin": 2.730806518505269, "t_final": 293.4677769941122, "apogee_time": 24.940617090451333, "frontal_surface_wind": 1.0088244179898251, "y_impact": 355.011537414641} +{"apogee": 3836.310158687161, "out_of_rail_stability_margin": 2.705754611641561, "lateral_surface_wind": -2.1000558054948706, "impact_velocity": -5.473813548366356, "x_impact": 970.1399454117151, "max_mach_number": 0.9065820555876628, "out_of_rail_time": 0.3446414955020346, "apogee_y": 451.3990184565708, "out_of_rail_velocity": 26.88211618596119, "apogee_x": 314.97229659299484, "initial_stability_margin": 2.6365948011717175, "t_final": 324.783313159804, "apogee_time": 27.097965320198387, "frontal_surface_wind": 1.1020961483371936, "y_impact": 141.59062663973026} +{"apogee": 4146.191288026617, "out_of_rail_stability_margin": 2.7109228803045733, "lateral_surface_wind": -1.1646756963506315, "impact_velocity": -5.360132426946435, "x_impact": 1041.4611045267409, "max_mach_number": 0.9895574583485298, "out_of_rail_time": 0.33115855322500076, "apogee_y": 519.1311391381471, "out_of_rail_velocity": 28.318586811747434, "apogee_x": 489.04664129702627, "initial_stability_margin": 2.6442364162602265, "t_final": 331.16193583352515, "apogee_time": 27.84170822228904, "frontal_surface_wind": 0.3977919568061752, "y_impact": 548.4905672946153} +{"apogee": 2813.039458814013, "out_of_rail_stability_margin": 2.7226983920932946, "lateral_surface_wind": -0.62302221024699, "impact_velocity": -5.587246523361042, "x_impact": 484.67516798856855, "max_mach_number": 0.7106480617077988, "out_of_rail_time": 0.38312688359230884, "apogee_y": 332.3276472852437, "out_of_rail_velocity": 23.660309746416534, "apogee_x": 395.1879008255587, "initial_stability_margin": 2.64640311017261, "t_final": 264.15604472715097, "apogee_time": 23.824097473395792, "frontal_surface_wind": -0.7177013615495731, "y_impact": 320.30811890355227} +{"apogee": 4067.2546144328344, "out_of_rail_stability_margin": 2.7343270492665877, "lateral_surface_wind": -2.1442344140134773, "impact_velocity": -5.427940917185044, "x_impact": 1113.0167773920411, "max_mach_number": 0.9669495956526778, "out_of_rail_time": 0.3350781664549569, "apogee_y": 583.5734446004773, "out_of_rail_velocity": 27.901868030298857, "apogee_x": 428.49355875372, "initial_stability_margin": 2.6663623325656998, "t_final": 344.9534180440594, "apogee_time": 27.667820554548044, "frontal_surface_wind": 0.7878749205570892, "y_impact": 460.45993592730906} +{"apogee": 3277.0632657099054, "out_of_rail_stability_margin": 2.7678916507215816, "lateral_surface_wind": -1.3584040517687135, "impact_velocity": -5.463619127950107, "x_impact": 629.6576831909755, "max_mach_number": 0.7944920060312353, "out_of_rail_time": 0.3650022839773337, "apogee_y": 310.96442735686765, "out_of_rail_velocity": 25.118302428620346, "apogee_x": 206.82070898059487, "initial_stability_margin": 2.694951423024861, "t_final": 294.34130013883225, "apogee_time": 25.385690163158287, "frontal_surface_wind": 0.6155920920787783, "y_impact": 212.25914892435614} +{"apogee": 2522.0536040637603, "out_of_rail_stability_margin": 2.6880142910237956, "lateral_surface_wind": -1.3600539375875869, "impact_velocity": -5.489328858701227, "x_impact": 636.6713227430739, "max_mach_number": 0.6568192876756641, "out_of_rail_time": 0.39573474852559315, "apogee_y": 387.3180233055353, "out_of_rail_velocity": 22.760249189716713, "apogee_x": 355.1041494968662, "initial_stability_margin": 2.608890800736639, "t_final": 247.85195773977154, "apogee_time": 22.697095492029703, "frontal_surface_wind": 0.628301948601985, "y_impact": 319.90957710262376} +{"apogee": 2796.601749851403, "out_of_rail_stability_margin": 2.6316124832146803, "lateral_surface_wind": -2.1568719070527145, "impact_velocity": -5.326193106959522, "x_impact": 867.9858313223662, "max_mach_number": 0.7179149538853747, "out_of_rail_time": 0.3812277491247187, "apogee_y": 469.69386901422655, "out_of_rail_velocity": 23.7916320027303, "apogee_x": 310.95691791151364, "initial_stability_margin": 2.553587780661674, "t_final": 276.63559511905544, "apogee_time": 23.645435130615652, "frontal_surface_wind": 0.8918050596056608, "y_impact": 367.6282635426478} +{"apogee": 2170.916447390619, "out_of_rail_stability_margin": 2.6503670064760154, "lateral_surface_wind": -1.8662505652432273, "impact_velocity": -5.345686868987843, "x_impact": 474.10713394555563, "max_mach_number": 0.5896377041520776, "out_of_rail_time": 0.4144670366645525, "apogee_y": 258.9138634774745, "out_of_rail_velocity": 21.535989095234292, "apogee_x": 138.30162344398593, "initial_stability_margin": 2.5668663497670914, "t_final": 232.6780340400956, "apogee_time": 21.227362273248087, "frontal_surface_wind": 0.8894541760638248, "y_impact": 163.06879787209033} +{"apogee": 2609.4903671833104, "out_of_rail_stability_margin": 2.7386610784528496, "lateral_surface_wind": -1.9675327713042192, "impact_velocity": -5.481913798890872, "x_impact": 678.502439271531, "max_mach_number": 0.6723860446689757, "out_of_rail_time": 0.39235259090319613, "apogee_y": 364.5788231983942, "out_of_rail_velocity": 23.037724600143786, "apogee_x": 250.03065630542062, "initial_stability_margin": 2.6623712999406957, "t_final": 248.6811727098161, "apogee_time": 23.04758421039854, "frontal_surface_wind": 0.7295419707653411, "y_impact": 280.14570162077075} +{"apogee": 3729.252853085155, "out_of_rail_stability_margin": 2.7350304751867247, "lateral_surface_wind": -0.4014097482214125, "impact_velocity": -5.406382274513911, "x_impact": 1095.136361390486, "max_mach_number": 0.8981921258417648, "out_of_rail_time": 0.3463219368355455, "apogee_y": 577.4966301277414, "out_of_rail_velocity": 26.78218537692759, "apogee_x": 723.6934576824436, "initial_stability_margin": 2.6665498878669234, "t_final": 315.68207255941036, "apogee_time": 26.720941570880743, "frontal_surface_wind": 0.2327340813508803, "y_impact": 891.3908446272623} +{"apogee": 3781.7916183023112, "out_of_rail_stability_margin": 2.5510592255191096, "lateral_surface_wind": -2.6004452943989294, "impact_velocity": -5.246151149588254, "x_impact": 1319.370343051796, "max_mach_number": 0.9173615062797686, "out_of_rail_time": 0.3427632514493665, "apogee_y": 647.4603102205476, "out_of_rail_velocity": 27.141742209153364, "apogee_x": 490.6444508316383, "initial_stability_margin": 2.48215131702343, "t_final": 328.59502074326184, "apogee_time": 26.763090403126196, "frontal_surface_wind": 0.9565079394769933, "y_impact": 366.0046215047295} +{"apogee": 2994.5030618508617, "out_of_rail_stability_margin": 2.764730506630687, "lateral_surface_wind": -1.9652235022292244, "impact_velocity": -5.4726363149966675, "x_impact": 850.5897942635045, "max_mach_number": 0.7466198899690131, "out_of_rail_time": 0.3753172546357019, "apogee_y": 426.6310671736968, "out_of_rail_velocity": 24.295101356249493, "apogee_x": 310.5646620574168, "initial_stability_margin": 2.6916661783170577, "t_final": 280.3310474653499, "apogee_time": 24.440968021283666, "frontal_surface_wind": 0.8027760665938611, "y_impact": 254.42765820393532} +{"apogee": 3399.3072531305843, "out_of_rail_stability_margin": 2.674808606096017, "lateral_surface_wind": -2.6749777131997363, "impact_velocity": -5.5684240252824715, "x_impact": 865.2951629847743, "max_mach_number": 0.8211658312324825, "out_of_rail_time": 0.3608393002869218, "apogee_y": 577.0602147655344, "out_of_rail_velocity": 25.45107085291179, "apogee_x": 394.7706344582744, "initial_stability_margin": 2.6009106425516344, "t_final": 293.3019733230526, "apogee_time": 25.822983327423124, "frontal_surface_wind": 0.29422286374084505, "y_impact": 196.25717145711903} +{"apogee": 3634.791409418756, "out_of_rail_stability_margin": 2.68057439900698, "lateral_surface_wind": -2.9828956734423597, "impact_velocity": -5.3623882289462514, "x_impact": 1012.0196868112735, "max_mach_number": 0.8778278105038368, "out_of_rail_time": 0.3502091156990179, "apogee_y": 522.2828816251231, "out_of_rail_velocity": 26.401903079752227, "apogee_x": 302.01385213470104, "initial_stability_margin": 2.6089964630086477, "t_final": 319.19797194496965, "apogee_time": 26.42524423585448, "frontal_surface_wind": 0.8388292988299102, "y_impact": 33.99960913595452} +{"apogee": 4161.314472007369, "out_of_rail_stability_margin": 2.6142149512576545, "lateral_surface_wind": -1.3259042572245234, "impact_velocity": -5.478093610043111, "x_impact": 924.3214008105937, "max_mach_number": 0.9796960052330868, "out_of_rail_time": 0.33311398730028374, "apogee_y": 458.29034351054514, "out_of_rail_velocity": 28.09869421568271, "apogee_x": 396.2077650532992, "initial_stability_margin": 2.548066916227466, "t_final": 353.0218026870945, "apogee_time": 27.99879663008758, "frontal_surface_wind": 0.5052101194383324, "y_impact": 67.33292554892265} +{"apogee": 3726.4283236855317, "out_of_rail_stability_margin": 2.6413291005826722, "lateral_surface_wind": -2.147187942185932, "impact_velocity": -5.360352293969885, "x_impact": 939.9649330157287, "max_mach_number": 0.895467762551351, "out_of_rail_time": 0.3472570152742427, "apogee_y": 569.5697857055757, "out_of_rail_velocity": 26.698893551012908, "apogee_x": 391.1872531895077, "initial_stability_margin": 2.5684604409546052, "t_final": 320.8488053179028, "apogee_time": 26.686494548477324, "frontal_surface_wind": 0.7637226489079102, "y_impact": 245.45212745524825} +{"apogee": 3617.8873474955612, "out_of_rail_stability_margin": 2.81736397142028, "lateral_surface_wind": -2.043506174655085, "impact_velocity": -5.431688102989366, "x_impact": 1041.8125376116977, "max_mach_number": 0.8668742772536561, "out_of_rail_time": 0.35217210887338596, "apogee_y": 524.2639869064203, "out_of_rail_velocity": 26.217020785883207, "apogee_x": 432.0878923631003, "initial_stability_margin": 2.7448300695474472, "t_final": 302.8350292290109, "apogee_time": 26.443474805547737, "frontal_surface_wind": 0.5007925492570534, "y_impact": 225.47599516811482} +{"apogee": 3725.668916950127, "out_of_rail_stability_margin": 2.5914738391041325, "lateral_surface_wind": -1.3486907140181241, "impact_velocity": -5.32568806804298, "x_impact": 1051.1476213816031, "max_mach_number": 0.897842893405372, "out_of_rail_time": 0.3463732413230441, "apogee_y": 536.1487281540047, "out_of_rail_velocity": 26.78179099087123, "apogee_x": 507.6379619719872, "initial_stability_margin": 2.519866817045718, "t_final": 319.71021372177364, "apogee_time": 26.655164273904408, "frontal_surface_wind": 0.6365913521348422, "y_impact": 447.10587466595973} +{"apogee": 2960.208999147085, "out_of_rail_stability_margin": 2.5936119268068665, "lateral_surface_wind": -1.5082257265915044, "impact_velocity": -5.554398396217657, "x_impact": 876.1097269555772, "max_mach_number": 0.7394302255463262, "out_of_rail_time": 0.3776622776450934, "apogee_y": 441.27548483791895, "out_of_rail_velocity": 24.142213537291806, "apogee_x": 399.7090863019405, "initial_stability_margin": 2.5153033891944756, "t_final": 270.4873595946967, "apogee_time": 24.322886462723194, "frontal_surface_wind": 1.1132228765356094, "y_impact": 451.74158083488516} +{"apogee": 3530.72825642668, "out_of_rail_stability_margin": 2.7047597325320876, "lateral_surface_wind": -1.2037086889264712, "impact_velocity": -5.589910234081092, "x_impact": 1066.0141396558556, "max_mach_number": 0.8408281074992635, "out_of_rail_time": 0.3561686880976035, "apogee_y": 540.9808110110907, "out_of_rail_velocity": 25.86024033891004, "apogee_x": 490.7244950180162, "initial_stability_margin": 2.6353230489881896, "t_final": 299.0304728077151, "apogee_time": 26.26949435975381, "frontal_surface_wind": 1.1512025913433104, "y_impact": 705.4257336522646} +{"apogee": 3591.65520773521, "out_of_rail_stability_margin": 2.6283538524798717, "lateral_surface_wind": -1.8068375784127593, "impact_velocity": -5.625273127457115, "x_impact": 989.110585274033, "max_mach_number": 0.85090862441932, "out_of_rail_time": 0.35461797917899673, "apogee_y": 440.3567312350972, "out_of_rail_velocity": 26.0098936156996, "apogee_x": 375.41170866247, "initial_stability_margin": 2.5582919308241006, "t_final": 311.3700898639105, "apogee_time": 26.45207240471021, "frontal_surface_wind": 1.0046680391171796, "y_impact": 364.28621228293173} +{"apogee": 3322.2717025912384, "out_of_rail_stability_margin": 2.6567524973211363, "lateral_surface_wind": -2.146717658906056, "impact_velocity": -5.357003967663081, "x_impact": 845.2535279578717, "max_mach_number": 0.8127027281022686, "out_of_rail_time": 0.361457676075643, "apogee_y": 432.2178865131761, "out_of_rail_velocity": 25.368152388728504, "apogee_x": 269.0027615799483, "initial_stability_margin": 2.583372113645621, "t_final": 295.674813808139, "apogee_time": 25.46643116178481, "frontal_surface_wind": 1.0081932351058946, "y_impact": 186.7571310673987} +{"apogee": 2873.8582588632066, "out_of_rail_stability_margin": 2.7150795224053486, "lateral_surface_wind": -1.3682280390275232, "impact_velocity": -5.474032120563676, "x_impact": 641.6918488833916, "max_mach_number": 0.7228871922540175, "out_of_rail_time": 0.38043100766299454, "apogee_y": 373.0935159697251, "out_of_rail_velocity": 23.842375117677506, "apogee_x": 284.6705299031857, "initial_stability_margin": 2.6352707537737605, "t_final": 264.9043255641606, "apogee_time": 23.9949749913589, "frontal_surface_wind": 0.5934367909984035, "y_impact": 312.8147900338189} +{"apogee": 4112.635879123388, "out_of_rail_stability_margin": 2.647171838369194, "lateral_surface_wind": -2.123326408331342, "impact_velocity": -5.345613672261334, "x_impact": 1102.9918743156734, "max_mach_number": 0.984512177578156, "out_of_rail_time": 0.3324403711917252, "apogee_y": 524.1424172302184, "out_of_rail_velocity": 28.19208272685652, "apogee_x": 393.22270120215484, "initial_stability_margin": 2.5777121798617157, "t_final": 343.91256161391345, "apogee_time": 27.72211153096282, "frontal_surface_wind": 1.056567683612891, "y_impact": 190.4856112558415} +{"apogee": 1793.8965439806545, "out_of_rail_stability_margin": 2.6881965649855606, "lateral_surface_wind": -1.4987492614951137, "impact_velocity": -5.460383617635399, "x_impact": 617.7851533684967, "max_mach_number": 0.5165760153903325, "out_of_rail_time": 0.440059058988424, "apogee_y": 307.06132689530625, "out_of_rail_velocity": 20.121872631998432, "apogee_x": 276.4717522689542, "initial_stability_margin": 2.596109579417932, "t_final": 210.6376602945744, "apogee_time": 19.531966021898917, "frontal_surface_wind": 1.1259487849642804, "y_impact": 301.1643810823489} +{"apogee": 3869.265765463624, "out_of_rail_stability_margin": 2.6829801269628137, "lateral_surface_wind": -0.40598563044589664, "impact_velocity": -5.381210299236213, "x_impact": 604.1121402808504, "max_mach_number": 0.916815136258669, "out_of_rail_time": 0.34353033650372683, "apogee_y": 272.24806305538806, "out_of_rail_velocity": 27.091048678316575, "apogee_x": 290.78256682407005, "initial_stability_margin": 2.6155182486842903, "t_final": 323.41891006904905, "apogee_time": 27.141688526416118, "frontal_surface_wind": 0.2246566412569721, "y_impact": 548.2227316530713} +{"apogee": 2996.0575839629782, "out_of_rail_stability_margin": 2.921015151773172, "lateral_surface_wind": -2.1271233632438395, "impact_velocity": -5.55424184502566, "x_impact": 723.5734961551692, "max_mach_number": 0.7426763621623585, "out_of_rail_time": 0.37600593408274424, "apogee_y": 402.8010949992069, "out_of_rail_velocity": 24.24295826348498, "apogee_x": 246.15233214323604, "initial_stability_margin": 2.8486359400860457, "t_final": 274.7131613703199, "apogee_time": 24.475308759151986, "frontal_surface_wind": 0.8329671723572163, "y_impact": 273.98665243372733} +{"apogee": 4191.4153288781945, "out_of_rail_stability_margin": 2.749396737033161, "lateral_surface_wind": -3.075220408677242, "impact_velocity": -5.473250663431849, "x_impact": 1130.6469009440877, "max_mach_number": 0.986391876417744, "out_of_rail_time": 0.33107456588092016, "apogee_y": 634.1447603970468, "out_of_rail_velocity": 28.35304294400188, "apogee_x": 341.42058965498757, "initial_stability_margin": 2.688084295910633, "t_final": 342.4839075099012, "apogee_time": 28.075839277645567, "frontal_surface_wind": 1.0093611758737888, "y_impact": 339.7146426633115} +{"apogee": 2558.0243397596855, "out_of_rail_stability_margin": 2.7034482229933547, "lateral_surface_wind": -2.1205839451430366, "impact_velocity": -5.45155673594888, "x_impact": 649.8013557179542, "max_mach_number": 0.6637553793288717, "out_of_rail_time": 0.3945703734334349, "apogee_y": 364.3911718168291, "out_of_rail_velocity": 22.84090066592547, "apogee_x": 234.4807129509022, "initial_stability_margin": 2.622709634036918, "t_final": 249.80936265347142, "apogee_time": 22.834571038071324, "frontal_surface_wind": 0.8494773948046851, "y_impact": 227.41449733050362} +{"apogee": 2769.716524666348, "out_of_rail_stability_margin": 2.7174309553996343, "lateral_surface_wind": -1.6047042054659202, "impact_velocity": -5.393562251252151, "x_impact": 762.4009928009158, "max_mach_number": 0.7042809291066192, "out_of_rail_time": 0.3840512206285589, "apogee_y": 365.50638919404304, "out_of_rail_velocity": 23.56638204778035, "apogee_x": 316.07093355189215, "initial_stability_margin": 2.640193984569905, "t_final": 271.4219835394987, "apogee_time": 23.620142636210755, "frontal_surface_wind": 0.9213416417271266, "y_impact": 373.39668172231995} +{"apogee": 4158.700254643366, "out_of_rail_stability_margin": 2.6083634931051125, "lateral_surface_wind": -0.7034947726965202, "impact_velocity": -5.497146638539589, "x_impact": 748.9521547964614, "max_mach_number": 0.96850387146986, "out_of_rail_time": 0.3352333545191437, "apogee_y": 292.56440119876106, "out_of_rail_velocity": 27.91624326095534, "apogee_x": 277.70781954005946, "initial_stability_margin": 2.540877672237661, "t_final": 337.22433471379395, "apogee_time": 28.037219666952883, "frontal_surface_wind": 0.868713955106921, "y_impact": 440.3560567048843} +{"apogee": 3633.2417411226925, "out_of_rail_stability_margin": 2.694025210888181, "lateral_surface_wind": -1.173312690237045, "impact_velocity": -5.5094449963573595, "x_impact": 780.269782815304, "max_mach_number": 0.8643698015590311, "out_of_rail_time": 0.3520658717387804, "apogee_y": 394.5380010016601, "out_of_rail_velocity": 26.24387940377113, "apogee_x": 316.66263389465615, "initial_stability_margin": 2.624657607935988, "t_final": 317.3702830410045, "apogee_time": 26.51540855767373, "frontal_surface_wind": 0.37154441120574383, "y_impact": 406.45279246149454} +{"apogee": 3575.875668007658, "out_of_rail_stability_margin": 2.756487761823284, "lateral_surface_wind": -3.034914201379365, "impact_velocity": -5.3974640275963495, "x_impact": 1059.1658446330596, "max_mach_number": 0.8619692538230143, "out_of_rail_time": 0.35283781502816997, "apogee_y": 624.2554598889344, "out_of_rail_velocity": 26.182713110374646, "apogee_x": 360.13827491548983, "initial_stability_margin": 2.686883304404406, "t_final": 312.12001789775724, "apogee_time": 26.301916901161416, "frontal_surface_wind": 0.6249775847840298, "y_impact": 163.7626965773128} +{"apogee": 3933.7070551088586, "out_of_rail_stability_margin": 2.7310276596583383, "lateral_surface_wind": -2.1049538600748354, "impact_velocity": -5.417119344493658, "x_impact": 1317.249385263497, "max_mach_number": 0.9382714376063733, "out_of_rail_time": 0.3387513711529129, "apogee_y": 653.3625585992986, "out_of_rail_velocity": 27.521830368292516, "apogee_x": 602.043535143829, "initial_stability_margin": 2.667099763287679, "t_final": 334.0127104215851, "apogee_time": 27.3003050498051, "frontal_surface_wind": 1.0927120175638398, "y_impact": 351.8345952835482} +{"apogee": 4769.874178224256, "out_of_rail_stability_margin": 2.7122790166417063, "lateral_surface_wind": -1.3443242128207515, "impact_velocity": -5.541436520934885, "x_impact": 1260.2689361987846, "max_mach_number": 1.1425952399234922, "out_of_rail_time": 0.309949956620437, "apogee_y": 702.8087380699187, "out_of_rail_velocity": 30.841135277640202, "apogee_x": 643.7199539819132, "initial_stability_margin": 2.650197728329413, "t_final": 369.4246652987258, "apogee_time": 29.465123177387024, "frontal_surface_wind": 0.4539292620363625, "y_impact": 315.4388409739498} +{"apogee": 2568.4480097665382, "out_of_rail_stability_margin": 2.7966867639345088, "lateral_surface_wind": -2.1387751119699807, "impact_velocity": -5.4668654254196705, "x_impact": 652.8333332612206, "max_mach_number": 0.6637649944063031, "out_of_rail_time": 0.3942364524333866, "apogee_y": 353.27295146013535, "out_of_rail_velocity": 22.857766971324878, "apogee_x": 202.57214043057715, "initial_stability_margin": 2.717292620706771, "t_final": 252.21044310167355, "apogee_time": 22.88958054387211, "frontal_surface_wind": 1.024934791481967, "y_impact": 180.64475501049495} +{"apogee": 3618.5792979624694, "out_of_rail_stability_margin": 2.536902939233843, "lateral_surface_wind": -1.1527695664885838, "impact_velocity": -5.549447764785973, "x_impact": 867.8384207496396, "max_mach_number": 0.8603762563013989, "out_of_rail_time": 0.3533688150299525, "apogee_y": 420.2107819473202, "out_of_rail_velocity": 26.102597700528747, "apogee_x": 398.25242163519283, "initial_stability_margin": 2.4641234965506955, "t_final": 313.5524115630011, "apogee_time": 26.498151877375445, "frontal_surface_wind": 0.43108032331253215, "y_impact": 436.08520043295977} +{"apogee": 2876.1696342633163, "out_of_rail_stability_margin": 2.6273737354434474, "lateral_surface_wind": -1.3679812645777487, "impact_velocity": -5.40345094287487, "x_impact": 909.2420566150671, "max_mach_number": 0.731976761324282, "out_of_rail_time": 0.37831437902001774, "apogee_y": 548.1099072918973, "out_of_rail_velocity": 24.047269369844884, "apogee_x": 543.7363394848204, "initial_stability_margin": 2.5497384610172444, "t_final": 267.1489856259949, "apogee_time": 23.96204280877443, "frontal_surface_wind": 0.6108496636070246, "y_impact": 487.7785968891974} +{"apogee": 3514.1851816262956, "out_of_rail_stability_margin": 2.5401183559892084, "lateral_surface_wind": -1.508216304914279, "impact_velocity": -5.356126067450565, "x_impact": 1021.0001691136578, "max_mach_number": 0.8519960392286877, "out_of_rail_time": 0.35480377069110247, "apogee_y": 484.77159850712263, "out_of_rail_velocity": 26.05109780924695, "apogee_x": 445.28433942649946, "initial_stability_margin": 2.468368646010505, "t_final": 302.59953236619356, "apogee_time": 26.054439523282756, "frontal_surface_wind": 1.1132356411763895, "y_impact": 489.027799429296} +{"apogee": 4252.69834782323, "out_of_rail_stability_margin": 2.516930514235283, "lateral_surface_wind": -1.3324478367584904, "impact_velocity": -5.320512898763755, "x_impact": 889.7821753396402, "max_mach_number": 1.0219442846258027, "out_of_rail_time": 0.3266874953089428, "apogee_y": 449.39580841099036, "out_of_rail_velocity": 28.80674885902212, "apogee_x": 378.08573245974816, "initial_stability_margin": 2.4485784129646175, "t_final": 341.586535619415, "apogee_time": 28.082433916030944, "frontal_surface_wind": 0.4876906052269504, "y_impact": 88.78634602870386} +{"apogee": 3545.8503462059457, "out_of_rail_stability_margin": 2.79476565425183, "lateral_surface_wind": -2.200270629073347, "impact_velocity": -5.424727431016982, "x_impact": 863.3064451229483, "max_mach_number": 0.8499793279147341, "out_of_rail_time": 0.3548350760708775, "apogee_y": 535.802120719394, "out_of_rail_velocity": 25.979283009487332, "apogee_x": 297.0202522190197, "initial_stability_margin": 2.72339756546828, "t_final": 301.4426389701255, "apogee_time": 26.244335397778748, "frontal_surface_wind": 0.6142452861192668, "y_impact": 429.36037658368554} +{"apogee": 2179.6998619938254, "out_of_rail_stability_margin": 2.689977449190911, "lateral_surface_wind": -1.9448116046579638, "impact_velocity": -5.322051110490142, "x_impact": 446.2639272605247, "max_mach_number": 0.592704650670152, "out_of_rail_time": 0.41415197999793174, "apogee_y": 219.87451932741865, "out_of_rail_velocity": 21.556292032677185, "apogee_x": 91.10224791266724, "initial_stability_margin": 2.6046133989250215, "t_final": 238.79694035863818, "apogee_time": 21.244343875675202, "frontal_surface_wind": 0.7881145320649502, "y_impact": 97.77514613548547} +{"apogee": 2377.413611570715, "out_of_rail_stability_margin": 2.69185066438992, "lateral_surface_wind": -1.3561069956389227, "impact_velocity": -5.333509974517939, "x_impact": 675.9035316073529, "max_mach_number": 0.6348053945618459, "out_of_rail_time": 0.40224136666745186, "apogee_y": 410.50052804811446, "out_of_rail_velocity": 22.397459625711054, "apogee_x": 398.8995901171322, "initial_stability_margin": 2.609765271662973, "t_final": 247.40318678853077, "apogee_time": 22.068671796756135, "frontal_surface_wind": 0.6367761523045019, "y_impact": 343.70878997627017} +{"apogee": 2818.921991814375, "out_of_rail_stability_margin": 2.604855276620794, "lateral_surface_wind": -0.40490695454719083, "impact_velocity": -5.314477142743619, "x_impact": 699.0228900240476, "max_mach_number": 0.7252653229708812, "out_of_rail_time": 0.380398041210648, "apogee_y": 368.1967641814721, "out_of_rail_velocity": 23.866358817432197, "apogee_x": 434.069335431782, "initial_stability_margin": 2.523718976985802, "t_final": 267.29207002115425, "apogee_time": 23.695801827452122, "frontal_surface_wind": 0.22659500601013954, "y_impact": 562.4629054058936} +{"apogee": 3364.837879655626, "out_of_rail_stability_margin": 2.6218307448455196, "lateral_surface_wind": -1.5144339031201879, "impact_velocity": -5.378738824979213, "x_impact": 969.6937367715785, "max_mach_number": 0.8202624941012602, "out_of_rail_time": 0.3599925357168484, "apogee_y": 461.5131846242516, "out_of_rail_velocity": 25.522962488302774, "apogee_x": 407.69431667781424, "initial_stability_margin": 2.54923636113554, "t_final": 305.0907525227973, "apogee_time": 25.612225756918576, "frontal_surface_wind": 1.104762403539712, "y_impact": 458.67199629289286} +{"apogee": 3135.5856442498043, "out_of_rail_stability_margin": 2.6402906645788895, "lateral_surface_wind": -1.1573864529679172, "impact_velocity": -5.414788146581615, "x_impact": 841.0211666546297, "max_mach_number": 0.778761918622773, "out_of_rail_time": 0.3685408469455423, "apogee_y": 456.8927995499024, "out_of_rail_velocity": 24.79213842363273, "apogee_x": 447.0916930972839, "initial_stability_margin": 2.5644146023868277, "t_final": 285.9266626450564, "apogee_time": 24.8667918671325, "frontal_surface_wind": 0.41852660256650065, "y_impact": 473.78659309570486} +{"apogee": 3353.752079224192, "out_of_rail_stability_margin": 2.6593600483156212, "lateral_surface_wind": -0.6977211417327058, "impact_velocity": -5.358969482142454, "x_impact": 943.3191682313961, "max_mach_number": 0.8265799589432343, "out_of_rail_time": 0.3588762705933666, "apogee_y": 471.83083798833644, "out_of_rail_velocity": 25.629531087668525, "apogee_x": 534.7773811019074, "initial_stability_margin": 2.5873739312849566, "t_final": 307.07569716829374, "apogee_time": 25.520772958294728, "frontal_surface_wind": 0.8733579102453057, "y_impact": 621.2270983768188} +{"apogee": 3513.597674216388, "out_of_rail_stability_margin": 2.5436955015529836, "lateral_surface_wind": -1.9476850846325848, "impact_velocity": -5.522747400525035, "x_impact": 860.6086072564133, "max_mach_number": 0.8425304519941159, "out_of_rail_time": 0.3571652549862336, "apogee_y": 421.8089023199633, "out_of_rail_velocity": 25.756384517832853, "apogee_x": 254.34239509637675, "initial_stability_margin": 2.4680187173672694, "t_final": 298.0905201966639, "apogee_time": 26.159827888321384, "frontal_surface_wind": 1.3503479029800645, "y_impact": 294.8950658758638} +{"apogee": 3815.297581881627, "out_of_rail_stability_margin": 2.667587947116179, "lateral_surface_wind": -2.163047573936601, "impact_velocity": -5.484342223623769, "x_impact": 957.9255744144755, "max_mach_number": 0.9010942447839609, "out_of_rail_time": 0.34671386690743555, "apogee_y": 468.0225910885679, "out_of_rail_velocity": 26.72321319807944, "apogee_x": 250.21692641104207, "initial_stability_margin": 2.5949070131136387, "t_final": 325.549273624816, "apogee_time": 27.061598965817222, "frontal_surface_wind": 0.8767199556634109, "y_impact": 314.70952703443425} +{"apogee": 3438.653439917355, "out_of_rail_stability_margin": 2.6096773897310666, "lateral_surface_wind": -1.2645406865890942, "impact_velocity": -5.523676128815317, "x_impact": 933.8348887574945, "max_mach_number": 0.8297506796961346, "out_of_rail_time": 0.3587406552388544, "apogee_y": 505.38050965365534, "out_of_rail_velocity": 25.624721884252452, "apogee_x": 390.2081530519339, "initial_stability_margin": 2.535840742818204, "t_final": 294.0482200403205, "apogee_time": 25.90581689635419, "frontal_surface_wind": 1.0840289968785055, "y_impact": 658.9353302605443} +{"apogee": 2580.2318643583385, "out_of_rail_stability_margin": 2.693057565903503, "lateral_surface_wind": -2.3437647094733904, "impact_velocity": -5.588355035449433, "x_impact": 584.280257862454, "max_mach_number": 0.6611858928490363, "out_of_rail_time": 0.3956191437741083, "apogee_y": 310.82866765314225, "out_of_rail_velocity": 22.809056046149937, "apogee_x": 130.07192278374862, "initial_stability_margin": 2.61338711110442, "t_final": 249.9967763976654, "apogee_time": 22.970701020907462, "frontal_surface_wind": 0.9115209667691876, "y_impact": 62.63646568079152} +{"apogee": 3712.2589926471073, "out_of_rail_stability_margin": 2.817315734070351, "lateral_surface_wind": -2.5927733999974825, "impact_velocity": -5.45302776024591, "x_impact": 1026.1618981366219, "max_mach_number": 0.8874011783197828, "out_of_rail_time": 0.34781206089876626, "apogee_y": 570.4114717895948, "out_of_rail_velocity": 26.63015863311614, "apogee_x": 325.9244943971237, "initial_stability_margin": 2.749313159586482, "t_final": 310.5265961171639, "apogee_time": 26.698070706006135, "frontal_surface_wind": 1.0709134666601892, "y_impact": 287.5764742046797} +{"apogee": 2938.231224853095, "out_of_rail_stability_margin": 2.7632716693702983, "lateral_surface_wind": -2.1048202403624616, "impact_velocity": -5.4476091815555865, "x_impact": 813.716636767761, "max_mach_number": 0.738379182805148, "out_of_rail_time": 0.3777352922994397, "apogee_y": 433.3095030514861, "out_of_rail_velocity": 24.13164226025931, "apogee_x": 322.9641674190377, "initial_stability_margin": 2.6860668310996783, "t_final": 276.5225975796076, "apogee_time": 24.213846016801405, "frontal_surface_wind": 0.8878174747340081, "y_impact": 303.72991007241376} +{"apogee": 2390.457223991538, "out_of_rail_stability_margin": 2.726762797288864, "lateral_surface_wind": -1.5304548531093884, "impact_velocity": -5.340717590920271, "x_impact": 696.2525371096194, "max_mach_number": 0.6329143337966259, "out_of_rail_time": 0.4020095216046772, "apogee_y": 312.190305250211, "out_of_rail_velocity": 22.340104550277058, "apogee_x": 231.84623708316755, "initial_stability_margin": 2.646590565312698, "t_final": 244.16130777904345, "apogee_time": 22.141304833970068, "frontal_surface_wind": 1.3518403507965555, "y_impact": 337.392694841489} +{"apogee": 2730.518864499346, "out_of_rail_stability_margin": 2.5803027546025663, "lateral_surface_wind": -2.004596486756901, "impact_velocity": -5.407766859274673, "x_impact": 767.8289152762029, "max_mach_number": 0.7009870620131826, "out_of_rail_time": 0.3848258727358697, "apogee_y": 440.9424457833689, "out_of_rail_velocity": 23.506908438134165, "apogee_x": 303.0687745401323, "initial_stability_margin": 2.5036170676764704, "t_final": 261.33221507589434, "apogee_time": 23.450595445690666, "frontal_surface_wind": 0.6204914330964842, "y_impact": 356.27412767958106} +{"apogee": 2866.29200447246, "out_of_rail_stability_margin": 2.670721414053495, "lateral_surface_wind": -2.5594874235789, "impact_velocity": -5.526186720406701, "x_impact": 684.785749856856, "max_mach_number": 0.7177400399505517, "out_of_rail_time": 0.3811339812153938, "apogee_y": 371.7033424395439, "out_of_rail_velocity": 23.798730645069647, "apogee_x": 152.16634344653846, "initial_stability_margin": 2.5954831878455304, "t_final": 270.3648548760855, "apogee_time": 24.017670166285168, "frontal_surface_wind": 1.1481958392844378, "y_impact": 112.2733118651691} +{"apogee": 2886.009917241941, "out_of_rail_stability_margin": 2.729220378630836, "lateral_surface_wind": -1.091494304675936, "impact_velocity": -5.35117949706156, "x_impact": 736.9586235747271, "max_mach_number": 0.7262242726810563, "out_of_rail_time": 0.37836376924243265, "apogee_y": 298.6425152688729, "out_of_rail_velocity": 23.997878330221404, "apogee_x": 287.62839462691795, "initial_stability_margin": 2.6561387799444858, "t_final": 270.52113872936985, "apogee_time": 24.01685265122101, "frontal_surface_wind": 1.2581026178228196, "y_impact": 385.0833384440818} +{"apogee": 3598.2588715247934, "out_of_rail_stability_margin": 2.683574384759322, "lateral_surface_wind": -1.9591370560244032, "impact_velocity": -5.613518476936223, "x_impact": 805.7266652913834, "max_mach_number": 0.8494252997618481, "out_of_rail_time": 0.35545481975446935, "apogee_y": 381.8988641994662, "out_of_rail_velocity": 25.92206461798819, "apogee_x": 187.13124279599182, "initial_stability_margin": 2.6121145510672172, "t_final": 309.0412300117519, "apogee_time": 26.50360792800026, "frontal_surface_wind": 1.3336786133454082, "y_impact": 239.71253210746895} +{"apogee": 3284.2725202376187, "out_of_rail_stability_margin": 2.8625613168247463, "lateral_surface_wind": -1.13546142230316, "impact_velocity": -5.512621501415474, "x_impact": 708.3998513638761, "max_mach_number": 0.7976198123199858, "out_of_rail_time": 0.3644910388789633, "apogee_y": 281.76216674252873, "out_of_rail_velocity": 25.13207409620346, "apogee_x": 217.20876941470618, "initial_stability_margin": 2.789389268319242, "t_final": 287.23101968031364, "apogee_time": 25.39541283877019, "frontal_surface_wind": 1.2185685752447097, "y_impact": 390.0727036598098} +{"apogee": 3689.9228804983336, "out_of_rail_stability_margin": 2.681145985630792, "lateral_surface_wind": -2.6648837814589417, "impact_velocity": -5.4384139746957745, "x_impact": 847.471789297023, "max_mach_number": 0.8821408185665, "out_of_rail_time": 0.349153970634435, "apogee_y": 526.6151598393726, "out_of_rail_velocity": 26.510572504853556, "apogee_x": 345.3732111231174, "initial_stability_margin": 2.6119241422865467, "t_final": 307.7830786454339, "apogee_time": 26.651032010856444, "frontal_surface_wind": 0.3747896623177396, "y_impact": 114.99356889185805} +{"apogee": 3897.9659515497724, "out_of_rail_stability_margin": 2.8417415697597592, "lateral_surface_wind": -1.148506813272284, "impact_velocity": -5.510481950599732, "x_impact": 831.9609460086259, "max_mach_number": 0.9152748397974665, "out_of_rail_time": 0.34329831698101543, "apogee_y": 374.2505286270213, "out_of_rail_velocity": 27.105008369359226, "apogee_x": 334.39629923384257, "initial_stability_margin": 2.7770021955686803, "t_final": 322.5149766907276, "apogee_time": 27.299284315354065, "frontal_surface_wind": 0.44231212784260976, "y_impact": 385.4803089701574} +{"apogee": 3420.9239559198622, "out_of_rail_stability_margin": 2.4821391252447356, "lateral_surface_wind": -1.9367411305716313, "impact_velocity": -5.341144855011703, "x_impact": 1137.2216760540578, "max_mach_number": 0.8390622447687847, "out_of_rail_time": 0.357533723320088, "apogee_y": 533.6985469971266, "out_of_rail_velocity": 25.726947221010917, "apogee_x": 505.27205227556504, "initial_stability_margin": 2.405636778632817, "t_final": 301.6566431767077, "apogee_time": 25.749346933360826, "frontal_surface_wind": 0.8077440723498738, "y_impact": 436.5705174443919} +{"apogee": 3069.0910838128066, "out_of_rail_stability_margin": 2.5235998348250974, "lateral_surface_wind": -1.9355654221411147, "impact_velocity": -5.362251271424237, "x_impact": 813.6923779267415, "max_mach_number": 0.7647731739867464, "out_of_rail_time": 0.37287097140557657, "apogee_y": 404.0996860812279, "out_of_rail_velocity": 24.538637246402363, "apogee_x": 244.9831072740917, "initial_stability_margin": 2.4436857738417648, "t_final": 292.6051499979932, "apogee_time": 24.634508449209402, "frontal_surface_wind": 1.1995954070165107, "y_impact": 256.1971072148864} +{"apogee": 2917.027901696048, "out_of_rail_stability_margin": 2.661910404907422, "lateral_surface_wind": -2.0065205155712222, "impact_velocity": -5.390559699337108, "x_impact": 710.7041398288154, "max_mach_number": 0.7344575314502942, "out_of_rail_time": 0.3784288213403012, "apogee_y": 378.92462049763196, "out_of_rail_velocity": 24.057434383265573, "apogee_x": 210.543029342709, "initial_stability_margin": 2.585199371075563, "t_final": 274.8975272584895, "apogee_time": 24.12959816102479, "frontal_surface_wind": 0.6931293150645171, "y_impact": 209.43702473175443} +{"apogee": 3638.7429118634104, "out_of_rail_stability_margin": 2.7373192842018823, "lateral_surface_wind": -2.6394458271781227, "impact_velocity": -5.456348655719209, "x_impact": 1124.8779668771313, "max_mach_number": 0.873228641736863, "out_of_rail_time": 0.35007033254451847, "apogee_y": 596.3181753227084, "out_of_rail_velocity": 26.419155004210214, "apogee_x": 359.517221118185, "initial_stability_margin": 2.668947046063697, "t_final": 313.87917619873616, "apogee_time": 26.474744980121088, "frontal_surface_wind": 0.8429406223667579, "y_impact": 322.2331688688645} +{"apogee": 3649.144622540314, "out_of_rail_stability_margin": 2.597109340380024, "lateral_surface_wind": -0.41101933209479435, "impact_velocity": -5.486985714589715, "x_impact": 785.6614149450513, "max_mach_number": 0.8716399976876985, "out_of_rail_time": 0.35155234424737686, "apogee_y": 418.60877715299466, "out_of_rail_velocity": 26.281947843864316, "apogee_x": 461.82513083058234, "initial_stability_margin": 2.5244269537323603, "t_final": 312.0068411521053, "apogee_time": 26.550517078210913, "frontal_surface_wind": 0.215309189849772, "y_impact": 702.4851995284079} +{"apogee": 2790.0768950565143, "out_of_rail_stability_margin": 2.621166119528607, "lateral_surface_wind": -0.5691951709399923, "impact_velocity": -5.351289773246691, "x_impact": 656.2096274950306, "max_mach_number": 0.720932036251453, "out_of_rail_time": 0.38135375407270056, "apogee_y": 498.65760705687495, "out_of_rail_velocity": 23.763749845040483, "apogee_x": 552.0677238513837, "initial_stability_margin": 2.540494297511428, "t_final": 276.5028551049269, "apogee_time": 23.62234689174047, "frontal_surface_wind": -0.7610970872429802, "y_impact": 500.42521074713494} +{"apogee": 3801.862307552319, "out_of_rail_stability_margin": 2.635593259703619, "lateral_surface_wind": -1.854829941795528, "impact_velocity": -5.261775072217971, "x_impact": 1262.7606543422132, "max_mach_number": 0.917076506176905, "out_of_rail_time": 0.3435139921914212, "apogee_y": 565.6266427025943, "out_of_rail_velocity": 27.04648097540032, "apogee_x": 500.444842358989, "initial_stability_margin": 2.5637330168164483, "t_final": 342.69129740794824, "apogee_time": 26.86218731834336, "frontal_surface_wind": 1.3210028504671056, "y_impact": 377.40377102344434} +{"apogee": 2962.437347213997, "out_of_rail_stability_margin": 2.653793897149432, "lateral_surface_wind": -3.087255845707974, "impact_velocity": -5.451025355192062, "x_impact": 851.0411359632645, "max_mach_number": 0.7442257202080483, "out_of_rail_time": 0.37643416935873364, "apogee_y": 519.5658625150566, "out_of_rail_velocity": 24.223049541094607, "apogee_x": 256.8450493322501, "initial_stability_margin": 2.5772176538301372, "t_final": 278.32381889674224, "apogee_time": 24.297398514475404, "frontal_surface_wind": 0.9719268946007646, "y_impact": 236.3197059538422} +{"apogee": 4081.4368066507486, "out_of_rail_stability_margin": 2.588961872771133, "lateral_surface_wind": -0.6150290724803331, "impact_velocity": -5.2437823355919795, "x_impact": 995.3781260253263, "max_mach_number": 0.992972216812645, "out_of_rail_time": 0.3319917974329646, "apogee_y": 546.4014769291489, "out_of_rail_velocity": 28.249059906411293, "apogee_x": 677.5633596930794, "initial_stability_margin": 2.515878669723518, "t_final": 353.39770983735207, "apogee_time": 27.55842764899522, "frontal_surface_wind": -0.7245627363004096, "y_impact": 600.4544012379027} +{"apogee": 4241.389541950043, "out_of_rail_stability_margin": 2.6739114061662645, "lateral_surface_wind": -0.7010129276014506, "impact_velocity": -5.489494985499835, "x_impact": 863.5011704448792, "max_mach_number": 0.9931374823601086, "out_of_rail_time": 0.3311046646469712, "apogee_y": 365.1387696520698, "out_of_rail_velocity": 28.3330922971637, "apogee_x": 375.89313844665793, "initial_stability_margin": 2.607186712580982, "t_final": 332.42022985417043, "apogee_time": 28.226612659346316, "frontal_surface_wind": 0.870717925820114, "y_impact": 522.928724514854} +{"apogee": 3355.7200755358763, "out_of_rail_stability_margin": 2.581765701962146, "lateral_surface_wind": -2.0596245049156283, "impact_velocity": -5.43503204906211, "x_impact": 829.0778778254956, "max_mach_number": 0.815915238288982, "out_of_rail_time": 0.36119707359701536, "apogee_y": 426.9508192816501, "out_of_rail_velocity": 25.414252108058843, "apogee_x": 283.488435990146, "initial_stability_margin": 2.5082281305940337, "t_final": 301.0000232252327, "apogee_time": 25.610248784537063, "frontal_surface_wind": 0.4297180028761771, "y_impact": 104.44027971057652} +{"apogee": 3228.5372563190526, "out_of_rail_stability_margin": 2.7171866403556857, "lateral_surface_wind": -1.5601901047430362, "impact_velocity": -5.448166309187701, "x_impact": 762.731538809348, "max_mach_number": 0.7889677716801804, "out_of_rail_time": 0.3663206568557247, "apogee_y": 385.61540136958257, "out_of_rail_velocity": 24.97223110045118, "apogee_x": 266.5036687773182, "initial_stability_margin": 2.6421252851447807, "t_final": 284.23865646541583, "apogee_time": 25.211303872742715, "frontal_surface_wind": 1.0391423638061346, "y_impact": 384.63412882156575} +{"apogee": 4024.1530415016878, "out_of_rail_stability_margin": 2.7047776493934412, "lateral_surface_wind": -2.1810159691255997, "impact_velocity": -5.566175262656775, "x_impact": 975.1343452077119, "max_mach_number": 0.9416033570516215, "out_of_rail_time": 0.3391073914674987, "apogee_y": 545.0020100369467, "out_of_rail_velocity": 27.46310243505011, "apogee_x": 322.00519624282464, "initial_stability_margin": 2.6373285841999397, "t_final": 337.5030512307955, "apogee_time": 27.675515310391578, "frontal_surface_wind": 0.6794537917339799, "y_impact": 421.4497160437712} +{"apogee": 2621.8102193130844, "out_of_rail_stability_margin": 2.691201703390112, "lateral_surface_wind": -2.147813970765102, "impact_velocity": -5.5995586227985745, "x_impact": 512.4142839941536, "max_mach_number": 0.6689647554372592, "out_of_rail_time": 0.3934913900070178, "apogee_y": 296.3926861864803, "out_of_rail_velocity": 22.957362190749304, "apogee_x": 116.66286675374862, "initial_stability_margin": 2.6137331238265626, "t_final": 252.28429828602626, "apogee_time": 23.136609756909518, "frontal_surface_wind": 0.778063788945872, "y_impact": 148.73671454589768} +{"apogee": 4126.383132046367, "out_of_rail_stability_margin": 2.703999053194322, "lateral_surface_wind": -2.384770600266858, "impact_velocity": -5.632143217792388, "x_impact": 1073.236436987788, "max_mach_number": 0.9556099850640222, "out_of_rail_time": 0.33733061293913336, "apogee_y": 528.837721582456, "out_of_rail_velocity": 27.699371765134032, "apogee_x": 297.1580297375164, "initial_stability_margin": 2.6372290498118547, "t_final": 327.0738551167522, "apogee_time": 28.009041630453083, "frontal_surface_wind": 0.798105676170501, "y_impact": 274.41909781941155} +{"apogee": 3268.4538214881277, "out_of_rail_stability_margin": 2.694987335548009, "lateral_surface_wind": -2.0661443787974245, "impact_velocity": -5.447026102130845, "x_impact": 904.9242179902388, "max_mach_number": 0.8001331241197681, "out_of_rail_time": 0.36355069700208253, "apogee_y": 507.84925137937466, "out_of_rail_velocity": 25.222764247674867, "apogee_x": 376.34619990439853, "initial_stability_margin": 2.624713950931809, "t_final": 290.4731352639422, "apogee_time": 25.33815995390063, "frontal_surface_wind": 0.39718770022325944, "y_impact": 214.74141423972964} +{"apogee": 2935.5969990904564, "out_of_rail_stability_margin": 2.7011648495119016, "lateral_surface_wind": -2.0652590488887803, "impact_velocity": -5.5741069076772405, "x_impact": 724.8648166684628, "max_mach_number": 0.7313367378937008, "out_of_rail_time": 0.37844211982575676, "apogee_y": 386.3391348115891, "out_of_rail_velocity": 24.004698230380214, "apogee_x": 218.28542334407138, "initial_stability_margin": 2.6251134747399028, "t_final": 272.5769117891665, "apogee_time": 24.2656417749101, "frontal_surface_wind": 1.0153528875090467, "y_impact": 229.00923918196588} +{"apogee": 3156.8004557932654, "out_of_rail_stability_margin": 2.677183092127171, "lateral_surface_wind": -0.5585812313276975, "impact_velocity": -5.505083970229727, "x_impact": 727.1283274554074, "max_mach_number": 0.781480508488083, "out_of_rail_time": 0.3684159593142737, "apogee_y": 526.9846524389195, "out_of_rail_velocity": 24.778996494798317, "apogee_x": 565.8588290197247, "initial_stability_margin": 2.6007582234572273, "t_final": 284.7435341679092, "apogee_time": 24.990484312577312, "frontal_surface_wind": -0.7689206245377924, "y_impact": 553.557191847108} +{"apogee": 3710.8195508398453, "out_of_rail_stability_margin": 2.7245842878873052, "lateral_surface_wind": -1.5800244798223675, "impact_velocity": -5.490034268871658, "x_impact": 1143.2659638978332, "max_mach_number": 0.8803111838935022, "out_of_rail_time": 0.34898210551876496, "apogee_y": 529.2901494208348, "out_of_rail_velocity": 26.524050444056112, "apogee_x": 422.121203813233, "initial_stability_margin": 2.656794555525259, "t_final": 317.04890035000903, "apogee_time": 26.75584428758437, "frontal_surface_wind": 1.2935559650088164, "y_impact": 564.4164681672809} +{"apogee": 3533.1195128194236, "out_of_rail_stability_margin": 2.7325266850974774, "lateral_surface_wind": -1.5028595428195461, "impact_velocity": -5.450139071440096, "x_impact": 1133.2999204001324, "max_mach_number": 0.8498236769265107, "out_of_rail_time": 0.3542882582403334, "apogee_y": 493.2035341926044, "out_of_rail_velocity": 26.0204487727693, "apogee_x": 453.5366296879469, "initial_stability_margin": 2.662583704716383, "t_final": 299.183253787933, "apogee_time": 26.177575894174137, "frontal_surface_wind": 1.3824534661260968, "y_impact": 533.7395631217447} +{"apogee": 2855.94913733069, "out_of_rail_stability_margin": 2.645751681768175, "lateral_surface_wind": -0.41045918644875645, "impact_velocity": -5.497479228296477, "x_impact": 614.5166658078832, "max_mach_number": 0.7184401955401032, "out_of_rail_time": 0.3820349197984258, "apogee_y": 330.7517792169124, "out_of_rail_velocity": 23.730569027024785, "apogee_x": 362.5627421727885, "initial_stability_margin": 2.5656143415815618, "t_final": 266.5972936843462, "apogee_time": 23.974556373454547, "frontal_surface_wind": 0.21637512530150269, "y_impact": 522.1401767268362} +{"apogee": 2380.712773773789, "out_of_rail_stability_margin": 2.615355638579167, "lateral_surface_wind": -2.132028835351532, "impact_velocity": -5.366567739601684, "x_impact": 801.3074177412311, "max_mach_number": 0.6343184913606748, "out_of_rail_time": 0.4020256870605707, "apogee_y": 430.1546604570724, "out_of_rail_velocity": 22.340241767077607, "apogee_x": 311.3266609143213, "initial_stability_margin": 2.5344172303453854, "t_final": 250.48760860071775, "apogee_time": 22.10825833165739, "frontal_surface_wind": 0.9496661165910147, "y_impact": 342.6576980591195} +{"apogee": 3141.5671392672043, "out_of_rail_stability_margin": 2.6402315808329027, "lateral_surface_wind": -1.3468265802997248, "impact_velocity": -5.313079821446954, "x_impact": 799.1799967471218, "max_mach_number": 0.7806714509971734, "out_of_rail_time": 0.36694902191350376, "apogee_y": 417.28627934484166, "out_of_rail_velocity": 24.909885093161776, "apogee_x": 368.3307866133723, "initial_stability_margin": 2.567327853921682, "t_final": 290.82811285046506, "apogee_time": 24.84033041149685, "frontal_surface_wind": 0.6405258420155528, "y_impact": 340.24883732834996} +{"apogee": 3335.7435767979277, "out_of_rail_stability_margin": 2.612149960285969, "lateral_surface_wind": -2.1125026102620366, "impact_velocity": -5.369387536747855, "x_impact": 848.2014625770321, "max_mach_number": 0.8159298714536724, "out_of_rail_time": 0.36160992232605993, "apogee_y": 445.2873053872865, "out_of_rail_velocity": 25.377044790296775, "apogee_x": 315.2768669985228, "initial_stability_margin": 2.5362519460590986, "t_final": 286.9030770893785, "apogee_time": 25.513500411897127, "frontal_surface_wind": 0.8693795686112277, "y_impact": 321.8322437672946} +{"apogee": 3130.8115848248653, "out_of_rail_stability_margin": 2.699706996185371, "lateral_surface_wind": -2.087132128718648, "impact_velocity": -5.554861091622466, "x_impact": 734.8456439157525, "max_mach_number": 0.7658901749552199, "out_of_rail_time": 0.3702220962156555, "apogee_y": 370.3592488038768, "out_of_rail_velocity": 24.647910127281907, "apogee_x": 240.02685697007246, "initial_stability_margin": 2.6294288965110253, "t_final": 280.5446875928043, "apogee_time": 24.947777953135624, "frontal_surface_wind": 0.9286374911411472, "y_impact": 236.03211539060985} +{"apogee": 2365.8948406618165, "out_of_rail_stability_margin": 2.763046812364605, "lateral_surface_wind": -2.1136208802202807, "impact_velocity": -5.478493254310692, "x_impact": 615.0396716243197, "max_mach_number": 0.6283175939486094, "out_of_rail_time": 0.4036779311670982, "apogee_y": 379.71482683967747, "out_of_rail_velocity": 22.229218675068847, "apogee_x": 204.12676259360578, "initial_stability_margin": 2.6821833588252946, "t_final": 241.63030369742944, "apogee_time": 22.06508865511412, "frontal_surface_wind": 0.9104082600058022, "y_impact": 239.06571801467342} +{"apogee": 2837.4797309952774, "out_of_rail_stability_margin": 2.74631895692892, "lateral_surface_wind": -2.6803315074224328, "impact_velocity": -5.518210129459777, "x_impact": 655.687379303453, "max_mach_number": 0.7187745787908975, "out_of_rail_time": 0.38059837751025316, "apogee_y": 480.94399816185546, "out_of_rail_velocity": 23.845244975985963, "apogee_x": 284.4748916110657, "initial_stability_margin": 2.6732815215972656, "t_final": 266.8723844609809, "apogee_time": 23.875664863421424, "frontal_surface_wind": 0.24061560627220713, "y_impact": 127.56405687927742} +{"apogee": 3456.772446707142, "out_of_rail_stability_margin": 2.56287293364971, "lateral_surface_wind": -2.380767283452351, "impact_velocity": -5.402493410266057, "x_impact": 834.8020062233578, "max_mach_number": 0.8361999267397803, "out_of_rail_time": 0.3576245798311491, "apogee_y": 405.18009739738363, "out_of_rail_velocity": 25.742569216773713, "apogee_x": 182.78972029568772, "initial_stability_margin": 2.4878040193231725, "t_final": 299.50025550649013, "apogee_time": 25.896620932838463, "frontal_surface_wind": 0.8099695230535737, "y_impact": 140.57426763716964} +{"apogee": 4407.028968884865, "out_of_rail_stability_margin": 2.653553143654051, "lateral_surface_wind": -1.4872009517209608, "impact_velocity": -5.57849028984798, "x_impact": 1314.0267492610294, "max_mach_number": 1.0293979658881347, "out_of_rail_time": 0.3249178806640626, "apogee_y": 517.280993334132, "out_of_rail_velocity": 28.996544162605986, "apogee_x": 486.92822781994334, "initial_stability_margin": 2.58987065722109, "t_final": 346.782282092232, "apogee_time": 28.69168041958203, "frontal_surface_wind": 1.399284717506806, "y_impact": 528.9234921036052} +{"apogee": 3853.944469303101, "out_of_rail_stability_margin": 2.724459694763767, "lateral_surface_wind": -2.078456194404187, "impact_velocity": -5.598269536555618, "x_impact": 1160.4807037186308, "max_mach_number": 0.9064541209466916, "out_of_rail_time": 0.34447756802547647, "apogee_y": 637.534497430277, "out_of_rail_velocity": 26.930334444186855, "apogee_x": 475.3233695032059, "initial_stability_margin": 2.6585683826082667, "t_final": 321.58200518958296, "apogee_time": 27.216782328916498, "frontal_surface_wind": 0.3266963593119786, "y_impact": 331.3869984000403} +{"apogee": 3410.2525914779135, "out_of_rail_stability_margin": 2.620229620183474, "lateral_surface_wind": -3.0589066182738076, "impact_velocity": -5.450589156441615, "x_impact": 922.5959831230674, "max_mach_number": 0.8296173850311117, "out_of_rail_time": 0.3592263798711273, "apogee_y": 572.3588278170477, "out_of_rail_velocity": 25.609526194707392, "apogee_x": 266.4711612120052, "initial_stability_margin": 2.5466306754288284, "t_final": 302.59147603089303, "apogee_time": 25.785129510779225, "frontal_surface_wind": 0.4943596786726494, "y_impact": 133.98877351300732} +{"apogee": 3633.531138079957, "out_of_rail_stability_margin": 2.7129774320783784, "lateral_surface_wind": -2.0563571754405263, "impact_velocity": -5.356803503359881, "x_impact": 984.0151946945082, "max_mach_number": 0.8740859046051201, "out_of_rail_time": 0.351266619129096, "apogee_y": 499.9755387701261, "out_of_rail_velocity": 26.325434791727698, "apogee_x": 371.9617494703925, "initial_stability_margin": 2.639045714382996, "t_final": 308.1940641027161, "apogee_time": 26.443089214086505, "frontal_surface_wind": 0.4450908112499038, "y_impact": 190.7738813384676} +{"apogee": 4008.0732684240174, "out_of_rail_stability_margin": 2.695917394849146, "lateral_surface_wind": -2.5985202974327555, "impact_velocity": -5.519772484773604, "x_impact": 1227.4389588668075, "max_mach_number": 0.9405012594629998, "out_of_rail_time": 0.3396674380288135, "apogee_y": 589.1453419206332, "out_of_rail_velocity": 27.394516608778513, "apogee_x": 382.7704426724652, "initial_stability_margin": 2.625896605368465, "t_final": 337.088346801233, "apogee_time": 27.614361162862977, "frontal_surface_wind": 0.9617252368915158, "y_impact": 304.62813917220456} +{"apogee": 3199.9699061097863, "out_of_rail_stability_margin": 2.6144914422803884, "lateral_surface_wind": -1.5459135653346114, "impact_velocity": -5.439959575049549, "x_impact": 822.9167424448999, "max_mach_number": 0.7836628519658609, "out_of_rail_time": 0.36691420701042904, "apogee_y": 410.06538618253387, "out_of_rail_velocity": 24.90777453493071, "apogee_x": 314.2461122907287, "initial_stability_margin": 2.540823752356084, "t_final": 288.9355562825536, "apogee_time": 25.124225046559197, "frontal_surface_wind": 1.0602647139790695, "y_impact": 407.9544441256625} +{"apogee": 2426.796514229452, "out_of_rail_stability_margin": 2.64886563311776, "lateral_surface_wind": -1.3445837744492715, "impact_velocity": -5.378993922279323, "x_impact": 666.9434489074517, "max_mach_number": 0.6407565183513333, "out_of_rail_time": 0.39884395433221015, "apogee_y": 381.9174953028707, "out_of_rail_velocity": 22.51376542433304, "apogee_x": 348.20867137126413, "initial_stability_margin": 2.5720632626259916, "t_final": 251.6771656942767, "apogee_time": 22.290729226468677, "frontal_surface_wind": 0.6452206329460766, "y_impact": 332.18830343566947} +{"apogee": 4153.22262828122, "out_of_rail_stability_margin": 2.693250451285225, "lateral_surface_wind": -2.074162033208954, "impact_velocity": -5.365507129813085, "x_impact": 1155.7462073838392, "max_mach_number": 0.9961781300741347, "out_of_rail_time": 0.33049403956672707, "apogee_y": 520.2533652969464, "out_of_rail_velocity": 28.39461950008958, "apogee_x": 443.5407093144624, "initial_stability_margin": 2.6242268431208786, "t_final": 342.10410867413293, "apogee_time": 27.81657760400642, "frontal_surface_wind": 1.1500878950614544, "y_impact": 184.05727450407065} +{"apogee": 3991.9166896964366, "out_of_rail_stability_margin": 2.6151975444081965, "lateral_surface_wind": -1.5005843515504618, "impact_velocity": -5.30775893876865, "x_impact": 1032.9572889460937, "max_mach_number": 0.947992838522552, "out_of_rail_time": 0.33863859703747284, "apogee_y": 373.9093128609355, "out_of_rail_velocity": 27.596378835298058, "apogee_x": 283.8400142697832, "initial_stability_margin": 2.5459636974631774, "t_final": 332.3617350422223, "apogee_time": 27.440807378679335, "frontal_surface_wind": 1.3849227398413657, "y_impact": 381.7412193385061} +{"apogee": 3884.2537101392463, "out_of_rail_stability_margin": 2.5399065717911444, "lateral_surface_wind": -3.0497061284249343, "impact_velocity": -5.348380340727745, "x_impact": 1248.5179326516657, "max_mach_number": 0.9346110674913563, "out_of_rail_time": 0.341413841910412, "apogee_y": 735.2364507970153, "out_of_rail_velocity": 27.248176070521115, "apogee_x": 463.7268135826709, "initial_stability_margin": 2.466843967634856, "t_final": 338.28896856502774, "apogee_time": 27.132488144565684, "frontal_surface_wind": 0.5482642806749536, "y_impact": 225.01783110252953} +{"apogee": 1941.1055124600418, "out_of_rail_stability_margin": 2.7254882366355973, "lateral_surface_wind": -1.843704160459428, "impact_velocity": -5.343939015685781, "x_impact": 540.277071556407, "max_mach_number": 0.5443936416214007, "out_of_rail_time": 0.4290252225452086, "apogee_y": 250.68088727568716, "out_of_rail_velocity": 20.672541645986605, "apogee_x": 153.56974213733886, "initial_stability_margin": 2.6384382707824714, "t_final": 222.81519546473555, "apogee_time": 20.217171200173304, "frontal_surface_wind": 1.3364870416985029, "y_impact": 149.8071651321746} +{"apogee": 2805.8838199586917, "out_of_rail_stability_margin": 2.7378907758430344, "lateral_surface_wind": -2.042127531814634, "impact_velocity": -5.490756522505748, "x_impact": 746.6032671816229, "max_mach_number": 0.7100709995797708, "out_of_rail_time": 0.3823546216645556, "apogee_y": 391.5617330647076, "out_of_rail_velocity": 23.70860510433473, "apogee_x": 252.12341880209243, "initial_stability_margin": 2.664629517033485, "t_final": 269.5454433754539, "apogee_time": 23.76877479404535, "frontal_surface_wind": 1.0611086508904823, "y_impact": 232.8169132135172} +{"apogee": 2113.348774093708, "out_of_rail_stability_margin": 2.6520958176080955, "lateral_surface_wind": -1.4629447061466985, "impact_velocity": -5.3647971717551615, "x_impact": 679.1815182403647, "max_mach_number": 0.579064300917959, "out_of_rail_time": 0.41844730070691905, "apogee_y": 279.74339331846136, "out_of_rail_velocity": 21.29887247028504, "apogee_x": 238.83602241240425, "initial_stability_margin": 2.5642568582733154, "t_final": 234.4747840426264, "apogee_time": 20.98892079236056, "frontal_surface_wind": 1.424625276416639, "y_impact": 295.8396156376291} +{"apogee": 3980.8971498931583, "out_of_rail_stability_margin": 2.662663266255282, "lateral_surface_wind": -1.9991273391515159, "impact_velocity": -5.370463368943317, "x_impact": 983.0574882908682, "max_mach_number": 0.9479582124910665, "out_of_rail_time": 0.3382014096659549, "apogee_y": 503.80586157164726, "out_of_rail_velocity": 27.61224606059232, "apogee_x": 352.7224586348442, "initial_stability_margin": 2.595031870182615, "t_final": 342.7444678039875, "apogee_time": 27.404255289289544, "frontal_surface_wind": 1.0483676038668477, "y_impact": 393.5778163085447} +{"apogee": 3664.81178651672, "out_of_rail_stability_margin": 2.710184468268172, "lateral_surface_wind": -1.5383505189047346, "impact_velocity": -5.415261089352306, "x_impact": 1019.9846255172527, "max_mach_number": 0.8775214161033354, "out_of_rail_time": 0.3502745110204942, "apogee_y": 502.41167066548377, "out_of_rail_velocity": 26.388748152627326, "apogee_x": 422.36594648135645, "initial_stability_margin": 2.6368326503206383, "t_final": 313.69260526306175, "apogee_time": 26.552580684493027, "frontal_surface_wind": 1.0712085213347686, "y_impact": 506.33033993861477} +{"apogee": 3741.6508946871745, "out_of_rail_stability_margin": 2.7007055278072962, "lateral_surface_wind": -3.14147575276955, "impact_velocity": -5.5037478416243735, "x_impact": 1035.1374198511326, "max_mach_number": 0.8923810495259631, "out_of_rail_time": 0.3473873170314159, "apogee_y": 684.9900419851161, "out_of_rail_velocity": 26.647549142402458, "apogee_x": 333.24702198875445, "initial_stability_margin": 2.631137217588944, "t_final": 308.75177252760886, "apogee_time": 26.815387440137737, "frontal_surface_wind": 0.7790511151826507, "y_impact": 426.3422606673938} +{"apogee": 2987.6305502556397, "out_of_rail_stability_margin": 2.742558131607557, "lateral_surface_wind": -1.9583525627271894, "impact_velocity": -5.421961894616326, "x_impact": 746.765745439412, "max_mach_number": 0.744946500463146, "out_of_rail_time": 0.375077863352486, "apogee_y": 366.06737026180406, "out_of_rail_velocity": 24.315075534354623, "apogee_x": 243.48153425505595, "initial_stability_margin": 2.6713054856732756, "t_final": 277.93971914117355, "apogee_time": 24.39888484677726, "frontal_surface_wind": 0.7538381346974222, "y_impact": 258.5262401505769} +{"apogee": 1925.0871310233686, "out_of_rail_stability_margin": 2.745695130060335, "lateral_surface_wind": -2.69006329959954, "impact_velocity": -5.477568375675701, "x_impact": 419.2298854370586, "max_mach_number": 0.5427335167745908, "out_of_rail_time": 0.4296521517715491, "apogee_y": 348.6360023546628, "out_of_rail_velocity": 20.65350049090298, "apogee_x": 149.78153597952476, "initial_stability_margin": 2.661271933797032, "t_final": 217.77306420767187, "apogee_time": 20.16121630216042, "frontal_surface_wind": 0.07504867627606893, "y_impact": 38.05455792667313} +{"apogee": 2219.3993716453056, "out_of_rail_stability_margin": 2.736873651870737, "lateral_surface_wind": -1.8608058670580183, "impact_velocity": -5.459316979733399, "x_impact": 506.41665554098125, "max_mach_number": 0.5969478858112819, "out_of_rail_time": 0.41145134071663203, "apogee_y": 277.362207652133, "out_of_rail_velocity": 21.69846707314342, "apogee_x": 161.15956597876888, "initial_stability_margin": 2.657344469723188, "t_final": 238.29593140482615, "apogee_time": 21.464505056958945, "frontal_surface_wind": 0.9007893364769035, "y_impact": 181.0473147380468} +{"apogee": 4137.985636947571, "out_of_rail_stability_margin": 2.590982393524773, "lateral_surface_wind": -0.6129079381228933, "impact_velocity": -5.357592269661504, "x_impact": 858.2395171406118, "max_mach_number": 0.9906047991457767, "out_of_rail_time": 0.33156401278324005, "apogee_y": 472.06378500695286, "out_of_rail_velocity": 28.31137443918714, "apogee_x": 569.0469366058829, "initial_stability_margin": 2.5227387342394745, "t_final": 334.16716729760765, "apogee_time": 27.813301930166638, "frontal_surface_wind": -0.7263578857678211, "y_impact": 515.4473907309468} +{"apogee": 3369.5982834364827, "out_of_rail_stability_margin": 2.757550560382672, "lateral_surface_wind": -1.164108561168731, "impact_velocity": -5.535427145600435, "x_impact": 940.6835509415573, "max_mach_number": 0.8150936460516552, "out_of_rail_time": 0.3615917246394253, "apogee_y": 518.5307908175901, "out_of_rail_velocity": 25.498134580894924, "apogee_x": 499.44568462739363, "initial_stability_margin": 2.687359950034286, "t_final": 299.2780397502789, "apogee_time": 25.721347932734226, "frontal_surface_wind": 0.3994485904133112, "y_impact": 547.1293951889863} +{"apogee": 3910.277130401501, "out_of_rail_stability_margin": 2.6147995231811487, "lateral_surface_wind": -2.1619310777599225, "impact_velocity": -5.3664804623260824, "x_impact": 1051.4750085070095, "max_mach_number": 0.9367773049182828, "out_of_rail_time": 0.3394146634627727, "apogee_y": 527.2775301685015, "out_of_rail_velocity": 27.460979478026314, "apogee_x": 361.12448958205186, "initial_stability_margin": 2.547409164962053, "t_final": 339.39738314563255, "apogee_time": 27.1785585374359, "frontal_surface_wind": 0.975143231216937, "y_impact": 199.64710690324958} +{"apogee": 3262.3010736164647, "out_of_rail_stability_margin": 2.6945058567644464, "lateral_surface_wind": -1.6131276749100192, "impact_velocity": -5.367068761844121, "x_impact": 763.1782893996455, "max_mach_number": 0.7984641440809286, "out_of_rail_time": 0.3647246455882674, "apogee_y": 342.742124656138, "out_of_rail_velocity": 25.2438658518385, "apogee_x": 253.7382717356918, "initial_stability_margin": 2.622154451436854, "t_final": 294.8480458800191, "apogee_time": 25.28190843044717, "frontal_surface_wind": 0.9065126100942236, "y_impact": 374.3893992262901} +{"apogee": 2477.3154506531137, "out_of_rail_stability_margin": 2.672298890361999, "lateral_surface_wind": -1.9718104417608342, "impact_velocity": -5.546023285728327, "x_impact": 515.1722656136893, "max_mach_number": 0.6415417684361119, "out_of_rail_time": 0.3999247140120769, "apogee_y": 268.4935678632591, "out_of_rail_velocity": 22.472351797858547, "apogee_x": 123.60652406589253, "initial_stability_margin": 2.592623306579277, "t_final": 243.27815511333233, "apogee_time": 22.56727189867145, "frontal_surface_wind": 1.098885040731504, "y_impact": 160.61657235777923} +{"apogee": 1623.1071293911457, "out_of_rail_stability_margin": 2.6516973982433587, "lateral_surface_wind": -3.140190180636317, "impact_velocity": -5.389183842635851, "x_impact": 594.3964968278431, "max_mach_number": 0.48425605611558553, "out_of_rail_time": 0.4515252943415447, "apogee_y": 362.4405077372779, "out_of_rail_velocity": 19.50861159430205, "apogee_x": 152.08834652335736, "initial_stability_margin": 2.5610653396101704, "t_final": 200.9802857556637, "apogee_time": 18.664106760502804, "frontal_surface_wind": 0.7842169181684346, "y_impact": 106.80817365143632} +{"apogee": 4360.818962476907, "out_of_rail_stability_margin": 2.697361838681382, "lateral_surface_wind": -2.122404382602161, "impact_velocity": -5.356444131426408, "x_impact": 1404.5532936294933, "max_mach_number": 1.060858150770724, "out_of_rail_time": 0.3200796941947534, "apogee_y": 680.084741552098, "out_of_rail_velocity": 29.575098283330778, "apogee_x": 571.9245968327, "initial_stability_margin": 2.632313119231787, "t_final": 360.32290710066246, "apogee_time": 28.28894754627333, "frontal_surface_wind": 0.9709852339158457, "y_impact": 534.0807078701274} +{"apogee": 2855.013734113695, "out_of_rail_stability_margin": 2.8345430525478044, "lateral_surface_wind": -2.0389372024641776, "impact_velocity": -5.539272186436701, "x_impact": 649.6169197592716, "max_mach_number": 0.7148708955870036, "out_of_rail_time": 0.38168340403656, "apogee_y": 336.7602883148489, "out_of_rail_velocity": 23.74667219350781, "apogee_x": 172.56744321981304, "initial_stability_margin": 2.759641156631348, "t_final": 264.828319374814, "apogee_time": 23.983530269958052, "frontal_surface_wind": 1.067226081764075, "y_impact": 175.8046513405625} +{"apogee": 3052.774231390744, "out_of_rail_stability_margin": 2.588246267221958, "lateral_surface_wind": -1.9676689920790162, "impact_velocity": -5.426512211257566, "x_impact": 894.1748765302593, "max_mach_number": 0.7622186300758688, "out_of_rail_time": 0.3727628126587821, "apogee_y": 449.1135113863674, "out_of_rail_velocity": 24.54737736059071, "apogee_x": 342.5201186092052, "initial_stability_margin": 2.5126765444253913, "t_final": 277.93110704197954, "apogee_time": 24.596842960418453, "frontal_surface_wind": 0.7967631796341736, "y_impact": 281.41579460335544} +{"apogee": 4005.706540223787, "out_of_rail_stability_margin": 2.773797623888925, "lateral_surface_wind": -2.3119052389391292, "impact_velocity": -5.565332302694923, "x_impact": 1136.129311283896, "max_mach_number": 0.9296195551299987, "out_of_rail_time": 0.34098464172597853, "apogee_y": 531.9168995331692, "out_of_rail_velocity": 27.268925659078675, "apogee_x": 393.5069227819314, "initial_stability_margin": 2.7064757127810553, "t_final": 309.1615697864319, "apogee_time": 27.68632930505004, "frontal_surface_wind": 0.9895441639454648, "y_impact": 296.573192552805} +{"apogee": 3540.8578838784856, "out_of_rail_stability_margin": 2.669889581204897, "lateral_surface_wind": -1.975526455749813, "impact_velocity": -5.480768458311963, "x_impact": 863.4088199669948, "max_mach_number": 0.8500849602349826, "out_of_rail_time": 0.3555023752882661, "apogee_y": 406.04223006871166, "out_of_rail_velocity": 25.975210045642854, "apogee_x": 254.60713576359248, "initial_stability_margin": 2.5983623781675713, "t_final": 306.1428584695507, "apogee_time": 26.204583792529448, "frontal_surface_wind": 0.7076100026828498, "y_impact": 289.9208156773005} +{"apogee": 3559.969834782471, "out_of_rail_stability_margin": 2.6615828360298237, "lateral_surface_wind": -1.3388263476910773, "impact_velocity": -5.420735678180272, "x_impact": 929.3568659955704, "max_mach_number": 0.8547177926487959, "out_of_rail_time": 0.35377762346447805, "apogee_y": 460.92202232075533, "out_of_rail_velocity": 26.05243228159549, "apogee_x": 425.4500094151094, "initial_stability_margin": 2.5892318357346342, "t_final": 307.44211593176277, "apogee_time": 26.248031096221688, "frontal_surface_wind": 0.6570838625470534, "y_impact": 374.0575031335873} +{"apogee": 3148.5273208839326, "out_of_rail_stability_margin": 2.650890803492598, "lateral_surface_wind": -1.3106454151520697, "impact_velocity": -5.515502961863122, "x_impact": 708.8908527475216, "max_mach_number": 0.7715893701487584, "out_of_rail_time": 0.3693128774969573, "apogee_y": 329.0887039899094, "out_of_rail_velocity": 24.725684844258975, "apogee_x": 292.33020839528484, "initial_stability_margin": 2.576818762865113, "t_final": 289.046379708874, "apogee_time": 24.961404928982663, "frontal_surface_wind": 0.7116345884177098, "y_impact": 239.4123860569268} +{"apogee": 4448.65813721427, "out_of_rail_stability_margin": 2.754331356544128, "lateral_surface_wind": -0.4153667811187587, "impact_velocity": -5.31358962880727, "x_impact": 850.9999179761315, "max_mach_number": 1.0728674671590614, "out_of_rail_time": 0.31776699036038947, "apogee_y": 438.5364920507392, "out_of_rail_velocity": 29.85767199456012, "apogee_x": 460.7348690901767, "initial_stability_margin": 2.692961566988108, "t_final": 362.349800272577, "apogee_time": 28.553684309840836, "frontal_surface_wind": 0.2067979103677241, "y_impact": 780.346543498549} +{"apogee": 4285.439443050085, "out_of_rail_stability_margin": 2.6458825068772978, "lateral_surface_wind": -1.548318481237448, "impact_velocity": -5.370115657763583, "x_impact": 1087.2157641044628, "max_mach_number": 1.0234029497803414, "out_of_rail_time": 0.32578515048359535, "apogee_y": 518.4175151055543, "out_of_rail_velocity": 28.920622883628887, "apogee_x": 426.2513843819252, "initial_stability_margin": 2.5793721982975986, "t_final": 341.12857001574235, "apogee_time": 28.18964054992437, "frontal_surface_wind": 1.0567496845768396, "y_impact": 520.4185776366088} +{"apogee": 3368.257174773562, "out_of_rail_stability_margin": 2.683939979135493, "lateral_surface_wind": -1.3577761890738511, "impact_velocity": -5.60817748140325, "x_impact": 1002.8715790852663, "max_mach_number": 0.8127887387690838, "out_of_rail_time": 0.36255444566317113, "apogee_y": 546.6641230248042, "out_of_rail_velocity": 25.333749553096194, "apogee_x": 544.8972129718005, "initial_stability_margin": 2.608116034412463, "t_final": 294.5807152332198, "apogee_time": 25.736453528548545, "frontal_surface_wind": 0.6332091851423516, "y_impact": 455.8682888342899} +{"apogee": 2828.6354035876902, "out_of_rail_stability_margin": 2.808238743400042, "lateral_surface_wind": -2.0634098146837028, "impact_velocity": -5.567905603648548, "x_impact": 769.434319804787, "max_mach_number": 0.7114708681409014, "out_of_rail_time": 0.3833205126017338, "apogee_y": 429.35609381730933, "out_of_rail_velocity": 23.64458112054772, "apogee_x": 275.1517015610671, "initial_stability_margin": 2.7299783640912407, "t_final": 265.56721411805114, "apogee_time": 23.898667627552825, "frontal_surface_wind": 1.019105667660089, "y_impact": 282.87123727607417} +{"apogee": 1689.5312963153187, "out_of_rail_stability_margin": 2.6162360906138917, "lateral_surface_wind": -2.022085438538437, "impact_velocity": -5.290667654289098, "x_impact": 551.3810876932796, "max_mach_number": 0.4971913467510078, "out_of_rail_time": 0.4468018078810458, "apogee_y": 278.8899888056294, "out_of_rail_velocity": 19.723537822985563, "apogee_x": 191.41704198507855, "initial_stability_margin": 2.5225440946289774, "t_final": 210.32108735244563, "apogee_time": 18.987856642259672, "frontal_surface_wind": 1.0988206880291091, "y_impact": 131.83541148485955} +{"apogee": 3898.1856711290393, "out_of_rail_stability_margin": 2.738297223973321, "lateral_surface_wind": -1.9603419281474712, "impact_velocity": -5.452522660773887, "x_impact": 939.2201380589789, "max_mach_number": 0.9176869851325982, "out_of_rail_time": 0.34309051719970085, "apogee_y": 473.30746667249923, "out_of_rail_velocity": 27.090200573643642, "apogee_x": 345.72275889533955, "initial_stability_margin": 2.6695445356904726, "t_final": 321.0737582630801, "apogee_time": 27.284880735890404, "frontal_surface_wind": 1.1192159200652885, "y_impact": 371.6903828589332} +{"apogee": 2545.597272266798, "out_of_rail_stability_margin": 2.5936547106326096, "lateral_surface_wind": -2.1470126937909795, "impact_velocity": -5.460167199848418, "x_impact": 523.2709917541407, "max_mach_number": 0.6589761918058021, "out_of_rail_time": 0.39592219371346893, "apogee_y": 336.9014742253007, "out_of_rail_velocity": 22.747010045818488, "apogee_x": 162.58820336572103, "initial_stability_margin": 2.51162494413283, "t_final": 247.86085391319014, "apogee_time": 22.796788462954172, "frontal_surface_wind": 0.7642151766511659, "y_impact": 117.235070217734} +{"apogee": 4247.58510922875, "out_of_rail_stability_margin": 2.719181900724874, "lateral_surface_wind": -1.8815423640547972, "impact_velocity": -5.52762002592922, "x_impact": 1331.5814692644915, "max_mach_number": 0.9970401540096806, "out_of_rail_time": 0.32971794498799467, "apogee_y": 625.3756634852316, "out_of_rail_velocity": 28.48762135764693, "apogee_x": 560.9535726762861, "initial_stability_margin": 2.65769566227108, "t_final": 342.49053191786317, "apogee_time": 28.267519676546314, "frontal_surface_wind": 1.441081184475733, "y_impact": 497.34116790597733} +{"apogee": 3593.8190167787825, "out_of_rail_stability_margin": 2.6562626354612338, "lateral_surface_wind": -1.1689485281525485, "impact_velocity": -5.430128457777857, "x_impact": 793.0096162748874, "max_mach_number": 0.861714171347402, "out_of_rail_time": 0.3518879914087634, "apogee_y": 408.0080699199983, "out_of_rail_velocity": 26.225325965560383, "apogee_x": 346.1690162913249, "initial_stability_margin": 2.588164826519348, "t_final": 306.17943081603977, "apogee_time": 26.348042248530728, "frontal_surface_wind": 0.3850548754392092, "y_impact": 424.26969448655234} +{"apogee": 3202.5650783672777, "out_of_rail_stability_margin": 2.681787957159926, "lateral_surface_wind": -2.165015171321274, "impact_velocity": -5.38866424259569, "x_impact": 921.2882499714752, "max_mach_number": 0.7899530995704113, "out_of_rail_time": 0.366285449313436, "apogee_y": 528.5027956896879, "out_of_rail_velocity": 25.023675142429518, "apogee_x": 362.52597428799334, "initial_stability_margin": 2.607005031074798, "t_final": 289.0301341479176, "apogee_time": 25.09156143067873, "frontal_surface_wind": 1.225132588646519, "y_impact": 416.62399458625504} +{"apogee": 3341.0079583128513, "out_of_rail_stability_margin": 2.6354190521373746, "lateral_surface_wind": -1.331929094475306, "impact_velocity": -5.52349266101934, "x_impact": 1093.1864398359326, "max_mach_number": 0.8143862254636218, "out_of_rail_time": 0.3611329563702655, "apogee_y": 558.4680829253987, "out_of_rail_velocity": 25.415478822331966, "apogee_x": 624.008134437007, "initial_stability_margin": 2.562949037139671, "t_final": 296.48348185720283, "apogee_time": 25.584764365317035, "frontal_surface_wind": 0.685911757483966, "y_impact": 467.5947941216456} +{"apogee": 3820.9000524444946, "out_of_rail_stability_margin": 2.8211159176617664, "lateral_surface_wind": -2.572979932204274, "impact_velocity": -5.523172525519872, "x_impact": 778.5377025535231, "max_mach_number": 0.8975093027817836, "out_of_rail_time": 0.34611745354737483, "apogee_y": 384.6854579114046, "out_of_rail_velocity": 26.80703338216043, "apogee_x": 99.9060696032324, "initial_stability_margin": 2.7547208407374173, "t_final": 315.93209157895325, "apogee_time": 27.09462089817345, "frontal_surface_wind": 1.117633135372579, "y_impact": 68.0955291058321} +{"apogee": 4125.1986363336, "out_of_rail_stability_margin": 2.683874385350031, "lateral_surface_wind": -1.8722217965778594, "impact_velocity": -5.416293049728316, "x_impact": 1058.0726471894598, "max_mach_number": 0.9798737519662635, "out_of_rail_time": 0.332684784479959, "apogee_y": 474.29782174343813, "out_of_rail_velocity": 28.160890786111768, "apogee_x": 335.3158472379283, "initial_stability_margin": 2.616989116633655, "t_final": 350.09930286426953, "apogee_time": 27.80347896727852, "frontal_surface_wind": 0.8768155153775596, "y_impact": 393.9863001080231} +{"apogee": 2861.277601391302, "out_of_rail_stability_margin": 2.713177897520222, "lateral_surface_wind": -2.6857683492519984, "impact_velocity": -5.407553456639238, "x_impact": 623.2925534536986, "max_mach_number": 0.7256920280248006, "out_of_rail_time": 0.3801340752577253, "apogee_y": 473.53000513355784, "out_of_rail_velocity": 23.87455330021063, "apogee_x": 249.168857564186, "initial_stability_margin": 2.634516547069334, "t_final": 271.65569654731723, "apogee_time": 23.933729861801925, "frontal_surface_wind": 0.1694734015099395, "y_impact": 112.2263479385908} +{"apogee": 3523.672539987149, "out_of_rail_stability_margin": 2.6601862223873782, "lateral_surface_wind": -2.0670646173091076, "impact_velocity": -5.4724554263305345, "x_impact": 1166.8015057753464, "max_mach_number": 0.8538247221881361, "out_of_rail_time": 0.35410828417012363, "apogee_y": 626.6813636633699, "out_of_rail_velocity": 26.037246184769415, "apogee_x": 497.16078502544093, "initial_stability_margin": 2.5888379741919225, "t_final": 297.0669913205143, "apogee_time": 26.12448439756604, "frontal_surface_wind": 1.0116720284057972, "y_impact": 506.38036011440727} +{"apogee": 3474.3827144107604, "out_of_rail_stability_margin": 2.60584525988293, "lateral_surface_wind": -2.1252531832518993, "impact_velocity": -5.497495311213048, "x_impact": 813.680667231632, "max_mach_number": 0.833345319263606, "out_of_rail_time": 0.3581641571058688, "apogee_y": 474.02573687782353, "out_of_rail_velocity": 25.672907491382606, "apogee_x": 308.745934263514, "initial_stability_margin": 2.531935191072445, "t_final": 309.52899231883345, "apogee_time": 26.037540119440187, "frontal_surface_wind": 0.822792349624886, "y_impact": 155.9829717655707} +{"apogee": 3559.087171898728, "out_of_rail_stability_margin": 2.5695845306007046, "lateral_surface_wind": -3.02046687716824, "impact_velocity": -5.347678289657837, "x_impact": 915.2858990140993, "max_mach_number": 0.8651681178528579, "out_of_rail_time": 0.3523785595620869, "apogee_y": 504.7762290788307, "out_of_rail_velocity": 26.196735405564578, "apogee_x": 240.71970445899805, "initial_stability_margin": 2.4970507840650784, "t_final": 309.65007606632605, "apogee_time": 26.168741112640397, "frontal_surface_wind": 0.6914340425132135, "y_impact": 34.40272845202964} +{"apogee": 2418.127710370384, "out_of_rail_stability_margin": 2.720688372416886, "lateral_surface_wind": -1.3678543917081, "impact_velocity": -5.399172270610558, "x_impact": 412.81872402627334, "max_mach_number": 0.6351439041220825, "out_of_rail_time": 0.4018518567227868, "apogee_y": 239.45556904555482, "out_of_rail_velocity": 22.35604617465805, "apogee_x": 137.8408438061648, "initial_stability_margin": 2.637992448864335, "t_final": 249.91987986131895, "apogee_time": 22.257564145130814, "frontal_surface_wind": 0.5942975305151856, "y_impact": 164.3725922366006} +{"apogee": 2776.5511854250803, "out_of_rail_stability_margin": 2.7963876822910585, "lateral_surface_wind": -3.0249831712736865, "impact_velocity": -5.469878181747177, "x_impact": 681.3624217365702, "max_mach_number": 0.7034502872801799, "out_of_rail_time": 0.3853184285482109, "apogee_y": 413.8318613426058, "out_of_rail_velocity": 23.558380101295857, "apogee_x": 152.2908092412926, "initial_stability_margin": 2.7215964601644744, "t_final": 268.5140514293825, "apogee_time": 23.689035410932707, "frontal_surface_wind": 0.6714000333092185, "y_impact": 36.862433694096325} +{"apogee": 3331.792186701868, "out_of_rail_stability_margin": 2.7010043621274513, "lateral_surface_wind": -2.436343122738747, "impact_velocity": -5.506708745387351, "x_impact": 932.7392214325947, "max_mach_number": 0.8035057407131676, "out_of_rail_time": 0.3636682973582044, "apogee_y": 434.4886670178964, "out_of_rail_velocity": 25.21930922596897, "apogee_x": 297.7601612211681, "initial_stability_margin": 2.62842239563496, "t_final": 292.2201884948352, "apogee_time": 25.622277545085357, "frontal_surface_wind": 1.3905257081738043, "y_impact": 156.23806756916386} +{"apogee": 3031.540892647876, "out_of_rail_stability_margin": 2.5793998127490205, "lateral_surface_wind": -1.1701805390691877, "impact_velocity": -5.390083098322648, "x_impact": 762.66401106591, "max_mach_number": 0.758785248122875, "out_of_rail_time": 0.3728407414117612, "apogee_y": 438.35391607391927, "out_of_rail_velocity": 24.513027655377606, "apogee_x": 395.4996582835774, "initial_stability_margin": 2.5047230511965486, "t_final": 280.2186439507021, "apogee_time": 24.510122895400116, "frontal_surface_wind": 0.38129440666401004, "y_impact": 449.06709042749594} +{"apogee": 3256.938071750059, "out_of_rail_stability_margin": 2.627212884691932, "lateral_surface_wind": -1.2204600753655717, "impact_velocity": -5.3388438824416795, "x_impact": 611.8157817588417, "max_mach_number": 0.8002624857639506, "out_of_rail_time": 0.3647852367736302, "apogee_y": 385.1582847516098, "out_of_rail_velocity": 25.128346732386326, "apogee_x": 311.4594910067343, "initial_stability_margin": 2.5516710999348815, "t_final": 302.53372336781575, "apogee_time": 25.27340379666956, "frontal_surface_wind": 0.44440431462213625, "y_impact": 384.8758663919793} +{"apogee": 3471.443625377764, "out_of_rail_stability_margin": 2.7081407423851593, "lateral_surface_wind": -0.40959199562549586, "impact_velocity": -5.524346818142526, "x_impact": 743.4390369941515, "max_mach_number": 0.836849276411486, "out_of_rail_time": 0.3577808730898191, "apogee_y": 389.2249237713262, "out_of_rail_velocity": 25.703217818596954, "apogee_x": 432.2044127534955, "initial_stability_margin": 2.6342413949541705, "t_final": 303.9710764055277, "apogee_time": 26.006283361795976, "frontal_surface_wind": 0.2180122375210617, "y_impact": 658.8897149657995} +{"apogee": 3976.541673191493, "out_of_rail_stability_margin": 2.646611029236945, "lateral_surface_wind": -1.9098855052869737, "impact_velocity": -5.521197649484851, "x_impact": 1008.027849038856, "max_mach_number": 0.9343866730391358, "out_of_rail_time": 0.3410142544507153, "apogee_y": 470.25438719447607, "out_of_rail_velocity": 27.29604032325099, "apogee_x": 326.2150331781349, "initial_stability_margin": 2.5767740251577496, "t_final": 320.26148664877155, "apogee_time": 27.528395764430222, "frontal_surface_wind": 1.4033011097685404, "y_impact": 337.2518677572759} +{"apogee": 3950.887051528585, "out_of_rail_stability_margin": 2.676490259913469, "lateral_surface_wind": -1.3497089262882116, "impact_velocity": -5.409474084183738, "x_impact": 1060.3487384434911, "max_mach_number": 0.9348988785795844, "out_of_rail_time": 0.3403956645231419, "apogee_y": 504.8346986201463, "out_of_rail_velocity": 27.361792646592612, "apogee_x": 494.4212430277881, "initial_stability_margin": 2.6065664394891352, "t_final": 333.0047622005517, "apogee_time": 27.384889246315105, "frontal_surface_wind": 0.6502275494490177, "y_impact": 389.3552584335773} +{"apogee": 4075.8476127024555, "out_of_rail_stability_margin": 2.5632435410811385, "lateral_surface_wind": -1.970230493484907, "impact_velocity": -5.236216193871332, "x_impact": 1225.3833338795905, "max_mach_number": 0.9839386824891406, "out_of_rail_time": 0.33328995701865227, "apogee_y": 521.6560132680573, "out_of_rail_velocity": 28.103915511132378, "apogee_x": 407.5772873041362, "initial_stability_margin": 2.4905268941123686, "t_final": 338.05557825430037, "apogee_time": 27.579332371868663, "frontal_surface_wind": 0.7904078879617973, "y_impact": 266.542139743861} +{"apogee": 3992.9136423286664, "out_of_rail_stability_margin": 2.7483218976914072, "lateral_surface_wind": -2.120799833888805, "impact_velocity": -5.407168047864143, "x_impact": 1034.0451698452903, "max_mach_number": 0.951387732791105, "out_of_rail_time": 0.33783023752334046, "apogee_y": 589.8681089308811, "out_of_rail_velocity": 27.709470139531575, "apogee_x": 447.9110640427834, "initial_stability_margin": 2.681282058938404, "t_final": 335.00798971065774, "apogee_time": 27.441537511155627, "frontal_surface_wind": 0.834204056631703, "y_impact": 236.00254064069424} +{"apogee": 4073.7244980197856, "out_of_rail_stability_margin": 2.6688302934742314, "lateral_surface_wind": -1.472870975381053, "impact_velocity": -5.443155285290442, "x_impact": 1348.8473869850418, "max_mach_number": 0.9720004891951646, "out_of_rail_time": 0.3339981226945084, "apogee_y": 618.5572528242935, "out_of_rail_velocity": 28.048058914110516, "apogee_x": 664.7109290459294, "initial_stability_margin": 2.60285719214182, "t_final": 338.3039517156543, "apogee_time": 27.66059894929053, "frontal_surface_wind": 1.1595952332925281, "y_impact": 627.1941887424942} +{"apogee": 2404.0036043137206, "out_of_rail_stability_margin": 2.787118361792035, "lateral_surface_wind": -1.363387226051071, "impact_velocity": -5.570552748454834, "x_impact": 546.383070580478, "max_mach_number": 0.629508326889098, "out_of_rail_time": 0.40205224206856793, "apogee_y": 331.6757795122793, "out_of_rail_velocity": 22.34200295054467, "apogee_x": 256.5318972259464, "initial_stability_margin": 2.711610408789742, "t_final": 241.46689515623757, "apogee_time": 22.265147332498206, "frontal_surface_wind": 0.6044753622211169, "y_impact": 280.00175733284215} +{"apogee": 3453.8642575510667, "out_of_rail_stability_margin": 2.6621990609459067, "lateral_surface_wind": -1.5071721242238258, "impact_velocity": -5.501620214180985, "x_impact": 900.956708463199, "max_mach_number": 0.8311375030652263, "out_of_rail_time": 0.3580200034386159, "apogee_y": 420.8534646790696, "out_of_rail_velocity": 25.70891349646937, "apogee_x": 354.47981817598037, "initial_stability_margin": 2.590788978672665, "t_final": 297.0275473384422, "apogee_time": 25.94666166809135, "frontal_surface_wind": 1.1146489147517835, "y_impact": 416.2371970805001} +{"apogee": 3498.2719642022034, "out_of_rail_stability_margin": 2.6988479576388698, "lateral_surface_wind": -1.5552967784575031, "impact_velocity": -5.4056449123587225, "x_impact": 858.4834494889972, "max_mach_number": 0.8403531184422747, "out_of_rail_time": 0.35685591649535925, "apogee_y": 355.3669664100164, "out_of_rail_velocity": 25.898512695422074, "apogee_x": 231.5232123297862, "initial_stability_margin": 2.629052244926846, "t_final": 293.4588706408347, "apogee_time": 26.063902655330267, "frontal_surface_wind": 1.3231841604128831, "y_impact": 377.16767536411476} +{"apogee": 3647.583617846942, "out_of_rail_stability_margin": 2.6908787955957085, "lateral_surface_wind": -2.1218397556034647, "impact_velocity": -5.560172453810034, "x_impact": 1172.3078470161863, "max_mach_number": 0.8707257225094772, "out_of_rail_time": 0.3513025198418496, "apogee_y": 636.3460832142171, "out_of_rail_velocity": 26.29510336187643, "apogee_x": 550.8314012137067, "initial_stability_margin": 2.620199871911173, "t_final": 306.6064395843279, "apogee_time": 26.572658509538492, "frontal_surface_wind": 0.8463357278427934, "y_impact": 544.4808259222317} +{"apogee": 3334.033753592041, "out_of_rail_stability_margin": 2.7336935548178483, "lateral_surface_wind": -1.957983668345367, "impact_velocity": -5.498173518283715, "x_impact": 971.0953796306155, "max_mach_number": 0.8120626280035194, "out_of_rail_time": 0.3621511981945813, "apogee_y": 513.0019692112069, "out_of_rail_velocity": 25.348396266018693, "apogee_x": 363.9025761868693, "initial_stability_margin": 2.6609797664991857, "t_final": 294.3928315329472, "apogee_time": 25.570478270719516, "frontal_surface_wind": 1.3353713350509344, "y_impact": 399.24793814811636} +{"apogee": 3291.4993544343815, "out_of_rail_stability_margin": 2.6358369550529765, "lateral_surface_wind": -1.3431822223158933, "impact_velocity": -5.444507852751604, "x_impact": 726.0148373193022, "max_mach_number": 0.8013261377083566, "out_of_rail_time": 0.36428412257615195, "apogee_y": 358.1083415114602, "out_of_rail_velocity": 25.205109221758978, "apogee_x": 314.29803852239934, "initial_stability_margin": 2.5610565786726607, "t_final": 294.361782815288, "apogee_time": 25.40822947901003, "frontal_surface_wind": 0.6636049799535035, "y_impact": 242.36204364776387} +{"apogee": 3549.7275246813247, "out_of_rail_stability_margin": 2.714927559967605, "lateral_surface_wind": -1.5441864254617275, "impact_velocity": -5.481025151929868, "x_impact": 766.6856893743042, "max_mach_number": 0.8447359175202848, "out_of_rail_time": 0.3551549829575075, "apogee_y": 335.1825178972687, "out_of_rail_velocity": 25.944396995234214, "apogee_x": 205.94514521697374, "initial_stability_margin": 2.645485589033166, "t_final": 316.60127142986573, "apogee_time": 26.267477213877587, "frontal_surface_wind": 1.062778574593231, "y_impact": 309.8444222078585} +{"apogee": 4146.591243543063, "out_of_rail_stability_margin": 2.680958531957909, "lateral_surface_wind": -1.9514666141031172, "impact_velocity": -5.4721809239138945, "x_impact": 1166.1326875088953, "max_mach_number": 0.9758259587126437, "out_of_rail_time": 0.33349387921762763, "apogee_y": 468.4653139771099, "out_of_rail_velocity": 28.114669477495795, "apogee_x": 351.4567772198871, "initial_stability_margin": 2.6163389313241736, "t_final": 336.34415506618853, "apogee_time": 27.950974075706533, "frontal_surface_wind": 0.8356619417269912, "y_impact": 206.30265576468145} +{"apogee": 3768.9835802943408, "out_of_rail_stability_margin": 2.7294243875093143, "lateral_surface_wind": -2.10519611570672, "impact_velocity": -5.48575334951366, "x_impact": 988.7944313158976, "max_mach_number": 0.8969457652300687, "out_of_rail_time": 0.3454430591036133, "apogee_y": 473.67440975022555, "out_of_rail_velocity": 26.839008733215437, "apogee_x": 348.3244624390222, "initial_stability_margin": 2.6644386754272174, "t_final": 314.30585918877307, "apogee_time": 26.86520700292216, "frontal_surface_wind": 1.0922452200791382, "y_impact": 189.35685683068692} +{"apogee": 3368.94117889009, "out_of_rail_stability_margin": 2.638301960662999, "lateral_surface_wind": -1.3500936988842587, "impact_velocity": -5.501291626841378, "x_impact": 780.6450764235434, "max_mach_number": 0.8112023631220168, "out_of_rail_time": 0.3616803986724358, "apogee_y": 383.50143767370105, "out_of_rail_velocity": 25.358574235191302, "apogee_x": 337.6663477251827, "initial_stability_margin": 2.5660185403091265, "t_final": 307.4064542390471, "apogee_time": 25.71171295975251, "frontal_surface_wind": 0.6494282531562453, "y_impact": 260.112322768645} +{"apogee": 3166.5029731470713, "out_of_rail_stability_margin": 2.549425430133702, "lateral_surface_wind": -1.2715162167138787, "impact_velocity": -5.218288818607014, "x_impact": 646.1099660873924, "max_mach_number": 0.7911722979363425, "out_of_rail_time": 0.36670697471575403, "apogee_y": 315.5616796668278, "out_of_rail_velocity": 24.975653378117535, "apogee_x": 306.5816426023576, "initial_stability_margin": 2.471748880405915, "t_final": 290.4607550334828, "apogee_time": 24.884632861903917, "frontal_surface_wind": 0.6296871244853544, "y_impact": 63.345857389207715} +{"apogee": 4093.6389688360823, "out_of_rail_stability_margin": 2.545057317952824, "lateral_surface_wind": -1.5314332261548371, "impact_velocity": -5.235955367798134, "x_impact": 1010.4495739688581, "max_mach_number": 0.9836756048263174, "out_of_rail_time": 0.3318943643887957, "apogee_y": 427.23605848476404, "out_of_rail_velocity": 28.248748176211794, "apogee_x": 333.61818889390855, "initial_stability_margin": 2.4770069598561664, "t_final": 358.1162170809263, "apogee_time": 27.61499306553977, "frontal_surface_wind": 1.0810745991945587, "y_impact": 406.43786484636337} +{"apogee": 3961.354222888397, "out_of_rail_stability_margin": 2.7327950891050916, "lateral_surface_wind": -2.059017913628862, "impact_velocity": -5.43860245603618, "x_impact": 1280.1482881873246, "max_mach_number": 0.9418888854033137, "out_of_rail_time": 0.33875292928336254, "apogee_y": 615.8401644766445, "out_of_rail_velocity": 27.517427320438376, "apogee_x": 478.5477283847017, "initial_stability_margin": 2.666605833367372, "t_final": 342.0772671091236, "apogee_time": 27.399636949087938, "frontal_surface_wind": 1.0279502208499172, "y_impact": 453.62551600553286} +{"apogee": 3029.037081512865, "out_of_rail_stability_margin": 2.5717883834968687, "lateral_surface_wind": -1.3076018801004328, "impact_velocity": -5.423090593327646, "x_impact": 680.6340861109111, "max_mach_number": 0.7576249507834755, "out_of_rail_time": 0.372849043923345, "apogee_y": 389.4633193691384, "out_of_rail_velocity": 24.51822329275259, "apogee_x": 361.33722920599683, "initial_stability_margin": 2.4999126706234147, "t_final": 280.15852794020606, "apogee_time": 24.51575063579049, "frontal_surface_wind": 0.5508508757066863, "y_impact": 164.6512033462513} +{"apogee": 3025.4424825373458, "out_of_rail_stability_margin": 2.5497638882245943, "lateral_surface_wind": -2.3708402594921023, "impact_velocity": -5.453333644981515, "x_impact": 833.1851174210708, "max_mach_number": 0.7520524768818242, "out_of_rail_time": 0.37407895301866795, "apogee_y": 432.89462246631854, "out_of_rail_velocity": 24.39199534656444, "apogee_x": 252.19745422655419, "initial_stability_margin": 2.474555242675254, "t_final": 282.93794575670614, "apogee_time": 24.525224258648215, "frontal_surface_wind": 0.8385821070140616, "y_impact": 172.8091166040188} +{"apogee": 3821.809528928632, "out_of_rail_stability_margin": 2.7393547359714456, "lateral_surface_wind": -2.162003413964109, "impact_velocity": -5.524318423680389, "x_impact": 1040.9601755274405, "max_mach_number": 0.902687211771451, "out_of_rail_time": 0.3453668787222801, "apogee_y": 559.45314457087, "out_of_rail_velocity": 26.85466796326748, "apogee_x": 392.4659626568485, "initial_stability_margin": 2.671597954760999, "t_final": 314.9177698804005, "apogee_time": 27.08017779113902, "frontal_surface_wind": 0.9749828431208036, "y_impact": 284.1781100672287} +{"apogee": 3762.120103479749, "out_of_rail_stability_margin": 2.6169988491827456, "lateral_surface_wind": -2.0698372639223352, "impact_velocity": -5.25319591186953, "x_impact": 1094.1289909858906, "max_mach_number": 0.9095391936049582, "out_of_rail_time": 0.3451006229621943, "apogee_y": 456.7007297755797, "out_of_rail_velocity": 26.931634661990607, "apogee_x": 341.73262205464573, "initial_stability_margin": 2.544947454786085, "t_final": 340.2419315911097, "apogee_time": 26.725759182434807, "frontal_surface_wind": 1.0785111907856908, "y_impact": 286.3398075158919} +{"apogee": 3154.4579679697026, "out_of_rail_stability_margin": 2.671415539303322, "lateral_surface_wind": -0.6883056874435934, "impact_velocity": -5.545724422935012, "x_impact": 702.18527015918, "max_mach_number": 0.7731160641600802, "out_of_rail_time": 0.3694093775938214, "apogee_y": 329.76648700606233, "out_of_rail_velocity": 24.7020249898866, "apogee_x": 355.3198784403999, "initial_stability_margin": 2.5973674980759385, "t_final": 283.64170979545383, "apogee_time": 25.00860849396219, "frontal_surface_wind": 0.8807974294022662, "y_impact": 446.3601487859147} +{"apogee": 3187.798641860969, "out_of_rail_stability_margin": 2.593868358361955, "lateral_surface_wind": -1.6693582833291654, "impact_velocity": -5.265867602729936, "x_impact": 953.4870783652926, "max_mach_number": 0.7952838990817801, "out_of_rail_time": 0.3648928081113438, "apogee_y": 509.67011196086406, "out_of_rail_velocity": 25.108986275623288, "apogee_x": 422.3285712142321, "initial_stability_margin": 2.519048236945028, "t_final": 294.9013021758304, "apogee_time": 24.963031112516724, "frontal_surface_wind": 0.7982411475868364, "y_impact": 561.663306930599} +{"apogee": 4279.587968492307, "out_of_rail_stability_margin": 2.570562394474211, "lateral_surface_wind": -1.479621911450877, "impact_velocity": -5.322294091366221, "x_impact": 893.6588200285727, "max_mach_number": 1.0213530009424674, "out_of_rail_time": 0.32651439241561375, "apogee_y": 342.23826976480944, "out_of_rail_velocity": 28.862590797354073, "apogee_x": 254.7548575680001, "initial_stability_margin": 2.5020291661159066, "t_final": 343.1379245867622, "apogee_time": 28.14982843267938, "frontal_surface_wind": 1.150968728658229, "y_impact": 317.50728232533464} +{"apogee": 2903.607573973826, "out_of_rail_stability_margin": 2.7521687910828967, "lateral_surface_wind": -1.9902027360108385, "impact_velocity": -5.596035666594215, "x_impact": 902.0381594687926, "max_mach_number": 0.7282286820142269, "out_of_rail_time": 0.3792217785395838, "apogee_y": 511.81091542563894, "out_of_rail_velocity": 23.950693142589895, "apogee_x": 396.66590534386023, "initial_stability_margin": 2.676488393389238, "t_final": 270.29633090009594, "apogee_time": 24.158981223494884, "frontal_surface_wind": 0.6652140729413434, "y_impact": 427.12994762205443} +{"apogee": 4038.947278370836, "out_of_rail_stability_margin": 2.8540371126282666, "lateral_surface_wind": -1.92499746464269, "impact_velocity": -5.2810757115737665, "x_impact": 923.6380048976723, "max_mach_number": 0.9672791641448367, "out_of_rail_time": 0.333491391204993, "apogee_y": 408.09826843284804, "out_of_rail_velocity": 28.06791166350747, "apogee_x": 285.200686999508, "initial_stability_margin": 2.7908586753512363, "t_final": 352.4326836730741, "apogee_time": 27.48815328839818, "frontal_surface_wind": 1.1789696824345193, "y_impact": 279.93413021084706} +{"apogee": 3051.8050452206803, "out_of_rail_stability_margin": 2.732727378826837, "lateral_surface_wind": -0.41285969697929914, "impact_velocity": -5.404606133142853, "x_impact": 686.6801630599423, "max_mach_number": 0.7602206560877327, "out_of_rail_time": 0.37288706602692895, "apogee_y": 378.8171751909518, "out_of_rail_velocity": 24.499809678885626, "apogee_x": 410.2213913337072, "initial_stability_margin": 2.657460007506862, "t_final": 282.77124222794737, "apogee_time": 24.60872679597574, "frontal_surface_wind": 0.21175884680356877, "y_impact": 601.233028634416} +{"apogee": 3916.6066237021805, "out_of_rail_stability_margin": 2.7480850757568973, "lateral_surface_wind": -1.3278976645292584, "impact_velocity": -5.435301090640901, "x_impact": 1042.5603788197477, "max_mach_number": 0.9370774030674192, "out_of_rail_time": 0.341595708641779, "apogee_y": 582.3915772454558, "out_of_rail_velocity": 27.28063377295897, "apogee_x": 546.5982577926313, "initial_stability_margin": 2.6756000565631335, "t_final": 327.44542685965115, "apogee_time": 27.25586157765954, "frontal_surface_wind": 0.4999471538540356, "y_impact": 266.8357009721353} +{"apogee": 3409.455015276776, "out_of_rail_stability_margin": 2.6296260157777356, "lateral_surface_wind": -1.8992315008626446, "impact_velocity": -5.4125853706262665, "x_impact": 809.4347118717212, "max_mach_number": 0.8247215829959658, "out_of_rail_time": 0.35972584886778075, "apogee_y": 405.05994794501515, "out_of_rail_velocity": 25.543933226457213, "apogee_x": 237.237728374405, "initial_stability_margin": 2.5551448997538393, "t_final": 309.86119203472055, "apogee_time": 25.785332967280528, "frontal_surface_wind": 0.8166637066253587, "y_impact": 320.8589433631122} +{"apogee": 3840.5035473929347, "out_of_rail_stability_margin": 2.7591773607223655, "lateral_surface_wind": -1.3449813834373723, "impact_velocity": -5.435277472723758, "x_impact": 637.7555615446701, "max_mach_number": 0.9028426481675283, "out_of_rail_time": 0.3448199737029528, "apogee_y": 253.11627400822672, "out_of_rail_velocity": 26.927122764175817, "apogee_x": 148.09705039769145, "initial_stability_margin": 2.6926382872420795, "t_final": 325.5985986658571, "apogee_time": 27.09992712319191, "frontal_surface_wind": 0.6599508542091925, "y_impact": 99.71959669128239} +{"apogee": 2377.148845398722, "out_of_rail_stability_margin": 2.6182134495997698, "lateral_surface_wind": -0.5680218132931438, "impact_velocity": -5.44359770737933, "x_impact": 457.98942879323545, "max_mach_number": 0.6347338067927053, "out_of_rail_time": 0.40384026268376494, "apogee_y": 385.6069974586889, "out_of_rail_velocity": 22.274181016528114, "apogee_x": 415.0890441425651, "initial_stability_margin": 2.5314307005404117, "t_final": 244.07454875291106, "apogee_time": 22.102758641334518, "frontal_surface_wind": -0.761973187490429, "y_impact": 360.958113877794} +{"apogee": 3550.484315095726, "out_of_rail_stability_margin": 2.69700973725644, "lateral_surface_wind": -1.488825333445308, "impact_velocity": -5.460453730290766, "x_impact": 965.9854216818727, "max_mach_number": 0.8483175385947841, "out_of_rail_time": 0.35580956699208904, "apogee_y": 377.0967895269846, "out_of_rail_velocity": 25.92936833739789, "apogee_x": 301.3346468069597, "initial_stability_margin": 2.6244223956485166, "t_final": 303.30536410613786, "apogee_time": 26.25852675203121, "frontal_surface_wind": 1.3975562664663277, "y_impact": 399.1370455483171} +{"apogee": 4013.6594804661263, "out_of_rail_stability_margin": 2.63182138399526, "lateral_surface_wind": -2.06098477234384, "impact_velocity": -5.543195893040703, "x_impact": 910.1357922408224, "max_mach_number": 0.9403073628518988, "out_of_rail_time": 0.33924301928233, "apogee_y": 523.3798616619946, "out_of_rail_velocity": 27.466479489196047, "apogee_x": 305.72450860321226, "initial_stability_margin": 2.564172597052929, "t_final": 331.9473704856077, "apogee_time": 27.624636545745247, "frontal_surface_wind": 0.92082925623991, "y_impact": 425.4723295889562} +{"apogee": 3554.657703119344, "out_of_rail_stability_margin": 2.6114349747316026, "lateral_surface_wind": -1.8476020788180714, "impact_velocity": -5.534333935404359, "x_impact": 824.1634370945753, "max_mach_number": 0.8466887675090464, "out_of_rail_time": 0.35462380359822454, "apogee_y": 340.17986246690407, "out_of_rail_velocity": 25.99655567181917, "apogee_x": 198.75188017094476, "initial_stability_margin": 2.5439620717397107, "t_final": 304.68043568036467, "apogee_time": 26.284714954072232, "frontal_surface_wind": 1.3310932357541907, "y_impact": 165.0764163628918} +{"apogee": 3065.4706190304673, "out_of_rail_stability_margin": 2.6822350184395685, "lateral_surface_wind": -2.388128597177672, "impact_velocity": -5.402915425023876, "x_impact": 957.85763816933, "max_mach_number": 0.7637263777907914, "out_of_rail_time": 0.3710493511269083, "apogee_y": 534.5832120623813, "out_of_rail_velocity": 24.583633665187246, "apogee_x": 353.1503831013889, "initial_stability_margin": 2.607548717589502, "t_final": 283.16458518980534, "apogee_time": 24.6379438142611, "frontal_surface_wind": 0.7880008182577777, "y_impact": 295.7338680912383} +{"apogee": 3740.773376454201, "out_of_rail_stability_margin": 2.614833150751816, "lateral_surface_wind": -2.604935537931792, "impact_velocity": -5.356064450660584, "x_impact": 1136.956193038001, "max_mach_number": 0.8946029089433923, "out_of_rail_time": 0.34743218354647026, "apogee_y": 547.2469000009612, "out_of_rail_velocity": 26.660874014424557, "apogee_x": 338.75639923423694, "initial_stability_margin": 2.5420184152339296, "t_final": 325.8468353410219, "apogee_time": 26.76416638325859, "frontal_surface_wind": 0.9442107871995884, "y_impact": 256.48569318905135} +{"apogee": 4614.77840506252, "out_of_rail_stability_margin": 2.5710827480624343, "lateral_surface_wind": -0.6475197641063852, "impact_velocity": -5.397681851326915, "x_impact": 1347.8219609466646, "max_mach_number": 1.1172018690253989, "out_of_rail_time": 0.31239723131595254, "apogee_y": 547.1766815278803, "out_of_rail_velocity": 30.512065520739874, "apogee_x": 720.9779824636643, "initial_stability_margin": 2.50823214245503, "t_final": 368.7074650019319, "apogee_time": 28.978263311694498, "frontal_surface_wind": 0.9112008483865943, "y_impact": 735.5003957883612} +{"apogee": 3556.163538383546, "out_of_rail_stability_margin": 2.6790192053358637, "lateral_surface_wind": -1.872409337654167, "impact_velocity": -5.464042000767745, "x_impact": 1044.9282028499417, "max_mach_number": 0.8553521281601786, "out_of_rail_time": 0.3532295867786729, "apogee_y": 526.099788737046, "out_of_rail_velocity": 26.114464799447628, "apogee_x": 418.09724363662286, "initial_stability_margin": 2.610131150137364, "t_final": 317.2065016671652, "apogee_time": 26.241157119995492, "frontal_surface_wind": 0.8764149564296173, "y_impact": 456.0097511985204} +{"apogee": 3270.2055550064038, "out_of_rail_stability_margin": 2.7953263981274734, "lateral_surface_wind": -3.021696075211745, "impact_velocity": -5.539188857027905, "x_impact": 747.2875066403365, "max_mach_number": 0.7944156847919277, "out_of_rail_time": 0.3648318035683452, "apogee_y": 446.26111407482983, "out_of_rail_velocity": 25.092501607604753, "apogee_x": 161.21884806622933, "initial_stability_margin": 2.7255152397046074, "t_final": 282.3908427541965, "apogee_time": 25.406093314416278, "frontal_surface_wind": 0.686042287520648, "y_impact": 31.744330660289968} +{"apogee": 3630.492313640795, "out_of_rail_stability_margin": 2.765007120002182, "lateral_surface_wind": -1.530269475682028, "impact_velocity": -5.486018001143176, "x_impact": 874.3680791987564, "max_mach_number": 0.8622141792206337, "out_of_rail_time": 0.35199395970668373, "apogee_y": 406.9348248816557, "out_of_rail_velocity": 26.234383408960053, "apogee_x": 306.1505055442053, "initial_stability_margin": 2.696690656543718, "t_final": 309.126541470713, "apogee_time": 26.510329109769454, "frontal_surface_wind": 1.082721269298123, "y_impact": 396.242935744395} +{"apogee": 2236.149441294479, "out_of_rail_stability_margin": 2.7269235837281998, "lateral_surface_wind": -1.3413514163302596, "impact_velocity": -5.497123809531847, "x_impact": 573.6910182349309, "max_mach_number": 0.6006503914611535, "out_of_rail_time": 0.4116385196819839, "apogee_y": 333.7049883461304, "out_of_rail_velocity": 21.725985055375446, "apogee_x": 292.02472546921814, "initial_stability_margin": 2.642224552001707, "t_final": 233.36613669326223, "apogee_time": 21.549489691555927, "frontal_surface_wind": 0.6519137746668584, "y_impact": 285.13519743971244} +{"apogee": 4125.223072329455, "out_of_rail_stability_margin": 2.7113355128478216, "lateral_surface_wind": -1.9135877538128363, "impact_velocity": -5.442948021180766, "x_impact": 1096.30664993458, "max_mach_number": 0.9767463248930547, "out_of_rail_time": 0.3329654737799353, "apogee_y": 568.8867710201666, "out_of_rail_velocity": 28.117219691011407, "apogee_x": 397.67571861626806, "initial_stability_margin": 2.6457865958334565, "t_final": 335.48803734114256, "apogee_time": 27.841842382234884, "frontal_surface_wind": 0.782433263636962, "y_impact": 505.78039055142443} +{"apogee": 2664.015194454955, "out_of_rail_stability_margin": 2.658632368406553, "lateral_surface_wind": -1.8681000251573112, "impact_velocity": -5.42368377074628, "x_impact": 861.7171102317375, "max_mach_number": 0.6893676695181041, "out_of_rail_time": 0.3879278744711798, "apogee_y": 489.2953563776542, "out_of_rail_velocity": 23.302179177927673, "apogee_x": 414.4106163316938, "initial_stability_margin": 2.5797915668767915, "t_final": 256.31808121515695, "apogee_time": 23.205560707069182, "frontal_surface_wind": 0.8855632103894658, "y_impact": 436.1383924933127} +{"apogee": 2831.330406462913, "out_of_rail_stability_margin": 2.749371916046417, "lateral_surface_wind": -2.4725768112600237, "impact_velocity": -5.462599732955324, "x_impact": 662.8089150052248, "max_mach_number": 0.7105770936027285, "out_of_rail_time": 0.3831989453425273, "apogee_y": 333.32852907178386, "out_of_rail_velocity": 23.679598380618952, "apogee_x": 146.7734358481769, "initial_stability_margin": 2.672852571811509, "t_final": 261.5116254581253, "apogee_time": 23.893144329687363, "frontal_surface_wind": 1.3250258371925667, "y_impact": 81.89235724342788} +{"apogee": 2936.178918840175, "out_of_rail_stability_margin": 2.6229905235231983, "lateral_surface_wind": -2.1823077511722744, "impact_velocity": -5.3637624262431824, "x_impact": 741.1438943719868, "max_mach_number": 0.7405048124955776, "out_of_rail_time": 0.3777870255257391, "apogee_y": 449.8245984757434, "out_of_rail_velocity": 24.145162702136567, "apogee_x": 259.97641839413603, "initial_stability_margin": 2.5437101257114945, "t_final": 277.80402256364033, "apogee_time": 24.177603029016613, "frontal_surface_wind": 0.6752932635943965, "y_impact": 319.67372761829046} +{"apogee": 3555.234354370959, "out_of_rail_stability_margin": 2.699692994037163, "lateral_surface_wind": -1.368066177326328, "impact_velocity": -5.463258046697586, "x_impact": 887.2143615050109, "max_mach_number": 0.8507569233475036, "out_of_rail_time": 0.3541265422988251, "apogee_y": 458.30798912539245, "out_of_rail_velocity": 26.0506848899116, "apogee_x": 405.3354271208788, "initial_stability_margin": 2.630131944555318, "t_final": 311.8449841795181, "apogee_time": 26.263003239186055, "frontal_surface_wind": 0.6106594682965947, "y_impact": 341.64418440614577} +{"apogee": 3520.307668493114, "out_of_rail_stability_margin": 2.5367272493156534, "lateral_surface_wind": -1.2136026818022962, "impact_velocity": -5.351639117048294, "x_impact": 831.6580043677092, "max_mach_number": 0.8600253950369405, "out_of_rail_time": 0.35390641132848827, "apogee_y": 494.4508993783254, "out_of_rail_velocity": 26.071610675699986, "apogee_x": 459.6960903048986, "initial_stability_margin": 2.461342847889687, "t_final": 320.1561504956162, "apogee_time": 26.043509951660187, "frontal_surface_wind": 0.46280289664000696, "y_impact": 517.1518790782055} +{"apogee": 3822.4495690967383, "out_of_rail_stability_margin": 2.746011336567882, "lateral_surface_wind": -2.1693789710565046, "impact_velocity": -5.391270635495803, "x_impact": 979.3364013532829, "max_mach_number": 0.9108781447686574, "out_of_rail_time": 0.34365818603346227, "apogee_y": 566.4057220612476, "out_of_rail_velocity": 27.039547195142447, "apogee_x": 376.5424175376555, "initial_stability_margin": 2.6787582230599525, "t_final": 317.49019312325254, "apogee_time": 26.995443223188424, "frontal_surface_wind": 1.2173887759269122, "y_impact": 447.4223960513402} +{"apogee": 4198.372620006922, "out_of_rail_stability_margin": 2.7874153176847263, "lateral_surface_wind": -1.3711492946925432, "impact_velocity": -5.488116945378111, "x_impact": 1028.7258092797213, "max_mach_number": 0.9832760865142728, "out_of_rail_time": 0.3323107334412362, "apogee_y": 495.03271868325385, "out_of_rail_velocity": 28.180046849066414, "apogee_x": 432.6292296679903, "initial_stability_margin": 2.7205138241272553, "t_final": 347.39437331779743, "apogee_time": 28.1083738464997, "frontal_surface_wind": 0.6037049473283225, "y_impact": 373.36036684818845} +{"apogee": 3478.0913629760585, "out_of_rail_stability_margin": 2.7375144989546727, "lateral_surface_wind": -1.1020710385185841, "impact_velocity": -5.5049049145227755, "x_impact": 772.8272185185857, "max_mach_number": 0.831123756848037, "out_of_rail_time": 0.3580744243177268, "apogee_y": 280.7568597737092, "out_of_rail_velocity": 25.704240354989345, "apogee_x": 234.75921566275534, "initial_stability_margin": 2.666568983403132, "t_final": 304.3114247436755, "apogee_time": 26.0453982930373, "frontal_surface_wind": 1.2488480452686013, "y_impact": 401.8951076093333} +{"apogee": 4241.5339014564015, "out_of_rail_stability_margin": 2.5984374773493717, "lateral_surface_wind": -2.6897099029724503, "impact_velocity": -5.342497986135427, "x_impact": 978.8881570296264, "max_mach_number": 1.0167842153970537, "out_of_rail_time": 0.32806030441017103, "apogee_y": 665.8232865750255, "out_of_rail_velocity": 28.75861588233955, "apogee_x": 398.6487696253411, "initial_stability_margin": 2.5313703909432657, "t_final": 343.45046794057873, "apogee_time": 28.084094715888337, "frontal_surface_wind": 0.08679572290778448, "y_impact": 218.28001348111465} +{"apogee": 4041.692808566425, "out_of_rail_stability_margin": 2.6045344211904715, "lateral_surface_wind": -1.3538134486904039, "impact_velocity": -5.463565450498164, "x_impact": 1031.7176502631123, "max_mach_number": 0.9545967551983606, "out_of_rail_time": 0.3380613031360666, "apogee_y": 480.5755939495838, "out_of_rail_velocity": 27.636465173993027, "apogee_x": 453.1754323375618, "initial_stability_margin": 2.5333649399809524, "t_final": 341.32543212267825, "apogee_time": 27.63435149558141, "frontal_surface_wind": 0.6416379024882697, "y_impact": 354.66430706074686} +{"apogee": 3296.825213929523, "out_of_rail_stability_margin": 2.5561348692003008, "lateral_surface_wind": -1.8772113848203746, "impact_velocity": -5.49022452937603, "x_impact": 1064.4370876958055, "max_mach_number": 0.8065803938771784, "out_of_rail_time": 0.362860977323191, "apogee_y": 581.5800282089556, "out_of_rail_velocity": 25.271014565587056, "apogee_x": 496.6228854958497, "initial_stability_margin": 2.4829939616263004, "t_final": 289.6142189105826, "apogee_time": 25.43800125522342, "frontal_surface_wind": 0.8660815898567612, "y_impact": 533.5535816081498} +{"apogee": 4713.967666889731, "out_of_rail_stability_margin": 2.7245448775108505, "lateral_surface_wind": -1.6029069870400652, "impact_velocity": -5.454241829854374, "x_impact": 1431.5159138164656, "max_mach_number": 1.131855647369276, "out_of_rail_time": 0.31031014881017727, "apogee_y": 636.7723210308981, "out_of_rail_velocity": 30.790065844262266, "apogee_x": 519.5177083449887, "initial_stability_margin": 2.6633777221158814, "t_final": 378.4551732696825, "apogee_time": 29.265910215574042, "frontal_surface_wind": 1.265090345527138, "y_impact": 642.9329453618863} +{"apogee": 2862.817807814093, "out_of_rail_stability_margin": 2.7277405996898954, "lateral_surface_wind": -1.5504693328923045, "impact_velocity": -5.519130340978794, "x_impact": 714.3396591440294, "max_mach_number": 0.7184452232779291, "out_of_rail_time": 0.380743296627238, "apogee_y": 375.2217404390195, "out_of_rail_velocity": 23.82963472621861, "apogee_x": 274.79530796947495, "initial_stability_margin": 2.652017091984286, "t_final": 264.93208276932336, "apogee_time": 23.984258345638533, "frontal_surface_wind": 1.0535914117698475, "y_impact": 377.86726224608685} +{"apogee": 2150.8511111111825, "out_of_rail_stability_margin": 2.689931301319191, "lateral_surface_wind": -1.9062950641893912, "impact_velocity": -5.540949578734715, "x_impact": 518.6066631054429, "max_mach_number": 0.581676547940301, "out_of_rail_time": 0.41597871431916067, "apogee_y": 264.660782514907, "out_of_rail_velocity": 21.432611700700118, "apogee_x": 132.83450751566434, "initial_stability_margin": 2.611572870136946, "t_final": 225.30363843075168, "apogee_time": 21.19586694496017, "frontal_surface_wind": 1.2455849116662356, "y_impact": 167.92711595219123} +{"apogee": 2212.0402924841815, "out_of_rail_stability_margin": 2.6670072909578364, "lateral_surface_wind": -1.354653881999196, "impact_velocity": -5.4407548844619, "x_impact": 563.6712126033549, "max_mach_number": 0.5977123171944111, "out_of_rail_time": 0.4129201901228797, "apogee_y": 347.3789027100298, "out_of_rail_velocity": 21.63164842863781, "apogee_x": 320.35469889629087, "initial_stability_margin": 2.5796799018827112, "t_final": 237.91904420490144, "apogee_time": 21.437577405725747, "frontal_surface_wind": 0.6398616348469877, "y_impact": 274.3180676502589} +{"apogee": 2691.824871198749, "out_of_rail_stability_margin": 2.73381091558349, "lateral_surface_wind": -1.5733351841059495, "impact_velocity": -5.490416111145496, "x_impact": 738.008945457949, "max_mach_number": 0.6869551797817445, "out_of_rail_time": 0.38967801973319594, "apogee_y": 337.32333639914305, "out_of_rail_velocity": 23.179709090540364, "apogee_x": 222.05289093558278, "initial_stability_margin": 2.6499718757517328, "t_final": 267.6448931539939, "apogee_time": 23.35505517929117, "frontal_surface_wind": 1.3016838287011683, "y_impact": 365.741998420452} +{"apogee": 2549.0668570681414, "out_of_rail_stability_margin": 2.662501290166825, "lateral_surface_wind": -1.9440655306569137, "impact_velocity": -5.606468009585578, "x_impact": 775.2995916795923, "max_mach_number": 0.660401051810783, "out_of_rail_time": 0.39562571192564644, "apogee_y": 417.04584150539, "out_of_rail_velocity": 22.719177849935054, "apogee_x": 293.13009751845397, "initial_stability_margin": 2.5807162625473308, "t_final": 250.32624000412824, "apogee_time": 22.849183334424243, "frontal_surface_wind": 1.35555370992615, "y_impact": 319.07494611969724} +{"apogee": 2632.445025551186, "out_of_rail_stability_margin": 2.6818101341517497, "lateral_surface_wind": -2.3273020323594533, "impact_velocity": -5.536089867749372, "x_impact": 610.4706479917869, "max_mach_number": 0.6736830961302022, "out_of_rail_time": 0.39171855652222454, "apogee_y": 312.3559619458211, "out_of_rail_velocity": 23.080730766818824, "apogee_x": 143.08795652931323, "initial_stability_margin": 2.6058492342992223, "t_final": 253.41389574462193, "apogee_time": 23.133610481511358, "frontal_surface_wind": 0.9527689837564399, "y_impact": 62.101108491983} +{"apogee": 3161.7499620226167, "out_of_rail_stability_margin": 2.6710893560299467, "lateral_surface_wind": -0.4038821798527631, "impact_velocity": -5.4407933762061536, "x_impact": 734.1034550173905, "max_mach_number": 0.778919694136355, "out_of_rail_time": 0.367723880031883, "apogee_y": 373.6692598053632, "out_of_rail_velocity": 24.844767338407152, "apogee_x": 441.136441430957, "initial_stability_margin": 2.5997223546863273, "t_final": 289.1774982584013, "apogee_time": 25.000035202336537, "frontal_surface_wind": 0.22841655672651284, "y_impact": 610.457989132366} +{"apogee": 3898.3769496223426, "out_of_rail_stability_margin": 2.6716676351406425, "lateral_surface_wind": -2.1333890356729635, "impact_velocity": -5.517726317411774, "x_impact": 1250.5880437113742, "max_mach_number": 0.9210129063570066, "out_of_rail_time": 0.34229664636466905, "apogee_y": 658.2671511717124, "out_of_rail_velocity": 27.166540197937458, "apogee_x": 563.3405217506422, "initial_stability_margin": 2.6052370934229843, "t_final": 321.5925422835423, "apogee_time": 27.29192099285146, "frontal_surface_wind": 1.0360991887086732, "y_impact": 381.40839468052815} +{"apogee": 3948.642331453505, "out_of_rail_stability_margin": 2.585548725658691, "lateral_surface_wind": -0.4008897816632472, "impact_velocity": -5.381293557743283, "x_impact": 979.2717664647516, "max_mach_number": 0.94468142817498, "out_of_rail_time": 0.3388716393596264, "apogee_y": 496.73218100887334, "out_of_rail_velocity": 27.497379552553888, "apogee_x": 614.8739271897323, "initial_stability_margin": 2.515766893456006, "t_final": 328.18568322010395, "apogee_time": 27.322904884880092, "frontal_surface_wind": 0.23362859745204567, "y_impact": 808.3840046974407} +{"apogee": 3026.233899953657, "out_of_rail_stability_margin": 2.6387780857510332, "lateral_surface_wind": -1.509867740125916, "impact_velocity": -5.441090083691349, "x_impact": 766.1014662779955, "max_mach_number": 0.7500889191476383, "out_of_rail_time": 0.37444596384990075, "apogee_y": 367.86023349509793, "out_of_rail_velocity": 24.372846327356115, "apogee_x": 295.219743438451, "initial_stability_margin": 2.5645572599281645, "t_final": 275.84553697564587, "apogee_time": 24.544128032090224, "frontal_surface_wind": 1.1109947896015295, "y_impact": 362.4811006945441} +{"apogee": 3729.8476395372904, "out_of_rail_stability_margin": 2.692819583419051, "lateral_surface_wind": -2.106794717452509, "impact_velocity": -5.274865361849164, "x_impact": 832.5201906303239, "max_mach_number": 0.8925983400596621, "out_of_rail_time": 0.34716829575544267, "apogee_y": 341.92833515304415, "out_of_rail_velocity": 26.7120962323013, "apogee_x": 144.21439120241632, "initial_stability_margin": 2.623413811290145, "t_final": 325.8395733309746, "apogee_time": 26.70039425650888, "frontal_surface_wind": 1.0044046526603077, "y_impact": 168.7882963383812} +{"apogee": 3000.216224311908, "out_of_rail_stability_margin": 2.5568909235835404, "lateral_surface_wind": -1.3619687703387215, "impact_velocity": -5.394584429233708, "x_impact": 626.3618165226331, "max_mach_number": 0.7493613317716623, "out_of_rail_time": 0.37483663833388414, "apogee_y": 333.03260092900877, "out_of_rail_velocity": 24.346691620361547, "apogee_x": 244.78319114818265, "initial_stability_margin": 2.479914920441492, "t_final": 281.9267569871621, "apogee_time": 24.392790836499568, "frontal_surface_wind": 0.6076645952444617, "y_impact": 251.26863390572686} +{"apogee": 4041.1927852896756, "out_of_rail_stability_margin": 2.6615426120812664, "lateral_surface_wind": -2.143938980593039, "impact_velocity": -5.30634209601582, "x_impact": 927.5797408707961, "max_mach_number": 0.9655367485395375, "out_of_rail_time": 0.3350706371608789, "apogee_y": 465.3591839474919, "out_of_rail_velocity": 27.883604024934705, "apogee_x": 279.35812150886767, "initial_stability_margin": 2.592979289777478, "t_final": 338.41241193808577, "apogee_time": 27.537423049376528, "frontal_surface_wind": 0.7886784897385261, "y_impact": 324.5182629610446} +{"apogee": 3813.1793123826974, "out_of_rail_stability_margin": 2.6329178794708152, "lateral_surface_wind": -1.1967286141601843, "impact_velocity": -5.42482748755987, "x_impact": 977.4485447686839, "max_mach_number": 0.9115442144839583, "out_of_rail_time": 0.34464439290566884, "apogee_y": 542.9511545513461, "out_of_rail_velocity": 26.992052656599938, "apogee_x": 559.0826875270395, "initial_stability_margin": 2.5644450660250033, "t_final": 319.14244971604063, "apogee_time": 26.99053153258662, "frontal_surface_wind": 0.5048352349691447, "y_impact": 584.0415713265319} +{"apogee": 3397.493740947152, "out_of_rail_stability_margin": 2.5890413913297334, "lateral_surface_wind": -2.1350153820887994, "impact_velocity": -5.285068002765507, "x_impact": 832.2706943985229, "max_mach_number": 0.8291281913352924, "out_of_rail_time": 0.3584300580788087, "apogee_y": 393.5149792859172, "out_of_rail_velocity": 25.66325126132216, "apogee_x": 228.6620470560181, "initial_stability_margin": 2.5163998757532893, "t_final": 312.39681351645714, "apogee_time": 25.67606323560012, "frontal_surface_wind": 1.0327437361788283, "y_impact": 111.7613879044781} +{"apogee": 2945.2329301907416, "out_of_rail_stability_margin": 2.7302925790154204, "lateral_surface_wind": -2.677291392758402, "impact_velocity": -5.381536591047408, "x_impact": 694.3584992287327, "max_mach_number": 0.742814901169815, "out_of_rail_time": 0.37613026163479446, "apogee_y": 490.8981179802731, "out_of_rail_velocity": 24.261529219353694, "apogee_x": 302.7588937456154, "initial_stability_margin": 2.657345180358227, "t_final": 270.2030057606287, "apogee_time": 24.217162019447063, "frontal_surface_wind": 0.2723667709632125, "y_impact": 135.96083283662477} +{"apogee": 2598.2160916448533, "out_of_rail_stability_margin": 2.7510661065186803, "lateral_surface_wind": -2.130179505699296, "impact_velocity": -5.5673803153652575, "x_impact": 600.3010652761332, "max_mach_number": 0.6682449029848977, "out_of_rail_time": 0.3925571768866691, "apogee_y": 379.97042730760205, "out_of_rail_velocity": 22.957080135448127, "apogee_x": 223.76449224063734, "initial_stability_margin": 2.673843565917519, "t_final": 252.60772274719707, "apogee_time": 23.01545409948795, "frontal_surface_wind": 0.8099528486413732, "y_impact": 160.75005164819402} +{"apogee": 3821.2734139746167, "out_of_rail_stability_margin": 2.7207611856468192, "lateral_surface_wind": -2.6828246537561524, "impact_velocity": -5.456683783723146, "x_impact": 1022.9340829414314, "max_mach_number": 0.911510639337895, "out_of_rail_time": 0.34422940675831487, "apogee_y": 679.0982633835652, "out_of_rail_velocity": 26.948821227227505, "apogee_x": 472.87724959323714, "initial_stability_margin": 2.6518335989791675, "t_final": 325.57544987504866, "apogee_time": 27.03041775425449, "frontal_surface_wind": 0.2110088549358371, "y_impact": 255.5449108104052} +{"apogee": 3722.949263895635, "out_of_rail_stability_margin": 2.7307623442004836, "lateral_surface_wind": -1.5021271908755498, "impact_velocity": -5.536900386005045, "x_impact": 869.0739086266801, "max_mach_number": 0.8780302911929327, "out_of_rail_time": 0.3495325516187616, "apogee_y": 377.8564829803594, "out_of_rail_velocity": 26.47453350718528, "apogee_x": 288.7206202476882, "initial_stability_margin": 2.661697590824992, "t_final": 315.5092031335167, "apogee_time": 26.80411925445562, "frontal_surface_wind": 1.1214383253781801, "y_impact": 359.9802257996408} +{"apogee": 2372.274427370158, "out_of_rail_stability_margin": 2.7243875539337243, "lateral_surface_wind": -2.356363986739698, "impact_velocity": -5.432542033500375, "x_impact": 570.9836671746745, "max_mach_number": 0.6260677906052265, "out_of_rail_time": 0.4038707454264905, "apogee_y": 311.33100722771815, "out_of_rail_velocity": 22.223206139128518, "apogee_x": 138.14728024259523, "initial_stability_margin": 2.644421805572307, "t_final": 243.2511428239322, "apogee_time": 22.097877802115477, "frontal_surface_wind": 0.8784373900449131, "y_impact": 66.7311502055185} +{"apogee": 3079.7351424464537, "out_of_rail_stability_margin": 2.6886616162649513, "lateral_surface_wind": -0.5804645736280514, "impact_velocity": -5.4861634731942495, "x_impact": 622.6630917193868, "max_mach_number": 0.7662710271069813, "out_of_rail_time": 0.371052437711574, "apogee_y": 435.86026346745666, "out_of_rail_velocity": 24.64545445407017, "apogee_x": 482.9214257779257, "initial_stability_margin": 2.615857897865247, "t_final": 283.9065998127717, "apogee_time": 24.71465045378027, "frontal_surface_wind": -0.7525375722141454, "y_impact": 448.0304764197942} +{"apogee": 3361.2390633704176, "out_of_rail_stability_margin": 2.722706168176345, "lateral_surface_wind": -0.41302325010648444, "impact_velocity": -5.422366985539326, "x_impact": 804.2286942949866, "max_mach_number": 0.8188093534848, "out_of_rail_time": 0.3603341431280564, "apogee_y": 445.6696051613822, "out_of_rail_velocity": 25.518183333625714, "apogee_x": 488.5620269480197, "initial_stability_margin": 2.65238200426066, "t_final": 304.2515090408721, "apogee_time": 25.635699142456723, "frontal_surface_wind": 0.21143966860760155, "y_impact": 717.1723186101628} +{"apogee": 3699.7719802291936, "out_of_rail_stability_margin": 2.8007066929736943, "lateral_surface_wind": -1.9554543030866745, "impact_velocity": -5.422091923864036, "x_impact": 1197.4009226988758, "max_mach_number": 0.8868636638838089, "out_of_rail_time": 0.34733336660029646, "apogee_y": 526.0277836650138, "out_of_rail_velocity": 26.66330662453477, "apogee_x": 435.3858841388607, "initial_stability_margin": 2.7354719105643697, "t_final": 324.8835633074413, "apogee_time": 26.65354308586347, "frontal_surface_wind": 0.826287658960134, "y_impact": 295.56010581561884} +{"apogee": 4230.910073074847, "out_of_rail_stability_margin": 2.660192807552653, "lateral_surface_wind": -2.110687626362988, "impact_velocity": -5.4325224139559545, "x_impact": 1285.058149205201, "max_mach_number": 1.007166743021104, "out_of_rail_time": 0.3288308321686685, "apogee_y": 607.580120251334, "out_of_rail_velocity": 28.592469575022992, "apogee_x": 488.4348106690704, "initial_stability_margin": 2.5932634679252784, "t_final": 349.21758609843096, "apogee_time": 28.10141591010921, "frontal_surface_wind": 0.9961979881979499, "y_impact": 456.2645810939735} +{"apogee": 3379.354348833038, "out_of_rail_stability_margin": 2.735047144249993, "lateral_surface_wind": -2.133997459136638, "impact_velocity": -5.536251823738928, "x_impact": 992.1330336811624, "max_mach_number": 0.8192075038499165, "out_of_rail_time": 0.3602047705420821, "apogee_y": 548.6599257078049, "out_of_rail_velocity": 25.521412568991753, "apogee_x": 423.7167071538675, "initial_stability_margin": 2.6651876381977706, "t_final": 295.6368216499709, "apogee_time": 25.723341959415734, "frontal_surface_wind": 0.8151950423554692, "y_impact": 443.52809424470587} +{"apogee": 4180.805844088064, "out_of_rail_stability_margin": 2.7730327497330864, "lateral_surface_wind": -1.8586142055244546, "impact_velocity": -5.55416920611489, "x_impact": 1171.5900043876215, "max_mach_number": 0.9739271754241957, "out_of_rail_time": 0.334010550822163, "apogee_y": 557.1044823293698, "out_of_rail_velocity": 28.017776701971822, "apogee_x": 452.52964710634524, "initial_stability_margin": 2.7070961267972, "t_final": 340.1375809858812, "apogee_time": 28.122897983179946, "frontal_surface_wind": 0.9053027883590906, "y_impact": 489.4388520125981} +{"apogee": 2905.819960025521, "out_of_rail_stability_margin": 2.6657666813796532, "lateral_surface_wind": -1.4636328727252947, "impact_velocity": -5.481646185636024, "x_impact": 939.7093141253376, "max_mach_number": 0.7292410466201615, "out_of_rail_time": 0.3788226758303556, "apogee_y": 400.88143209602805, "out_of_rail_velocity": 24.005356756006737, "apogee_x": 379.56900909490236, "initial_stability_margin": 2.589229459952729, "t_final": 268.0783591809859, "apogee_time": 24.12766500064157, "frontal_surface_wind": 1.423918257950833, "y_impact": 437.248375790161} +{"apogee": 2613.6055137867093, "out_of_rail_stability_margin": 2.598114147796972, "lateral_surface_wind": -1.5046476893455814, "impact_velocity": -5.451155784069131, "x_impact": 673.059077382795, "max_mach_number": 0.6736754523645876, "out_of_rail_time": 0.3911574026186339, "apogee_y": 325.35354558613193, "out_of_rail_velocity": 23.067624328131227, "apogee_x": 259.0527343586022, "initial_stability_margin": 2.520472900899163, "t_final": 260.14236666431174, "apogee_time": 23.031764656265644, "frontal_surface_wind": 1.118054267977047, "y_impact": 318.56938839350255} +{"apogee": 3926.3364325435714, "out_of_rail_stability_margin": 2.8413505545271467, "lateral_surface_wind": -2.667329774013396, "impact_velocity": -5.558498608692584, "x_impact": 848.0875026629477, "max_mach_number": 0.9219439307061363, "out_of_rail_time": 0.34200669316759236, "apogee_y": 531.2999984035536, "out_of_rail_velocity": 27.168135567697572, "apogee_x": 322.1271239454931, "initial_stability_margin": 2.775999060567987, "t_final": 320.6030717623125, "apogee_time": 27.403837337334178, "frontal_surface_wind": 0.35696601564406416, "y_impact": 101.86529324433735} +{"apogee": 3060.4697163248898, "out_of_rail_stability_margin": 2.613372677356425, "lateral_surface_wind": -1.3239071816196029, "impact_velocity": -5.558875711821858, "x_impact": 797.8826165007, "max_mach_number": 0.7560290243787304, "out_of_rail_time": 0.3737993327433218, "apogee_y": 410.3938998560267, "out_of_rail_velocity": 24.41922908082818, "apogee_x": 393.7555171282612, "initial_stability_margin": 2.5362893139721674, "t_final": 272.1877537461862, "apogee_time": 24.681092684864876, "frontal_surface_wind": 0.6866476288079821, "y_impact": 347.9924223494645} +{"apogee": 1874.3626196494297, "out_of_rail_stability_margin": 2.5750249862996726, "lateral_surface_wind": -1.9721486091825464, "impact_velocity": -5.309380798404541, "x_impact": 481.91157223855714, "max_mach_number": 0.5340177643138372, "out_of_rail_time": 0.4348636971146891, "apogee_y": 224.21109673850336, "out_of_rail_velocity": 20.35153329206349, "apogee_x": 84.10090828308105, "initial_stability_margin": 2.477771103819576, "t_final": 222.14061740778394, "apogee_time": 19.874451381627726, "frontal_surface_wind": 1.3143616364160382, "y_impact": 104.49260801119003} +{"apogee": 3065.538405188763, "out_of_rail_stability_margin": 2.8027261664402663, "lateral_surface_wind": -1.9737625223186757, "impact_velocity": -5.469682117796842, "x_impact": 883.7141864361478, "max_mach_number": 0.7624327235331747, "out_of_rail_time": 0.3721856957516121, "apogee_y": 454.4833753589113, "out_of_rail_velocity": 24.541945022870706, "apogee_x": 338.2340752194017, "initial_stability_margin": 2.7284337485814554, "t_final": 287.3288270182174, "apogee_time": 24.65983814228817, "frontal_surface_wind": 0.7125154024682268, "y_impact": 359.61026894385174} +{"apogee": 2472.549653821581, "out_of_rail_stability_margin": 2.6662832007790094, "lateral_surface_wind": -1.9819068216341587, "impact_velocity": -5.35910262573331, "x_impact": 513.8956956813635, "max_mach_number": 0.6470090357522573, "out_of_rail_time": 0.3989497352240653, "apogee_y": 270.2012258245078, "out_of_rail_velocity": 22.543123007744505, "apogee_x": 118.8344741636687, "initial_stability_margin": 2.5851362310403387, "t_final": 251.3337279462521, "apogee_time": 22.482611509467525, "frontal_surface_wind": 0.6895375578053935, "y_impact": 156.74857820189553} +{"apogee": 2611.25991698869, "out_of_rail_stability_margin": 2.7431092780945745, "lateral_surface_wind": -1.2247421214357153, "impact_velocity": -5.4953646169433865, "x_impact": 441.3833990749369, "max_mach_number": 0.6730921165578363, "out_of_rail_time": 0.39176975978545453, "apogee_y": 331.66069656019476, "out_of_rail_velocity": 23.005995124560357, "apogee_x": 255.51714045875826, "initial_stability_margin": 2.665860192114058, "t_final": 254.3171882034214, "apogee_time": 23.053960832645224, "frontal_surface_wind": 0.43246355499307776, "y_impact": 306.79682454721296} +{"apogee": 4315.456205585827, "out_of_rail_stability_margin": 2.6844463704382022, "lateral_surface_wind": -2.3520491978934928, "impact_velocity": -5.415474215609466, "x_impact": 1173.0023350185488, "max_mach_number": 1.0238215469640901, "out_of_rail_time": 0.3259081699105389, "apogee_y": 535.3232337425533, "out_of_rail_velocity": 28.880376065428333, "apogee_x": 352.80998705985286, "initial_stability_margin": 2.617454986778507, "t_final": 339.8174913708149, "apogee_time": 28.318250297752346, "frontal_surface_wind": 0.8899258715877968, "y_impact": 275.2121234000944} +{"apogee": 3331.5868049219753, "out_of_rail_stability_margin": 2.6198331492877025, "lateral_surface_wind": -2.065340173212437, "impact_velocity": -5.477172119068606, "x_impact": 1042.9994837609024, "max_mach_number": 0.8152610768366907, "out_of_rail_time": 0.36043894394468834, "apogee_y": 582.6699675264254, "out_of_rail_velocity": 25.491032358240723, "apogee_x": 477.0947778915799, "initial_stability_margin": 2.5509295895139177, "t_final": 297.0889597621583, "apogee_time": 25.52505922885439, "frontal_surface_wind": 0.40134851707669084, "y_impact": 287.7535384721953} +{"apogee": 1824.5400711734283, "out_of_rail_stability_margin": 2.68733232693638, "lateral_surface_wind": -0.6880253740234069, "impact_velocity": -5.580223612035758, "x_impact": 408.65804604803384, "max_mach_number": 0.5180721233271333, "out_of_rail_time": 0.4388980262869007, "apogee_y": 191.71491590007818, "out_of_rail_velocity": 20.181216056614694, "apogee_x": 194.6420116073247, "initial_stability_margin": 2.6005712014691906, "t_final": 208.31085538623708, "apogee_time": 19.71308651955487, "frontal_surface_wind": 0.8810164105785937, "y_impact": 232.24216999038777} +{"apogee": 3047.4093585233263, "out_of_rail_stability_margin": 2.659321386895362, "lateral_surface_wind": -3.108513593043864, "impact_velocity": -5.339729959941968, "x_impact": 828.0672747034604, "max_mach_number": 0.7652948892847606, "out_of_rail_time": 0.37099118045282464, "apogee_y": 507.1494900476033, "out_of_rail_velocity": 24.62659073727734, "apogee_x": 216.96048161331072, "initial_stability_margin": 2.5849643073139768, "t_final": 287.54853917755565, "apogee_time": 24.525307327947115, "frontal_surface_wind": 0.9016284085851951, "y_impact": 216.72645647374813} +{"apogee": 2788.6727500804873, "out_of_rail_stability_margin": 2.707602625796159, "lateral_surface_wind": -2.0602045216644624, "impact_velocity": -5.527921412541834, "x_impact": 735.3196593471948, "max_mach_number": 0.7042769994785902, "out_of_rail_time": 0.38429188641525597, "apogee_y": 340.4868863968898, "out_of_rail_velocity": 23.577388553012696, "apogee_x": 217.72264761102582, "initial_stability_margin": 2.6319107649636284, "t_final": 264.7344851829001, "apogee_time": 23.7290004438867, "frontal_surface_wind": 1.0967998981969194, "y_impact": 227.35500030453917} +{"apogee": 3453.2947708172114, "out_of_rail_stability_margin": 2.770683151794806, "lateral_surface_wind": -1.500676898126572, "impact_velocity": -5.566073379508379, "x_impact": 794.5610567291696, "max_mach_number": 0.8252559090495348, "out_of_rail_time": 0.3588285432028244, "apogee_y": 353.36214157799037, "out_of_rail_velocity": 25.635063033638346, "apogee_x": 263.0894997640178, "initial_stability_margin": 2.7010878182833395, "t_final": 297.06763529792914, "apogee_time": 25.986632059075784, "frontal_surface_wind": 1.123378325687254, "y_impact": 340.33710513749526} +{"apogee": 2812.725665504451, "out_of_rail_stability_margin": 2.6042362234320526, "lateral_surface_wind": -2.5878013308903958, "impact_velocity": -5.362834645678197, "x_impact": 1029.9030938584044, "max_mach_number": 0.7225407887227774, "out_of_rail_time": 0.3803117875379881, "apogee_y": 549.0645879414159, "out_of_rail_velocity": 23.849211619564237, "apogee_x": 420.95456541196774, "initial_stability_margin": 2.525200497911549, "t_final": 271.6999805421182, "apogee_time": 23.701930003289146, "frontal_surface_wind": 0.9902057560355605, "y_impact": 294.60656464910204} +{"apogee": 3944.1242800947757, "out_of_rail_stability_margin": 2.6994310434137976, "lateral_surface_wind": -1.357024895676627, "impact_velocity": -5.491735461816964, "x_impact": 750.7510102029838, "max_mach_number": 0.9215063815545614, "out_of_rail_time": 0.34308224921350305, "apogee_y": 323.5495060734167, "out_of_rail_velocity": 27.10613587283466, "apogee_x": 230.08926092385443, "initial_stability_margin": 2.6283123444123935, "t_final": 330.94842498699927, "apogee_time": 27.43646730327751, "frontal_surface_wind": 0.6348176779819472, "y_impact": 180.68067239943178} +{"apogee": 3797.721090731263, "out_of_rail_stability_margin": 2.5847120301157247, "lateral_surface_wind": -0.7279394004415294, "impact_velocity": -5.28364973992441, "x_impact": 791.9084346232369, "max_mach_number": 0.911427367175241, "out_of_rail_time": 0.3437513447804606, "apogee_y": 373.8547138328554, "out_of_rail_velocity": 27.016780997402474, "apogee_x": 363.7504120748722, "initial_stability_margin": 2.5159471018195347, "t_final": 318.0099487642051, "apogee_time": 26.866004279350165, "frontal_surface_wind": 0.8483354644795095, "y_impact": 523.712861106362} +{"apogee": 3919.647322201462, "out_of_rail_stability_margin": 2.658809052214164, "lateral_surface_wind": -1.2071800823506715, "impact_velocity": -5.44395580373634, "x_impact": 879.8135168249422, "max_mach_number": 0.9224286117075432, "out_of_rail_time": 0.3427721429938949, "apogee_y": 350.65365356031026, "out_of_rail_velocity": 27.163215799639797, "apogee_x": 249.9889990451678, "initial_stability_margin": 2.5900606560030526, "t_final": 335.5312112285631, "apogee_time": 27.32156530460889, "frontal_surface_wind": 1.1475618775858942, "y_impact": 505.225218937756} +{"apogee": 2666.0871340587064, "out_of_rail_stability_margin": 2.8028788389579864, "lateral_surface_wind": -2.0931930856764276, "impact_velocity": -5.5145780584564985, "x_impact": 744.8148001232688, "max_mach_number": 0.6837903159498533, "out_of_rail_time": 0.38964472228984015, "apogee_y": 444.9556138097596, "out_of_rail_velocity": 23.183855904997294, "apogee_x": 277.39672448372033, "initial_stability_margin": 2.7238432071106544, "t_final": 256.34632875258126, "apogee_time": 23.26972701746226, "frontal_surface_wind": 0.9564408665810674, "y_impact": 310.1308786090893} +{"apogee": 3428.3632197758384, "out_of_rail_stability_margin": 2.7314631977153585, "lateral_surface_wind": -1.9840771762804912, "impact_velocity": -5.5989066055523455, "x_impact": 1113.2381213805493, "max_mach_number": 0.8267843795103641, "out_of_rail_time": 0.35939564291882314, "apogee_y": 622.4045975944347, "out_of_rail_velocity": 25.57549443187006, "apogee_x": 540.3031056215524, "initial_stability_margin": 2.6582022668557346, "t_final": 297.1840674361374, "apogee_time": 25.908481772874072, "frontal_surface_wind": 1.0765790772364878, "y_impact": 549.2941651246641} +{"apogee": 3233.6623076062306, "out_of_rail_stability_margin": 2.8286671936620005, "lateral_surface_wind": -1.1692954899944987, "impact_velocity": -5.509393993310972, "x_impact": 808.9102702715459, "max_mach_number": 0.7912204798803272, "out_of_rail_time": 0.3657471936410373, "apogee_y": 456.6087302576858, "out_of_rail_velocity": 25.031065229868652, "apogee_x": 408.5553154335982, "initial_stability_margin": 2.756172840855572, "t_final": 290.10037343620564, "apogee_time": 25.249274007604946, "frontal_surface_wind": 0.38399996829171723, "y_impact": 472.6776571246722} +{"apogee": 2542.942931729609, "out_of_rail_stability_margin": 2.785555832910475, "lateral_surface_wind": -2.0956764797106278, "impact_velocity": -5.562605517240253, "x_impact": 641.8753570300275, "max_mach_number": 0.6554644413891965, "out_of_rail_time": 0.39548008628637343, "apogee_y": 322.76894225948746, "out_of_rail_velocity": 22.778016362887826, "apogee_x": 178.62395647581525, "initial_stability_margin": 2.7110505024336486, "t_final": 245.2495941113692, "apogee_time": 22.813716017131195, "frontal_surface_wind": 1.34029125349779, "y_impact": 196.43895436335086} +{"apogee": 3655.5763190598373, "out_of_rail_stability_margin": 2.6070518403259433, "lateral_surface_wind": -1.297757272687055, "impact_velocity": -5.375300312601425, "x_impact": 956.6089302250037, "max_mach_number": 0.8831001511721265, "out_of_rail_time": 0.34917402156135163, "apogee_y": 493.45481436307847, "out_of_rail_velocity": 26.505562915161796, "apogee_x": 511.05786869411634, "initial_stability_margin": 2.536533371352268, "t_final": 308.0392262777912, "apogee_time": 26.49087882238314, "frontal_surface_wind": 0.5736596772450246, "y_impact": 213.19143076523946} +{"apogee": 3747.600058629104, "out_of_rail_stability_margin": 2.57188626538338, "lateral_surface_wind": -2.538755777236762, "impact_velocity": -5.421354209077349, "x_impact": 936.745904829919, "max_mach_number": 0.8916620796922388, "out_of_rail_time": 0.347492690182819, "apogee_y": 447.62396007833183, "out_of_rail_velocity": 26.63663677944418, "apogee_x": 223.7336973707156, "initial_stability_margin": 2.5008772541678135, "t_final": 323.41587075229234, "apogee_time": 26.812270130121625, "frontal_surface_wind": 1.193335099775254, "y_impact": 126.98796243883976} +{"apogee": 2908.4743202521117, "out_of_rail_stability_margin": 2.5350703322158363, "lateral_surface_wind": -1.1992031066523554, "impact_velocity": -5.443059730576826, "x_impact": 515.2114474965185, "max_mach_number": 0.7316977358297716, "out_of_rail_time": 0.37825214134154134, "apogee_y": 326.4745213148839, "out_of_rail_velocity": 24.00959820421546, "apogee_x": 283.73272628868006, "initial_stability_margin": 2.4589748858836065, "t_final": 279.3224984123026, "apogee_time": 24.11392210747988, "frontal_surface_wind": 0.4989287518388236, "y_impact": 304.96554205107304} +{"apogee": 3740.0610401111066, "out_of_rail_stability_margin": 2.7133614747683024, "lateral_surface_wind": -0.394141697439383, "impact_velocity": -5.519745565394913, "x_impact": 710.7646197602256, "max_mach_number": 0.8802288636417835, "out_of_rail_time": 0.3491146124952132, "apogee_y": 317.5896283830932, "out_of_rail_velocity": 26.49346440256766, "apogee_x": 393.64901168814646, "initial_stability_margin": 2.6461171109034063, "t_final": 310.7101085620471, "apogee_time": 26.88968620619199, "frontal_surface_wind": 0.24484129743370062, "y_impact": 588.4824465336042} +{"apogee": 3613.568987472297, "out_of_rail_stability_margin": 2.70778917398016, "lateral_surface_wind": -1.4747633353571126, "impact_velocity": -5.471089894595522, "x_impact": 1095.0027405264252, "max_mach_number": 0.8679668049563317, "out_of_rail_time": 0.3513791473379696, "apogee_y": 501.6718482082923, "out_of_rail_velocity": 26.287581947939657, "apogee_x": 498.18563294035255, "initial_stability_margin": 2.636666358538817, "t_final": 307.3349722498085, "apogee_time": 26.39790590101161, "frontal_surface_wind": 1.1571875906183287, "y_impact": 507.18652897895095} +{"apogee": 3634.795542891604, "out_of_rail_stability_margin": 2.7118271436572905, "lateral_surface_wind": -2.0364189618099227, "impact_velocity": -5.381690895238613, "x_impact": 809.5638008710031, "max_mach_number": 0.867939894404467, "out_of_rail_time": 0.3512699987356104, "apogee_y": 378.2701659672021, "out_of_rail_velocity": 26.308350321440674, "apogee_x": 235.37031599956129, "initial_stability_margin": 2.641536589411011, "t_final": 314.5066031873318, "apogee_time": 26.469151275748963, "frontal_surface_wind": 1.4287191339784042, "y_impact": 228.60565840320518} +{"apogee": 3128.706043146353, "out_of_rail_stability_margin": 2.542136164624562, "lateral_surface_wind": -1.4820738387088257, "impact_velocity": -5.469263068660707, "x_impact": 911.4348239875475, "max_mach_number": 0.7701383740662259, "out_of_rail_time": 0.37043174377655746, "apogee_y": 364.5626220072443, "out_of_rail_velocity": 24.653806261492736, "apogee_x": 307.80102506224534, "initial_stability_margin": 2.4656600499878487, "t_final": 288.3802644728616, "apogee_time": 24.891577925359194, "frontal_surface_wind": 1.404714037825037, "y_impact": 391.9002916184385} +{"apogee": 4120.5798857903765, "out_of_rail_stability_margin": 2.5607659132248304, "lateral_surface_wind": -2.118288494660059, "impact_velocity": -5.293978031958845, "x_impact": 801.0597693366985, "max_mach_number": 0.9860942023852503, "out_of_rail_time": 0.3322984297763215, "apogee_y": 406.5052682875598, "out_of_rail_velocity": 28.172824975645405, "apogee_x": 215.52460132637316, "initial_stability_margin": 2.489311965400019, "t_final": 351.68729005176874, "apogee_time": 27.71943949478184, "frontal_surface_wind": 0.840560644400149, "y_impact": 3.178364151838965} +{"apogee": 2756.448543823613, "out_of_rail_stability_margin": 2.7558943486697243, "lateral_surface_wind": -0.6200229166203068, "impact_velocity": -5.379235779364538, "x_impact": 467.4642094672304, "max_mach_number": 0.7066615920194715, "out_of_rail_time": 0.38368249824288403, "apogee_y": 328.8089115694829, "out_of_rail_velocity": 23.632059345304743, "apogee_x": 387.84070958742245, "initial_stability_margin": 2.6805120512732215, "t_final": 265.74445500128314, "apogee_time": 23.536351969076204, "frontal_surface_wind": -0.7202940383598934, "y_impact": 309.81430673012744} +{"apogee": 4057.541933002318, "out_of_rail_stability_margin": 2.7536186255674013, "lateral_surface_wind": -0.7653867011818187, "impact_velocity": -5.413926018807813, "x_impact": 864.6879075116556, "max_mach_number": 0.9508688862093544, "out_of_rail_time": 0.3378073468821316, "apogee_y": 440.38305631906303, "out_of_rail_velocity": 27.666448587989596, "apogee_x": 393.6611652085692, "initial_stability_margin": 2.6889198152125977, "t_final": 331.6419618798349, "apogee_time": 27.744871441301527, "frontal_surface_wind": 0.8147097818627511, "y_impact": 606.8918881910637} +{"apogee": 3206.76001055247, "out_of_rail_stability_margin": 2.5582205113278698, "lateral_surface_wind": -2.100506873186617, "impact_velocity": -5.381605191289117, "x_impact": 710.5234024868598, "max_mach_number": 0.7860604825217448, "out_of_rail_time": 0.3670812146704684, "apogee_y": 344.87974927850524, "out_of_rail_velocity": 24.91079237480498, "apogee_x": 190.7698646648567, "initial_stability_margin": 2.482796758714356, "t_final": 296.9345506025765, "apogee_time": 25.12926069678161, "frontal_surface_wind": 0.8979749375001186, "y_impact": 196.46208515048133} +{"apogee": 3098.3775044226445, "out_of_rail_stability_margin": 2.6434703389771683, "lateral_surface_wind": -3.053265284562128, "impact_velocity": -5.50402920730056, "x_impact": 838.7242855081204, "max_mach_number": 0.7647720840763179, "out_of_rail_time": 0.3705051593993379, "apogee_y": 494.1853093163261, "out_of_rail_velocity": 24.627835358592716, "apogee_x": 246.2024352935948, "initial_stability_margin": 2.5725682931067055, "t_final": 273.3058571320892, "apogee_time": 24.80914770557869, "frontal_surface_wind": 1.0739467618993461, "y_impact": 226.80354093742483} +{"apogee": 3912.4845854222694, "out_of_rail_stability_margin": 2.6509170336256136, "lateral_surface_wind": -2.076857045700425, "impact_velocity": -5.364071093619719, "x_impact": 973.7343648618037, "max_mach_number": 0.927188287352965, "out_of_rail_time": 0.34256761612388803, "apogee_y": 425.0586087752505, "out_of_rail_velocity": 27.175463717014136, "apogee_x": 220.50781886440978, "initial_stability_margin": 2.5799238650843033, "t_final": 339.33583928957677, "apogee_time": 27.267861062728212, "frontal_surface_wind": 0.9914137566699637, "y_impact": 238.72662684676257} +{"apogee": 3763.8584476030283, "out_of_rail_stability_margin": 2.6372911626567137, "lateral_surface_wind": -2.083205955294617, "impact_velocity": -5.546518941598808, "x_impact": 1028.1204998101293, "max_mach_number": 0.8900315109834307, "out_of_rail_time": 0.3476875026795719, "apogee_y": 581.6208184621873, "out_of_rail_velocity": 26.647300534940467, "apogee_x": 396.27952632964184, "initial_stability_margin": 2.5688386675825523, "t_final": 307.664242073447, "apogee_time": 26.93223160825572, "frontal_surface_wind": 0.29489593260992475, "y_impact": 290.7392075603762} +{"apogee": 3660.4290067232782, "out_of_rail_stability_margin": 2.563778154023582, "lateral_surface_wind": -2.3529445874397803, "impact_velocity": -5.3201582133731895, "x_impact": 1065.2773019709987, "max_mach_number": 0.8804916625798787, "out_of_rail_time": 0.349127866595582, "apogee_y": 488.5088441853758, "out_of_rail_velocity": 26.503368762824486, "apogee_x": 314.88691340915926, "initial_stability_margin": 2.4924197766771052, "t_final": 325.27191383637603, "apogee_time": 26.489420140879684, "frontal_surface_wind": 0.8875557755265658, "y_impact": 208.04790556453145} +{"apogee": 3782.131644303643, "out_of_rail_stability_margin": 2.6064434705729567, "lateral_surface_wind": -2.170587853963005, "impact_velocity": -5.44436361377989, "x_impact": 855.2532005799543, "max_mach_number": 0.9001431697737288, "out_of_rail_time": 0.3467607164881511, "apogee_y": 457.93474525057957, "out_of_rail_velocity": 26.74475841245714, "apogee_x": 243.90274394406936, "initial_stability_margin": 2.533442043611445, "t_final": 324.81141101362095, "apogee_time": 26.90205222624798, "frontal_surface_wind": 0.7120649414982018, "y_impact": 330.17316981731983} +{"apogee": 4181.309663757778, "out_of_rail_stability_margin": 2.810229674916861, "lateral_surface_wind": -2.131227381364705, "impact_velocity": -5.543163581931334, "x_impact": 1205.9015337221733, "max_mach_number": 0.9791616248567048, "out_of_rail_time": 0.33292917264947786, "apogee_y": 598.6912504184303, "out_of_rail_velocity": 28.12598547418, "apogee_x": 438.0538838012674, "initial_stability_margin": 2.7456032806003465, "t_final": 337.473082924706, "apogee_time": 28.09221676444356, "frontal_surface_wind": 0.9514633659226248, "y_impact": 462.622031685397} +{"apogee": 4014.857032848313, "out_of_rail_stability_margin": 2.663959045324188, "lateral_surface_wind": -2.1323715230635227, "impact_velocity": -5.488156966989488, "x_impact": 887.1994932534368, "max_mach_number": 0.9443473038145671, "out_of_rail_time": 0.3387544529421715, "apogee_y": 509.22334919802466, "out_of_rail_velocity": 27.498385211859333, "apogee_x": 325.3266171047213, "initial_stability_margin": 2.5946485089503617, "t_final": 328.4521428972208, "apogee_time": 27.59545593248029, "frontal_surface_wind": 0.8041641817137362, "y_impact": 162.83271739637232} +{"apogee": 2913.555035302141, "out_of_rail_stability_margin": 2.7189994131453004, "lateral_surface_wind": -2.0621952616545176, "impact_velocity": -5.441674645004166, "x_impact": 797.4279682739934, "max_mach_number": 0.7282542106472822, "out_of_rail_time": 0.37851821736926444, "apogee_y": 375.6254637350796, "out_of_rail_velocity": 24.017397274485347, "apogee_x": 278.7670978136738, "initial_stability_margin": 2.645501025435102, "t_final": 276.8632433626736, "apogee_time": 24.171323364227394, "frontal_surface_wind": 1.1714098382641498, "y_impact": 161.81938865472804} +{"apogee": 3714.587169026433, "out_of_rail_stability_margin": 2.723583340293458, "lateral_surface_wind": -1.9718591017543932, "impact_velocity": -5.4451991879374235, "x_impact": 1110.936907640598, "max_mach_number": 0.884297829202097, "out_of_rail_time": 0.3487581184465334, "apogee_y": 500.0784555602497, "out_of_rail_velocity": 26.53342987080683, "apogee_x": 374.2880242887086, "initial_stability_margin": 2.6544672557184277, "t_final": 317.9909612707442, "apogee_time": 26.748799860116527, "frontal_surface_wind": 0.786336130187573, "y_impact": 276.2661416855143} +{"apogee": 2676.6511196590222, "out_of_rail_stability_margin": 2.6748510377937054, "lateral_surface_wind": -2.6895768092934382, "impact_velocity": -5.392778533180245, "x_impact": 580.0540879006286, "max_mach_number": 0.6925076201095517, "out_of_rail_time": 0.3879503530737197, "apogee_y": 463.6489541877968, "out_of_rail_velocity": 23.28858576099575, "apogee_x": 229.52216589707405, "initial_stability_margin": 2.5932273044537832, "t_final": 266.95381371706117, "apogee_time": 23.2386633361006, "frontal_surface_wind": 0.09082646406241146, "y_impact": 106.15464613789408} +{"apogee": 3966.0521155122274, "out_of_rail_stability_margin": 2.5887631576139123, "lateral_surface_wind": -2.117673555705557, "impact_velocity": -5.3708986840972335, "x_impact": 963.1684679750884, "max_mach_number": 0.9381890066319275, "out_of_rail_time": 0.3402269177339349, "apogee_y": 460.22491852769275, "out_of_rail_velocity": 27.39431186230886, "apogee_x": 311.62147446419453, "initial_stability_margin": 2.5181836256663, "t_final": 321.74183368121805, "apogee_time": 27.424225129429423, "frontal_surface_wind": 1.0678525262590202, "y_impact": 156.2264367734611} +{"apogee": 3839.562387753292, "out_of_rail_stability_margin": 2.763125068189099, "lateral_surface_wind": -1.1966108320052455, "impact_velocity": -5.493885920889369, "x_impact": 1086.233971350381, "max_mach_number": 0.9082083017101763, "out_of_rail_time": 0.34496866432376044, "apogee_y": 522.3823461528009, "out_of_rail_velocity": 26.975687984794046, "apogee_x": 468.9378271721844, "initial_stability_margin": 2.6941050003515805, "t_final": 314.1375384683178, "apogee_time": 27.112560104569127, "frontal_surface_wind": 1.1585786683865498, "y_impact": 691.7377167995387} +{"apogee": 3465.5554529486117, "out_of_rail_stability_margin": 2.8861522552910444, "lateral_surface_wind": -2.1432420431482755, "impact_velocity": -5.515089733548691, "x_impact": 742.1580867952885, "max_mach_number": 0.82788918282897, "out_of_rail_time": 0.35803926257300644, "apogee_y": 357.6765371657845, "out_of_rail_velocity": 25.67510071894329, "apogee_x": 139.57773967177008, "initial_stability_margin": 2.819141119208585, "t_final": 292.51532203919817, "apogee_time": 26.034813577004478, "frontal_surface_wind": 0.9240812909333649, "y_impact": 217.65982541383556} +{"apogee": 4045.002755808986, "out_of_rail_stability_margin": 2.6763262014302147, "lateral_surface_wind": -0.41425175882765436, "impact_velocity": -5.212834149463454, "x_impact": 971.002872093136, "max_mach_number": 0.981831608048224, "out_of_rail_time": 0.3319928784895605, "apogee_y": 536.766676466227, "out_of_rail_velocity": 28.23076433140315, "apogee_x": 588.0379057354737, "initial_stability_margin": 2.6104017374015616, "t_final": 349.8185146176733, "apogee_time": 27.454576723749398, "frontal_surface_wind": 0.20902253203329754, "y_impact": 876.5939418944029} +{"apogee": 4587.770357150757, "out_of_rail_stability_margin": 2.7458395599029757, "lateral_surface_wind": -2.1065062817032363, "impact_velocity": -5.541826097457801, "x_impact": 1242.4429777341868, "max_mach_number": 1.0822335753829566, "out_of_rail_time": 0.31714795284931463, "apogee_y": 668.6199242221737, "out_of_rail_velocity": 29.95220592485992, "apogee_x": 560.2081202906404, "initial_stability_margin": 2.685358586254762, "t_final": 343.20993529206663, "apogee_time": 29.095161861456226, "frontal_surface_wind": 1.323205137898055, "y_impact": 555.083019010887} +{"apogee": 4198.55933446848, "out_of_rail_stability_margin": 2.6186601746673817, "lateral_surface_wind": -2.687263259625106, "impact_velocity": -5.475707628178716, "x_impact": 894.9877420929126, "max_mach_number": 0.9903038673135356, "out_of_rail_time": 0.3317773213399271, "apogee_y": 611.6574807505029, "out_of_rail_velocity": 28.277443111085365, "apogee_x": 348.97019640143117, "initial_stability_margin": 2.551381770607264, "t_final": 326.3336182044195, "apogee_time": 28.08942220078982, "frontal_surface_wind": 0.1438368281498248, "y_impact": 188.7478145864594} +{"apogee": 3512.6046730547464, "out_of_rail_stability_margin": 2.746615436097706, "lateral_surface_wind": -2.0287446952936876, "impact_velocity": -5.473703661005273, "x_impact": 967.6459490771346, "max_mach_number": 0.8434060093748716, "out_of_rail_time": 0.35657394799207015, "apogee_y": 455.9569127131789, "out_of_rail_velocity": 25.916568866157352, "apogee_x": 372.43473246377016, "initial_stability_margin": 2.6760842491641146, "t_final": 306.43428594190266, "apogee_time": 26.1376844160626, "frontal_surface_wind": 0.5575891180453213, "y_impact": 136.87339170425741} +{"apogee": 2913.0765515318926, "out_of_rail_stability_margin": 2.678279020784752, "lateral_surface_wind": -1.1393892849887668, "impact_velocity": -5.627609567300215, "x_impact": 703.996845448959, "max_mach_number": 0.7229180639521916, "out_of_rail_time": 0.38044215452351327, "apogee_y": 306.36740809152184, "out_of_rail_velocity": 23.912669400846106, "apogee_x": 263.2631661206734, "initial_stability_margin": 2.6022728577622414, "t_final": 267.831987634345, "apogee_time": 24.21309492672316, "frontal_surface_wind": 1.2148967327988927, "y_impact": 397.478317159272} +{"apogee": 4369.335451547129, "out_of_rail_stability_margin": 2.7001921662856114, "lateral_surface_wind": -1.3250353273211664, "impact_velocity": -5.444812106170817, "x_impact": 1033.6379067102023, "max_mach_number": 1.0345890952704386, "out_of_rail_time": 0.32376484414382256, "apogee_y": 452.4654514139837, "out_of_rail_velocity": 29.142215327939766, "apogee_x": 426.2159940064487, "initial_stability_margin": 2.635826927763012, "t_final": 355.7587126242915, "apogee_time": 28.464145310836628, "frontal_surface_wind": 0.6844680949777526, "y_impact": 320.1779393439666} +{"apogee": 3370.9940239053335, "out_of_rail_stability_margin": 2.6029228535969327, "lateral_surface_wind": -1.3049871273442477, "impact_velocity": -5.341661237835438, "x_impact": 852.7402918834177, "max_mach_number": 0.8314974456716406, "out_of_rail_time": 0.3581542139708882, "apogee_y": 456.04600686727224, "out_of_rail_velocity": 25.674759727172553, "apogee_x": 449.6335055656365, "initial_stability_margin": 2.530311382647872, "t_final": 305.5043635315399, "apogee_time": 25.56195558154859, "frontal_surface_wind": 0.55701702090225, "y_impact": 184.36789090599652} +{"apogee": 2138.4674993287963, "out_of_rail_stability_margin": 2.6383819446298458, "lateral_surface_wind": -3.022991202654895, "impact_velocity": -5.475648918347943, "x_impact": 657.0397786013625, "max_mach_number": 0.5855222057306972, "out_of_rail_time": 0.4174493534828465, "apogee_y": 407.70276568863756, "out_of_rail_velocity": 21.38555939670497, "apogee_x": 208.8450611548564, "initial_stability_margin": 2.550550040832468, "t_final": 230.3252953231821, "apogee_time": 21.129729170007884, "frontal_surface_wind": 0.680312707427797, "y_impact": 98.18768128898381} +{"apogee": 2496.503539103429, "out_of_rail_stability_margin": 2.639237737446081, "lateral_surface_wind": -1.160134939258648, "impact_velocity": -5.499683001642745, "x_impact": 512.6282227770205, "max_mach_number": 0.6513166663536853, "out_of_rail_time": 0.397467416224041, "apogee_y": 295.5592226816766, "out_of_rail_velocity": 22.643945978247004, "apogee_x": 248.1927507654294, "initial_stability_margin": 2.559346919148469, "t_final": 247.06328422493337, "apogee_time": 22.590020170427206, "frontal_surface_wind": 0.4108464935725358, "y_impact": 275.13552027883077} +{"apogee": 4247.442183918494, "out_of_rail_stability_margin": 2.7766555166836167, "lateral_surface_wind": -1.7983328402777827, "impact_velocity": -5.515208038738545, "x_impact": 1242.6627665372503, "max_mach_number": 0.9994333239250417, "out_of_rail_time": 0.32924207341825124, "apogee_y": 513.994602067876, "out_of_rail_velocity": 28.531651692617654, "apogee_x": 483.4589227794703, "initial_stability_margin": 2.7147764763064015, "t_final": 341.29445776309205, "apogee_time": 28.23251860076335, "frontal_surface_wind": 1.5436695383278567, "y_impact": 373.5298751719856} +{"apogee": 3345.002975074845, "out_of_rail_stability_margin": 2.5681394213806366, "lateral_surface_wind": -2.0213845627990135, "impact_velocity": -5.405460935128741, "x_impact": 964.5330022840494, "max_mach_number": 0.8167648501277908, "out_of_rail_time": 0.36171024972296123, "apogee_y": 455.9342385601019, "out_of_rail_velocity": 25.393997544697015, "apogee_x": 401.31107566886135, "initial_stability_margin": 2.4919013803370227, "t_final": 301.3313502685036, "apogee_time": 25.563461017697072, "frontal_surface_wind": 0.5837080713187696, "y_impact": 133.59915485859258} +{"apogee": 3798.175189799888, "out_of_rail_stability_margin": 2.7129970366477774, "lateral_surface_wind": -2.6744299457207577, "impact_velocity": -5.519206909118112, "x_impact": 1026.572838574478, "max_mach_number": 0.9034306734993793, "out_of_rail_time": 0.3455067795083156, "apogee_y": 653.0510247233819, "out_of_rail_velocity": 26.868881296324798, "apogee_x": 484.0729841379134, "initial_stability_margin": 2.6455768011221, "t_final": 319.23908628800456, "apogee_time": 26.993225970165398, "frontal_surface_wind": 0.29916103538933436, "y_impact": 239.244843814749} +{"apogee": 3963.15243118075, "out_of_rail_stability_margin": 2.620448517000208, "lateral_surface_wind": -2.3470447587361907, "impact_velocity": -5.422282876256424, "x_impact": 1178.8942811420707, "max_mach_number": 0.9382911333495935, "out_of_rail_time": 0.3401661820986562, "apogee_y": 553.7343817337068, "out_of_rail_velocity": 27.35648947028641, "apogee_x": 391.5519932643189, "initial_stability_margin": 2.5484723283768247, "t_final": 328.3725295279237, "apogee_time": 27.415615901030794, "frontal_surface_wind": 0.9030417414060652, "y_impact": 294.1317776853488} +{"apogee": 4446.423056251363, "out_of_rail_stability_margin": 2.6581682638923105, "lateral_surface_wind": -2.563771875467401, "impact_velocity": -5.502612111588141, "x_impact": 1071.7414726663721, "max_mach_number": 1.0500764864959293, "out_of_rail_time": 0.3216664715711451, "apogee_y": 507.14295153203904, "out_of_rail_velocity": 29.401900409825764, "apogee_x": 262.4533903490379, "initial_stability_margin": 2.595315850668522, "t_final": 352.0875384875201, "apogee_time": 28.70379517559521, "frontal_surface_wind": 1.1385970873715665, "y_impact": 155.2652275245839} +{"apogee": 2910.1231031861666, "out_of_rail_stability_margin": 2.705981282012123, "lateral_surface_wind": -3.06956062522387, "impact_velocity": -5.497352279626085, "x_impact": 799.2833036532094, "max_mach_number": 0.731104620424633, "out_of_rail_time": 0.3781214840443986, "apogee_y": 479.80651311674745, "out_of_rail_velocity": 24.040892434242874, "apogee_x": 223.05645457563725, "initial_stability_margin": 2.6315237226751247, "t_final": 272.74413338639266, "apogee_time": 24.139730426106805, "frontal_surface_wind": 1.0264444034537816, "y_impact": 197.00535643683511} +{"apogee": 3975.014704619329, "out_of_rail_stability_margin": 2.739517628719157, "lateral_surface_wind": -1.9684757623758122, "impact_velocity": -5.510205403398462, "x_impact": 1071.0277763744143, "max_mach_number": 0.9332128885053718, "out_of_rail_time": 0.34040326686739136, "apogee_y": 553.2633119592905, "out_of_rail_velocity": 27.35207209666714, "apogee_x": 445.5702368381031, "initial_stability_margin": 2.672035739024184, "t_final": 331.2255856159194, "apogee_time": 27.517044492040565, "frontal_surface_wind": 1.1048474663588181, "y_impact": 459.9840148575562} +{"apogee": 3247.9376752327576, "out_of_rail_stability_margin": 2.750759769628689, "lateral_surface_wind": -1.2936345345963154, "impact_velocity": -5.6698565740680005, "x_impact": 780.3229438635639, "max_mach_number": 0.787024350785691, "out_of_rail_time": 0.36685699705950625, "apogee_y": 424.77390149183833, "out_of_rail_velocity": 24.977301603269108, "apogee_x": 422.7830703083938, "initial_stability_margin": 2.6808158546186784, "t_final": 281.44372045543145, "apogee_time": 25.388287592666924, "frontal_surface_wind": 0.5828971221483119, "y_impact": 186.01695285266197} +{"apogee": 2636.4554457206996, "out_of_rail_stability_margin": 2.626595830005104, "lateral_surface_wind": -1.2374226088017743, "impact_velocity": -5.3754608802545585, "x_impact": 519.8423810112669, "max_mach_number": 0.682467876894493, "out_of_rail_time": 0.39050791337962476, "apogee_y": 403.5832073925596, "out_of_rail_velocity": 23.130433581668374, "apogee_x": 318.3406208323281, "initial_stability_margin": 2.5451122588577535, "t_final": 262.6200244757638, "apogee_time": 23.118040364393313, "frontal_surface_wind": 0.3947192390070671, "y_impact": 387.2001825821124} +{"apogee": 3981.576042664405, "out_of_rail_stability_margin": 2.755922731426992, "lateral_surface_wind": -0.6036075175828453, "impact_velocity": -5.486122787238852, "x_impact": 574.9876553888763, "max_mach_number": 0.937564741596654, "out_of_rail_time": 0.33934212492020954, "apogee_y": 315.80390434712655, "out_of_rail_velocity": 27.440742488708295, "apogee_x": 338.5443180757521, "initial_stability_margin": 2.690140586507456, "t_final": 322.1322146126273, "apogee_time": 27.49484102313478, "frontal_surface_wind": -0.7341048178214271, "y_impact": 336.1835705445154} +{"apogee": 2512.898853604744, "out_of_rail_stability_margin": 2.7979936796991436, "lateral_surface_wind": -2.008034706338774, "impact_velocity": -5.441959739852218, "x_impact": 644.9000996190256, "max_mach_number": 0.6566765451836416, "out_of_rail_time": 0.3955212253992538, "apogee_y": 377.0537206568189, "out_of_rail_velocity": 22.725101174038485, "apogee_x": 223.8835691144578, "initial_stability_margin": 2.719773256681535, "t_final": 252.47094737668786, "apogee_time": 22.644929203211138, "frontal_surface_wind": 0.6092727725766135, "y_impact": 288.1448578871239} +{"apogee": 3815.870518848379, "out_of_rail_stability_margin": 2.723181598812849, "lateral_surface_wind": -0.4064018343054856, "impact_velocity": -5.46933439065665, "x_impact": 861.408912132752, "max_mach_number": 0.9042653145238155, "out_of_rail_time": 0.3449076411563016, "apogee_y": 447.0515525899215, "out_of_rail_velocity": 26.933175371485802, "apogee_x": 518.7691408118327, "initial_stability_margin": 2.6584490925575897, "t_final": 317.19854134699625, "apogee_time": 27.04519922511947, "frontal_surface_wind": 0.22390285318091113, "y_impact": 744.8141571822301} +{"apogee": 3351.7688942190202, "out_of_rail_stability_margin": 2.7089890461415247, "lateral_surface_wind": -1.3590934183151964, "impact_velocity": -5.508362144012719, "x_impact": 849.2124219240155, "max_mach_number": 0.8095672756871295, "out_of_rail_time": 0.36210372933344753, "apogee_y": 453.28345895553036, "out_of_rail_velocity": 25.346931108487965, "apogee_x": 417.5817464744552, "initial_stability_margin": 2.636809182443331, "t_final": 289.42537063851944, "apogee_time": 25.65662520379675, "frontal_surface_wind": 0.6303769761475002, "y_impact": 357.7785569892825} +{"apogee": 4086.710877367726, "out_of_rail_stability_margin": 2.5994128946045514, "lateral_surface_wind": -1.5422426380590535, "impact_velocity": -5.43618225947005, "x_impact": 1078.6271743588843, "max_mach_number": 0.9613917955938396, "out_of_rail_time": 0.3356823042741007, "apogee_y": 422.35465085555643, "out_of_rail_velocity": 27.830779324011083, "apogee_x": 315.34384372368214, "initial_stability_margin": 2.53207886560118, "t_final": 334.68341872975583, "apogee_time": 27.77221517059099, "frontal_surface_wind": 1.3383766423546422, "y_impact": 433.2405475707031} +{"apogee": 2525.06419871818, "out_of_rail_stability_margin": 2.6211870390693104, "lateral_surface_wind": -1.17914509556783, "impact_velocity": -5.471398772708978, "x_impact": 571.0836129249789, "max_mach_number": 0.6598660426440326, "out_of_rail_time": 0.3952728573324602, "apogee_y": 358.2126069361786, "out_of_rail_velocity": 22.778396062451115, "apogee_x": 373.30482241547827, "initial_stability_margin": 2.542678735213599, "t_final": 253.2161393622375, "apogee_time": 22.707629662416867, "frontal_surface_wind": 0.5446419319281615, "y_impact": 331.85694370046525} +{"apogee": 4223.582136382742, "out_of_rail_stability_margin": 2.818624986927677, "lateral_surface_wind": -1.9928833934961854, "impact_velocity": -5.489071942229711, "x_impact": 1524.0963746527525, "max_mach_number": 1.0074472333132307, "out_of_rail_time": 0.32808413510091966, "apogee_y": 836.4738560384011, "out_of_rail_velocity": 28.67199349167925, "apogee_x": 762.332155451731, "initial_stability_margin": 2.7566485566247896, "t_final": 333.64117744081756, "apogee_time": 28.103383009177833, "frontal_surface_wind": 0.6571396146872954, "y_impact": 753.9475110918044} +{"apogee": 4258.299356693901, "out_of_rail_stability_margin": 2.6758377566592073, "lateral_surface_wind": -2.189619959741934, "impact_velocity": -5.401855346918781, "x_impact": 950.0468065945449, "max_mach_number": 1.0092033769163058, "out_of_rail_time": 0.32791496467871467, "apogee_y": 470.6496408456338, "out_of_rail_velocity": 28.69577918847811, "apogee_x": 249.92273755854512, "initial_stability_margin": 2.6111862248068634, "t_final": 351.2209701265785, "apogee_time": 28.170449310244766, "frontal_surface_wind": 0.9112709466849692, "y_impact": 107.32487983153963} +{"apogee": 2802.626892638656, "out_of_rail_stability_margin": 2.6490599472837237, "lateral_surface_wind": -2.073356202479875, "impact_velocity": -5.497842749659103, "x_impact": 709.963811330709, "max_mach_number": 0.706803136065073, "out_of_rail_time": 0.3835281430171383, "apogee_y": 346.60117218956, "out_of_rail_velocity": 23.610079185965585, "apogee_x": 212.27763807530692, "initial_stability_margin": 2.571988432397691, "t_final": 266.0945871941377, "apogee_time": 23.765870037353153, "frontal_surface_wind": 1.3745670625521467, "y_impact": 210.33545508745985} +{"apogee": 2828.506078539351, "out_of_rail_stability_margin": 2.552876850650316, "lateral_surface_wind": -2.0646654869299446, "impact_velocity": -5.477986472016406, "x_impact": 592.5374052889672, "max_mach_number": 0.7147556279708587, "out_of_rail_time": 0.3820250120491868, "apogee_y": 355.52592425791414, "out_of_rail_velocity": 23.734179531426484, "apogee_x": 205.3756189280564, "initial_stability_margin": 2.4752739914780015, "t_final": 267.5118982331506, "apogee_time": 23.834008634797037, "frontal_surface_wind": 0.4048050028410871, "y_impact": 55.06893669468584} +{"apogee": 4333.345920483403, "out_of_rail_stability_margin": 2.6798882198094898, "lateral_surface_wind": -1.2100178996899746, "impact_velocity": -5.300247965040543, "x_impact": 733.4016443985031, "max_mach_number": 1.04243096458089, "out_of_rail_time": 0.32335942493761843, "apogee_y": 355.0454475055449, "out_of_rail_velocity": 29.198437012868304, "apogee_x": 273.5727592720117, "initial_stability_margin": 2.612587410886851, "t_final": 361.12957981293266, "apogee_time": 28.264259023333754, "frontal_surface_wind": 0.47209604197236144, "y_impact": 372.6697227912691} +{"apogee": 3792.7506674963365, "out_of_rail_stability_margin": 2.5584051292327343, "lateral_surface_wind": -1.3173627038960425, "impact_velocity": -5.410629289755902, "x_impact": 1034.3169066780272, "max_mach_number": 0.9039392717722888, "out_of_rail_time": 0.34510979673133857, "apogee_y": 465.56186882443495, "out_of_rail_velocity": 26.8879811658017, "apogee_x": 468.3636990597036, "initial_stability_margin": 2.488517991157564, "t_final": 333.8749040864471, "apogee_time": 26.91052217036792, "frontal_surface_wind": 0.6991213757819823, "y_impact": 355.82519441924074} +{"apogee": 2583.13707566595, "out_of_rail_stability_margin": 2.7080472902868737, "lateral_surface_wind": -0.694196742169304, "impact_velocity": -5.433401669842729, "x_impact": 695.2631817026248, "max_mach_number": 0.671481267478601, "out_of_rail_time": 0.39268166741473975, "apogee_y": 352.46424826148086, "out_of_rail_velocity": 22.95154906822439, "apogee_x": 390.361224814743, "initial_stability_margin": 2.627050673742346, "t_final": 251.08010077961288, "apogee_time": 22.915779343587356, "frontal_surface_wind": 0.876161922346756, "y_impact": 449.1431867397622} +{"apogee": 4201.816699453897, "out_of_rail_stability_margin": 2.7955149055682034, "lateral_surface_wind": -1.3136591058583287, "impact_velocity": -5.56023444933577, "x_impact": 839.5583681749447, "max_mach_number": 0.9664210916648327, "out_of_rail_time": 0.33426946102885735, "apogee_y": 355.22296506092385, "out_of_rail_velocity": 27.97038641400336, "apogee_x": 297.1213539596261, "initial_stability_margin": 2.7329397884789266, "t_final": 329.1082004336769, "apogee_time": 28.231795492710045, "frontal_surface_wind": 0.706055908046297, "y_impact": 231.12314518813955} +{"apogee": 3421.0858235524424, "out_of_rail_stability_margin": 2.6622064280977003, "lateral_surface_wind": -2.5232176516615548, "impact_velocity": -5.343976942030808, "x_impact": 868.6180192860653, "max_mach_number": 0.8322125593886693, "out_of_rail_time": 0.357706901638519, "apogee_y": 413.24831068719953, "out_of_rail_velocity": 25.714782063434615, "apogee_x": 202.24813348098377, "initial_stability_margin": 2.590539355216596, "t_final": 312.21180463578094, "apogee_time": 25.768061555863298, "frontal_surface_wind": 1.2258475595081955, "y_impact": 103.03903413274948} +{"apogee": 2921.882101081461, "out_of_rail_stability_margin": 2.653458806905994, "lateral_surface_wind": -2.1382870240154563, "impact_velocity": -5.282420937158165, "x_impact": 730.4802407575647, "max_mach_number": 0.7395005061571082, "out_of_rail_time": 0.3772936283058403, "apogee_y": 449.3590213819074, "out_of_rail_velocity": 24.173077277091963, "apogee_x": 290.0009484733682, "initial_stability_margin": 2.5755461621953524, "t_final": 286.9685716243937, "apogee_time": 24.09599777466489, "frontal_surface_wind": 0.7883000358053365, "y_impact": 173.8873014882682} +{"apogee": 2767.806226664744, "out_of_rail_stability_margin": 2.657343830378815, "lateral_surface_wind": -2.112822739402934, "impact_velocity": -5.54774311904049, "x_impact": 711.2496206165014, "max_mach_number": 0.6993816552720871, "out_of_rail_time": 0.38549225542868937, "apogee_y": 387.4524842402292, "out_of_rail_velocity": 23.477165741539867, "apogee_x": 262.60398061650926, "initial_stability_margin": 2.581035473056345, "t_final": 263.6259099405506, "apogee_time": 23.673076465971207, "frontal_surface_wind": 0.8686012805335045, "y_impact": 252.36593421315146} +{"apogee": 4304.728940154721, "out_of_rail_stability_margin": 2.648273239071765, "lateral_surface_wind": -2.6232573438818725, "impact_velocity": -5.449759519530391, "x_impact": 1333.229619531942, "max_mach_number": 1.0214451465920742, "out_of_rail_time": 0.3259774379902666, "apogee_y": 657.2713013817164, "out_of_rail_velocity": 28.887697871861278, "apogee_x": 442.272979954932, "initial_stability_margin": 2.5837014201758444, "t_final": 350.72738282375514, "apogee_time": 28.307964913285883, "frontal_surface_wind": 0.8920448840803266, "y_impact": 376.7973152447873} +{"apogee": 3544.9174387028347, "out_of_rail_stability_margin": 2.613623197751054, "lateral_surface_wind": -1.9526060268732683, "impact_velocity": -5.432635731825116, "x_impact": 1082.8303605351555, "max_mach_number": 0.8589172567443658, "out_of_rail_time": 0.3538127032673245, "apogee_y": 473.9507425649251, "out_of_rail_velocity": 26.069916750319113, "apogee_x": 374.911309614484, "initial_stability_margin": 2.5393415667550907, "t_final": 313.83446601310555, "apogee_time": 26.1605864619661, "frontal_surface_wind": 0.8329961168145977, "y_impact": 252.0832366507979} +{"apogee": 4890.622537698279, "out_of_rail_stability_margin": 2.5925056363047476, "lateral_surface_wind": -3.057636986315307, "impact_velocity": -5.541197665171192, "x_impact": 1349.1211021805707, "max_mach_number": 1.179867170636958, "out_of_rail_time": 0.30527999859537863, "apogee_y": 750.5206643681954, "out_of_rail_velocity": 31.45626301051621, "apogee_x": 443.625942301498, "initial_stability_margin": 2.5303719732474783, "t_final": 375.8270207040898, "apogee_time": 29.685797848175582, "frontal_surface_wind": 0.5021526173717272, "y_impact": 180.4413557513263} +{"apogee": 4029.3391395041017, "out_of_rail_stability_margin": 2.662295845403526, "lateral_surface_wind": -1.1772498978259027, "impact_velocity": -5.45982190001469, "x_impact": 949.1113394426294, "max_mach_number": 0.9517173338852636, "out_of_rail_time": 0.3379137467528446, "apogee_y": 480.9307439665134, "out_of_rail_velocity": 27.598909610067555, "apogee_x": 514.1988012065068, "initial_stability_margin": 2.593620809448727, "t_final": 326.67993092767733, "apogee_time": 27.63854785388406, "frontal_surface_wind": 0.5487264058572434, "y_impact": 514.0674915023321} +{"apogee": 3629.1162874257316, "out_of_rail_stability_margin": 2.670440579739362, "lateral_surface_wind": -1.838276928806545, "impact_velocity": -5.400928413268438, "x_impact": 1091.734091051842, "max_mach_number": 0.8770386162700257, "out_of_rail_time": 0.3495848005131098, "apogee_y": 528.5678690299168, "out_of_rail_velocity": 26.46835680512374, "apogee_x": 467.86828111437336, "initial_stability_margin": 2.600741611265771, "t_final": 308.03861587633014, "apogee_time": 26.39276510056047, "frontal_surface_wind": 0.9459164004316767, "y_impact": 464.2174414303689} +{"apogee": 3073.3041400605525, "out_of_rail_stability_margin": 2.7105290398551083, "lateral_surface_wind": -3.041028827930265, "impact_velocity": -5.379184463951601, "x_impact": 1034.1278954319885, "max_mach_number": 0.7733458655264904, "out_of_rail_time": 0.3702233519108638, "apogee_y": 644.9963701841638, "out_of_rail_velocity": 24.65472389477533, "apogee_x": 408.09272165067387, "initial_stability_margin": 2.633149689873733, "t_final": 287.7535534148067, "apogee_time": 24.625568744326934, "frontal_surface_wind": 0.5945122865960846, "y_impact": 249.62380280226435} +{"apogee": 4010.3630872440394, "out_of_rail_stability_margin": 2.7666839147834317, "lateral_surface_wind": -1.819332938178047, "impact_velocity": -5.504391873860962, "x_impact": 1285.7947976662322, "max_mach_number": 0.9437231394559954, "out_of_rail_time": 0.3388581733439083, "apogee_y": 584.0968016320189, "out_of_rail_velocity": 27.500901114082776, "apogee_x": 551.5999428589582, "initial_stability_margin": 2.699233214087992, "t_final": 321.2878467046565, "apogee_time": 27.607699149044436, "frontal_surface_wind": 1.369478113729407, "y_impact": 424.8156952481302} +{"apogee": 3074.319267380874, "out_of_rail_stability_margin": 2.7603713182908844, "lateral_surface_wind": -2.0091162310598705, "impact_velocity": -5.480084088767719, "x_impact": 644.1308160332729, "max_mach_number": 0.7589929383369515, "out_of_rail_time": 0.3731969528876204, "apogee_y": 333.6209799163875, "out_of_rail_velocity": 24.48030578029379, "apogee_x": 141.29489385066822, "initial_stability_margin": 2.685360006820363, "t_final": 271.1686134980979, "apogee_time": 24.718995347455017, "frontal_surface_wind": 0.685568958531372, "y_impact": 158.32816031917966} +{"apogee": 1899.574231780775, "out_of_rail_stability_margin": 2.7179706227817673, "lateral_surface_wind": -2.0016657755402454, "impact_velocity": -5.521599916419188, "x_impact": 494.2355984088603, "max_mach_number": 0.5350056983226011, "out_of_rail_time": 0.4333866984519238, "apogee_y": 252.43951311185373, "out_of_rail_velocity": 20.45966588927, "apogee_x": 144.1092873870576, "initial_stability_margin": 2.6271002775180343, "t_final": 216.598750374306, "apogee_time": 20.050012551205082, "frontal_surface_wind": 1.1355925978187846, "y_impact": 98.76001104942353} +{"apogee": 2953.925650132159, "out_of_rail_stability_margin": 2.7192523133270283, "lateral_surface_wind": -3.032633204452882, "impact_velocity": -5.4057338936879935, "x_impact": 821.9183071371556, "max_mach_number": 0.7435545882881311, "out_of_rail_time": 0.37527018326549816, "apogee_y": 494.2457508627383, "out_of_rail_velocity": 24.294842061998022, "apogee_x": 244.7252868623307, "initial_stability_margin": 2.649300989111447, "t_final": 279.8471461652462, "apogee_time": 24.257301263408404, "frontal_surface_wind": 0.6359536449038352, "y_impact": 98.60135226883473} +{"apogee": 3415.3586596141176, "out_of_rail_stability_margin": 2.7588033949208968, "lateral_surface_wind": -2.5654905393617513, "impact_velocity": -5.347347307579207, "x_impact": 814.2987173434686, "max_mach_number": 0.8317580854261214, "out_of_rail_time": 0.3582035341971817, "apogee_y": 425.3920625506093, "out_of_rail_velocity": 25.69976524332572, "apogee_x": 183.4333824761396, "initial_stability_margin": 2.686150393840845, "t_final": 296.3606578526134, "apogee_time": 25.745311106130394, "frontal_surface_wind": 1.1347192821372158, "y_impact": 138.32512047588054} +{"apogee": 2458.2341142538307, "out_of_rail_stability_margin": 2.703126200672568, "lateral_surface_wind": -1.1709833100030322, "impact_velocity": -5.550089434384142, "x_impact": 604.972023751365, "max_mach_number": 0.6449739981652356, "out_of_rail_time": 0.39889761037993243, "apogee_y": 376.1929698390225, "out_of_rail_velocity": 22.570918909799364, "apogee_x": 330.61511155529746, "initial_stability_margin": 2.625450224624395, "t_final": 246.19460151941513, "apogee_time": 22.453857680320507, "frontal_surface_wind": 0.37882186613744606, "y_impact": 366.54534145514594} +{"apogee": 3667.5691873683736, "out_of_rail_stability_margin": 2.791159463406018, "lateral_surface_wind": -1.9888729397963876, "impact_velocity": -5.392306836261575, "x_impact": 978.0093561845196, "max_mach_number": 0.8806515579671704, "out_of_rail_time": 0.34852102563369897, "apogee_y": 477.62541335918326, "out_of_rail_velocity": 26.559240217725936, "apogee_x": 326.1017846409673, "initial_stability_margin": 2.724952093885288, "t_final": 317.65774857740746, "apogee_time": 26.53721318556517, "frontal_surface_wind": 0.6691794397692695, "y_impact": 363.8507854410912} +{"apogee": 3366.5319864526246, "out_of_rail_stability_margin": 2.600097403122591, "lateral_surface_wind": -2.529958536206631, "impact_velocity": -5.323372032046901, "x_impact": 1184.1026720748027, "max_mach_number": 0.832036336861752, "out_of_rail_time": 0.3586255544878971, "apogee_y": 626.248761867123, "out_of_rail_velocity": 25.660327838964328, "apogee_x": 498.95168563408544, "initial_stability_margin": 2.5245529079525384, "t_final": 300.4499402118704, "apogee_time": 25.54236502722519, "frontal_surface_wind": 1.21187431769299, "y_impact": 357.0596010219091} +{"apogee": 3053.970198954957, "out_of_rail_stability_margin": 2.6828683828167073, "lateral_surface_wind": -1.8335785252673984, "impact_velocity": -5.357929816199519, "x_impact": 846.4706701378066, "max_mach_number": 0.7602842480344517, "out_of_rail_time": 0.3722159917517896, "apogee_y": 417.82150415847434, "out_of_rail_velocity": 24.531332482851905, "apogee_x": 337.0007069808114, "initial_stability_margin": 2.6087148602844317, "t_final": 285.39599191398037, "apogee_time": 24.602665880771706, "frontal_surface_wind": 0.9549919870167894, "y_impact": 343.62895932523486} +{"apogee": 2520.260407480161, "out_of_rail_stability_margin": 2.701942653818591, "lateral_surface_wind": -2.108512825499086, "impact_velocity": -5.375272036482846, "x_impact": 851.8984579193042, "max_mach_number": 0.6632441995733811, "out_of_rail_time": 0.3944673603836903, "apogee_y": 447.4933910983615, "out_of_rail_velocity": 22.818288207474254, "apogee_x": 367.3165771534423, "initial_stability_margin": 2.6207076769507585, "t_final": 255.87502883887922, "apogee_time": 22.63244056874623, "frontal_surface_wind": 1.0858287024564457, "y_impact": 282.7538262461393} +{"apogee": 3465.0911278892127, "out_of_rail_stability_margin": 2.7470889362828554, "lateral_surface_wind": -2.6634452332402256, "impact_velocity": -5.517935089630679, "x_impact": 920.1811653030076, "max_mach_number": 0.8385805161493483, "out_of_rail_time": 0.35690598581549426, "apogee_y": 576.6201714892355, "out_of_rail_velocity": 25.775996377029205, "apogee_x": 431.6454524566273, "initial_stability_margin": 2.675880988068838, "t_final": 298.18354184676065, "apogee_time": 25.97862133380081, "frontal_surface_wind": 0.3848796554678813, "y_impact": 187.46720892505692} +{"apogee": 3211.2462725113, "out_of_rail_stability_margin": 2.7520135319593666, "lateral_surface_wind": -1.3637802247167976, "impact_velocity": -5.418552734952326, "x_impact": 776.684922383888, "max_mach_number": 0.7877628196168154, "out_of_rail_time": 0.36637654698263866, "apogee_y": 425.92327594756864, "out_of_rail_velocity": 24.984344131087944, "apogee_x": 346.2169956363475, "initial_stability_margin": 2.67766360873496, "t_final": 286.6922011888287, "apogee_time": 25.138881526860168, "frontal_surface_wind": 0.6035881794427269, "y_impact": 355.0948666424778} +{"apogee": 3534.729664674606, "out_of_rail_stability_margin": 2.761419872232697, "lateral_surface_wind": -1.8528090212517387, "impact_velocity": -5.449823031483754, "x_impact": 990.5364105145553, "max_mach_number": 0.8549983890164498, "out_of_rail_time": 0.35353881547456195, "apogee_y": 440.1960031638276, "out_of_rail_velocity": 26.081714367521386, "apogee_x": 346.06848208667776, "initial_stability_margin": 2.691673951389007, "t_final": 310.535482467738, "apogee_time": 26.14092225090222, "frontal_surface_wind": 1.4778414592746647, "y_impact": 300.99177272065396} +{"apogee": 3220.5053932586497, "out_of_rail_stability_margin": 2.7074120131547956, "lateral_surface_wind": -1.2065004481651882, "impact_velocity": -5.466579189376504, "x_impact": 573.7855107786492, "max_mach_number": 0.7876541266116919, "out_of_rail_time": 0.3659045780831624, "apogee_y": 349.5161772992669, "out_of_rail_velocity": 25.003196648625305, "apogee_x": 290.43667343190674, "initial_stability_margin": 2.6376875749637265, "t_final": 291.3721849041147, "apogee_time": 25.204012574927955, "frontal_surface_wind": 0.48101419832818515, "y_impact": 344.29251981208057} +{"apogee": 2600.584393091702, "out_of_rail_stability_margin": 2.6909710330278647, "lateral_surface_wind": -2.064022974916969, "impact_velocity": -5.53756130070785, "x_impact": 592.7974210229935, "max_mach_number": 0.6679764515477712, "out_of_rail_time": 0.3946881610332154, "apogee_y": 384.5806013936265, "out_of_rail_velocity": 22.928161514343774, "apogee_x": 248.88556066144585, "initial_stability_margin": 2.610411324662353, "t_final": 249.28609651128284, "apogee_time": 23.049187213308205, "frontal_surface_wind": 0.40806840389785315, "y_impact": 115.52638431398317} +{"apogee": 4244.414882677423, "out_of_rail_stability_margin": 2.7982608245125653, "lateral_surface_wind": -0.3996685281024014, "impact_velocity": -5.435748362227257, "x_impact": 1060.9066369807842, "max_mach_number": 1.0082969193845295, "out_of_rail_time": 0.3273833037155576, "apogee_y": 534.2105318210521, "out_of_rail_velocity": 28.696482660856176, "apogee_x": 670.9290915760938, "initial_stability_margin": 2.7369782354864727, "t_final": 330.48862228278983, "apogee_time": 28.15494875563339, "frontal_surface_wind": 0.23571170152089607, "y_impact": 861.0761400255273} +{"apogee": 2765.18919769062, "out_of_rail_stability_margin": 2.714437665424004, "lateral_surface_wind": -1.9572705110101258, "impact_velocity": -5.41809056287953, "x_impact": 981.9476305985921, "max_mach_number": 0.7119815243879597, "out_of_rail_time": 0.3826896006152952, "apogee_y": 523.8466264627876, "out_of_rail_velocity": 23.750652815642624, "apogee_x": 471.6095199183589, "initial_stability_margin": 2.640896605449084, "t_final": 265.71695844313064, "apogee_time": 23.559758163131093, "frontal_surface_wind": 0.8219762609346878, "y_impact": 388.6375002466277} +{"apogee": 4005.6216079402675, "out_of_rail_stability_margin": 2.6604344115027327, "lateral_surface_wind": -3.0952276151716833, "impact_velocity": -5.536269887899569, "x_impact": 957.4567539808146, "max_mach_number": 0.9373788710186537, "out_of_rail_time": 0.34032342138807015, "apogee_y": 555.212940169742, "out_of_rail_velocity": 27.40485815320194, "apogee_x": 220.690743935636, "initial_stability_margin": 2.5922421156405804, "t_final": 329.7895610732409, "apogee_time": 27.630842235730842, "frontal_surface_wind": 0.9462328231386596, "y_impact": 261.18901582111016} +{"apogee": 3911.3258425053914, "out_of_rail_stability_margin": 2.6216978729247056, "lateral_surface_wind": -1.1511859950340086, "impact_velocity": -5.420828351834063, "x_impact": 1118.778510343653, "max_mach_number": 0.9310713093770451, "out_of_rail_time": 0.34176164156342637, "apogee_y": 480.62988659605077, "out_of_rail_velocity": 27.260560403143916, "apogee_x": 466.64970877039457, "initial_stability_margin": 2.550497905905279, "t_final": 330.4511949592902, "apogee_time": 27.239244807693172, "frontal_surface_wind": 1.2037245610812286, "y_impact": 650.1916366533721} +{"apogee": 4209.296754123735, "out_of_rail_stability_margin": 2.7166746230508365, "lateral_surface_wind": -2.092541728068311, "impact_velocity": -5.443855634625353, "x_impact": 1082.3243105923455, "max_mach_number": 0.9940867454664478, "out_of_rail_time": 0.33023375928353405, "apogee_y": 503.5184343798311, "out_of_rail_velocity": 28.41026461215038, "apogee_x": 389.1494139609639, "initial_stability_margin": 2.6520229773452155, "t_final": 351.0245176153184, "apogee_time": 28.081383352726693, "frontal_surface_wind": 0.9163826869684126, "y_impact": 365.28093194206014} +{"apogee": 3868.3173837786135, "out_of_rail_stability_margin": 2.728356248309309, "lateral_surface_wind": -1.3226244461405257, "impact_velocity": -5.43796774897156, "x_impact": 937.6939409102963, "max_mach_number": 0.9187064978210595, "out_of_rail_time": 0.3423147678051324, "apogee_y": 495.49837526470077, "out_of_rail_velocity": 27.16549139268801, "apogee_x": 452.18387657704415, "initial_stability_margin": 2.6641450439049676, "t_final": 334.33147825585036, "apogee_time": 27.169768985158314, "frontal_surface_wind": 0.5137352806460511, "y_impact": 149.5407030806018} +{"apogee": 3416.8028633325557, "out_of_rail_stability_margin": 2.548701746251886, "lateral_surface_wind": -2.5743152453687577, "impact_velocity": -5.313896088765532, "x_impact": 1064.323040445133, "max_mach_number": 0.8357054964694817, "out_of_rail_time": 0.3576185012704158, "apogee_y": 577.5688767817937, "out_of_rail_velocity": 25.743483148734907, "apogee_x": 382.4732017105565, "initial_stability_margin": 2.4751639102999947, "t_final": 305.4609227969883, "apogee_time": 25.746437772250303, "frontal_surface_wind": 1.1145539799716482, "y_impact": 299.291491934451} +{"apogee": 3286.0026447200157, "out_of_rail_stability_margin": 2.6355562889885893, "lateral_surface_wind": -1.9004167886919792, "impact_velocity": -5.600167829758633, "x_impact": 745.6484739212075, "max_mach_number": 0.7941442398858114, "out_of_rail_time": 0.36522652712997966, "apogee_y": 401.48577759702306, "out_of_rail_velocity": 25.05858073022822, "apogee_x": 235.52971352650968, "initial_stability_margin": 2.5624071923595184, "t_final": 282.4567540383362, "apogee_time": 25.46886161249185, "frontal_surface_wind": 0.8139016727134237, "y_impact": 332.0158297179396} +{"apogee": 3210.7823586902173, "out_of_rail_stability_margin": 2.5153562916168517, "lateral_surface_wind": -3.0073188061578024, "impact_velocity": -5.295459857840073, "x_impact": 887.0225530109651, "max_mach_number": 0.800420234722546, "out_of_rail_time": 0.36585367624282955, "apogee_y": 488.64221523504017, "out_of_rail_velocity": 25.018088035865496, "apogee_x": 255.346569481558, "initial_stability_margin": 2.4332546613428456, "t_final": 297.6436151640576, "apogee_time": 25.045393293185132, "frontal_surface_wind": 0.746548584719197, "y_impact": 46.507155603276246} +{"apogee": 3402.503067255444, "out_of_rail_stability_margin": 2.6399378636859607, "lateral_surface_wind": -1.9208938791046413, "impact_velocity": -5.364671302563372, "x_impact": 859.8336737022645, "max_mach_number": 0.8288637005835416, "out_of_rail_time": 0.35792896057531465, "apogee_y": 402.2724859526648, "out_of_rail_velocity": 25.676091944769052, "apogee_x": 239.53783693847436, "initial_stability_margin": 2.5692821611528323, "t_final": 303.25840958769055, "apogee_time": 25.704458203681163, "frontal_surface_wind": 1.222951082072273, "y_impact": 240.80101904266263} +{"apogee": 3619.0635920518544, "out_of_rail_stability_margin": 2.7803684559121455, "lateral_surface_wind": -1.161447977507446, "impact_velocity": -5.503188272931705, "x_impact": 905.6519148595945, "max_mach_number": 0.8639001805338673, "out_of_rail_time": 0.35111651557822676, "apogee_y": 466.73230499882095, "out_of_rail_velocity": 26.294699651618338, "apogee_x": 436.22306908262254, "initial_stability_margin": 2.7149992477238913, "t_final": 310.79834072289987, "apogee_time": 26.465002475084834, "frontal_surface_wind": 0.4071197785828853, "y_impact": 487.6877811247642} +{"apogee": 3666.3407530189834, "out_of_rail_stability_margin": 2.6246088671196492, "lateral_surface_wind": -1.8956864860507598, "impact_velocity": -5.425926845243272, "x_impact": 1038.2266916041697, "max_mach_number": 0.8809799593120672, "out_of_rail_time": 0.3491623565082528, "apogee_y": 559.5740751804573, "out_of_rail_velocity": 26.49977793973791, "apogee_x": 426.3847738960512, "initial_stability_margin": 2.553990345509004, "t_final": 303.44856424776486, "apogee_time": 26.538328665521522, "frontal_surface_wind": 0.82485916991482, "y_impact": 505.494080390255} +{"apogee": 2960.5773321473844, "out_of_rail_stability_margin": 2.6660420403781067, "lateral_surface_wind": -0.39098002713438373, "impact_velocity": -5.489430603517767, "x_impact": 727.9514284009722, "max_mach_number": 0.7417786278447775, "out_of_rail_time": 0.37731980985950003, "apogee_y": 339.4120776126007, "out_of_rail_velocity": 24.16366650553355, "apogee_x": 449.11264740669696, "initial_stability_margin": 2.5886137144589747, "t_final": 277.56220415432404, "apogee_time": 24.311616497484213, "frontal_surface_wind": 0.24985907422267578, "y_impact": 547.8547150868859} +{"apogee": 3127.2561552005427, "out_of_rail_stability_margin": 2.7521451021301315, "lateral_surface_wind": -2.018039674671432, "impact_velocity": -5.454120449442662, "x_impact": 694.1257878290552, "max_mach_number": 0.7711947515303755, "out_of_rail_time": 0.37049850979372995, "apogee_y": 360.8162459823918, "out_of_rail_velocity": 24.64933646641013, "apogee_x": 148.77255999602366, "initial_stability_margin": 2.67605226785939, "t_final": 287.07873267187114, "apogee_time": 24.881124314431304, "frontal_surface_wind": 1.2427519943395455, "y_impact": 229.5214138179944} +{"apogee": 2508.3336405387145, "out_of_rail_stability_margin": 2.6414380243128686, "lateral_surface_wind": -1.3559700281097984, "impact_velocity": -5.339826640664327, "x_impact": 641.3499428543084, "max_mach_number": 0.658793184498457, "out_of_rail_time": 0.3954362457333868, "apogee_y": 383.2819067360244, "out_of_rail_velocity": 22.790896468087357, "apogee_x": 357.81838790179626, "initial_stability_margin": 2.5605924371460036, "t_final": 256.2197249901854, "apogee_time": 22.588046639028633, "frontal_surface_wind": 0.6370677629832353, "y_impact": 303.9151392760956} +{"apogee": 4090.508470150774, "out_of_rail_stability_margin": 2.704442851880287, "lateral_surface_wind": -2.0652318602209094, "impact_velocity": -5.426934766024563, "x_impact": 1074.0475712625082, "max_mach_number": 0.9684039619225443, "out_of_rail_time": 0.3347597109118059, "apogee_y": 487.83677890417897, "out_of_rail_velocity": 27.932580677024518, "apogee_x": 305.4785955684401, "initial_stability_margin": 2.6371628199074038, "t_final": 334.2469308384642, "apogee_time": 27.747702033486462, "frontal_surface_wind": 1.0154081882269956, "y_impact": 322.2583606539736} +{"apogee": 3959.505563251044, "out_of_rail_stability_margin": 2.6272026702317124, "lateral_surface_wind": -1.1573102893878733, "impact_velocity": -5.480934794109653, "x_impact": 1325.948240965487, "max_mach_number": 0.9398940208557119, "out_of_rail_time": 0.33928564504991976, "apogee_y": 613.5950058380537, "out_of_rail_velocity": 27.44148644555112, "apogee_x": 635.5330167112561, "initial_stability_margin": 2.5584800628997932, "t_final": 338.0764304377342, "apogee_time": 27.412012569422572, "frontal_surface_wind": 1.1978375967507424, "y_impact": 801.848707666412} +{"apogee": 2996.3246351142675, "out_of_rail_stability_margin": 2.6391922285179907, "lateral_surface_wind": -1.5126013988705216, "impact_velocity": -5.524070196451983, "x_impact": 903.0058130023765, "max_mach_number": 0.7445724660112696, "out_of_rail_time": 0.37627730165386075, "apogee_y": 399.3967238029707, "out_of_rail_velocity": 24.286600035540374, "apogee_x": 336.6535728853785, "initial_stability_margin": 2.5636805240646763, "t_final": 271.6847512387105, "apogee_time": 24.457173149870535, "frontal_surface_wind": 1.3717876656329782, "y_impact": 437.36185334230544} +{"apogee": 2907.5279775652343, "out_of_rail_stability_margin": 2.7020309955865716, "lateral_surface_wind": -1.96776070930675, "impact_velocity": -5.575373227554662, "x_impact": 967.1931038178628, "max_mach_number": 0.7325650607486544, "out_of_rail_time": 0.37745649183310803, "apogee_y": 522.6377997923423, "out_of_rail_velocity": 24.068527288881693, "apogee_x": 444.4612335932379, "initial_stability_margin": 2.629494712017553, "t_final": 263.2028687613468, "apogee_time": 24.13928076258642, "frontal_surface_wind": 0.7965366392819642, "y_impact": 390.66914201271953} diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/parachute_drop_from_helicopter.disp_errors.txt b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/parachute_drop_from_helicopter.disp_errors.txt similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/parachute_drop_from_helicopter.disp_errors.txt rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/parachute_drop_from_helicopter.disp_errors.txt diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/parachute_drop_from_helicopter.disp_inputs.txt b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/parachute_drop_from_helicopter.disp_inputs.txt similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/parachute_drop_from_helicopter.disp_inputs.txt rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/parachute_drop_from_helicopter.disp_inputs.txt diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/parachute_drop_from_helicopter.disp_outputs.txt b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/parachute_drop_from_helicopter.disp_outputs.txt similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/parachute_drop_from_helicopter.disp_outputs.txt rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/parachute_drop_from_helicopter.disp_outputs.txt diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/parachute_drop_from_helicopter.svg b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/parachute_drop_from_helicopter.svg similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/parachute_drop_from_helicopter.svg rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/parachute_drop_from_helicopter.svg diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/valetudo_rocket_v0.disp_errors.txt b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/valetudo_rocket_v0.disp_errors.txt similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/valetudo_rocket_v0.disp_errors.txt rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/valetudo_rocket_v0.disp_errors.txt diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/valetudo_rocket_v0.disp_inputs.txt b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/valetudo_rocket_v0.disp_inputs.txt similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/valetudo_rocket_v0.disp_inputs.txt rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/valetudo_rocket_v0.disp_inputs.txt diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/valetudo_rocket_v0.disp_outputs.txt b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/valetudo_rocket_v0.disp_outputs.txt similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/valetudo_rocket_v0.disp_outputs.txt rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/valetudo_rocket_v0.disp_outputs.txt diff --git a/docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/valetudo_rocket_v0.svg b/docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/valetudo_rocket_v0.svg similarity index 100% rename from docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/valetudo_rocket_v0.svg rename to docs/notebooks/monte_carlo_analysis/monte_carlo_analysis_outputs/valetudo_rocket_v0.svg diff --git a/docs/notebooks/monte_carlo_analysis/monte_carlo_class_usage.ipynb b/docs/notebooks/monte_carlo_analysis/monte_carlo_class_usage.ipynb new file mode 100644 index 000000000..8008f8065 --- /dev/null +++ b/docs/notebooks/monte_carlo_analysis/monte_carlo_class_usage.ipynb @@ -0,0 +1,1406 @@ +{ + "cells": [ + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Monte Carlo class usage" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "![Landing point dispersion elipses](https://github.com/RocketPy-Team/RocketPy/raw/master/docs/notebooks/dispersion_analysis/dispersion_analysis_outputs/valetudo_rocket_v0.svg)\n", + "\n", + "This is an advanced use of RocketPy. This notebook runs a Monte Carlo analysis and predicts probability distributions of the rocket's landing point, apogee and other relevant information. \n", + "\n", + "The `MonteCarlo` class simplifies the process of performing Monte Carlo simulations. The idea is to take the already defined classes for a standard flight simulation, and create the so called ``Stochastic`` classes, which are used to run the Monte Carlo analysis.\n", + "\n", + "This class offers extensive capabilities, and this example notebook covers as many as possible.\n", + "For a deeper understanding, we recommend checking the class [documentation](https://docs.rocketpy.org/en/latest/).\n", + "\n", + "For a more comprehensive conceptual understanding of Monte Carlo Simulations, refer to RocketPy's main reference: [RocketPy: Six Degree-of-Freedom Rocket Trajectory Simulator](https://doi.org/10.1061/(ASCE)AS.1943-5525.0001331).\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "# We import these lines for debugging purposes, only works on Jupyter Notebook\n", + "%load_ext autoreload\n", + "%autoreload 2" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "First, let's import the necessary libraries" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "from rocketpy import Environment, SolidMotor, Rocket, Flight, MonteCarlo, Function\n", + "from rocketpy.stochastic import (\n", + " StochasticEnvironment,\n", + " StochasticSolidMotor,\n", + " StochasticRocket,\n", + " StochasticFlight,\n", + " StochasticNoseCone,\n", + " StochasticTail,\n", + " StochasticTrapezoidalFins,\n", + " StochasticParachute,\n", + " StochasticRailButtons,\n", + ")\n", + "import datetime" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "If you are using Jupyter Notebooks, it is recommended to run the following line to make matplotlib plots which will be shown later interactive and higher quality.\n" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [], + "source": [ + "%matplotlib widget" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 1: Standard Simulation\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We will first create a standard RocketPy simulation objects (e.g. Environment, SolidMotor, etc.) to then create the Stochastic objects.\n", + "\n", + "The standard objects created here are the same as in the [First Simulation Page](https://docs.rocketpy.org/en/latest/user/first_simulation.html) of our documentation, so you can go through that if you want to understand what is done in more detail.\n", + "\n", + "The only difference here is that we will use a `Environment` with atmospheric model type `Ensemble`. This allows us to run the Monte Carlo analysis with different ensemble members, which are different atmospheric profiles.\n", + "\n", + "We will do it all in one single cell for simplicity." + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Total Impulse of the Solid Motor: 6026.35 Ns\n" + ] + } + ], + "source": [ + "# Environment\n", + "env = Environment(latitude=39.389700, longitude=-8.288964, elevation=113)\n", + "tomorrow = datetime.date.today() + datetime.timedelta(days=1)\n", + "env.set_date((tomorrow.year, tomorrow.month, tomorrow.day, 12))\n", + "env.set_atmospheric_model(type=\"Ensemble\", file=\"GEFS\")\n", + "\n", + "# Motor\n", + "motor = SolidMotor(\n", + " thrust_source=\"../../../data/motors/Cesaroni_M1670.eng\",\n", + " dry_mass=1.815,\n", + " dry_inertia=(0.125, 0.125, 0.002),\n", + " nozzle_radius=33 / 1000,\n", + " grain_number=5,\n", + " grain_density=1815,\n", + " grain_outer_radius=33 / 1000,\n", + " grain_initial_inner_radius=15 / 1000,\n", + " grain_initial_height=120 / 1000,\n", + " grain_separation=5 / 1000,\n", + " grains_center_of_mass_position=0.397,\n", + " center_of_dry_mass_position=0.317,\n", + " nozzle_position=0,\n", + " burn_time=3.9,\n", + " throat_radius=11 / 1000,\n", + " coordinate_system_orientation=\"nozzle_to_combustion_chamber\",\n", + ")\n", + "print(f\"Total Impulse of the Solid Motor: {motor.total_impulse} Ns\")\n", + "\n", + "# Rocket\n", + "rocket = Rocket(\n", + " radius=127 / 2000,\n", + " mass=14.426,\n", + " inertia=(6.321, 6.321, 0.034),\n", + " power_off_drag=\"../../../data/calisto/powerOffDragCurve.csv\",\n", + " power_on_drag=\"../../../data/calisto/powerOnDragCurve.csv\",\n", + " center_of_mass_without_motor=0,\n", + " coordinate_system_orientation=\"tail_to_nose\",\n", + ")\n", + "\n", + "rail_buttons = rocket.set_rail_buttons(\n", + " upper_button_position=0.0818,\n", + " lower_button_position=-0.618,\n", + " angular_position=45,\n", + ")\n", + "\n", + "rocket.add_motor(motor, position=-1.255)\n", + "\n", + "nose_cone = rocket.add_nose(length=0.55829, kind=\"vonKarman\", position=1.278)\n", + "\n", + "fin_set = rocket.add_trapezoidal_fins(\n", + " n=4,\n", + " root_chord=0.120,\n", + " tip_chord=0.060,\n", + " span=0.110,\n", + " position=-1.04956,\n", + " cant_angle=0.5,\n", + " airfoil=(\"../../../data/calisto/NACA0012-radians.csv\", \"radians\"),\n", + ")\n", + "\n", + "tail = rocket.add_tail(\n", + " top_radius=0.0635, bottom_radius=0.0435, length=0.060, position=-1.194656\n", + ")\n", + "Main = rocket.add_parachute(\n", + " \"Main\",\n", + " cd_s=10.0,\n", + " trigger=800,\n", + " sampling_rate=105,\n", + " lag=1.5,\n", + " noise=(0, 8.3, 0.5),\n", + ")\n", + "\n", + "Drogue = rocket.add_parachute(\n", + " \"Drogue\",\n", + " cd_s=1.0,\n", + " trigger=\"apogee\",\n", + " sampling_rate=105,\n", + " lag=1.5,\n", + " noise=(0, 8.3, 0.5),\n", + ")\n", + "\n", + "# Flight\n", + "test_flight = Flight(\n", + " rocket=rocket,\n", + " environment=env,\n", + " rail_length=5,\n", + " inclination=84,\n", + " heading=133,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Lets check the trajectory of the Flight." + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "c66d0d4ff6d74269868eda1b66209fff", + "version_major": 2, + "version_minor": 0 + }, + "image/png": "iVBORw0KGgoAAAANSUhEUgAAA4QAAAOECAYAAAD5Tv87AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguNCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8fJSN1AAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOzdd3wUdf4/8Ndsr7PpjQAhdBQEARVEVCycomc7C3axItjrqaeenmc/9c6Come5w6+op3cq+rMXUFRAQXoJoSeBQJItybbZ+f0RZthNL9v39Xw8eGg2m92Z3Z3Zz2venyLIsiyDiIiIiIiIMo4m0RtAREREREREicFASERERERElKEYCImIiIiIiDIUAyEREREREVGGYiAkIiIiIiLKUAyEREREREREGYqBkIiIiIiIKEMxEBIREREREWUoBkIiIiIiIqIMxUBIRERERESUoRgIiYiIiIiIMhQDIRERERERUYZiICQiIiIiIspQDIREREREREQZioGQiIiIiIgoQzEQEhERERERZSgGQiIiIiIiogzFQEhERERERJShGAiJiIiIiIgyFAMhERERERFRhmIgJCIiIiIiylAMhERERERERBmKgZCIiIiIiChDMRASERERERFlKAZCIiIiIiKiDMVASERERERElKEYCImIiIiIiDIUAyEREREREVGGYiAkIiIiIiLKUAyEREREREREGYqBkIiIiIiIKEMxEBIREREREWUoBkIiIiIiIqIMxUBIRERERESUoRgIiYiIiIiIMhQDIRERERERUYZiICQiIiIiIspQDIREREREREQZioGQiIiIiIgoQzEQEhERERERZSgGQiIiIiIiogzFQEhERERERJShGAiJiIiIiIgyFAMhERERERFRhmIgJCIiIiIiylAMhERERERERBmKgZCIiIiIiChDMRASERERERFlKAZCIiIiIiKiDMVASERERERElKEYCImIiIiIiDIUAyEREREREVGGYiAkIiIiIiLKUAyEREREREREGYqBkIiIiIiIKEMxEBIREREREWUoBkIiIiIiIqIMxUBIRERERESUoRgIiYiIiIiIMhQDIRERERERUYZiICQiIiIiIspQDIREREREREQZioGQiIiIiIgoQzEQEhERERERZSgGQiIiIiIiogzFQEhERERERJShGAiJiIiIiIgyFAMhERERERFRhmIgJCIiIiIiylAMhERERERERBmKgZCIiIiIiChDMRASERERERFlKAZCIiIiIiKiDMVASERERERElKEYCImIiIiIiDIUAyEREREREVGGYiAkIiIiIiLKUAyEREREREREGYqBkIiIiIiIKEMxEBIREREREWUoBkIiIiIiIqIMxUBIRERERESUoRgIiYiIiIiIMhQDIRERERERUYZiICQiIiIiIspQDIRERBQ1ZWVluPTSS9Wfv/nmGwiCgG+++abbj6X87bvvvhu9DYyTLVu2QBAEvPbaa4neFCIiog4xEBIRUadee+01CILQ5r8777wz0ZuHN998E08//XSn97v//vvb3Y/wf8ccc0zMt7k3du3ahfvvvx/Lly9P9KYQEVGK0yV6A4iIKHU88MADGDBgQMRtBx98cLv3nzx5MpqammAwGGK6XW+++SZWrVqFG2+8scP7nXnmmRg0aJD6s9vtxsyZM3HGGWfgzDPPVG8vLCzs1fb0798fTU1N0Ov1vXqc9uzatQt//vOfUVZWhtGjR8fkOYiIKDMwEBIRUZeddNJJGDduXJfvr9FoYDKZYrhF3TNq1CiMGjVK/bm2thYzZ87EqFGjcOGFF7b7d16vFwaDARpN1zrWCIKQVPvdVR6PB1arNdGbQUREccQuo0REFDPtjSF87rnnUF5eDrPZjMMOOwwLFy7EMccc02ZXzVAohIceegilpaUwmUw47rjjsGnTJvX3xxxzDBYsWICtW7eqXT7Lysp6vc1vvfUW7rnnHvTp0wcWiwVOpxP79u3DrbfeipEjR8Jms0EURZx00klYsWJFxGO0N4Zw3bp1+MMf/oCcnByYTCaMGzcOH3zwQattqK+vx0033YSysjIYjUaUlpbi4osvRm1tLb755huMHz8eAHDZZZep+xz+XO+88w7Gjh0Ls9mMvLw8XHjhhdi5c2fEc1x66aWw2WyoqKjAySefDLvdjgsuuAD33Xcf9Ho99uzZ02q7rrrqKmRlZcHr9fbw1SUiomTDCiEREXVZQ0MDamtrI27Ly8vr1mO88MILmD17No466ijcdNNN2LJlC04//XRkZ2ejtLS01f0feeQRaDQa3HrrrWhoaMBjjz2GCy64AD/99BMA4O6770ZDQwN27NiBp556CgBgs9l6uIcHPPjggzAYDLj11lvh8/lgMBiwZs0a/Pe//8XZZ5+NAQMGoKamBi+++CKOPvporFmzBiUlJe0+3urVq3HkkUeiT58+uPPOO2G1WvH222/j9NNPx3/+8x+cccYZAJq7sR511FFYu3YtZsyYgUMPPRS1tbX44IMPsGPHDgwfPhwPPPAA7r33Xlx11VU46qijAAATJ04E0Dze87LLLsP48ePx8MMPo6amBs888wy+//57/Prrr8jKylK3KRgMYurUqZg0aRKeeOIJWCwWTJgwAQ888ADmz5+P2bNnq/f1+/149913cdZZZ6Vk9ZOIiNohExERdeLVV1+VAbT5L1z//v3lSy65RP3566+/lgHIX3/9tSzLsuzz+eTc3Fx5/PjxciAQUO/32muvyQDko48+utXfDh8+XPb5fOrtzzzzjAxAXrlypXrbtGnT5P79+3d7v/bs2SMDkO+7775Wz1teXi43NjZG3N/r9cqSJEXcVllZKRuNRvmBBx6IuA2A/Oqrr6q3HXfccfLIkSNlr9er3hYKheSJEyfKgwcPVm+79957ZQDye++912p7Q6GQLMuyvGTJklaPL8uy7Pf75YKCAvnggw+Wm5qa1Ns/+ugjGYB87733qrddcsklMgD5zjvvbPU8EyZMkA8//PCI2957772I95KIiNIDu4wSEVGXPffcc/j8888j/nXH0qVLsXfvXlx55ZXQ6Q50UrnggguQnZ3d5t9cdtllEZPSKBWxzZs392APuu6SSy6B2WyOuM1oNKrjCCVJwt69e2Gz2TB06FD88ssv7T7Wvn378NVXX+Gcc86By+VCbW0tamtrsXfvXkydOhUbN25Uu3T+5z//wSGHHKJWDMMJgtDhNi9duhS7d+/GtddeG1HFmzZtGoYNG4YFCxa0+puZM2e2uu3iiy/GTz/9hIqKCvW2efPmoW/fvjj66KM73AYiIkotDIRERNRlhx12GI4//viIf92xdetWAIiY6RMAdDpdu+P++vXrF/GzEhzr6uq69dzd1XI2VaB5PONTTz2FwYMHw2g0Ii8vD/n5+fjtt9/Q0NDQ7mNt2rQJsizjT3/6E/Lz8yP+3XfffQCA3bt3AwAqKio6nLm1I8rrO3To0Fa/GzZsmPp7hU6na7Ob7rnnnguj0Yh58+YBaO4q/NFHH+GCCy7oNJQSEVFq4RhCIiJKalqtts3bZVmO6fO2rA4CwF//+lf86U9/wowZM/Dggw8iJycHGo0GN954I0KhULuPpfzu1ltvxdSpU9u8T8uQHA/hFc9w2dnZOOWUUzBv3jzce++9ePfdd+Hz+TqciZWIiFITAyEREcVN//79ATRXzI499lj19mAwiC1btkQsCdEd8apavfvuuzj22GPxyiuvRNxeX1/f4eQ65eXlAAC9Xt9pVXXgwIFYtWpVh/dpb3+V13f9+vWYMmVKxO/Wr1+v/r4rLr74Ypx22mlYsmQJ5s2bhzFjxuCggw7q8t8TEVFqYJdRIiKKm3HjxiE3Nxdz585FMBhUb583b16vuoBardYOu2xGi1arbVWZfOedd1ot6dBSQUEBjjnmGLz44ouoqqpq9fvwJR7OOussrFixAu+//36r+ynPrawVWF9fH/H7cePGoaCgAHPmzIHP51Nv/+STT7B27VpMmzat4x0Mc9JJJyEvLw+PPvoovv32W1YHiYjSFCuEREQUNwaDAffffz+uu+46TJkyBeeccw62bNmC1157DQMHDuxxpW/s2LGYP38+br75ZowfPx42mw2nnnpqlLceOOWUU/DAAw/gsssuw8SJE7Fy5UrMmzdPrQB25LnnnsOkSZMwcuRIXHnllSgvL0dNTQ0WL16MHTt2qGsZ3nbbbXj33Xdx9tlnY8aMGRg7diz27duHDz74AHPmzMEhhxyCgQMHIisrC3PmzIHdbofVasXhhx+OAQMG4NFHH8Vll12Go48+GtOnT1eXnSgrK8NNN93U5X3V6/U477zz8Oyzz0Kr1WL69Ok9ft2IiCh5sUJIRERxNXv2bPz973/Htm3bcOutt2LhwoX44IMPkJWV1eP17a699lqcf/75ePXVV3H++efjuuuui/JWN7vrrrtwyy234NNPP8UNN9yAX375BQsWLEDfvn07/dsRI0Zg6dKlmDZtGl577TXMmjULc+bMgUajwb333qvez2azYeHChZg5cyY+/vhjXH/99Xj++ecxdOhQdQIYvV6P119/HVqtFtdccw2mT5+Ob7/9FkDzgvPz58+H3+/HHXfcgRdffBFnnHEGFi1aFLEGYVdcfPHFAIDjjjsOxcXF3fpbIiJKDYIc61H5REREnQiFQsjPz8eZZ56JuXPnJnpzeq2iogKDBg3Cv/71r5TuarlixQqMHj0ab7zxBi666KJEbw4REcUAK4RERBRXXq+31Ti8N954A/v27cMxxxyTmI2KMmWcYEcTzaSCuXPnwmaz4cwzz0z0phARUYxwDCEREcXVjz/+iJtuuglnn302cnNz8csvv+CVV17BwQcfjLPPPjvRm9dr//znP/HPf/4TFosFRxxxRKI3p0c+/PBDrFmzBi+99BJmz56tTmJDRETph11GiYgorrZs2YLrr78eP//8M/bt24ecnBycfPLJeOSRR1BQUJDozes1nU6HIUOG4IknnsDJJ5+c6M3pkbKyMtTU1GDq1Kn417/+BbvdnuhNIiKiGGEgJCIiIiIiylAcQ0hERERERJShGAiJiIiIiIgyFAMhERERERFRhmIgJCIiIiIiylAMhERERERERBmKgZCIiIiIiChDMRASERERERFlKAZCIiIiIiKiDMVASERERERElKEYCImIiIiIiDIUAyEREREREVGGYiAkIiIiIiLKUAyEREREREREGYqBkIiIiIiIKEMxEBIREREREWUoBkIiIiIiIqIMxUBIRERERESUoRgIiYiIiIiIMhQDIRERERERUYZiICQiIiIiIspQDIREREREREQZioGQiIiIiIgoQzEQEhERERERZSgGQiIiIiIiogzFQEhERERERJShGAiJiIiIiIgyFAMhERERERFRhmIgJCIiIiIiylAMhERERERERBmKgZCIiIiIiChDMRASERERERFlKAZCIiIiIiKiDMVASERERERElKEYCImIiIiIiDIUAyEREREREVGGYiAkIiIiIiLKUAyEREREREREGYqBkIiIiIiIKEMxEBIREREREWUoBkIiIiIiIqIMxUBIRERERESUoRgIiYiIiIiIMhQDIRERERERUYZiICQiIiIiIspQDIREREREREQZioGQiIiIiIgoQzEQEhERERERZSgGQiIiIiIiogzFQEhERERERJShGAiJiIiIiIgyFAMhERERERFRhmIgJCIiIiIiylAMhERERERERBmKgZCIiIiIiChDMRASERERERFlKAZCIiIiIiKiDMVASERERERElKEYCImIiIiIiDIUAyEREREREVGGYiAkIiIiIiLKUAyEREREREREGYqBkIiIiIiIKEMxEBIREREREWUoBkIiIiIiIqIMxUBIRERERESUoRgIiYiIiIiIMhQDIRERERERUYZiICQiIiIiIspQDIREREREREQZioGQiIiIiIgoQzEQEhERERERZSgGQiIiIiIiogzFQEhERERERJShGAiJiIiIiIgyFAMhERERERFRhmIgJCIiIiIiylAMhERERERERBmKgZCIiIiIiChDMRASERERERFlKAZCIiIiIiKiDMVASERERERElKEYCImIiIiIiDIUAyEREREREVGGYiAkIiIiIiLKUAyEREREREREGYqBkIiIiIiIKEMxEBIREREREWUoBkIiIiIiIqIMxUBIRERERESUoRgIiYiIiIiIMhQDIRERERERUYZiICQiIiIiIspQDIREREREREQZioGQiIiIiIgoQzEQEhERERERZSgGQiIiIiIiogzFQEhERERERJShGAiJiIiIiIgyFAMhERERERFRhmIgJCIiIiIiylAMhERERERERBmKgZCIiIiIiChDMRASERERERFlKAZCIiIiIiKiDMVASERERERElKEYCImIiIiIiDIUAyEREREREVGGYiAkIiIiIiLKUAyEREREREREGYqBkIiIiIiIKEMxEBIREREREWUoBkIiIiIiIqIMxUBIRERERESUoRgIiYiIiIiIMhQDIRERERERUYZiICQiIiIiIspQDIREREREREQZioGQiIiIiIgoQzEQEhERERERZSgGQiIiIiIiogzFQEhERERERJShGAiJiIiIiIgyFAMhERFRlMiyjFAoBFmWE70pREREXaJL9AYQERGlIiX8hUIhSJIESZIQDAYhCAIMBgM0Gg0EQVD/q/wjIiJKJgyEREREnZBlGbIsq8FPkiTs27cPAGCz2dT7KQFQuW84QRAQCoWg0+mg1WoZEomIKCkwEBIREYUJD3+hUAjBYFD9/1AoBKA53NXU1ECj0cDhcESEOq1WC41GE/F4yn9/+OEHDB06FHl5eerjaDSaVlVEhkQiIooXBkIiIspYLcOf0u1TGQeohDklsOl0OjWsdTW8tXV/5bbwqmP4/RkSiYgoXhgIiYgoIygBr+WYv/bCn/LfWAgPieHbp/yXIZGIiOKFgZCIiNJSywlflH/h4a9l0EqkroTEYDCo3qfltivdVBO9H0RElFoYCImIKOV1FP6A5kAVHqCA1AhOnYVEJSAq92FIJCKi7mIgJCKilNLWhC/pEP66iiGRiIiiiYGQiIiSVssJX5Ruky27fQqCAK1Wq/6caboaEpXfh4fD8HGJRESUeRgIiYgoKXQW/sJDTyaHv67qKCQqE+mE/54hkYgoMzEQEhFR3LWc7VP51zKoMPxFV8uQ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tnfvXjVv3lwbNmxQ69atzVHCcePGacOGDXrvvffUsmVLSdLChQs1evRoffbZZ3rkkUckXQvXaWlpuu+++yRJv/32mzZt2qTHH3/8jh47UFQRCAHkylEN7pNPPtHHH3+s0aNHKywsTGPGjNH69eu1adMmPfvss9qwYYMOHTqk9PR0ffnll3rhhRcUHBys+Ph4nTp1Su+//76efPLJXL9Hdna2OZIIZGVlaf369fr2228VHR2tjIwMde/eXSEhIerUqdMd7a9XVFy5csVsD/FHGsXn5ORo69atstlsWrZsmVJSUtStWzeFh4erffv2iouLU2RkpFasWCFPT0+FhoZqzJgxTlV+i7rRo0dr06ZN2rBhQ67PG4Yhf39/vfrqq3rttdckXSu25efnpwULFujxxx/XwYMHVb9+fW3btk0tWrSQJH333Xfq3r274uPj5e/vn2/HczvFxsYqLi5OQUFB8vf3V3h4uLZt26bt27ffcrQuKytLnTp1UrVq1bRgwQIzXG7cuFEjRozQoEGD9Pzzz0u6Fv6efvppvf3222rcuHGur8fNROCvYcoogFw5Rhd3794tLy8vPfjgg5Kkpk2b6sqVK1q3bp3THdmlS5dq9uzZGjdunNl+YNCgQZo8ebJSU1MlXQuZc+bMMadJubu7m3/EX331VR04cEDS/00vcrTCKIyOHz+uwYMHKyAgQCVLllSNGjU0YcIEZWZmOm23d+9etWvXTiVKlFCVKlU0bdq0m17rm2++Ud26dVWiRAk1bNjQnIZV1Hh4eKhz586aO3eufvvtN9lsNpUvX16vv/667rvvPvXv31/ffvutLl68WNC7eldJT0/XsWPHtGXLFm3atEkpKSny9/dXu3bt1LJlS1WtWtUpDGZlZWndunUaNmyYateurT59+igtLU0zZ85UQkKCvvrqKz3++OPy9/dXr1699OWXXyopKUn/+c9/ZLfbc20+X5RFR0erRYsW6t27t3x9fdW0aVN9/PHH5vO//vqrEhIS1LlzZ/OxMmXKqFWrVtq8ebMkafPmzfLy8jLDoCR17txZrq6u2rp1a/4dzA0co325ycnJyfMzePbs2apcubKeeuop7d+/X/v27ZO3t7c2b96sChUqaM2aNbf8vh4eHho1apRiY2Odtm3durUyMjK0a9cu87OybNmystlseYZB6fcrmwK4NQIhgDwdPHhQmzZt0n333We2rmjbtq1++ukn7d27V4cPH9aAAQMkSZGRkQoMDNQzzzxjfv0jjzyi7Oxs86IoJiZGL774oqZOnaqBAwdq5MiROnbsmE6fPq0ZM2aYaxMd68imTJmi5557zix8UZgcOnRIdrtd8+bN0/79+zVjxgzNnTtXY8aMMbdJS0tTly5dVK1aNe3YsUPvvfee3nrrLc2fP9/cJi4uTk888YQGDx6sXbt2KSwsTGFhYdq3b19BHFa+cXNzU7t27TRz5kwdO3ZMa9euVa1atTRp0iTdd9996tOnj7744gulpKRYbp2qYRhKS0vTL7/8ori4OG3dulVpaWmqWrWqHnroITVr1kyVK1d2Cm4ZGRlauXKlnn/+eVWvXl2DBw+Wq6urFi5cqISEBC1cuFBhYWG65557cv2exYoVU5cuXTRnzpyb2tgUdceOHdOcOXNUq1YtrV69WkOGDNHLL7+shQsXSpK5ts3Pz8/p6/z8/Mznrp9W7+Du7q6yZcs6rY3LD4ZhmEHPxcXFaWmBY7mBdO09mNsU4VOnTmnRokUaPny4zpw5oyVLlqhHjx7m+RYUFKSlS5cqKyvrlvsRFBSkoKAgvf/++0pMTJR07WeyYMECzZw586bp4nkFVwB/HYEQQJ6qVKmi4cOHq1evXuZjLi4uatGihSZPnqx69eopICBAKSkpOnXqlOrWrauKFSua23p6eurMmTPmRaZjZOvgwYNq1qyZrly5omHDhqly5coqW7aszp49K+na3eNLly5p3759OnnypLy9vfPxqG+PRx99VJ9++qm6dOmi6tWrKyQkRK+99poiIiLMbb788ktlZmbqP//5jwIDA/X444/r5Zdf1gcffGBu889//lOPPvqoRo4cqXr16umdd95Rs2bNNGvWrII4rALh6uqqli1bavLkyTp48KC2bdumli1bas6cOapevbpCQ0P1ySefKDExsciGQ8MwdP78eR0+fFgbN27U9u3bdfnyZdWoUUMPPfSQmjRpIn9/f6fCUOnp6YqIiNDAgQMVEBCgV199VV5eXoqIiNCpU6c0b948denShXWav8Nut6tZs2aaNGmSmjZtqueee07PPvus5s6dW9C79j9xcXExg962bdv03HPPmaObLi4ucnFxUWZmpj777DM9+uij6tSpk+bMmaPffvtN0rVpnefPn1fDhg1lGIaOHj3qNALd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giSZa1+++uorubu766OPPlKvXr109epV9erVS5MnT9bOnTu1atUqHTp0yKzi6ebmppycHJUuXVrnz5/Xr7/+Kun2FqVB4eLq6qqWLVuqZcuWevvtt7Vw4ULNnz9fQ4cOVXZ2tnx8fNStWzc99dRTqlat2k1rptLT0xUTE6Po6GitXr1aXl5eCg0NVUREhB544IE8p/3B2oYOHaoKFSrorbfe0s6dO/X5559r7969qlOnzi2nEK9fv14xMTEKCgrSvHnz1KhRI6fnHednzZo1VblyZU2cOFHvvPOOWrVqpZEjR+rJJ5+8aXr0jWuxARQ9TBkFcFfJLXydO3dO+/fvV/v27fN8vkKFCtqzZ4/q169vFl3o2LGjypUrp08++cSsOPr888/r66+/1siRIzVw4EAtXrxY8+bNk81mU926dc3XfOONN3T58mW99957t6W4CAqvrVu3au7cuYqOjlbx4sUVHh6uHj16qFKlSrLZbIqMjNSOHTvUunVrhYSEqEOHDtqzZ49sNptiY2NVuXJlhYWFqWfPnmrZsiUX1vjDtm3bpp49e6pRo0Zau3atFixYoD59+uR5k8pRsOuPWLdunbKzs9WpUyen1+IGGGA93JoEcFfJ7UKkXLlyat++/U3PO+5cnzx5UhUrVpSnp6cMw1CxYsVkt9u1ceNGffzxxypdurSkaxc6MTEx+vvf/67XX39dbm5u6t69u2bNmqU1a9aobt265sWQp6en1q9fTxiE4uPjVa5cOS1fvlytWrVyOgfr1q2r119/XfHx8YqIiFBERIRef/111apVS48//rjeffddNWjQgAts/Gl2u10tW7bUDz/8oAkTJigjI0OnT5+WdO1zMLfg9mfapnTs2NHpezmKynCuAtZDIARQaDmmP5UsWVINGzbU8ePHVbVqVUnS0qVLVaZMGd1///3mdnv27NGJEyfUt29f88LJ1dVViYmJatKkiaRr002LFy+uPXv2mO0wuGNubT179lTPnj3zfN7FxUVVqlTRsGHD9PLLL+vgwYOqW7cu5wz+Esf5ExAQIC8vL3l7e+u9995TUlKSJk2adFvPL85VwNr4BABQ6NWtW1f79u1zKnowffp01a9fX5UqVTIfW7p0qerUqaM6deqYjznKrjsavTvaAmzfvl2NGze2fBh899131bZtW91zzz3y8vLKdZuTJ08qKChI99xz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", + "text/html": [ + "\n", + "
\n", + "
\n", + " Figure\n", + "
\n", + " \n", + "
\n", + " " + ], + "text/plain": [ + "Canvas(toolbar=Toolbar(toolitems=[('Home', 'Reset original view', 'home', 'home'), ('Back', 'Back to previous …" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "test_flight.plots.trajectory_3d()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The flight trajectory above represents the nominal trajectory of the rocket, without any uncertainties.\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Step 2: Stochastic Objects" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "For each RocketPy object, we will create a ``Stochastic`` counterpart that extends the initial model, allowing us to define the uncertainties of each input parameter.\n", + "\n", + "Please refer to the [Working with Stochastic Objects]() page on RocketPy`s documentation for a more detailed explanation." + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Stochastic Environment" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "\n", + "Starting with the `Environment` object, we will create a `StochasticEnvironment` to specify its uncertainties.\n", + "\n", + "In this first example, we will specify the ensemble member and wind velocities factor.\n", + "\n", + "Since the ensemble member is a discrete value, **only list type inputs are permitted**. The list will contain the ensemble numbers to be randomly selected during the Monte Carlo simulation. This means that in each iteration, a different ensemble member will be chosen.\n", + "\n", + "" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Reporting the attributes of the `StochasticEnvironment` object:\n", + "\n", + "Constant Attributes:\n", + "\tdatum SIRGAS2000\n", + "\televation 113\n", + "\tgravity Function from R1 to R1 : (height (m)) → (gravity (m/s²))\n", + "\tlatitude 39.3897\n", + "\tlongitude -8.288964\n", + "\ttimezone UTC\n", + "\n", + "Stochastic Attributes:\n", + "\twind_velocity_x_factor 1.00000 ± 0.00000 (normal)\n", + "\twind_velocity_y_factor 1.00000 ± 0.00000 (normal)\n", + "\n", + "Stochastic Attributes with choice of values:\n", + "\tensemble_member [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30]\n" + ] + } + ], + "source": [ + "stochastic_env = StochasticEnvironment(\n", + " environment=env,\n", + " ensemble_member=list(range(env.num_ensemble_members)),\n", + ")\n", + "\n", + "stochastic_env.visualize_attributes()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "
\n", + "\n", + "#### NOTE\n", + "\n", + "Always check the `.visualize_attributes()` method of each stochastic object to verify the uncertainties were correctly set.\n", + "\n", + "
\n", + "\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Just to illustrate the potential of this technique, let's randomly generate 5 instances of the environment using the `create_object` method.\n", + "\n", + "For each instance, we will calculate the wind speed at 1km altitude and store the results in a list." + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "[1.3204824786686544, 0.8213012810128237, 0.5276783044255233, 1.7781228206802893, 1.7781228206802893]\n" + ] + } + ], + "source": [ + "wind_speed_at_1000m = []\n", + "for i in range(5):\n", + " rnd_env = stochastic_env.create_object()\n", + " wind_speed_at_1000m.append(rnd_env.wind_velocity_x(1000))\n", + "\n", + "print(wind_speed_at_1000m)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "As you can see, the wind speed varies between ensemble members.\n", + "This demonstrates how the Monte Carlo simulation can capture the variability in wind conditions due to different ensemble members.\n" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Motor\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We can now create a `StochasticSolidMotor` object to define the uncertainties associated with the motor.\n", + "In this example, we will apply more complex uncertainties to the motor parameters.\n", + "\n", + "The `StochasticSolidMotor` also has one special parameter which is the `total_impulse`. It lets us alter the total impulse of the motor while maintaining the thrust curve shape. This is particularly useful for motor uncertainties." + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Reporting the attributes of the `StochasticSolidMotor` object:\n", + "\n", + "Constant Attributes:\n", + "\tburn_out_time 3.9\n", + "\tcenter_of_dry_mass_position 0.317\n", + "\tcoordinate_system_orientation nozzle_to_combustion_chamber\n", + "\tdry_I_11 0.125\n", + "\tdry_I_12 0\n", + "\tdry_I_13 0\n", + "\tdry_I_22 0.125\n", + "\tdry_I_23 0\n", + "\tdry_I_33 0.002\n", + "\tdry_mass 1.815\n", + "\tgrain_number 5\n", + "\tinterpolate linear\n", + "\tthrust_source [[0, 0], [0.055, 100.0], [0.092, 1500.0], [0.1, 2000.0], [0.15, 2200.0], [0.2, 1800.0], [0.5, 1950.0], [1.0, 2034.0], [1.5, 2000.0], [2.0, 1900.0], [2.5, 1760.0], [2.9, 1700.0], [3.0, 1650.0], [3.3, 530.0], [3.4, 350.0], [3.9, 0.0]]\n", + "\n", + "Stochastic Attributes:\n", + "\tburn_start_time 0.00000 ± 0.10000 (binomial)\n", + "\tgrain_density 1815.00000 ± 50.00000 (normal)\n", + "\tgrain_initial_height 0.12000 ± 0.00100 (normal)\n", + "\tgrain_initial_inner_radius 0.01500 ± 0.00038 (normal)\n", + "\tgrain_outer_radius 0.03300 ± 0.00038 (normal)\n", + "\tgrain_separation 0.00500 ± 0.00100 (normal)\n", + "\tgrains_center_of_mass_position 0.39700 ± 0.00100 (normal)\n", + "\tnozzle_position 0.00000 ± 0.00100 (normal)\n", + "\tnozzle_radius 0.03300 ± 0.00050 (normal)\n", + "\tthroat_radius 0.01100 ± 0.00050 (normal)\n", + "\ttotal_impulse 6500.00000 ± 1000.00000 (normal)\n" + ] + } + ], + "source": [ + "stochastic_motor = StochasticSolidMotor(\n", + " solid_motor=motor,\n", + " burn_start_time=(0, 0.1, \"binomial\"),\n", + " grains_center_of_mass_position=0.001,\n", + " grain_density=50,\n", + " grain_separation=1 / 1000,\n", + " grain_initial_height=1 / 1000,\n", + " grain_initial_inner_radius=0.375 / 1000,\n", + " grain_outer_radius=0.375 / 1000,\n", + " total_impulse=(6500, 1000),\n", + " throat_radius=0.5 / 1000,\n", + " nozzle_radius=0.5 / 1000,\n", + " nozzle_position=0.001,\n", + ")\n", + "stochastic_motor.visualize_attributes()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "
\n", + "\n", + "#### NOTE\n", + "\n", + "Pay special attention to how different input types are interpreted in the `StochasticSolidMotor` object by checking the printed object:\n", + "\n", + "\n", + "\n", + "\n", + "- ``burn_start_time`` was given as a tuple of 3 items, specifying the nominal value, the standard deviation and the distribuition type\n", + "\n", + "- ``total_impulse`` was given as a tuple of 2 numbers, so the distribuition type was set to the default: `normal`\n", + "\n", + "- All other values set for the other parameters in the constructor are simple values, which means they are interpreted as standard deviation and the nominal value is taken from the ``motor``\n", + "\n", + "- The remaining parameters that are printed are just the nominal values from the ``motor``. In the ``Stochastic`` object they are saved as a list of one item\n", + "\n", + "
\n", + "\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Once again, we can illustrate the power of stochastic modeling by generating multiple instances of the `SolidMotor` class using the `StochasticSolidMotor` object.\n", + "For each instance, we will calculate the total impulse and store the results in a list. This will show how the uncertainties in the motor parameters affect the total impulse over multiple iterations.\n" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "[7027.588437139979, 6191.531179311793, 6629.281021408857, 5157.516419345492, 6866.985893654466]\n" + ] + } + ], + "source": [ + "total_impulse = []\n", + "for i in range(5):\n", + " rnd_motor = stochastic_motor.create_object()\n", + " total_impulse.append(rnd_motor.total_impulse)\n", + "\n", + "print(total_impulse)" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Rocket\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We can now create a `StochasticRocket` object to define the uncertainties associated with the rocket." + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Reporting the attributes of the `StochasticRocket` object:\n", + "\n", + "Constant Attributes:\n", + "\tI_12_without_motor 0\n", + "\tI_13_without_motor 0\n", + "\tI_23_without_motor 0\n", + "\tcoordinate_system_orientation tail_to_nose\n", + "\tpower_off_drag Function from R1 to R1 : (Mach Number) → (Drag Coefficient with Power Off)\n", + "\tpower_on_drag Function from R1 to R1 : (Mach Number) → (Drag Coefficient with Power On)\n", + "\n", + "Stochastic Attributes:\n", + "\tI_11_without_motor 6.32100 ± 0.00000 (normal)\n", + "\tI_22_without_motor 6.32100 ± 0.01000 (normal)\n", + "\tI_33_without_motor 0.03400 ± 0.01000 (normal)\n", + "\tcenter_of_mass_without_motor 0.00000 ± 0.00000 (normal)\n", + "\tmass 15.42600 ± 0.50000 (normal)\n", + "\tpower_off_drag_factor 1.00000 ± 0.00000 (normal)\n", + "\tpower_on_drag_factor 1.00000 ± 0.00000 (normal)\n", + "\tradius 0.06350 ± 0.00001 (normal)\n" + ] + } + ], + "source": [ + "stochastic_rocket = StochasticRocket(\n", + " rocket=rocket,\n", + " radius=0.0127 / 2000,\n", + " mass=(15.426, 0.5, \"normal\"),\n", + " inertia_11=(6.321, 0),\n", + " inertia_22=0.01,\n", + " inertia_33=0.01,\n", + " center_of_mass_without_motor=0,\n", + ")\n", + "stochastic_rocket.visualize_attributes()" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "The `StochasticRocket` still needs to have its aerodynamic surfaces and parachutes added. \n", + "\n", + "We can also create stochastic models for each aerodynamic surface, although this is not mandatory." + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": {}, + "outputs": [], + "source": [ + "stochastic_nose_cone = StochasticNoseCone(\n", + " nosecone=nose_cone,\n", + " length=0.001,\n", + ")\n", + "\n", + "stochastic_fin_set = StochasticTrapezoidalFins(\n", + " trapezoidal_fins=fin_set,\n", + " root_chord=0.0005,\n", + " tip_chord=0.0005,\n", + " span=0.0005,\n", + ")\n", + "\n", + "stochastic_tail = StochasticTail(\n", + " tail=tail,\n", + " top_radius=0.001,\n", + " bottom_radius=0.001,\n", + " length=0.001,\n", + ")\n", + "\n", + "stochastic_rail_buttons = StochasticRailButtons(\n", + " rail_buttons=rail_buttons, buttons_distance=0.001\n", + ")\n", + "\n", + "stochastic_main = StochasticParachute(\n", + " parachute=Main,\n", + " cd_s=0.1,\n", + " lag=0.1,\n", + ")\n", + "\n", + "stochastic_drogue = StochasticParachute(\n", + " parachute=Drogue,\n", + " cd_s=0.07,\n", + " lag=0.2,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Then we must add them to our stochastic rocket, much like we do in the normal Rocket.\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": {}, + "outputs": [], + "source": [ + "stochastic_rocket.add_motor(stochastic_motor, position=0.001)\n", + "stochastic_rocket.add_nose(stochastic_nose_cone, position=(1.134, 0.001))\n", + "stochastic_rocket.add_trapezoidal_fins(stochastic_fin_set, position=(0.001, \"normal\"))\n", + "stochastic_rocket.add_tail(stochastic_tail)\n", + "stochastic_rocket.set_rail_buttons(\n", + " stochastic_rail_buttons, lower_button_position=(0.001, \"normal\")\n", + ")\n", + "stochastic_rocket.add_parachute(stochastic_main)\n", + "stochastic_rocket.add_parachute(stochastic_drogue)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "
\n", + "\n", + "#### NOTE\n", + "\n", + "The `position` arguments behave just like the other ``Stochastic`` classes parameters\n", + "\n", + "
\n", + "\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now lets check how the `StochasticRocket` handled all these additions" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Reporting the attributes of the `StochasticRocket` object:\n", + "\n", + "Constant Attributes:\n", + "\tI_12_without_motor 0\n", + "\tI_13_without_motor 0\n", + "\tI_23_without_motor 0\n", + "\tcoordinate_system_orientation tail_to_nose\n", + "\tpower_off_drag Function from R1 to R1 : (Mach Number) → (Drag Coefficient with Power Off)\n", + "\tpower_on_drag Function from R1 to R1 : (Mach Number) → (Drag Coefficient with Power On)\n", + "\n", + "Stochastic Attributes:\n", + "\tI_11_without_motor 6.32100 ± 0.00000 (normal)\n", + "\tI_22_without_motor 6.32100 ± 0.01000 (normal)\n", + "\tI_33_without_motor 0.03400 ± 0.01000 (normal)\n", + "\tcenter_of_mass_without_motor 0.00000 ± 0.00000 (normal)\n", + "\tmass 15.42600 ± 0.50000 (normal)\n", + "\tpower_off_drag_factor 1.00000 ± 0.00000 (normal)\n", + "\tpower_on_drag_factor 1.00000 ± 0.00000 (normal)\n", + "\tradius 0.06350 ± 0.00001 (normal)\n" + ] + } + ], + "source": [ + "stochastic_rocket.visualize_attributes()" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "\n", + "### Flight\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "After defining the `Flight`, we can create the corresponding `Stochastic` object to define the uncertainties of the input parameters." + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Reporting the attributes of the `StochasticFlight` object:\n", + "\n", + "Constant Attributes:\n", + "\trail_length 5\n", + "\n", + "Stochastic Attributes:\n", + "\theading 53.00000 ± 2.00000 (normal)\n", + "\tinclination 84.70000 ± 1.00000 (normal)\n" + ] + } + ], + "source": [ + "stochastic_flight = StochasticFlight(\n", + " flight=test_flight,\n", + " inclination=(84.7, 1), # mean= 84.7, std=1\n", + " heading=(53, 2), # mean= 53, std=2\n", + ")\n", + "stochastic_flight.visualize_attributes()" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Step 2: Starting the Monte Carlo Simulations\n" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "First, let's invoke the `MonteCarlo` class, we are going to need a filename to initialize it.\n", + "The filename will be used either to save the results of the simulations or to load them\n", + "from a previous ran simulation.\n" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "The following input file was imported: monte_carlo_analysis_outputs/monte_carlo_class_example.inputs.txt\n", + "A total of 1000 simulations results were loaded from the following output file: monte_carlo_analysis_outputs/monte_carlo_class_example.outputs.txt\n", + "\n", + "The following error file was imported: monte_carlo_analysis_outputs/monte_carlo_class_example.errors.txt\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "C:\\Users\\guiga\\Documents\\github\\RocketPy\\rocketpy\\simulation\\monte_carlo.py:105: UserWarning: This class is still under testing and some attributes may be changed in next versions\n", + " warnings.warn(\n" + ] + } + ], + "source": [ + "test_dispersion = MonteCarlo(\n", + " filename=\"monte_carlo_analysis_outputs/monte_carlo_class_example\",\n", + " environment=stochastic_env,\n", + " rocket=stochastic_rocket,\n", + " flight=stochastic_flight,\n", + ")" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Finally, let's simulate our flights. \n", + "We can run the simulations using the method `MonteCarlo.simulate()`.\n", + "\n", + "Set `append=False` to overwrite the previous results, or `append=True` to add the new results to the previous ones.\n" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Completed 1000 iterations. Total CPU time: 1021.7 s. Total wall time: 1262.5 sme left: 0 s \n", + "Saving results.\n", + "Results saved to monte_carlo_analysis_outputs/monte_carlo_class_example.outputs.txt\n" + ] + } + ], + "source": [ + "test_dispersion.simulate(number_of_simulations=1000, append=False)" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Visualizing the results\n" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Now we finally have the results of our Monte Carlo simulations loaded!\n", + "Let's play with them.\n" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "First, we can print numerical information regarding the results of the simulations.\n" + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "metadata": {}, + "outputs": [], + "source": [ + "# You only need to import results if you did not run the simulations\n", + "# test_dispersion.import_results()" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "1000" + ] + }, + "execution_count": 19, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "test_dispersion.num_of_loaded_sims" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Monte Carlo Simulation by RocketPy\n", + "Data Source: monte_carlo_analysis_outputs/monte_carlo_class_example\n", + "Number of simulations: 1000\n", + "Results: \n", + "\n", + " Parameter Mean Std. Dev.\n", + "------------------------------------------------------------\n", + " apogee 3406.545 643.312\n", + "out_of_rail_stability_margin 2.673 0.078\n", + " lateral_surface_wind -1.808 0.643\n", + " impact_velocity -5.440 0.083\n", + " x_impact 877.812 221.423\n", + " max_mach_number 0.831 0.131\n", + " out_of_rail_time 0.361 0.026\n", + " apogee_y 452.203 107.950\n", + " out_of_rail_velocity 25.664 2.207\n", + " apogee_x 342.921 124.187\n", + " initial_stability_margin 2.600 0.079\n", + " t_final 300.315 35.615\n", + " apogee_time 25.615 2.107\n", + " frontal_surface_wind 0.793 0.410\n", + " y_impact 325.183 165.888\n" + ] + } + ], + "source": [ + "test_dispersion.prints.all()" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Secondly, we can plot the results of the simulations.\n" + ] + }, + { + "cell_type": "code", + "execution_count": 21, + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "6637e2fc301847c786b94e55e1367974", + "version_major": 2, + "version_minor": 0 + }, + "image/png": "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lub2eHEzb5PsHK9yU1te3wPXk53X6oUXXrDNs3v3blt7Xj93CmqbZee7RW6PyUBRQYAFeIDsBlizZ8+2fSBPmzbN6TzWv4aVLFmyACp1LT4+3pQvX95IMjExMU7ncXf9Q4YMMZLzM1qsXyokmZUrVzpMT0lJMRUqVDCSzNixY+2mXb582ZQoUcJIMg8//LDTdb/44ou25ec1wLr2r77XPqKjo13+WCnobf/3AOvo0aPGy8vLBAYGmosXL9rm+/TTT40k06ZNG2OMcRlgJScn27Zp3759na7z2sB08+bNdtPy8npe2z+r92RGRoapUaOGkWQ++eQTl/NZz3obNmyYy3n+7pVXXrHVX9BfUrP7vvj2229dLsPVl/28vo7Zce2PnL//Rfvvj6FDh2ar7rxMu3abTZ8+3WF6RkaGadasmZFkateubTft7bffNpJM27Zts/3887of5madxuRfgNWyZUsjXT0j81pTp041ksytt97qsm9etnVe9s2kpCTb2RauzpC8dr/8+36Sl9esII872XUzf5bmJfDOiidvk+wer3JSW17fA9lxvdcqMTHRVluJEiVMRkaGMSZ/PncKYptd2zerY2Zuj8lAUcEYWMBNwhijN954Q5LUpUsXu/GmrvXAAw9Iks6dO6eTJ0/ekNoyMzP18MMP6+TJk/L399e///1vh3k8of4OHTpIujoGkyvR0dFOx/ry8/NTu3btJEk7duywm/bTTz/p/PnzkqTXXnvN6XJffPFF+fv756ruvytXrpzKli2rwMBAW1vLli31/vvvq3Llyg7zu2Pb33LLLWrdurUuXbqkr776ytZuHbz90UcfzbL/smXLbNt09OjRTud58sknbbe4/u9//+t0nty8ntm1du1a7d+/X6VKldKgQYNczmcdz+fHH3/M9rLPnTtn+/8SJUrkqr7sys77onbt2rb9Iyfy63XMrtOnT2f5uJF36Lzlllts48Fdy8vLy3bHrJ07d+r333+3TbPeoOHs2bPZHhcsr/thbtYpXb15h7n6h1CXr+31HDx4UKtXr5bFYtHDDz9sN61Xr14KCAjQnj179Msvv2S5nNxs67zsmz/99JMuXLggSXr55Zed9h0+fLiKFy/udFpeXrOCPO5kV2H5LM1PN/s2yWlteX0P5EVCQoJWrFihVq1a6a+//pIkDRs2TF5eV3/W3qjPnYL6fpHb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8MN22yg8PNx4e3sbSaZPnz5mwIABTl/X67n2dZNkfH19TalSpUxgYKBde9WqVc3WrVudLqOgt71120REROSo36pVq2w1HDp0yGH6s88+a5tusVhMeHi4Xd0tW7Y0Fy5ccOiX19dz3759xt/f325/j4iIMBEREebYsWN28y5cuNAEBwfbavLx8TElS5Y0fn5+dtt87NixOdo2Vj///LOJjIx02AdKlChhvLy87LZP3759TWpqql3/gn5fGGOuu2/n9nXMDuvrKOm6x6WyZcua2NjYbNWd22nWbfbPf/7TNG3a1LZPhIeH270Or7zyisvlWh9BQUEmLCzMrq1p06YmKSnJoW9u98PcrjO3nyfr16+39Vu8eHG2+uzYscPW55tvvrG152VbW+V230xLSzM9evRwecx/+OGHTf/+/Y0k8/jjjztdd16OHQV53Cmsn6XXrjs7jzvuuKNQbJPsHK9yU1t+vAeycu1rlRt5+dwpqG2Wne8WefkcAIoCzsACbiIffPCBPv/8czVv3lxhYWFKTk5WuXLl1KtXL/34449asGCB7fRkZ679a0/jxo1ztG7rWWLW/z99+nSWj2vPHsuv+q/nrbfe0uzZs9WoUSMFBAQoLS1NkZGReumll7Rt27br3u45L7y8vDR79mzNnj1bjRs3VkBAgNLT01W/fn19/PHHebq8oEKFCvr66681ZMgQ3XXXXSpVqpQuXLigzMxMVa5cWQ888ICmTZumnTt36s4773S6jILe9gXl3Xff1cqVK9W9e3eVLVtWSUlJCg4OVsuWLfXpp59q2bJlBfKX7xo1amjVqlXq1KmTSpcurXPnzunIkSM6cuSIwxkgXbp00YEDBzRq1Cg1atRIQUFBSkhIkJ+fn+644w4NGjRICxcuzPbltn8XHR2tPXv2aO7cuXrooYcUGRkpf39/Xbx4USVKlFDTpk318ssva/fu3frvf/8rHx8fu/7ufF9Y3ajX8XrHpdOnT1/3kqv84uvrqxUrVuhf//qXatWqpStXrig0NFT33nuvvvvuO6eXA7366quaPHmyunbtqltvvVXFihVTUlKSypQpozZt2ujTTz/V6tWrFRgY6NA3t/thXtaZG9azr0JDQ9W2bdts9bn99tt122232fW/Vm62tVVu981ixYrpq6++0rRp02zvrfT0dN111122u65az+BxdXZMXo4dBXncKayfpXnBNnGUH++BguSu7w9Zyc53ixt9TAZuNhZjcjGKHICb0tixY/Xqq6+qadOmWrdunbvLAYBCp0WLFlqzZo1GjRrFXaIKmCdva2OMKleurOPHj2v27Nl6+OGH3V0ScEPxHgBQEDgDCyhCVq5cKcn1gJsAACDv5syZo+PHj6tYsWJq3bq1u8sBbjjeAwAKAgEWUERcuXJF69evV/v27RUTE+PucgAAuKn17dtX8+bNU1xcnK3t9OnTeuutt/SPf/xDktS/f3+VL1/eXSUCBYr3AIAbrZi7CwBwY/j5+d3w2ywDAFBY/fDDD/riiy8kScWLF5ePj48SExNt02NiYvTee++5qzygwPEeAHCjEWABAAAAOTR58mT98MMP2rZtm86cOaOkpCSVLl1a9erVU58+ffTwww873FQBKEx4DwC40RjEvQC8++67+vnnn/X777/rzJkzSklJUbly5dS8eXO98MILuv322+3mHz16tF5//XWXyxs5cqTeeustp9NiY2P15ptvasOGDUpNTVVUVJSeeuop9e/f3+Xyjh8/rldffVU//vijzp8/r8qVK6tv37765z//KX9//9w9aQAAAAAAgAJCgFUASpUqpUuXLqlu3bqqWLGiJGnnzp3at2+ffHx8tGDBAnXs2NE2vzXAio6OVmRkpMPyOnTooJ49ezq0z58/X71791ZmZqaaNWumUqVKacWKFUpISNDw4cM1YcIEhz4HDhxQkyZNFBcXpzp16igqKkqbN2/WwYMHFR0drRUrVsjPzy8ftwYAAAAAAEDecAlhAVi0aJEaNGjgcDbTRx99pCFDhmjQoEG2u3Jca9CgQRo4cGC21nH+/Hk9+uijysjI0Pz589WtWzdJVwdObNq0qSZOnKiOHTuqRYsWdv0GDhyouLg4DR06VJMmTZIkpaenq1evXlq4cKHGjRvncbeiBgAAAAAARRt3ISwA0dHRTi/Fe/LJJ1W9enWdPn1au3btytM6pk2bpgsXLqhz58628EqSypYtq/Hjx0uSJk6caNdn48aNio2NVZkyZWzzSFKxYsU0ZcoU+fj4aPLkyUpPT89TbQAAAAAAAPmJAOsGsw5k6Ovrm6flfPfdd5KkHj16OEzr0KGD/P39tXz5cqWkpDj0eeCBBxwuEyxbtqxiYmIUHx+vn3/+OU+1AQAAAAAA5CcCrBtozpw52rt3r2rUqKEaNWo4TF+5cqWeeeYZDR48WGPHjtWWLVtcLmv79u2SpPr16ztM8/X1VZ06dZSSkqJ9+/Zlq8+17Tt27Mj+kwIAAAAAAChgjIFVgN555x3t3LlTly5d0u7du7Vz505VqFBBc+fOlbe3t8P8c+bMsfv3q6++qu7du2vmzJkKCgqytV+4cEGJiYmSpEqVKjldd6VKlbR582YdOXJEdevWlSQdPXr0un0k6ciRIzl8pgAAAAAAAAWHAKsA/fjjj1qxYoXt3xEREZo9e7YaNGhgN19kZKQmTJig++67TxEREYqPj9fatWs1YsQIzZ8/XxkZGVq4cKFt/qSkJNv/Fy9e3Om6AwMDJUkXL1506JeTPlmpXbu20/a9e/cqICBAlStXztZyAAAAAADIi6NHjyowMFCnTp1ydykoIFxCWICWL18uY4wtkKpRo4aaN2+uN998026+fv36afjw4YqKilJgYKAqVaqkBx98UJs2bVLJkiX1zTffaMOGDW56FjlnjFFaWpq7y8gzY4x27dolY4y7SwEAAAAAZCEtLU2XLl1ydxkoQJyBdQOEhYUpJiZG33//vZo0aaJXX31Vbdu2VcOGDbPsV758eT3yyCOaMGGCli5dqsaNG0uS3eWEycnJCgkJcehrfeMGBwfb2qz9kpOTna7PWZ+s7Ny502m79cwsV9NvFmlpafL19dX27dttg+8DAAAAADyPqyuEUHhwBtYN5OPjo969e8sYo8WLF2erj3Ww95MnT9raQkJCFBoaKkk6fvy4037W9oiICFub9ZK+nPQBAAAAAABwNwKsG6xUqVKSpLNnz2Zr/vj4eEn/G5/K6o477pAkbd261aFPWlqa/vjjD/n7+6tmzZrZ6nNtu3XQdwAAAAAAAE9AgHWDrVmzRpJUvXr1685rjLEN3l6/fn27aR06dJAkzZs3z6HfkiVLlJKSotatW8vf39+hz+LFi3XlyhW7PqdPn9a6desUHh6u6OjoHDwjAAAAAACAgkWAlc9iY2O1dOlSZWZm2rWnpaXpgw8+0Jw5cxQQEKDevXtLunom1ocffuhw57+kpCQ98cQT+vXXX1WuXDl169bNbvqgQYMUEhKiRYsWacGCBbb2M2fOaMSIEZKk4cOH2/Vp1KiRoqOjdebMGY0cOdLWnp6erieffFJpaWkaOnQo4z0BAAAAAACPYjHcYi1fzZw5U4888ohKlSqlBg0aqGTJkoqLi9Pvv/+ukydPyt/fX7NmzVKvXr0kSYcPH1bVqlUVFBSkhg0bqnz58jp79qy2bt2qc+fOKSwsTEuWLHF6VtT8+fPVq1cvGWPUokULlSxZUsuXL1dCQoKee+45TZw40aHP/v371aRJE507d0633367oqKitGnTJh08eFD33HOPVq5cKT8/vzxtg8I2iHtqaiqhHgAAAAB4sMLyOxSuEWDls0OHDmnatGlas2aNDh48qLi4OPn6+qpKlSpq1aqVhg4dqsjISNv8Fy9e1JtvvqkNGzbowIEDiouLk7e3t6pWrar27dvr2WefVcWKFV2uLzY2VmPHjtWGDRuUmpqqqKgoPfXUUxowYIDLPseOHdNrr72mpUuX6vz586pcubL69u2rl156ye6Sw9wqLAcOAiwAAAAAuDkUlt+hcI0AC/musBw4CLAAAIC7GGPE13QARZHFYpHFYslxv8LyOxSuFXN3AQAAAACky5cvKzExURcvXlR6erq7ywEAtylWrJiCg4MVGhqqgIAAd5cDD0GABQAAALjZhQsXdOLECXeXAQAeIT09XfHx8YqPj1fFihUVEhLi7pLgAQiwAAAAADe6fPmyLbwKCgpSeHi4/P395eXFDcMBFD2ZmZlKSUlRfHy8kpKSdOLECfn4+HAmFgiwAAAAAHdKTEyUdDW8qlSpUq7GfgGAwsLLy0tBQUEKDAzU8ePHlZSUpMTERAIsiD/rAAAAAG508eJFSVJ4eDjhFQD8fxaLReHh4ZL+d5xE0UaABQAAALiJMcY2YLu/v7+bqwEAz2I9Lqanp3NnVhBgAQAAAO5y7Q8yxrwCAHvXHhcJsMCnJAAAAAAAADwaARYAAAAAAAA8GgEWAAAAAAAAPBoBFgAAAACPY7FYiuRdGS0Wi6pUqZIvyzp8+LBtO1of3t7eKlWqlNq2bav58+fneR0DBw6UxWLR6tWr814wAGSBAAsAAAAACrHAwEANGDBAAwYMUJ8+fVS5cmUtW7ZMPXr00Isvvuju8mxatGghi8Wiw4cPu7sUAB6IAAsAAAAACrFSpUpp5syZmjlzpj7//HNt3bpVM2bMkCSNHz9ev//+e66XPW7cOO3evVuNGjXKr3IBwCkCLAAAAKAIMsZo79693Jq+iBo4cKBatmwpY4wWLVqU6+WUL19et956q4oXL56P1QGAIwIsAAAAoAiaNGmSbr31Vk2aNMndpeRZQkKCPvjgA7Vr104RERHy8/NTyZIl1b59ey1btsxpnypVqrgcY2v16tWyWCwaOHCgXfu14z2tXbtWrVq1UnBwsEJCQtShQwft2rXLZY1Lly5Vp06dVLZsWfn5+emWW25Rx44dXY5DlZGRobfffls1a9a0zT9y5EhduXIlexslG+68805J0rFjx2xt6enp+uCDD9SgQQMFBQUpKChIjRo10pQpU5SRkeGwDFdjYF27fadNm6a6desqICBA5cqV0+OPP66EhATbvNaxutasWSNJqlq1qt24XQAgEWABAAAARdK0adMkSdOnT3dzJXm3YcMGDR06VPv27VOtWrXUtWtX1apVSz/99JPatWunTz/9NF/Xt3jxYrVq1UrJycm6//77Vb58eX3//fdq1qyZTp065TD/8OHDdd999+m7775TjRo11L17d1WvXl2xsbF64403nK7jwQcf1NixY1WrVi21bdtWFy9e1Pjx4/XYY4/l2/O4ePGiJMnPz0/S1dCsc+fOGjp0qA4cOKA2bdqodevW2rNnj5588kn17NlTmZmZOVrHiBEjNGTIEJUvX1733XefjDH6z3/+o06dOtnO/gsKCtKAAQNUtmxZSVL37t1tY3YNGDAg354vgJtbMXcXAAAAAODG2rNnj3bu3ClJ+uOPP7R3717VqlXLzVXlXq1atbR+/Xo1btzYrn3btm1q1aqVnn32WfXq1UtBQUH5sr73339f8+fPV5cuXSRdDX569+6t+fPn66OPPtKYMWNs83722Wd69913VaFCBX333XeqV6+ebdrly5f1888/Oyz/yJEjKl68uPbv369y5cpJkg4dOqT69evr888/1+uvv67q1avn6TmkpKTYzk6rW7eu7Xl9//33ql27tlasWGELlE6ePKmWLVtq4cKF+uijj/TUU09lez1z5szRjh07bPtXXFycmjRponXr1mnVqlVq1aqVbYyuFi1a6PTp05owYUK+3YkRQOHBGVgAAABAIXfmzBl9++23tsfEiRPtpk+cONFu+pkzZ9xUae5UrVrVIbySrl4iN2TIEF24cEGrVq3Kt/X17dvXFl5Jkre3t/75z39KktauXWs377/+9S9J0rvvvmsXXklSQECA2rRp43QdkydPtoVX0tXn2K9fP0nSunXrcl17Wlqafv/9d/Xo0UOHDx9WyZIl1bNnT9s6rbVawyvp6jhX77zzjiTl+JLTN954wy4cLVWqlAYPHizJcVsBQFY4AwsAAAAo5Jo3b649e/a4nD516lRNnTrV9u9bb71Vu3fvvhGl5ZuMjAytWLFCv/zyi06ePGkbK2r//v12/80Pbdu2dWirWbOmpKtnK1n99ddf2r17t8LCwtSrV69sL9/Hx0ctW7bM1jqy48iRI07Hkipbtqzmz5+v0NBQHT16VEePHlXp0qWdPr+OHTsqLCxMBw4c0KlTp+zCtaxkd1sBwPUQYAEAAACFXPfu3fXmm2/maP6byfHjx9WxY0dt377d5TzW8Z7yQ6VKlRzagoODJclukHXr4OjVqlXL0WDk5cqVk7e3d7bWkR2BgYHq0aOHpKtni4WFhal+/frq2rWr7e6Bf/31lyQpIiLC6TIsFosiIiKUkJCgEydOZDvAyu62AoDrIcACAAAACrmxY8eqbt26+r//+z8lJia6nC80NFRTp061XVJ2sxg0aJC2b9+u7t27a8SIEapVq5aCg4Pl5eWl//znP3r88cdtA4Znx/UGKvfyKtiRWPJ7+dYxpvIqN3cELOhtBaDoIMACAAAAioBevXqpUaNGql+/vuLj4x2mh4eHa+vWrTfd4NmXLl3SsmXLVLZsWX355ZcOZy4dPHjQaT9fX19JUlJSksPg7tYzp/LqlltusdVgjMlVAHSjVKhQQdLVyw1dsU6rWLHiDakJAK5FHA4AAAAUEcWKFXMaXklSfHy8fHx8bnBFeZeYmKjMzEyVL1/eIbxKS0vTwoULnfYrX768JGnfvn0O06x358urChUq6LbbblNCQoK+/vrrfFlmQalcubIqV66ss2fPasWKFQ7Tv/vuO8XHxysyMjLblw/mlDVUTE9PL5DlA7i5EWABAAAARYSrMCe70z1RmTJlFBoaqj/++EOxsbG29oyMDI0cOdJpQCVdHdheksaNG6eMjAxb+9y5czV37tx8q+/FF1+UJD333HPasWOH3bSUlJR8C8vyw9NPPy3paq1nz561tZ86dUovvPCCJGnYsGEFtn7rWWB79+4tsHUAuHkRYAEAAABFxLUBVadOnbRnzx516tTJ1rZgwQJ3lJWlxo0bu3xMmzZNxYoV04gRI5Senq7mzZurbdu26tOnjyIjI/Xxxx9ryJAhTpc7ZMgQlS5dWvPmzVNUVJR69uypevXq6eGHH87XkKZ///56+umndeLECdWvX18xMTF68MEH1bJlS5UvX94WDHmCZ599Vvfdd5927NihGjVqqFu3buratatq1qyp3bt3q0uXLnryyScLbP3WffHBBx9Uz549NWjQIA0aNKjA1gfg5sIYWAAAAEARERISIn9/f02cOFFPPPGELBaLvvnmG3300Ud6/vnnFRoa6u4SHfz6668up7Vv316S9NJLL6lSpUp6//33FRsbq4CAADVt2lRjxozR1q1bnfYtW7as1q5dqxdeeEFr1qzRiRMn1KBBAy1btkwWi0Xvvfdevj2HyZMnq3Xr1vroo4+0adMmbdy4UWXKlFHTpk316KOP5tt68srb21vffvutPvroI82cOVM//vijJCkqKkqPPPKIHn/88QIdlL1bt2567733NHXqVC1evNh2l8Jp06YV2DoB3DwsJie34wCyoXbt2pKknTt3urmSvElLS5Ovr69SU1NvyvEgAACA58vMzLRdLlWrVq0Cv2NbamqqMjIyFBAQ4DDt8uXL8vb2to1DBADulpNjZGH5HQrXOAMLAAAAKCKyCqechVoAAHgKxsACAAAAAACARyPAAgAAAAAAgEcjwAIAAAAAAIBHI8ACAAAAAACARyPAAgAAAAAAgEcjwAIAAAAAAIBHI8ACAAAAAACARyPAAgAAAAAAgEcjwAIAAAAAAIBHI8ACAAAAAACARyPAAgAAAAAAgEcjwAIAAAAAAIBHI8ACAAAA4JFWrVql7t27q2LFivL19VV4eLhq1aqlnj176t///rcSExPt5m/RooUsFosOHz7snoKzMHr0aFksFs2cOdPdpeTYzJkzZbFYNHr06Fz137hxoywWiywWi8aMGZO/xQEoMgiwAAAAAHicMWPGqFWrVlqwYIFCQ0PVsWNHtW3bVgEBAVqwYIGefvpp7d69291luoXFYlGVKlXcXUa2zZkzx/b/n3/+uRsrAXAzK+buAgAAAADgWlu2bNHo0aPl4+Ojr776Sl26dLGbfurUKX322WcKCwuza589e7aSk5NVsWLFG1csspSWlqYvvvhCklSuXDnt27dPv/76q+6++243VwbgZsMZWAAAAAA8yoIFC2SMUa9evRzCK+lqEPL888/r1ltvtWuvXLmybr31Vvn4+NygSnE9S5cuVVxcnKKjo/Xkk09Ksj8jCwCyiwALAAAAgEc5e/asJKl06dI56udqDCzrJXfp6el64403FBkZqYCAAN12222aMWOGbb6VK1eqZcuWCgkJUXh4uPr3769z5845rKdKlSqyWCxOa1i9erUsFosGDhyYrZoPHDig0aNHq0mTJipXrpx8fX1VqVIl9e/fX/v27bOb1zoWlSQdOXLENq6UxWJRixYt7OZNTk7WuHHjdOeddyooKEhBQUFq3LixZs2a5bKW2NhYtW7dWsHBwQoLC1O7du3066+/Zut5uPLZZ59Jkvr166d+/fpJkr788kulpaU5nd+6bY0xmjRpkqKiouTv76+KFStq6NChSkhIcNovOTlZb7zxhurUqaOAgACFhoaqWbNmtrO/nNmxY4ceeOABhYWFKTg4WM2aNdOyZcuyfA2NMZo7d65atWql8PBw+fv767bbbtPo0aOVnJzsdD3p6emaMmWKmjRpopCQEAUEBKhevXp6//33lZ6ensXWA3AtAiwAAAAAHuWWW26RJM2fP19nzpzJt+X26tVLEydO1O23365mzZrp0KFDevTRRzVjxgzNmzdP7dq1U3p6utq1a6fAwEDNmTNHXbp0kTEm32r4u2nTpmnMmDG6dOmSGjZsqE6dOikkJERz5sxRw4YNtWPHDtu8kZGRGjBggCQpMDBQAwYMsD3at29vm+/MmTNq0qSJXnrpJZ06dUrNmzdXs2bNtGfPHg0cOFBPP/20Qx1LlixRixYttGLFCkVFRem+++7TsWPH1KxZM61fvz5Xzy0xMVHffvutfH191atXL1WtWlX33HOP4uLitHTp0iz7Pv3003rhhRdUqVIlde7cWRkZGfrggw/UvHlzXbhwwW7eixcvqlmzZnrttdd05swZdezYUdHR0dq4caP69u2rYcOGOSx//fr1atKkiZYsWaKIiAh17NhRKSkpat++vRYsWOC0pszMTD300EN68MEHtWnTJtWrV0/333+/Ll26pNdff10tW7bU5cuX7fpcvnxZbdu21ZNPPql9+/apcePGatOmjU6ePKlnn31W3bt3V2ZmZg63LFBEGSCfRUVFmaioKHeXkWepqalGkklNTXV3KQAAoJDKyMgwu3btMrt27TIZGRnuLsdj/PnnnyYgIMBIMsHBwWbAgAFm6tSpZuvWrSY9Pd1lv+bNmxtJ5tChQ3btkowkU6dOHXPmzBlb+8qVK40kU758eVOyZEmzZMkS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6PxMEFft7vDqq6/qhRdecDp4+YkTJ/T4449Lkjp16mQ7G+pGat68uSRp3LhxysjIsLXPnTtXc+fOzfZyatasKUlasGCBzp49a2tPSEjQY4895jL0qFChgk6fPq2EhASHaXfffbfatGmj2NhYDRkyRBcuXHCYZ/v27Vq6dKnt3z179lTJkiW1evVqzZo1y9ZujNGoUaN09OjRbD+njIwM2zbo27evy/liYmJUsWJF7d69W1u2bHGY/sEHH9gGapek5ORkPf300zLG6JFHHrENih4YGKhHH31UmZmZGjJkiC5dumTrs2/fPo0dO1aSNHToUFt7q1atVKNGDe3du1fjx4+3W+/MmTNtg9pfy8/PTyNGjNDFixfVrVs3p2fHnThxwnbppHR1XLVHH31Uhw8fVt++fXX69GmHPgcOHMhxQAgUVVxCCAAAABQh7SPb6/iF4zL635knFlnUrno7N1ZlLykpSZMmTdKECRNUs2ZNRUVFyd/fX8ePH9evv/6qtLQ0RUZG6v3333dLfUOGDNHHH3+sefPmKSoqSnXr1tX+/fv1xx9/aNiwYXrvvfeytZy77rpLbdq00bJly1SzZk3bXRJXr16tUqVKqXPnzlq0aJFDv06dOumDDz5Q/fr1dc8998jf31+1atXSCy+8IOnqWUft27fXRx99pP/+97+qV6+eKlSooMTERO3YsUPHjh3TsGHD1L59e0lScHCwpk+fru7du2vgwIGaMmWKqlWrpu3bt2v//v36xz/+oalTp2brOf300086ffq0atasqfr167ucz8vLS71799a7776rOXPmqEGDBnbT+/Xrp7vvvlutWrVSaGio1q5dq1OnTql27dp644037OYdN26cNmzYoGXLlqlatWpq3ry5Ll26pJUrVyolJUVDhw61uxOil5eXZs2apdatW+vFF1/U3LlzFRUVpT///FObNm3SkCFD9OGHHzqEoy+++KL27NmjOXPm6LbbbtOdd96pqlWrKjU1VXv37tWuXbtUt25d250PJWnSpEk6fPiw5s+fr6VLl6pevXqqXLmyLl26pF27dunAgQPq3Lmzunfvnq3tCxRlnIEFAAAAFCEvxbykg8MO6tCwQ7bHwWEH9VKM4zhE7vLKK69ozpw56tevn/z8/LRu3TrNmzdPu3btUqNGjTR+/Hj99ttvTu8ceCOULVtWa9euVceOHXXy5En98MMPCg0N1bJly9SpU6ccLWvRokV6+eWXVbp0af3www/asmWL+vTpow0bNigsLMxpn3Hjxumpp55Senq6vvzyS02fPt12BzxJKlOmjH755RdNnjxZUVFR2rZtm+bNm6cdO3aoWrVqeuedd/T888/bLdM6KH7Lli31xx9/6LvvvlP58uW1Zs0a3XPPPdl+PtYzkLI6+8rKOs/cuXMdLomcPHmyxo0bpyNHjmjRokWyWCwaMmSI1q1bp9DQULt5g4ODtWbNGr3++usqVaqUvv32W61bt0533XWX/vvf/2rSpEkO627SpIl++eUXdezYUYcOHdK3334rHx8fff/992rSpImk/w3GbuXl5aXZs2dr0aJFatOmjQ4dOqT58+fr559/lr+/v1544QV9+umndn0CAgL0ww8/aNasWbr77ru1e/duzZs3T5s3b1bp0qX1+uuvO5wFBsA5i8nJLS2AbKhdu7YkaefOndeZ07OlpaXJ19dXqamp8vHxcXc5AACgEMrMzNTevXslSbVq1cq3O+EBN6sqVaroyJEjObrzYn4bPHiwPvnkE33xxRfq3bu32+pAzo6RheV3KFzjExIAAAAAUKScP39ehw8fdmj/8ssvNW3aNIWFhaljx443vjAALjEGFgAAAACgSNm3b5+aNGmiunXrqlq1apKk3bt3a+/evfL29tYnn3yiwMBAN1cJ4FqcgQUAAAAAKFKqVaumIUOGKC0tTatWrdKSJUuUmJiobt26ad26derVq5e7SwTwN5yBBQAAAADwCM4u6ysIZcqU0b///e8bsi4A+YMzsAAAAAAAAODRCLAAAAAAAADg0QiwAAAAAAAA4NEIsAAAAAAAAODRCLAAAAAAAADg0QiwAAAAAAAA4NEIsAAAAAAAAODRCLAAAAAAAADg0QiwAAAAAAAA4NEIsAAAAAAAAODRCLAAAAAAeKRVq1ape/fuqlixonx9fRUeHq5atWqpZ8+e+ve//63ExES7+Vu0aCGLxaLDhw+7p+AsjB49WhaLRTNnznR3KTk2c+ZMWSwWjR49Ott9LBaLLBZLwRVVACwWi6pUqWLXtnr1alksFg0cONAtNWXF+rpc+/Dx8VGlSpXUt29fbd26Nc/rqFKlyk33OqLwIsACAAAA4HHGjBmjVq1aacGCBQoNDVXHjh3Vtm1bBQQEaMGCBXr66ae1e/dud5fpFs6CFhRd1atX14ABAzRgwAB17txZxYoV0xdffKHGjRvr22+/dXd5Nuy3yKti7i4AAAAAAK61ZcsWjR49Wj4+Pvrqq6/UpUsXu+mnTp3SZ599prCwMLv22bNnKzk5WRUrVrxxxaJQa9SokXbv3q3Q0FB3l+JS06ZN7c7sS0tL05NPPqlp06Zp8ODBat++vXx9fXO17BUrVigtLS2fKgXyhgALAAAAgEdZsGCBjDHq1auXQ3glSeXKldPzzz/v0F65cuUbUB2KkuLFi+vWW291dxk54uPjo/fff19ffPGFTp48qY0bN6pp06a5Wlb16tXzuTog97iEEAAAAIBHOXv2rCSpdOnSOernagws66VL6enpeuONNxQZGamAgADddtttmjFjhm2+lStXqmXLlgoJCVF4eLj69++vc+fOOawnq3GBcjpm0oEDBzR69Gg1adJE5cqVk6+vrypVqqT+/ftr3759dvNaxzySpCNHjtiNfdSiRQu7eZOTkzVu3DjdeeedCgoKUlBQkBo3bqxZs2a5rCU2NlatW7dWcHCwwsLC1K5dO/3666/Zeh55kZCQoA8++EDt2rVTRESE/Pz8VLJkSbVv317Lli1z2ufa1/qbb75R48aNFRgYqBIlSqhv3746fvy4037nz5/XU089pQoVKsjf319RUVGaNGmSjDFO53f1el47ptnvv/+uTp06KTw8XIGBgWrevLl++eUXp8tLS0vT22+/rVq1asnf31+VK1fWc889p6SkpHwdwy0wMFA1a9aUJB07dszWfu7cOb3wwguqUaOG/P39VaJECbVv314//fST0+U429cPHz5s2+cuX76sF1980fa6RUZG6u2337bbnjnZb4GscAYWAAAAAI9yyy23SJLmz5+vf/7znypTpky+LLdXr162kKp69epas2aNHn30UUlScHCw+vbtq8aNG6tdu3Zav3695syZo0OHDmnt2rUFNpD1tGnTNH78eNWpU0cNGzaUn5+fdu3apTlz5mjRokVat26d6tatK0mKjIzUgAEDNGvWLAUGBqpHjx625Vx7ltCZM2fUpk0b7dixQ+XKlVPz5s1ljNEvv/yigQMHavPmzfrggw/s6liyZIm6du2q9PR0NWrUSNWqVdP27dvVrFmzAh/AfMOGDRo6dKiqVKmiWrVqqUmTJjp69Kh++ukn/fTTT5o2bZrtdfq7jz76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SaVKlboRJdmxhiH79u1zmJbdSxolKT4+XpLz7+cHDhzQ1q1bnfbz8fFRenq602lt2rSRJC1cuDDbdcTExEiSvvrqK4dp6enpmj9/fraXlVOJiYnKzMxU+fLlHcKrtLS0HD2PrDRo0EABAQHasmWL01Dsiy++yJf1uOLj46NGjRrJGKMFCxY4TF+5cqXOnTtXYOu3XmK4dOlSJSQkOEz/7LPPJP1vXygIWe23QHYQYBWgH3/8UbNmzdK8efO0c+dORUREaO7cuWrQoIFtnqSkJEnK8q9GgYGBkv533be1T1b9/t4nO+ty1icrtWvXdvr4888/s9UfAAAA7uHlJU2ZIjVsKH30keedffXqq6/qhRdecPq98sSJE3r88cclSZ06dbKdDXUjNW/eXJI0btw4ZWRk2Nrnzp2ruXPnZns51sGuFyxYYDcGVkJCgh577DHbYO5/V6FCBZ0+fdppEHH33XerTZs2io2N1ZAhQ3ThwgWHebZv366lS5fa/t2zZ0+VLFlSq1evthsM3BijUaNG2f4QXhDKlCmj0NBQ/fHHH4qNjbW1Z2RkaOTIkU5DwtwICgrSww8/rIyMDD399NO6fPmybdrmzZv173//O1/Wk5XBgwdLkl577TW7sabOnz+vF154oUDXXa1aNXXo0EEXL17UsGHD7Pat9evXa8qUKfL29taQIUMKrIas9lsgOzzso6pwWb58uYwxio+P19q1a1WjRg01b95cb775prtLAwAAQBEXEyNt3Hj1v54mKSlJEyZMUGRkpGrVqqWuXbuqb9++iomJUdWqVbVx40ZFRkYW+J3xXBkyZIhKly6tefPmKSoqSj179lS9evX08MMPa9iwYdlezl133aU2bdro6NGjqlmzpm3A+qpVq+qvv/5S586dnfbr1KmT0tPTVb9+ffXr10+DBg3SO++8Y5v+2Wef6c4779RHH32kiIgItWzZUg899JA6duyoypUrq169enYBVnBwsKZPny5vb28NHDhQjRs31oMPPqg6deronXfe0T/+8Y9cb6vGjRu7fEybNk3FihXTiBEjlJ6erubNm6tt27bq06ePIiMj9fHHH+droDJu3DjVqlVL33//vapXr64+ffqoXbt2atKkifr3759v63HloYceUteuXfXnn3/q1ltvVZcuXdS9e3dFRkbKy8tLjRs3lqQCC2U/+eQTVa1aVbNn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zZ49O8v6jh8/rkceeUQVKlSQv7+/atasqVGjRiklJSXXzxkAAAAAAKCgFHN3ATfC4cOHb+j63njjDS1atCjH/aKjoxUZGenQ3qBBA6fzz58/X71791ZmZqaaNWumUqVKacWKFRowYIB27NihCRMmOPQ5cOCAmjRpori4ONWpU0cxMTHavHmzxowZoxUrVmjFihXy8/PLce0AAAAAAAAFpUgEWDdakyZNVLduXTVs2FANGzZUlSpVdOXKlev2GzRokAYOHJitdZw/f16PPvqoMjIyNH/+fHXr1k2SdPr0aTVt2lQTJ05Ux44d1aJFC7t+AwcOVFxcnIYOHapJkyZJktLT09WrVy8tXLhQ48aN0+jRo3PydAEAAAAAAApUkbiE0Jn4+HjFx8cXyLJHjhypMWPG6IEHHlC5cuUKZB3Tpk3ThQsX1LlzZ1t4JUlly5bV+PHjJUkTJ06067Nx40bFxsaqTJkytnkkqVixYpoyZYp8fHw0efJkxgADAAAAAAAepUgFWN9//73atWunoKAglSpVSqVKlVJQUJDat2+v77//3t3l5ch3330nSerRo4fDtA4dOsjf31/Lly+3G9fK2ueBBx5wuEywbNmyiomJUXx8vH7++ecCrBwAAAAAACBnikyA9eyzz+qBBx7QsmXLlJycrJCQEIWGhio5Ofn/sXff4VGV6fvA75lk0gmhJEiThABSIlhWBNkEdFVYxVWpuqti++0iCvgFFZciRSKigIt9V7FuwwDiurpSFg0RCyguSGgCoYMJIaGkTjLn98fLmTl15sxkkkwm9+e65opz5pR3SpC5ed7nxdq1a3HLLbdgypQpjTrGDRs24NFHH8X48eMxf/58fP/996b7btu2DQBwxRVX6B6LiopCRkYGKisrsXfvXkvHKLdv37494OdARERERERERBRszSLAWr58OZYuXYrk5GS8+OKL7umDp0+fRmlpKV566SWkpKRg6dKl+OCDDxptnO+//z6WLl2KP//5z5g1axZ+8YtfYNSoUTh//rxqv7Nnz+LMmTMAgE6dOhmeS95+6NAh97bDhw/7fQwRERERERERUWNrFk3cX331VcTExGDjxo3o0aOH6rHExEQ8/PDDuOGGG3DZZZfh1VdfxZgxYxp0fN26dcOiRYvw61//Gl26dEFJSQk2btyIJ554AitXrkRtbS0+/PBD9/7KQCsuLs7wnPHx8QCAc+fO6Y7z5xhv+vTpY7h9//79SE9Pt3QOIiIiIiIiIiJfmkWAtW3bNlx33XW68EqpR48euO666xql/9Ndd92luh8fH4/f/va3uPbaa3HppZdi9erV+OabbzBgwIAGHxsRERERERERUWNrFgFWdXW1u7rIm/j4eFRXVzfAiKxp37497rvvPixatAifffaZO8BKSEhw7yP389IqKysDALRo0cK9TT6uvLzc8HpGx3iTn59vuN2sMouIiIiIiIiIKBDNogdWeno6cnNz3QGNkfLycuTm5obc1Lfu3bsDAE6cOOHeJjegB4CjR48aHidv79Kli3vbxRdf7PcxRERERERERESNrVkEWGPGjEFhYSFuu+02/PTTT7rH9+/fjxEjRqCoqAhjx45thBGaKykpAQBdBVm/fv0AAFu3btUd43Q6sWPHDsTExKimTXo7Rrm9b9++dR84EREREREREVGQNIsA67HHHsMVV1yB//73v+jduzeuvvpqjB07FmPHjsWAAQPQs2dPrF27FldeeSWmTp3a2MN1kyTJ3bz9iiuuUD128803AwBWrFihO+7f//43Kisrcf311yMmJkZ3zMcff4yqqirVMT///DPy8vLQqlUrDBo0KKjPg4iIiIiIiIioLppFgBUbG4svvvgCDz/8MKKiorBlyxbk5OQgJycHmzdvRlRUFB5++GFs2LABsbGxDTq2oqIivPLKK7qV/86fP4+HHnoI3377LS666CKMGDFC9fiDDz6IxMREfPTRR1i1apV7e2FhIZ544gkA0IVx/fv3x6BBg1BYWIhp06a5t9fU1GDChAlwOp2YNGkSHA5HsJ8mEREREREREVHAbJIkSY09iIZUXl6O77//HsePHwcAdOjQAVdeeSXi4uKCdo1PPvkETz/9tPv+5s2bIUkSrr76ave2WbNm4eabb8bBgweRlpaGhIQEXHXVVWjfvj2KioqwdetWFBcXIykpCf/+978Nq6JWrlyJMWPGQJIkDBkyBG3atMH69etRWlqKKVOmYPHixbpjfvrpJwwcOBDFxcW49NJL0bt3b2zZsgUHDhzANddcgw0bNiA6OrpOz19u4m7W5L2pcDqdiIqKQnV1NUM9IiIiIiKiEBYu30PJXLNYhVApLi4OmZmZ9XqNoqIifPvtt7rtym1FRUUAgDZt2mDatGn45ptvsHfvXnz11VeIiIhAWloa7r33Xvzf//0fOnbsaHidkSNHYuPGjZg/fz6++eYbVFdXo3fv3njkkUcwbtw4w2O6d++OH374AU899RQ+++wzfPjhh7j44osxa9YsTJ8+vc7hFRERERERERFRsDW7Ciyqf+GSfLMCi4iIiIiIqGkIl++hZC4sK7DmzZtXp+OfeuqpII2EiIiIiIiIiIjqKiwrsOx2O2w2G/x5ajabzf3ftbW19TGsZiNckm9WYBERERERETUN4fI9lMyFZQXWggUL/Nr/2LFjWLZsGSoqKlRBFhERERERERERNb6wDLCmTZtmab+ff/4ZzzzzDN58801UVlYiMTERjz76aP0OjoiIiIiIiIiI/BKWAZYvRUVFePbZZ/H666+jsrISCQkJmDp1KqZOnYqkpKTGHh4RERERERERESk0qwCruLgYCxcuxGuvvYaysjIkJCTgySefxNSpU9G6devGHh4RERERERERERloFgFWSUkJnn/+ebz88ss4f/484uPj8cQTT+Dxxx9HmzZtGnt4RERERERERETkRVgHWGfOnMGiRYvw0ksv4ezZs4iLi8PUqVMxbdo0tG3btrGHR0REREREREREFoRlgHX27FksWbIES5cuxZkzZxAbG4v/+7//w7Rp05CSktLYwyMiIiIiIiIiIj+EZYDVpUsXnD17FjExMZg8eTKefPJJtGvXrrGHRUREREREREREAbBJkiQ19iCCzW63w2azwWazwW63+3WszWZDVVVVPY2seejTpw8AID8/v5FHUjdOpxNRUVGorq6Gw+Fo7OEQERERERGRiXD5HkrmwrICCwAkSYIkSXC5XI09FCIiIiIiIiIiqoOwDLAYWhERERERERERhQ//5tcRERERERERERE1MAZYREREREREREQU0hhgERERERERERFRSGOARUREREREREREIY0BFhERERERERERhTQGWEREREREREREFNIYYBERERERERERUUhjgEVERERERERERCGNARYREREREREREYU0BlhERERERERERBTSGGAREREREREREVFIY4BFREREREREREQhjQEWERERERERERGFNAZYREREREREREQU0hhgERERERERERFRSGOARUREREREREREIY0BFhERERERERERhTQGWEREREREREREFNIYYBERERERERERUUhjgEVERERERERERCGNARYREREREREREYU0BlhERERERERERBTSGGAREREREREREVFIY4BFREREREREREQhjQEWERERERERERGFNAZYREREREREREQU0hhgERERERERERFRSGOARUREREREREREIY0BFhERERERERERhTQGWEREREREREREFNIYYBERERERERERUUhjgEVERERERERERCGNARYREREREREREYU0BlhERERERERERBTSGGAREREREREREVFIY4BFREREREREREQhjQEWERERERERERGFNAZYREREREREREQU0hhgERERERERERFRSGOARUREREREREREIY0BFhERERERERERhTQGWEREREREREREFNIYYBERERERERERUUhjgEVERERERERERCGNARYREREREREREYU0BlhERERERERERBTSGGAREREREREREVFIY4BFREREREREREQhjQEWERERERERERGFNAZYREREREREREQU0hhgERERERERERFRSGOARUREREREREREIY0BFhERERERERERhTQGWEREREREREREFNIYYBERERERERERUUhjgEVERERERERERCGNARYREREREREREYU0BlhERERERERERBTSGGAREREREREREVFIY4BFREREREREREQhjQEWERERERERERGFNAZYREREREREREQU0hhgERERERERERFRSGOAVQ++//57PPvssxgxYgQ6deoEm80Gm83m87h33nkH/fv3R0JCAlq3bo2bbroJX331lddjNm3ahJtuugmtW7dGQkIC+vfvj/fee8/rMUePHsV9992HDh06ICYmBj169MDs2bNRWVnp1/MkIiIiIiIiImoINkmSpMYeRLi57bbb8NFHH+m2e3upH330USxduhSxsbG48cYbUVlZif/+97+QJAkrVqzAbbfdpjtm5cqVGDt2LFwuF7KystC2bVv897//RWlpKaZOnYpFixbpjtm3bx8GDhyIU6dOISMjA71798Z3332HAwcOYNCgQfjvf/+L6OjoOj3/Pn36AADy8/PrdJ7G5nQ6ERUVherqajgcjsYeDhEREREREZkIl++hZI4VWPVg4MCBmDVrFv71r3/hxIkTPgOh9evXY+nSpWjTpg22bduG1atX47PPPsPGjRsRERGB++67D6WlpapjTp8+jfvvvx+1tbVYsWIFvvjiC6xYsQK7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IiIiouaDFVgUdOGSfGsrsCh0ZGcDy5YByj+9bDbggQeAGTMab1wUHNoqLFZfEREREZEv4fI9lMyxAouImhz2SQpvweilRURERERE4YUBFhE1ORMn+redmhZ/py0SEREREVH4i2zsARAR+Uuu0FFWB7NSJ7zIvbSIiIiIiIgAVmARURNktwOzZ6u3zZ7NSh1ZdjbQtSuQlua5de0qthMRERERETVF/LpHRE0S+ySZY48wIiIiIiIKNwywiKhJYp8kc+wRRkRERERE4YY9sIioyWKfJGPsEUZEREREROGGNQtEFBTsuxQ62COMiIiIiIjCDb/OEFFQsO9SaGGPMCIiIiIiCicMsIgoKNh3KbSwRxgREREREYUT9sAioqBg36XQwx5hREREREQULvhv8kQUFOy7RERERERERPWFXy2JKGjYd4mIiIiIiIjqAwMsIgoa9l0iIiIiIiKi+sAeWEQUVOy7RERERERERMHG+ggiIiIiIiIiIgppDLCIiIiIiIiIiCikMcAiIiIiIiIiIqKQxgCLiIiIiIiIiIhCGgMsIiIiIiIiIiIKaQywiIiIiIiIiIgopDHAIiIiIiIiIiKikMYAi4iIiIiIiIiIQhoDLCIiIiIiIiIiCmkMsIiIiIiIiIiIKKQxwCIiIiIiIiIiopDGAIuIiIiIiIiIiEJaZGMPgMLP4cOH4XQ60adPn8YeSp1IkgQA6NevH2w2WyOPhoiIiIiIiMzs378fDoejsYdB9YgVWBR08fHxYfEHx4EDBxAdHc3wqpnZv38/9u/f39jDoAbG97354XvePPF9b574vjc/fM+bJ6fTiYqKisYeBtUjVmBR0J08ebKxhxAUcgVZfn5+I4+EGhLf9+aJ73vzw/e8eeL73jzxfW9++J43T019BhD5xgosIiIiIiIiIiIKaQywiIiIiIiIiIgopDHAIiIiIiIiIiKikMYAi4iIiIiIiIiIQhoDLCIiIiIiIiIiCmk2SZKkxh4EERERERERERGRGVZgERERERERERFRSGOARUREREREREREIY0BFhERERERERERhTQGWEREREREREREFNIYYBERERERERERUUhjgEVERERERERERCGNARYREREREREREYU0BlhEGhUVFXjqqafQo0cPxMTEoEOHDrj//vtx7Nixxh4aWTBkyBDYbDbT22effWZ43DvvvIP+/fsjISEBrVu3xk033YSvvvrK67U2bdqEm266Ca1bt0ZCQgL69++P9957rz6eVrP3/fff49lnn8WIESPQqVMn9/vpS0O9r0ePHsV9992HDh06ICYmBj169MDs2bNRWVnp1/MkNX/f9zlz5nj9/X/yySdNj+X7HhrKy8uxevVqPPDAA7jkkksQExOD+Ph49OvXD/PmzcP58+dNj+Xve9MVyPvO3/emb8mSJRgxYgS6d++Oli1bIjo6Gl26dME999yDH3/80fQ4/q43bf6+7/xdJxWJiNwqKiqkAQMGSACk9u3bS2PGjJH69+8vAZCSk5Ol/fv3N/YQyYfBgwdLAKSRI0dK48aN0922b9+uO2by5MkSACk2Nla69dZbpaFDh0qRkZFSRESE9OGHHxpeZ8WKFVJERIRks9mkwYMHSyNHjpSSkpIkANLUqVPr+Vk2P7feeqsEQHfzpqHe159++klq27atBEDKyMiQxowZI3Xt2lUCIA0aNEiqrKys69Nvtvx932fPnu1+3Y1+/z/44APD4/i+h4433njD/T736tVLGj16tDR06FCpRYsWEgCpZ8+e0s8//6w7jr/vTVsg7zt/35u+Nm3aSDExMVL//v2l22+/Xbr99tulHj16SAAkh8Mhffzxx7pj+Lve9Pn7vvN3nZQYYBEpzJgxQwIgDRw4UDp37px7++LFiyUA0uDBgxtvcGSJHGAVFBRY2n/dunUSAKlNmzbS3r173du/+uorKSoqSkpKSpJKSkpUxxQXF0uJiYkSAGnlypXu7SdPnpS6desmAZA+//zzIDwbkj377LPSrFmzpH/961/SiRMnpOjoaK9BRkO+r4MGDZIASJMmTXJvczqd0u233y4BkGbPnh3w827u/H3f5b/kvv3225avwfc9tLzzzjvS73//e2nnzp2q7cePH5cuv/xyCYB05513qh7j73vTF8j7zt/3pu/LL7+UKioqdNtfeeUVCYDUrl07yel0urfzdz08+Pu+83edlBhgEV1QVVUltWzZUgIgbd26Vfd43759JQDSd9991wijI6v8DbB+/etfSwCkF154QffYpEmTJADSokWLVNsXLlwoAZBuvfVW3TGrVq2SAEjDhw8PYPRkla8go6He12+//VYCIKWkpOj+Ve7kyZOSw+GQWrVqpfqLGAWuPgIsvu9Nx1dffSUBkKKjo6Wqqir3dv6+hzez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", + "text/html": [ + "\n", + "
\n", + "
\n", + " Figure\n", + "
\n", + " \n", + "
\n", + " " + ], + "text/plain": [ + "Canvas(toolbar=Toolbar(toolitems=[('Home', 'Reset original view', 'home', 'home'), ('Back', 'Back to previous …" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "test_dispersion.plots.ellipses(xlim=(-200, 3500), ylim=(-200, 3500))" + ] + }, + { + "cell_type": "code", + "execution_count": 22, + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "a76c44781f3c4823a5bd254b083af1e6", + "version_major": 2, + "version_minor": 0 + }, + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAoAAAAHgCAYAAAA10dzkAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguNCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8fJSN1AAAACXBIWXMAAA9hAAAPYQGoP6dpAABCnUlEQVR4nO3deVyVZf7/8fcBBTVZRFmkcDfNfSslzTTMdSpHKzUrUdMyzBQrpc2lJsiynMpq+lXqNFmTpTZpWrhnkeVCLpkrhqW4ISCYyHL9/ujLqSOgVpz7CPfr+Xicx3Cu+zr3/bkv7pF3170chzHGCAAAALbh5ekCAAAAYC0CIAAAgM0QAAEAAGyGAAgAAGAzBEAAAACbIQACAADYDAEQAADAZgiAAAAANkMABAAAsBkCIAAAgM0QAAEAAGyGAAgAAGAzBEAAAACbIQACAADYDAEQAADAZgiAAAAANkMABAAAsBkCIAAAgM0QAAEAAGyGAAgAAGAzBEAAAACbIQACAADYDAEQAADAZgiAAAAANkMABAAAsBkCIAAAgM0QAAEAAGyGAAgAAGAzBEAAAACbIQACAADYDAEQAADAZgiAAAAANkMABAAAsBkCIAAAgM0QAAGbqlevnqKjoz1dRoX33HPPqUGDBvL29labNm08XQ4ASCIAAhXC3Llz5XA4tHHjxhKXd+vWTS1atPjL2/n00081derUv7weu/j888/1yCOPqHPnzpozZ46eeeYZT5cEAJKkSp4uAIBn7Nq1S15ef+y/AT/99FPNnj2bEHiRVq1aJS8vL7311lvy8fHxdDkA4MQMIGBTvr6+qly5sqfL+ENycnI8XcIfcvToUVWtWpXwB+CSQwAEbOrcawDz8vI0bdo0NW7cWFWqVFHNmjXVpUsXJSYmSpKio6M1e/ZsSZLD4XC+iuTk5GjixImKiIiQr6+vmjRpoueff17GGJft/vLLLxo3bpxq1aolPz8/3Xzzzfr555/lcDhcZhanTp0qh8Oh77//XnfccYdq1KihLl26SJK2bt2q6OhoNWjQQFWqVFFYWJhGjBihEydOuGyraB27d+/WnXfeqYCAAAUHB+uJJ56QMUYHDx7ULbfcIn9/f4WFhWnmzJkXNXb5+fl66qmn1LBhQ/n6+qpevXp69NFHlZub6+zjcDg0Z84c5eTkOMdq7ty5pa7ziy++0G233aY6derI19dXERERmjBhgn755ReXftHR0apevbr279+vXr166bLLLlN4eLimT59ebKzL+nciST///LNGjBih0NBQ+fr6qnnz5nr77beL7U9ubq6mTJmiRo0aOffnkUcecRkjAJ7DKWCgAsnMzNTx48eLtefl5V3ws1OnTlV8fLzuueceXXPNNcrKytLGjRu1efNm3Xjjjbr33nt16NAhJSYm6p133nH5rDFGN998s1avXq2RI0eqTZs2+uyzz/Twww/r559/1osvvujsGx0drQ8++EB33XWXOnXqpLVr16pfv36l1nXbbbepcePGeuaZZ5zBJTExUfv379fw4cMVFhamHTt26I033tCOHTv09ddfuwRTSRo0aJCuuuoqJSQkaOnSpXr66acVFBSkf/3rX7rhhhv07LPP6t1339VDDz2kq6++Wl27dj3vWN1zzz2aN2+ebr31Vk2cOFEbNmxQfHy8du7cqUWLFkmS3nnnHb3xxhv65ptv9Oabb0qSrr322lLXuWDBAp0+fVpjxoxRzZo19c033+jll1/WTz/9pAULFrj0LSgoUO/evdWpUyfNmDFDy5cv15QpU5Sfn6/p06e77Xdy5MgRderUSQ6HQ2PHjlVwcLCWLVumkSNHKisrS+PHj5ckFRYW6uabb9b69es1evRoXXXVVdq2bZtefPFF7d69W4sXLz7v+AKwgAFQ7s2ZM8dIOu+refPmLp+pW7euGTZsmPN969atTb9+/c67nZiYGFPSPxuLFy82kszTTz/t0n7rrbcah8Nh9u7da4wxZtOmTUaSGT9+vEu/6OhoI8lMmTLF2TZlyhQjyQwZMqTY9k6fPl2s7b333jOSzLp164qtY/To0c62/Px8c8UVVxiHw2ESEhKc7SdPnjRVq1Z1GZOSJCcnG0nmnnvucWl/6KGHjCSzatUqZ9uwYcPMZZdddt71nW+f4uPjjcPhMD/++KPLOiWZBx54wNlWWFho+vXrZ3x8fMyxY8eMMe75nYwcOdLUrl3bHD9+3KXv4MGDTUBAgHMf3nnnHePl5WW++OILl36vv/66kWS+/PLLixoTAO7DKWCgApk9e7YSExOLvVq1anXBzwYGBmrHjh3as2fPH97up59+Km9vb40bN86lfeLEiTLGaNmyZZKk5cuXS5Luv/9+l34PPPBAqeu+7777irVVrVrV+fOZM2d0/PhxderUSZK0efPmYv3vuece58/e3t7q0KGDjDEaOXKksz0wMFBNmjTR/v37S61F+nVfJSk2NtalfeLEiZKkpUuXnvfzpfn9PuXk5Oj48eO69tprZYzRli1bivUfO3as8+eiGbmzZ89qxYoVzjrL8ndijNFHH32km266ScYYHT9+3Pnq1auXMjMznWO/YMECXXXVVWratKlLvxtuuEGStHr16j81RgDKDqeAgQrkmmuuUYcOHYq116hRo8RTw783ffp03XLLLbryyivVokUL9e7dW3fddddFhccff/xR4eHh8vPzc2m/6qqrnMuL/tfLy0v169d36deoUaNS131uX0lKT0/XtGnT9P777+vo0aMuyzIzM4v1r1Onjsv7gIAAValSRbVq1SrWfu51hOcq2odzaw4LC1NgYKBzX/+o1NRUPfnkk/rf//6nkydPuiw7d5+8vLzUoEEDl7Yrr7xSknTgwAFnnWX5Ozl27JgyMjL0xhtv6I033ihxH4p+F3v27NHOnTsVHBx83n4APIcACECS1LVrV+3bt08ff/yxPv/8c7355pt68cUX9frrr7vMoFnt9zNjRW6//XZ99dVXevjhh9WmTRtVr15dhYWF6t27twoLC4v19/b2vqg2ScVukCjNudcZ/hUFBQW68cYblZ6erkmTJqlp06a67LLL9PPPPys6OrrEfbJaUQ133nmnhg0bVmKfov9YKCwsVMuWLfXCCy+U2C8iIsI9RQK4aARAAE5BQUEaPny4hg8fruzsbHXt2lVTp051BsDSQk/dunW1YsUKnTp1ymXG6YcffnAuL/rfwsJCpaSkqHHjxs5+e/fuvegaT548qZUrV2ratGl68sknne1/5tT1n1G0D3v27HHOpkm/3iCRkZHh3Nc/Ytu2bdq9e7fmzZunu+++29ledAf2uQoLC7V//37nrJ8k7d69W9Kvd3cX1VmWv5Pg4GD5+fmpoKBAPXr0OO/+NGzYUN99952ioqLKNCgDKDtcAwhAkoqd+qxevboaNWrk8tiOyy67TJKUkZHh0rdv374qKCjQK6+84tL+4osvyuFwqE+fPpKkXr16SZJeffVVl34vv/zyRddZNHN37kzdrFmzLnodf0Xfvn1L3F7RbNf57mguTUn7ZIzRP//5z1I/8/uxNsbolVdeUeXKlRUVFeWssyx/J97e3ho4cKA++ugjbd++vVg9x44dc/58++236+eff9b/+3//r1i/X375pdw9zxGoiJgBBCBJatasmbp166b27dsrKChIGzdu1Icffuhys0H79u0lSePGjVOvXr3k7e2twYMH66abblL37t312GOP6cCBA2rdurU+//xzffzxxxo/frwaNmzo/PzAgQM1a9YsnThxwvnIkaLZq4uZLfL391fXrl01Y8YM5eXl6fLLL9fnn3+ulJQUN4xKca1bt9awYcP0xhtvKCMjQ9dff72++eYbzZs3T/3791f37t3/8DqbNm2qhg0b6qGHHtLPP/8sf39/ffTRR8WuBSxSpUoVLV++XMOGDVPHjh21bNkyLV26VI8++qjzujt3/E4SEhK0evVqdezYUaNGjVKzZs2Unp6uzZs3a8WKFUpPT5ck3XXXXfrggw903333afXq1ercubMKCgr0ww8/6IMPPtBnn31W4rWqACzkobuPAZShosfAfPvttyUuv/766y/4GJinn37aXHPNNSYwMNBUrVrVNG3a1PzjH/8wZ8+edfbJz883DzzwgAkODjYOh8PlkTCnTp0yEyZMMOHh4aZy5cqmcePG5rnnnjOFhYUu283JyTExMTEmKCjIVK9e3fTv39/s2rXLSHJ5LEvRI1yKHmvyez/99JP5+9//bgIDA01AQIC57bbbzKFDh0p9lMy56yjt8SwljVNJ8vLyzLRp00z9+vVN5cqVTUREhImLizNnzpy5qO2U5Pvvvzc9evQw1atXN7Vq1TKjRo0y3333nZFk5syZU2yd+/btMz179jTVqlUzoaGhZsqUKaagoMBlnWX9OzHGmCNHjpiYmBgTERFhKleubMLCwkxUVJR54403XPqdPXvWPPvss6Z58+bG19fX1KhRw7Rv395MmzbNZGZmXtSYAHAfhzEXecUzALhJcnKy2rZtq//85z8aOnSop8u5pEVHR+vDDz9Udna2W7fD7wSo2LgGEIClzv1qM+nX6+m8vLwu+A0ccA9+J4D9cA0gAEvNmDFDmzZtUvfu3VWpUiUtW7ZMy5Yt0+jRo3k8iIfwOwHshwAIwFLXXnutEhMT9dRTTyk7O1t16tTR1KlT9dhjj3m6NNvidwLYD9cAAgAA2Ey5vAYwPj5eV199tfz8/BQSEqL+/ftr165dLn3OnDmjmJgY1axZU9WrV9fAgQN15MgRlz6pqanq16+fqlWrppCQED388MPKz8+3clcAAAAsVy4D4Nq1axUTE6Ovv/5aiYmJysvLU8+ePV0eLjphwgR98sknWrBggdauXatDhw5pwIABzuUFBQXq16+fzp49q6+++krz5s3T3LlzXb5ZAAAAoCKqEKeAjx07ppCQEK1du1Zdu3ZVZmamgoODNX/+fN16662Sfv36o6uuukpJSUnq1KmTli1bpr/97W86dOiQQkNDJUmvv/66Jk2apGPHjsnHx8eTuwQAAOA2FeImkMzMTEm/fo+pJG3atEl5eXku31fZtGlT1alTxxkAk5KS1LJlS2f4k379SqQxY8Zox44datu27QW3W1hYqEOHDsnPz4/vuwQAoJwwxujUqVMKDw+Xl1e5PBn6l5X7AFhYWKjx48erc+fOatGihSQpLS1NPj4+CgwMdOkbGhqqtLQ0Z5/fh7+i5UXLSpKbm+vyvag///yzmjVrVla7AgAALHTw4EFdccUVni7DI8p9AIyJidH27du1fv16t28rPj5e06ZNK9Z+8OBB+fv7u337AADgr8vKylJERIT8/Pw8XYrHlOsAOHbsWC1ZskTr1q1zSfBhYWE6e/asMjIyXGYBjxw5orCwMGefb775xmV9RXcJF/U5V1xcnGJjY53viw4gf39/AiAAAOWMnS/fKpcnvo0xGjt2rBYtWqRVq1apfv36Lsvbt2+vypUra+XKlc62Xbt2KTU1VZGRkZKkyMhIbdu2TUePHnX2SUxMlL+/f6mndX19fZ1hj9AHAADKq3I5AxgTE6P58+fr448/lp+fn/OavYCAAFWtWlUBAQEaOXKkYmNjFRQUJH9/fz3wwAOKjIxUp06dJEk9e/ZUs2bNdNddd2nGjBlKS0vT448/rpiYGPn6+npy9wAAANyqXD4GprQp2zlz5ig6OlrSrw+Cnjhxot577z3l5uaqV69eevXVV11O7/74448aM2aM1qxZo8suu0zDhg1TQkKCKlW6uFyclZWlgIAAZWZmMhsIAEA5wd/vchoALxUcQAAAlD/8/S6n1wACAADgzyMAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmyEAAgAA2MzFfektAKBcqDd5qadL+MMOJPTzdAmA7TADCAAAYDMEQAAAAJshAAIAANgMARAAAMBmCIAAAAA2QwAEAACwGQIgAACAzRAAAQAAbIYACAAAYDMEQAAAAJshAAIAANgMARAAAMBmCIAAAAA2QwAEAACwGQIgAACAzRAAAQAAbIYACAAAYDMEQAAAAJshAAIAANgMARAAAMBmCIAAAAA2QwAEAACwGQIgAACAzRAAAQAAbKZcBsB169bppptuUnh4uBwOhxYvXuyy3OFwlPh67rnnnH3q1atXbHlCQoLFewIAAGC9chkAc3Jy1Lp1a82ePbvE5YcPH3Z5vf3223I4HBo4cKBLv+nTp7v0e+CBB6woHwAAwKMqebqAP6NPnz7q06dPqcvDwsJc3n/88cfq3r27GjRo4NLu5+dXrC8AAEBFVy4D4B9x5MgRLV26VPPmzSu2LCEhQU899ZTq1KmjO+64QxMmTFClShV+SABcpHqTl3q6BABwiwqfdubNmyc/Pz8NGDDApX3cuHFq166dgoKC9NVXXykuLk6HDx/WCy+8UOq6cnNzlZub63yflZXltroBAADcpcIHwLfffltDhw5VlSpVXNpjY2OdP7dq1Uo+Pj669957FR8fL19f3xLXFR8fr2nTprm1XgAAAHcrlzeBXKwvvvhCu3bt0j333HPBvh07dlR+fr4OHDhQap+4uDhlZmY6XwcPHizDagEAAKxRoWcA33rrLbVv316tW7e+YN/k5GR5eXkpJCSk1D6+vr6lzg4CAACUF+UyAGZnZ2vv3r3O9ykpKUpOTlZQUJDq1Kkj6dfr8xYsWKCZM2cW+3xSUpI2bNig7t27y8/PT0lJSZowYYLuvPNO1ahRw7L9AAAA8IRyGQA3btyo7t27O98XXc83bNgwzZ07V5L0/vvvyxijIUOGFPu8r6+v3n//fU2dOlW5ubmqX7++JkyY4HJdIAAAQEXlMMYYTxdRXmVlZSkgIECZmZny9/f3dDkAyhiPgbHGgYR+ni4BNsPf7wp+EwgAAACKIwACAADYDAEQAADAZgiAAAAANkMABAAAsBkCIAAAgM0QAAEAAGyGAAgAAGAzBEAAAACbIQACAADYDAEQAADAZgiAAAAANlPJ0wUAsId6k5d6ugQAwP9hBhAAAMBmmAEEAHhUeZwdPpDQz9MlAH8JM4AAAAA2QwAEAACwGQIgAACAzRAAAQAAbIYACAAAYDMEQAAAAJshAAIAANgMARAAAMBmCIAAAAA2QwAEAACwGQIgAACAzRAAAQAAbIYACAAAYDMEQAAAAJshAAIAANgMARAAAMBmCIAAAAA2QwAEAACwGQIgAACAzRAAAQAAbKZcBsB169bppptuUnh4uBwOhxYvXuyyPDo6Wg6Hw+XVu3dvlz7p6ekaOnSo/P39FRgYqJEjRyo7O9vCvQAAAPCMchkAc3Jy1Lp1a82ePbvUPr1799bhw4edr/fee89l+dChQ7Vjxw4lJiZqyZIlWrdunUaPHu3u0gEAADyukqcL+DP69OmjPn36nLePr6+vwsLCSly2c+dOLV++XN9++606dOggSXr55ZfVt29fPf/88woPDy/zmgEAAC4V5XIG8GKsWbNGISEhatKkicaMGaMTJ044lyUlJSkwMNAZ/iSpR48e8vLy0oYNGzxRLgAAgGXK5QzghfTu3VsDBgxQ/fr1tW/fPj366KPq06ePkpKS5O3trbS0NIWEhLh8plKlSgoKClJaWlqp683NzVVubq7zfVZWltv2AQAAwF0qZAAcPHiw8+eWLVuqVatWatiwodasWaOoqKg/vd74+HhNmzatLEoEAADwmAp7Cvj3GjRooFq1amnv3r2SpLCwMB09etSlT35+vtLT00u9blCS4uLilJmZ6XwdPHjQrXUDAAC4gy0C4E8//aQTJ06odu3akqTIyEhlZGRo06ZNzj6rVq1SYWGhOnbsWOp6fH195e/v7/ICAAAob8rlKeDs7GznbJ4kpaSkKDk5WUFBQQoKCtK0adM0cOBAhYWFad++fXrkkUfUqFEj9erVS5J01VVXqXfv3ho1apRef/115eXlaezYsRo8eDB3AAMAgAqvXM4Abty4UW3btlXbtm0lSbGxsWrbtq2efPJJeXt7a+vWrbr55pt15ZVXauTIkWrfvr2++OIL+fr6Otfx7rvvqmnTpoqKilLfvn3VpUsXvfHGG57aJQAAAMuUyxnAbt26yRhT6vLPPvvsgusICgrS/Pnzy7IsAACAcqFczgACAADgzyMAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZywLg5s2btW3bNuf7jz/+WP3799ejjz6qs2fPWlUGAACA7VkWAO+9917t3r1bkrR//34NHjxY1apV04IFC/TII49YVQYAAIDtWRYAd+/erTZt2kiSFixYoK5du2r+/PmaO3euPvroI6vKAAAAsD3LAqAxRoWFhZKkFStWqG/fvpKkiIgIHT9+3KoyAAAAbM+yANihQwc9/fTTeuedd7R27Vr169dP0q/f4xsaGmpVGQAAALZnWQCcNWuWNm/erLFjx+qxxx5To0aNJEkffvihrr32WqvKAAAAsD3Lvgu4VatWLncBF3nuuefk7e1tVRkAAAC2Z+lzADMyMvTmm28qLi5O6enpkqTvv/9eR48etbIMAAAAW7NsBnDr1q2KiopSYGCgDhw4oFGjRikoKEgLFy5Uamqq/v3vf1tVCgAAgK1ZNgMYGxur4cOHa8+ePapSpYqzvW/fvlq3bp1VZQAAANieZQHw22+/1b333lus/fLLL1daWppVZQAAANieZQHQ19dXWVlZxdp3796t4OBgq8oAAACwPcsC4M0336zp06crLy9PkuRwOJSamqpJkyZp4MCBVpUBAABge5YFwJkzZyo7O1shISH65ZdfdP3116tRo0by8/PTP/7xD6vKAAAAsD3L7gIOCAhQYmKivvzyS3333XfKzs5Wu3bt1KNHD6tKAAAAgCwMgEU6d+6szp07W71ZAAAA/B/LTgGPGzdOL730UrH2V155RePHj7eqDAAAANuzLAB+9NFHJc78XXvttfrwww+tKgMAAMD2LAuAJ06cUEBAQLF2f39/HT9+3KoyAAAAbM+yANioUSMtX768WPuyZcvUoEEDq8oAAACwPctuAomNjdXYsWN17Ngx3XDDDZKklStXaubMmZo1a5ZVZQAAANieZQFwxIgRys3N1T/+8Q899dRTkqR69erptdde0913321VGQAAALZn6WNgxowZozFjxujYsWOqWrWqqlevbuXmAQAAIA88B1AS3/0LAADgQZbdBHLkyBHdddddCg8PV6VKleTt7e3yAgAAgDUsmwGMjo5WamqqnnjiCdWuXVsOh8OqTQMAAOB3LAuA69ev1xdffKE2bdpYtUkAAACUwLJTwBERETLGWLU5AAAAlMKyADhr1ixNnjxZBw4csGqTAAAAKIFlp4AHDRqk06dPq2HDhqpWrZoqV67ssjw9Pd2qUgAAAGzNsgBYlt/2sW7dOj333HPatGmTDh8+rEWLFql///6SpLy8PD3++OP69NNPtX//fgUEBKhHjx5KSEhQeHi4cx316tXTjz/+6LLe+Ph4TZ48uczqBAAAuBRZFgCHDRtWZuvKyclR69atNWLECA0YMMBl2enTp7V582Y98cQTat26tU6ePKkHH3xQN998szZu3OjSd/r06Ro1apTzvZ+fX5nVCAAAcKmy9EHQ+/bt05w5c7Rv3z7985//VEhIiJYtW6Y6deqoefPmF72ePn36qE+fPiUuCwgIUGJiokvbK6+8omuuuUapqamqU6eOs93Pz09hYWF/bmcAAADKKctuAlm7dq1atmypDRs2aOHChcrOzpYkfffdd5oyZYpbt52ZmSmHw6HAwECX9oSEBNWsWVNt27bVc889p/z8fLfWAQAAcCmwbAZw8uTJevrppxUbG+tyqvWGG27QK6+84rbtnjlzRpMmTdKQIUPk7+/vbB83bpzatWunoKAgffXVV4qLi9Phw4f1wgsvlLqu3Nxc5ebmOt9nZWW5rW4AAAB3sSwAbtu2TfPnzy/WHhISouPHj7tlm3l5ebr99ttljNFrr73msiw2Ntb5c6tWreTj46N7771X8fHx8vX1LXF98fHxmjZtmltqBQAAsIplp4ADAwN1+PDhYu1btmzR5ZdfXubbKwp/P/74oxITE11m/0rSsWNH5efnn/c5hXFxccrMzHS+Dh48WMZVAwAAuJ9lAXDw4MGaNGmS0tLS5HA4VFhYqC+//FIPPfSQ7r777jLdVlH427Nnj1asWKGaNWte8DPJycny8vJSSEhIqX18fX3l7+/v8gIAAChvLDsF/MwzzygmJkYREREqKChQs2bNVFBQoDvuuEOPP/74H1pXdna29u7d63yfkpKi5ORkBQUFqXbt2rr11lu1efNmLVmyRAUFBUpLS5MkBQUFycfHR0lJSdqwYYO6d+8uPz8/JSUlacKECbrzzjtVo0aNMt1vAACAS43DWPAFvcYYHTx4UMHBwTp+/Li2bdum7OxstW3bVo0bN/7D61uzZo26d+9erH3YsGGaOnWq6tevX+LnVq9erW7dumnz5s26//779cMPPyg3N1f169fXXXfdpdjY2FKv/ytJVlaWAgIClJmZyWwgcAH1Ji/1dAlAmTmQ0M/TJeAv4O+3RTOAxhg1atRIO3bsUOPGjRUREfGX1tetWzedL7deKNO2a9dOX3/99V+qAQAAoLyy5BpALy8vNW7cWCdOnLBicwAAADgPy24CSUhI0MMPP6zt27dbtUkAAACUwLKbQO6++26dPn1arVu3lo+Pj6pWreqyPD093apSAAAAbM2yADhr1iyrNgUAAIDzsCQA5uXlae3atXriiSdKvUMXAAAA1rDkGsDKlSvro48+smJTAAAAuADLbgLp37+/Fi9ebNXmAAAAUArLrgFs3Lixpk+fri+//FLt27fXZZdd5rJ83LhxVpUCAABga5YFwLfeekuBgYHatGmTNm3a5LLM4XAQAAEAACxiWQBMSUmxalMAAAA4D8uuAQQAAMClwbIZwBEjRpx3+dtvv21RJQAAAPZmWQA8efKky/u8vDxt375dGRkZuuGGG6wqAwAAwPYsC4CLFi0q1lZYWKgxY8aoYcOGVpUBAABgex69BtDLy0uxsbF68cUXPVkGAACArXj8JpB9+/YpPz/f02UAAADYhmWngGNjY13eG2N0+PBhLV26VMOGDbOqDAAAANuzLABu2bLF5b2Xl5eCg4M1c+bMC94hDAAAgLJjWQBcvXq1VZsCAADAeVh2DWBKSor27NlTrH3Pnj06cOCAVWUAAADYnmUBMDo6Wl999VWx9g0bNig6OtqqMgAAAGzPsgC4ZcsWde7cuVh7p06dlJycbFUZAAAAtmdZAHQ4HDp16lSx9szMTBUUFFhVBgAAgO1ZFgC7du2q+Ph4l7BXUFCg+Ph4denSxaoyAAAAbM+yu4CfffZZde3aVU2aNNF1110nSfriiy+UlZWlVatWWVUGAACA7Vk2A9isWTNt3bpVt99+u44ePapTp07p7rvv1g8//KAWLVpYVQYAAIDtWTYDKEnh4eF65plnrNwkAAAAzmHZDOCcOXO0YMGCYu0LFizQvHnzrCoDAADA9iwLgPHx8apVq1ax9pCQEGYFAQAALGTZKeDU1FTVr1+/WHvdunWVmppqVRlAhVBv8lJPlwAAKMcsmwEMCQnR1q1bi7V/9913qlmzplVlAAAA2J5lAXDIkCEaN26cVq9erYKCAhUUFGjVqlV68MEHNXjwYKvKAAAAsD3LTgE/9dRTOnDggKKiolSp0q+bLSws1N133801gAAAABayLAD6+Pjov//9r5566il99913qlq1qlq2bKm6detaVQIAAABk8XMAJSkoKEjdu3cv8Y5gAAAAuJ8l1wBmZGQoJiZGtWrVUmhoqEJDQ1WrVi2NHTtWGRkZf3h969at00033aTw8HA5HA4tXrzYZbkxRk8++aRq166tqlWrqkePHtqzZ49Ln/T0dA0dOlT+/v4KDAzUyJEjlZ2d/Rf2EgAAoHxwewBMT09Xx44dNW/ePA0cOFAzZ87UzJkzNWDAAM2dO1eRkZE6efLkH1pnTk6OWrdurdmzZ5e4fMaMGXrppZf0+uuva8OGDbrsssvUq1cvnTlzxtln6NCh2rFjhxITE7VkyRKtW7dOo0eP/kv7CgAAUB44jDHGnRsYP368Vq5cqRUrVig0NNRlWVpamnr27KmoqCi9+OKLf2r9DodDixYtUv/+/SX9OvsXHh6uiRMn6qGHHpIkZWZmKjQ0VHPnztXgwYO1c+dONWvWTN9++606dOggSVq+fLn69u2rn376SeHh4Re17aysLAUEBCgzM1P+/v5/qn7gz+A5gIBnHUjo5+kS8Bfw99uCGcDFixfr+eefLxb+JCksLEwzZszQokWLymx7KSkpSktLU48ePZxtAQEB6tixo5KSkiRJSUlJCgwMdIY/SerRo4e8vLy0YcOGMqsFAADgUuT2m0AOHz6s5s2bl7q8RYsWSktLK7PtFa3r3MAZGhrqXJaWlqaQkBCX5ZUqVVJQUNB5a8nNzVVubq7zfVZWVlmVDQAAYBm3zwDWqlVLBw4cKHV5SkqKgoKC3F1GmYiPj1dAQIDzFRER4emSAAAA/jC3B8BevXrpscce09mzZ4sty83N1RNPPKHevXuX2fbCwsIkSUeOHHFpP3LkiHNZWFiYjh496rI8Pz9f6enpzj4liYuLU2ZmpvN18ODBMqsbAADAKm4/BTx9+nR16NBBjRs3VkxMjJo2bSpjjHbu3KlXX31Vubm5euedd8pse/Xr11dYWJhWrlypNm3aSPr1VO2GDRs0ZswYSVJkZKQyMjK0adMmtW/fXpK0atUqFRYWqmPHjqWu29fXV76+vmVWKwAAgCe4PQBeccUVSkpK0v3336+4uDgV3XTscDh044036pVXXvnDp1Kzs7O1d+9e5/uUlBQlJycrKChIderU0fjx4/X000+rcePGql+/vp544gmFh4c77xS+6qqr1Lt3b40aNUqvv/668vLyNHbsWA0ePPii7wAGAAAoryz5JpD69etr2bJlOnnypPOBzI0aNfrT1/5t3LhR3bt3d76PjY2VJA0bNkxz587VI488opycHI0ePVoZGRnq0qWLli9fripVqjg/8+6772rs2LGKioqSl5eXBg4cqJdeeukv7CUAAED54PbnAFZkPEcInsJzAAHP4jmA5Rt/vy36KjgAAABcOgiAAAAANkMABAAAsBm3BsB27drp5MmTkn59HMzp06fduTkAAABcBLcGwJ07dyonJ0eSNG3aNGVnZ7tzcwAAALgIbn0MTJs2bTR8+HB16dJFxhg9//zzql69eol9n3zySXeWAgAAgP/j1gA4d+5cTZkyRUuWLJHD4dCyZctUqVLxTTocDgIgAACARdwaAJs0aaL3339fkuTl5aWVK1cqJCTEnZsEAADABVjyTSCSVFhYaNWmAAAAcB6WBUBJ2rdvn2bNmqWdO3dKkpo1a6YHH3xQDRs2tLIMAAAAW7PsOYCfffaZmjVrpm+++UatWrVSq1attGHDBjVv3lyJiYlWlQEAAGB7ls0ATp48WRMmTFBCQkKx9kmTJunGG2+0qhQAAABbs2wGcOfOnRo5cmSx9hEjRuj777+3qgwAAADbsywABgcHKzk5uVh7cnIydwYDAABYyLJTwKNGjdLo0aO1f/9+XXvttZKkL7/8Us8++6xiY2OtKgMAAMD2LAuATzzxhPz8/DRz5kzFxcVJksLDwzV16lSNGzfOqjIAAABsz7IA6HA4NGHCBE2YMEGnTp2SJPn5+Vm1eQAAAPwfS58DWITgBwAA4DmW3QQCAACASwMBEAAAwGYIgAAAADZjSQDMy8tTVFSU9uzZY8XmAAAAcB6WBMDKlStr69atVmwKAAAAF2DZKeA777xTb731llWbAwAAQCksewxMfn6+3n77ba1YsULt27fXZZdd5rL8hRdesKoUAAAAW7MsAG7fvl3t2rWTJO3evdtlmcPhsKoMAAAA27MsAK5evdqqTQEAAOA8LH8MzN69e/XZZ5/pl19+kSQZY6wuAQAAwNYsC4AnTpxQVFSUrrzySvXt21eHDx+WJI0cOVITJ060qgwAAADbsywATpgwQZUrV1ZqaqqqVavmbB80aJCWL19uVRkAAAC2Z9k1gJ9//rk+++wzXXHFFS7tjRs31o8//mhVGQAAALZnWQDMyclxmfkrkp6eLl9fX6vKAADgL6s3eamnS/jDDiT083QJuIRYdgr4uuuu07///W/ne4fDocLCQs2YMUPdu3e3qgwAAADbs2wGcMaMGYqKitLGjRt19uxZPfLII9qxY4fS09P15ZdfWlUGAACA7Vk2A9iiRQvt3r1bXbp00S233KKcnBwNGDBAW7ZsUcOGDa0qAwAAwPYsmwGUpICAAD322GOWbKtevXol3lxy//33a/bs2erWrZvWrl3rsuzee+/V66+/bkl9AAAAnmJpADx58qTeeust7dy5U5LUrFkzDR8+XEFBQWW+rW+//VYFBQXO99u3b9eNN96o2267zdk2atQoTZ8+3fm+pJtUAAAAKhrLTgGvW7dO9erV00svvaSTJ0/q5MmTeumll1S/fn2tW7euzLcXHByssLAw52vJkiVq2LChrr/+emefatWqufTx9/cv8zoAAAAuNZYFwJiYGA0aNEgpKSlauHChFi5cqP3792vw4MGKiYlx67bPnj2r//znPxoxYoQcDoez/d1331WtWrXUokULxcXF6fTp026tAwAA4FJg2SngvXv36sMPP5S3t7ezzdvbW7GxsS6Ph3GHxYsXKyMjQ9HR0c62O+64Q3Xr1lV4eLi2bt2qSZMmadeuXVq4cGGp68nNzVVubq7zfVZWljvLBgAAcAvLAmC7du20c+dONWnSxKV9586dat26tVu3/dZbb6lPnz4KDw93to0ePdr5c8uWLVW7dm1FRUVp3759pd6VHB8fr2nTprm1VgAAAHdzawDcunWr8+dx48bpwQcf1N69e9WpUydJ0tdff63Zs2crISHBbTX8+OOPWrFixXln9iSpY8eOkn6dqSwtAMbFxSk2Ntb5PisrSxEREWVXLAAAgAXcGgDbtGkjh8MhY4yz7ZFHHinW74477tCgQYPcUsOcOXMUEhKifv3O/xU4ycnJkqTatWuX2sfX15evrQMAAOWeWwNgSkqKO1d/QYWFhZozZ46GDRumSpV+29V9+/Zp/vz56tu3r2rWrKmtW7dqwoQJ6tq1q1q1auXBigEAANzPrQGwbt267lz9Ba1YsUKpqakaMWKES7uPj49WrFihWbNmKScnRxERERo4cKAef/xxD1UKAABgHUsfBH3o0CGtX79eR48eVWFhocuycePGlfn2evbs6XL6uUhERESxbwEBAACwC8sC4Ny5c3XvvffKx8dHNWvWdHken8PhcEsABAAAQHGWBcAnnnhCTz75pOLi4uTlZdnzpwEAAHAOy5LY6dOnNXjwYMIfAACAh1mWxkaOHKkFCxZYtTkAAACUwrJTwPHx8frb3/6m5cuXq2XLlqpcubLL8hdeeMGqUgAAAGzN0gD42WefOb8K7tybQAAAAGANywLgzJkz9fbbbys6OtqqTQIAAKAEll0D6Ovrq86dO1u1OQAA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", + "text/html": [ + "\n", + "
\n", + "
\n", + " Figure\n", + "
\n", + " \n", + "
\n", + " " + ], + "text/plain": [ + "Canvas(toolbar=Toolbar(toolitems=[('Home', 'Reset original view', 'home', 'home'), ('Back', 'Back to previous …" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "0fed13c8dfd6431b9413e6ef7794a801", + "version_major": 2, + "version_minor": 0 + }, + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAoAAAAHgCAYAAAA10dzkAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguNCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8fJSN1AAAACXBIWXMAAA9hAAAPYQGoP6dpAABDhUlEQVR4nO3deZyNdf/H8feZMRtmMcximca+jLXIEiFEqGypkewRRkIJLbaKUuKmUne30KK6SZvs6122EClknygGYWYaNGbM9/dHzfl1zAwzw7lmpuv1fDyuR873us71/VzfOWfm3bU6jDFGAAAAsA2PvC4AAAAA1iIAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmyEAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmyEAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmyEAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmyEAAgAA2AwBEAAAwGYIgChQypYtq969e+d1Gf94L7/8ssqXLy9PT0/VqVMnr8u54ZKSkvTwww8rPDxcDodDw4YNs6zv5s2bq3nz5s7XsbGxcjgcmjt3rmU1ZFfZsmV19913X3O5devWyeFwaN26dc623r17q2zZsi7LORwOjR8//sYW+Q+Snz8L+OchACLPzJ07Vw6HQ9u2bct0fvPmzVWjRo3r7mfJkiX80cmBFStW6Mknn1Tjxo01Z84cTZo0ybK+L1y4oPHjx7sECXeYNGmS5s6dq0GDBum9995Tjx493NpfXti4caPGjx+v+Pj4vC4lSwWhRuCfqlBeFwDkxL59++ThkbP/b1myZIlef/11QmA2rVmzRh4eHpo9e7a8vb0t7fvChQuaMGGCJLnsJbvR1qxZo4YNG2rcuHFu6yMrK1assKSfjRs3asKECerdu7eCgoLc2lfTpk118eLFa35eLl68qEKF/v/PjpU1FgSRkZG6ePGivLy88roU2AB7AFGg+Pj4FLhfjufPn8/rEnLk1KlT8vPzszz8WenUqVM3JHAYY3Tx4sUcvcfb2/sfN7YeHh7y9fW95v+c+fr6ugTAf7qcfvcdDod8fX3l6enppoqA/0cARIFy5TmAKSkpmjBhgipVqiRfX18VL15cTZo00cqVKyX9eR7S66+/LunPX67pU7rz58/r8ccfV0REhHx8fFSlShW98sorMsa49Hvx4kUNHTpUJUqUkL+/v+699179+uuvGc5pGj9+vBwOh/bs2aMHH3xQxYoVU5MmTSRJu3btUu/evVW+fHn5+voqPDxcffv21ZkzZ1z6Sl/H/v379dBDDykwMFAhISF69tlnZYzRsWPH1KFDBwUEBCg8PFxTp07N1tilpqbqueeeU4UKFeTj46OyZcvqqaeeUnJysnMZh8OhOXPm6Pz5886xutb5SAsWLFDdunXl5+enEiVK6KGHHtKvv/7qssyV572l+/t5YrGxsQoJCZEkTZgwwdl/Tvbcnjp1Sv369VNYWJh8fX1Vu3ZtzZs3zzk//Vy1I0eO6KuvvnL2ERsbm631p58Tt3z5ctWrV09+fn566623JElz5sxRixYtFBoaKh8fH0VFRWnWrFkZ1pHVWOTUzJkzVb16dRUuXFjFihVTvXr1NH/+fEl/foZGjhwpSSpXrlyG7cxurelWrFihOnXqyNfXV1FRUVq0aJHL/MzOAczM33+eV6uxWbNmql27dqbrqFKlitq0aXOt4XFKP5Vk165datasmQoXLqyKFStq4cKFkqT169erQYMG8vPzU5UqVbRq1SqX9//8888aPHiwqlSpIj8/PxUvXlxdu3bN8JlJP6Vl/fr1Gjx4sEJDQ1WmTBnn/Ndff13ly5eXn5+f6tevr6+//jpb54P27t1bRYsW1a+//qqOHTuqaNGiCgkJ0RNPPKHLly9nexyAK9nnf8WQbyUkJOi3337L0J6SknLN944fP16TJ0/Www8/rPr16ysxMVHbtm3Td999pzvvvFOPPPKIjh8/rpUrV+q9995zea8xRvfee6/Wrl2rfv36qU6dOlq+fLlGjhypX3/9VdOmTXMu27t3b/33v/9Vjx491LBhQ61fv17t27fPsq6uXbuqUqVKmjRpkjNMrly5UocPH1afPn0UHh6u3bt369///rd2796tzZs3uwRTSXrggQdUrVo1vfjii/rqq6/0/PPPKzg4WG+99ZZatGihl156SR988IGeeOIJ3XrrrWratOlVx+rhhx/WvHnzdN999+nxxx/Xli1bNHnyZO3du1effvqpJOm9997Tv//9b3377bf6z3/+I0m67bbbslzn3Llz1adPH916662aPHmyTp48qX/961/asGGDduzYkaO9bCEhIZo1a5YGDRqkTp06qXPnzpKkWrVqZev9Fy9eVPPmzXXw4EENGTJE5cqV04IFC9S7d2/Fx8frscceU7Vq1fTee+9p+PDhKlOmjB5//HFn39m1b98+devWTY888oj69++vKlWqSJJmzZql6tWr695771WhQoX05ZdfavDgwUpLS1NMTEy2158db7/9toYOHar77rtPjz32mP744w/t2rVLW7Zs0YMPPqjOnTtr//79+vDDDzVt2jSVKFHCZTtzUuuBAwf0wAMPaODAgerVq5fmzJmjrl27atmyZbrzzjtzvQ1Xq7FHjx7q37+/fvzxR5fzgLdu3ar9+/frmWeeyVFf586d0913363o6Gh17dpVs2bNUnR0tD744AMNGzZMAwcO1IMPPqiXX35Z9913n44dOyZ/f39nnxs3blR0dLTKlCmj2NhYzZo1S82bN9eePXtUuHBhl74GDx6skJAQjR071rkHcNasWRoyZIhuv/12DR8+XLGxserYsaOKFSvmEhKzcvnyZbVp00YNGjTQK6+8olWrVmnq1KmqUKGCBg0alKOxAJwMkEfmzJljJF11ql69ust7IiMjTa9evZyva9eubdq3b3/VfmJiYkxmH/XPPvvMSDLPP/+8S/t9991nHA6HOXjwoDHGmO3btxtJZtiwYS7L9e7d20gy48aNc7aNGzfOSDLdunXL0N+FCxcytH344YdGkvnf//6XYR0DBgxwtqWmppoyZcoYh8NhXnzxRWf7uXPnjJ+fn8uYZGbnzp1Gknn44Ydd2p944gkjyaxZs8bZ1qtXL1OkSJGrrs8YYy5dumRCQ0NNjRo1zMWLF53tixcvNpLM2LFjnW3NmjUzzZo1y7COXr16mcjISOfr06dPZxjT7Jo+fbqRZN5//32XGhs1amSKFi1qEhMTne2RkZHX/NxkJjIy0kgyy5YtyzAvs59vmzZtTPny5V3arhyLI0eOGElmzpw52a6jQ4cOGb4bV3r55ZeNJHPkyJFc15q+vZ988omzLSEhwZQsWdLcfPPNzra1a9caSWbt2rXOtit/tsaYDD/brGqMj483vr6+ZtSoUS7tQ4cONUWKFDFJSUlZbHVGzZo1M5LM/PnznW0//fSTkWQ8PDzM5s2bne3Lly/P8LPIbKw2bdpkJJl3333X2Zb++6xJkyYmNTXV2Z6cnGyKFy9ubr31VpOSkuJsnzt3rpF0zc9Cr169jCQzceJElxpuvvlmU7du3WyPA3AlDgEjz73++utauXJlhik7e36CgoK0e/duHThwIMf9LlmyRJ6enho6dKhL++OPPy5jjJYuXSpJWrZsmaQ//8/+7x599NEs1z1w4MAMbX5+fs5///HHH/rtt9/UsGFDSdJ3332XYfmHH37Y+W9PT0/Vq1dPxhj169fP2R4UFKQqVaro8OHDWdYi/bmtkjRixAiX9vQ9YF999dVV35+Zbdu26dSpUxo8eLB8fX2d7e3bt1fVqlVztc7rsWTJEoWHh6tbt27ONi8vLw0dOlRJSUlav379DemnXLlymR6C/PvPN32vdrNmzXT48GElJCTckL7TBQUF6ZdfftHWrVtz9f6c1FqqVCl16tTJ+TogIEA9e/bUjh07FBcXl7sNuIbAwEB16NBBH374oXMP+uXLl/Xxxx+rY8eOKlKkSI7WV7RoUUVHRztfV6lSRUFBQapWrZoaNGjgbE//99+/T38fq5SUFJ05c0YVK1ZUUFBQpt/b/v37u5zDt23bNp05c0b9+/d3Of+xe/fuKlasWLa34crfKbfffvs1v/fA1RAAkefq16+vVq1aZZiy88tx4sSJio+PV+XKlVWzZk2NHDlSu3btyla/P//8s0qVKuU81JOuWrVqzvnp//Xw8FC5cuVclqtYsWKW675yWUk6e/asHnvsMYWFhcnPz08hISHO5TILCDfddJPL68DAQPn6+joPlf29/dy5c1nW8vdtuLLm8PBwBQUFObc1J9Lfk34I9O+qVq2aq3Vej59//lmVKlXKcCHClT/P65XZz1aSNmzYoFatWqlIkSIKCgpSSEiInnrqKUmZ/3yvx6hRo1S0aFHVr19flSpVUkxMjDZs2JDt9+ek1ooVK2Y4PaFy5cqSlO1zJ3OjZ8+eOnr0qL7++mtJ0qpVq3Ty5Mlc3bKnTJkyGbYhMDBQERERGdokuXyfLl68qLFjxzrPEy5RooRCQkIUHx+f6c/1ys9H+ufuyu9eoUKFMtwnMSu+vr4ZTlMoVqzYNb/3wNUQAFGgNW3aVIcOHdI777yjGjVq6D//+Y9uueUW5/lreeXvew3S3X///Xr77bc1cOBALVq0SCtWrHDuXUxLS8uwfGZXAmZ1daC54qKVrFz5R9AqWfVbEE9iz+xne+jQIbVs2VK//fabXn31VX311VdauXKlhg8fLinzn+/1qFatmvbt26ePPvpITZo00SeffKImTZpk67Y2VteaW23atFFYWJjef/99SdL777+v8PBwtWrVKsfryup7k53v06OPPqoXXnhB999/v/773/9qxYoVWrlypYoXL57pWGX2+bheXBUMdyAAosALDg5Wnz599OGHH+rYsWOqVauWy5WjWYWPyMhIHT9+XL///rtL+08//eScn/7ftLQ0HTlyxGW5gwcPZrvGc+fOafXq1Ro9erQmTJigTp066c4771T58uWzvY7rkb4NVx4qP3nypOLj453bmtN1Sn9eFHGlffv2uayzWLFimd7s98q9ctcTUCMjI3XgwIEMf5Sv/Hm6w5dffqnk5GR98cUXeuSRR9SuXTu1atXKLWEgXZEiRfTAAw9ozpw5Onr0qNq3b68XXnhBf/zxh6SsxzKntR48eDDD/2Ds379fkrK9BysrV/t5e3p66sEHH9TChQt17tw5ffbZZ+rWrZvlYWjhwoXq1auXpk6dqvvuu0933nmnmjRpku2bV6d/7q78fZGamurWPajAtRAAUaBdeQuVokWLqmLFii63Nkk/X+jKX9jt2rXT5cuX9dprr7m0T5s2TQ6HQ23btpUk5/leb7zxhstyM2fOzHad6X+0rvxDOn369Gyv43q0a9cu0/5effVVSbrqFc1ZqVevnkJDQ/Xmm2+6jPfSpUu1d+9el3VWqFBBP/30k06fPu1s+/777zMctky/ojI3T4Zo166d4uLi9PHHHzvbUlNTNXPmTBUtWlTNmjXL8TqzK7Ofb0JCgubMmeOW/q783Ht7eysqKkrGGOfV81l97nNa6/Hjx51XiUtSYmKi3n33XdWpU0fh4eHXtR1Z1ZiuR48eOnfunB555BElJSXpoYceuq7+csPT0zPD93bmzJnZ3ntdr149FS9eXG+//bZSU1Od7R988AGHcJGnuA0MCrSoqCg1b95cdevWVXBwsLZt26aFCxdqyJAhzmXq1q0rSRo6dKjatGkjT09PRUdH65577tEdd9yhp59+WrGxsapdu7ZWrFihzz//XMOGDVOFChWc7+/SpYumT5+uM2fOOG8Dk74XJDt7rQICAtS0aVNNmTJFKSkpKl26tFasWJFhr6K71K5dW7169dK///1vxcfHq1mzZvr22281b948dezYUXfccUeO1+nl5aWXXnpJffr0UbNmzdStWzfnbWDKli3rPKQoSX379tWrr76qNm3aqF+/fjp16pTefPNNVa9eXYmJic7l/Pz8FBUVpY8//liVK1dWcHCwatSoka1HAg4YMEBvvfWWevfure3bt6ts2bJauHChNmzYoOnTp2c41/NGat26tby9vXXPPfc4w8rbb7+t0NBQnThxwi39hYeHq3HjxgoLC9PevXv12muvqX379s7tTP/cP/3004qOjpaXl5fuueeeHNdauXJl9evXT1u3blVYWJjeeecdnTx58oaE26xqTA+GN998s2rUqKEFCxaoWrVquuWWW667z5y6++679d577ykwMFBRUVHatGmTVq1apeLFi2fr/d7e3ho/frweffRRtWjRQvfff79iY2M1d+5cVahQIc9OywC4DQzyTPptE7Zu3Zrp/GbNml3zNjDPP/+8qV+/vgkKCjJ+fn6matWq5oUXXjCXLl1yLpOammoeffRRExISYhwOh8stYX7//XczfPhwU6pUKePl5WUqVapkXn75ZZOWlubS7/nz501MTIwJDg42RYsWNR07djT79u0zklxuy5J+C5fTp09n2J5ffvnFdOrUyQQFBZnAwEDTtWtXc/z48SxvJXPlOrK6PUtm45SZlJQUM2HCBFOuXDnj5eVlIiIizJgxY8wff/yRrX6y8vHHH5ubb77Z+Pj4mODgYNO9e3fzyy+/ZFju/fffN+XLlzfe3t6mTp06Zvny5ZneKmTjxo2mbt26xtvbO8e3hDl58qTp06ePKVGihPH29jY1a9bM9PYq13MbmKze98UXX5hatWoZX19fU7ZsWfPSSy+Zd955J8NtTm7EbWDeeust07RpU1O8eHHj4+NjKlSoYEaOHGkSEhJclnvuuedM6dKljYeHh0sd2a01fXuXL19uatWqZXx8fEzVqlXNggULXPrJ7W1grlZjuilTphhJZtKkSdken7/L6vuR1c9SkomJiXG+PnfunPMzVbRoUdOmTRvz008/ZfhddK3fZzNmzDCRkZHGx8fH1K9f32zYsMHUrVvX3HXXXc5lsroNTGbfx/TfE0BuOYzJ5tnjAFzs3LlTN998s95//3117949r8sB/pH+9a9/OW+efOWV8QVZWlqaQkJC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AAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmyEAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmymU1wUAsIeyo7/K6xIAAH9hDyAAAIDNEAABAABshgAIAABgMwRAAAAAmymQAXDy5Mm69dZb5e/vr9DQUHXs2FH79u1zWeaPP/5QTEyMihcvrqJFi6pLly46efKkyzJHjx5V+/btVbhwYYWGhmrkyJFKTU21clMAAAAsZ1kA/O677/TDDz84X3/++efq2LGjnnrqKV26dClH61q/fr1iYmK0efNmrVy5UikpKWrdurXOnz/vXGb48OH68ssvtWDBAq1fv17Hjx9X586dnfMvX76s9u3b69KlS9q4caPmzZunuXPnauzYsde/sQAAAPmYwxhjrOjo1ltv1ejRo9WlSxcdPnxY1atXV6dOnbR161a1b99e06dPz/W6T58+rdDQUK1fv15NmzZVQkKCQkJCNH/+fN13332SpJ9++knVqlXTpk2b1LBhQy1dulR33323jh8/rrCwMEnSm2++qVGjRun06dPy9va+Zr+JiYkKDAxUQkKCAgICcl0/YAfcBgZZiX2xfV6XAJvh77eFewD379+vOnXqSJIWLFigpk2bav78+Zo7d64++eST61p3QkKCJCk4OFiStH37dqWkpKhVq1bOZapWraqbbrpJmzZtkiRt2rRJNWvWdIY/SWrTpo0SExO1e/fuTPtJTk5WYmKiywQAAFDQWBYAjTFKS0uTJK1atUrt2rWTJEVEROi3337L9XrT0tI0bNgwNW7cWDVq1JAkxcXFydvbW0FBQS7LhoWFKS4uzrnM38Nf+vz0eZmZPHmyAgMDnVNERESu6wYAAMgrlgXAevXq6fnnn9d7772n9evXq337P3f5HzlyJEMQy4mYmBj9+OOP+uijj25UqVkaM2aMEhISnNOxY8fc3icAAMCNZlkAnD59ur777jsNGTJETz/9tCpWrChJWrhwoW677bZcrXPIkCFavHix1q5dqzJlyjjbw8PDdenSJcXHx7ssf/LkSYWHhzuXufKq4PTX6ctcycfHRwEBAS4TAABAQWPZs4Br1arlchVwupdfflmenp45WpcxRo8++qg+/fRTrVu3TuXKlXOZX7duXXl5eWn16tXq0qWLJGnfvn06evSo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", + "text/html": [ + "\n", + "
\n", + "
\n", + " Figure\n", + "
\n", + " \n", + "
\n", + " " + ], + "text/plain": [ + "Canvas(toolbar=Toolbar(toolitems=[('Home', 'Reset original view', 'home', 'home'), ('Back', 'Back to previous …" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "64a3d86674b342eb995b30e5373d6354", + "version_major": 2, + "version_minor": 0 + }, + "image/png": "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xz/+oXbt2mnfvn0KCQm5oWO61D//+U8NGzZMjzzyiF544QWdP39ee/bsUXx8vJ544omb2ubGjRv1ySefaOjQoapUqZKCg4P14YcfasSIEapcubJefPFFSZK/v78yMjL0r3/9S7169dKgQYN09uxZzZ8/X507d9a3337rdNPOwIEDtWDBAkVGRurpp59WXl6etm7dqm3btqlZs2aSpNdff11jxozRY489pqefflonT57U22+/rfDwcO3ateu6ZiB9fX3VoEEDbdmyRcOGDZMkff3117LZbEpNTdW+fftUv359SdLWrVvVtm3ba25z8eLFOnv2rJ555hnZbDZNmzZN3bt31y+//OI4C7B27Vr16NFD9erVU0xMjE6fPq3+/furcuXKNzL8wO3BACwiNjbWkHTVpX79+k7vqVq1qtG3b1/H68aNGxtdu3a96n6ioqKMwv5prVixwpBkTJ482an9kUceMWw2m3Hw4EHDMAxjx44dhiRj+PDhTv369etnSDLGjRvnaBs3bpwhyejVq1eB/Z07d65A28cff2xIMrZs2VJgG4MHD3a05eXlGZUrVzZsNpsxdepUR/uZM2cMT09PpzEpzO7duw1JxtNPP+3U/tJLLxmSjI0bNzra+vbta5QrV+6q27u0b9WqVZ3aLj/OnJwco0GDBsZ9993n1F6uXLlC6x44cKARHBxsnDp1yqm9Z8+eho+Pj2P7mzZtMiQZ1atXL7DP8+fPGxcuXHBqS0xMNOx2uzFx4kSnNklGbGzs9RyuYRiG8dBDDxX4XF6usHExjP//d3spSYabm5uxd+/eAv2rVq1a4POdl5dnZGdnO7WdOXPGCAwMNAYMGOBo27hxoyHJGDZsWIHt5ufnG4ZhGElJSYa7u7vx+uuvO63/4YcfjFKlShVov5qoqCgjMDDQ8XrkyJFGeHi4ERAQYMydO9cwDMM4ffq0YbPZjL///e+OfpeP1cW/k4oVKxqpqamO9pUrVxqSjM8//9zR1qRJEyM4ONhIS0tztK1du9aQVOj4A7czTgHDcubMmaN169YVWBo1anTN9/r6+mrv3r06cODADe/3P//5j9zd3R0zFhe9+OKLMgxDq1evliStWbNGkvTcc8859Xv++eevuO1nn322QJunp6fjz+fPn9epU6fUokULSdLOnTsL9H/66acdf3Z3d1ezZs1kGIYGDhzoaPf1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lX744QctWrRI1atXv+Vj7NSpk4KCgtS6dWsFBgZq//79euedd9S1a1fHTHLPnj01evRoPfzwwxo2bJjOnTunuXPn6q677rrla9P++te/avny5Xr44YfVtWtXJSYmat68eapXr54yMzMd/SIiIvTUU09p9uzZOnDggONSg61btyoiIkJDhw5VjRo1NHnyZEVHRyspKUndunWTl5eXEhMT9dlnn2nw4MF66aWXrru2i+EuISHB6SsEw8PDtXr1asfz/IpKTEyMunbtqjZt2mjAgAFKTU11PKPx0rEASgSzbzsGisvFx8B89913ha5v167dNR8DM3nyZOPee+81fH19DU9PT6NOnTrG66+/buTk5Dj65OXlGc8//7zh7+9v2Gw2p8dwnD171hgxYoQREhJilC5d2qhVq5Yxffp0x2MyLsrKyjKioqIMPz8/o3z58ka3bt2MhIQEQ5LTY1kuPubj5MmTBY7n6NGjxsMPP2z4+voaPj4+xqOPPmocO3bsio+SuXwbV3o8S2HjVJjc3FxjwoQJRlhYmFG6dGkjNDTUiI6ONs6fP39d+ylMYY87mT9/vlGrVi3DbrcbderUMWJjYwt9/MlPP/1khIeHG56enoYkp7/XlJQUIyoqyggNDTVKly5tBAUFGR06dDDee+89R5+Lj4FZunRpgbrOnz9vvPjii0ZwcLDh6elptG7d2oiLizPatWtntGvXztHvZh4D849//MMIDw83KlasaNjtdqNGjRrGqFGjjPT0dKd+a9euNRo0aGB4eHgYtWvXNj766KMrPgYmKiqq0H0V9hiY/Px8Y8qUKUbVqlUNu91u3H333caqVasK/bvIy8szpk+fbtSpU8fw8PAw/P39jcjISGPHjh1O/ZYtW2a0adPGKFeunFGuXDmjTp06RlRUlJGQkHDd43JRQECAIclISUlxtH399deGJKNt27YF+l/pMTDTp08v0PfyfysXa69bt65ht9uNevXqGcuXL7/iY3iA25nNMLjCFSgJdu/erbvvvlsfffSRevfuXdzlAABKMK4BBG5Dv//+e4G2WbNmyc3N7ZrfwAEAwLVwDSBwG5o2bZp27NihiIgIlSpVSqtXr9bq1as1ePBghYaGFnd5KAI5OTnXvL7Qx8fnhh7Zcif4/fffC31O5aX8/PwcD6cGcHM4BQzchtatW6cJEyZo3759yszMVJUqVfTUU0/p1VdfValS/H/bneCrr7665s0wsbGx6tevnzkF3SYWLFig/v37X7XPpk2b1L59e3MKAu5QBEAAKAZnzpzRjh07rtqnfv36Cg4ONqmi28Px48e1d+/eq/Zp2rSp09e2AbhxBEAAAACL4SYQAAAAi+FioluQn5+vY8eOycvLy+XfeQoAAIqGYRg6e/asQkJCruu7ou9EBMBbcOzYMe7IBACghDpy5IgqV65c3GUUCwLgLbj4NUxHjhyRt7d3MVcDAACuR0ZGhkJDQx2/x62IAHgLLp729fb2JgACAFDCWPnyLWue+AYAALAwAiAAAIDFEAABAAAshgAIAABgMQRAAAAAiyEAAgAAWAwBEAAAwGIIgAAAABZDAAQAALAYAiAAAIDFEAABAAAshgAIAABgMQRAAAAAiyEAAgAAWEyp4i4AgDVUe+WL4i7hhiVN7VrcJQCASzADCAAAYDEEQAAAAIshAAIAAFgM1wACJVBJvJ4OAHD7YAYQAADAYgiAAAAAFkMABAAAsJgSGQBjYmL05z//WV5eXgoICFC3bt2UkJDg1Of8+fOKiopSxYoVVb58efXo0UMpKSlOfQ4fPqyuXbuqbNmyCggI0KhRo5SXl2fmoQAAAJiuRAbAzZs3KyoqStu2bdO6deuUm5urTp06KSsry9FnxIgR+vzzz7V06VJt3rxZx44dU/fu3R3rL1y4oK5duyonJ0fffPONFi5cqAULFmjs2LHFcUgAAACmsRmGYRR3Ebfq5MmTCggI0ObNmxUeHq709HT5+/tr8eLFeuSRRyRJP/30k+rWrau4uDi1aNFCq1ev1l//+lcdO3ZMgYGBkqR58+Zp9OjROnnypDw8PK6534yMDPn4+Cg9PV3e3t4uPUbgUtwFbA6+CQS4M/H7u4TOAF4uPT1dkuTn5ydJ2rFjh3Jzc9WxY0dHnzp16qhKlSqKi4uTJMXFxalhw4aO8CdJnTt3VkZGhvbu3VvofrKzs5WRkeG0AAAAlDQlPgDm5+dr+PDhat26tRo0aCBJSk5OloeHh3x9fZ36BgYGKjk52dHn0vB3cf3FdYWJiYmRj4+PYwkNDS3iowEAAHC9Eh8Ao6Ki9OOPP2rJkiUu31d0dLTS09Mdy5EjR1y+TwAAgKJWor8JZOjQoVq1apW2bNmiypUrO9qDgoKUk5OjtLQ0p1nAlJQUBQUFOfp8++23Ttu7eJfwxT6Xs9vtstvtRXwUAAAA5iqRM4CGYWjo0KH67LPPtHHjRoWFhTmtb9q0qUqXLq0NGzY42hISEnT48GG1bNlSktSyZUv98MMPOnHihKPPunXr5O3trXr16plzIAAAAMWgRM4ARkVFafHixVq5cqW8vLwc1+z5+PjI09NTPj4+GjhwoEaOHCk/Pz95e3vr+eefV8uWLdWiRQtJUqdOnVSvXj099dRTmjZtmpKTk/Xaa68pKiqKWT4AAHBHK5EBcO7cuZKk9u3bO7XHxsaqX79+kqS33npLbm5u6tGjh7Kzs9W5c2e9++67jr7u7u5atWqVhgwZopYtW6pcuXLq27evJk6caNZhAAAAFIs74jmAxYXnCKG48BxAc/AcQODOxO/vEnoNIAAAAG4eARAAAMBiCIAAAAAWQwAEAACwGAIgAACAxRAAAQAALIYACAAAYDEEQAAAAIshAAIAAFgMARAAAMBiCIAAAAAWQwAEAACwGAIgAACAxRAAAQAALIYACAAAYDEEQAAAAIshAAIAAFgMARAAAMBiCIAAAAAWQwAEAACwGAIgAACAxRAAAQAALIYACAAAYDEEQAAAAIshAAIAAFgMARAAAMBiCIAAAAAWQwAEAACwGAIgAACAxRAAAQAALIYACAAAYDElMgBu2bJFDzzwgEJCQmSz2bRixQqn9TabrdBl+vTpjj7VqlUrsH7q1KkmHwkAAID5SmQAzMrKUuPGjTVnzpxC1x8/ftxpef/992Wz2dSjRw+nfhMnTnTq9/zzz5tRPgAAQLEqVdwF3IzIyEhFRkZecX1QUJDT65UrVyoiIkLVq1d3avfy8irQFwAA4E5XImcAb0RKSoq++OILDRw4sMC6qVOnqmLFirr77rs1ffp05eXlFUOFAAAA5iqRM4A3YuHChfLy8lL37t2d2ocNG6Z77rlHfn5++uabbxQdHa3jx49r5syZV9xWdna2srOzHa8zMjJcVjcAAICr3PEB8P3331fv3r1VpkwZp/aRI0c6/tyoUSN5eHjomWeeUUxMjOx2e6HbiomJ0YQJE1xaLwAAgKvd0aeAt27dqoSEBD399NPX7Nu8eXPl5eUpKSnpin2io6OVnp7uWI4cOVKE1QIAAJjjjp4BnD9/vpo2barGjRtfs+/u3bvl5uamgICAK/ax2+1XnB0EAAAoKUpkAMzMzNTBgwcdrxMTE7V79275+fmpSpUqkv64Pm/p0qV68803C7w/Li5O8fHxioiIkJeXl+Li4jRixAg9+eSTqlChgmnHAQAAUBxKZADcvn27IiIiHK8vXs/Xt29fLViwQJK0ZMkSGYahXr16FXi/3W7XkiVLNH78eGVnZyssLEwjRoxwui4QAADgTmUzDMMo7iJKqoyMDPn4+Cg9PV3e3t7FXQ4spNorXxR3CZaQNLVrcZcAwAX4/X2H3wQCAACAggiAAAAAFkMABAAAsBgCIAAAgMUQAAEAACyGAAgAAGAxBEAAAACLIQACAABYDAEQAADAYgiAAAAAFkMABAAAsBgCIAAAgMUQAAEAACyGAAgAAGAxBEAAAACLIQACAABYDAEQAADAYgiAAAAAFkMABAAAsBgCIAAAgMUQAAEAACyGAAgAAGAxBEAAAACLIQACAABYDAEQAADAYgiAAAAAFmNaANy5c6d++OEHx+uVK1eqW7du+tvf/qacnByzygAAALA80wLgM888o59//lmS9Msvv6hnz54qW7asli5dqpdfftmsMgAAACzPtAD4888/q0mTJpKkpUuXKjw8XIsXL9aCBQu0bNkys8oAAACwPNMCoGEYys/PlyStX79e999/vyQpNDRUp06dMqsMAAAAyzMtADZr1kyTJ0/Whx9+qM2bN6tr166SpMTERAUGBppVBgAAgOWZFgBnzZqlnTt3aujQoXr11VdVs2ZNSdKnn36qVq1amVUGAACA5ZkWABs1aqQffvhB6enpGjdunKN9+vTpWrhw4Q1ta8uWLXrggQcUEhIim82mFStWOK3v16+fbDab09KlSxenPqmpqerdu7e8vb3l6+urgQMHKjMz86aPDwAAoKQw9TmAaWlp+te//qXo6GilpqZKkvbt26cTJ07c0HaysrLUuHFjzZkz54p9unTpouPHjzuWjz/+2Gl97969tXfvXq1bt06rVq3Sli1bNHjw4Bs/KAAAgBKmlFk72rNnjzp06CBfX18lJSVp0KBB8vPz0/Lly3X48GF98MEH172tyMhIRUZGXrWP3W5XUFBQoev279+vNWvW6LvvvlOzZs0kSW+//bbuv/9+zZgxQyEhIdd/YAAAACWMaTOAI0eOVP/+/XXgwAGVKVPG0X7//fdry5YtRb6/r776SgEBAapdu7aGDBmi06dPO9bFxcXJ19fXEf4k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", + "text/html": [ + "\n", + "
\n", + "
\n", + " Figure\n", + "
\n", + " \n", + "
\n", + " " + ], + "text/plain": [ + "Canvas(toolbar=Toolbar(toolitems=[('Home', 'Reset original view', 'home', 'home'), ('Back', 'Back to previous …" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "7b11444e315f430aabba44f1e917017c", + "version_major": 2, + "version_minor": 0 + }, + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAoAAAAHgCAYAAAA10dzkAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguNCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8fJSN1AAAACXBIWXMAAA9hAAAPYQGoP6dpAAA8i0lEQVR4nO3deVyU5f7/8fcAgrgAoiySKG65p6kn0xTXQrPStNLSXDK10lwoU07lXppp+rVjyzm5tNg5pZmVHTVS05OSpblrLoRpIW4IKCYi3L8/zPk1Au5zT3C9no/HPGKu+577+twXQ/P2updxWJZlCQAAAMbw8nQBAAAAsBcBEAAAwDAEQAAAAMMQAAEAAAxDAAQAADAMARAAAMAwBEAAAADDEAABAAAMQwAEAAAwDAEQAADAMARAAAAAwxAAAQAADEMABAAAMAwBEAAAwDAEQAAAAMMQAAEAAAxDAAQAADAMARAAAMAwBEAAAADDEAABAAAMQwAEAAAwDAEQAADAMARAAAAAwxAAAQAADEMABAAAMAwBEAAAwDAEQAAAAMMQAAEAAAxDAAQAADAMARAAAMAwBEAAAADDEAABAAAMQwAEAAAwDAEQAADAMARAAAAAwxAAARtFRUWpT58+ni6jyHv11VdVpUoVeXt7q0GDBgWu16dPH0VFRdlWlykcDofGjh3rlm3v379fDodD8+bNc8v2AVMQAIFrNG/ePDkcDm3YsCHf5a1atVLdunWvu5///ve/bvswLYq++uorPffcc7rjjjs0d+5cvfzyy54uye1Onz6tsWPH6ptvvvF0KR7B3whw9Xw8XQBgkt27d8vL6+r+3fXf//5Xs2bN4gPuCq1cuVJeXl6aPXu2fH19L7nuv/71L+Xm5tpUmfucPn1a48aNk3T+Hx5FWaVKlfT777+rWLFizjb+RoCrRwAEbOTn5+fpEq5aZmamSpYs6ekyrtiRI0fk7+9/2fAnySVEoHBwOBwqXry4p8sACj0OAQM2uvgcwOzsbI0bN07Vq1dX8eLFVbZsWTVv3lzx8fGSzp+jNmvWLEnnP/guPC7IzMzUM888o8jISPn5+alGjRqaOnWqLMty6ff333/XkCFDVK5cOZUuXVr33Xeffvvttzznao0dO1YOh0M7d+7UI488ojJlyqh58+aSpK1bt6pPnz6qUqWKihcvrvDwcD322GM6fvy4S18XtrFnzx717NlTgYGBCgkJ0YsvvijLsnTw4EF16tRJAQEBCg8P17Rp065o7M6dO6cJEyaoatWq8vPzU1RUlP7+978rKyvLuY7D4dDcuXOVmZnpHKtLnSt28TmAF84vmzp1qmbNmqUqVaqoRIkSuuuuu3Tw4EFZlqUJEyaoQoUK8vf3V6dOnZSamuqyzaioKN1zzz366quv1KBBAxUvXly1a9fWokWLXNZLTU3Vs88+q3r16qlUqVIKCAhQhw4dtGXLljx1njlzRmPHjtXNN9+s4sWLq3z58urSpYsSExO1f/9+hYSESJLGjRvn3O8rmQ07fPiwfHx8nLOHf7Z79245HA794x//cLalpaVp2LBhzvdbtWrV9Morr1zRLOqmTZvUoUMHBQQEqFSpUmrbtq2+++67POulpaVp+PDhioqKkp+fnypUqKBevXrp2LFjkvKeA1jQ34hlWYqKilKnTp3yHc/AwEANHDjwsnUDRRUzgMB1Sk9Pd344/Vl2dvZlXzt27FhNmjRJjz/+uG677TZlZGRow4YN+vHHH3XnnXdq4MCBSk5OVnx8vN5//32X11qWpfvuu0+rVq1Sv3791KBBAy1fvlwjRozQb7/9punTpzvX7dOnjz7++GM9+uijuv3227V69Wp17NixwLoefPBBVa9eXS+//LIzTMbHx+vnn39W3759FR4erh07duif//ynduzYoe+++84lmEpSt27dVKtWLU2ePFlffvmlJk6cqODgYL399ttq06aNXnnlFc2fP1/PPvus/va3vyk6OvqSY/X444/r3Xff1QMPPKBnnnlG69ev16RJk7Rr1y59+umnkqT3339f//znP/X999/rnXfekSQ1a9bssr+Hi82fP19nz57V008/rdTUVE2ZMkUPPfSQ2rRpo2+++UYjR47Uvn379Prrr+vZZ5/VnDlzXF6/d+9edevWTU888YR69+6tuXPn6sEHH9SyZct05513SpJ+/vlnLV68WA8++KAqV66sw4cP6+2331bLli21c+dORURESJJycnJ0zz33aMWKFerevbuGDh2qkydPKj4+Xtu3b1e7du305ptv6sknn9T999+vLl26SJJuueWWy+5nWFiYWrZsqY8//lhjxoxxWfbRRx/J29tbDz74oKTzh5lbtmyp3377TQMHDlTFihW1bt06xcXF6dChQ5oxY0aB/ezYsUMtWrRQQECAnnvuORUrVkxvv/22WrVqpdWrV6tJkyaSpFOnTqlFixbatWuXHnvsMTVs2FDHjh3T559/rl9//VXlypXLs+2C/kYcDod69uypKVOmKDU1VcHBwc5lX3zxhTIyMtSzZ8/LjhFQZFkArsncuXMtSZd81KlTx+U1lSpVsnr37u18Xr9+fatjx46X7GfQoEFWfn+qixcvtiRZEydOdGl/4IEHLIfDYe3bt8+yLMvauHGjJckaNmyYy3p9+vSxJFljxoxxto0ZM8aSZD388MN5+jt9+nSetn//+9+WJGvNmjV5tjFgwABn27lz56wKFSpYDofDmjx5srP9xIkTlr+/v8uY5Gfz5s2WJOvxxx93aX/22WctSdbKlSudbb1797ZKlix5ye39ed1KlSo5nyclJVmSrJCQECstLc3ZHhcXZ0my6tevb2VnZzvbH374YcvX19c6c+aMs61SpUqWJOuTTz5xtqWnp1vly5e3br31VmfbmTNnrJycHJd6kpKSLD8/P2v8+PHOtjlz5liSrNdeey1P/bm5uZZlWdbRo0fz/C6v1Ntvv21JsrZt2+bSXrt2batNmzbO5xMmTLBKlixp7dmzx2W9UaNGWd7e3taBAwecbRfX0rlzZ8vX19dKTEx0tiUnJ1ulS5e2oqOjnW2jR4+2JFmLFi0qcF8v/I7mzp3rXFbQ38ju3bstSdabb77p0n7fffdZUVFRzm0CJuIQMHCdZs2apfj4+DyPK5mBCQoK0o4dO7R3796r7ve///2vvL29NWTIEJf2Z555RpZlaenSpZKkZcuWSZKeeuopl/WefvrpArf9xBNP5Gnz9/d3/nzmzBkdO3ZMt99+uyTpxx9/zLP+448/7vzZ29tbjRs3lmVZ6tevn7M9KChINWrU0M8//1xgLdL5fZWk2NhYl/ZnnnlGkvTll19e8vVX68EHH1RgYKDz+YUZqp49e8rHx8el/ezZs/rtt99cXh8REaH777/f+TwgIEC9evXSpk2blJKSIun8+aAXLgjKycnR8ePHVapUKdWoUcNlPD/55BOVK1cu39/XxbOu16JLly7y8fHRRx995Gzbvn27du7cqW7dujnbFixYoBYtWqhMmTI6duyY89GuXTvl5ORozZo1+W4/JydHX331lTp37qwqVao428uXL69HHnlE3377rTIyMpz7Wr9+fZexu559vfnmm9WkSRPNnz/f2ZaamqqlS5eqR48eN2T8gMKKAAhcp9tuu03t2rXL8yhTpsxlXzt+/HilpaXp5ptvVr169TRixAht3br1ivr95ZdfFBERodKlS7u016pVy7n8wn+9vLxUuXJll/WqVatW4LYvXlc6/8E5dOhQhYWFyd/fXyEhIc710tPT86xfsWJFl+eBgYEqXrx4nsN4gYGBOnHiRIG1/HkfLq45PDxcQUFBzn29UfKrXZIiIyPzbb+4/mrVquUJFzfffLOk8+ewSVJubq6mT5+u6tWry8/PT+XKlVNISIi2bt3qMp6JiYmqUaOGS/C8kcqVK6e2bdvq448/drZ99NFH8vHxcR5Ols4f1l62bJlCQkJcHu3atZN0/uKb/Bw9elSnT59WjRo18iyrVauWcnNzdfDgQUnn9/VG3Drpz3r16qW1a9c63yMLFixQdna2Hn300RvaD1DYEAABD4qOjlZiYqLmzJmjunXr6p133lHDhg2d5695yp9n+y546KGH9K9//UtPPPGEFi1apK+++so5u5jfRQDe3t5X1CYpz0UrBbFrxqagOq+3/j97+eWXFRsbq+joaH3wwQdavny54uPjVadOHdtvTdO9e3ft2bNHmzdvliR9/PHHatu2rUtYz83N1Z133pnvbHd8fLy6du1qa81Xqnv37ipWrJhzFvCDDz5Q48aN8w2kgEm4CATwsODgYPXt21d9+/bVqVOnFB0drbFjxzoPoRYUeipVqqSvv/5aJ0+edJkF/Omnn5zLL/w3NzdXSUlJql69unO9ffv2XXGNJ06c0IoVKzRu3DiNHj3a2X4th66vxYV92Lt3r3OGUzp/FWtaWppzX/8q9u3bJ8uyXH53e/bskSTnVccLFy5U69atNXv2bJfXpqWluQSvqlWrav369crOzi7wtjXXG4w7d+6sgQMHOg8D79mzR3FxcS7rVK1aVadOnXLO+F2pkJAQlShRQrt3786z7KeffpKXl5dzZrVq1aravn37Vdd/qf0PDg5Wx44dNX/+fPXo0UNr16695AUrgCmYAQQ86OJbqJQqVUrVqlVzubXJhXvwpaWluax79913Kycnx+U2HZI0ffp0ORwOdejQQZIUExMjSXrjjTdc1nv99devuM4LM18Xz3TZ9UF6991359vfa6+9JkmXvKLZE5KTk51XJktSRkaG3nvvPTVo0EDh4eGSzo/pxeO5YMGCPOcTdu3aVceOHcvze5b+/++jRIkSkvK+R65UUFCQYmJi9PHHH+s///mPfH191blzZ5d1HnroISUkJGj58uV5Xp+WlqZz587lu21vb2/ddddd+uyzz5yHv6Xz4f3DDz9U8+bNFRAQIOn8vm7ZssVl7C641CxrQX8jFzz66KPauXOnRowYIW9vb3Xv3r3AbQGmYAYQ8KDatWurVatWatSokYKDg7VhwwYtXLhQgwcPdq7TqFEjSdKQIUMUExPj/AC799571bp1az3//PPav3+/6tevr6+++kqfffaZhg0bpqpVqzpf37VrV82YMUPHjx933gbmwozUlcweBQQEKDo6WlOmTFF2drZuuukmffXVV0pKSnLDqORVv3599e7dW//85z+Vlpamli1b6vvvv9e7776rzp07q3Xr1rbUcaVuvvlm9evXTz/88IPCwsI0Z84cHT58WHPnznWuc88992j8+PHq27evmjVrpm3btmn+/PkuF0pI589he++99xQbG6vvv/9eLVq0UGZmpr7++ms99dRT6tSpk/z9/VW7dm199NFHuvnmmxUcHKy6dete1fl03bp1U8+ePfXGG28oJiZGQUFBLstHjBihzz//XPfcc4/69OmjRo0aKTMzU9u2bdPChQu1f//+fG/TIkkTJ05UfHy8mjdvrqeeeko+Pj56++23lZWVpSlTprj0sXDhQj344IN67LHH1KhRI6Wmpurzzz/XW2+9pfr16+e7/YL+Ri7o2LGjypYtqwULFqhDhw4KDQ294nEBiiyPXX8MFHIXbgPzww8/5Lu8ZcuWl70NzMSJE63bbrvNCgoKsvz9/a2aNWtaL730knX27FnnOufOnbOefvppKyQkxHI4HC63uzh58qQ1fPhwKyIiwipWrJhVvXp169VXX81ze4vMzExr0KBBVnBwsFWqVCmrc+fOzltk/Pm2LBdu4XL06NE8+/Prr79a999/vxUUFGQFBgZaDz74oJWcnFzgrWQu3kZBt2fJb5zyk52dbY0bN86qXLmyVaxYMSsyMtKKi4tzuQXLpfrJT0G3gXn11Vdd1lu1apUlyVqwYIFLe37vgUqVKlkdO3a0li9fbt1yyy2Wn5+fVbNmzTyvPXPmjPXMM89Y5cuXt/z9/a077rjDSkhIsFq2bGm1bNnSZd3Tp09bzz//vHPfw8PDrQce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t4F58skn9eSTT+ro0aPy9/dXqVKl7OweAAAA8sB9ACXx3b8AAAAeZNtFIIcPH9ajjz6qiIgI+fj4yNvb2+UBAAAAe9g2A9inTx8dOHBAL774osqXLy+Hw2FX1wAAAPgT2wLgt99+q//9739q0KCBXV0CAAAgH7YdAo6MjJRlWTdkW2vWrNG9996riIgIORwOLV682GV5nz595HA4XB7t27d3WSc1NVU9evRQQECAgoKC1K9fP506deqG1AcAAPBXZlsAnDFjhkaNGqX9+/df97YyMzNVv359zZo1q8B12rdvr0OHDjkf//73v12W9+jRQzt27FB8fLyWLFmiNWvWaMCAAdddGwAAwF+dbYeAu3XrptOnT6tq1aoqUaKEihUr5rI8NTX1irfVoUMHdejQ4ZLr+Pn5KTw8PN9lu3bt0rJly/TDDz+ocePGkqTXX39dd999t6ZOnaqIiIgrrgUAAKCwsS0A2v1tH998841CQ0NVpkwZtWnTRhMnTlTZsmUlSQkJCQoKCnKGP0lq166dvLy8tH79et1///221goAAGAn2wJg79697epK7du3V5cuXVS5cmUlJibq73//uzp06KCEhAR5e3srJSVFoaGhLq/x8fFRcHCwUlJSCtxuVlaWsrKynM8zMjLctg8AAADuYuuNoBMTEzV37lwlJibq//7v/xQaGqqlS5eqYsWKqlOnzg3rp3v37s6f69Wrp1tuuUVVq1bVN998o7Zt217zdidNmqRx48bdiBIBAAA8xraLQFavXq169epp/fr1WrRokfOK2y1btmjMmDFu7btKlSoqV66c9u3bJ0kKDw/XkSNHXNY5d+6cUlNTCzxvUJLi4uKUnp7ufBw8eNCtdQMAALiDbQFw1KhRmjhxouLj4+Xr6+tsb9Omjb777ju39v3rr7/q+PHjKl++vCSpadOmSktL08aNG53rrFy5Urm5uWrSpEmB2/Hz81NAQIDLAwAAoLCx7RDwtm3b9OGHH+ZpDw0N1bFjx65qW6dOnXLO5klSUlKSNm/erODgYAUHB2vcuHHq2rWrwsPDlZiYqOeee07VqlVTTEyMJKlWrVpq3769+vfvr7feekvZ2dkaPHiwunfvzhXAAACgyLMtAAYFBenQoUOqXLmyS/umTZt00003XdW2NmzYoNatWzufx8bGSjp/ocmbb76prVu36t1331VaWpoi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N+dp37x5M1cGAwAA2Mi2Q8D9+/fXgAED9PPPP6tZs2aSpLVr1+qVV15RbGysXWUAAAAYz7YA+OKLL6p06dKaNm2a4uLiJEkREREaO3ashgwZYlcZAAAAxrMtADocDg0fPlzDhw/XyZMnJUmlS5e2q3sAAAD8wdb7AF5A8AMAAPAc2y4CuZHWrFmje++9VxEREXI4HFq8eLHLcsuyNHr0aJUvX17+/v5q166d9u7d67JOamqqevTooYCAAAUFBalfv346deqUjXsBAADgGYUyAGZmZqp+/fqaNWtWvsunTJmimTNn6q233tL69etVsmRJxcTE6MyZM851evTooR07dig+Pl5LlizRmjVrNGDAALt2AQAAwGM8cgj4enXo0EEdOnTId5llWZoxY4ZeeOEFderUSZL03nvvKSwsTIsXL1b37t21a9cuLVu2TD/88IMaN24sSXr99dd19913a+rUqYqIiLBtXwAAAOxmywxgdna22rZtm+cwrDskJSUpJSVF7dq1c7YFBgaqSZMmSkhIkCQlJCQoKCjIGf4kqV27dvLy8tL69esL3HZWVpYyMjJcHgAAAIWNLQGwWLFi2rp1qx1dKSUlRZIUFhbm0h4WFuZclpKSkufm0z4+PgoODnauk59JkyYpMDDQ+YiMjLzB1QMAALifbecA9uzZU7Nnz7arO7eIi4tTenq683Hw4EFPlwQAAHDVbDsH8Ny5c5ozZ46+/vprNWrUSCVLlnRZ/tprr92QfsLDwyVJhw8fVvny5Z3thw8fVoMGDZzrHDlyJE99qampztfnx8/PT35+fjekTgAAAE+xLQBu375dDRs2lCTt2bPHZZnD4bhh/VSuXFnh4eFasWKFM/BlZGRo/fr1evLJJyVJTZs2VVpamjZu3KhGjRpJklauXKnc3Fw1adLkhtUCAADwV2RbAFy1atUN29apU6e0b98+5/OkpCRt3rxZwcHBqlixooYNG6aJEyeqevXqqly5sl588UVFRESoc+fOkqRatWqpffv26t+/v9566y1lZ2dr8ODB6t69O1cAAwCAIs/228Ds27dPiYmJio6Olr+/vyzLuuoZwA0bNqh169bO57GxsZKk3r17a968eXruueeUmZmpAQMGKC0tTc2bN9eyZctUvHhx52vmz5+vwYMHq23btvLy8lLXrl01c+bMG7OTAAAAf2EOy7IsOzo6fvy4HnroIa1atUoOh0N79+5VlSpV9Nhjj6lMmTKaNm2aHWXcUBkZGQoMDFR6eroCAgI8XQ4MEjXqS0+XANww+yd39HQJMAyf3zZeBTx8+HAVK1ZMBw4cUIkSJZzt3bp107Jly+wqAwAAwHi2HQL+6quvtHz5clWoUMGlvXr16vrll1/sKgMAAMB4ts0AZmZmusz8XZCamsqtVQAAAGxkWwBs0aKF3nvvPedzh8Oh3NxcTZkyxeWCDgAAALiXbYeAp0yZorZt22rDhg06e/asnnvuOe3YsUOpqalau3atXWUAeXBBBQDANLbNANatW1d79uxR8+bN1alTJ2VmZqpLly7atGmTqlatalcZAAAAxrP1PoCBgYF6/vnn7ewSAAAAF7E1AJ44cUKzZ8/Wrl27JEm1a9dW3759FRwcbGcZAAAARrPtEPCaNWsUFRWlmTNn6sSJEzpx4oRmzpypypUra82aNXaVAQAAYDzbZgAHDRqkbt266c0335S3t7ckKScnR0899ZQGDRqkbdu22VUKAACA0WybAdy3b5+eeeYZZ/iTJG9vb8XGxmrfvn12lQEAAGA82wJgw4YNnef+/dmuXbtUv359u8oAAAAwnlsPAW/dutX585AhQzR06FDt27dPt99+uyTpu+++06xZszR58mR3lgEAAIA/cViWZblr415eXnI4HLpcFw6HQzk5Oe4qw20yMjIUGBio9PR0BQQEeLocXCNuBA141v7JHT1dAgzD57ebZwCTkpLcuXkAAABcA7cGwEqVKrlz8wAAALgGtt4IOjk5Wd9++62OHDmi3Nxcl2VDhgyxsxQAAABj2RYA582bp4EDB8rX11dly5aVw+FwLnM4HARAAAAAm9gWAF988UWNHj1acXFx8vKy7e4zAAAAuIhtSez06dPq3r074Q8AAMDDbEtj/fr104IFC+zqDgAAAAWw7RDwpEmTdM8992jZsmWqV6+eihUr5rL8tddes6sUAAAAo9kaAJcvX64aNWpIUp6LQAAAAGAP2wLgtGnTNGfOHPXp08euLgEAAJAP284B9PPz0x133GFXdwAAACiAbQFw6NChev311+3qDgAAAAWw7RDw999/r5UrV2rJkiWqU6dOnotAFi1aZFcpAIC/kKhRX3q6hKu2f3JHT5cAXBfbAmBQUJC6dOliV3cAAAAogG0BcO7cuXZ1BQAAgEvgazkAAAAMY9sMYOXKlS95v7+ff/7ZrlIAAACMZlsAHDZsmMvz7Oxsbdq0ScuWLdOIESPsKgMAAMB4tgXAoUOH5ts+a9Ysbdiwwa4yAAAAjOfxcwA7dOigTz75xNNlAAAAGMPjAXDhwoUKDg72dBkAAADGsO0Q8K233upyEYhlWUpJSdHRo0f1xhtv2FUGAACA8WwLgJ07d3Z57uXlpZCQELVq1Uo1a9a0qwwAAADj2RYAx4wZY1dXAAAAuASPnwMIAAAAe7l9BtDLy+uSN4CWJIfDoXPnzrm7FAAAAMiGAPjpp58WuCwhIUEzZ85Ubm6uu8sAAADAH9weADt16pSnbffu3Ro1apS++OIL9ejRQ+PHj3d3GQAAAPiDrecAJicnq3///qpXr57OnTunzZs3691331WlSpXsLAMAAMBotgTA9PR0jRw5UtWqVdOOHTu0YsUKffHFF6pbt64d3QMAAOBP3H4IeMqUKXrllVcUHh6uf//73/keEgYAAIB9HJZlWe7swMvLS/7+/mrXrp28vb0LXG/RokXuLMMtMjIyFBgYqPT0dAUEBHi6HFyjqFFferoEAIXM/skdPV0CrgOf3zbMAPbq1euyt4EBAACAfdweAOfNm+fuLgAAAHAV+CYQAAAAwxAAAQAADEMABAAAMAwBEAAAwDAEQAAAAMMQAAEAAAxDAAQAADAMARAAAMAwBEAAAADDEAABAAAMQwAEAAAwDAEQAADAMARAAAAAwxAAAQAADEMABAAAMAwBEAAAwDAEQAAAAMMQAAEAAAxDAAQAADBMkQ2AY8eOlcPhcHnUrFnTufzMmTMaNGiQypYtq1KlSqlr1646fPiwBysGAACwR5ENgJJUp04dHTp0yPn49ttvncuGDx+uL774QgsWLNDq1auVnJysLl26eLBaAAAAe/h4ugB38vHxUXh4eJ729PR0zZ49Wx9++KHatGkjSZo7d65q1aql7777TrfffrvdpQIAANimSM8A7t27VxEREapSpYp69OihAwcOSJI2btyo7OxstWvXzrluzZo1VbFiRSUkJBS4vaysLGVkZLg8AAAACpsiGwCbNGmiefPmadmyZXrzzTeVlJSkFi1a6OTJk0pJSZGvr6+CgoJcXhMWFqaUlJQCtzlp0iQFBgY6H5GRkW7eCwAAgBuvyB4C7tChg/PnW265RU2aNFGlSpX08ccfy9/f/5q2GRcXp9jYWOfzjIwMQiAAACh0iuwM4MWCgoJ08803a9++fQoPD9fZs2eVlpbmss7hw4fzPWfwAj8/PwUEBLg8AAAAChtjAuCpU6eUmJio8uXLq1GjRipWrJhWrFjhXL57924dOHBATZs29WCVAAAA7ldkDwE/++yzuvfee1WpUiUlJydrzJgx8vb21sMPP6zAwED169dPsbGxCg4OVkBAgJ5++mk1bdqUK4ABAECRV2QD4K+//qqHH35Yx48fV0hIiJo3b67vvvtOISEhkqTp06fLy8tLXbt2VVZWlmJiYvTGG294uGoAAAD3c1iWZXm6iMIqIyNDgYGBSk9P53zAQixq1JeeLgFAIbN/ckdPl4DrwOe3QecAAgAA4DwCIAAAgGEIgAAAAIYhAAIAABiGAAgAAGAYAiAAAIBhCIAAAACGIQACAAAYhgAIAABgGAIgAACAYQiAAAAAhiEAAgAAGMbH0wWgaIka9aWnSwAAAJfBDCAAAIBhCIAAAACGIQACAAAYhgAIAABgGAIgAACAYbgKGACAq1QY73iwf3JHT5eAvxBmAAEAAAxDAAQAADAMARAAAMAwBEAAAADDEAABAAAMQwAEAAAwDAEQAADAMARAAAAAwxAAAQAADEMABAAAMAwBEAAAwDAEQAAAAMMQAAEAAAxDAAQAADAMARAAAMAwBEAAAADDEAABAAAMQwAEAAAwDAEQAADAMARAAAAAwxAAAQAADEMABAAAMAwBEAAAwDAEQAAAAMMQAAEAAAxDAAQAADAMARAAAMAwBEAAAADDEAABAAAMQwAEAAAwDAEQAADAMARAAAAAw/h4ugAAAOB+UaO+9HQJV23/5I6eLqHIYgYQAADAMARAAAAAwxAAAQAADEMABAAAMAwBEAAAwDAEQAAAAMMQAAEAAAxDAAQAADAMN4L+CyuMN+0EAAB/fcwAAgAAGIYACAAAYBgCIAAAgGEIgAAAAIYhAAIAABiGAAgAAGAY4wPgrFmzFBUVpeLFi6tJkyb6/vvvPV0SAACAWxkdAD/66CPFxsZqzJgx+vHHH1W/fn3FxMToyJEjni4NAADAbYwOgK+99pr69++vvn37qnbt2nrrrbdUokQJzZkzx9OlAQAAuI2x3wRy9uxZbdy4UXFxcc42Ly8vtWvXTgkJCfm+JisrS1lZWc7n6enpkqSMjAy31Jibddot2wUAoDBw1+frhe1aluWW7RcGxgbAY8eOKScnR2FhYS7tYWFh+umnn/J9zaRJkzRu3Lg87ZGRkW6pEQAAkwXOcO/2T548qcDAQPd28hdlbAC8FnFxcYqNjXU+z83NVWpqqsqWLSuHw+HBysyTkZGhyMhIHTx4UAEBAZ4uxyiMvWcx/p7F+HvOjRx7y7J08uRJRURE3KDqCh9jA2C5cuXk7e2tw4cPu7QfPnxY4eHh+b7Gz89Pfn5+Lm1BQUHuKhFXICAggP8Jewhj71mMv2cx/p5zo8be1Jm/C4y9CMTX11eNGjXSihUrnG25ublasWKFmjZt6sHKAAAA3MvYGUBJio2NVe/evdW4cWPddtttmjFjhjIzM9W3b19PlwYAAOA2RgfAbt266ejRoxo9erRSUlLUoEEDLVu2LM+FIfjr8fPz05gxY/Ickof7Mfaexfh7FuPvOYz9jeWwTL4GGgAAwEDGngMIAABgKgIgAACAYQiAAAAAhiEAAgAAGIYAiEIhKipKDofD5TF58uTLvi4hIUFt2rRRyZIlFRAQoOjoaP3+++82VFy0XMv4t2rVKs9rnnjiCZsqLlqu9f0vnf/Ggw4dOsjhcGjx4sXuLbQIupaxHzhwoKpWrSp/f3+FhISoU6dOBX7FKC7tasc/NTVVTz/9tGrUqCF/f39VrFhRQ4YMUXp6uo1VFw5G3wYGhcv48ePVv39/5/PSpUtfcv2EhAS1b99ecXFxev311+Xj46MtW7bIy4t/91yLqx1/Serfv7/Gjx/vfF6iRAm31GaCaxl/SZoxYwZfVXmdrnbsGzVqpB49eqhixYpKTU3V2LFjdddddykpKUne3t7uLrfIuZrxT05OVnJysqZOnaratWvrl19+0RNPPKHk5GQtXLjQjnILDQIgCo3SpUsX+DV9+Rk+fLiGDBmiUaNGOdtq1KjhjtKMcLXjL50PfFf7GuTvWsZ/8+bNmjZtmjZs2KDy5cu7qbKi72rHfsCAAc6fo6KiNHHiRNWvX1/79+9X1apV3VFikXY141+3bl198sknzudVq1bVSy+9pJ49e+rcuXPy8SH2XMBUCAqNyZMnq2zZsrr11lv16quv6ty5cwWue+TIEa1fv16hoaFq1qyZwsLC1LJlS3377bc2Vly0XM34XzB//nyVK1dOdevWVVxcnE6fPm1DpUXT1Y7/6dOn9cgjj2jWrFmE8Ot0Le/9CzIzMzV37lxVrlxZkZGRbqyy6Lqe8Zek9PR0BQQEEP4uwmigUBgyZIgaNmyo4OBgrVu3TnFxcTp06JBee+21fNf/+eefJUljx47V1KlT1aBBA7333ntq27attm/frurVq9tZfqF3teMvSY888ogqVaqkiIgIbd26VSNHjtTu3bu1aNEiGysvGq5l/IcPH65mzZqpU6dONlZa9FzL2EvSG2+8oeeee06ZmZmqUaOG4uPj5evra1PVRce1jv8Fx44d04QJE1xmZfEHC/CQkSNHWpIu+di1a1e+r509e7bl4+NjnTlzJt/la9eutSRZcXFxLu316tWzRo0adcP3pTBy5/jnZ8WKFZYka9++fTdqFwo1d47/Z599ZlWrVs06efKks02S9emnn7pjVwodO977aWlp1p49e6zVq1db9957r9WwYUPr999/d8fuFDp2/b8nPT3duu2226z27dtbZ8+evdG7UejxVXDwmKNHj+r48eOXXKdKlSr5/qt5x44dqlu3rn766ad8z+tLSkpSlSpV9P7776tnz57O9m7dusnHx0fz58+//h0o5Nw5/vnJzMxUqVKltGzZMsXExFxTzUWJO8d/2LBhmjlzpssFTzk5OfLy8lKLFi30zTffXHf9hZnd7/2zZ8+qTJkyeuedd/Twww9fU81FiR3jf/LkScXExKhEiRJasmSJihcvft11FzUcAobHhISEKCQk5Jpeu3nzZnl5eSk0NDTf5VFRUYqIiNDu3btd2vfs2aMOHTpcU59FjTvHv6DXSOJihD+4c/xHjRqlxx9/3KWtXr16mj59uu69995r6rMosfu9b1mWLMtSVlbWNfVZ1Lh7/DMyMhQTEyM/Pz99/vnnhL+CeHYCEri8devWWdOnT7c2b95sJSYmWh988IEVEhJi9erVy7nOr7/+atWoUcNav369s2369OlWQECAtWDBAmvv3r3WCy+8YBUvXpxDkFfpWsZ/37591vjx460NGzZYSUlJ1meffWZVqVLFio6O9tRuFFrX+v6/mDgEfNWuZewTExOtl19+2dqwYYP1yy+/WGvXrrXuvfdeKzg42Dp8+LCndqVQupbxT09Pt5o0aWLVq1fP2rdvn3Xo0CHn49y5c57alb8kAiD+8jZu3Gg1adLECgwMtIoXL27VqlXLevnll13OAUlKSrIkWatWrXJ57aRJk6wKFSpYJUqUsJo2bWr973//s7n6wu9axv/AgQNWdHS0FRwcbPn5+VnVqlWzRowYYaWnp3toLwqv63n//xkB8Opdy9j/9ttvVocOHazQ0FCrWLFiVoUKFaxHHnnE+umnnzy0F4XXtYz/qlWrCjyvMCkpyTM78hfFOYAAAACG4T6AAAAAhiEAAgAAGIYACAAAYBgCIAAAgGEIgAAAAIYhAAIAABiGAAgAAGAYAiAAAIBhCIAAAACGIQACAAAYhgAIAABgGAIgAACAYQiAAAAAhiEAAgAAGIYACAAAYBgCIAAAgGEIgAAAAIYhAAIAABiGAAgAAGAYAiAAAIBhCIAAAACGIQACAAAYhgAIAABgGAIgAACAYQiAAAAAhiEAAgAAGIYACAAAYBgCIAAAgGEIgAAAAIYhAAIAABiGAAgAAGCY/wcpQPMaXQraAgAAAABJRU5ErkJggg==", + "text/html": [ + "\n", + "
\n", + "
\n", + " Figure\n", + "
\n", + " \n", + "
\n", + " " + ], + "text/plain": [ + "Canvas(toolbar=Toolbar(toolitems=[('Home', 'Reset original view', 'home', 'home'), ('Back', 'Back to previous …" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "b141ce8032c8457994ec93b337219d9e", + "version_major": 2, + "version_minor": 0 + }, + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAoAAAAHgCAYAAAA10dzkAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguNCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8fJSN1AAAACXBIWXMAAA9hAAAPYQGoP6dpAAA8U0lEQVR4nO3deVhV1f7H8c9hxgEQFYjCIaWczbQUMy3l5nQzhwbNVMxmzDFTM2cLMzOzHG73lla34V7L7KapkZo2EOaUaeaIaSlaIiBWiLJ+f5Tn5xHQNM4mXO/X85wnztr77PXdCzzn09rDcRljjAAAAGANn5IuAAAAAM4iAAIAAFiGAAgAAGAZAiAAAIBlCIAAAACWIQACAABYhgAIAABgGQIgAACAZQiAAAAAliEAAgAAWIYACAAAYBkCIAAAgGUIgAAAAJYhAAIAAFiGAAgAAGAZAiAAAIBlCIAAAACWIQACAABYhgAIAABgGQIgAACAZQiAAAAAliEAAgAAWIYACAAAYBkCIAAAgGUIgAAAAJYhAAIAAFiGAAgAAGAZAiAAAIBlCIAAAACWIQACAABYhgAIAABgGQIgAACAZQiAAAAAliEAAgAAWIYACAAAYBkCIHARq1atmhISEkq6jIve008/rcsvv1y+vr666qqrvN7fvHnz5HK5tGfPHq/3BeDiRAAESolTH/pr164tdPkNN9ygevXq/el+PvjgA40bN+5Pb8cWH374oR599FFdd911mjt3rp588smSLqlUmTVrlubNm1fSZQDW8SvpAgB4z7Zt2+Tjc37/n/fBBx9o5syZhMA/aMWKFfLx8dFLL72kgIAAR/rs1auXunfvrsDAQEf686ZZs2apUqVKzFQDDmMGELiIBQYGyt/fv6TLOC/Hjh0r6RLOy6FDhxQcHOxY+JMkX19fBQUFyeVyOdYngIsLARC4iJ15DmBeXp7Gjx+v2NhYBQUFqWLFimrRooWSk5MlSQkJCZo5c6YkyeVyuR+nHDt2TEOHDlVMTIwCAwN15ZVXaurUqTLGePT7yy+/aMCAAapUqZLKly+vTp066YcffpDL5fKYWRw3bpxcLpe++eYb3XnnnapQoYJatGghSdq0aZMSEhJ0+eWXKygoSFFRUbr77rt1+PBhj75ObWP79u266667FBoaqsqVK2v06NEyxmjfvn265ZZbFBISoqioKD3zzDN/aOxOnDihiRMnqkaNGgoMDFS1atX02GOPKTc3172Oy+XS3LlzdezYMfdYFXU4c+vWrQoODlbv3r092j/99FP5+vpq+PDhf6guqfBzAKtVq6a///3v+vjjj9WkSRMFBwerfv36+vjjjyVJCxYsUP369RUUFKTGjRtrw4YNHttMSEhQuXLltHv3brVt21Zly5ZVdHS0JkyYUOD3O3XqVDVv3lwVK1ZUcHCwGjdurLfffrvQWv/973/r2muvVZkyZVShQgW1bNlSH374obvmLVu2aNWqVe7xu+GGG/7wOAC4cBwCBkqZrKws/fTTTwXa8/LyzvnacePGKSkpSffcc4+uvfZaZWdna+3atVq/fr3+9re/6f7779f+/fuVnJys1157zeO1xhh16tRJK1euVL9+/XTVVVdp2bJlGjZsmH744Qc9++yz7nUTEhL03//+V7169VKzZs20atUqdezYsci6brvtNsXGxurJJ590h43k5GTt3r1bffv2VVRUlLZs2aIXX3xRW7Zs0RdffFFg9uuOO+5Q7dq1NXnyZC1evFiTJk1SeHi4/vGPf6h169Z66qmn9Prrr+uRRx7RNddco5YtW551rO655x698soruvXWWzV06FClpqYqKSlJW7du1bvvvitJeu211/Tiiy9qzZo1+te//iVJat68eaHbq127tiZOnKhhw4bp1ltvVadOnXTs2DElJCSoVq1amjBhwlnr+SN27typO++8U/fff7/uuusuTZ06VTfffLPmzJmjxx57TA899JAkKSkpSbfffnuBUwROnjypdu3aqVmzZpoyZYqWLl2qsWPH6sSJEx71Pffcc+rUqZN69uyp48eP66233tJtt92mRYsWefyex48fr3Hjxql58+aaMGGCAgIClJqaqhUrVuimm27S9OnT9fDDD6tcuXIaNWqUJCkyMvJPjwOAP8AAKBXmzp1rJJ31UbduXY/XVK1a1fTp08f9vGHDhqZjx45n7ScxMdEU9tawcOFCI8lMmjTJo/3WW281LpfL7Ny50xhjzLp164wkM2jQII/1EhISjCQzduxYd9vYsWONJNOjR48C/f38888F2t58800jyaxevbrANu677z5324kTJ8xll11mXC6XmTx5srv9yJEjJjg42GNMCrNx40Yjydxzzz0e7Y888oiRZFasWOFu69OnjylbtuxZt3fKyZMn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c92/hzO9/PLLplGjRiYwMNBUqFDBtGrVyiQnJ7uXp6enm44dO5ry5csbSdwSBnCIyxjO2gXgfRs3blSjRo3073//Wz179izpcnCGhIQEvf3228rJySnpUgA4gHMAARS7X375pUDb9OnT5ePjc85v4AAAeB/nAAIodlOmTNG6det04403ys/PT0uWLNGSJUt03333FbgnHf5fTk7OOWfgKleuXORtXQDgjyIAAih2zZs3V3JysiZOnKicnBxVqVJF48aNc3/fKwo3depUjR8//qzrpKWluW/JAgAXinMAAeAvYvfu3ef8mroWLVooKCjIoYoAXKwIgAAAAJbhIhAAAADLcA7gn5Cfn6/9+/erfPnyfJ0RAAClhDFGR48eVXR0tHx87JwLIwD+Cfv37+eKRgAASql9+/bpsssuK+kySgQB8E8oX768pN/+gEJCQkq4GgAA8EdkZ2crJibG/TluIwLgn3DqsG9ISAgBEACAUsbm07fsPPANAABgMQIgAACAZQiAAAAAliEAAgAAWIYACAAAYBkCIAAAgGUIgAAAAJYhAAIAAFiGAAgAAGAZAiAAAIBlCIAAAACWIQACAABYhgAIAABgGQIgAACAZfxKugAAdqg2YnFJl3De9kzuWNIlAIBXMAMIAABgGQIgAACAZQiAAAAAliEAAgAAWIYACAAAYBkCIAAAgGUIgAAAAJYhAAIAAFiGAAgAAGAZAiAAAIBlCIAAAACWIQACAABYhgAIAABgGQIgAACAZQiAAAAAliEAAgAAWIYACAAAYBkCIAAAgGUIgAAAAJYhAAIAAFiGAAgAAGAZAiAAAIBlSmUATEpK0jXXXKPy5csrIiJCnTt31rZt2zzW+fXXX5WYmKiKFSuqXLly6tatmw4ePOixzt69e9WxY0eVKVNGERERGjZsmE6cOOHkrgAAADiuVAbAVatWKTExUV988YWSk5OVl5enm266SceOHXOvM3jwYL3//vuaP3++Vq1apf3796tr167u5SdPnlTHjh11/Phxff7553rllVc0b948jRkzpiR2CQAAwDEuY4wp6SL+rB9//FERERFatWqVWrZsqaysLFWuXFlvvPGGbr31VknSt99+q9q1ayslJUXNmjXTkiVL9Pe//1379+9XZGSkJGnOnDkaPny4fvzxRwUEBJyz3+zsbIWGhiorK0shISFe3UegtKs2YnFJl3De9kzuWNIlAPACPr9L6QzgmbKysiRJ4eHhkqR169YpLy9P8fHx7nVq1aqlKlWqKCUlRZKUkpKi+vXru8OfJLVt21bZ2dnasmWLg9UDAAA4y6+kC/iz8vPzNWjQIF133XWqV6+eJCk9PV0BAQEKCwvzWDcyMlLp6enudU4Pf6eWn1pWmNzcXOXm5rqfZ2dnF9duAAAAOKbUzwAmJiZq8+bNeuutt7zeV1JSkkJDQ92PmJgYr/cJAABQ3Ep1AOzfv78WLVqklStX6rLLLnO3R0VF6fjx48rMzPRY/+DBg4qKinKvc+ZVwaeen1rnTCNHjlRWVpb7sW/fvmLcGwAAAGeUygBojFH//v317rvvasWKFapevbrH8saNG8vf31/Lly93t23btk179+5VXFycJCkuLk5ff/21Dh065F4nOTlZISEhqlOnTqH9BgYGKiQkxOMBAABQ2pTKcwATExP1xhtv6L333lP58uXd5+yFhoYqODhYoaGh6tevn4YMGaLw8HCFhITo4YcfVlxcnJo1ayZJuummm1SnTh316tVLU6ZMUXp6uh5//HElJiYqMDCwJHcPAADAq0plAJw9e7Yk6YYbbvBonzt3rhISEiRJzz77rHx8fNStWzfl5uaqbdu2mjVrlntdX19fLVq0SA8++KDi4uJUtmxZ9enTRxMmTHBqNwAAAErERXEfwJLCfYSAP477AAL4q+Dzu5SeAwgAAIALRwAEAACwDAEQAADAMgRAAAAAyxAAAQAALFMqbwMD2K40XlELAPjrYAYQAADAMgRAAAAAyxAAAQAALEMABAAAsAwBEAAAwDIEQAAAAMsQAAEAACxDAAQAALAMARAAAMAyfBMIABShNH7jyp7JHUu6BAClADOAAAAAliEAAgAAWIYACAAAYBkCIAAAgGUIgAAAAJYhAAIAAFiGAAgAAGAZAiAAAIBlCIAAAACWIQACAABYhgAIAABgGQIgAACAZQiAAAAAliEAAgAAWIYACAAAYBkCIAAAgGUIgAAAAJYhAAIAAFiGAAgAAGAZAiAAAIBlCIAAAACWIQACAABYhgAIAABgGQIgAACAZQiAAAAAliEAAgAAWIYACAAAYBkCIAAAgGUIgAAAAJYhAAIAAFiGAAgAAGAZAiAAAIBlCIAAAACWIQACAABYhgAIAABgGQIgAACAZQiAAAAAlnEsAK5fv15ff/21+/l7772nzp0767HHHtPx48edKgMAAMB6jgXA+++/X9u3b5ck7d69W927d1eZMmU0f/58Pfroo06VAQAAYD3HAuD27dt11VVXSZLmz5+vli1b6o033tC8efP0zjvvOFUGAACA9RwLgMYY5efnS5I++ugjdejQQZIUExOjn376yakyAAAArOdYAGzSpIkmTZqk1157TatWrVLHjh0lSWlpaYqMjHSqDAAAAOs5FgCnT5+u9evXq3///ho1apRq1qwpSXr77bfVvHlzp8oAAACwnp9THTVo0MDjKuBTnn76afn6+jpVBgAAgPUcvQ9gZmam/vWvf2nkyJHKyMiQJH3zzTc6dOiQk2UAAABYzbEZwE2bNqlNmzYKCwvTnj17dO+99yo8PFwLFizQ3r179eqrrzpVCgAAgNUcmwEcMmSI+vbtqx07digoKMjd3qFDB61evdqpMgAAAKznWAD88ssvdf/99xdov/TSS5Wenu5UGQAAANZzLAAGBgYqOzu7QPv27dtVuXJlp8oAAACwnmMBsFOnTpowYYLy8vIkSS6XS3v37tXw4cPVrVs3p8oAAACwnmMB8JlnnlFOTo4iIiL0yy+/qFWrVqpZs6bKly+vJ554wqkyAAAArOfYVcChoaFKTk7WZ599pq+++ko5OTm6+uqrFR8f71QJAAAAkIMB8JTrrrtO1113ndPdAgAA4HeOHQIeMGCAZsyYUaD9hRde0KBBg5wqAwAAwHqOBcB33nmn0Jm/5s2b6+233z6vba1evVo333yzoqOj5XK5tHDhQo/lCQkJcrlcHo927dp5rJORkaGePXsqJCREYWFh6tevn3Jycs57vwAAAEobxwLg4cOHFRoaWqA9JCREP/3003lt69ixY2rYsKFmzpxZ5Drt2rXTgQMH3I8333zTY3nPnj21ZcsWJScna9GiRVq9erXuu+++86oDAACgNHLsHMCaNWtq6dKl6t+/v0f7kiVLdPnll5/Xttq3b6/27dufdZ3AwEBFRUUVumzr1q1aunSpvvzySzVp0kSS9Pzzz6tDhw6aOnWqoqOjz6seAACA0sSxADhkyBD1799fP/74o1q3bi1JWr58uZ555hlNnz692Pv7+OOPFRERoQoVKqh169aaNGmSKlasKElKSUlRWFiYO/xJUnx8vHx8fJSamqouXboUez0AAAB/FY4FwLvvvlu5ubl64oknNHHiRElStWrVNHv2bPXu3btY+2rXrp26du2q6tWra9euXXrsscfUvn17paSkyNfXV+np6YqIiPB4jZ+fn8LDw8/6tXS5ubnKzc11Py/sm00AAAD+6hy9DcyDDz6oBx98UD/++KOCg4NVrlw5r/TTvXt398/169dXgwYNVKNGDX388cdq06bNBW83KSlJ48ePL44SAQAASoxjF4GcrnLlyl4Lf4W5/PLLValSJe3cuVOSFBUVpUOHDnmsc+LECWVkZBR53qAkjRw5UllZWe7Hvn37vFo3AACANzgWAA8ePKhevXopOjpafn5+8vX19Xh40/fff6/Dhw/rkksukSTFxcUpMzNT69atc6+zYsUK5efnq2nTpkVuJzAwUCEhIR4PAACA0saxQ8AJCQnau3evRo8erUsuuUQul+uCt5WTk+OezZOktLQ0bdy4UeHh4QoPD9f48ePVrVs3RUVFadeuXXr00UdVs2ZNtW3bVpJUu3ZttWvXTvfee6/mzJmjvLw89e/fX927d+cKYAAAcNFzLAB++umn+uSTT3TVVVf96W2tXbtWN954o/v5kCFDJEl9+vTR7NmztWnTJr3yyivKzMxUdHS0brrpJk2cOFGBgYHu17z++uvq37+/2rRpIx8fH3Xr1q3QbyoBAAC42DgWAGNiYmSMKZZt3XDDDWfd1rJly865jfDwcL3xxhvFUg8AAEBp4tg5gNOnT9eIESO0Z88ep7oEAABAIRybAbzjjjv0888/q0aNGipTpoz8/f09lmdkZDhVCgAAgNUcC4De+LYPAAAAnD/HAmCfPn2c6goAAABn4eiNoHft2qXHH39cPXr0cN+IecmSJdqyZYuTZQAAAFjNsQC4atUq1a9fX6mpqVqwYIFycnIkSV999ZXGjh3rVBkAAADWcywAjhgxQpMmTVJycrICAgLc7a1bt9YXX3zhVBkAAADWcywAfv311+rSpUuB9oiICP30009OlQEAAGA9xwJgWFiYDhw4UKB9w4YNuvTSS50qAwAAwHqOBcDu3btr+PDhSk9Pl8vlUn5+vj777DM98sgj6t27t1NlAAAAWM+xAPjkk0+qVq1aiomJUU5OjurUqaOWLVuqefPmevzxx50qAwAAwHqO3AfQGKP09HTNmDFDY8aM0ddff62cnBw1atRIsbGxTpQAAACA3zkWAGvWrKkt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", + "text/html": [ + "\n", + "
\n", + "
\n", + " Figure\n", + "
\n", + " \n", + "
\n", + " " + ], + "text/plain": [ + "Canvas(toolbar=Toolbar(toolitems=[('Home', 'Reset original view', 'home', 'home'), ('Back', 'Back to previous …" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "e2443183fd8d4c8ebb761a25be566fda", + "version_major": 2, + "version_minor": 0 + }, + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAoAAAAHgCAYAAAA10dzkAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguNCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8fJSN1AAAACXBIWXMAAA9hAAAPYQGoP6dpAAA+J0lEQVR4nO3deVyU5f7/8feAsrgAoghi5IJ7Ghp9U9Jc0kIx0/SklLll2ilcaVFzxSzN3NIs63cM2kyPpnbS3HI9JVqhpqnlhulJ0dxANAGZ+/dHMY8m0ESZe8T79Xw85pFz3dfc1+eaQXl33cvYDMMwBAAAAMvwcHcBAAAAMBcBEAAAwGIIgAAAABZDAAQAALAYAiAAAIDFEAABAAAshgAIAABgMQRAAAAAiyEAAgAAWAwBEAAAwGIIgAAAABZDAAQAALAYAiAAAIDFEAABAAAshgAIAABgMQRAAAAAiyEAAgAAWAwBEAAAwGIIgAAAABZDAAQAALAYAiAAAIDFEAABAAAshgAIAABgMQRAAAAAiyEAAgAAWAwBEAAAwGIIgAAAABZDAAQAALAYAiAAAIDFEAABAAAshgAIAABgMQRAAAAAiyEAAgAAWAwBEAAAwGIIgAAAABZDAAQKoWrVqurdu7e7y7jlvf7666pevbo8PT3VsGFDd5dzy+rdu7fKlCnj7jJcZty4cbLZbDp16pS7SwFuOgRAWFZSUpJsNpu+++67Are3bNlS9evXv+FxvvjiC40bN+6G92MVq1ev1osvvqimTZsqMTFRr776qrtLAoBbTgl3FwAUJz/99JM8PAr3/01ffPGFZs+eTQi8RuvWrZOHh4fmzp0rLy8vd5cDALckVgCBQvD29lbJkiXdXUahXLhwwd0lFMrJkyfl6+tL+EOxcfHiRXeXABQaARAohL+eA5iTk6OEhATVrFlTPj4+Kl++vJo1a6Y1a9ZI+v0cq9mzZ0uSbDab45HnwoULeu655xQWFiZvb2/Vrl1bU6ZMkWEYTuP+9ttvGjRokCpUqKCyZcvq4Ycf1i+//CKbzea0sph3ztOePXv0+OOPq1y5cmrWrJkkaefOnerdu7eqV68uHx8fhYSE6Mknn9Tp06edxsrbx759+/TEE0/I399fQUFBGj16tAzD0NGjR9WxY0f5+fkpJCREU6dOvab37vLly3r55ZcVHh4ub29vVa1aVS+99JKysrIcfWw2mxITE3XhwgXHe5WUlHTFfeYdpt+5c6datGihUqVKqUaNGlq0aJEkaePGjWrcuLF8fX1Vu3Ztffnll06v//nnn/Xss8+qdu3a8vX1Vfny5fXoo4/q8OHDjj6GYahVq1YKCgrSyZMnHe3Z2dlq0KCBwsPDrzlkHz58WDabTVOmTNHs2bNVvXp1lSpVSg8++KCOHj0qwzD08ssv67bbbpOvr686duyoM2fOOO3js88+U/v27RUaGipvb2+Fh4fr5ZdfVm5ubr7xtm7dqpiYGJUrV06lS5fWnXfeqTfeeCNfv19++UWdOnVSmTJlFBQUpOeff77A/V1N3mexZ88etWrVSqVKlVLlypU1efJkp355p178+T2WpA0bNshms2nDhg359nm9n2+eU6dOqWvXrvLz81P58uU1ePBgXbp0KV+/jz76SJGRkfL19VVgYKBiY2N19OjRAueZkpKi5s2bq1SpUnrppZcK9V4BNwMCICwvPT1dp06dyvfIycn529eOGzdOCQkJatWqld58802NHDlSt99+u7Zt2yZJevrpp/XAAw9Ikj788EPHQ/o9WDz88MOaPn262rZtq2nTpql27dp64YUXFB8f7zRO7969NWvWLMXExOi1116Tr6+v2rdvf8W6Hn30UV28eFGvvvqq+vXrJ0las2aNDh06pD59+mjWrFmKjY3V/PnzFRMTky9wSlK3bt1kt9s1adIkNW7cWBMmTNCMGTP0wAMPqHLlynrttddUo0YNPf/889q0adPfvldPPfWUxowZo7vuukvTp09XixYtNHHiRMXGxjr6fPjhh7rvvvvk7e3teK+aN29+1f2ePXtWDz30kBo3bqzJkyfL29tbsbGxWrBggWJjYxUTE6NJkybpwoUL+sc//qHz5887Xvvtt99q8+bNio2N1cyZM/XPf/5Ta9euVcuWLR2rOjabTe+9954uXbqkf/7zn47Xjh07Vrt371ZiYqJKly79t/P/s48//lhvvfWWBg4cqOeee04bN25U165dNWrUKK1cuVLDhg1T//799fnnn+v55593em1SUpLKlCmj+Ph4vfHGG4qMjNSYMWM0fPhwp35r1qxR8+bNtWfPHg0ePFhTp05Vq1attGzZMqd+ubm5io6OVvny5TVlyhS1aNFCU6dO1bvvvluoOUm/fxZt27ZVRESEpk6dqjp16mjYsGFasWJFoff1531e7+ebp2vXrrp06ZImTpyomJgYzZw5U/3793fq88orr6hnz56qWbOmpk2bpiFDhmjt2rVq3ry5zp0759T39OnTateunRo2bKgZM2aoVatW1z0/wG0MwKISExMNSVd93HHHHU6vqVKlitGrVy/H84iICKN9+/ZXHScuLs4o6K/a0qVLDUnGhAkTnNr/8Y9/GDabzThw4IBhGIaRkpJiSDKGDBni1K93796GJGPs2LGOtrFjxxqSjMceeyzfeBcvXszX9sknnxiSjE2bNuXbR//+/R1tly9fNm677TbDZrMZkyZNcrSfPXvW8PX1dXpPCrJjxw5DkvHUU085tT///POGJGPdunWOtl69ehmlS5e+6v7ytGjRwpBkzJs3z9H2448/GpIMDw8PY8uWLY72VatWGZKMxMRER1tB70lycrIhyfjggw+c2t955x1DkvHRRx8ZW7ZsMTw9PfN9Jn8nNTXVkGQEBQUZ586dc7SPGDHCkGREREQYOTk5jvbHHnvM8PLyMi5dunTVmp9++mmjVKlSjn6XL182qlWrZlSpUsU4e/asU1+73e74c69evQxJxvjx4536NGrUyIiMjCzU3PI+iz+/b1lZWUZISIjRpUsXR1ve37vU1FSn169fv96QZKxfvz7fPq/38837WX744Yedxnr22WcNScb3339vGIZhHD582PD09DReeeUVp367du0ySpQo4dSeV9OcOXOu/c0BbkKsAMLyZs+erTVr1uR73HnnnX/72oCAAO3evVv79+8v9LhffPGFPD09NWjQIKf25557ToZhOFZNVq5cKUl69tlnnfoNHDjwivv+80pVHl9fX8efL126pFOnTqlJkyaS5Fix/LOnnnrK8WdPT0/dfffdMgxDffv2dbQHBASodu3aOnTo0BVrkX6fq6R8K5vPPfecJGn58uVXff3VlClTxmkVsXbt2goICFDdunXVuHFjR3ven/9c65/fk5ycHJ0+fVo1atRQQEBAvvekf//+io6O1sCBA9WjRw+Fh4df9xXKjz76qPz9/fPV9sQTT6hEiRJO7dnZ2frll18KrPn8+fM6deqU7rvvPl28eFE//vijJGn79u1KTU3VkCFDFBAQ4DT2n09ByPPXn5f77rvvbz/TgpQpU0ZPPPGE47mXl5fuueee69rXn/d5vZ9vnri4OKfneX938n4uFy9eLLvdrq5duzodBQgJCVHNmjW1fv16p9d7e3urT58+1z0n4GbAVcCwvHvuuUd33313vvZy5cr97f3Dxo8fr44dO6pWrVqqX7++2rZtqx49elxTePz5558VGhqqsmXLOrXXrVvXsT3vvx4eHqpWrZpTvxo1alxx33/tK0lnzpxRQkKC5s+f73Qum/T7YfC/uv32252e+/v7y8fHRxUqVMjX/tfzCP8qbw5/rTkkJEQBAQGOuV6P2267LV+o8ff3V1hYWL426fdDinl+++03TZw4UYmJifrll1+cDoUX9J7MnTtX4eHh2r9/vzZv3uwUxgqjoPdW0jXVvHv3bo0aNUrr1q1TRkaGU/+8mg8ePChJ13QbIx8fHwUFBTm1lStXzmnMa1XQZ1GuXDnt3Lmz0Pu62j6v9fPNU7NmTafn4eHh8vDwcJyHuH//fhmGka9fnr9e+FW5cmUuUkKxRwAEbkDz5s118OBBffbZZ1q9erX+9a9/afr06ZozZ47TCprZCgomXbt21ebNm/XCCy+oYcOGKlOmjOx2u9q2bSu73Z6vv6en5zW1SSrwHMKCFLT6dKOuVNO11Dpw4EAlJiZqyJAhioqKkr+/v2w2m2JjYwt8TzZs2OC4aGXXrl2KiooyteZz586pRYsW8vPz0/jx4xUeHi4fHx9t27ZNw4YNK7Dm663lelzLe36ln4ErXXRyI5/vlfy1BrvdLpvNphUrVhS437/eLPt6gz9wMyEAAjcoMDBQffr0UZ8+fZSZmanmzZtr3LhxjgB4pV94VapU0Zdffqnz5887rQLmHcarUqWK4792u12pqalOKxQHDhy45hrPnj2rtWvXKiEhQWPGjHG0X8+h6+uRN4f9+/c7Vjgl6cSJEzp37pxjrmZbtGiRevXq5XQl86VLl/Kd9C9Jx48f18CBA/Xggw/Ky8tLzz//vKKjo02tfcOGDTp9+rQWL17sdHFMamqqU7/w8HBJ0g8//KA2bdqYVt+1KFeunCTle49vZBX47+zfv99pVfzAgQOy2+2qWrWqpN/fL8MwVK1aNdWqVctldQA3E84BBG7AXw99lilTRjVq1HC6tUneFaJ//YUXExOj3Nxcvfnmm07t06dPl81mU7t27SRJ0dHRkqS33nrLqd+sWbOuuc68VY2/ro7MmDHjmvdxI2JiYgocb9q0aZJ01SuaXcnT0zPfezJr1qwCV6P69esnu92uuXPn6t1331WJEiXUt2/fa179LAoFfY7Z2dn5fjbuuusuVatWTTNmzMj3c2dmvQXJC6d/vnI8Nzf3uq46vlZ5t2LKk/d3J+/vWOfOneXp6amEhIR8749hGH97igNQHLECCNyAevXqqWXLloqMjFRgYKC+++47LVq0SAMGDHD0iYyMlCQNGjRI0dHR8vT0VGxsrDp06KBWrVpp5MiROnz4sCIiIrR69Wp99tlnGjJkiOMXZWRkpLp06aIZM2bo9OnTatKkiTZu3Kh9+/ZJurbDqn5+fmrevLkmT56snJwcVa5cWatXr863cuQqERER6tWrl959913HYcxvvvlG77//vjp16uS222g89NBD+vDDD+Xv76969eopOTlZX375pcqXL+/ULzExUcuXL1dSUpJuu+02Sb+HiCeeeEJvv/12vgt0XOXee+9VuXLl1KtXLw0aNEg2m00ffvhhvtDi4eGht99+Wx06dFDDhg3Vp08fVapUST/++KN2796tVatWmVJvQe644w41adJEI0aM0JkzZxQYGKj58+fr8uXLLhszNTVVDz/8sNq2bavk5GR99NFHevzxxxURESHp91A6YcIEjRgxQocPH1anTp1UtmxZpaamasmSJerfv3++2/EAxR0BELgBgwYN0n/+8x+tXr1aWVlZqlKliiZMmKAXXnjB0adz584aOHCg5s+fr48++kiGYSg2NlYeHh76z3/+ozFjxmjBggVKTExU1apV9frrrzuujs3zwQcfKCQkRJ988omWLFmiNm3aaMGCBapdu7Z8fHyuqdZ58+Zp4MCBmj17tgzD0IMPPqgVK1YoNDS0SN+TK/nXv/6l6tWrKykpSUuWLFFISIhGjBihsWPHmjJ+Qd544w15enrq448/1qVLl9S0aVN9+eWXjlVXSfrf//6noUOHqkOHDurVq5ejvXv37vr000/14osvql27dgVeeFPUypcvr2XLlum5557TqFGjVK5cOT3xxBNq3bq1U83S7yvH69evV0JCgqZOnSq73a7w8HDHfSHd6eOPP9bTTz+tSZMmKSAgQH379lWrVq0c98wsagsWLHDcK7FEiRIaMGCAXn/9dac+w4cPV61atTR9+nQlJCRI+v2inAcffFAPP/ywS+oC3MlmuPt4AIDrsmPHDjVq1EgfffSRunfv7u5yAADFCOcAAsXAb7/9lq9txowZ8vDw+NtvygAA4K84BAwUA5MnT1ZKSopatWqlEiVKaMWKFVqxYoX69++f735oMF9ubq5+/fXXq/YpU6ZMvtuJFAdnzpxRdnb2Fbd7enrmu48ggJsfh4CBYmDNmjVKSEjQnj17lJmZqdtvv109evTQyJEjnb45Au5x+PDhvz0HcOzYsRo3bpw5BRWhli1bauPGjVfcXqVKFccNlQEUHwRAALhBly5d0ldffXXVPtWrV1f16tVNqqjopKSkXPVbQXx9fdW0aVMTKwJQFAiAAAAAFsNFIAAAABbDyUM3wG6369ixYypbtqxLvuMUAAAUPcMwdP78eYWGhsrDw5prYQTAG3Ds2DGuwAQAoJg6evSo49t9rIYAeAPKli0r6fcfID8/PzdXAwAArkVGRobCwsIcv8etiAB4A/IO+/r5+REAAQAoZqx8+pY1D3wDAABYGAEQAADAYgiAAAAAFkMABAAAsBgCIAAAgMUQAAEAACyGAAgAAGAxBEAAAACLIQACAABYDAEQAADAYgiAAAAAFkMABAAAsBgCIAAAgMUQAAEAACymhLsLAICbVdXhy91dQqEdntTe3SUAKAZYAQQAALAYAiAAAIDFEAABAAAshgAIAABgMQRAAAAAiyEAAgAAWAwBEAAAwGIIgAAAABZDAAQAALAYAiAAAIDFEAABAAAshgAIAABgMQRAAAAAiyEAAgAAWAwBEAAAwGIIgAAAABZDAAQAALAYAiAAAIDFEAABAAAshgAIAABgMQRAAAAAiyEAAgAAWAwBEAAAwGIIgAAAABZTLAPgxIkT9X//938qW7asKlasqE6dOumnn35y6nPp0iXFxcWpfPnyKlOmjLp06aITJ0449Tly5Ijat2+vUqVKqWLFinrhhRd0+fJlM6cCAABgumIZADdu3Ki4uDht2bJFa9asUU5Ojh588EFduHDB0Wfo0KH6/PPPtXDhQm3cuFHHjh1T586dHdtzc3PVvn17ZWdna/PmzXr//feVlJSkMWPGuGNKAAAAprEZhmG4u4gb9euvv6pixYrauHGjmjdvrvT0dAUFBWnevHn6xz/+IUn68ccfVbduXSUnJ6tJkyZasWKFHnroIR07dkzBwcGSpDlz5mjYsGH69ddf5eXl9bfjZmRkyN/fX+np6fLz83PpHAGYr+rw5e4uodAOT2rv7hKAmx6/v4vpCuBfpaenS5ICAwMlSSkpKcrJyVGbNm0cferUqaPbb79dycnJkqTk5GQ1aNDAEf4kKTo6WhkZGdq9e3eB42RlZSkjI8PpAQAAUNwU+wBot9s1ZMgQNW3aVPXr15ckpaWlycvLSwEBAU59g4ODlZaW5ujz5/CXtz1vW0EmTpwof39/xyMsLKyIZwMAAOB6xT4AxsXF6YcfftD8+fNdPtaIESOUnp7ueBw9etTlYwIAABS1Eu4u4EYMGDBAy5Yt06ZNm3Tbbbc52kNCQpSdna1z5845rQKeOHFCISEhjj7ffPON0/7yrhLO6/NX3t7e8vb2LuJZAAAAmKtYrgAahqEBAwZoyZIlWrdunapVq+a0PTIyUiVLltTatWsdbT/99JOOHDmiqKgoSVJUVJR27dqlkydPOvqsWbNGfn5+qlevnjkTAQAAcINiuQIYFxenefPm6bPPPlPZsmUd5+z5+/vL19dX/v7+6tu3r+Lj4xUYGCg/Pz8NHDhQUVFRatKkiSTpwQcfVL169dSjRw9NnjxZaWlpGjVqlOLi4ljlAwAAt7RiGQDffvttSVLLli2d2hMTE9W7d29J0vTp0+Xh4aEuXbooKytL0dHReuuttxx9PT09tWzZMj3zzDOKiopS6dKl1atXL40fP96saQAAALjFLXEfQHfhPkLArY37AAK3Jn5/F9NzAAEAAHD9CIAAAAAWQwAEAACwGAIgAACAxRAAAQAALIYACAAAYDHF8j6AAIqf4nhLFQC4VbECCAAAYDEEQAAAAIshAAIAAFgMARAAAMBiCIAAAAAWQwAEAACwGAIgAACAxRAAAQAALIYACAAAYDEEQAAAAIshAAIAAFgMARAAAMBiCIAAAAAWQwAEAACwGAIgAACAxRAAAQAALIYACAAAYDEEQAAAAIshAAIAAFgMARAAAMBiCIAAAAAWQwAEAACwGAIgAACAxRAAAQAALIYACAAAYDEEQAAAAIshAAIAAFgMARAAAMBiCIAAAAAWQwAEAACwmBLuLgAAUHSqDl/u7hIK7fCk9u4uAbAcVgABAAAshgAIAABgMQRAAAAAiyEAAgAAWAwBEAAAwGIIgAAAABZDAAQAALAYAiAAAIDFEAABAAAshgAIAABgMQRAAAAAiyEAAgAAWAwBEAAAwGJMC4Dbtm3Trl27HM8/++wzderUSS+99JKys7PNKgMAAMDyTAuATz/9tPbt2ydJOnTokGJjY1WqVCktXLhQL774olllAAAAWJ5pAXDfvn1q2LChJGnhwoVq3ry55s2bp6SkJH366admlQEAAGB5pgVAwzBkt9slSV9++aViYmIkSWFhYTp16pRZZQAAAFieaQHw7rvv1oQJE/Thhx9q48aNat++vSQpNTVVwcHBZpUBAABgeaYFwBkzZmjbtm0aMGCARo4cqRo1akiSFi1apHvvvdesMgAAACyvhFkD3XnnnU5XAed5/fXX5enpaVYZAAAAlmfqfQDPnTunf/3rXxoxYoTOnDkjSdqzZ49OnjxpZhkAAACWZtoK4M6dO9W6dWsFBATo8OHD6tevnwIDA7V48WIdOXJEH3zwgVmlAAAAWJppK4Dx8fHq06eP9u/fLx8fH0d7TEyMNm3aZFYZAAAAlmdaAPz222/19NNP52uvXLmy0tLSzCoDAADA8kwLgN7e3srIyMjXvm/fPgUFBZlVBgAAgOWZFgAffvhhjR8/Xjk5OZIkm82mI0eOaNiwYerSpYtZZQAAAFieaQFw6tSpyszMVMWKFfXbb7+pRYsWqlGjhsqWLatXXnnFrDIAAAAsz7SrgP39/bVmzRp9/fXX+v7775WZmam77rpLbdq0MasEAAAAyMQAmKdp06Zq2rSp2cMCAADgD6YdAh40aJBmzpyZr/3NN9/UkCFDzCoDAADA8kwLgJ9++mmBK3/33nuvFi1aZFYZAAAAlmdaADx9+rT8/f3ztfv5+enUqVOF2temTZvUoUMHhYaGymazaenSpU7be/fuLZvN5vRo27atU58zZ86oe/fu8vPzU0BAgPr27avMzMxCzwsAAKC4MS0A1qhRQytXrszXvmLFClWvXr1Q+7pw4YIiIiI0e/bsK/Zp27atjh8/7nh88sknTtu7d++u3bt3a82aNVq2bJk2bdqk/v37F6oOAACA4si0i0Di4+M1YMAA/frrr7r//vslSWvXrtXUqVM1Y8aMQu2rXbt2ateu3VX7eHt7KyQkpMBte/fu1cqVK/Xtt9/q7rvvliTNmjVLMTExmjJlikJDQwtVDwAAQHFiWgB88sknlZWVpVdeeUUvv/yyJKlq1ap6++231bNnzyIfb8OGDapYsaLKlSun+++/XxMmTFD58uUlScnJyQoICHCEP0lq06aNPDw8tHXrVj3yyCNFXg8AAMDNwtTbwDzzzDN65pln9Ouvv8rX11dlypRxyTht27ZV586dVa1aNR08eFAvvfSS2rVrp+TkZHl6eiotLU0VK1Z0ek2JEiUUGBh41e8lzsrKUlZWluN5QV9tBwAAcLMz/T6Aklz+3b+xsbGOPzdo0EB33nmnwsPDtWHDBrVu3fq69ztx4kQlJCQURYkAAABuY9pFICdOnFCPHj0UGhqqEiVKyNPT0+nhStWrV1eFChV04MABSVJISIhOnjzp1Ofy5cs6c+bMFc8blKQRI0YoPT3d8Th69KhL6wYAAHAF01YAe/furSNHjmj06NGqVKmSbDabWUPrf//7n06fPq1KlSpJkqKionTu3DmlpKQoMjJSkrRu3TrZ7XY1btz4ivvx9vaWt7e3KTUDAAC4imkB8KuvvtJ///tfNWzY8Ib3lZmZ6VjNk6TU1FTt2LFDgYGBCgwMVEJCgrp06aKQkBAdPHhQL774omrUqKHo6GhJUt26ddW2bVv169dPc+bMUU5OjgYMGKDY2FiuAAYAALc80w4Bh4WFyTCMItnXd999p0aNGqlRo0aSfr/FTKNGjTRmzBh5enpq586devjhh1WrVi317dtXkZGR+u9//+u0evfxxx+rTp06at26tWJiYtSsWTO9++67RVIfAADAzcxmFFUq+xurV6/W1KlT9c4776hq1apmDOlyGRkZ8vf3V3p6uvz8/NxdDnBTqzp8ubtLwE3q8KT27i4BFsPvbxMPAXfr1k0XL15UeHi4SpUqpZIlSzptP3PmjFmlAAAAWJppAbCw3/YBAAAA1zAtAPbq1cusoQAAAHAVpl0EIkkHDx7UqFGj9Nhjjznuw7dixQrt3r3bzDIAAAAszbQAuHHjRjVo0EBbt27V4sWLlZmZKUn6/vvvNXbsWLPKAAAAsDzTAuDw4cM1YcIErVmzRl5eXo72+++/X1u2bDGrDAAAAMszLQDu2rVLjzzySL72ihUr6tSpU2aVAQAAYHmmBcCAgAAdP348X/v27dtVuXJls8oAAACwPNMCYGxsrIYNG6a0tDTZbDbZ7XZ9/fXXev7559WzZ0+zygAAALA80wLgq6++qjp16igsLEyZmZmqV6+emjdvrnvvvVejRo0yqwwAAADLM+U+gIZhKC0tTTNnztSYMWO0a9cuZWZmqlGjRqpZs6YZJQAAAOAPpgXAGjVqaPfu3apZs6bCwsLMGBYAAAAFMOUQsIeHh2rWrKnTp0+bMRwAAACuwrRzACdNmqQXXnhBP/zwg1lDAgAAoACmfRdwz549dfHiRUVERMjLy0u+vr5O28+cOWNWKQAAAJZmWgCcMWOGWUMBt7yqw5e7uwQAQDFmSgDMycnRxo0bNXr0aFWrVs2MIQEAAHAFppwDWLJkSX366admDAUAAIC/YdpFIJ06ddLSpUvNGg4AAABXYNo5gDVr1tT48eP19ddfKzIyUqVLl3baPmjQILNKAQAAsDTTAuDcuXMVEBCglJQUpaSkOG2z2WwEQAAAAJOYFgBTU1PNGgoAAABXYdo5gAAAALg5mLYC+OSTT151+3vvvWdSJQAAANZmWgA8e/as0/OcnBz98MMPOnfunO6//36zygAAALA80wLgkiVL8rXZ7XY988wzCg8PN6sMAAAAy3PrOYAeHh6Kj4/X9OnT3VkGAACApbj9IpCDBw/q8uXL7i4DAADAMkw7BBwfH+/03DAMHT9+XMuXL1evXr3MKgMAAMDyTAuA27dvd3ru4eGhoKAgTZ069W+vEAYAAEDRMS0Arl+/3qyhAAAAcBWmnQOYmpqq/fv352vfv3+/Dh8+bFYZAAAAlmdaAOzdu7c2b96cr33r1q3q3bu3WWUAAABYnmkBcPv27WratGm+9iZNmmjHjh1mlQEAAGB5pgVAm82m8+fP52tPT09Xbm6uWWUAAABYnmkBsHnz5po4caJT2MvNzdXEiRPVrFkzs8oAAACwPNOuAn7ttdfUvHlz1a5dW/fdd58k6b///a8yMjK0bt06s8oAAACwPNNWAOvVq6edO3eqa9euOnnypM6fP6+ePXvqxx9/VP369c0qAwAAwPJMWwGUpNDQUL366qtmDgkAAIC/MG0FMDExUQsXLszXvnDhQr3//vtmlQEAAGB5pgXAiRMnqkKFCvnaK1asyKogAACAiUwLgEeOHFG1atXytVepUkVHjhwxqwwAAADLMy0AVqxYUTt37szX/v3336t8+fJmlQEAAGB5pgXAxx57TIMGDdL69euVm5ur3NxcrVu3ToMHD1ZsbKxZZQAAAFieaVcBv/zyyzp8+LBat26tEiV+H9Zut6tnz56cAwgAAGAi0wKgl5eXFixYoJdfflnff/+9fH191aBBA1WpUsWsEgAAACCT7wMoSYGBgWrVqlWBVwQDAADA9Uw5B/DcuXOKi4tThQoVFBwcrODgYFWoUEEDBgzQuXPnzCgBAAAAf3D5CuCZM2cUFRWlX375Rd27d1fdunUlSXv27FFSUpLWrl2rzZs3q1y5cq4uBQAAADIhAI4fP15eXl46ePCggoOD82178MEHNX78eE2fPt3VpQAAAEAmHAJeunSppkyZki/8SVJISIgmT56sJUuWuLoMAAAA/MHlAfD48eO64447rri9fv36SktLc3UZAAAA+IPLA2CFChV0+PDhK25PTU1VYGCgq8sAAADAH1weAKOjozVy5EhlZ2fn25aVlaXRo0erbdu2ri4DAAAAfzDlIpC7775bNWvWVFxcnOrUqSPDMLR371699dZbysrK0ocffujqMgAAAPAHlwfA2267TcnJyXr22Wc1YsQIGYYhSbLZbHrggQf05ptvKiwszNVlAAAA4A+mfBNItWrVtGLFCp09e1b79++XJNWoUYNz/wAAANzA1K+CK1eunO655x4zhwQAAMBfmPJVcAAAALh5EAABAAAshgAIAABgMS4NgHfddZfOnj0r6ffbwVy8eNGVwwEAAOAauDQA7t27VxcuXJAkJSQkKDMz05XDAQAA4Bq49Crghg0bqk+fPmrWrJkMw9CUKVNUpkyZAvuOGTPGlaUAAADgDy4NgElJSRo7dqyWLVsmm82mFStWqESJ/EPabDYCIAAAgElcGgBr166t+fPnS5I8PDy0du1aVaxY0ZVDAgAA4G+YdiNou91u1lAAAAC4ClO/CeTgwYOaMWOG9u7dK0mqV6+eBg8erPDwcDPLAAAAsDTT7gO4atUq1atXT998843uvPNO3Xnnndq6davuuOMOrVmzxqwyAAAALM+0FcDhw4dr6NChmjRpUr72YcOG6YEHHjCrFAAAAEszbQVw79696tu3b772J598Unv27CnUvjZt2qQOHTooNDRUNptNS5cuddpuGIbGjBmjSpUqydfXV23atNH+/fud+pw5c0bdu3eXn5+fAgIC1LdvX+5TCAAALMG0ABgUFKQdO3bka9+xY0ehrwy+cOGCIiIiNHv27AK3T548WTNnztScOXO0detWlS5dWtHR0bp06ZKjT/fu3bV7926tWbNGy5Yt06ZNm9S/f/9C1QEAAFAcmXYIuF+/furfv78OHTqke++9V5L09ddf67XXXlN8fHyh9tWuXTu1a9euwG2GYWjGjBka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TRtHm4eHh9q0aaPk5OQrvi4zM1NVqlRRWFiYOnbsqN27d5tRbpG5nnn/5z//UVRUlOLi4hQcHKz69evr1VdfVW5urlll37Dr/bz/bO7cuYqNjVXp0qVdVWaRu55533vvvUpJSXEcLj106JC++OILxcTEmFJzUbieeWdlZeU7pcPX11dfffWVS2t1t+TkZKf3SZKio6Ov+e8Fije73a7z588rMDDQ3aXctAiAt5hTp04pNzc337eZBAcHKy0trcDX1K5dW++9954+++wzffTRR7Lb7br33nv1v//9z4ySi8T1zPvQoUNatGiRcnNz9cUXX2j06NGaOnWqJkyYYEbJReJ65v1n33zzjX744Qc99dRTrirRJa5n3o8//rjGjx+vZs2aqWTJkgoPD1fLli2L1SHg65l3dHS0pk2bpv3798tut2vNmjWO0wBuZWlpaQW+TxkZGfrtt9/cVBXMMmXKFGVmZqpr167uLuWmRQCEoqKi1LNnTzVs2FAtWrTQ4sWLFRQUpHfeecfdpbmU3W5XxYoV9e677yoyMlLdunXTyJEjNWfOHHeXZpq5c+eqQYMGuueee9xdistt2LBBr776qt566y1t27ZNixcv1vLly/Xyyy+7uzSXeuONN1SzZk3VqVNHXl5eGjBggPr06SMPD/75x61p3rx5SkhI0L///W9VrFjR3eXctCz9XcC3ogoVKsjT01MnTpxwaj9x4oRCQkKuaR8lS5ZUo0aNdODAAVeU6BLXM+9KlSqpZMmS8vT0dLTVrVtXaWlpys7OlpeXl0trLgo38nlfuHBB8+fP1/jx411Zoktcz7xHjx6tHj16OFY7GzRooAsXLqh///4aOXJksQhE1zPvoKAgLV26VJcuXdLp06cVGhqq4cOHq3r16maU7DYhISEFvk9+fn7y9fV1U1Vwtfnz5+upp57SwoUL850CAGc3/794KBQvLy9FRkZq7dq1jja73a61a9cqKirqmvaRm5urXbt2qVKlSq4qs8hdz7ybNm2qAwcOyG63O9r27dunSpUqFYvwJ93Y571w4UJlZWXpiSeecHWZRe565n3x4sV8IS8v/BvF5CvRb+Tz9vHxUeXKlXX58mV9+umn6tixo6vLdauoqCin90mS1qxZc83/DqL4+eSTT9SnTx998sknxfK2VqZz91UoKHrz5883vL29jaSkJGPPnj1G//79jYCAACMtLc0wDMPo0aOHMXz4cEf/hIQEY9WqVcbBgweNlJQUIzY21vDx8TF2797trilcl8LO+8iRI0bZsmWNAQMGGD/99JOxbNkyo2LFisaECRPcNYXrUth552nWrJnRrVs3s8stMoWd99ixY42yZcsan3zyiXHo0CFj9erVRnh4uNG1a1d3TeG6FHbeW7ZsMT799FPj4MGDxqZNm4z777/fqFatmnH27Fk3zeD6nD9/3ti+fbuxfft2Q5Ixbdo0Y/v27cbPP/9sGIZhDB8+3OjRo4ej/6FDh4xSpUoZL7zwgrF3715j9uzZhqenp7Fy5Up3TeG6FHbehmE4+kdGRhqPP/64sX379mL373lh5/3xxx8bJUqUMGbPnm0cP37c8Th37py7pnDTIwDeombNmmXcfvvthpeXl3HPPfcYW7ZscWxr0aKF0atXL8fzIUOGOPoGBwcbMTExxrZt29xQ9Y0rzLwNwzA2b95sNG7c2PD29jaqV69uvPLKK8bly5dNrvrGFXbeP/74oyHJWL16tcmVFq3CzDsnJ8cYN26cER4ebvj4+BhhYWHGs88+W+yCkGEUbt4bNmww6tata3h7exvly5c3evToYfzyyy9uqPrGrF+/3pCU75E31169ehktWrTI95qGDRsaXl5eRvXq1Y3ExETT675R1zPvgvpXqVLF9NpvRGHn3aJFi6v2R342wygmxz4AAABQJDgHEAAAwGIIgAAAABZDAAQAALAYAiAAAIDFEAABAAAshgAIAABgMQRAAAAAiyEAAgAAWAwBEAAAwGIIgAAAABZDAAQAALAYAiAAAIDFEAABAAAshgAIAABgMQRAAAAAiyEAAgAAWAwBEAAAwGIIgAAAABZDAAQAALAYAiAAAIDFEAABAAAshgAIAABgMQRAAAAAiyEAAgAAWAwBEAAAwGIIgAAAABZDAAQAALAYAiAAAIDFEAABAAAshgAIAABgMQRAAAAAi/n/o2MFSZdomUAAAAAASUVORK5CYII=", + "text/html": [ + "\n", + "
\n", + "
\n", + " Figure\n", + "
\n", + " \n", + "
\n", + " " + ], + "text/plain": [ + "Canvas(toolbar=Toolbar(toolitems=[('Home', 'Reset original view', 'home', 'home'), ('Back', 'Back to previous …" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "1e090e37cc3a4837b5dcce88290514ca", + "version_major": 2, + "version_minor": 0 + }, + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAoAAAAHgCAYAAAA10dzkAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguNCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8fJSN1AAAACXBIWXMAAA9hAAAPYQGoP6dpAABALElEQVR4nO3de3zP9f//8ft7m80cthlmlrU5FXMs5wghcyiUz6f4CpPoU5NQQgenfAwd7EOiI318Kn2UKKLEUBp9qKWQUxM124hthmbs+fuj9v71ts1x79fbvG7Xy+V9ae/n6/V+PR/Pvdfrffd8Hd4OY4wRAAAAbMPL0wUAAADAWgRAAAAAmyEAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmyEAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmyEAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmyEAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmyEAAgAA2AwBELBQZGSkYmJiPF3GNe+5555TjRo15O3trcaNG3u6nGKXnZ2tBx54QKGhoXI4HBoxYoRlfbdv317t27d3Pt+/f78cDocWLFhQLNuPiYlRZGRksWwLQNEIgMBlWrBggRwOh7Zs2VLo8vbt26t+/fpX3M8nn3yiiRMnXvF27OKzzz7TE088odatW2v+/PmaOnWqZX2fPHlSEydO1Lp169zaz9SpU7VgwQI99NBDWrhwofr37+/W/opbSkqKJk6cqKSkJE+XAtiWj6cLAOxk165d8vK6tH93ffLJJ5ozZw4h8CKtXbtWXl5eeuONN+Tr62tp3ydPntSkSZMkyWWWrLitXbtWLVu21IQJE9zWR1E+++yzK95GSkqKJk2apMjIyAIztK+99pry8vKuuA8A58cMIGAhPz8/lSpVytNlXJITJ054uoRLkp6eLn9/f8vDn5XS09MVFBR0xdsxxujUqVOX9BpfX1+3/m5LlSolPz8/t20fwB8IgICFzj0HMDc3V5MmTVLt2rVVunRpVaxYUW3atNHq1asl/XE+1Jw5cyRJDofD+ch34sQJPfbYYwoPD5efn59uvPFGPf/88zLGuPR76tQpDR8+XJUqVVL58uXVo0cP/frrr3I4HC4zixMnTpTD4dCOHTv0f//3f6pQoYLatGkjSdq2bZtiYmJUo0YNlS5dWqGhobr//vv122+/ufSVv43du3frvvvuU2BgoCpXrqxnnnlGxhgdPHhQPXv2VEBAgEJDQ/XCCy9c1O/uzJkzevbZZ1WzZk35+fkpMjJSTz75pHJycpzrOBwOzZ8/XydOnHD+ri50btrixYvVpEkT+fv7q1KlSrrvvvv066+/uqxz7nlv+f56vtr+/ftVuXJlSdKkSZOc/V/KzG16eroGDx6sKlWqqHTp0mrUqJHeeust5/J169bJ4XAoOTlZK1ascPaxf//+i9p+ZGSk7rjjDn366adq2rSp/P399corr0iS5s+frw4dOigkJER+fn6KiorS3LlzC2yjqN/FxVq3bp2aNWsmSRo0aFCB9+nccwDzzzF8/vnnNWfOHNWoUUNlypRR586ddfDgQRlj9Oyzz6patWry9/dXz549dfTo0QL9rly5UrfeeqvKli2r8uXLq3v37tq+fftljwMo6TgEDFyhzMxMHTlypEB7bm7uBV87ceJExcXF6YEHHlDz5s2VlZWlLVu26JtvvtHtt9+uBx98UCkpKVq9erUWLlzo8lpjjHr06KGEhAQNHjxYjRs31qeffqrRo0fr119/1cyZM53rxsTE6L///a/69++vli1bav369erevXuRdf39739X7dq1NXXqVGeYXL16tX766ScNGjRIoaGh2r59u1599VVt375dmzZtcgmmknTvvfeqbt26mjZtmlasWKEpU6YoODhYr7zyijp06KDp06fr7bff1uOPP65mzZqpbdu25/1dPfDAA3rrrbf0t7/9TY899pg2b96suLg47dy5Ux9++KEkaeHChXr11Vf19ddf6/XXX5ck3XLLLUVuc8GCBRo0aJCaNWumuLg4paWl6V//+pc2btyob7/99pJm2SpXrqy5c+fqoYce0l133aW7775bktSwYcOLev2pU6fUvn177d27V8OGDVP16tW1ePFixcTEKCMjQ48++qjq1q2rhQsXauTIkapWrZoee+wxZ98Xa9euXerbt68efPBBDRkyRDfeeKMkae7cuapXr5569OghHx8fffzxx3r44YeVl5en2NjYi97+hdStW1eTJ0/W+PHjNXToUN16662Szv8+SdLbb7+t06dP65FHHtHRo0c1Y8YM3XPPPerQoYPWrVunMWPGaO/evZo9e7Yef/xxvfnmm87XLly4UAMHDlR0dLSmT5+ukydPau7cuWrTpo2+/fZbLjqBPRkAl2X+/PlG0nkf9erVc3lNRESEGThwoPN5o0aNTPfu3c/bT2xsrCnsf9WlS5caSWbKlCku7X/729+Mw+Ewe/fuNcYYs3XrViPJjBgxwmW9mJgYI8lMmDDB2TZhwgQjyfTt27dAfydPnizQ9u677xpJZsOGDQW2MXToUGfbmTNnTLVq1YzD4TDTpk1zth87dsz4+/u7/E4Kk5SUZCSZBx54wKX98ccfN5LM2rVrnW0DBw40ZcuWPe/2jDHm9OnTJiQkxNSvX9+cOnXK2b58+XIjyYwfP97Z1q5dO9OuXbsC2xg4cKCJiIhwPj98+HCB3+nFio+PN5LMf/7zH5caW7VqZcqVK2eysrKc7RERERf8uylMRESEkWRWrVpVYFlh7290dLSpUaOGS9u5v4vk5GQjycyfP/+i6/jf//5X5GvO/Z3mb79y5comIyPD2T5u3DgjyTRq1Mjk5uY62/v27Wt8fX3N77//bowx5vjx4yYoKMgMGTLEpZ/U1FQTGBhYoB2wCw4BA1dozpw5Wr16dYHHxcz8BAUFafv27dqzZ88l9/vJJ5/I29tbw4cPd2l/7LHHZIzRypUrJUmrVq2SJD388MMu6z3yyCNFbvsf//hHgTZ/f3/nz7///ruOHDmili1bSpK++eabAus/8MADzp+9vb3VtGlTGWM0ePBgZ3tQUJBuvPFG/fTTT0XWIv0xVkkaNWqUS3v+DNiKFSvO+/rCbNmyRenp6Xr44YdVunRpZ3v37t1Vp06dy9rmlfjkk08UGhqqvn37OttKlSql4cOHKzs7W+vXry+WfqpXr67o6OgC7X99f/Nntdu1a6effvpJmZmZxdL3lfj73/+uwMBA5/MWLVpIku677z75+Pi4tJ8+fdp5GH/16tXKyMhQ3759deTIEefD29tbLVq0UEJCgrUDAa4SHAIGrlDz5s3VtGnTAu0VKlQo9NDwX02ePFk9e/bUDTfcoPr166tLly7q37//RYXHn3/+WWFhYSpfvrxLe926dZ3L8//r5eWl6tWru6xXq1atIrd97rqSdPToUU2aNEmLFi1Senq6y7LCAsL111/v8jwwMFClS5dWpUqVCrSfex7hufLHcG7NoaGhCgoKco71UuS/Jv8Q6F/VqVNHX3755SVv80r8/PPPql27doGrxM99P69UYe+tJG3cuFETJkxQYmKiTp486bIsMzPTJXx5QmF/T5IUHh5eaPuxY8ckyfmPqw4dOhS63YCAgGKtEygpCICAB7Vt21b79u3TsmXL9Nlnn+n111/XzJkzNW/ePJcZNKv9dTYo3z333KOvvvpKo0ePVuPGjVWuXDnl5eWpS5cuhd62w9vb+6LaJBW4aKUo555naBWHw1FojWfPnvVANVemsPd237596tixo+rUqaMXX3xR4eHh8vX11SeffKKZM2deFbdlKepv50J/U/m1L1y4UKGhoQXW++vsIWAn/OUDHhYcHKxBgwZp0KBBys7OVtu2bTVx4kRnACwq9EREROjzzz/X8ePHXWYBf/zxR+fy/P/m5eUpOTlZtWvXdq63d+/ei67x2LFjWrNmjSZNmqTx48c72y/n0PXlyB/Dnj17nDNikpSWlqaMjAznWC91m9IfF0WcOzu0a9cul21WqFCh0MPU587KXUlAjYiI0LZt25SXl+cyC3ju++kOH3/8sXJycvTRRx+5zLS56/ColUG+Zs2akqSQkBB16tTJsn6Bqx3nAAIedO6hz3LlyqlWrVoutzYpW7asJCkjI8Nl3W7duuns2bN66aWXXNpnzpwph8Ohrl27SpLzfK+XX37ZZb3Zs2dfdJ35syznzoLFx8df9DauRLdu3Qrt78UXX5Sk817RXJSmTZsqJCRE8+bNc/l9r1y5Ujt37nTZZs2aNfXjjz/q8OHDzrbvvvtOGzdudNlmmTJlJBV8ry5Gt27dlJqaqvfee8/ZdubMGc2ePVvlypVTu3btLnmbF6uw9zczM1Pz5893S39F/U27Q3R0tAICAjR16tRCr8z/63sK2AkzgIAHRUVFqX379mrSpImCg4O1ZcsWvf/++xo2bJhznSZNmkiShg8frujoaHl7e6tPnz668847ddttt+mpp57S/v371ahRI3322WdatmyZRowY4Zz5aNKkiXr37q34+Hj99ttvztvA7N69W9LFzcYEBASobdu2mjFjhnJzc3Xdddfps88+U3Jysht+KwU1atRIAwcO1KuvvqqMjAy1a9dOX3/9td566y316tVLt9122yVvs1SpUpo+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uGyLFi0yvr6+5s033zTbt283Q4YMMUFBQSYtLa3Q9RMSEsySJUvMjh07zN69e018fLzx9vY2q1atcq4zbdo0ExgYaJYuXWq+++4706NHD1O9enVz6tQpq4blorjHmJGRYTp16mTee+898+OPP5rExETTvHlz06RJEyuH5cId72O+JUuWmEaNGpmwsDAzc+ZMN4/k/Nwxzr1795rg4GAzevRo880335i9e/eaZcuWFblNd3PHGIcMGWJq1qxpEhISTHJysnnllVeMt7e3WbZsmVXDKuBSx5kvOTnZXHfddebWW281PXv2dFlW0vc9+Yoa47Ww78l3vvcxX0ne9+Q73zivtn1PSUQAvALNmzc3sbGxzudnz541YWFhJi4u7qK3cdNNN5mnn37aGGNMXl6eCQ0NNc8995xzeUZGhvHz8zPvvvtu8RV+CYp7jIX5+uuvjSTz888/X1Gtl8tdY/zll1/MddddZ3744QcTERHh8Z2wO8Z57733mvvuu69Y67wS7hhjvXr1zOTJk13Wufnmm81TTz115QVfpssZ55kzZ8wtt9xiXn/9dTNw4ECXD9RrZd9zvjEWpiTuey5mjNfCvudC47za9j0lEYeAL9Pp06e1detWderUydnm5eWlTp06KTEx8YKvN8ZozZo12rVrl9q2bStJSk5OVmpqqss2AwMD1aJFi4vaZnFzxxgLk5mZKYfDcVnfq3yl3DXGvLw89e/fX6NHj1a9evXcUvulcMc48/LytGLFCt1www2Kjo5WSEiIWrRooaVLl7prGOflrvfylltu0UcffaRff/1VxhglJCRo9+7d6ty5s1vGcSGXO87JkycrJCREgwcPLrDsWtn3nG+MhSmJ+54LjfFa2fecb5xX276npLL1N4FciSNHjujs2bMFvjWkSpUq+vHHH4t8XWZmpq677jrl5OTI29tbL7/8sm6//XZJUmpqqnMb524zf5mV3DHGc/3+++8aM2aM+vbt65EvNnfXGKdPny4fHx8NHz7cbbVfCneMMz09XdnZ2Zo2bZqmTJmi6dOna9WqVbr77ruVkJCgdu3auXVM53LXezl79mwNHTpU1apVk4+Pj7y8vPTaa6+d9x817nQ54/zyyy/1xhtvKCkpqdDl18K+50JjPFdJ3PdczBivhX3PhcZ5te17SioCoMXKly+vpKQkZWdna82aNRo1apRq1Kih9u3be7q0YnOxY8zNzdU999wjY4zmzp3rmWIv0/nGuHXrVv3rX//SN998I4fD4elSr8j5xpmXlydJ6tmzp0aOHClJaty4sb766ivNmzevxOyEL/T3Onv2bG3atEkfffSRIiIitGHDBsXGxiosLMxlVuNqdfz4cfXv31+vvfaaKlWq5Oly3OJSx1gS9z0XM8ZrYd9zMeO8VvY9nkYAvEyVKlWSt7e30tLSXNrT0tIUGhpa5Ou8vLxUq1YtSX/8we7cuVNxcXFq376983VpaWmqWrWqyzYbN25c/IO4AHeMMV/+Dvjnn3/W2rVrPfIvcMk9Y/ziiy+Unp6u66+/3rn+2bNn9dhjjyk+Pl779+93y1jOxx3jrFSpknx8fBQVFeXymrp16+rLL78s/kFcgDvGeOrUKT355JP68MMP1b17d0lSw4YNlZSUpOeff94jAfBSx7lv3z7t379fd955p7Mt/wPUx8dHu3btKvH7nosZY82aNSWV3H3PxYzxWtj3XMw4w8PDr6p9T0nFOYCXydfXV02aNNGaNWucbXl5eVqzZo1atWp10dvJy8tTTk6OJKl69eoKDQ112WZWVpY2b958SdssLu4Yo/T/d8B79uzR559/rooVKxZr3ZfCHWPs37+/tm3bpqSkJOcjLCxMo0eP1qefflrsY7gY7hinr6+vmjVrpl27drmss3v3bkVERBRP4ZfAHWPMzc1Vbm6uvLxcd5Xe3t7ODyWrXeo469Spo++//97l77FHjx667bbblJSUpPDw8BK/77mYMUole99zMWO8FvY9FzPOq23fU2J57vqTkm/RokXGz8/PLFiwwOzYscMMHTrUBAUFmdTUVGOMMf379zdjx451rj916lTz2WefmX379pkdO3aY559/3vj4+JjXXnvNuc60adNMUFCQWbZsmdm2bZvp2bOnx2/FUJxjPH36tOnRo4epVq2aSUpKMocOHXI+cnJyrokxFuZquBLPHeNcsmSJKVWqlHn11VfNnj17zOzZs423t7f54osvLB+fMe4ZY7t27Uy9evVMQkKC+emnn8z8+fNN6dKlzcsvv2z5+PJd6jjPVdhVlSV933Ouc8d4Lex7znUxVzqXxH3PuQob59W27ymJCIBXaPbs2eb66683vr6+pnnz5mbTpk3OZe3atTMDBw50Pn/qqadMrVq1TOnSpU2FChVMq1atzKJFi1y2l5eXZ5555hlTpUoV4+fnZzp27Gh27dpl1XAKVZxjTE5ONpIKfSQkJFg4KlfF/T6e62rYCRvjnnG+8cYbzvUaNWpkli5dasVQilTcYzx06JCJiYkxYWFhpnTp0ubGG280L7zwgsnLy7NqSIW6lHGeq7AP1JK+7znXuWO8FvY95yopAdAY94zzatv3lDQOY4zxzNwjAAAAPIFzAAEAAGyGAAgAAGAzBEAAAACbIQACAADYDAEQAADAZgiAAAAANkMABAAAsBkCIAAAgM0QAAEAAGyGAAgAAGAzBEAAAACbIQACAADYDAEQAADAZgiAAAAANkMABAAAsBkCIAAAgM0QAAEAAGyGAAgAAGAzBEAAAACbIQACAADYDAEQAADAZgiAAAAANkMABAAAsBkCIAAAgM0QAAEAAGyGAAgAAGAzBEAAAACbIQACAADYDAEQAADAZgiAAAAANkMABAAAsJn/BycRXyBAewXjAAAAAElFTkSuQmCC", + "text/html": [ + "\n", + "
\n", + "
\n", + " Figure\n", + "
\n", + " \n", + "
\n", + " " + ], + "text/plain": [ + "Canvas(toolbar=Toolbar(toolitems=[('Home', 'Reset original view', 'home', 'home'), ('Back', 'Back to previous …" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "3dff7b1c54a54759968be8570e103f04", + "version_major": 2, + "version_minor": 0 + }, + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAoAAAAHgCAYAAAA10dzkAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguNCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8fJSN1AAAACXBIWXMAAA9hAAAPYQGoP6dpAAA71ElEQVR4nO3de3zPdf/H8ed3m80cthk7WA1zqDkniiEdtnK6KqWu+CmGdJocpkLlmJqUuCrlclV0damupHRFaCFKIspZziLMabYZNbPv+/fHle/V1xDl+/k278f9dvve2vf9eX8/n9fnvW/t2ftzchljjAAAAGCNAH8XAAAAAGcRAAEAACxDAAQAALAMARAAAMAyBEAAAADLEAABAAAsQwAEAACwDAEQAADAMgRAAAAAyxAAAQAALEMABAAAsAwBEAAAwDIEQAAAAMsQAAEAACxDAAQAALAMARAAAMAyBEAAAADLEAABAAAsQwAEAACwDAEQAADAMgRAAAAAyxAAAQAALEMABAAAsAwBEAAAwDIEQAAAAMsQAAEAACxDAAQAALAMARAAAMAyBEAAAADLEAABAAAsQwAEAACwDAEQAADAMgRAAAAAyxAAAQAALEMABAAAsAwBELgIVatWTampqf4u46L33HPPqXr16goMDNQVV1zh73IA4JwRAIE/uSlTpsjlcmn58uWnXX7dddepXr16f3g7n3zyiYYPH/6H12OLTz/9VI899phatGihyZMn65lnnvF3SQBwzoL8XQCAC2/jxo0KCDi//7/75JNPNGHCBELgOZo/f74CAgL0+uuvKzg42N/lAMB5YQYQuAiFhISoVKlS/i7jvBw9etTfJZyX/fv3KzQ0lPAHoEQiAAIXoVPPASwsLNSIESNUq1YtlS5dWhUrVlTLli2VmZkpSUpNTdWECRMkSS6Xy/M66ejRoxowYIDi4+MVEhKiyy+/XM8//7yMMV7b/emnn9SnTx9VqlRJ5cuX1y233KLdu3fL5XJ5zSwOHz5cLpdL69ev1//93/+pQoUKatmypSRp9erVSk1NVfXq1VW6dGnFxsaqR48eOnTokNe2Tq5j06ZNuvvuuxUeHq6oqCgNGTJExhjt2rVLt956q8LCwhQbG6uxY8ee09idOHFCTz31lGrUqKGQkBBVq1ZNjz/+uAoKCjx9XC6XJk+erKNHj3rGasqUKWdc5xdffKE777xTVapUUUhIiOLj49W/f3/99NNPXv1SU1NVrlw5bdu2Ta1bt1bZsmUVFxenkSNHFhvrC/07kaTdu3erR48eiomJUUhIiOrWras33nij2P4UFBRo2LBhqlmzpmd/HnvsMa8x+i2TJ0+Wy+XSd999V2zZM888o8DAQO3evfuc1wfg/HAIGCghcnNzdfDgwWLthYWFv/nZ4cOHKyMjQ/fee6+uvvpq5eXlafny5fr2229144036v7779eePXuUmZmpt956y+uzxhjdcsstWrBggXr27KkrrrhCc+fO1aOPPqrdu3dr3Lhxnr6pqal67733dM8996hZs2ZauHCh2rdvf8a67rzzTtWqVUvPPPOMJ7hkZmZq27Zt6t69u2JjY7Vu3TpNmjRJ69at09dff+0VTCXprrvuUu3atTV69GjNmjVLo0aNUmRkpP7+97/rhhtu0LPPPqupU6fqkUce0VVXXaVWrVqddazuvfdevfnmm7rjjjs0YMAALV26VBkZGdqwYYM+/PBDSdJbb72lSZMmadmyZXrttdckSc2bNz/jOqdNm6Zjx47pwQcfVMWKFbVs2TK99NJL+vHHHzVt2jSvvkVFRWrTpo2aNWumMWPGaM6cORo2bJhOnDihkSNH+ux3sm/fPjVr1kwul0u9e/dWVFSUZs+erZ49eyovL0/9+vWTJLndbt1yyy368ssvdd9996l27dpas2aNxo0bp02bNmnGjBlnHd+T7rjjDqWlpWnq1Klq1KiR17KpU6fquuuu0yWXXHJO6wLwOxgAf2qTJ082ks76qlu3rtdnqlatarp16+Z537BhQ9O+ffuzbictLc2c7j8JM2bMMJLMqFGjvNrvuOMO43K5zJYtW4wxxqxYscJIMv369fPql5qaaiSZYcOGedqGDRtmJJnOnTsX296xY8eKtb3zzjtGklm0aFGxddx3332ethMnTphLL73UuFwuM3r0aE/74cOHTWhoqNeYnM7KlSuNJHPvvfd6tT/yyCNGkpk/f76nrVu3bqZs2bJnXd/Z9ikjI8O4XC7zww8/eK1Tknn44Yc9bW6327Rv394EBwebAwcOGGN88zvp2bOnqVy5sjl48KBX306dOpnw8HDPPrz11lsmICDAfPHFF179Jk6caCSZxYsXn9OYGGNM586dTVxcnCkqKvK0ffvtt0aSmTx58jmvB8D54xAwUEJMmDBBmZmZxV4NGjT4zc9GRERo3bp12rx583lv95NPPlFgYKD69Onj1T5gwAAZYzR79mxJ0pw5cyRJDz30kFe/hx9++IzrfuCBB4q1hYaGen7++eefdfDgQTVr1kyS9O233xbrf++993p+DgwMVJMmTWSMUc+ePT3tERERuvzyy7Vt27Yz1iL9d18lKT093at9wIABkqRZs2ad9fNn8ut9Onr0qA4ePKjmzZvLGHPaQ6C9e/f2/HxyRu748eP67LPPPHVeyN+JMUbTp0/XzTffLGOMDh486Hm1bt1aubm5nrGfNm2aateurcTERK9+N9xwgyRpwYIF5zwuXbt21Z49e7w+M3XqVIWGhqpjx47nvB4A549DwEAJcfXVV6tJkybF2itUqHDaQ8O/NnLkSN1666267LLLVK9ePbVp00b33HPPOYXHH374QXFxcSpfvrxXe+3atT3LT/4zICBACQkJXv1q1qx5xnWf2leSsrOzNWLECL377rvav3+/17Lc3Nxi/atUqeL1Pjw8XKVLl1alSpWKtZ96HuGpTu7DqTXHxsYqIiLCs6/na+fOnRo6dKj+85//6PDhw17LTt2ngIAAVa9e3avtsssukyTt2LHDU+eF/J0cOHBAOTk5mjRpkiZNmnTafTj5u9i8ebM2bNigqKios/Y7FzfeeKMqV66sqVOnKjk5WW63W++8845uvfXWYvsG4MIiAAIWaNWqlbZu3aqPPvpIn376qV577TWNGzdOEydO9JpBc9qvZ8ZO+utf/6qvvvpKjz76qK644gqVK1dObrdbbdq0kdvtLtY/MDDwnNokFbtA4kxOPc/wjygqKtKNN96o7OxsDRw4UImJiSpbtqx2796t1NTU0+6T007WcPfdd6tbt26n7XPyfxbcbrfq16+vF1544bT94uPjz3m7gYGB+r//+z/94x//0CuvvKLFixdrz549uvvuu89zDwCcLwIgYInIyEh1795d3bt3V35+vlq1aqXhw4d7AuCZQk/VqlX12Wef6ciRI16zMt9//71n+cl/ut1ubd++XbVq1fL027JlyznXePjwYc2bN08jRozQ0KFDPe2/59D173FyHzZv3uyZTZP+e4FETk6OZ1/Px5o1a7Rp0ya9+eab6tq1q6f95BXYp3K73dq2bZtn1k+SNm3aJOm/V3efrPNC/k6ioqJUvnx5FRUVKSUl5az7U6NGDa1atUrJyckXJCh37dpVY8eO1ccff6zZs2crKipKrVu3/sPrBXB2nAMIWODUQ5/lypVTzZo1vW7bUbZsWUlSTk6OV9927dqpqKhIL7/8slf7uHHj5HK51LZtW0ny/NF+5ZVXvPq99NJL51znyZm7U2fqxo8ff87r+CPatWt32u2dnO062xXNZ3K6fTLG6G9/+9sZP/PrsTbG6OWXX1apUqWUnJzsqfNC/k4CAwPVsWNHTZ8+XWvXri1Wz4EDBzw///Wvf9Xu3bv1j3/8o1i/n3766bzv59igQQM1aNBAr732mqZPn65OnTopKIi5CcDX+LcMsECdOnV03XXXqXHjxoqMjNTy5cv1/vvve11s0LhxY0lSnz591Lp1awUGBqpTp066+eabdf311+uJJ57Qjh071LBhQ3366af66KOP1K9fP9WoUcPz+Y4dO2r8+PE6dOiQ55YjJ2evzmW2KCwsTK1atdKYMWNUWFioSy65RJ9++qm2b9/ug1EprmHDhurWrZsmTZqknJwcXXvttVq2bJnefPNNdejQQddff/15rzMxMVE1atTQI488ot27dyssLEzTp08vdi7gSaVLl9acOXPUrVs3NW3aVLNnz9asWbP0+OOPe86788XvZPTo0VqwYIGaNm2qXr16qU6dOsrOzta3336rzz77TNnZ2ZKke+65R++9954eeOABLViwQC1atFBRUZG+//57vffee5o7d+5pz1U9m65du+qRRx6RJA7/Ak7x09XHAM7RydvAfPPNN6ddfu211/7mbWBGjRplrr76ahMREWFCQ0NNYmKiefrpp83x48c9fU6cOGEefvhhExUVZVwul9ctYY4cOWL69+9v4uLiTKlSpUytWrXMc889Z9xut9d2jx49atLS0kxkZKQpV66c6dChg9m4caOR5HVblpO3cDl5W5Nf+/HHH81tt91mIiIiTHh4uLnzzjvNnj17zngrmVPXcabbs5xunE6nsLDQjBgxwiQkJJhSpUqZ+Ph4M3jwYPPzzz+f03ZOZ/369SYlJcWUK1fOVKpUyfTq1cusWrWq2O1OTq5z69at5qabbjJlypQxMTExZtiwYV63SjHmwv9OjDFm3759Ji0tzcTHx5tSpUqZ2NhYk5ycbCZNmuTV7/jx4+bZZ581devWNSEhIaZChQqmcePGZsSIESY3N/ecxuTX9u7d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5enz6quvmrCwMFNQUODsDlxgFSpUMK+99pq143DkyBFTq1Ytk5mZaa699lpPALRtPIYNG2YaNmx42mW2jYUxxgwcONC0bNnyjMvdbreJjY01zz33nKctJyfHhISEmHfeeccYY8z69euNJPPNN994+syePdu4XC6ze/du3xXvY3379jU1atQwbrfbyu9G+/btTY8ePbzabr/9dtOlSxdjjN3fjYsNh4AvMrm5uZKkyMhISdKKFStUWFiolJQUT5/ExERVqVJFS5YskSQtWbJE9evX97oBduvWrZWXl6d169Y5WP2FU1RUpHfffVdHjx5VUlKSteOQlpam9u3be+23ZOf3YvPmzYqLi1P16tXVpUsX7dy5U5KdY/Gf//xHTZo00Z133qno6Gg1atRI//jHPzzLt2/frqysLK8xCQ8PV9OmTb3GJCIiQk2aNPH0SUlJUUBAgJYuXerczlxAx48f17/+9S/16NFDLpfLyu9G8+bNNW/ePG3atEmStGrVKn355Zdq27atJHu/Gxcjq58EcrFxu93q16+fWrRooXr16kmSsrKyFBwcrIiICK++MTExysrK8vQ59eknJ9+f7FNSrFmzRklJSfr5559Vrlw5ffjhh6pTp45Wrlxp1ThI0rvvvqtvv/1W33zzTbFltn0vmjZtqilTpujyyy/X3r17NWLECF1zzTVau3atdWMhSdu2bdOrr76q9PR0Pf744/rmm2/Up08fBQcHq1u3bp59Ot0+/3pMoqOjvZYHBQUpMjKyRI6JJM2YMUM5OTlKTU2VZN+/J5I0aNAg5eXlKTExUYGBgSoqKtLTTz+tLl26SJK1342LEQHwIpKWlqa1a9fqyy+/9HcpfnP55Zdr5cqVys3N1fvvv69u3bpp4cKF/i7Lcbt27VLfvn2VmZmp0qVL+7scvzs5eyFJDRo0UNOmTVW1alW99957Cg0N9WNl/uF2u9WkSRM988wzkqRGjRpp7dq1mjhxorp16+bn6vzn9ddfV9u2bRUXF+fvUvzmvffe09SpU/X222+rbt26Wrlypfr166e4uDirvxsXIw4BXyR69+6tmTNnasGCBbr00ks97bGxsTp+/LhycnK8+u/bt0+xsbGePqde1Xby/ck+JUVwcLBq1qypxo0bKyMjQw0bNtTf/vY368ZhxYoV2r9/v6688koFBQUpKChICxcu1IsvvqigoCDFxMRYNR6nioiI0GWXXaYtW7ZY992QpMqVK6tOnTpebbVr1/YcFj+5T6fb51+Pyf79+72WnzhxQtnZ2SVyTH744Qd99tlnuvfeez1tNn43Hn30UQ0aNEidOnVS/fr1dc8996h///7KyMiQZOd342JFACzhjDHq3bu3PvzwQ82fP18JCQleyxs3bqxSpUpp3rx5nraNGzdq586dSkpKkiQlJSVpzZo1Xv/CZmZmKiwsrNgfiZLG7XaroKDAunFITk7WmjVrtHLlSs+rSZMm6tKli+dnm8bjVPn5+dq6dasqV65s3XdDklq0aFHsdlGbNm1S1apVJUkJCQmKjY31GpO8vDwtXbrUa0xycnK0YsUKT5/58+fL7XaradOmDuzFhTV58mRFR0erffv2njYbvxvHjh1TQIB3NAgMDJTb7ZZk53fjouXvq1Dwxzz44IMmPDzcfP755163Mjh27JinzwMPPGCqVKli5s+fb5YvX26SkpJMUlKSZ/nJ2xjcdNNNZuXKlWbOnDkmKiqqxN3GYNCgQWbhwoVm+/btZvXq1WbQoEHG5XKZTz/91Bhjzzicya+vAjbGrvEYMGCA+fzzz8327dvN4sWLTUpKiqlUqZLZv3+/McausTDmv7cGCgoKMk8//bTZvHmzmTp1qilTpoz517/+5ekzevRoExERYT766COzevVqc+utt572Vh+NGjUyS5cuNV9++aWpVatWibzVR1FRkalSpYoZOHBgsWW2fTe6detmLrnkEs9tYD744ANTqVIl89hjj3n62PTduJgRAEs4Sad9TZ482dPnp59+Mg899JCpUKGCKVOmjLntttvM3r17vdazY8cO07ZtWxMaGmoqVapkBgwYYAoLCx3emz+mR48epmrVqiY4ONhERUWZ5ORkT/gzxp5xOJNTA6BN43HXXXeZypUrm+DgYHPJJZeYu+66y+uedzaNxUkff/yxqVevngkJCTGJiYlm0qRJXsvdbrcZMmSIiYmJMSEhISY5Odls3LjRq8+hQ4dM586dTbly5UxYWJjp3r27OXLkiJO7cUHMnTvXSCq2f8bY993Iy8szffv2NVWqVDGlS5c21atXN0888YTXLW1s+m5czFzG/Or23gAAALjocQ4gAACAZQiAAAAAliEAAgAAWIYACAAAYBkCIAAAgGUIgAAAAJYhAAIAAFiGAAgAAGAZAiAAAIBlCIAAAACWIQACAABYhgAIAABgGQIgAACAZQiAAAAAliEAAgAAWIYACAAAYBkCIAAAgGUIgAAAAJYhAAIAAFiGAAgAAGAZAiAAAIBlCIAAAACWIQACAABYhgAIAABgGQIgAACAZQiAAAAAliEAAgAAWIYACAAAYBkCIAAAgGUIgAAAAJYhAAIAAFjm/wG6Mh5a4biW0wAAAABJRU5ErkJggg==", + "text/html": [ + "\n", + "
\n", + "
\n", + " Figure\n", + "
\n", + " \n", + "
\n", + " " + ], + "text/plain": [ + "Canvas(toolbar=Toolbar(toolitems=[('Home', 'Reset original view', 'home', 'home'), ('Back', 'Back to previous …" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "20af2b4fe4cd48419458f7edb24d7a8f", + "version_major": 2, + "version_minor": 0 + }, + "image/png": "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+KtOnTrp7NmzLpfMkKQpU6bI4XCoY8eOkuQ83uu1115zWe+VV1656DrzZ+7Onamz60utU6dOhfb38ssvS9J5z2guStOmTRUWFqbXX3/dZbwXLVqkrVu3umyzWrVq+vXXX3X48GFn288//6xVq1a5bLNkyZKSCv6sLkanTp2UmprqclzcmTNn9Morr6h06dJq3br1JW/zYhX2883IyNDMmTPd1mdwcLA6dOigOXPm6OOPP5afn5+6dOniss7999+v5ORkLVmypMDr09PTdebMmUK37e3trfbt2+vzzz93uUTOwYMH9dFHH6lly5YKDAyUJHXr1k0///yz80zyvzrfzHRRf5f5HnroIf3yyy964okn5O3trR49ehS5LaA4YQYQuALq1KmjNm3aqEmTJgoJCdHatWs1d+5cDRkyxLlOkyZNJElDhw5Vhw4dnF8md911l2677TY988wz2rNnjxo2bKilS5fq888/1/Dhw1WtWjXn67t166apU6fq6NGjzsvAbN++XdLFzVoFBgaqVatWmjRpknJzc3X99ddr6dKlSklJccOoFNSwYUP16dNHb775ptLT09W6dWutWbNG7777rrp06aLbbrvtkrfp6+urF198UX379lXr1q3Vs2dP52VgoqKinLs/Jalfv356+eWX1aFDB/Xv31+HDh3S66+/rrp16zpPJpD+2L1ap04dzZ49WzfccINCQkJUr169izrGbMCAAXrjjTcUGxurdevWKSoqSnPnznXOHp17rOeV1L59e/n5+emuu+7SwIEDlZWVpf/85z8KCwvTgQMH3NZv9+7d9eCDD+q1115Thw4dClx254knntD8+fN15513KjY2Vk2aNFF2drY2bdqkuXPnas+ePYVepkWSJkyYoKSkJLVs2VKDBw+Wj4+P3njjDeXk5GjSpEkufcydO1f33Xef+vXrpyZNmigtLU3z58/X66+/roYNGxa6/aL+LvN17txZ5cqVU2Jiojp27KiwsLDLHC3gKuHJU5CBq0H+ZWB+/PHHQpe3bt36gpeBmTBhgnXzzTdbwcHBVkBAgFWrVi3rX//6l3X69GnnOmfOnLEeffRRKzQ01HI4HC6Xnjh+/Lg1YsQIKyIiwvL19bVq1Khh/fvf/y5wqYns7GwrLi7OCgkJsUqXLm116dLFebmKv16WJf8SLocPHy7wfn777Tfr3nvvtYKD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4Tp06JDL8jNnzigtLc25TmFGjRqljIwM52Pfvn1XtHYAAAA72BYAjx49qpiYGN1www3q1KmTDhw4IEnq37+/HnvssSvWT5UqVRQeHq5ly5Y52zIzM7V69WpFR0dLkqKjo5Wenq5169Y511m+fLny8vLUrFmzIrft7++vwMBAlwcAAEBxY1sAHDFihHx9fbV3716VLFnS2d69e3ctXrz4kraVlZWlDRs2aMOGDZL+OPFjw4YN2rt3rxwOh4YPH64JEyZo/vz52rRpk3r37q2IiAjnmcK1a9fWHXfcoUceeURr1qzRqlWrNGTIEPXo0eOizwAGAAAormw7BnDp0qVasmSJKlas6NJeo0YN/e9//7ukba1du1a33Xab83l8fLwkqU+fPpo1a5aefPJJZWdna8CAAUpPT1fLli21ePFilShRwvmaDz/8UEOGDFFMTIy8vLzUrVs3TZs27TLeIQAAQPFgWwDMzs52mfnLl5aWJn9//0vaVps2bc577KDD4dD48eM1fvz4ItcJCQnRRx99dEn9AgAAXAts2wV866236r333nM+dzgcysvL06RJk1xm8wAAAOBets0ATpo0STExMVq7dq1Onz6tJ598Ulu2bFFaWppWrVplVxkAAADGs20GsF69etq+fbtatmype+65R9nZ2eratavWr1+vatWq2VUGAACA8WybAZT+uCXbM888Y2eXAAAAOIetAfDYsWN6++23tXXrVklSnTp11LdvX4WEhNhZBgAAgNFs2wW8cuVKRUVFadq0aTp27JiOHTumadOmqUqVKlq5cqVdZQAAABjPthnAuLg4de/eXTNmzJC3t7ck6ezZsxo8eLDi4uK0adMmu0oBAAAwmm0zgDt37tRjjz3mDH+S5O3trfj4eO3cudOuMgAAAIxnWwC88cYbncf+/dXWrVvVsGFDu8oAAAAwnlt3AW/cuNH576FDh2rYsGHauXOnmjdvLkn64YcfNH36dE2cONGdZQAAAOAvHNb57ql2mby8vORwOM572zbpj7uCnD171l1luE1mZqaCgoKUkZGhwMBAT5cDg0SNXOjpEgCj7ZnY2dMl4DLw/e3mGcCUlBR3bh4AAAB/g1sDYGRkpDs3DwAAgL/B1gtB79+/X999950OHTqkvLw8l2VDhw61sxQAAABj2RYAZ82apYEDB8rPz0/lypWTw+FwLnM4HARAAAAAm9gWAJ977jmNHj1ao0aNkpeXbVefAQAAwDlsS2InTpxQjx49CH8AAAAeZlsa69+/vxITE+3qDgAAAEWwbRdwQkKC7rzzTi1evFj169eXr6+vy/KXX37ZrlIAAACMZmsAXLJkiWrWrClJBU4CAQAAgD1sC4AvvfSS3nnnHcXGxtrVJQAAAAph2zGA/v7+uuWWW+zqDgAAAEWwLQAOGzZMr7zyil3dAQAAoAi27QJes2aNli9fri+++EJ169YtcBLIp59+alcpAAAARrMtAAYHB6tr1652dQcAAIAi2BYAZ86caVdXAAAAOA9uywEAAGAY22YAq1Spct7r/e3evduuUgAAAIxmWwAcPny4y/Pc3FytX79eixcv1hNPPGFXGQAAAMazLQAOGzas0Pbp06dr7dq1dpUBAABgPI8fA9ixY0d98sknni4DAADAGB4PgHPnzlVISIinywAAADCGbbuAGzdu7HISiGVZSk1N1eHDh/Xaa6/ZVQYAAIDxbAuAXbp0cXnu5eWl0NBQtWnTRrVq1bKrDAAAAOPZFgDHjBljV1cAAAA4D48fAwgAAAB7uX0G0MvL67wXgJYkh8OhM2fOuLsUAAAAyIYAOG/evCKXJScna9q0acrLy3N3GQAAAPiT2wPgPffcU6Bt27ZtGjlypBYsWKBevXpp/Pjx7i4DAAAAf7L1GMD9+/frkUceUf369XXmzBlt2LBB7777riIjI+0sAwAAwGi2BMCMjAw99dRTql69urZs2aJly5ZpwYIFqlevnh3dAwAA4C/cvgt40qRJevHFFxUeHq7//ve/he4SBgAAgH0clmVZ7uzAy8tLAQEBateunby9vYtc79NPP3VnGW6RmZmpoKAgZWRkKDAw0NPlwCBRIxd6ugTAaHsmdvZ0CbgMfH/bMAPYu3fvC14GBgAAAPZxewCcNWuWu7sAAADAJeBOIAAAAIax7V7AwNWK4+kAAKZhBhAAAMAwBEAAAADDEAABAAAMQwAEAAAwDAEQAADAMARAAAAAwxAAAQAADEMABAAAMAwBEAAAwDAEQAAAAMMQAAEAAAxDAAQAADAMARAAAMAwBEAAAADDEAABAAAMQwAEAAAwDAEQAADAMARAAAAAwxAAAQAADHPNBsCxY8fK4XC4PGrVquVcfurUKcXFxalcuXIqXbq0unXrpoMHD3qwYgAAAHtcswFQkurWrasDBw44H999951z2YgRI7RgwQIlJiZqxYoV2r9/v7p27erBagEAAOzh4+kC3MnHx0fh4eEF2jMyMvT222/ro48+Utu2bSVJM2fOVO3atfXDDz+oefPmdpcKAABgm2t6BnDHjh2KiIhQ1apV1atXL+3du1eStG7dOuXm5qpdu3bOdWvVqqXKlSsrOTm5yO3l5OQoMzPT5QEAAFDcXLMBsFmzZpo1a5YWL16sGTNmKCUlRbfeequOHz+u1NRU+fn5KTg42OU1FSpUUGpqapHbTEhIUFBQkPNRqVIlN78LAACAK++a3QXcsWNH578bNGigZs2aKTIyUnPmzFFAQMDf2uaoUaMUHx/vfJ6ZmUkIBAAAxc41OwN4ruDgYN1www3auXOnwsPDdfr0aaWnp7usc/DgwUKPGczn7++vwMBAlwcAAEBxY0wAzMrK0q5du3TdddepSZMm8vX11bJly5zLt23bpr179yo6OtqDVQIAALjfNbsL+PHHH9ddd92lyMhI7d+/X2PGjJG3t7d69uypoKAg9e/fX/Hx8QoJCVFgYKAeffRRRUdHcwYwAAC45l2zAfC3335Tz549dfToUYWGhqply5b64YcfFBoaKkmaMmWKvLy81K1bN+Xk5KhDhw567bXXPFw1AKA4iBq50NMlXLI9Ezt7ugRcRRyWZVmeLqK4yszMVFBQkDIyMjgesBgrjh/kAHCpCID/H9/fBh0DCAAAgD8QAAEAAAxDAAQAADAMARAAAMAwBEAAAADDEAABAAAMQwAEAAAwDAEQAADAMARAAAAAwxAAAQAADEMABAAAMAwBEAAAwDAEQAAAAMMQAAEAAAxDAAQAADAMARAAAMAwBEAAAADDEAABAAAMQwAEAAAwDAEQAADAMARAAAAAwxAAAQAADEMABAAAMAwBEAAAwDAEQAAAAMP4eLoAXFuiRi70dAkAAOACmAEEAAAwDAEQAADAMARAAAAAwxAAAQAADEMABAAAMAwBEAAAwDAEQAAAAMMQAAEAAAxDAAQAADAMARAAAMAwBEAAAADDEAABAAAMQwAEAAAwDAEQAADAMARAAAAAwxAAAQAADEMABAAAMAwBEAAAwDAEQAAAAMMQAAEAAAxDAAQAADAMARAAAMAwBEAAAADD+Hi6ABQtauRCT5cAAACuQcwAAgAAGIYACAAAYBgCIAAAgGEIgAAAAIbhJBAAAAxQHE8s3DOxs6dLuGYxAwgAAGAYAiAAAIBhCIAAAACGIQACAAAYhgAIAABgGAIgAACAYQiAAAAAhiEAAgAAGIYACAAAYBgCIAAAgGGMD4DTp09XVFSUSpQooWbNmmnNmjWeLgkAAMCtjA6As2fPVnx8vMaMGaOffvpJDRs2VIcOHXTo0CFPlwYAAOA2RgfAl19+WY888oj69u2rOnXq6PXXX1fJkiX1zjvveLo0AAAAt/HxdAGecvr0aa1bt06jRo1ytnl5ealdu3ZKTk4u9DU5OTnKyclxPs/IyJAkZWZmuqXGvJwTbtkuAADFgbu+X/O3a1mWW7ZfHBgbAI8cOaKzZ8+qQoUKLu0VKlTQr7/+WuhrEhISNG7cuALtlSpVckuNAACYLGiqe7d//PhxBQUFubeTq5SxAfDvGDVqlOLj453P8/LylJaWpnLlysnhcHiwMvfJzMxUpUqVtG/fPgUGBnq6nKsKY1M0xqZojM35MT5FY2yKdqljY1mWjh8/roiICBuquzoZGwDLly8vb29vHTx40KX94MGDCg8PL/Q1/v7+8vf3d2kLDg52V4lXlcDAQD5wisDYFI2xKRpjc36MT9EYm6JdytiYOvOXz9iTQPz8/NSkSRMtW7bM2ZaXl6dly5YpOjrag5UBAAC4l7EzgJIUHx+vPn36qGnTprr55ps1depUZWdnq2/fvp4uDQAAwG2MDoDdu3fX4cOHNXr0aKWmpqpRo0ZavHhxgRNDTObv768xY8YU2PUNxuZ8GJuiMTbnx/gUjbEpGmNz6RyWyedAAwAAGMjYYwABAABMRQAEAAAwDAEQAADAMARAAAAAwxAAoYSEBN10000qU6aMwsLC1KVLF23bts1lnVOnTikuLk7lypVT6dKl1a1btwIX0b4WXWhs0tLS9Oijj6pmzZoKCAhQ5cqVNXToUOd9oq9lF/N7k8+yLHXs2FEOh0OfffaZvYV6yMWOT3Jystq2batSpUopMDBQrVq10smTJz1QsX0uZmxSU1P10EMPKTw8XKVKldKNN96oTz75xEMV22fGjBlq0KCB84LG0dHRWrRokXO5qZ/F+c43PiZ/Hv8dBEBoxYoViouL0w8//KCkpCTl5uaqffv2ys7Odq4zYsQILViwQImJiVqxYoX279+vrl27erBqe1xobPbv36/9+/dr8uTJ2rx5s2bNmqXFixerf//+Hq7c/S7m9ybf1KlTr9nbJRblYsYnOTlZd9xxh9q3b681a9boxx9/1JAhQ+TldW1/NF/M2PTu3Vvbtm3T/PnztWnTJnXt2lX333+/1q9f78HK3a9ixYqaOHGi1q1bp7Vr16pt27a65557tGXLFknmfhbnO9/4mPx5/LdYwDkOHTpkSbJWrFhhWZZlpaenW76+vlZiYqJzna1bt1qSrOTkZE+V6RHnjk1h5syZY/n5+Vm5ubk2VuZ5RY3N+vXrreuvv946cOCAJcmaN2+eZwr0sMLGp1mzZtazzz7rwaquDoWNTalSpaz33nvPZb2QkBDrP//5j93leVzZsmWtt956i8/iIuSPT2FM/Ty+GNf2/2bib8mfLg8JCZEkrVu3Trm5uWrXrp1znVq1aqly5cpKTk72SI2ecu7YFLVOYGCgfHzMus56YWNz4sQJPfDAA5o+fXqR99g2xbnjc+jQIa1evVphYWFq0aKFKlSooNatW+u7777zZJkeUdjvTosWLTR79mylpaUpLy9PH3/8sU6dOqU2bdp4qEr7nT17Vh9//LGys7MVHR3NZ/E5zh2fwpj6eXwxGBG4yMvL0/Dhw3XLLbeoXr16kv44FsfPz0/BwcEu61aoUEGpqakeqNIzChubcx05ckTPP/+8BgwYYHN1nlXU2IwYMUItWrTQPffc48HqPK+w8dm9e7ckaezYsZo8ebIaNWqk9957TzExMdq8ebNq1KjhyZJtU9Tvzpw5c9S9e3eVK1dOPj4+KlmypObNm6fq1at7sFp7bNq0SdHR0Tp16pRKly6tefPmqU6dOtqwYQOfxSp6fM5l6ufxxSIAwkVcXJw2b95s5CzEhVxobDIzM9W5c2fVqVNHY8eOtbc4DytsbObPn6/ly5df88dsXYzCxicvL0+SNHDgQOf9xxs3bqxly5bpnXfeUUJCgkdqtVtRf1fPPfec0tPT9dVXX6l8+fL67LPPdP/99+vbb79V/fr1PVStPWrWrKkNGzYoIyNDc+fOVZ8+fbRixQpPl3XVKGp8/hoCTf48vmie3geNq0dcXJxVsWJFa/fu3S7ty5YtsyRZx44dc2mvXLmy9fLLL9tYoecUNTb5MjMzrejoaCsmJsY6efKkzdV5VlFjM2zYMMvhcFje3t7OhyTLy8vLat26tWeK9YCixmf37t2WJOv99993ab///vutBx54wM4SPaaosdm5c6clydq8ebNLe0xMjDVw4EA7S7wqxMTEWAMGDOCzuAj545PP5M/jS8ExgJBlWRoyZIjmzZun5cuXq0qVKi7LmzRpIl9fXy1btszZtm3bNu3du7fI4y6uFRcaG+mP/9Ns3769/Pz8NH/+fJUoUcIDldrvQmMzcuRIbdy4URs2bHA+JGnKlCmaOXOmByq214XGJyoqShEREQUuf7J9+3ZFRkbaWartLjQ2J06ckKQCZ0N7e3s7Z05NkpeXp5ycHKM/i88nf3wkcz+P/xaPxk9cFQYNGmQFBQVZ33zzjXXgwAHn48SJE851/vnPf1qVK1e2li9fbq1du9aKjo62oqOjPVi1PS40NhkZGVazZs2s+vXrWzt37nRZ58yZMx6u3r0u5vfmXDLoLOCLGZ8pU6ZYgYGBVmJiorVjxw7r2WeftUqUKGHt3LnTg5W734XG5vTp01b16tWtW2+91Vq9erW1c+dOa/LkyZbD4bAWLlzo4erda+TIkdaKFSuslJQUa+PGjdbIkSMth8NhLV261LIscz+L851vfEz+PP47CICwJBX6mDlzpnOdkydPWoMHD7bKli1rlSxZ0rr33nutAwcOeK5om1xobL7++usi10lJSfFo7e52Mb83hb3GlAB4seOTkJBgVaxY0SpZsqQVHR1tffvtt54p2EYXMzbbt2+3unbtaoWFhVklS5a0GjRoUOCyMNeifv36WZGRkZafn58VGhpqxcTEOMOfZZn7WZzvfONj8ufx3+GwLMtyz9wiAAAArkYcAwgAAGAYAiAAAIBhCIAAAACGIQACAAAYhgAIAABgGAIgAACAYQiAAAAAhiEAAgAAGIYACAAAYBgCIAAAgGEIgAAAAIYhAAIAABiGAAgAAGAYAiAAAIBhCIAAAACGIQACAAAYhgAIAABgGAIgAACAYQiAAAAAhiEAAgAAGIYACAAAYBgCIAAAgGEIgAAAAIYhAAIAABiGAAgAAGAYAiAAAIBhCIAAAACGIQACAAAYhgAIAABgGAIgAACAYQiAAAAAhvl/L3n+GKUpK+QAAAAASUVORK5CYII=", + "text/html": [ + "\n", + "
\n", + "
\n", + " Figure\n", + "
\n", + " \n", + "
\n", + " " + ], + "text/plain": [ + "Canvas(toolbar=Toolbar(toolitems=[('Home', 'Reset original view', 'home', 'home'), ('Back', 'Back to previous …" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "403f4eb1e48c4bfbb8aaf0c63039fefd", + "version_major": 2, + "version_minor": 0 + }, + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAoAAAAHgCAYAAAA10dzkAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguNCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8fJSN1AAAACXBIWXMAAA9hAAAPYQGoP6dpAAA/WElEQVR4nO3deVxV1f7/8fcBAXEARAWkcDbnobQUNRskx1ta1lW/pqCmZZhjTpVjFmaDXsv0163UW5k3K+2mqZGaZTnkPOZsmoqoCIgWAmf9/ijOoyNoWp59hP16Ph77cTlrr7PXZ53dhbd7Og5jjBEAAABsw8fbBQAAAMBaBEAAAACbIQACAADYDAEQAADAZgiAAAAANkMABAAAsBkCIAAAgM0QAAEAAGyGAAgAAGAzBEAAAACbIQACAADYDAEQAADAZgiAAAAANkMABAAAsBkCIAAAgM0QAAEAAGyGAAgAAGAzBEAAAACbIQACAADYDAEQAADAZgiAAAAANkMABAAAsBkCIAAAgM0QAAEAAGyGAAgAAGAzBEAAAACbIQACAADYDAEQAADAZgiAAAAANkMABAAAsBkCIAAAgM0QAAEAAGyGAAgAAGAzBEAAAACbIQACAADYDAEQKIQqVqyouLg4b5dR6L388suqXLmyfH191aBBA2+XAwBXjQAI3OBmz54th8OhDRs25Lv+7rvvVp06df72OF988YXGjRv3t7djF19++aWGDx+uZs2aadasWXrxxRe9XRIAXLUi3i4AwPW3Z88e+fhc27/vvvjiC02fPp0QeJVWrFghHx8fvfPOO/L39/d2OQBwTTgCCBRCAQEB8vPz83YZ1+T8+fPeLuGaJCcnKzAwkPAHoEAiAAKF0KXXAGZlZWn8+PGqVq2aihYtqtKlS6t58+ZKTEyUJMXFxWn69OmSJIfD4VpynT9/XkOHDlVUVJQCAgJUvXp1vfLKKzLGuI37yy+/aMCAASpTpoxKliypBx54QMeOHZPD4XA7sjhu3Dg5HA7t2rVL//d//6dSpUqpefPmkqRt27YpLi5OlStXVtGiRRUREaFevXrpzJkzbmPlbmPv3r169NFHFRwcrLJly2r06NEyxujo0aPq0KGDgoKCFBERoVdfffWqPrvs7Gw9//zzqlKligICAlSxYkU988wzyszMdPVxOByaNWuWzp8/7/qsZs+efdltfvvtt3rkkUdUvnx5BQQEKCoqSoMHD9Yvv/zi1i8uLk4lSpTQwYMH1bp1axUvXlyRkZGaMGFCns/6eu8TSTp27Jh69eql8PBwBQQEqHbt2nr33XfzzCczM1Njx45V1apVXfMZPny422f0Z5KTk1W2bFndfffdbjXv379fxYsXV+fOna96WwCuHaeAgQIiLS1Np0+fztOelZX1p+8dN26cEhIS9Nhjj+mOO+5Qenq6NmzYoE2bNum+++7T448/ruPHjysxMVHvvfee23uNMXrggQe0cuVK9e7dWw0aNNCyZcs0bNgwHTt2TFOmTHH1jYuL00cffaTu3burSZMmWrVqldq3b3/Zuh555BFVq1ZNL774oisEJCYm6uDBg+rZs6ciIiK0c+dOvfXWW9q5c6fWrl3rFkwlqXPnzqpZs6YmTZqkxYsXa+LEiQoNDdX/+3//T/fee69eeuklffDBB3r66ad1++23q0WLFlf8rB577DHNmTNHDz/8sIYOHap169YpISFBu3fv1oIFCyRJ7733nt566y2tX79eb7/9tiSpadOml93m/PnzdeHCBfXr10+lS5fW+vXr9frrr+vnn3/W/Pnz3frm5OSoTZs2atKkiSZPnqylS5dq7Nixys7O1oQJEzy2T06ePKkmTZrI4XCof//+Klu2rJYsWaLevXsrPT1dgwYNkiQ5nU498MADWr16tfr27auaNWtq+/btmjJlivbu3auFCxde8fPNFRYWphkzZuiRRx7R66+/rgEDBsjpdCouLk4lS5bUm2++eVXbAfAXGQA3tFmzZhlJV1xq167t9p4KFSqY2NhY1+v69eub9u3bX3Gc+Ph4k9+vhIULFxpJZuLEiW7tDz/8sHE4HGb//v3GGGM2btxoJJlBgwa59YuLizOSzNixY11tY8eONZJM165d84x34cKFPG0ffvihkWS++eabPNvo27evqy07O9vcfPPNxuFwmEmTJrnaz549awIDA90+k/xs2bLFSDKPPfaYW/vTTz9tJJkVK1a42mJjY03x4sWvuL0rzSkhIcE4HA7z008/uW1TknnqqadcbU6n07Rv3974+/ubU6dOGWM8s0969+5typUrZ06fPu3Wt0uXLiY4ONg1h/fee8/4+PiYb7/91q3fzJkzjSTz3XffXdVnkqtr166mWLFiZu/evebll182kszChQuvaRsArh2ngIECYvr06UpMTMyz1KtX70/fGxISop07d2rfvn3XPO4XX3whX19fDRgwwK196NChMsZoyZIlkqSlS5dKkp588km3fk899dRlt/3EE0/kaQsMDHT9/Ouvv+r06dNq0qSJJGnTpk15+j/22GOun319fdWoUSMZY9S7d29Xe0hIiKpXr66DBw9ethbpt7lK0pAhQ9zahw4dKklavHjxFd9/OX+c0/nz53X69Gk1bdpUxhht3rw5T//+/fu7fs49Infx4kV99dVXrjqv5z4xxuiTTz7R/fffL2OMTp8+7Vpat26ttLQ012c/f/581axZUzVq1HDrd++990qSVq5ceU2fzRtvvKHg4GA9/PDDGj16tLp3764OHTpc0zYAXDtOAQMFxB133KFGjRrlaS9VqlS+p4b/aMKECerQoYNuueUW1alTR23atFH37t2vKjz+9NNPioyMVMmSJd3aa9as6Vqf+78+Pj6qVKmSW7+qVatedtuX9pWklJQUjR8/XvPmzVNycrLburS0tDz9y5cv7/Y6ODhYRYsWVZkyZfK0X3od4aVy53BpzREREQoJCXHN9VodOXJEY8aM0f/+9z+dPXvWbd2lc/Lx8VHlypXd2m655RZJ0uHDh111Xs99curUKaWmpuqtt97SW2+9le8ccvfFvn37tHv3bpUtW/aK/a5WaGiopk2bpkceeUTh4eGaNm3aNb0fwF9DAARsoEWLFjpw4IA+++wzffnll3r77bc1ZcoUzZw50+0ImtX+eGQs1z//+U99//33GjZsmBo0aKASJUrI6XSqTZs2cjqdefr7+vpeVZukPDdIXM6l1xn+HTk5ObrvvvuUkpKiESNGqEaNGipevLiOHTumuLi4fOdktdwaHn30UcXGxubbJ/cfC06nU3Xr1tVrr72Wb7+oqKhrHn/ZsmWSpLNnz+rnn39WSEjINW8DwLUhAAI2ERoaqp49e6pnz57KyMhQixYtNG7cOFcAvFzoqVChgr766iudO3fO7YjTjz/+6Fqf+79Op1OHDh1StWrVXP32799/1TWePXtWy5cv1/jx4zVmzBhX+185df1X5M5h3759rqNp0m83SKSmprrmei22b9+uvXv3as6cOerRo4erPfcO7Es5nU4dPHjQddRPkvbu3Svpt7u7c+u8nvukbNmyKlmypHJychQTE3PF+VSpUkVbt25Vy5Ytr0tQXrp0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", + "text/html": [ + "\n", + "
\n", + "
\n", + " Figure\n", + "
\n", + " \n", + "
\n", + " " + ], + "text/plain": [ + "Canvas(toolbar=Toolbar(toolitems=[('Home', 'Reset original view', 'home', 'home'), ('Back', 'Back to previous …" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "848ef50677a44953885e686448caf873", + "version_major": 2, + "version_minor": 0 + }, + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAoAAAAHgCAYAAAA10dzkAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguNCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8fJSN1AAAACXBIWXMAAA9hAAAPYQGoP6dpAABAnElEQVR4nO3de3zO9f/H8ee1jRl2MGwz1swh5yh8GZJThJLoMD/lGNLmNClKzplE+eqgbyWT6CQUOc2xg1FECjmLYs7bzGEH+/z+KNfNZcM2rs+19Xncb7frls/787k+79fnfX24nn1Ol80wDEMAAACwDDdXFwAAAABzEQABAAAshgAIAABgMQRAAAAAiyEAAgAAWAwBEAAAwGIIgAAAABZDAAQAALAYAiAAAIDFEAABAAAshgAIAABgMQRAAAAAiyEAAgAAWAwBEAAAwGIIgAAAABZDAAQAALAYAiAAAIDFEAABAAAshgAIAABgMQRAAAAAiyEAAgAAWAwBEAAAwGIIgAAAABZDAAQAALAYAiAAAIDFEAABAAAshgAIAABgMQRAAAAAiyEAAgAAWAwBEAAAwGIIgAAAABZDAAQAALAYAiAAAIDFEAABAAAshgAIAABgMQRAWFr58uXVo0cPV5fxr/faa6+pQoUKcnd3V506da67XI8ePVS+fPk89TFmzBjZbLYcLRsbGyubzaZDhw7lup9bqdGZrmzT5s2bb7pss2bN1KxZM/v0oUOHZLPZFBsba2/LzXhaVX7dF4CcIADiX+NmX4DNmjVTzZo1b7mfpUuXasyYMbe8HqtYuXKlnn/+eTVu3FizZs3SxIkTTet74sSJWrRokWn93YqCUGtBqBFAzhAAYWm7d+/W+++/n6v3LF26VGPHjnVSRf8+a9askZubm2bOnKlu3bqpXbt21132/fff1+7du/PUz8iRI3Xx4kWHtusFlqeeekoXL15UaGhonvpyBjPD1cqVK7Vy5cobLpOb8bSqW9lfAVfzcHUBgCt5enq6uoRcO3/+vIoVK+bqMnLsxIkT8vLyUuHChW+6bKFChfLcj4eHhzw8cvZPmru7u9zd3fPcV0GXk88iN+P5b2AYhi5duiQvL68cv+dW9lfA1TgCCEu79hrA9PR0jR07VpUrV1aRIkVUsmRJNWnSRHFxcZL+vubn7bffliTZbDb764rz589r6NChCgkJkaenp6pUqaIpU6bIMAyHfi9evKiBAweqVKlS8vb2VocOHfTXX3/JZrM5nF6+ch3Wzp079X//938qUaKEmjRpIknavn27evTooQoVKqhIkSIKCgpSr169dPr0aYe+rqxjz549evLJJ+Xr66vSpUvr5ZdflmEYOnLkiB5++GH5+PgoKChIU6dOzdHYZWRkaPz48apYsaI8PT1Vvnx5vfjii0pNTbUvY7PZNGvWLJ0/f94+VldfZ3ata6+punJt2pQpU/Tee+/Z+6pfv75++umnbLfz6r7Pnz+v2bNn2/u+8llndw3gV199pfbt2ys4OFienp6qWLGixo8fr8uXL+doPG5k79696ty5s4KCglSkSBGVK1dOERERSkpKummtf/zxh5599llVqVJFXl5eKlmypB577LHrXr944cIF9evXTyVLlpSPj4+6deums2fPOixz7TWA2cnpeK5du1Y2m00LFy7Mso558+bJZrMpPj4+R+O0bt062Ww2ff755xo7dqzKli0rb29vPfroo0pKSlJqaqoGDx6sgIAAFS9eXD179nTY3yRp1qxZatGihQICAuTp6anq1atrxowZWfoqX768HnzwQa1YsUL16tWTl5eX/ve//0n6e8w7dOigYsWKKSAgQEOGDNGKFStks9m0bt06+zpuZX8FXM06/3sHy0hKStKpU6eytKenp9/0vWPGjFFMTIyefvpp/ec//1FycrI2b96sn3/+Wffff7/69euno0ePKi4uTnPmzHF4r2EY6tChg9auXavevXurTp06WrFihYYNG6a//vpLb7zxhn3ZHj166PPPP9dTTz2lhg0bav369Wrfvv1163rsscdUuXJlTZw40R4m4+LidODAAfXs2VNBQUHasWOH3nvvPe3YsUMbN27McgH/E088oWrVqmnSpEn65ptvNGHCBPn7++t///ufWrRooVdffVVz587Vc889p/r166tp06Y3HKunn35as2fP1qOPPqqhQ4dq06ZNiomJ0a5du+xhYM6cOXrvvff0448/6oMPPpAkNWrU6Kafw7XmzZunc+fOqV+/frLZbJo8ebI6deqkAwcOXPcozJw5c+yfY9++fSVJFStWvG4fsbGxKl68uKKjo1W8eHGtWbNGo0aNUnJysl577bVc13xFWlqa2rRpo9TUVA0YMEBBQUH666+/tGTJEiUmJsrX1/eGtf7000/a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", + "text/html": [ + "\n", + "
\n", + "
\n", + " Figure\n", + "
\n", + " \n", + "
\n", + " " + ], + "text/plain": [ + "Canvas(toolbar=Toolbar(toolitems=[('Home', 'Reset original view', 'home', 'home'), ('Back', 'Back to previous …" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "d92cc040949f498db4ea629de588b897", + "version_major": 2, + "version_minor": 0 + }, + "image/png": "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MTHRpX3s2LGSpJUrV5b5/eXB8OHDXY6S3n777bp06ZJ+/PFHZ9svf8ZnzpzRiRMndPvtt+vcuXP6/vvvba0XwG/DKWCggrvtttvUtm3bYu01atQo8dTwL02bNk333HOPfv/736t58+bq2bOnHnjggasKjz/++KMiIiJUvXp1l/amTZs6lxf96ePjo3r16rn0a9iwYanrvryvJJ06dUpTp07V0qVLdezYMZdl2dnZxfrXrVvX5X1wcLAqV66sWrVqFWu//DrCyxXN4fKaw8PDFRIS4hKiyqvLfx41atSQJJ0+fdrZtmvXLj399NNat26dcnJyXPqX9DMGUH4RAAGUqnPnztq/f78+/PBDrVmzRq+++qpmz56tBQsWuBxBs9svj0QV+fOf/6wvvvhC48aNU+vWrRUYGKjCwkL17NlThYWFxfr7+vpeVZukYjetlOby6wy9yZXmnpWVpTvuuENBQUGaNm2aGjRooMqVK2vbtm0aP358iT9jAOUXARBAmUJDQzVkyBANGTJEubm56ty5s6ZMmeIMgKWFnqioKP3rX//SmTNnXI4CFp0qjIqKcv5ZWFiojIwMNWrUyNkvPT39qms8ffq01q5dq6lTp2rSpEnO9l9z6vrXKJrDvn37nEc4Jeno0aPKyspyzvValadA+dlnn+nkyZN6//33XW6IycjI8GBVAH4trgEEUKrLT30GBgaqYcOGLo82qVatmqT/HiH6pd69e+vSpUt6+eWXXdpnz54th8OhXr16SZJ69OghSXrllVdc+r300ktXXWfR0avLj9T92k/RuFa9e/cucbwXX3xRksq8o7ks1apVKzenVkv6GV+8eLHYdgPgHTgCCKBUzZo1U5cuXdSmTRuFhoZqy5Ytevfdd5WQkODs06ZNG0nSyJEj1aNHD/n6+qp///666667dOedd+qpp57SgQMH1KpVK61Zs0YffvihRo8erQYNGji/v1+/fpozZ45OnjzpfAzM3r17JV3dUbCgoCB17txZs2bNUn5+vn73u99pzZo1th2datWqlQYNGqS///3vzlOlX331lV5//XX16dNHd955569ab5s2bfTOO+8oMTFRt956qwIDA3XXXXdd5+qvTocOHVSjRg0NGjRII0eOlMPh0JtvvnnVp8cBlC8EQAClGjlypD766COtWbNGeXl5ioqK0owZMzRu3Dhnn759+2rE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AQAADEMABAAAMAwBEAAAwDAEQAAAAMMQAAEAAAxDAAQAADAMARAAAMAwBEAAAADDEAABAAAMQwAEAAAwDAEQAADAMARAAAAAwxAAAQAADEMABAAAMAwBEAAAwDAEQAAAAMMQAAEAAAxDAAQAADAMARAAAMAwBEAAAADDEAABAAAMY1sA3LZtm3bs2OF8/+GHH6pPnz568skndfHiRbvKAAAAMJ5tAfDhhx/W3r17JUk//PCD+vfvr6pVq2rZsmV64okn7CoDAADAeLYFwL1796p169aSpGXLlqlz585asmSJFi9erPfee8+uMgAAAIxnWwC0LEuFhYWSpH/961/q3bu3JCkyMlInTpywqwwAAADj2RYA27ZtqxkzZujNN9/Uhg0bFBcXJ0nKyMhQWFiYXWUAAAAYz7YAOGfOHG3btk0JCQl66qmn1LBhQ0nSu+++qw4dOthVBgAAgPH87BqoZcuWLncBF3nuuefk6+trVxkAAADGs/U5gFlZWXr11VeVlJSkU6dOSZK+++47HTt2zM4yAAAAjGbbEcDt27erW7duCgkJ0YEDBzRs2DCFhobq/fff18GDB/XGG2/YVQoAAIDRbDsCmJiYqCFDhmjfvn2qXLmys713797auHGjXWUAAAAYz7YA+PXXX+vhhx8u1v673/1OmZmZdpUBAABgPNsCYEBAgHJycoq17927V7Vr17arDAAAAOPZFgDvvvtuTZs2Tfn5+ZIkh8OhgwcPavz48erXr59dZQAAABjPtgD4wgsvKDc3V3Xq1NH58+d1xx13qGHDhqpevbr+9re/2VUGAACA8Wy7Czg4OFgpKSnatGmTvv32W+Xm5uqWW25RbGysXSUAAABANgbAIh07dlTHjh3tHhYAAAA/s+0U8MiRIzV37txi7S+//LJGjx5tVxkAAADGsy0AvvfeeyUe+evQoYPefffda1rXxo0bdddddykiIkIOh0MffPCBy/LBgwfL4XC4vHr27OnS59SpUxowYICCgoIUEhKioUOHKjc395rnBQAA4G1sC4AnT55UcHBwsfagoCCdOHHimtZ19uxZtWrVSvPmzSu1T8+ePXXkyBHn6+2333ZZPmDAAO3atUspKSlasWKFNm7cqOHDh19THQAAAN7ItmsAGzZsqNWrVyshIcGlfdWqVapfv/41ratXr17q1atXmX0CAgIUHh5e4rLd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", + "text/html": [ + "\n", + "
\n", + "
\n", + " Figure\n", + "
\n", + " \n", + "
\n", + " " + ], + "text/plain": [ + "Canvas(toolbar=Toolbar(toolitems=[('Home', 'Reset original view', 'home', 'home'), ('Back', 'Back to previous …" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "a04cb0098fd54e1d84ebfe36bd951d48", + "version_major": 2, + "version_minor": 0 + }, + "image/png": "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na1ly5bp5ZdfVpUqVZzYJAAAAArgyDmAAQEBmjVrlhObAgAAwBU4dhFI586dNWfOHKc2BwAAgAI4dg5g9erVNWrUKK1cuVKNGjVSiRIlPJb369fPqVIAAACs5lgAfO+99xQaGqp169Zp3bp1HstcLhcBEAAAwCGOBcA9e/Y4tSkAAABchmPnAAIAAKBwcGwG8PHHH7/s8vfff9+hSgAAAOzmWAA8efKkx/Ps7Gxt3rxZaWlpat26tVNlAAAAWM+xADh79uw8bbm5uXrqqadUtWpVp8oAAACwnk/PAfTz89OgQYM0btw4X5YBAABgFZ9fBLJr1y5duHDB12UAAABYw7FDwIMGDfJ4bozR4cOHNX/+fPXs2dOpMgAAAKznWABcv369x3M/Pz+VK1dOb7zxxhWvEAYAAMCN41gAXLp0qVObAgAAwGU4dg7gnj17tGPHjjztO3bs0N69e50qAwAAwHqOBcC4uDh9/fXXedpXr16tuLg4p8oAAACwnmMBcP369WrevHme9qZNm2rDhg1OlQEAAGA9xwKgy+XSqVOn8rSnp6crJyfHqTIAAACs51gAbNmypZKSkjzCXk5OjpKSktSiRQunygAAALCeY1cBv/baa2rZsqVq1Kihe+65R5K0YsUKZWRkaMmSJU6VAQAAYD3HZgCjo6O1ceNGPfzwwzp69KhOnTqlHj166IcfflCdOnWcKgMAAMB6js0ASlJkZKReffVVJzcJAACASzg2Azh16lTNmDEjT/uMGTM0ffp0p8oAAACwnmMBMCkpSWXLls3TXr58eWYFAQAAHORYANy3b5+qVKmSp71SpUrat2+fU2UAAABYz7EAWL58eW3cuDFP+3fffacyZco4VQYAAID1HAuAjz76qPr166elS5cqJydHOTk5WrJkifr3769u3bo5VQYAAID1HLsK+JVXXtHevXsVGxurIkV+2mxubq569OjBOYAAAAAOciwABgYG6l//+pdeeeUVfffddypWrJjq1q2rSpUqOVUCAAAA5PB9ACUpLCxM9913X75XBAMAAMD7HDkHMC0tTQkJCSpbtqzCw8MVHh6usmXLKjExUWlpaU6UAAAAgJ95fQYwNTVVMTExOnjwoLp3765atWpJkr7//ntNmzZNixcv1tdff63SpUt7uxQAAADIgQA4atQoBQYGateuXQoPD8+zrG3btho1apTG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", + "text/html": [ + "\n", + "
\n", + "
\n", + " Figure\n", + "
\n", + " \n", + "
\n", + " " + ], + "text/plain": [ + "Canvas(toolbar=Toolbar(toolitems=[('Home', 'Reset original view', 'home', 'home'), ('Back', 'Back to previous …" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "5ae4bb20613f4ee3b22f37c6fb4b6e31", + "version_major": 2, + "version_minor": 0 + }, + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAoAAAAHgCAYAAAA10dzkAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguNCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8fJSN1AAAACXBIWXMAAA9hAAAPYQGoP6dpAABBzUlEQVR4nO3de3zO9f/H8ee1sYPDtsYOljnL+RRhDkvIQgelvpFvTKJvTQ4r4VuOqaGTSNSvHPJNB0K3CC1n0kTkmNBQMRTbjBrb3r8/tOvWZQeGfS7zedxvt+v2db0/7+vzfn0+n2vf69nn6DDGGAEAAMA2PNxdAAAAAKxFAAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmyEAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmyEAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmyEAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmyEAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEACBfFSqVEnR0dHuLuOG98orr6hKlSry9PRUw4YN8+07Z84c1axZU8WLF1dAQIAl9V1rDodDo0ePdncZucrIyNBzzz2n8PBweXh4qEuXLu4u6ZobPXq0HA7HdT9PoDARAGEbs2bNksPh0ObNm3Od3qZNG9WtW/eqx/nyyy+v2x/369FXX32l5557Ti1bttTMmTP18ssv59n3xx9/VHR0tKpWrar/+7//07vvvmthpRfMnTtXkyZNsnxcq8yYMUOvvPKKHnzwQc2ePVuDBw92d0kACkExdxcAXM/27t0rD4+C/XfSl19+qalTpxICL9PKlSvl4eGh999/X15eXvn2Xb16tbKysvTmm2+qWrVqFlXoau7cudq5c6cGDRrklvEL28qVK3XzzTfrjTfecHcpheaFF17QsGHD3F0G4FbsAQTy4e3treLFi7u7jAI5c+aMu0sokOPHj8vX1/eS4S+7r6RLHvo1xujPP/+8FuXZwj/X1/Hjx4vsofXLVaxYMfn4+Li7DMCtCIBAPi4+B/D8+fMaM2aMqlevLh8fH5UpU0atWrVSfHy8JCk6OlpTp06VdOE8r+xXtjNnzuiZZ55ReHi4vL29VaNGDb366qsyxriM++eff2rAgAEqW7asSpcurXvvvVe//fZbjnPHss872r17tx555BHddNNNatWqlSRp+/btio6OVpUqVeTj46PQ0FA99thj+uOPP1zGyp7HTz/9pH//+9/y9/dXUFCQRowYIWOMfvnlF913333y8/NTaGioXnvttctadxkZGXrxxRdVtWpVeXt7q1KlSvrvf/+r9PR0Zx+Hw6GZM2fqzJkzznU1a9asPLfFqFGjJElBQUEu66JSpUq6++67tXz5cjVp0kS+vr565513JEk///yzHnroIQUGBqpEiRJq3ry5lixZ4jLv1atXy+Fw6NNPP9VLL72k8uXLy8fHR+3atdP+/fud/dq0aaMlS5bo0KFDznorVaokSTp37pxGjhypxo0by9/fXyVLllTr1q21atWqy1pfl/Lxxx+rcePGKl26tPz8/FSvXj29+eabzul5nYOWferDwYMHnW15rS+Hw6FVq1Zp165dzuVbvXq1JOnVV19VixYtVKZMGfn6+qpx48aaP39+rrX+73//U9OmTVWiRAnddNNNioyM1FdffeXSZ+nSpWrdurVKliyp0qVLq3Pnztq1a9dlrw9jjMqWLavY2FhnW1ZWlgICAuTp6ank5GRn+4QJE1SsWDGlpaXlua4cDof69++vRYsWqW7duvL29ladOnW0bNmyHGOvX79et912m3x8fFS1alXndw0oSjgEDNtJSUnR77//nqP9/Pnzl/zs6NGjFRcXp8cff1xNmzZVamqqNm/erO+//1533nmnnnjiCR05ckTx8fGaM2eOy2eNMbr33nu1atUq9enTRw0bNtTy5cs1ZMgQ/fbbby6H3KKjo/Xpp5/q0UcfVfPmzbVmzRp17tw5z7oeeughVa9eXS+//LIzTMbHx+vnn39W7969FRoaql27dundd9/Vrl279O233+b4AXz44YdVq1YtjR8/XkuWLNG4ceMUGBiod955R23bttWECRP04Ycf6tlnn9Vtt92myMjIfNfV448/rtmzZ+vBBx/UM888o4SEBMXFxWnPnj1auHChpAsXdLz77rvatGmT3nvvPUlSixYtcp3fpEmT9MEHH2jhwoWaNm2aSpUqpfr16zun7927V927d9cTTzyhvn37qkaNGjp27JhatGihs2fPasCAASpTpoxm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27MsAL722mtKS0tTcHCw/vzzT91+++2qVq2aSpcurZdeesmqMgAAAGzPsquA/f39FR8frw0bNuiHH35QWlqabr31VrVv396qEgAAACALA2C2li1bqmXLllYPCwAAgL9Zdgh4wIABmjx5co72t956S4MGDbKqDAAAANuzLAB+9tlnue75a9GihebPn29VGQAAALZnWQD8448/5O/vn6Pdz89Pv//+u1VlAAAA2J5lAbBatWpatmxZjvalS5eqSpUqVpUBAABge5ZdBBIbG6v+/fvrxIkTatu2rSRpxYoVeu211zRp0iSrygAAALA9ywLgY489pvT0dL300kt68cUXJUmVKlXStGnT1LNnT6vKAAAAsD1LbwPz5JNP6sknn9SJEyfk6+urUqVKWTk8AAAA5Ib7AEri2b8AAABuZNlFIMeOHdOjjz6qsLAwFStWTJ6eni4vAAAAWMOyPYDR0dE6fPiwRowYoXLlysnhcFg1NAAAAP7BsgC4fv16rVu3Tg0bNrRqSAAAAOTCskPA4eHhMsZYNRwAAADyYFkAnDRpkoYNG6aDBw9aNSQAAAByYdkh4Icfflhnz55V1apVVaJECRUvXtxl+smTJ60qBQAAwNYsC4A87QMAAOD6YFkA7NWrl1VDAQAAIB+WnQMoSQcOHNALL7yg7t276/jx45KkpUuXateuXVaWAQAAYGuWBcA1a9aoXr16SkhI0IIFC5SWliZJ+uGHHzRq1CirygAAALA9yw4BDxs2TOPGjVNsbKxKly7tbG/btq3eeustq8oAAOCqVRq2xN0lFNjB8Z3dXQKuI5btAdyxY4fuv//+HO3BwcH6/fffrSoDAADA9iwLgAEBATp69GiO9q1bt+rmm2+2qgwAAADbsywAduvWTUOHDlVSUpIcDoeysrK0YcMGPfvss+rZs6dVZQAAANieZQHw5ZdfVs2aNRUeHq60tDTVrl1bkZGRatGihV544QWrygAAALA9Sy4CMcYoKSlJkydP1siRI7Vjxw6lpaWpUaNGql69uhUlAAAA4G+WBcBq1app165dql69usLDw60YFgAAALmw5BCwh4eHqlevrj/++MOK4QAAAJAPy84BHD9+vIYMGaKdO3daNSQAAAByYdmNoHv27KmzZ8+qQYMG8vLykq+vr8v0kydPWlUKAACArVkWACdNmmTVUAAAAMiHJQHw/PnzWrNmjUaMGKHKlStf9fzWrl2rV155RVu2bNHRo0e1cOFCdenSxTk9Ojpas2fPdvlMVFSUli1b5nx/8uRJPf300/riiy/k4eGhrl276s0331SpUqWuuj4AN4ai+LgvALgclpwDWLx4cX322WfXbH5nzpxRgwYNNHXq1Dz73HXXXTp69Kjz9dFHH7lM79Gjh3bt2qX4+HgtXrxYa9euVb9+/a5ZjQAAANcryw4Bd+nSRYsWLdLgwYOvel4dO3ZUx44d8+3j7e2t0NDQXKft2bNHy5Yt03fffacmTZpIkqZMmaJOnTrp1VdfVVhY2FXXCAAAcL2yLABWr15dY8eO1YYNG9S4cWOVLFnSZfqAAQOu6XirV69WcHCwbrrpJrVt21bjxo1TmTJlJEkbN25UQECAM/xJUvv27eXh4aGEhATdf//917QWAACA64llAfD9999XQECAtmzZoi1btrhMczgc1zQA3nXXXXrggQdUuXJlHThwQP/973/VsWNHbdy4UZ6enkpKSlJwcLDLZ4oVK6bAwEAlJSXlOd/09HSlp6c736empl6zmgEAAKxiWQBMTEy0aih169bN+e969eqpfv36qlq1qlavXq127dpd8Xzj4uI0ZsyYa1EiAACA21h2I2h3qlKlisqWLav9+/dLkkJDQ3X8+HGXPhkZGTp58mSe5w1K0vDhw5WSkuJ8/fLLL4VaNwAAQGGwbA/gY489lu/0GTNmFNrYv/76q/744w+VK1dOkhQREaHk5GRt2bJFjRs3liStXLlSWVlZatasWZ7z8fb2lre3d6HVCQAAYAXLAuCpU6dc3p8/f147d+5UcnKy2rZtW6B5paWlOffmSRcOL2/btk2BgYEKDAzUmDFj1LVrV4WGhurAgQN67rnnVK1aNUVFRUmSatWqpbvuukt9+/bV9OnTdf78efXv31/dunXjCmAAAHDDsywALly4MEdbVlaWnnzySVWtWrVA89q8ebPuuOMO5/vY2FhJUq9evTRt2jRt375ds2fPVnJyssLCwtShQwe9+OKLLnvvPvzwQ/Xv31/t2rVz3gh68uTJV7h0AAAARYfDGGPcWcDevXvVpk0bHT161J1lXJHU1FT5+/srJSVFfn5+7i4HwDXGk0BwIzk4vrO7S7hu8Pt9HVwEcuDAAWVkZLi7DAAAANuw7BBw9mHabMYYHT16VEuWLFGvXr2sKgMAAMD2LAuAW7dudXnv4eGhoKAgvfbaa5e8QhgAAADXjmUBcNWqVVYNBQAAgHxYdg5gYmKi9u3bl6N93759OnjwoFVlAAAA2J5lATA6OlrffPNNjvaEhARFR0dbVQYAAIDtWRYAt27dqpYtW+Zob968ubZt22ZVGQAAALZnWQB0OBw6ffp0jvaUlBRlZmZaVQYAAIDtWRYAIyMjFRcX5xL2MjMzFRcXp1atWllVBgAAgO1ZdhXwhAkTFBkZqRo1aqh169aSpHXr1ik1NVUrV660qgwAAADbs2wPYO3atbV9+3b961//0vHjx3X69Gn17NlTP/74o+rWrWtVGQAAALZn2R5ASQoLC9PLL79s5ZAAAAC4iGV7AGfOnKl58+blaJ83b55mz55tVRkAAAC2Z1kAjIuLU9myZXO0BwcHs1cQAADAQpYFwMOHD6ty5co52itWrKjDhw9bVQYAAIDtWRYAg4ODtX379hztP/zwg8qUKWNVGQAAALZnWQDs3r27BgwYoFWrVikzM1OZmZlauXKlBg4cqG7dullVBgAAgO1ZdhXwiy++qIMHD6pdu3YqVuzCsFlZWerZsyfnAAIAAFjIsgDo5eWlTz75RC+++KJ++OEH+fr6ql69eqpYsaJVJQAAAEAW3wdQkgIDA3XHHXfkekUwAAAACp8l5wAmJycrJiZGZcuWVUhIiEJCQlS2bFn1799fycnJVpQAAACAvxX6HsCTJ08qIiJCv/32m3r06KFatWpJknbv3q1Zs2ZpxYoV+uabb3TTTTcVdikAAACQBQFw7Nix8vLy0oEDBxQSEpJjWocOHTR27Fi98cYbhV0KAAAAZMEh4EWLFunVV1/NEf4kKTQ0VBMnTtTChQsLuwwAAAD8rdAD4NGjR1WnTp08p9etW1dJSUmFXQYAAAD+VugBsGzZsjp48GCe0xMTExUYGFjYZQAAAOBvhR4Ao6Ki9Pzzz+vcuXM5pqWnp2vEiBG66667CrsMAAAA/M2Si0CaNGmi6tWrKyYmRjVr1pQxRnv27NHbb7+t9PR0zZkzp7DLAAAAwN8KPQCWL19eGzdu1FNPPaXhw4fLGCNJcjgcuvPOO/XWW28pPDy8sMsAAADA3yx5EkjlypW1dOlSnTp1Svv27ZMkVatWjXP/AAAA3MDSR8HddNNNatq0qZVDAgAA4CKWPAoOAAAA1w8CIAAAgM0QAAEAAGymUAPgrbfeqlOnTkm6cDuYs2fPFuZwAAAAuAyFGgD37NmjM2fOSJLGjBmjtLS0whwOAAAAl6FQrwJu2LChevfurVatWskYo1dffVWlSpXKte/IkSMLsxQAAAD8rVAD4KxZszRq1CgtXrxYDodDS5cuVbFiOYd0OBwEQAAAAIsUagCsUaOGPv74Y0mSh4eHVqxYoeDg4MIcEgAAAJdg2Y2gs7KyrBoKAAAA+bD0SSAHDhzQpEmTtGfPHklS7dq1NXDgQFWtWtXKMgAAAGzNsvsALl++XLVr19amTZtUv3591a9fXwkJCapTp47i4+OtKgMAAMD2LNsDOGzYMA0ePFjjx4/P0T506FDdeeedVpUCAABga5btAdyzZ4/69OmTo/2xxx7T7t27rSoDAADA9iwLgEFBQdq2bVuO9m3btnFlMAAAgIUsOwTct29f9evXTz///LNatGghSdqwYYMmTJig2NhYq8oAAACwPcsC4IgRI1S6dGm99tprGj58uCQpLCxMo0eP1oABA6wqAwAAwPYsC4AOh0ODBw/W4MGDdfr0aUlS6dKlrRoeAAAAf7P0PoDZCH4AAADuY9lFIAAAALg+EAABAABshgAIAABgM5YEwPPnz6tdu3bat2+fFcMBAAAgH5YEwOLFi2v79u1WDAUAAIBLsOwQ8L///W+9//77Vg0HAACAPFh2G5iMjAzNmDFDX3/9tRo3bqySJUu6TH/99detKgUAAMDWLAuAO3fu1K233ipJ+umnn1ymORwOq8oAAACwPcsC4KpVq6waCgAAAPmw/DYw+/fv1/Lly/Xnn39KkowxVpcAAABga5YFwD/++EPt2rXTLbfcok6dOuno0aOSpD59+uiZZ56xqgwAAADbsywADh48WMWLF9fhw4dVokQJZ/vDDz+sZcuWWVUGAACA7VkWAL/66itNmDBB5cuXd2mvXr26Dh06VKB5rV27Vvfcc4/CwsLkcDi0aNEil+nGGI0cOVLlypWTr6+v2rdvn+Mm1CdPnlSPHj3k5+engIAA9enTR2lpaVe0bAAAAEWJZQHwzJkzLnv+sp08eVLe3t4FnleDBg00derUXKdPnDhRkydP1vTp05WQkKCSJUsqKipKf/31l7NPjx49tGvXLsXHx2vx4sVau3at+vXrV7CFAgAAKIIsC4CtW7fWBx984HzvcDiUlZWliRMn6o477ijQvDp27Khx48bp/vvvzzHNGKNJkybphRde0H333af69evrgw8+0JEjR5x7Cvfs2aNly5bpvffeU7NmzdSqVStNmTJFH3/8sY4cOXJVywkAAHC9sywATpw4Ue+++646duyoc+fO6bnnnlPdunW1du1aTZgw4ZqNk5iYqKSkJLVv397Z5u/vr2bNmmnjxo2SpI0bNyogIEBNmjRx9mnfvr08PDyUkJBwzWoBAAC4Hll2H8C6devqp59+0ltvvaXSpUsrLS1NDzzwgGJiYlSuXLlrNk5SUpIkKSQkxKU9JCTEOS0pKUnBwcEu04sVK6bAwEBnn9ykp6crPT3d+T41NfValQ0AAGAZywKgdGFP3PPPP2/lkNdUXFycxowZ4+4yAAAAroqlAfDUqVN6//33tWfPHklS7dq11bt3bwUGBl6zMUJDQyVJx44dc9mzeOzYMTVs2NDZ5/jx4y6fy8jI0MmTJ52fz83w4cMVGxvrfJ+amqrw8PBrVjsAAIAVLDsHcO3atapUqZImT56sU6dO6dSpU5o8ebIqV66stWvXXrNxKleurNDQUK1YscLZlpqaqoSEBEVEREiSIiIilJycrC1btjj7rFy5UllZWWrWrFme8/b29pafn5/LCwAAoKixbA9gTEyMHn74YU2bNk2enp6SpMzMTD311FOKiYnRjh07LnteaWlp2r9/v/N9YmKitm3bpsDAQFWoUEGDBg3SuHHjVL16dVWuXFkjRoxQWFiYunTpIkmqVauW7rrrLvXt21fTp0/X+fPn1b9/f3Xr1k1hYWHXdLkBAACuN5YFwP3792v+/PnO8CdJnp6eio2Ndbk9zOXYvHmzy61jsg/L9urVS7NmzdJzzz2nM2fOqF+/fkpOTlarVq20bNky+fj4OD/z4Ycfqn///mrXrp08PDzUtWtXTZ48+SqXEgAA4PpnWQC89dZbtWfPHtWoUcOlfc+ePWrQoEGB5tWmTRsZY/Kc7nA4NHbsWI0dOzbPPoGBgZo7d26BxgUAALgRFGoA3L59u/PfAwYM0MCBA7V//341b95ckvTtt99q6tSpGj9+fGGWAQAAgH9wmPx2pV0lDw8PORyOfPfWSRf22GVmZhZWGYUmNTVV/v7+SklJ4YIQ4AZUadgSd5cAXDMHx3d2dwnXDX6/C3kPYGJiYmHOHgAAAFegUANgxYoVC3P2AAAAuAKW3gj6yJEjWr9+vY4fP66srCyXaQMGDLCyFAAAANuyLADOmjVLTzzxhLy8vFSmTBk5HA7nNIfDQQAEAACwiGUBcMSIERo5cqSGDx8uDw/LHkACAACAi1iWxM6ePatu3boR/gAAANzMsjTWp08fzZs3z6rhAAAAkAfLDgHHxcXp7rvv1rJly1SvXj0VL17cZfrrr79uVSkAAAC2ZmkAXL58ufNRcBdfBAIAAABrWBYAX3vtNc2YMUPR0dFWDQkAAIBcWHYOoLe3t1q2bGnVcAAAAMiDZQFw4MCBmjJlilXDAQAAIA+WHQLetGmTVq5cqcWLF6tOnTo5LgJZsGCBVaUAAADYmmUBMCAgQA888IBVwwEAACAPlgXAmTNnWjUUAAAA8sFjOQAAAGzGsj2AlStXzvd+fz///LNVpQBwg0rDlri7BADA3ywLgIMGDXJ5f/78eW3dulXLli3TkCFDrCoDAADA9iwLgAMHDsy1ferUqdq8ebNVZQAAANiewxhj3FnAzz//rIYNGyo1NdWdZVyR1NRU+fv7KyUlRX5+fu4uB7iucQgYQEEdHN+5UObL7/d1cBHI/PnzFRgY6O4yAAAAbMOyQ8CNGjVyuQjEGKOkpCSdOHFCb7/9tlVlAAAA2J5lAbBLly4u7z08PBQUFKQ2bdqoZs2aVpUBAABge5YFwFGjRlk1FAAAAPLh9nMAAQAAYK1C3wPo4eGR7w2gJcnhcCgjI6OwSwEAAIAsCIALFy7Mc9rGjRs1efJkZWVlFXYZAAAA+FuhB8D77rsvR9vevXs1bNgwffHFF+rRo4fGjh1b2GUAAADgb5aeA3jkyBH17dtX9erVU0ZGhrZt26bZs2erYsWKVpYBAABga5YEwJSUFA0dOlTVqlXTrl27tGLFCn3xxReqW7euFcMDAADgHwr9EPDEiRM1YcIEhYaG6qOPPsr1kDAAAACsU+jPAvbw8JCvr6/at28vT0/PPPstWLCgMMsoFDxLELh8PAsYQEHxLODCU+h7AHv27HnJ28AAAADAOoUeAGfNmlXYQwAAAKAAeBIIAACAzRAAAQAAbIYACAAAYDMEQAAAAJshAAIAANgMARAAAMBmCIAAAAA2QwAEAACwGQIgAACAzRAAAQAAbIYACAAAYDMEQAAAAJshAAIAANgMARAAAMBmCIAAAAA2QwAEAACwGQIgAACAzRAAAQAAbIYACAAAYDMEQAAAAJshAAIAANgMARAAAMBmCIAAAAA2QwAEAACwGQIgAACAzdywAXD06NFyOBwur5o1azqn//XXX4qJiVGZMmVUqlQpde3aVceOHXNjxQAAANa4YQOgJNWpU0dHjx51vtavX++cNnjwYH3xxReaN2+e1qxZoyNHjuiBBx5wY7UAAADWKObuAgpTsWLFFBoamqM9JSVF77//vubOnau2bdtKkmbOnKlatWrp22+/VfPmza0uFQAAwDI39B7Affv2KSwsTFWqVFGPHj10+PBhSdKWLVt0/vx5tW/f3tm3Zs2aqlChgjZu3Jjn/NLT05WamuryAgAAKGpu2ADYrFkzzZo1S8uWLdO0adOUmJio1q1b6/Tp00pKSpKXl5cCAgJcPhMSEqKkpKQ85xkXFyd/f3/nKzw8vJCXAgAA4Nq7YQ8Bd+zY0fnv+vXrq1mzZqpYsaI+/fRT+fr6XtE8hw8frtjYWOf71NRUQiAAAChybtg9gBcLCAjQLbfcov379ys0NFTnzp1TcnKyS59jx47les5gNm9vb/n5+bm8AAAAihrbBMC0tDQdOHBA5cqVU+PGjVW8eHGtWLHCOX3v3r06fPiwIiIi3FglAABA4bthDwE/++yzuueee1SxYkUdOXJEo0aNkqenp7p37y5/f3/16dNHsbGxCgwMlJ+fn55++mlFRERwBTAAALjh3bAB8Ndff1X37t31xx9/KCgoSK1atdK3336roKAgSdIbb7whDw8Pde3aVenp6YqKitLbb7/t5qoBAAAKn8MYY9xdRFGVmpoqf39/paSkcD4gcAmVhi1xdwkAipiD4zsXynz5/bbROYAAAAC4gAAIAABgMwRAAAAAmyEAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmyEAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmyEAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEAABAABshgAIAABgM8XcXQDyVmnYEneXUGAHx3d2dwkAAOAS2AMIAABgMwRAAAAAmyEAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmyEAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmyEAAgAA2AwBEAAAwGYIgAAAADZDAAQAALCZYu4uAEDBVRq2xN0lAACKMPYAAgAA2AwBEAAAwGYIgAAAADZDAAQAALAZAiAAAIDNEAABAABshgAIAABgMwRAAAAAmyEAAgAA2AwBEAAAwGYIgAAAADZj+wA4depUVapUST4+PmrWrJk2bdrk7pIAAAAKla0D4CeffKLY2FiNGjVK33//vRo0aKCoqCgdP37c3aUBAAAUGlsHwNdff119+/ZV7969Vbt2bU2fPl0lSpTQjBkz3F0aAABAoSnm7gLc5dy5c9qyZYuGDx/ubPPw8FD79u21cePGXD+Tnp6u9PR05/uUlBRJUmpqaqHUmJV+tlDmW5gKa13AVVH8bgBAQRXWb0r2fI0xhTL/osC2AfD3339XZmamQkJCXNpDQkL0448/5vqZuLg4jRkzJkd7eHh4odRYFPlPcncFAIAbRWH/ppw+fVr+/v6FO8h1yrYB8EoMHz5csbGxzvdZWVk6efKkypQpI4fD4cbKiobU1FSFh4frl19+kZ+fn7vLsSW2wfWB7eB+bAP3c+c2MMbo9OnTCgsLs3Tc64ltA2DZsmXl6empY8eOubQfO3ZMoaGhuX7G29tb3t7eLm0BAQGFVeINy8/Pj//DdTO2wfWB7eB+bAP3c9c2sOuev2y2vQjEy8tLjRs31ooVK5xtWVlZWrFihSIiItxYGQAAQOGy7R5ASYqNjVWvXr3UpEkTNW3aVJMmTdKZM2fUu3dvd5cGAABQaGwdAB9++GGdOHFCI0eOVFJSkho2bKhly5bluDAE14a3t7dGjRqV4zA6rMM2uD6wHdyPbeB+bAP3chg7XwMNAABgQ7Y9BxAAAMCuCIAAAAA2QwAEAACwGQIgAACAzRAAUahOnjypHj16yM/PTwEBAerTp4/S0tLy/UybNm3kcDhcXv/5z38sqrjomzp1qipVqiQfHx81a9ZMmzZtyrf/vHnzVLNmTfn4+KhevXr68ssvLar0xlWQbTBr1qwc33cfHx8Lq73xrF27Vvfcc4/CwsLkcDi0aNGiS35m9erVuvXWW+Xt7a1q1app1qxZhV7nja6g22H16tU5/hYcDoeSkpKsKdhmCIAoVD169NCuXbsUHx+vxYsXa+3aterXr98lP9e3b18dPXrU+Zo4caIF1RZ9n3zyiWJjYzVq1Ch9//33atCggaKionT8+PFc+3/zzTfq3r27+vTpo61bt6pLly7q0qWLdu7caXHlN46CbgPpwpMQ/vl9P3TokIUV33jOnDmjBg0aaOrUqZfVPzExUZ07d9Ydd9yhbdu2adCgQXr88ce1fPnyQq70xlbQ7ZBt7969Ln8PwcHBhVShzRmgkOzevdtIMt99952zbenSpcbhcJjffvstz8/dfvvtZuDAgRZUeONp2rSpiYmJcb7PzMw0YWFhJi4uLtf+//rXv0znzp1d2po1a2aeeOKJQq3zRlbQbTBz5kzj7+9vUXX2I8ksXLgw3z7PPfecqVOnjkvbww8/bKKiogqxMnu5nO2watUqI8mcOnXKkprsjj2AKDQbN25UQECAmjRp4mxr3769PDw8lJCQkO9nP/zwQ5UtW1Z169bV8OHDdfbs2cIut8g7d+6ctmzZovbt2zvbPDw81L59e23cuDHXz2zcuNGlvyRFRUXl2R/5u5JtIElpaWmqWLGiwsPDdd9992nXrl1WlIu/8XdwfWnYsKHKlSunO++8Uxs2bHB3OTcsWz8JBIUrKSkpx677YsWKKTAwMN9zOh555BFVrFhRYWFh2r59u4YOHaq9e/dqwYIFhV1ykfb7778rMzMzx5NsQkJC9OOPP+b6maSkpFz7c87NlbmSbVCjRg3NmDFD9evXV0pKil599VW1aNFCu3btUvny5a0o2/by+jtITU3Vn3/+KV9fXzdVZi/lypXT9OnT1aRJE6Wnp+u9995TmzZtlJCQoFtvvdXd5d1wCIAosGHDhmnChAn59tmzZ88Vz/+f5wjWq1dP5cqVU7t27XTgwAFVrVr1iucLXI8iIiIUERHhfN+iRQvVqlVL77zzjl588UU3VgZYq0aNGqpRo4bzfYsWLXTgwAG98cYbmjNnjhsruzERAFFgzzzzjKKjo/PtU6VKFYWGhuY48T0jI0MnT55UaGjoZY/XrFkzSdL+/fsJgPkoW7asPD09dezYMZf2Y8eO5bm+Q0NDC9Qf+buSbXCx4sWLq1GjRtq/f39hlIhc5PV34Ofnx94/N2vatKnWr1/v7jJuSJwDiAILCgpSzZo18315eXkpIiJCycnJ2rJli/OzK1euVFZWljPUXY5t27ZJunB4AHnz8vJS48aNtWLFCmdbVlaWVqxY4bKH6Z8iIiJc+ktSfHx8nv2RvyvZBhfLzMzUjh07+L5biL+D69e2bdv4Wygs7r4KBTe2u+66yzRq1MgkJCSY9evXm+rVq5vu3bs7p//666+mRo0aJiEhwRhjzP79+83YsWPN5s2bTWJiovn8889NlSpVTGRkpLsWoUj5+OOPjbe3t5k1a5bZvXu36devnwkICDBJSUnGGGMeffRRM2zYMGf/DRs2mGLFiplXX33V7Nmzx4waNcoUL17c7Nixw12LUOQVdBuMGTPGLF++3Bw4cMBs2bLFdOvWzfj4+Jhdu3a5axGKvNOnT5utW7earVu3Gknm9ddfN1u3bjWHDh0yxhgzbNgw8+ijjzr7//zzz6ZEiRJmyJAhZs+ePWbq1KnG09PTLFu2zF2LcEMo6HZ44403zKJFi8y+ffvMjh07zMCBA42Hh4f5+uuv3bUINzQCIArVH3/8Ybp3725KlSpl/Pz8TO/evc3p06ed0xMTE40ks2rVKmOMMYcPHzaRkZEmMDDQeHt7m2rVqpkhQ4aYlJQUNy1B0TNlyhRToUIF4+XlZZo2bWq+/fZb57Tbb7/d9OrVy6X/p59+am655Rbj5eVl6tSpY5YsWWJxxTeegmyDQYMGOfuGhISYTp06me+//94NVd84sm8ncvEre7336tXL3H777Tk+07BhQ+Pl5WWqVKliZs6caXndN5qCbocJEyaYqlWrGh8fHxMYGGjatGljVq5c6Z7ibcBhjDFu2fUIAAAAt+AcQAAAAJshAAIAANgMARAAAMBmCIAAAAA2QwAEAACwGQIgAACAzRAAAQAAbIYACAAAYDMEQAAAAJshAAIAANgMARAAAMBmCIAAAAA2QwAEAACwGQIgAACAzRAAAQAAbIYACAAAYDMEQAAAAJshAAIAANgMARAAAMBmCIAAAAA2QwAEAACwGQIgAACAzRAAAQAAbIYACAAAYDMEQAAAAJshAAIAANgMARAAAMBmCIAAAAA2QwAEAACwGQIgAACAzRAAAQAAbOb/ASipr8T6XVMgAAAAAElFTkSuQmCC", + "text/html": [ + "\n", + "
\n", + "
\n", + " Figure\n", + "
\n", + " \n", + "
\n", + " " + ], + "text/plain": [ + "Canvas(toolbar=Toolbar(toolitems=[('Home', 'Reset original view', 'home', 'home'), ('Back', 'Back to previous …" + ] + }, + "metadata": {}, + "output_type": "display_data" + }, + { + "data": { + "application/vnd.jupyter.widget-view+json": { + "model_id": "56b3aacc3ca54947a64e51b6bf72d403", + "version_major": 2, + "version_minor": 0 + }, + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAoAAAAHgCAYAAAA10dzkAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjguNCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8fJSN1AAAACXBIWXMAAA9hAAAPYQGoP6dpAAA8fElEQVR4nO3deVxWZf7/8ffNjgsgIiCFSmqau2kpaq7kRovpNGmmuIyWQW5laqaGWphtjmX2ayqtRmtGM5ssNQaLNnMrcs3dcFLUVEC0ELiv3x/l/fUWLC04t3hez8fjfgz3dc59rs+58BHvuc451+0wxhgBAADANrw8XQAAAACsRQAEAACwGQIgAACAzRAAAQAAbIYACAAAYDMEQAAAAJshAAIAANgMARAAAMBmCIAAAAA2QwAEAACwGQIgAACAzRAAAQAAbIYACAAAYDMEQAAAAJshAAIAANgMARAAAMBmCIAAAAA2QwAEAACwGQIgAACAzRAAAQAAbIYACAAAYDMEQAAAAJshAAIAANgMARAAAMBmCIAAAAA2QwAEAACwGQIgAACAzRAAAQAAbIYACAAAYDMEQAAAAJshAAIAANgMARAAAMBmCIAAAAA2QwAEAACwGQIgAACAzRAAgStYrVq1NGjQIE+XccV76qmndM0118jb21vNmjUr8/4WLFggh8Oh/fv3l3lfAK5MBECgnDj7R3/Dhg0lbu/YsaMaNWr0p/v58MMP9dhjj/3p49jFRx99pIcfflht27bV/Pnz9cQTT3i6pHLlxRdf1IIFCzxdBmA7Pp4uAEDZ2bFjh7y8Lu3/53344YeaO3cuIfAirV69Wl5eXnr11Vfl5+dnSZ8DBgxQ37595e/vb0l/ZenFF19UWFgYM9WAxZgBBK5g/v7+8vX19XQZl+TUqVOeLuGSHDlyRIGBgZaFP0ny9vZWQECAHA6HZX0CuLIQAIEr2Pn3ABYUFCg5OVl169ZVQECAqlatqnbt2ik1NVWSNGjQIM2dO1eS5HA4XK+zTp06pQcffFDR0dHy9/dXvXr19PTTT8sY49bvTz/9pJEjRyosLEyVK1fWbbfdph9++EEOh8NtZvGxxx6Tw+HQtm3bdPfdd6tKlSpq166dJGnTpk0aNGiQrrnmGgUEBCgyMlJDhgzRsWPH3Po6e4ydO3fqnnvuUXBwsKpVq6bJkyfLGKMDBw7o9ttvV1BQkCIjI/XMM89c1NgVFhZq+vTpql27tvz9/VWrVi098sgjys/Pd+3jcDg0f/58nTp1yjVWF7qcOXXqVPn6+uro0aPFtg0fPlwhISH6+eefL6q2ku4BrFWrlm655RZ98sknatmypQIDA9W4cWN98sknkqSlS5eqcePGCggIUIsWLfTNN9+4HXPQoEGqVKmS9u7dq27duqlixYqKiorStGnTiv1+n376abVp00ZVq1ZVYGCgWrRooSVLlpRY6z//+U/deOONqlChgqpUqaL27dvro48+ctW8detWpaenu8avY8eOFzUGAP4cAiBQzuTk5OjHH38s9iooKPjdzz722GNKTk5Wp06d9MILL2jSpEmqUaOGvv76a0nSvffeq5tvvlmS9Oabb7pekmSM0W233abnnntO3bt317PPPqt69epp3LhxGjt2rFs/gwYN0vPPP6+ePXvqySefVGBgoOLj4y9Y15133qnTp0/riSee0LBhwyRJqamp2rt3rwYPHqznn39effv21dtvv62ePXsWCySSdNddd8npdGrmzJlq1aqVZsyYodmzZ+vmm2/WVVddpSeffFJ16tTRQw89pE8//fR3x+pvf/ubpkyZouuvv17PPfecOnTooJSUFPXt29e1z5tvvqmbbrpJ/v7+rrFq3759iccbMGCACgsL9a9//cut/cyZM1qyZIn69OmjgICA363rt+zevVt33323br31VqWkpOjEiRO69dZbtXDhQo0ZM0b33HOPkpOTtWfPHv31r3+V0+l0+3xRUZG6d++uiIgIzZo1Sy1atNDUqVM1depUt/3+/ve/q3nz5po2bZqeeOIJ+fj46M4779QHH3zgtl9ycrIGDBggX19fTZs2TcnJyYqOjtbq1aslSbNnz9bVV1+t+vXru8Zv0qRJf2oMAFwkA6BcmD9/vpH0m6+GDRu6faZmzZomISHB9b5p06YmPj7+N/tJTEw0Jf2nYdmyZUaSmTFjhlv7X/7yF+NwOMzu3buNMcZs3LjRSDKjR49222/QoEFGkpk6daqrberUqUaS6devX7H+Tp8+XaztrbfeMpLMp59+WuwYw4cPd7UVFhaaq6++2jgcDjNz5kxX+4kTJ0xgYKDbmJQkIyPDSDJ/+9vf3NofeughI8msXr3a1ZaQkGAqVqz4m8c7KzY21rRq1cqtbenSpUaS+fjjjy/qGMb837+Fffv2udpq1qxpJJkvv/zS1bZq1SojyQQGBprvv//e1f7//t//K9ZnQkKCkWQeeOABV5vT6TTx8fHGz8/PHD161NV+/u/mzJkzplGjRqZz586utl27dhkvLy9zxx13mKKiIrf9nU6n6+eGDRuaDh06XPS5AygdzAAC5czcuXOVmppa7NWkSZPf/WxISIi2bt2qXbt2XXK/H374oby9vTVy5Ei39gcffFDGGK1YsUKStHLlSknS/fff77bfAw88cMFj33fffcXaAgMDXT///PPP+vHHH9W6dWtJcs1Ynutvf/ub62dvb2+1bNlSxhgNHTrU1R4SEqJ69epp7969F6xF+uVcJRWb2XzwwQclqdhM18UaOHCg1q5dqz179rjaFi5cqOjoaHXo0OEPHfNcDRo0UGxsrOt9q1atJEmdO3dWjRo1irWXNA5JSUmunx0Oh5KSknTmzBn997//dbWf+7s5ceKEcnJydNNNN7n9XpYtWyan06kpU6YUexCJexcBzyMAAuXMjTfeqLi4uGKvKlWq/O5np02bpuzsbF177bVq3Lixxo0bp02bNl1Uv99//72ioqJUuXJlt/brrrvOtf3s/3p5eSkmJsZtvzp16lzw2OfvK0nHjx/XqFGjFBERocDAQFWrVs21X05OTrH9zw04khQcHKyAgACFhYUVaz9x4sQFazn3HM6vOTIyUiEhIa5zvVR33XWX/P39tXDhQkm/nMfy5cvVv3//UglFJY2BJEVHR5fYfv44eHl56ZprrnFru/baayXJ7X7D5cuXq3Xr1goICFBoaKiqVaumefPmuf1e9uzZIy8vLzVo0ODPnRSAMkEABGykffv22rNnj1577TU1atRIr7zyiq6//nq98sorHq3r3Bmls/7617/qH//4h+677z4tXbpUH330kWt28fx716RfZv0upk1SifcQlqS0Z6qqVKmiW265xRUAlyxZovz8fN1zzz2lcvwLne+fHYdzffbZZ7rtttsUEBCgF198UR9++KFSU1N19913/6HjAfAMAiBgM6GhoRo8eLDeeustHThwQE2aNHF7MvdCoadmzZo6ePCgTp486db+3Xffubaf/V+n06l9+/a57bd79+6LrvHEiRNKS0vThAkTlJycrDvuuEM333xzsdmpsnL2HM6/VH748GFlZ2e7zvWPGDhwoHbu3Kn169dr4cKFat68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SJJeeukljR8/XkePHpWfn9/v9pubm6vg4GDl5OQoKCioTM8ROFetCR94ugRb2D8z3tMlACgD/P0upzOA58vJyZEkhYaGSpI2btyogoICxcXFufapX7++atSooTVr1kiS1qxZo8aNG7vCnyR169ZNubm52rp1a4n95OfnKzc31+0FAABQ3pT7AOh0OjV69Gi1bdtWjRo1kiRlZWXJz89PISEhbvtGREQoKyvLtc+54e/s9rPbSpKSkqLg4GDXKzo6upTPBgAAoOyV+wCYmJioLVu26O233y7zviZOnKicnBzX68CBA2XeJwAAQGnz8XQBf0ZSUpKWL1+uTz/9VFdffbWrPTIyUmfOnFF2drbbLODhw4cVGRnp2mfdunVuxzv7lPDZfc7n7+8vf3//Uj4LAAAAa5XLGUBjjJKSkvTuu+9q9erViomJcdveokUL+fr6Ki0tzdW2Y8cOZWZmKjY2VpIUGxurzZs368iRI659UlNTFRQUpAYNGlhzIgAAAB5QLmcAExMTtWjRIr333nuqXLmy65694OBgBQYGKjg4WEOHDtXYsWMVGhqqoKAgPfDAA4qNjVXr1q0lSV27dlWDBg00YMAAzZo1S1lZWXr00UeVmJjILB8AALiilcsAOG/ePElSx44d3drnz5+vQYMGSZKee+45eXl5qU+fPsrPz1e3bt304osvuvb19vbW8uXLNWLECMXGxqpixYpKSEjQtGnTrDoNAAAAj7gi1gH0FNYRgqewDqA1WAcQuDLx97uc3gMIAACAP44ACAAAYDMEQAAAAJshAAIAANgMARAAAMBmCIAAAAA2QwAEAACwGQIgAACAzRAAAQAAbIYACAAAYDMEQAAAAJshAAIAANgMARAAAMBmCIAAAAA2QwAEAACwGQIgAACAzRAAAQAAbIYACAAAYDOWBcCvv/5amzdvdr1/77331KtXLz3yyCM6c+aMVWUAAADYnmUB8N5779XOnTslSXv37lXfvn1VoUIFLV68WA8//LBVZQAAANieZQFw586datasmSRp8eLFat++vRYtWqQFCxbonXfesaoMAAAA27MsABpj5HQ6JUn//e9/1bNnT0lSdHS0fvzxR6vKAAAAsD3LAmDLli01Y8YMvfnmm0pPT1d8fLwkad++fYqIiLCqDAAAANuzLADOnj1bX3/9tZKSkjRp0iTVqVNHkrRkyRK1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", + "text/html": [ + "\n", + "
\n", + "
\n", + " Figure\n", + "
\n", + " \n", + "
\n", + " " + ], + "text/plain": [ + "Canvas(toolbar=Toolbar(toolitems=[('Home', 'Reset original view', 'home', 'home'), ('Back', 'Back to previous …" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "test_dispersion.plots.all()" + ] + }, + { + "attachments": {}, + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Finally, one may also export the ellipses to a ``.kml`` file so it can be easily visualized in Google Earth\n" + ] + }, + { + "cell_type": "code", + "execution_count": 23, + "metadata": {}, + "outputs": [], + "source": [ + "test_dispersion.export_ellipses_to_kml(\n", + " filename=\"monte_carlo_analysis_outputs/monte_carlo_class_example.kml\",\n", + " origin_lat=env.latitude,\n", + " origin_lon=env.longitude,\n", + " type=\"impact\",\n", + ")" + ] + } + ], + "metadata": { + "hide_input": false, + "kernelspec": { + "display_name": "Python 3.10.5 64-bit", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.11" + }, + "vscode": { + "interpreter": { + "hash": "26de051ba29f2982a8de78e945f0abaf191376122a1563185a90213a26c5da77" + } + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/docs/notebooks/dispersion_analysis/parachute_drop_from_helicopter.ipynb b/docs/notebooks/monte_carlo_analysis/parachute_drop_from_helicopter.ipynb similarity index 98% rename from docs/notebooks/dispersion_analysis/parachute_drop_from_helicopter.ipynb rename to docs/notebooks/monte_carlo_analysis/parachute_drop_from_helicopter.ipynb index 873cd6301..b0a510b91 100644 --- a/docs/notebooks/dispersion_analysis/parachute_drop_from_helicopter.ipynb +++ b/docs/notebooks/monte_carlo_analysis/parachute_drop_from_helicopter.ipynb @@ -14,6 +14,13 @@ "This is an advanced use of RocketPy. This notebook wraps RocketPy's methods to run a Monte Carlo analysis and predict probability distributions of the rocket's landing point if realeased from a helicopter. This is a common test used to validate the parachute system before a rocket launch." ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "TODO: Use the new MonteCarlo class in this notebook" + ] + }, { "attachments": {}, "cell_type": "markdown", @@ -391,7 +398,7 @@ "outputs": [], "source": [ "# Basic analysis info\n", - "filename = \"dispersion_analysis_outputs/parachute_drop_from_helicopter\"\n", + "filename = \"monte_carlo_analysis_outputs/parachute_drop_from_helicopter\"\n", "number_of_simulations = 4000\n", "\n", "# Create data files for inputs, outputs and error logging\n", @@ -411,7 +418,7 @@ "Env.maxExpectedHeight = 1500\n", "Env.setAtmosphericModel(\n", " type=\"Ensemble\",\n", - " file=\"dispersion_analysis_inputs/LASC2019_reanalysis.nc\",\n", + " file=\"monte_carlo_analysis_inputs/LASC2019_reanalysis.nc\",\n", " dictionary=\"ECMWF\",\n", ")\n", "\n", @@ -435,7 +442,7 @@ "\n", " # Create motor\n", " Keron = SolidMotor(\n", - " thrustSource=\"dispersion_analysis_inputs/thrustCurve.csv\",\n", + " thrustSource=\"monte_carlo_analysis_inputs/thrustCurve.csv\",\n", " burn_time=5.274,\n", " reshapeThrustCurve=(setting[\"burn_time\"], setting[\"impulse\"]),\n", " nozzle_radius=setting[\"nozzle_radius\"],\n", @@ -458,8 +465,8 @@ " mass=setting[\"rocketMass\"],\n", " inertiaI=setting[\"inertiaI\"],\n", " inertiaZ=setting[\"inertiaZ\"],\n", - " powerOffDrag=\"dispersion_analysis_inputs/Cd_PowerOff.csv\",\n", - " powerOnDrag=\"dispersion_analysis_inputs/Cd_PowerOn.csv\",\n", + " powerOffDrag=\"monte_carlo_analysis_inputs/Cd_PowerOff.csv\",\n", + " powerOnDrag=\"monte_carlo_analysis_inputs/Cd_PowerOn.csv\",\n", " centerOfDryMassPosition=0,\n", " coordinateSystemOrientation=\"tailToNose\",\n", " )\n", @@ -580,7 +587,7 @@ }, "outputs": [], "source": [ - "filename = \"dispersion_analysis_outputs/parachute_drop_from_helicopter\"\n", + "filename = \"monte_carlo_analysis_outputs/parachute_drop_from_helicopter\"\n", "\n", "# Initialize variable to store all results\n", "dispersion_general_results = []\n", @@ -1164,7 +1171,7 @@ "from matplotlib.patches import Ellipse\n", "\n", "# Import background map\n", - "img = imread(\"dispersion_analysis_inputs/Valetudo_basemap_final.jpg\")\n", + "img = imread(\"monte_carlo_analysis_inputs/Valetudo_basemap_final.jpg\")\n", "\n", "# Retrieve dispersion data por apogee and impact XY position\n", "apogeeX = np.array(dispersion_results[\"apogeeX\"])\n", diff --git a/docs/reference/classes/monte_carlo/index.rst b/docs/reference/classes/monte_carlo/index.rst new file mode 100644 index 000000000..0f4630696 --- /dev/null +++ b/docs/reference/classes/monte_carlo/index.rst @@ -0,0 +1,9 @@ +Monte Carlo Analysis +==================== + +.. toctree:: + :maxdepth: 1 + :caption: Contents: + + monte_carlo + Stochastic models diff --git a/docs/reference/classes/monte_carlo/monte_carlo.rst b/docs/reference/classes/monte_carlo/monte_carlo.rst new file mode 100644 index 000000000..8c127855b --- /dev/null +++ b/docs/reference/classes/monte_carlo/monte_carlo.rst @@ -0,0 +1,5 @@ +Monte Carlo Class +----------------- + +.. autoclass:: rocketpy.simulation.MonteCarlo + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/index.rst b/docs/reference/classes/monte_carlo/stochastic_models/index.rst new file mode 100644 index 000000000..7bf705347 --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/index.rst @@ -0,0 +1,26 @@ +.. _stochastic_reference: + +Stochastic Models +================= + +This section provides detailed API references for the Stochastic models in RocketPy. +These models extend the standard RocketPy objects by introducing uncertainties to +input parameters, enabling robust Monte Carlo simulations. + +.. toctree:: + :maxdepth: 1 + :caption: Contents: + + stochastic_model + stochastic_environment + stochastic_motor_model + stochastic_solid_motor + stochastic_generic_motor + stochastic_nose_cone + stochastic_trapezoidal_fins + stochastic_elliptical_fins + stochastic_tail + stochastic_rail_buttons + stochastic_rocket + stochastic_parachute + stochastic_flight diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_elliptical_fins.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_elliptical_fins.rst new file mode 100644 index 000000000..f661b6115 --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_elliptical_fins.rst @@ -0,0 +1,5 @@ +Stochastic Elliptical Fins +-------------------------- + +.. autoclass:: rocketpy.stochastic.StochasticEllipticalFins + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_environment.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_environment.rst new file mode 100644 index 000000000..41e12dbd7 --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_environment.rst @@ -0,0 +1,5 @@ +Stochastic Environment +---------------------- + +.. autoclass:: rocketpy.stochastic.StochasticEnvironment + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_flight.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_flight.rst new file mode 100644 index 000000000..c3e7ba85d --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_flight.rst @@ -0,0 +1,5 @@ +Stochastic Flight +----------------- + +.. autoclass:: rocketpy.stochastic.StochasticFlight + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_generic_motor.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_generic_motor.rst new file mode 100644 index 000000000..617bfd06e --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_generic_motor.rst @@ -0,0 +1,5 @@ +Stochastic Generic Motor +------------------------ + +.. autoclass:: rocketpy.stochastic.StochasticGenericMotor + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_model.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_model.rst new file mode 100644 index 000000000..619ca848e --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_model.rst @@ -0,0 +1,7 @@ +.. _stochastic_model: + +Stochastic Model +----------------- + +.. autoclass:: rocketpy.stochastic.StochasticModel + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_motor_model.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_motor_model.rst new file mode 100644 index 000000000..3f96b4a23 --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_motor_model.rst @@ -0,0 +1,5 @@ +Stochastic Motor Model +---------------------- + +.. autoclass:: rocketpy.stochastic.stochastic_motor_model.StochasticMotorModel + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_nose_cone.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_nose_cone.rst new file mode 100644 index 000000000..cf471219b --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_nose_cone.rst @@ -0,0 +1,5 @@ +Stochastic Nose Cone +-------------------- + +.. autoclass:: rocketpy.stochastic.StochasticNoseCone + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_parachute.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_parachute.rst new file mode 100644 index 000000000..ffd851dc1 --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_parachute.rst @@ -0,0 +1,5 @@ +Stochastic Parachute +-------------------- + +.. autoclass:: rocketpy.stochastic.StochasticParachute + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_rail_buttons.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_rail_buttons.rst new file mode 100644 index 000000000..7036486aa --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_rail_buttons.rst @@ -0,0 +1,5 @@ +Stochastic Rail Buttons +----------------------- + +.. autoclass:: rocketpy.stochastic.StochasticRailButtons + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_rocket.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_rocket.rst new file mode 100644 index 000000000..af262b55b --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_rocket.rst @@ -0,0 +1,5 @@ +Stochastic Rocket +----------------- + +.. autoclass:: rocketpy.stochastic.StochasticRocket + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_solid_motor.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_solid_motor.rst new file mode 100644 index 000000000..8135af752 --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_solid_motor.rst @@ -0,0 +1,5 @@ +Stochastic Solid Motor +---------------------- + +.. autoclass:: rocketpy.stochastic.StochasticSolidMotor + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_tail.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_tail.rst new file mode 100644 index 000000000..27c8c321e --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_tail.rst @@ -0,0 +1,5 @@ +Stochastic Tail +--------------- + +.. autoclass:: rocketpy.stochastic.StochasticTail + :members: \ No newline at end of file diff --git a/docs/reference/classes/monte_carlo/stochastic_models/stochastic_trapezoidal_fins.rst b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_trapezoidal_fins.rst new file mode 100644 index 000000000..d172a441a --- /dev/null +++ b/docs/reference/classes/monte_carlo/stochastic_models/stochastic_trapezoidal_fins.rst @@ -0,0 +1,5 @@ +Stochastic Trapezoidal Fins +--------------------------- + +.. autoclass:: rocketpy.stochastic.StochasticTrapezoidalFins + :members: \ No newline at end of file diff --git a/docs/reference/index.rst b/docs/reference/index.rst index 9b7295281..08f99447c 100644 --- a/docs/reference/index.rst +++ b/docs/reference/index.rst @@ -17,6 +17,7 @@ This reference manual details functions, modules, methods and attributes include classes/Flight Utilities classes/EnvironmentAnalysis + Monte Carlo Analysis .. toctree:: :maxdepth: 2 diff --git a/docs/requirements.in b/docs/requirements.in new file mode 100644 index 000000000..b716d0c54 --- /dev/null +++ b/docs/requirements.in @@ -0,0 +1,7 @@ +nbsphinx==0.9.4 +pydata-sphinx-theme==0.15.2 +jupyter-sphinx==0.5.3 +sphinx_design==0.5.0 +ipykernel==6.29.4 +pandas==2.2.2 +lxml_html_clean==0.1.1 \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt index 7d45029bb..bd8cb90ef 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,247 @@ -nbsphinx>=0.8.0 -pydata-sphinx-theme==0.13.3 -m2r2>=0.2.1 -jupyter-sphinx==0.4.0 -sphinx_design==0.5.0 -ipykernel>=6.25.0 -pandas>=1.4.4 \ No newline at end of file +# +# This file is autogenerated by pip-compile with Python 3.12 +# by the following command: +# +# pip-compile docs/requirements.in +# +accessible-pygments==0.0.5 + # via pydata-sphinx-theme +alabaster==0.7.16 + # via sphinx +asttokens==2.4.1 + # via stack-data +attrs==23.2.0 + # via + # jsonschema + # referencing +babel==2.15.0 + # via + # pydata-sphinx-theme + # sphinx +beautifulsoup4==4.12.3 + # via + # nbconvert + # pydata-sphinx-theme +bleach==6.1.0 + # via nbconvert +certifi==2024.2.2 + # via requests +charset-normalizer==3.3.2 + # via requests +comm==0.2.2 + # via + # ipykernel + # ipywidgets +debugpy==1.8.1 + # via ipykernel +decorator==5.1.1 + # via ipython +defusedxml==0.7.1 + # via nbconvert +docutils==0.20.1 + # via + # nbsphinx + # pydata-sphinx-theme + # sphinx +entrypoints==0.4 + # via nbconvert +executing==2.0.1 + # via stack-data +fastjsonschema==2.19.1 + # via nbformat +idna==3.7 + # via requests +imagesize==1.4.1 + # via sphinx +ipykernel==6.29.4 + # via + # -r docs/requirements.in + # jupyter-sphinx +ipython==8.24.0 + # via + # ipykernel + # ipywidgets + # jupyter-sphinx +ipywidgets==8.1.2 + # via jupyter-sphinx +jedi==0.19.1 + # via ipython +jinja2==3.1.4 + # via + # nbconvert + # nbsphinx + # sphinx +jsonschema==4.22.0 + # via nbformat +jsonschema-specifications==2023.12.1 + # via jsonschema +jupyter-client==8.6.2 + # via + # ipykernel + # nbclient +jupyter-core==5.7.2 + # via + # ipykernel + # jupyter-client + # nbclient + # nbconvert + # nbformat +jupyter-sphinx==0.5.3 + # via -r docs/requirements.in +jupyterlab-pygments==0.3.0 + # via nbconvert +jupyterlab-widgets==3.0.10 + # via ipywidgets +lxml==5.2.2 + # via + # lxml-html-clean + # nbconvert +lxml-html-clean==0.1.1 + # via -r docs/requirements.in +markupsafe==2.1.5 + # via + # jinja2 + # nbconvert +matplotlib-inline==0.1.7 + # via + # ipykernel + # ipython +mistune==0.8.4 + # via nbconvert +nbclient==0.10.0 + # via nbconvert +nbconvert==6.5.4 + # via + # jupyter-sphinx + # nbsphinx +nbformat==5.10.4 + # via + # jupyter-sphinx + # nbclient + # nbconvert + # nbsphinx +nbsphinx==0.9.4 + # via -r docs/requirements.in +nest-asyncio==1.6.0 + # via ipykernel +numpy==1.26.4 + # via pandas +packaging==24.0 + # via + # ipykernel + # nbconvert + # pydata-sphinx-theme + # sphinx +pandas==2.2.2 + # via -r docs/requirements.in +pandocfilters==1.5.1 + # via nbconvert +parso==0.8.4 + # via jedi +pexpect==4.9.0 + # via ipython +platformdirs==4.2.2 + # via jupyter-core +prompt-toolkit==3.0.43 + # via ipython +psutil==5.9.8 + # via ipykernel +ptyprocess==0.7.0 + # via pexpect +pure-eval==0.2.2 + # via stack-data +pydata-sphinx-theme==0.15.2 + # via -r docs/requirements.in +pygments==2.18.0 + # via + # accessible-pygments + # ipython + # nbconvert + # pydata-sphinx-theme + # sphinx +python-dateutil==2.9.0.post0 + # via + # jupyter-client + # pandas +pytz==2024.1 + # via pandas +pyzmq==26.0.3 + # via + # ipykernel + # jupyter-client +referencing==0.35.1 + # via + # jsonschema + # jsonschema-specifications +requests==2.32.2 + # via sphinx +rpds-py==0.18.1 + # via + # jsonschema + # referencing +six==1.16.0 + # via + # asttokens + # bleach + # python-dateutil +snowballstemmer==2.2.0 + # via sphinx +soupsieve==2.5 + # via beautifulsoup4 +sphinx==7.3.7 + # via + # jupyter-sphinx + # nbsphinx + # pydata-sphinx-theme + # sphinx-design +sphinx-design==0.5.0 + # via -r docs/requirements.in +sphinxcontrib-applehelp==1.0.8 + # via sphinx +sphinxcontrib-devhelp==1.0.6 + # via sphinx +sphinxcontrib-htmlhelp==2.0.5 + # via sphinx +sphinxcontrib-jsmath==1.0.1 + # via sphinx +sphinxcontrib-qthelp==1.0.7 + # via sphinx +sphinxcontrib-serializinghtml==1.1.10 + # via sphinx +stack-data==0.6.3 + # via ipython +tinycss2==1.3.0 + # via nbconvert +tornado==6.4 + # via + # ipykernel + # jupyter-client +traitlets==5.14.3 + # via + # comm + # ipykernel + # ipython + # ipywidgets + # jupyter-client + # jupyter-core + # matplotlib-inline + # nbclient + # nbconvert + # nbformat + # nbsphinx +typing-extensions==4.12.0 + # via + # ipython + # pydata-sphinx-theme +tzdata==2024.1 + # via pandas +urllib3==2.2.1 + # via requests +wcwidth==0.2.13 + # via prompt-toolkit +webencodings==0.5.1 + # via + # bleach + # tinycss2 +widgetsnbextension==4.0.10 + # via ipywidgets diff --git a/docs/static/landing_images/api.svg b/docs/static/landing_images/api.svg new file mode 100644 index 000000000..e637525cc --- /dev/null +++ b/docs/static/landing_images/api.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/static/landing_images/contributor.svg b/docs/static/landing_images/contributor.svg new file mode 100644 index 000000000..3a689e0e4 --- /dev/null +++ b/docs/static/landing_images/contributor.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/static/landing_images/getting_started.svg b/docs/static/landing_images/getting_started.svg new file mode 100644 index 000000000..04db7e615 --- /dev/null +++ b/docs/static/landing_images/getting_started.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/static/landing_images/user_guide.svg b/docs/static/landing_images/user_guide.svg new file mode 100644 index 000000000..d61b0937d --- /dev/null +++ b/docs/static/landing_images/user_guide.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/docs/static/notebooks.css b/docs/static/notebooks.css deleted file mode 100644 index 2a7f23067..000000000 --- a/docs/static/notebooks.css +++ /dev/null @@ -1,5 +0,0 @@ -.nbinput .prompt, -.nboutput.container .output_area.stderr, -.nboutput .prompt { - display: none; -} diff --git a/docs/static/rocketpy.css b/docs/static/rocketpy.css new file mode 100644 index 000000000..f2a0fc9cc --- /dev/null +++ b/docs/static/rocketpy.css @@ -0,0 +1,80 @@ +.nbinput .prompt, +.nboutput.container .output_area.stderr, +.nboutput .prompt { + display: none; +} + +/* Main page overview cards */ + +.sd-card { + background: #fff; + border-radius: 0; + padding: 30px 10px 20px 10px; + margin: 10px 0px; +} + +.sd-card .sd-card-header { + text-align: center; +} + +.sd-card .sd-card-header .sd-card-text { + margin: 0px; +} + +.sd-card .sd-card-img-top { + height: 52px; + width: 52px; + margin-left: auto; + margin-right: auto; +} + +.sd-card .sd-card-header { + border: none; + background-color: white; + color: #150458 !important; + font-size: var(--pst-font-size-h5); + font-weight: bold; + padding: 2.5rem 0rem 0.5rem 0rem; +} + +.sd-card .sd-card-footer { + border: none; + background-color: white; +} + +.sd-card .sd-card-footer .sd-card-text { + max-width: 220px; + margin-left: auto; + margin-right: auto; +} + +/* Dark theme tweaking */ +html[data-theme=dark] .sd-card img[src*='.svg'] { + filter: invert(0.82) brightness(0.8) contrast(1.2); +} + +/* Main index page overview cards */ +html[data-theme=dark] .sd-card { + background-color:var(--pst-color-background); +} + +html[data-theme=dark] .sd-shadow-sm { + box-shadow: 0 .1rem 1rem rgba(250, 250, 250, .6) !important +} + +html[data-theme=dark] .sd-card .sd-card-header { + background-color:var(--pst-color-background); + color: #150458 !important; +} + +html[data-theme=dark] .sd-card .sd-card-footer { + background-color:var(--pst-color-background); +} + +html[data-theme=dark] h1 { + color: var(--pst-color-primary); +} + +html[data-theme=dark] h3 { + color: #0a6774; +} \ No newline at end of file diff --git a/docs/user/first_simulation.rst b/docs/user/first_simulation.rst index 6fab61238..93f328922 100644 --- a/docs/user/first_simulation.rst +++ b/docs/user/first_simulation.rst @@ -663,7 +663,7 @@ analysis. Here we will show some examples, but much more can be done! .. seealso:: *RocketPy* can be used to perform a Monte Carlo Dispersion Analysis. See - `Monte Carlo Simulations `_ + `Monte Carlo Simulations `_ for more information. Apogee as a Function of Mass diff --git a/docs/user/function.rst b/docs/user/function.rst index b95496991..bd8e82d3c 100644 --- a/docs/user/function.rst +++ b/docs/user/function.rst @@ -346,6 +346,7 @@ d. Differentiation and Integration One of the most useful ``Function`` features for data analysis is easily differentiating and integrating the data source. These methods are divided as follow: - :meth:`rocketpy.Function.differentiate`: differentiate the ``Function`` at a given point, returning the derivative value as the result; +- :meth:`rocketpy.Function.differentiate_complex_step`: differentiate the ``Function`` at a given point using the complex step method, returning the derivative value as the result; - :meth:`rocketpy.Function.integral`: performs a definite integral over specified limits, returns the integral value (area under ``Function``); - :meth:`rocketpy.Function.derivative_function`: computes the derivative of the given `Function`, returning another `Function` that is the derivative of the original at each point; - :meth:`rocketpy.Function.integral_function`: calculates the definite integral of the function from a given point up to a variable, returns a ``Function``. @@ -363,6 +364,19 @@ Let's make a familiar example of differentiation: the derivative of the function # Differentiate it at x = 3 print(f.differentiate(3)) +RocketPy also supports the complex step method for differentiation, which is a very accurate method for numerical differentiation. Let's compare the results of the complex step method with the standard method: + +.. jupyter-execute:: + + # Define the function x^2 + f = Function(lambda x: x**2) + + # Differentiate it at x = 3 using the complex step method + print(f.differentiate_complex_step(3)) + +The complex step method can be as twice as faster as the standard method, but +it requires the function to be differentiable in the complex plane. + Also one may compute the derivative function: .. jupyter-execute:: diff --git a/docs/user/index.rst b/docs/user/index.rst index 6896f9d4e..7d8c12241 100644 --- a/docs/user/index.rst +++ b/docs/user/index.rst @@ -28,10 +28,12 @@ RocketPy's User Guide .. toctree:: :maxdepth: 2 - :caption: Dispersion Analysis + :caption: Monte Carlo Simulations - ../notebooks/dispersion_analysis/dispersion_analysis.ipynb - ../notebooks/dispersion_analysis/parachute_drop_from_helicopter.ipynb + Stochastic Classes + ../notebooks/monte_carlo_analysis/monte_carlo_class_usage.ipynb + ../notebooks/monte_carlo_analysis/monte_carlo_analysis.ipynb + ../notebooks/monte_carlo_analysis/parachute_drop_from_helicopter.ipynb .. toctree:: :maxdepth: 2 diff --git a/docs/user/installation.rst b/docs/user/installation.rst index 8f4e0e183..2dad91313 100644 --- a/docs/user/installation.rst +++ b/docs/user/installation.rst @@ -19,7 +19,7 @@ If you want to choose a specific version to guarantee compatibility, you may ins .. code-block:: shell - pip install rocketpy==1.2.2 + pip install rocketpy==1.3.0.post1 Optional Installation Method: ``conda`` @@ -85,9 +85,9 @@ Requirements Python Version ^^^^^^^^^^^^^^ -RocketPy supports Python 3.8 and above. +RocketPy supports Python 3.9 and above. Sorry, there are currently no plans to support earlier versions. -If you really need to run RocketPy on Python 3.7 or earlier, feel free to submit an issue and we will see what we can do! +If you really need to run RocketPy on Python 3.8 or earlier, feel free to submit an issue and we will see what we can do! Required Packages ^^^^^^^^^^^^^^^^^ diff --git a/docs/user/rocket.rst b/docs/user/rocket.rst index 28e091e8d..fa09f058e 100644 --- a/docs/user/rocket.rst +++ b/docs/user/rocket.rst @@ -12,6 +12,7 @@ Defining a Rocket in RocketPy is simple and requires a few steps: 4. Add, if desired, parachutes; 5. Set, if desired, rail guides; 6. See results. +7. Inertia Tensors. Lets go through each of these steps in detail. @@ -428,3 +429,54 @@ The lets check all the information available about the rocket: .. jupyter-execute:: calisto.all_info() + +7. Inertia Tensors +------------------ + +The inertia tensor of the rocket at a given time can be obtained using the +``get_inertia_tensor_at_time`` method. This method evaluates each component of +the inertia tensor at the specified time and returns a +:class:`rocketpy.mathutils.Matrix` object. + +The inertia tensor is a matrix that looks like this: + +.. math:: + :label: inertia_tensor + + \mathbf{I} = \begin{bmatrix} + I_{11} & I_{12} & I_{13} \\ + I_{21} & I_{22} & I_{23} \\ + I_{31} & I_{32} & I_{33} + \end{bmatrix} + +For example, to get the inertia tensor of the rocket at time 0.5 seconds, you +can use the following code: + +.. jupyter-execute:: + + calisto.get_inertia_tensor_at_time(0.5) + +Derivative of the Inertia Tensor +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +You can also get the derivative of the inertia tensor at a given time using the +``get_inertia_tensor_derivative_at_time`` method. Here's an example: + +.. jupyter-execute:: + + calisto.get_inertia_tensor_derivative_at_time(0.5) + +Implications from these results +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The inertia tensor reveals important information about the rocket's symmetry +and ease of rotation: + +1. **Axis Symmetry**: If I\ :sub:`11` and I\ :sub:`22` are equal, the rocket is symmetric around the axes perpendicular to the rocket's center axis. In our defined rocket, I\ :sub:`11` and I\ :sub:`22` are indeed equal, indicating that our rocket is axisymmetric. + +2. **Zero Products of Inertia**: The off-diagonal elements of the inertia tensor are zero, which means the products of inertia are zero. This indicates that the rocket is symmetric around its center axis. + +3. **Ease of Rotation**: The I\ :sub:`33` value is significantly lower than the other two. This suggests that the rocket is easier to rotate around its center axis than around the axes perpendicular to the rocket. This is an important factor when considering the rocket's stability and control. + +However, these conclusions are based on the assumption that the inertia tensor is calculated with respect to the rocket's center of mass and aligned with the principal axes of the rocket. If the inertia tensor is calculated with respect to a different point or not aligned with the principal axes, the conclusions may not hold. + diff --git a/docs/user/stochastic.rst b/docs/user/stochastic.rst new file mode 100644 index 000000000..1d325b21e --- /dev/null +++ b/docs/user/stochastic.rst @@ -0,0 +1,249 @@ +.. _stochastic_usage: + +Working with Stochastic objects +=============================== + +For each RocketPy object (e.g. Environment, SolidMotor, Rocket, etc.), we can +create a ``Stochastic`` counterpart that extends the initial model, allowing us +to define the uncertainties of each input parameter. + +The idea of the ``Stochastic`` classes is to take the deterministic classes and +assign uncertainties to their input parameters. This will reflect the inherent +uncertainties in the real-world data and provide a more realistic simulation. + +.. seealso:: + For ``Stochastic`` class API details, see :ref:`stochastic_reference`. + +.. note:: + In this tutorial, classes without the ``Stochastic`` prefix are considered \ + deterministic. For instance, ``SolidMotor`` is a deterministic class, while \ + its stochastic counterpart is named ``StochasticSolidMotor``. + +Initialization Parameters +------------------------- + +In terms of initialization parameters, the ``Stochastic`` classes are very +similar to the deterministic classes. +We will separate the parameters into three categories: the "deterministic object", +the "optional parameters", and the "additional parameters". +Let's take a look at their nuances: + +.. note:: + In Python, we use the terms "argument", "parameter", and "initialization parameter" + interchangeably to refer to the values passed to a function or class during initialization. + + For the sake of clarity, we will use the term "argument" from now on. + +Arguments +^^^^^^^^^ + +1. **Deterministic Object**: \ + All ``Stochastic`` classes **must** receive a \ + deterministic object as an argument. This is the only mandatory argument. + +2. **Optional Arguments**: \ + The remaining parameters are the same as in the \ + deterministic classes, and they are optional. They only need to be passed \ + if you want to define the uncertainty for that argument. If you don't pass an \ + argument, it will not be varied during the simulation, and the nominal value \ + will be taken from the deterministic object. + +3. **Additional Arguments**: \ + Some ``Stochastic`` classes may present additional \ + arguments that are not present in the deterministic classes. These are used \ + for specific purposes, such as a multiplication factor for the drag curves. + + +Specifying Uncertainties +^^^^^^^^^^^^^^^^^^^^^^^^ + +Furthermore, the optional arguments - which define the uncertainties - can be +passed in a few different ways: + +1. **As a single value**: \ + This will be the standard deviation for that parameter. \ + The default distribution used will be a normal distribution, and the nominal \ + value will be the value of that same argument from the deterministic object. + +2. **As a tuple of two numbers**: \ + The first number will be the nominal value of \ + the distribution, and the second number will be the standard deviation. The \ + default distribution used will be a normal distribution. + +3. **As a tuple of two numbers and a string**: \ + The first number will be the \ + nominal value of the distribution, the second number will be the standard \ + deviation, and the string will be the distribution type. The distribution \ + type can be one of the following: *"normal"*, *"binomial"*, *"chisquare"*, \ + *"exponential"*, *"gamma"*, *"gumbel"*, *"laplace"*, *"logistic"*, \ + *"poisson"*, *"uniform"*, and *"wald"*. + +3. **As a tuple of a number and a string**: \ + The number will be the standard \ + deviation, and the string will be the distribution type. The nominal value \ + will be taken from the standard object. + +4. **As a list of values**: \ + The values will be randomly chosen from this list and \ + used as the parameter value during the simulation. You cannot assign standard \ + deviations when using lists, nor can you assign different distribution types. + +.. note:: + In statistics, the terms "Normal" and "Gaussian" refer to the same type of \ + distribution. This distribution is commonly used and is the default for the \ + ``Stochastic`` classes in RocketPy. + + In this context, a "distribution" refers to a function that describes the \ + probability of a parameter assuming a certain value. The type of distribution \ + determines the shape of this function. We use the term "distribution" to \ + simplify the explanation of the stochastic classes. + +Examples +-------- + +Here is a better explanation of the arguments with examples: + +Example 1: Stochastic Solid Motor +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Consider the ``StochasticSolidMotor`` object: + +.. jupyter-execute:: + + from rocketpy import SolidMotor, StochasticSolidMotor + + motor = SolidMotor( + thrust_source="../data/motors/Cesaroni_M1670.eng", + dry_mass=1.815, + dry_inertia=(0.125, 0.125, 0.002), + nozzle_radius=33 / 1000, + grain_number=5, + grain_density=1815, + grain_outer_radius=33 / 1000, + grain_initial_inner_radius=15 / 1000, + grain_initial_height=120 / 1000, + grain_separation=5 / 1000, + grains_center_of_mass_position=0.397, + center_of_dry_mass_position=0.317, + nozzle_position=0, + burn_time=3.9, + throat_radius=11 / 1000, + coordinate_system_orientation="nozzle_to_combustion_chamber", + ) + + stochastic_motor = StochasticSolidMotor( + solid_motor=motor, + burn_start_time=(0, 0.1, "binomial"), + grains_center_of_mass_position=0.001, + grain_density=10, + grain_separation=1 / 1000, + grain_initial_height=1 / 1000, + grain_initial_inner_radius=0.375 / 1000, + grain_outer_radius=0.375 / 1000, + total_impulse=(6500, 100), + throat_radius=0.5 / 1000, + nozzle_radius=0.5 / 1000, + nozzle_position=0.001, + ) + + stochastic_motor.visualize_attributes() + +Interpreting the Output +""""""""""""""""""""""" + +To illustrate the example above, you can notice that: + +- The ``burn_start_time`` argument was specified as a tuple of 3 items (0, 0.1, "binomial"), meaning the nominal value is 0, the standard deviation is 0.1, and the distribution type is binomial. You can check that it was correctly set being reading the ``burn_start_time: 0.00000 ± 0.10000 (numpy.random.binomial)`` line in the output. +- ``total_impulse`` was given as a tuple of 2 numbers (6500, 100), indicating a nominal value of 6500 and a standard deviation of 1000, with the default distribution being normal, which is the default distribution type. + +.. note:: + Always remember to run ``stochastic_object.visualize_attributes()`` to check \ + if the uncertainties were correctly set. + +Sampling a Stochastic Object +"""""""""""""""""""""""""""" + +Continuing with the example, you can use the ``stochastic_motor`` object to generate +a random `SolidMotor` object considering the uncertainties defined in the initialization. + +.. jupyter-execute:: + + sampled_motor = stochastic_motor.create_object() + print(sampled_motor) + +This will create a new ``SolidMotor`` object in memory and assign it to the +variable ``sampled_motor``. This behaves exactly like a ``SolidMotor`` object, but +considering that each parameter was randomly sampled from the defined distributions. +We can compare the nominal values of the ``motor`` object with the sampled values +of the ``sampled_motor`` object: + +.. jupyter-execute:: + + print("Deterministic Motor with nominal values:\n") + motor.prints.all() + print("\n\nSampled Motor considering uncertainties:\n") + sampled_motor.prints.all() + +As you can notice, the values from the ``sampled_motor`` object are slightly different +from the nominal values of the ``motor`` object. + +.. important:: + If you run the ``create_object()`` method multiple times, you will get different + results each time, as the values are always randomly sampled from the defined + distributions. + + +Determining Uncertainties +------------------------- + +Determining the uncertainties for each parameter is crucial for accurate simulations. +Here are some practical methods: + +1. **Empirical Measurements**: \ + For geometric properties and other parameters that \ + can be measured, you can take multiple measurements and calculate the standard \ + deviation. This method provides a direct and reliable estimate of uncertainty. \ + Some examples include: rocket mass, dimensions or positions and material density. + +2. **Historical Data**: \ + Use historical data from previous experiments or similar \ + projects to base your standard deviations. For example, if you are designing a \ + rocket with similar characteristics to a previous project, you can use the \ + uncertainties from that project as a starting point. + +3. **Literature Review**: \ + Review literature and technical documents to find \ + estimation values for uncertainties. For example, for aerodynamic coefficients, \ + you can find typical values in textbooks or research papers, these usually \ + come from wind tunnel tests. A good resource to base your uncertainties is the \ + `RocketPy article `_. + +5. **Rule of Thumb**: \ + In the absence of specific data, you can use general rules \ + of thumb. For example, assigning a standard deviation of 10% of the nominal \ + value is a common practice. + +As your rocket project evolves, you will likely gather more data and refine your +models. Consequently, the uncertainties should decrease, resulting in stochastic +models with less variance. This iterative process will enhance the accuracy and +reliability of your simulations over time. + +.. Determining Which Arguments to Vary +.. ----------------------------------- + +.. Choosing which arguments to vary is crucial for effective Monte Carlo simulations. +.. RocketPy offers a ``Sensitivity Analysis toolkit``, which can help you to identify +.. which parameters most significantly impact your simulation results. + + +Conclusion +---------- + +The ``Stochastic`` classes in RocketPy provide a powerful way to introduce and +manage uncertainties in your simulations. By defining distributions for each +input parameter, you can perform more realistic and robust Monte Carlo simulations, +better reflecting the inherent uncertainties in rocketry. + +.. note:: + See the ``MonteCarlo`` class documentation for more information on how to run \ + Monte Carlo simulations with stochastic objects. diff --git a/pyproject.toml b/pyproject.toml index 350f7ae37..8f1fec23e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [project] name = "rocketpy" -version = "1.2.2" +version = "1.3.0.post1" description="Advanced 6-DOF trajectory simulation for High-Power Rocketry." dynamic = ["dependencies"] readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" authors = [ {name = "Giovani Hidalgo Ceotto", email = "ghceotto@gmail.com"} ] @@ -12,7 +12,6 @@ classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", - "Topic :: Rocket Flight Simulation :: Libraries :: Python Modules", ] [project.urls] @@ -21,11 +20,11 @@ documentation = "https://docs.rocketpy.org/" repository = "https://github.com/RocketPy-Team/RocketPy" [build-system] -requires = ["setuptools"] +requires = ["setuptools>=42", "wheel"] build-backend = "setuptools.build_meta" [tool.setuptools] -py-modules = ['rocketpy'] +packages = { find = { where = ["."], include = ["rocketpy*"] } } [tool.setuptools.dynamic] dependencies = { file = ["requirements.txt"] } @@ -51,7 +50,11 @@ env-analysis = [ "ipywidgets>=7.6.3" ] -all = ["rocketpy[env-analysis]"] +monte-carlo = [ + "imageio", +] + +all = ["rocketpy[env-analysis]", "rocketpy[monte-carlo]"] [tool.black] line-length = 88 diff --git a/requirements-optional.txt b/requirements-optional.txt index 699bbde14..0cf42683d 100644 --- a/requirements-optional.txt +++ b/requirements-optional.txt @@ -2,4 +2,5 @@ windrose>=1.6.8 ipython ipywidgets>=7.6.3 jsonpickle -timezonefinder \ No newline at end of file +timezonefinder +imageio \ No newline at end of file diff --git a/rocketpy/__init__.py b/rocketpy/__init__.py index 10404b619..400d2124a 100644 --- a/rocketpy/__init__.py +++ b/rocketpy/__init__.py @@ -37,4 +37,15 @@ Tail, TrapezoidalFins, ) -from .simulation import Flight +from .simulation import Flight, MonteCarlo +from .stochastic import ( + StochasticEllipticalFins, + StochasticEnvironment, + StochasticFlight, + StochasticNoseCone, + StochasticParachute, + StochasticRocket, + StochasticSolidMotor, + StochasticTail, + StochasticTrapezoidalFins, +) diff --git a/rocketpy/_encoders.py b/rocketpy/_encoders.py new file mode 100644 index 000000000..6a4982295 --- /dev/null +++ b/rocketpy/_encoders.py @@ -0,0 +1,43 @@ +"""Defines a custom JSON encoder for RocketPy objects.""" + +import json +import types + +import numpy as np + +from rocketpy.mathutils.function import Function + + +class RocketPyEncoder(json.JSONEncoder): + """NOTE: This is still under construction, please don't use it yet.""" + + def default(self, o): + if isinstance( + o, + ( + np.int_, + np.intc, + np.intp, + np.int8, + np.int16, + np.int32, + np.int64, + np.uint8, + np.uint16, + np.uint32, + np.uint64, + ), + ): + return int(o) + elif isinstance(o, (np.float16, np.float32, np.float64)): + return float(o) + elif isinstance(o, np.ndarray): + return o.tolist() + elif hasattr(o, "to_dict"): + return o.to_dict() + # elif isinstance(o, Function): + # return o.__dict__() + elif isinstance(o, (Function, types.FunctionType)): + return repr(o) + else: + return json.JSONEncoder.default(self, o) diff --git a/rocketpy/environment/environment.py b/rocketpy/environment/environment.py index 1f50364bf..8c70612b9 100644 --- a/rocketpy/environment/environment.py +++ b/rocketpy/environment/environment.py @@ -269,9 +269,9 @@ def __init__( self, gravity=None, date=None, - latitude=0, - longitude=0, - elevation=0, + latitude=0.0, + longitude=0.0, + elevation=0.0, datum="SIRGAS2000", timezone="UTC", max_expected_height=80000.0, @@ -570,7 +570,7 @@ def set_gravity_model(self, gravity=None): >>> g_0 = 9.80665 >>> env_cte_g = Environment(gravity=g_0) >>> env_cte_g.gravity([0, 100, 1000]) - [9.80665, 9.80665, 9.80665] + [np.float64(9.80665), np.float64(9.80665), np.float64(9.80665)] It's also possible to variate the gravity acceleration by defining its function of height: @@ -667,7 +667,7 @@ def set_elevation(self, elevation="Open-Elevation"): None """ if elevation != "Open-Elevation" and elevation != "SRTM": - self.elevation = elevation + self.elevation = float(elevation) # elif elevation == "SRTM" and self.latitude != None and self.longitude != None: # # Trigger the authentication flow. # #ee.Authenticate() @@ -682,7 +682,7 @@ def set_elevation(self, elevation="Open-Elevation"): # self.elevation = elev elif self.latitude is not None and self.longitude is not None: - self.elevation = self.__fetch_open_elevation() + self.elevation = float(self.__fetch_open_elevation()) print("Elevation received: ", self.elevation) else: raise ValueError( @@ -1722,7 +1722,7 @@ def process_windy_atmosphere(self, model="ECMWF"): self.max_expected_height = max(altitude_array[0], altitude_array[-1]) # Get elevation data from file - self.elevation = response["header"]["elevation"] + self.elevation = float(response["header"]["elevation"]) # Compute info data self.atmospheric_model_init_date = netCDF4.num2date( @@ -2423,9 +2423,9 @@ def process_forecast_reanalysis(self, file, dictionary): f_x_y2 = ((x2 - x) / (x2 - x1)) * f_x1_y2 + ( (x - x1) / (x2 - x1) ) * f_x2_y2 - self.elevation = ((y2 - y) / (y2 - y1)) * f_x_y1 + ( - (y - y1) / (y2 - y1) - ) * f_x_y2 + self.elevation = float( + ((y2 - y) / (y2 - y1)) * f_x_y1 + ((y - y1) / (y2 - y1)) * f_x_y2 + ) except: raise ValueError( "Unable to read surface elevation data. Check file and dictionary." @@ -2793,9 +2793,9 @@ def process_ensemble(self, file, dictionary): f_x_y2 = ((x2 - x) / (x2 - x1)) * f_x1_y2 + ( (x - x1) / (x2 - x1) ) * f_x2_y2 - self.elevation = ((y2 - y) / (y2 - y1)) * f_x_y1 + ( - (y - y1) / (y2 - y1) - ) * f_x_y2 + self.elevation = float( + ((y2 - y) / (y2 - y1)) * f_x_y1 + ((y - y1) / (y2 - y1)) * f_x_y2 + ) except: raise ValueError( "Unable to read surface elevation data. Check file and dictionary." @@ -3090,7 +3090,7 @@ def calculate_density_profile(self): >>> env = Environment() >>> env.calculate_density_profile() - >>> env.density(0) + >>> float(env.density(0)) 1.225000018124288 Creating an Environment object and calculating the density @@ -3098,7 +3098,7 @@ def calculate_density_profile(self): >>> env = Environment() >>> env.calculate_density_profile() - >>> env.density(1000) + >>> float(env.density(1000)) 1.1116193933422585 """ # Retrieve pressure P, gas constant R and temperature T diff --git a/rocketpy/mathutils/function.py b/rocketpy/mathutils/function.py index 6dc1c764b..b34c4dd52 100644 --- a/rocketpy/mathutils/function.py +++ b/rocketpy/mathutils/function.py @@ -16,7 +16,14 @@ import numpy as np from scipy import integrate, linalg, optimize -NUMERICAL_TYPES = (float, int, complex, np.ndarray, np.integer, np.floating) +# Numpy 1.x compatibility, +# TODO: remove these lines when all dependencies support numpy>=2.0.0 +if np.lib.NumpyVersion(np.__version__) >= "2.0.0b1": + from numpy import trapezoid # pragma: no cover +else: + from numpy import trapz as trapezoid # pragma: no cover + +NUMERICAL_TYPES = (float, int, complex, np.integer, np.floating) INTERPOLATION_TYPES = { "linear": 0, "polynomial": 1, @@ -549,9 +556,9 @@ def set_discrete( func.set_interpolation(interpolation) func.set_extrapolation(extrapolation) elif func.__dom_dim__ == 2: - lower = 2 * [lower] if isinstance(lower, (int, float)) else lower - upper = 2 * [upper] if isinstance(upper, (int, float)) else upper - sam = 2 * [samples] if isinstance(samples, (int, float)) else samples + lower = 2 * [lower] if isinstance(lower, NUMERICAL_TYPES) else lower + upper = 2 * [upper] if isinstance(upper, NUMERICAL_TYPES) else upper + sam = 2 * [samples] if isinstance(samples, NUMERICAL_TYPES) else samples # Create nodes to evaluate function xs = np.linspace(lower[0], upper[0], sam[0]) ys = np.linspace(lower[1], upper[1], sam[1]) @@ -829,26 +836,26 @@ def get_value(self, *args): ... [(0, 0), (1, 1), (1.5, 2.25), (2, 4), (2.5, 6.25), (3, 9), (4, 16)] ... ) >>> f3.get_value(2) - 4.0 + np.float64(4.0) >>> f3.get_value(2.5) - 6.25 + np.float64(6.25) >>> f3.get_value([1, 2, 3]) - [1.0, 4.0, 9.0] + [np.float64(1.0), np.float64(4.0), np.float64(9.0)] >>> f3.get_value([1, 2.5, 4.0]) - [1.0, 6.25, 16.0] + [np.float64(1.0), np.float64(6.25), np.float64(16.0)] Testing with ndarray source (2 dimensions): >>> f4 = Function( ... [(0, 0, 0), (1, 1, 1), (1, 2, 2), (2, 4, 8), (3, 9, 27)] ... ) >>> f4.get_value(1, 1) - 1.0 + np.float64(1.0) >>> f4.get_value(2, 4) - 8.0 + np.float64(8.0) >>> abs(f4.get_value(1, 1.5) - 1.5) < 1e-2 # the interpolation is not perfect - True + np.True_ >>> f4.get_value(3, 9) - 27.0 + np.float64(27.0) """ if len(args) != self.__dom_dim__: raise ValueError( @@ -860,7 +867,7 @@ def get_value(self, *args): # if the function is 1-D: if self.__dom_dim__ == 1: # if the args is a simple number (int or float) - if isinstance(args[0], (int, float)): + if isinstance(args[0], NUMERICAL_TYPES): return self.source(args[0]) # if the arguments are iterable, we map and return a list if isinstance(args[0], Iterable): @@ -869,7 +876,7 @@ def get_value(self, *args): # if the function is n-D: else: # if each arg is a simple number (int or float) - if all(isinstance(arg, (int, float)) for arg in args): + if all(isinstance(arg, NUMERICAL_TYPES) for arg in args): return self.source(*args) # if each arg is iterable, we map and return a list if all(isinstance(arg, Iterable) for arg in args): @@ -880,7 +887,7 @@ def get_value(self, *args): # Returns value for other interpolation type else: # interpolation is "polynomial", "spline", "akima" or "linear" - if isinstance(args[0], (int, float, complex, np.integer)): + if isinstance(args[0], NUMERICAL_TYPES): args = [list(args)] x = list(args[0]) @@ -1330,9 +1337,9 @@ def plot_2d( if callable(self.source): # Determine boundaries lower = [0, 0] if lower is None else lower - lower = 2 * [lower] if isinstance(lower, (int, float)) else lower + lower = 2 * [lower] if isinstance(lower, NUMERICAL_TYPES) else lower upper = [10, 10] if upper is None else upper - upper = 2 * [upper] if isinstance(upper, (int, float)) else upper + upper = 2 * [upper] if isinstance(upper, NUMERICAL_TYPES) else upper else: # Determine boundaries x_data = self.x_array @@ -1340,9 +1347,9 @@ def plot_2d( x_min, x_max = x_data.min(), x_data.max() y_min, y_max = y_data.min(), y_data.max() lower = [x_min, y_min] if lower is None else lower - lower = 2 * [lower] if isinstance(lower, (int, float)) else lower + lower = 2 * [lower] if isinstance(lower, NUMERICAL_TYPES) else lower upper = [x_max, y_max] if upper is None else upper - upper = 2 * [upper] if isinstance(upper, (int, float)) else upper + upper = 2 * [upper] if isinstance(upper, NUMERICAL_TYPES) else upper # Plot data points if force_data = True if force_data: axes.scatter(x_data, y_data, self.source[:, -1]) @@ -1513,7 +1520,8 @@ def compare_plots( ax.scatter(points[0], points[1], marker="o") # Setup legend - ax.legend(loc="best", shadow=True) + if any([plot[1] for plot in plots]): + ax.legend(loc="best", shadow=True) # Turn on grid and set title and axis plt.grid(True) @@ -1875,7 +1883,9 @@ def __add__(self, other): return Function(lambda x: (self.get_value_opt(x) + other(x))) # If other is Float except... except AttributeError: - if isinstance(other, NUMERICAL_TYPES): + if isinstance(other, NUMERICAL_TYPES) or self.__is_single_element_array( + other + ): # Check if Function object source is array or callable if isinstance(self.source, np.ndarray): # Operate on grid values @@ -1997,7 +2007,9 @@ def __mul__(self, other): source = np.column_stack((self.x_array, self.y_array * other.y_array)) outputs = f"({self.__outputs__[0]}*{other.__outputs__[0]})" return Function(source, inputs, outputs, interp, extrap) - elif isinstance(other, NUMERICAL_TYPES): + elif isinstance(other, NUMERICAL_TYPES) or self.__is_single_element_array( + other + ): if not self_source_is_array: return Function(lambda x: (self.get_value_opt(x) * other), inputs) source = np.column_stack((self.x_array, np.multiply(self.y_array, other))) @@ -2080,7 +2092,9 @@ def __truediv__(self, other): return Function(lambda x: (self.get_value_opt(x) / other(x))) # If other is Float except... except AttributeError: - if isinstance(other, NUMERICAL_TYPES): + if isinstance(other, NUMERICAL_TYPES) or self.__is_single_element_array( + other + ): # Check if Function object source is array or callable if isinstance(self.source, np.ndarray): # Operate on grid values @@ -2119,7 +2133,7 @@ def __rtruediv__(self, other): A Function object which gives the result of other(x)/self(x). """ # Check if Function object source is array and other is float - if isinstance(other, NUMERICAL_TYPES): + if isinstance(other, NUMERICAL_TYPES) or self.__is_single_element_array(other): if isinstance(self.source, np.ndarray): # Operate on grid values ys = other / self.y_array @@ -2187,7 +2201,9 @@ def __pow__(self, other): return Function(lambda x: (self.get_value_opt(x) ** other(x))) # If other is Float except... except AttributeError: - if isinstance(other, NUMERICAL_TYPES): + if isinstance(other, NUMERICAL_TYPES) or self.__is_single_element_array( + other + ): # Check if Function object source is array or callable if isinstance(self.source, np.ndarray): # Operate on grid values @@ -2226,7 +2242,7 @@ def __rpow__(self, other): A Function object which gives the result of other(x)**self(x). """ # Check if Function object source is array and other is float - if isinstance(other, NUMERICAL_TYPES): + if isinstance(other, NUMERICAL_TYPES) or self.__is_single_element_array(other): if isinstance(self.source, np.ndarray): # Operate on grid values ys = other**self.y_array @@ -2375,7 +2391,7 @@ def integral(self, a, b, numerical=False): # self.__extrapolation__ = 'zero' pass elif self.__interpolation__ == "linear" and numerical is False: - # Integrate from a to b using np.trapz + # Integrate from a to b using np.trapezoid x_data = self.x_array y_data = self.y_array # Get data in interval @@ -2394,8 +2410,7 @@ def integral(self, a, b, numerical=False): y_integration_data = np.concatenate(([self(a)], y_integration_data)) x_integration_data = np.concatenate((x_integration_data, [b])) y_integration_data = np.concatenate((y_integration_data, [self(b)])) - # Integrate using np.trapz - ans = np.trapz(y_integration_data, x_integration_data) + ans = trapezoid(y_integration_data, x_integration_data) else: # Integrate numerically ans, _ = integrate.quad(self, a, b, epsabs=1e-4, epsrel=1e-3, limit=1000) @@ -2427,6 +2442,38 @@ def differentiate(self, x, dx=1e-6, order=1): + self.get_value_opt(x - dx) ) / dx**2 + def differentiate_complex_step(self, x, dx=1e-200, order=1): + """Differentiate a Function object at a given point using the complex + step method. This method can be faster than ``Function.differentiate`` + since it requires only one evaluation of the function. However, the + evaluated function must accept complex numbers as input. + + Parameters + ---------- + x : float + Point at which to differentiate. + dx : float, optional + Step size to use for numerical differentiation, by default 1e-200. + order : int, optional + Order of differentiation, by default 1. Right now, only first order + derivative is supported. + + Returns + ------- + float + The real part of the derivative of the function at the given point. + + References + ---------- + [1] https://mdolab.engin.umich.edu/wiki/guide-complex-step-derivative-approximation + """ + if order == 1: + return float(self.get_value_opt(x + dx * 1j).imag / dx) + else: + raise NotImplementedError( + "Only 1st order derivatives are supported yet. " "Set order=1." + ) + def identity_function(self): """Returns a Function object that correspond to the identity mapping, i.e. f(x) = x. @@ -2574,16 +2621,16 @@ def is_strictly_bijective(self): Examples -------- >>> f = Function([[0, 0], [1, 1], [2, 4]]) - >>> f.isbijective() - True - >>> f.is_strictly_bijective() + >>> f.isbijective() == True True + >>> f.is_strictly_bijective() == True + np.True_ >>> f = Function([[-1, 1], [0, 0], [1, 1], [2, 4]]) >>> f.isbijective() False >>> f.is_strictly_bijective() - False + np.False_ A Function which is not "strictly" bijective, but is bijective, can be constructed as x^2 defined at -1, 0 and 2. @@ -2592,7 +2639,7 @@ def is_strictly_bijective(self): >>> f.isbijective() True >>> f.is_strictly_bijective() - False + np.False_ """ if isinstance(self.source, np.ndarray): # Assuming domain is sorted, range must also be @@ -2868,6 +2915,10 @@ def savetxt( file.write(header_line + newline) np.savetxt(file, data_points, fmt=fmt, delimiter=delimiter, newline=newline) + @staticmethod + def __is_single_element_array(var): + return isinstance(var, np.ndarray) and var.size == 1 + # Input validators def __validate_source(self, source): """Used to validate the source parameter for creating a Function object. @@ -2925,7 +2976,7 @@ def __validate_source(self, source): ) return source - if isinstance(source, (int, float)): + if isinstance(source, NUMERICAL_TYPES): # Convert number source into vectorized lambda function temp = 1 * source @@ -3140,7 +3191,7 @@ def calc_output(func, inputs): output_data = [] for key in sorted(source.keys()): i = np.linspace(key[0], key[1], datapoints) - i = i[~np.in1d(i, input_data)] + i = i[~np.isin(i, input_data)] input_data = np.concatenate((input_data, i)) f = Function(source[key]) diff --git a/rocketpy/motors/solid_motor.py b/rocketpy/motors/solid_motor.py index db3527a95..4c55c1ee4 100644 --- a/rocketpy/motors/solid_motor.py +++ b/rocketpy/motors/solid_motor.py @@ -195,7 +195,7 @@ def __init__( grain_separation, grains_center_of_mass_position, center_of_dry_mass_position, - nozzle_position=0, + nozzle_position=0.0, burn_time=None, throat_radius=0.01, reshape_thrust_curve=False, diff --git a/rocketpy/plots/flight_plots.py b/rocketpy/plots/flight_plots.py index 21266a1f3..1209b4cd6 100644 --- a/rocketpy/plots/flight_plots.py +++ b/rocketpy/plots/flight_plots.py @@ -66,6 +66,14 @@ def trajectory_3d(self): min_x = min(self.flight.x[:, 1]) max_y = max(self.flight.y[:, 1]) min_y = min(self.flight.y[:, 1]) + min_xy = min(min_x, min_y) + max_xy = max(max_x, max_y) + + # avoids errors when x_lim and y_lim are the same + if abs(min_z - max_z) < 1e-5: + max_z += 1 + if abs(min_xy - max_xy) < 1e-5: + max_xy += 1 _ = plt.figure(figsize=(9, 9)) ax1 = plt.subplot(111, projection="3d") @@ -109,8 +117,8 @@ def trajectory_3d(self): ax1.set_ylabel("Y - North (m)") ax1.set_zlabel("Z - Altitude Above Ground Level (m)") ax1.set_title("Flight Trajectory") - ax1.set_xlim(min_x, max_x) - ax1.set_ylim(min_y, max_y) + ax1.set_xlim(min_xy, max_xy) + ax1.set_ylim(min_xy, max_xy) ax1.set_zlim(min_z, max_z) ax1.view_init(15, 45) ax1.set_box_aspect(None, zoom=0.95) # 95% for label adjustment diff --git a/rocketpy/plots/monte_carlo_plots.py b/rocketpy/plots/monte_carlo_plots.py new file mode 100644 index 000000000..587f98b11 --- /dev/null +++ b/rocketpy/plots/monte_carlo_plots.py @@ -0,0 +1,165 @@ +import matplotlib.pyplot as plt + +from ..tools import generate_monte_carlo_ellipses + + +class _MonteCarloPlots: + """Class to plot the Monte Carlo analysis results.""" + + def __init__(self, monte_carlo): + self.monte_carlo = monte_carlo + + def ellipses( + self, + image=None, + actual_landing_point=None, + perimeter_size=3000, + xlim=(-3000, 3000), + ylim=(-3000, 3000), + save=False, + ): + """ + Plot the error ellipses for the apogee and impact points of the rocket. + + Parameters + ---------- + image : str, optional + Path to the background image, usually a map of the launch site. + actual_landing_point : tuple, optional + Actual landing point of the rocket in (x, y) meters. + perimeter_size : int, optional + Size of the perimeter to be plotted. Default is 3000. + xlim : tuple, optional + Limits of the x-axis. Default is (-3000, 3000). Values in meters. + ylim : tuple, optional + Limits of the y-axis. Default is (-3000, 3000). Values in meters. + save : bool, optional + Whether to save the plot as a file. Default is False. If True, the + plot is saved and not displayed. If False, the plot is displayed. + + Returns + ------- + None + """ + + # Import background map + if image is not None: + try: + from imageio import imread + + img = imread(image) + except ImportError: + raise ImportError( + "The 'imageio' package is required to add background images. Please install it." + ) + except FileNotFoundError: + raise FileNotFoundError( + "The image file was not found. Please check the path." + ) + + impact_ellipses, apogee_ellipses, apogee_x, apogee_y, impact_x, impact_y = ( + generate_monte_carlo_ellipses(self.monte_carlo.results) + ) + + # Create plot figure + plt.figure(figsize=(8, 6), dpi=150) + ax = plt.subplot(111) + + for ell in impact_ellipses: + ax.add_artist(ell) + for ell in apogee_ellipses: + ax.add_artist(ell) + + # Draw points + plt.scatter(0, 0, s=30, marker="*", color="black", label="Launch Point") + plt.scatter( + apogee_x, apogee_y, s=5, marker="^", color="green", label="Simulated Apogee" + ) + plt.scatter( + impact_x, + impact_y, + s=5, + marker="v", + color="blue", + label="Simulated Landing Point", + ) + + if actual_landing_point: + plt.scatter( + actual_landing_point[0], + actual_landing_point[1], + s=20, + marker="X", + color="red", + label="Measured Landing Point", + ) + + plt.legend() + ax.set_title( + "1$\\sigma$, 2$\\sigma$ and 3$\\sigma$ Monte Carlo Ellipses: Apogee and Landing Points" + ) + ax.set_ylabel("North (m)") + ax.set_xlabel("East (m)") + + # Add background image to plot + # TODO: In the future, integrate with other libraries to plot the map (e.g. cartopy, ee, etc.) + # You can translate the basemap by changing dx and dy (in meters) + dx = 0 + dy = 0 + if image is not None: + plt.imshow( + img, + zorder=0, + extent=[ + -perimeter_size - dx, + perimeter_size - dx, + -perimeter_size - dy, + perimeter_size - dy, + ], + ) + + plt.axhline(0, color="black", linewidth=0.5) + plt.axvline(0, color="black", linewidth=0.5) + plt.xlim(*xlim) + plt.ylim(*ylim) + + if save: + plt.savefig( + f"{self.monte_carlo.filename}.png", bbox_inches="tight", pad_inches=0 + ) + else: + plt.show() + + def all(self, keys=None): + """ + Plot the histograms of the Monte Carlo simulation results. + + Parameters + ---------- + keys : str, list or tuple, optional + The keys of the results to be plotted. If None, all results will be + plotted. Default is None. + + Returns + ------- + None + """ + if keys is None: + keys = self.monte_carlo.results.keys() + elif isinstance(keys, str): + keys = [keys] + elif isinstance(keys, (list, tuple)): + keys = list(set(keys).intersection(self.monte_carlo.results.keys())) + if len(keys) == 0: + raise ValueError( + "The specified 'keys' are not available in the results." + ) + else: + raise ValueError("The 'keys' argument must be a string, list, or tuple.") + + for key in keys: + plt.figure() + plt.hist(self.monte_carlo.results[key]) + plt.title(f"Histogram of {key}") + plt.ylabel("Number of Occurrences") + plt.show() diff --git a/rocketpy/plots/rocket_plots.py b/rocketpy/plots/rocket_plots.py index 2be7a4a73..012f025e7 100644 --- a/rocketpy/plots/rocket_plots.py +++ b/rocketpy/plots/rocket_plots.py @@ -134,10 +134,22 @@ def drag_curves(self): None """ - x_power_drag_off = self.rocket.power_off_drag.x_array - y_power_drag_off = self.rocket.power_off_drag.y_array - x_power_drag_on = self.rocket.power_on_drag.x_array - y_power_drag_on = self.rocket.power_on_drag.y_array + try: + x_power_drag_on = self.rocket.power_on_drag.x_array + y_power_drag_on = self.rocket.power_on_drag.y_array + except AttributeError: + x_power_drag_on = np.linspace(0, 2, 50) + y_power_drag_on = np.array( + [self.rocket.power_on_drag.source(x) for x in x_power_drag_on] + ) + try: + x_power_drag_off = self.rocket.power_off_drag.x_array + y_power_drag_off = self.rocket.power_off_drag.y_array + except AttributeError: + x_power_drag_off = np.linspace(0, 2, 50) + y_power_drag_off = np.array( + [self.rocket.power_off_drag.source(x) for x in x_power_drag_off] + ) fig, ax = plt.subplots() ax.plot(x_power_drag_on, y_power_drag_on, label="Power on Drag") diff --git a/rocketpy/prints/monte_carlo_prints.py b/rocketpy/prints/monte_carlo_prints.py new file mode 100644 index 000000000..6249626ce --- /dev/null +++ b/rocketpy/prints/monte_carlo_prints.py @@ -0,0 +1,27 @@ +class _MonteCarloPrints: + """Class to print the monte carlo analysis results.""" + + def __init__(self, monte_carlo): + self.monte_carlo = monte_carlo + + def all(self): + """Print the mean and standard deviation of each parameter in the results + dictionary or of the variables passed as argument. + + Parameters + ---------- + None + + Returns + ------- + None + + """ + print("Monte Carlo Simulation by RocketPy") + print("Data Source: ", self.monte_carlo.filename) + print("Number of simulations: ", self.monte_carlo.num_of_loaded_sims) + print("Results: \n") + print(f"{'Parameter':>25} {'Mean':>15} {'Std. Dev.':>15}") + print("-" * 60) + for key, value in self.monte_carlo.processed_results.items(): + print(f"{key:>25} {value[0]:>15.3f} {value[1]:>15.3f}") diff --git a/rocketpy/rocket/aero_surface.py b/rocketpy/rocket/aero_surface.py index d41240ac9..aa32ef77e 100644 --- a/rocketpy/rocket/aero_surface.py +++ b/rocketpy/rocket/aero_surface.py @@ -34,6 +34,37 @@ def __init__(self, name): self.name = name return None + # Defines beta parameter + @staticmethod + def _beta(mach): + """Defines a parameter that is often used in aerodynamic + equations. It is commonly used in the Prandtl factor which + corrects subsonic force coefficients for compressible flow. + This is applied to the lift coefficient of the nose cone, + fins and tails/transitions as in [1]. + + Parameters + ---------- + mach : int, float + Number of mach. + + Returns + ------- + beta : int, float + Value that characterizes flow speed based on the mach number. + + References + ---------- + [1] Barrowman, James S. https://arc.aiaa.org/doi/10.2514/6.1979-504 + """ + + if mach < 0.8: + return np.sqrt(1 - mach**2) + elif mach < 1.1: + return np.sqrt(1 - 0.8**2) + else: + return np.sqrt(mach**2 - 1) + @abstractmethod def evaluate_center_of_pressure(self): """Evaluates the center of pressure of the aerodynamic surface in local @@ -367,7 +398,7 @@ def evaluate_geometrical_parameters(self): return None def evaluate_nose_shape(self): - """Calculates and saves nose cone's shape as lists and reavulates the + """Calculates and saves nose cone's shape as lists and re-evaluates the nose cone's length for a given bluffness ratio. The shape is saved as two vectors, one for the x coordinates and one for the y coordinates. @@ -381,7 +412,9 @@ def evaluate_nose_shape(self): # Calculate a function to find the tangential intersection point between the circle and nosecone curve. def find_x_intercept(x): - return x + self.y_nosecone(x) * self.y_nosecone.differentiate(x) + return x + self.y_nosecone(x) * self.y_nosecone.differentiate_complex_step( + x + ) # Calculate a function to find the radius of the nosecone curve def find_radius(x): @@ -411,11 +444,11 @@ def test_circle(x): r_circle, circle_center, x_init = 0, 0, 0 else: # Find the intersection point between circle and nosecone curve - x_init = fsolve(lambda x: find_radius(x) - r_circle, r_circle)[0] + x_init = fsolve(lambda x: find_radius(x[0]) - r_circle, r_circle)[0] circle_center = find_x_intercept(x_init) else: # Find the intersection point between circle and nosecone curve - x_init = fsolve(lambda x: find_radius(x) - r_circle, r_circle)[0] + x_init = fsolve(lambda x: find_radius(x[0]) - r_circle, r_circle)[0] circle_center = find_x_intercept(x_init) # Calculate a function to create the circle at the correct position @@ -463,7 +496,7 @@ def evaluate_lift_coefficient(self): # It must be set as a Function because it will be called and treated # as a function of mach in the simulation. self.clalpha = Function( - lambda mach: 2 * self.radius_ratio**2, + lambda mach: 2 / self._beta(mach) * self.radius_ratio**2, "Mach", f"Lift coefficient derivative for {self.name}", ) @@ -770,14 +803,16 @@ def evaluate_lift_coefficient(self): ) # Differentiating at alpha = 0 to get cl_alpha - clalpha2D_incompressible = self.airfoil_cl.differentiate(x=1e-3, dx=1e-3) + clalpha2D_incompressible = self.airfoil_cl.differentiate_complex_step( + x=1e-3, dx=1e-3 + ) # Convert to radians if needed if self.airfoil[1] == "degrees": clalpha2D_incompressible *= 180 / np.pi # Correcting for compressible flow (apply Prandtl-Glauert correction) - clalpha2D = Function(lambda mach: clalpha2D_incompressible / self.__beta(mach)) + clalpha2D = Function(lambda mach: clalpha2D_incompressible / self._beta(mach)) # Diederich's Planform Correlation Parameter FD = 2 * np.pi * self.AR / (clalpha2D * np.cos(self.gamma_c)) @@ -853,30 +888,6 @@ def evaluate_roll_parameters(self): self.roll_parameters = [clf_delta, cld_omega, self.cant_angle_rad] return self.roll_parameters - # Defines beta parameter - def __beta(_, mach): - """Defines a parameter that is often used in aerodynamic - equations. It is commonly used in the Prandtl factor which - corrects subsonic force coefficients for compressible flow. - - Parameters - ---------- - mach : int, float - Number of mach. - - Returns - ------- - beta : int, float - Value that characterizes flow speed based on the mach number. - """ - - if mach < 0.8: - return np.sqrt(1 - mach**2) - elif mach < 1.1: - return np.sqrt(1 - 0.8**2) - else: - return np.sqrt(mach**2 - 1) - # Defines number of fins factor def __fin_num_correction(_, n): """Calculates a correction factor for the lift coefficient of multiple @@ -1744,6 +1755,7 @@ def evaluate_lift_coefficient(self): # as a function of mach in the simulation. self.clalpha = Function( lambda mach: 2 + / self._beta(mach) * ( (self.bottom_radius / self.rocket_radius) ** 2 - (self.top_radius / self.rocket_radius) ** 2 @@ -1977,8 +1989,9 @@ def __init__( brakes drag coefficient will be used for the entire rocket instead. Default is False. deployment_level : float, optional - Current deployment level, ranging from 0 to 1. Deployment level is the - fraction of the total airbrake area that is Deployment. Default is 0. + Initial deployment level, ranging from 0 to 1. Deployment level is + the fraction of the total airbrake area that is Deployment. Default + is 0. name : str, optional Name of the air brakes. Default is "AirBrakes". @@ -1996,6 +2009,7 @@ def __init__( self.reference_area = reference_area self.clamp = clamp self.override_rocket_drag = override_rocket_drag + self.initial_deployment_level = deployment_level self.deployment_level = deployment_level self.prints = _AirBrakesPrints(self) self.plots = _AirBrakesPlots(self) @@ -2022,6 +2036,12 @@ def deployment_level(self, value): ) self._deployment_level = value + def _reset(self): + """Resets the air brakes to their initial state. This is ran at the + beginning of each simulation to ensure the air brakes are in the correct + state.""" + self.deployment_level = self.initial_deployment_level + def evaluate_center_of_pressure(self): """Evaluates the center of pressure of the aerodynamic surface in local coordinates. diff --git a/rocketpy/rocket/components.py b/rocketpy/rocket/components.py index 1d1d33e56..3197db687 100644 --- a/rocketpy/rocket/components.py +++ b/rocketpy/rocket/components.py @@ -27,7 +27,7 @@ def __repr__(self): """Return a string representation of the Components instance.""" components_str = "\n".join( [ - f"\tComponent: {str(c.component):80} Position: {c.position:>6.3f}" + f"\tComponent: {str(c.component):80} Position: {c.position}" for c in self._components ] ) @@ -103,6 +103,16 @@ def get_tuple_by_type(self, component_type): ] return component_type_list + def get_components(self): + """Return a list of all the components in the list of components. + + Returns + ------- + list + A list of all the components in the list of components. + """ + return [c.component for c in self._components] + def get_positions(self): """Return a list of all the positions of the components in the list of components. diff --git a/rocketpy/rocket/parachute.py b/rocketpy/rocket/parachute.py index 31f9252ed..f96e2a024 100644 --- a/rocketpy/rocket/parachute.py +++ b/rocketpy/rocket/parachute.py @@ -65,6 +65,11 @@ class Parachute: Parachute.lag : float Time, in seconds, between the parachute ejection system is triggered and the parachute is fully opened. + Parachute.noise : tuple, list + List in the format (mean, standard deviation, time-correlation). + The values are used to add noise to the pressure signal which is passed + to the trigger function. Default value is (0, 0, 0). Units are in + pascal. Parachute.noise_bias : float Mean value of the noise added to the pressure signal, which is passed to the trigger function. Unit is in pascal. @@ -154,6 +159,7 @@ def __init__( self.trigger = trigger self.sampling_rate = sampling_rate self.lag = lag + self.noise = noise self.noise_signal = [[-1e-6, np.random.normal(noise[0], noise[1])]] self.noisy_pressure_signal = [] self.clean_pressure_signal = [] diff --git a/rocketpy/rocket/rocket.py b/rocketpy/rocket/rocket.py index c65f1eca1..a0db26eff 100644 --- a/rocketpy/rocket/rocket.py +++ b/rocketpy/rocket/rocket.py @@ -4,6 +4,7 @@ from rocketpy.control.controller import _Controller from rocketpy.mathutils.function import Function +from rocketpy.mathutils.vector_matrix import Matrix from rocketpy.motors.motor import EmptyMotor from rocketpy.plots.rocket_plots import _RocketPlots from rocketpy.prints.rocket_prints import _RocketPrints @@ -72,6 +73,9 @@ class Rocket: for more information regarding the coordinate system. Expressed in meters as a function of time. + Rocket.com_to_cdm_function : Function + Function of time expressing the z-coordinate of the center of mass + relative to the center of dry mass. Rocket.reduced_mass : Function Function of time expressing the reduced mass of the rocket, defined as the product of the propellant mass and the mass @@ -146,6 +150,11 @@ class Rocket: defined rocket coordinate system. See :doc:`Positions and Coordinate Systems
` for more information. + Rocket.nozzle_to_cdm : float + Distance between the nozzle exit and the rocket's center of dry mass + position, in meters. + Rocket.nozzle_gyration_tensor: Matrix + Matrix representing the nozzle gyration tensor. Rocket.center_of_propellant_position : Function Position of the propellant's center of mass relative to the user defined rocket reference system. See @@ -734,8 +743,133 @@ def evaluate_inertias(self): self.I_23, ) + def evaluate_nozzle_to_cdm(self): + """Evaluates the distance between the nozzle exit and the rocket's + center of dry mass. + + Returns + ------- + self.nozzle_to_cdm : float + Distance between the nozzle exit and the rocket's center of dry + mass position, in meters. + """ + self.nozzle_to_cdm = ( + -(self.nozzle_position - self.center_of_dry_mass_position) * self._csys + ) + return self.nozzle_to_cdm + def evaluate_nozzle_gyration_tensor(self): - pass + """Calculates and returns the nozzle gyration tensor relative to the + rocket's center of dry mass. The gyration tensor is saved and returned + in units of kg*m². + + Returns + ------- + self.nozzle_gyration_tensor : Matrix + Matrix containing the nozzle gyration tensor. + """ + S_noz_33 = 0.5 * self.motor.nozzle_radius**2 + S_noz_11 = S_noz_22 = 0.5 * S_noz_33 + 0.25 * self.nozzle_to_cdm**2 + S_noz_12, S_noz_13, S_noz_23 = 0, 0, 0 # Due to axis symmetry + self.nozzle_gyration_tensor = Matrix( + [ + [S_noz_11, S_noz_12, S_noz_13], + [S_noz_12, S_noz_22, S_noz_23], + [S_noz_13, S_noz_23, S_noz_33], + ] + ) + return self.nozzle_gyration_tensor + + def evaluate_com_to_cdm_function(self): + """Evaluates the z-coordinate of the center of mass (COM) relative to + the center of dry mass (CDM). + + Notes + ----- + 1. The `com_to_cdm_function` plus `center_of_mass` should be equal + to `center_of_dry_mass_position` at every time step. + 2. The `com_to_cdm_function` is a function of time and will usually + already be discretized. + + Returns + ------- + self.com_to_cdm_function : Function + Function of time expressing the z-coordinate of the center of mass + relative to the center of dry mass. + """ + self.com_to_cdm_function = ( + -1 + * ( + (self.center_of_propellant_position - self.center_of_dry_mass_position) + * self._csys + ) + * self.motor.propellant_mass + / self.total_mass + ) + self.com_to_cdm_function.set_inputs("Time (s)") + self.com_to_cdm_function.set_outputs("Z Coordinate COM to CDM (m)") + self.com_to_cdm_function.set_title("Z Coordinate COM to CDM") + return self.com_to_cdm_function + + def get_inertia_tensor_at_time(self, t): + """Returns a Matrix representing the inertia tensor of the rocket with + respect to the rocket's center of mass at a given time. It evaluates + each inertia tensor component at the given time and returns a Matrix + with the computed values. + + Parameters + ---------- + t : float + Time at which the inertia tensor is to be evaluated. + + Returns + ------- + Matrix + Inertia tensor of the rocket at time t. + """ + I_11 = self.I_11.get_value_opt(t) + I_12 = self.I_12.get_value_opt(t) + I_13 = self.I_13.get_value_opt(t) + I_22 = self.I_22.get_value_opt(t) + I_23 = self.I_23.get_value_opt(t) + I_33 = self.I_33.get_value_opt(t) + return Matrix( + [ + [I_11, I_12, I_13], + [I_12, I_22, I_23], + [I_13, I_23, I_33], + ] + ) + + def get_inertia_tensor_derivative_at_time(self, t): + """Returns a Matrix representing the time derivative of the inertia + tensor of the rocket with respect to the rocket's center of mass at a + given time. It evaluates each inertia tensor component's derivative at + the given time and returns a Matrix with the computed values. + + Parameters + ---------- + t : float + Time at which the inertia tensor derivative is to be evaluated. + + Returns + ------- + Matrix + Inertia tensor time derivative of the rocket at time t. + """ + I_11_dot = self.I_11.differentiate_complex_step(t) + I_12_dot = self.I_12.differentiate_complex_step(t) + I_13_dot = self.I_13.differentiate_complex_step(t) + I_22_dot = self.I_22.differentiate_complex_step(t) + I_23_dot = self.I_23.differentiate_complex_step(t) + I_33_dot = self.I_33.differentiate_complex_step(t) + return Matrix( + [ + [I_11_dot, I_12_dot, I_13_dot], + [I_12_dot, I_22_dot, I_23_dot], + [I_13_dot, I_23_dot, I_33_dot], + ] + ) def add_motor(self, motor, position): """Adds a motor to the rocket. @@ -778,6 +912,7 @@ def add_motor(self, motor, position): self.evaluate_dry_mass() self.evaluate_total_mass() self.evaluate_center_of_dry_mass() + self.evaluate_nozzle_to_cdm() self.evaluate_center_of_mass() self.evaluate_dry_inertias() self.evaluate_inertias() @@ -786,6 +921,8 @@ def add_motor(self, motor, position): self.evaluate_center_of_pressure() self.evaluate_stability_margin() self.evaluate_static_margin() + self.evaluate_com_to_cdm_function() + self.evaluate_nozzle_gyration_tensor() def add_surfaces(self, surfaces, positions): """Adds one or more aerodynamic surfaces to the rocket. The aerodynamic @@ -954,7 +1091,7 @@ def add_trapezoidal_fins( tip_chord, span, position, - cant_angle=0, + cant_angle=0.0, sweep_length=None, sweep_angle=None, radius=None, diff --git a/rocketpy/simulation/__init__.py b/rocketpy/simulation/__init__.py index 46c3b40ed..b1aecdd99 100644 --- a/rocketpy/simulation/__init__.py +++ b/rocketpy/simulation/__init__.py @@ -1,2 +1,3 @@ from .flight import Flight from .flight_data_importer import FlightDataImporter +from .monte_carlo import MonteCarlo diff --git a/rocketpy/simulation/flight.py b/rocketpy/simulation/flight.py index c03e1e41a..0e9bd630f 100644 --- a/rocketpy/simulation/flight.py +++ b/rocketpy/simulation/flight.py @@ -490,8 +490,8 @@ def __init__( rocket, environment, rail_length, - inclination=80, - heading=90, + inclination=80.0, + heading=90.0, initial_solution=None, terminate_on_apogee=False, max_time=600, @@ -590,7 +590,6 @@ def __init__( if self.rail_length <= 0: raise ValueError("Rail length must be a positive value.") self.parachutes = self.rocket.parachutes[:] - self._controllers = self.rocket._controllers[:] self.inclination = inclination self.heading = heading self.max_time = max_time @@ -604,6 +603,9 @@ def __init__( self.name = name self.equations_of_motion = equations_of_motion + # Controller initialization + self.__init_controllers() + # Flight initialization self.__init_solution_monitors() self.__init_equations_of_motion() @@ -996,8 +998,15 @@ def __simulate(self, verbose): [self.t, parachute] ) + # If controlled flight, post process must be done on sim time + if self._controllers: + phase.derivative(self.t, self.y_sol, post_processing=True) + self.t_final = self.t self.__transform_pressure_signals_lists_to_functions() + if self._controllers: + # cache post process variables + self.__evaluate_post_process = np.array(self.__post_processed_variables) if verbose: print(f"\n>>> Simulation Completed at Time: {self.t:3.4f} s") @@ -1049,6 +1058,7 @@ def __init_solution_monitors(self): self.impact_state = np.array([0]) self.parachute_events = [] self.post_processed = False + self.__post_processed_variables = [] def __init_flight_state(self): """Initialize flight state variables.""" @@ -1102,6 +1112,11 @@ def __init_flight_state(self): self.out_of_rail_time = self.initial_solution[0] self.out_of_rail_time_index = 0 self.initial_derivative = self.u_dot_generalized + if self._controllers: + # Handle post process during simulation, get initial accel/forces + self.initial_derivative( + self.t_initial, self.initial_solution[1:], post_processing=True + ) def __init_solver_monitors(self): # Initialize solver monitors @@ -1121,6 +1136,19 @@ def __init_equations_of_motion(self): # NOTE: The u_dot is faster, but only works for solid propulsion self.u_dot_generalized = self.u_dot + def __init_controllers(self): + """Initialize controllers""" + self._controllers = self.rocket._controllers[:] + if self._controllers: + if self.time_overshoot: + self.time_overshoot = False + warnings.warn( + "time_overshoot has been set to False due to the presence of controllers. " + ) + # reset controllable object to initial state (only airbrakes for now) + for air_brakes in self.rocket.air_brakes: + air_brakes._reset() + @cached_property def effective_1rl(self): """Original rail length minus the distance measured from nozzle exit @@ -1238,13 +1266,10 @@ def udot_rail1(self, t, u, post_processing=False): ax, ay, az = 0, 0, 0 if post_processing: + # Use u_dot post processing code for forces, moments and env data self.u_dot_generalized(t, u, post_processing=True) - self.__post_processed_variables[-1][1] = ax - self.__post_processed_variables[-1][2] = ay - self.__post_processed_variables[-1][3] = az - self.__post_processed_variables[-1][4] = 0 - self.__post_processed_variables[-1][5] = 0 - self.__post_processed_variables[-1][6] = 0 + # Save feasible accelerations + self.__post_processed_variables[-1][1:7] = [ax, ay, az, 0, 0, 0] return [vx, vy, vz, ax, ay, az, 0, 0, 0, 0, 0, 0, 0] @@ -1342,12 +1367,8 @@ def u_dot(self, t, u, post_processing=False): ) * self.rocket._csys ) - # c = -self.rocket.distance_rocket_nozzle - c = ( - -(self.rocket.nozzle_position - self.rocket.center_of_dry_mass_position) - * self.rocket._csys - ) - a = b * Mt / M + c = self.rocket.nozzle_to_cdm + a = self.rocket.com_to_cdm_function.get_value_opt(t) rN = self.rocket.motor.nozzle_radius # Prepare transformation matrix a11 = 1 - 2 * (e2**2 + e3**2) @@ -1474,6 +1495,9 @@ def u_dot(self, t, u, post_processing=False): M3 += M3f - M3d except AttributeError: pass + # Off center moment + M3 += self.rocket.cp_eccentricity_x * R2 - self.rocket.cp_eccentricity_y * R1 + # Calculate derivatives # Angular acceleration alpha1 = ( @@ -1571,70 +1595,26 @@ def u_dot_generalized(self, t, u, post_processing=False): w = Vector([omega1, omega2, omega3]) # Angular velocity vector # Retrieve necessary quantities - rho = self.env.density.get_value_opt(z) + ## Rocket mass total_mass = self.rocket.total_mass.get_value_opt(t) total_mass_dot = self.rocket.total_mass_flow_rate.get_value_opt(t) - total_mass_ddot = self.rocket.total_mass_flow_rate.differentiate(t) + total_mass_ddot = self.rocket.total_mass_flow_rate.differentiate_complex_step(t) ## CM position vector and time derivatives relative to CDM in body frame - r_CM_z = ( - -1 - * ( - ( - self.rocket.center_of_propellant_position - - self.rocket.center_of_dry_mass_position - ) - * self.rocket._csys - ) - * self.rocket.motor.propellant_mass - / total_mass - ) - r_CM = Vector([0, 0, r_CM_z.get_value_opt(t)]) - r_CM_dot = Vector([0, 0, r_CM_z.differentiate(t)]) + r_CM_z = self.rocket.com_to_cdm_function + r_CM_t = r_CM_z.get_value_opt(t) + r_CM = Vector([0, 0, r_CM_t]) + r_CM_dot = Vector([0, 0, r_CM_z.differentiate_complex_step(t)]) r_CM_ddot = Vector([0, 0, r_CM_z.differentiate(t, order=2)]) + ## Nozzle position vector + r_NOZ = Vector([0, 0, self.rocket.nozzle_to_cdm]) ## Nozzle gyration tensor - r_NOZ = ( - -(self.rocket.nozzle_position - self.rocket.center_of_dry_mass_position) - * self.rocket._csys - ) - S_noz_33 = 0.5 * self.rocket.motor.nozzle_radius**2 - S_noz_11 = S_noz_22 = 0.5 * S_noz_33 + 0.25 * r_NOZ**2 - S_noz_12, S_noz_13, S_noz_23 = 0, 0, 0 - S_nozzle = Matrix( - [ - [S_noz_11, S_noz_12, S_noz_13], - [S_noz_12, S_noz_22, S_noz_23], - [S_noz_13, S_noz_23, S_noz_33], - ] - ) + S_nozzle = self.rocket.nozzle_gyration_tensor ## Inertia tensor - I_11 = self.rocket.I_11.get_value_opt(t) - I_12 = self.rocket.I_12.get_value_opt(t) - I_13 = self.rocket.I_13.get_value_opt(t) - I_22 = self.rocket.I_22.get_value_opt(t) - I_23 = self.rocket.I_23.get_value_opt(t) - I_33 = self.rocket.I_33.get_value_opt(t) - I = Matrix( - [ - [I_11, I_12, I_13], - [I_12, I_22, I_23], - [I_13, I_23, I_33], - ] - ) + I = self.rocket.get_inertia_tensor_at_time(t) ## Inertia tensor time derivative in the body frame - I_11_dot = self.rocket.I_11.differentiate(t) - I_12_dot = self.rocket.I_12.differentiate(t) - I_13_dot = self.rocket.I_13.differentiate(t) - I_22_dot = self.rocket.I_22.differentiate(t) - I_23_dot = self.rocket.I_23.differentiate(t) - I_33_dot = self.rocket.I_33.differentiate(t) - I_dot = Matrix( - [ - [I_11_dot, I_12_dot, I_13_dot], - [I_12_dot, I_22_dot, I_23_dot], - [I_13_dot, I_23_dot, I_33_dot], - ] - ) - ## Inertia tensor relative to CM + I_dot = self.rocket.get_inertia_tensor_derivative_at_time(t) + + # Calculate the Inertia tensor relative to CM H = (r_CM.cross_matrix @ -r_CM.cross_matrix) * total_mass I_CM = I - H @@ -1675,10 +1655,6 @@ def u_dot_generalized(self, t, u, post_processing=False): R3 = air_brakes_force # Substitutes rocket drag coefficient else: R3 += air_brakes_force - ## Off center moment - M1 += self.rocket.cp_eccentricity_y * R3 - M2 -= self.rocket.cp_eccentricity_x * R3 - # Get rocket velocity in body frame vB = Kt @ v # Calculate lift and moment for each component of the rocket @@ -1724,8 +1700,8 @@ def u_dot_generalized(self, t, u, post_processing=False): R1 += comp_lift_xb R2 += comp_lift_yb # Add to total moment - M1 -= (comp_cpz + r_CM_z.get_value_opt(t)) * comp_lift_yb - M2 += (comp_cpz + r_CM_z.get_value_opt(t)) * comp_lift_xb + M1 -= (comp_cpz + r_CM_t) * comp_lift_yb + M2 += (comp_cpz + r_CM_t) * comp_lift_xb # Calculates Roll Moment try: clf_delta, cld_omega, cant_angle_rad = aero_surface.roll_parameters @@ -1748,15 +1724,27 @@ def u_dot_generalized(self, t, u, post_processing=False): M3 += M3f - M3d except AttributeError: pass + + # Off center moment + thrust = self.rocket.motor.thrust.get_value_opt(t) + M1 += ( + self.rocket.cp_eccentricity_y * R3 + + self.rocket.thrust_eccentricity_x * thrust + ) + M2 -= ( + self.rocket.cp_eccentricity_x * R3 + - self.rocket.thrust_eccentricity_y * thrust + ) + M3 += self.rocket.cp_eccentricity_x * R2 - self.rocket.cp_eccentricity_y * R1 + weightB = Kt @ Vector([0, 0, -total_mass * self.env.gravity.get_value_opt(z)]) T00 = total_mass * r_CM - r_NOZ_vector = Vector([0, 0, r_NOZ]) - T03 = 2 * total_mass_dot * (r_NOZ_vector - r_CM) - 2 * total_mass * r_CM_dot + T03 = 2 * total_mass_dot * (r_NOZ - r_CM) - 2 * total_mass * r_CM_dot T04 = ( - self.rocket.motor.thrust.get_value_opt(t) * Vector([0, 0, 1]) + Vector([0, 0, thrust]) - total_mass * r_CM_ddot - 2 * total_mass_dot * r_CM_dot - + total_mass_ddot * (r_NOZ_vector - r_CM) + + total_mass_ddot * (r_NOZ - r_CM) ) T05 = total_mass_dot * S_nozzle - I_dot @@ -1814,34 +1802,42 @@ def u_dot_parachute(self, t, u, post_processing=False): e0dot, e1dot, e2dot, e3dot, alpha1, alpha2, alpha3]. """ - # Parachute data - cd_s = self.parachute_cd_s - ka = 1 - R = 1.5 - rho = self.env.density.get_value_opt(u[2]) - to = 1.2 - ma = ka * rho * (4 / 3) * np.pi * R**3 - mp = self.rocket.dry_mass - eta = 1 - Rdot = (6 * R * (1 - eta) / (1.2**6)) * ( - (1 - eta) * t**5 + eta * (to**3) * (t**2) - ) - Rdot = 0 # Get relevant state data - x, y, z, vx, vy, vz, e0, e1, e2, e3, omega1, omega2, omega3 = u - # Get wind data + z, vx, vy, vz = u[2:6] + + # Get atmospheric data + rho = self.env.density.get_value_opt(z) wind_velocity_x = self.env.wind_velocity_x.get_value_opt(z) wind_velocity_y = self.env.wind_velocity_y.get_value_opt(z) - free_stream_speed = ( - (wind_velocity_x - vx) ** 2 + (wind_velocity_y - vy) ** 2 + (vz) ** 2 - ) ** 0.5 + + # Get Parachute data + cd_s = self.parachute_cd_s + + # Get the mass of the rocket + mp = self.rocket.dry_mass + + # Define constants + ka = 1 # Added mass coefficient (depends on parachute's porosity) + R = 1.5 # Parachute radius + # to = 1.2 + # eta = 1 + # Rdot = (6 * R * (1 - eta) / (1.2**6)) * ( + # (1 - eta) * t**5 + eta * (to**3) * (t**2) + # ) + # Rdot = 0 + + # Calculate added mass + ma = ka * rho * (4 / 3) * np.pi * R**3 + + # Calculate freestream speed freestream_x = vx - wind_velocity_x freestream_y = vy - wind_velocity_y freestream_z = vz + free_stream_speed = (freestream_x**2 + freestream_y**2 + freestream_z**2) ** 0.5 + # Determine drag force - pseudoD = ( - -0.5 * rho * cd_s * free_stream_speed - ka * rho * 4 * np.pi * (R**2) * Rdot - ) + pseudoD = -0.5 * rho * cd_s * free_stream_speed + # pseudoD = pseudoD - ka * rho * 4 * np.pi * (R**2) * Rdot Dx = pseudoD * freestream_x Dy = pseudoD * freestream_y Dz = pseudoD * freestream_z @@ -2810,6 +2806,7 @@ def __transform_pressure_signals_lists_to_functions(self): """ # Transform parachute sensor feed into functions for parachute in self.rocket.parachutes: + # TODO: these Functions do not need input validation parachute.clean_pressure_signal_function = Function( parachute.clean_pressure_signal, "Time (s)", diff --git a/rocketpy/simulation/monte_carlo.py b/rocketpy/simulation/monte_carlo.py new file mode 100644 index 000000000..5bc8dcef9 --- /dev/null +++ b/rocketpy/simulation/monte_carlo.py @@ -0,0 +1,876 @@ +""" +Monte Carlo Simulation Module for RocketPy + +This module defines the `MonteCarlo` class, which is used to perform Monte Carlo +simulations of rocket flights. The Monte Carlo simulation is a powerful tool for +understanding the variability and uncertainty in the performance of rocket flights +by running multiple simulations with varied input parameters. + +Notes +----- +This module is still under active development, and some features or attributes may +change in future versions. Users are encouraged to check for updates and read the +latest documentation. +""" + +import json +import warnings +from time import process_time, time + +import numpy as np +import simplekml + +from rocketpy._encoders import RocketPyEncoder +from rocketpy.plots.monte_carlo_plots import _MonteCarloPlots +from rocketpy.prints.monte_carlo_prints import _MonteCarloPrints +from rocketpy.simulation.flight import Flight +from rocketpy.tools import ( + generate_monte_carlo_ellipses, + generate_monte_carlo_ellipses_coordinates, +) + +# TODO: Create evolution plots to analyze convergence + + +class MonteCarlo: + """Class to run a Monte Carlo simulation of a rocket flight. + + Attributes + ---------- + filename : str + Represents the initial part of the export filenames or the .txt file + containing the outputs of a previous simulation. + environment : StochasticEnvironment + The stochastic environment object to be iterated over. + rocket : StochasticRocket + The stochastic rocket object to be iterated over. + flight : StochasticFlight + The stochastic flight object to be iterated over. + export_list : list + The list of variables to export at each simulation. + inputs_log : list + List of dictionaries with the inputs used in each simulation. + outputs_log : list + List of dictionaries with the outputs of each simulation. + errors_log : list + List of dictionaries with the errors of each simulation. + num_of_loaded_sims : int + Number of simulations loaded from output_file currently being used. + results : dict + Monte Carlo analysis results organized in a dictionary where the keys + are the names of the saved attributes, and the values are lists with all + the result numbers of the respective attributes. + processed_results : dict + Dictionary with the mean and standard deviation of each parameter + available in the results. + prints : _MonteCarloPrints + Object with methods to print information about the Monte Carlo simulation. + Use help(MonteCarlo.prints) for more information. + plots : _MonteCarloPlots + Object with methods to plot information about the Monte Carlo simulation. + Use help(MonteCarlo.plots) for more information. + number_of_simulations : int + Number of simulations to be run. + total_wall_time : float + The total elapsed real-world time from the start to the end of the + simulation, including all waiting times and delays. + total_cpu_time : float + The total CPU time spent running the simulation, excluding the time + spent waiting for I/O operations or other processes to complete. + """ + + def __init__(self, filename, environment, rocket, flight, export_list=None): + """ + Initialize a MonteCarlo object. + + Parameters + ---------- + filename : str + Represents the initial part of the export filenames or the .txt file + containing the outputs of a previous simulation. + environment : StochasticEnvironment + The stochastic environment object to be iterated over. + rocket : StochasticRocket + The stochastic rocket object to be iterated over. + flight : StochasticFlight + The stochastic flight object to be iterated over. + export_list : list, optional + The list of variables to export. If None, the default list will be + used, which includes the following variables: `apogee`, `apogee_time`, + `apogee_x`, `apogee_y`, `t_final`, `x_impact`, `y_impact`, + `impact_velocity`, `initial_stability_margin`, + `out_of_rail_stability_margin`, `out_of_rail_time`, + `out_of_rail_velocity`, `max_mach_number`, `frontal_surface_wind`, + `lateral_surface_wind`. Default is None. + + Returns + ------- + None + """ + warnings.warn( + "This class is still under testing and some attributes may be " + "changed in next versions", + UserWarning, + ) + + self.filename = filename + self.environment = environment + self.rocket = rocket + self.flight = flight + self.export_list = [] + self.inputs_log = [] + self.outputs_log = [] + self.errors_log = [] + self.num_of_loaded_sims = 0 + self.results = {} + self.processed_results = {} + self.prints = _MonteCarloPrints(self) + self.plots = _MonteCarloPlots(self) + self._inputs_dict = {} + self._last_print_len = 0 # used to print on the same line + + self.export_list = self.__check_export_list(export_list) + + try: + self.import_inputs() + except FileNotFoundError: + self._input_file = f"{filename}.inputs.txt" + + try: + self.import_outputs() + except FileNotFoundError: + self._output_file = f"{filename}.outputs.txt" + + try: + self.import_errors() + except FileNotFoundError: + self._error_file = f"{filename}.errors.txt" + + def simulate(self, number_of_simulations, append=False): + """ + Runs the Monte Carlo simulation and saves all data. + + Parameters + ---------- + number_of_simulations : int + Number of simulations to be run, must be non-negative. + append : bool, optional + If True, the results will be appended to the existing files. If + False, the files will be overwritten. Default is False. + + Returns + ------- + None + + Notes + ----- + If you need to stop the simulations after starting them, you can + interrupt the process and the files will be saved with the results + until the last iteration. You can then load the results and continue + the simulation by running the ``simulate`` method again with the + same number of simulations and setting `append=True`. + + Important + --------- + If you use `append=False` and the files already exist, they will be + overwritten. Make sure to save the files with the results before + running the simulation again with `append=False`. + """ + # Create data files for inputs, outputs and error logging + open_mode = "a" if append else "w" + input_file = open(self._input_file, open_mode, encoding="utf-8") + output_file = open(self._output_file, open_mode, encoding="utf-8") + error_file = open(self._error_file, open_mode, encoding="utf-8") + + # initialize counters + self.number_of_simulations = number_of_simulations + self.__iteration_count = self.num_of_loaded_sims if append else 0 + self.__start_time = time() + self.__start_cpu_time = process_time() + + # Begin display + print("Starting Monte Carlo analysis", end="\r") + + try: + while self.__iteration_count < self.number_of_simulations: + self.__run_single_simulation(input_file, output_file) + except KeyboardInterrupt: + print("Keyboard Interrupt, files saved.") + error_file.write(json.dumps(self._inputs_dict, cls=RocketPyEncoder) + "\n") + self.__close_files(input_file, output_file, error_file) + except Exception as error: + print(f"Error on iteration {self.__iteration_count}: {error}") + error_file.write(json.dumps(self._inputs_dict, cls=RocketPyEncoder) + "\n") + self.__close_files(input_file, output_file, error_file) + raise error + finally: + self.total_cpu_time = process_time() - self.__start_cpu_time + self.total_wall_time = time() - self.__start_time + + self.__terminate_simulation(input_file, output_file, error_file) + + # Auxiliary methods + + def __run_single_simulation(self, input_file, output_file): + """ + Runs a single simulation and saves the inputs and outputs to the + respective files. + + Parameters + ---------- + input_file : str + The file object to write the inputs. + output_file : str + The file object to write the outputs. + + Returns + ------- + None + """ + self.__iteration_count += 1 + + monte_carlo_flight = Flight( + rocket=self.rocket.create_object(), + environment=self.environment.create_object(), + rail_length=self.flight._randomize_rail_length(), + inclination=self.flight._randomize_inclination(), + heading=self.flight._randomize_heading(), + initial_solution=self.flight.initial_solution, + terminate_on_apogee=self.flight.terminate_on_apogee, + ) + + self._inputs_dict = dict( + item + for d in [ + self.environment.last_rnd_dict, + self.rocket.last_rnd_dict, + self.flight.last_rnd_dict, + ] + for item in d.items() + ) + + self.__export_flight_data( + flight=monte_carlo_flight, + inputs_dict=self._inputs_dict, + input_file=input_file, + output_file=output_file, + ) + + average_time = (process_time() - self.__start_cpu_time) / self.__iteration_count + estimated_time = int( + (self.number_of_simulations - self.__iteration_count) * average_time + ) + self.__reprint( + f"Current iteration: {self.__iteration_count:06d} | " + f"Average Time per Iteration: {average_time:.3f} s | " + f"Estimated time left: {estimated_time} s", + end="\r", + flush=True, + ) + + def __close_files(self, input_file, output_file, error_file): + """ + Closes all the files. + + Parameters + ---------- + input_file : str + The file object to write the inputs. + output_file : str + The file object to write the outputs. + error_file : str + The file object to write the errors. + + Returns + ------- + None + """ + input_file.close() + output_file.close() + error_file.close() + + def __terminate_simulation(self, input_file, output_file, error_file): + """ + Terminates the simulation, closes the files and prints the results. + + Parameters + ---------- + input_file : str + The file object to write the inputs. + output_file : str + The file object to write the outputs. + error_file : str + The file object to write the errors. + + Returns + ------- + None + """ + final_string = ( + f"Completed {self.__iteration_count} iterations. Total CPU time: " + f"{process_time() - self.__start_cpu_time:.1f} s. Total wall time: " + f"{time() - self.__start_time:.1f} s\n" + ) + + self.__reprint(final_string + "Saving results.", flush=True) + + # close files to guarantee saving + self.__close_files(input_file, output_file, error_file) + + # resave the files on self and calculate post simulation attributes + self.input_file = f"{self.filename}.inputs.txt" + self.output_file = f"{self.filename}.outputs.txt" + self.error_file = f"{self.filename}.errors.txt" + + print(f"Results saved to {self._output_file}") + + def __export_flight_data( + self, + flight, + inputs_dict, + input_file, + output_file, + ): + """ + Exports the flight data to the respective files. + + Parameters + ---------- + flight : Flight + The Flight object containing the flight data. + inputs_dict : dict + Dictionary containing the inputs used in the simulation. + input_file : str + The file object to write the inputs. + output_file : str + The file object to write the outputs. + + Returns + ------- + None + """ + results = { + export_item: getattr(flight, export_item) + for export_item in self.export_list + } + + input_file.write(json.dumps(inputs_dict, cls=RocketPyEncoder) + "\n") + output_file.write(json.dumps(results, cls=RocketPyEncoder) + "\n") + + def __check_export_list(self, export_list): + """ + Checks if the export_list is valid and returns a valid list. If no + export_list is provided, the standard list is used. + + Parameters + ---------- + export_list : list + The list of variables to export. If None, the default list will be + used. Default is None. + + Returns + ------- + list + Validated export list. + """ + standard_output = set( + { + "apogee", + "apogee_time", + "apogee_x", + "apogee_y", + "t_final", + "x_impact", + "y_impact", + "impact_velocity", + "initial_stability_margin", + "out_of_rail_stability_margin", + "out_of_rail_time", + "out_of_rail_velocity", + "max_mach_number", + "frontal_surface_wind", + "lateral_surface_wind", + } + ) + # NOTE: exportables needs to be updated with Flight numerical properties + # example: You added the property 'inclination' to Flight, so you may + # need to add it to exportables as well. But don't add other types. + exportables = set( + { + "inclination", + "heading", + "effective1rl", + "effective2rl", + "out_of_rail_time", + "out_of_rail_time_index", + "out_of_rail_state", + "out_of_rail_velocity", + "rail_button1_normal_force", + "max_rail_button1_normal_force", + "rail_button1_shear_force", + "max_rail_button1_shear_force", + "rail_button2_normal_force", + "max_rail_button2_normal_force", + "rail_button2_shear_force", + "max_rail_button2_shear_force", + "out_of_rail_static_margin", + "apogee_state", + "apogee_time", + "apogee_x", + "apogee_y", + "apogee", + "x_impact", + "y_impact", + "z_impact", + "impact_velocity", + "impact_state", + "parachute_events", + "apogee_freestream_speed", + "final_static_margin", + "frontal_surface_wind", + "initial_static_margin", + "lateral_surface_wind", + "max_acceleration", + "max_acceleration_time", + "max_dynamic_pressure_time", + "max_dynamic_pressure", + "max_mach_number_time", + "max_mach_number", + "max_reynolds_number_time", + "max_reynolds_number", + "max_speed_time", + "max_speed", + "max_total_pressure_time", + "max_total_pressure", + "t_final", + } + ) + if export_list: + for attr in set(export_list): + if not isinstance(attr, str): + raise TypeError("Variables in export_list must be strings.") + + # Checks if attribute is not valid + if attr not in exportables: + raise ValueError( + f"Attribute '{attr}' can not be exported. Check export_list." + ) + else: + # No export list provided, using default list instead. + export_list = standard_output + + return export_list + + def __reprint(self, msg, end="\n", flush=False): + """ + Prints a message on the same line as the previous one and replaces the + previous message with the new one, deleting the extra characters from + the previous message. + + Parameters + ---------- + msg : str + Message to be printed. + end : str, optional + String appended after the message. Default is a new line. + flush : bool, optional + If True, the output is flushed. Default is False. + + Returns + ------- + None + """ + len_msg = len(msg) + if len_msg < self._last_print_len: + msg += " " * (self._last_print_len - len_msg) + else: + self._last_print_len = len_msg + + print(msg, end=end, flush=flush) + + # Properties and setters + + @property + def input_file(self): + """String representing the filepath of the input file""" + return self._input_file + + @input_file.setter + def input_file(self, value): + """ + Setter for input_file. Sets/updates inputs_log. + + Parameters + ---------- + value : str + The filepath of the input file. + + Returns + ------- + None + """ + self._input_file = value + self.set_inputs_log() + + @property + def output_file(self): + """String representing the filepath of the output file""" + return self._output_file + + @output_file.setter + def output_file(self, value): + """ + Setter for output_file. Sets/updates outputs_log, num_of_loaded_sims, + results, and processed_results. + + Parameters + ---------- + value : str + The filepath of the output file. + + Returns + ------- + None + """ + self._output_file = value + self.set_outputs_log() + self.set_num_of_loaded_sims() + self.set_results() + self.set_processed_results() + + @property + def error_file(self): + """String representing the filepath of the error file""" + return self._error_file + + @error_file.setter + def error_file(self, value): + """ + Setter for error_file. Sets/updates errors_log. + + Parameters + ---------- + value : str + The filepath of the error file. + + Returns + ------- + None + """ + self._error_file = value + self.set_errors_log() + + # Setters for post simulation attributes + + def set_inputs_log(self): + """ + Sets inputs_log from a file into an attribute for easy access. + + Returns + ------- + None + """ + self.inputs_log = [] + with open(self.input_file, mode="r", encoding="utf-8") as rows: + for line in rows: + self.inputs_log.append(json.loads(line)) + + def set_outputs_log(self): + """ + Sets outputs_log from a file into an attribute for easy access. + + Returns + ------- + None + """ + self.outputs_log = [] + with open(self.output_file, mode="r", encoding="utf-8") as rows: + for line in rows: + self.outputs_log.append(json.loads(line)) + + def set_errors_log(self): + """ + Sets errors_log from a file into an attribute for easy access. + + Returns + ------- + None + """ + self.errors_log = [] + with open(self.error_file, mode="r", encoding="utf-8") as errors: + for line in errors: + self.errors_log.append(json.loads(line)) + + def set_num_of_loaded_sims(self): + """ + Determines the number of simulations loaded from output_file being + currently used. + + Returns + ------- + None + """ + with open(self.output_file, mode="r", encoding="utf-8") as outputs: + self.num_of_loaded_sims = sum(1 for _ in outputs) + + def set_results(self): + """ + Monte Carlo results organized in a dictionary where the keys are the + names of the saved attributes, and the values are lists with all the + result numbers of the respective attributes. For instance: + + .. code-block:: python + + { + 'apogee': [1000, 1001, 1002, ...], + 'max_speed': [100, 101, 102, ...], + } + + Returns + ------- + None + """ + self.results = {} + for result in self.outputs_log: + for key, value in result.items(): + if key in self.results: + self.results[key].append(value) + else: + self.results[key] = [value] + + def set_processed_results(self): + """ + Creates a dictionary with the mean and standard deviation of each + parameter available in the results. + + Returns + ------- + None + """ + self.processed_results = {} + for result, values in self.results.items(): + mean = np.mean(values) + stdev = np.std(values) + self.processed_results[result] = (mean, stdev) + + # Import methods + + def import_outputs(self, filename=None): + """ + Import Monte Carlo results from .txt file and save it into a dictionary. + + Parameters + ---------- + filename : str, optional + Name or directory path to the file to be imported. If none, + self.filename will be used. + + Returns + ------- + None + + Notes + ----- + Notice that you can import the outputs, inputs, and errors from the a + file without the need to run simulations. You can use previously saved + files to process analyze the results or to continue a simulation. + """ + filepath = filename if filename else self.filename + + try: + with open(f"{filepath}.outputs.txt", "r+", encoding="utf-8"): + self.output_file = f"{filepath}.outputs.txt" + except FileNotFoundError: + with open(filepath, "r+", encoding="utf-8"): + self.output_file = filepath + + print( + f"A total of {self.num_of_loaded_sims} simulations results were " + f"loaded from the following output file: {self.output_file}\n" + ) + + def import_inputs(self, filename=None): + """ + Import Monte Carlo inputs from .txt file and save it into a dictionary. + + Parameters + ---------- + filename : str, optional + Name or directory path to the file to be imported. If none, + self.filename will be used. + + Returns + ------- + None + """ + filepath = filename if filename else self.filename + + try: + with open(f"{filepath}.inputs.txt", "r+", encoding="utf-8"): + self.input_file = f"{filepath}.inputs.txt" + except FileNotFoundError: + with open(filepath, "r+", encoding="utf-8"): + self.input_file = filepath + + print(f"The following input file was imported: {self.input_file}") + + def import_errors(self, filename=None): + """ + Import Monte Carlo errors from .txt file and save it into a dictionary. + + Parameters + ---------- + filename : str, optional + Name or directory path to the file to be imported. If none, + self.filename will be used. + + Returns + ------- + None + """ + filepath = filename if filename else self.filename + + try: + with open(f"{filepath}.errors.txt", "r+", encoding="utf-8"): + self.error_file = f"{filepath}.errors.txt" + except FileNotFoundError: + with open(filepath, "r+", encoding="utf-8"): + self.error_file = filepath + print(f"The following error file was imported: {self.error_file}") + + def import_results(self, filename=None): + """ + Import Monte Carlo results from .txt file and save it into a dictionary. + + Parameters + ---------- + filename : str, optional + Name or directory path to the file to be imported. If none, + self.filename will be used. + + Returns + ------- + None + """ + filepath = filename if filename else self.filename + + self.import_outputs(filename=filepath) + self.import_inputs(filename=filepath) + self.import_errors(filename=filepath) + + # Export methods + + def export_ellipses_to_kml( + self, + filename, + origin_lat, + origin_lon, + type="all", # TODO: Don't use "type" as a parameter name, it's a reserved word + resolution=100, + color="ff0000ff", + ): + """ + Generates a KML file with the ellipses on the impact point, which can be + used to visualize the dispersion ellipses on Google Earth. + + Parameters + ---------- + filename : str + Name to the KML exported file. + origin_lat : float + Latitude coordinate of Ellipses' geometric center, in degrees. + origin_lon : float + Longitude coordinate of Ellipses' geometric center, in degrees. + type : str, optional + Type of ellipses to be exported. Options are: 'all', 'impact' and + 'apogee'. Default is 'all', it exports both apogee and impact ellipses. + resolution : int, optional + Number of points to be used to draw the ellipse. Default is 100. You + can increase this number to make the ellipse smoother, but it will + increase the file size. It is recommended to keep it below 1000. + color : str, optional + Color of the ellipse. Default is 'ff0000ff', which is red. Kml files + use an 8 digit HEX color format, see its docs. + + Returns + ------- + None + + Notes + ----- + - For further understanding on .kml files, see the official documentation:\ + https://developers.google.com/kml/documentation/kmlreference + - You can set a pair of origin coordinates different from the launch site\ + to visualize the dispersion as if the rocket was launched from that\ + point. This is useful to visualize the dispersion ellipses in a\ + different location. However, this approach is not accurate for\ + large distances offsets, as the atmospheric conditions may change. + """ + # TODO: The lat and lon should be optional arguments, we can get it from the env + ( + impact_ellipses, + apogee_ellipses, + *_, + ) = generate_monte_carlo_ellipses(self.results) + outputs = [] + + if type == "all" or type == "impact": + outputs = outputs + generate_monte_carlo_ellipses_coordinates( + impact_ellipses, origin_lat, origin_lon, resolution=resolution + ) + + if type == "all" or type == "apogee": + outputs = outputs + generate_monte_carlo_ellipses_coordinates( + apogee_ellipses, origin_lat, origin_lon, resolution=resolution + ) + + # TODO: Non-iterable value output is used in an iterating context PylintE1133: + kml_data = [[(coord[1], coord[0]) for coord in output] for output in outputs] + + kml = simplekml.Kml() + + for i in range(len(outputs)): + if (type == "all" and i < 3) or (type == "impact"): + ellipse_name = "Impact \u03C3" + str(i + 1) + elif type == "all" and i >= 3: + ellipse_name = "Apogee \u03C3" + str(i - 2) + else: + ellipse_name = "Apogee \u03C3" + str(i + 1) + + mult_ell = kml.newmultigeometry(name=ellipse_name) + mult_ell.newpolygon( + outerboundaryis=kml_data[i], + name="Ellipse " + str(i), + ) + # Setting ellipse style + mult_ell.tessellate = 1 + mult_ell.visibility = 1 + mult_ell.style.linestyle.color = color + mult_ell.style.linestyle.width = 3 + mult_ell.style.polystyle.color = simplekml.Color.changealphaint( + 100, simplekml.Color.blue + ) + + kml.save(filename) + + def info(self): + """ + Print information about the Monte Carlo simulation. + + Returns + ------- + None + """ + self.prints.all() + + def all_info(self): + """ + Print and plot information about the Monte Carlo simulation and its results. + + Returns + ------- + None + """ + self.info() + self.plots.ellipses() + self.plots.all() diff --git a/rocketpy/stochastic/__init__.py b/rocketpy/stochastic/__init__.py new file mode 100644 index 000000000..692eca85f --- /dev/null +++ b/rocketpy/stochastic/__init__.py @@ -0,0 +1,21 @@ +""" +The rocketpy.stochastic module contains classes that are used to generate +randomized objects based on the provided information. Each of the classes +defined here represent one different rocketpy class plus the uncertainties +associated with each input parameter. +""" + +from .stochastic_aero_surfaces import ( + StochasticEllipticalFins, + StochasticNoseCone, + StochasticRailButtons, + StochasticTail, + StochasticTrapezoidalFins, +) +from .stochastic_environment import StochasticEnvironment +from .stochastic_flight import StochasticFlight +from .stochastic_generic_motor import StochasticGenericMotor +from .stochastic_model import StochasticModel +from .stochastic_parachute import StochasticParachute +from .stochastic_rocket import StochasticRocket +from .stochastic_solid_motor import StochasticSolidMotor diff --git a/rocketpy/stochastic/stochastic_aero_surfaces.py b/rocketpy/stochastic/stochastic_aero_surfaces.py new file mode 100644 index 000000000..31c1e9efc --- /dev/null +++ b/rocketpy/stochastic/stochastic_aero_surfaces.py @@ -0,0 +1,434 @@ +""" +Defines the StochasticNoseCone, StochasticTrapezoidalFins, +StochasticEllipticalFins, StochasticTail and StochasticRailButtons classes. +""" + +from rocketpy.rocket.aero_surface import ( + EllipticalFins, + NoseCone, + RailButtons, + Tail, + TrapezoidalFins, +) + +from .stochastic_model import StochasticModel + + +class StochasticNoseCone(StochasticModel): + """The ``StochasticNoseCone`` class inherits from the StochasticModel. This + class is used to store a ``NoseCone`` object along with the uncertainty + of its parameters. + + See Also + -------- + :ref:`stochastic_model` and + :class:`NoseCone ` + + Attributes + ---------- + object : NoseCone + NoseCone object to be used as a base for the Stochastic nose cone. + length : tuple, list, int, float + Length of the nose cone in meters. + kind : list[str] + List with a string representing the kind of nose cone. + base_radius : tuple, list, int, float + Nose cone base radius in meters. + bluffness : tuple, list, int, float + Bluffness of the nose cone. + rocket_radius : tuple, list, int, float + The reference rocket radius used for lift coefficient normalization, in + meters. + name : list[str] + List with the name of the NoseCone. This attribute can not be randomized. + """ + + # TODO: Never vary the kind of the nose cone. Fixed parameter. + + def __init__( + self, + nosecone, + length=None, + kind=None, # TODO: Never vary the kind of the nose cone. Fixed parameter. + base_radius=None, + bluffness=None, + rocket_radius=None, + ): + """Initializes the Stochastic Nose Cone class. + + See Also + -------- + See the :ref:`stochastic_model` and :ref:`nose_cone_class` for further + information. + + Parameters + ---------- + nosecone : NoseCone + NoseCone object to be used as a base for the Stochastic nose cone. + length : tuple, list, int, float + Length of the nose cone in meters. + base_radius : tuple, list, int, float + Nose cone base radius in meters. + bluffness : tuple, list, int, float + Bluffness of the nose cone. + rocket_radius : tuple, list, int, float + The reference rocket radius used for lift coefficient normalization, + in meters. + """ + self._validate_kind(kind) + super().__init__( + nosecone, + length=length, + kind=kind, + base_radius=base_radius, + bluffness=bluffness, + rocket_radius=rocket_radius, + name=None, + ) + + def _validate_kind(self, kind): + """Validates the kind input. If the kind input argument is not None, it + must be a list of strings.""" + if kind is not None: + # TODO: Never vary the kind of the nose cone. It is a fixed parameter. + assert isinstance(kind, list) and all( + isinstance(member, str) for member in kind + ), "`kind` must be a list of strings" + + def create_object(self): + """Creates and returns a NoseCone object from the randomly generated + input arguments. + + Returns + ------- + nosecone : NoseCone + NoseCone object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + return NoseCone(**generated_dict) + + +class StochasticTrapezoidalFins(StochasticModel): + """A Stochastic Trapezoidal Fins class that inherits from StochasticModel. + + See Also + -------- + :ref:`stochastic_model` and + :class:`TrapezoidalFins ` + + Attributes + ---------- + object : TrapezoidalFins + TrapezoidalFins object to be used for validation. + n : list[int] + List with an integer representing the number of fins. This attribute + can be randomized. + root_chord : tuple, list, int, float + Root chord of the fins in meters. + tip_chord : tuple, list, int, float + Tip chord of the fins in meters. + span : tuple, list, int, float + Span of the fins in meters. + rocket_radius : tuple, list, int, float + Rocket radius of the fins in meters. + cant_angle : tuple, list, int, float + Cant angle of the fins in degrees. + sweep_length : tuple, list, int, float + Sweep length of the fins in meters. + sweep_angle : tuple, list, int, float + Sweep angle of the fins in degrees. + airfoil : list + List of tuples in the form of (airfoil file path, airfoil name). + name : list[str] + List with the object name. This attribute can not be randomized. + """ + + def __init__( + self, + trapezoidal_fins, + n=None, # TODO: Never vary the number of fins. It is a fixed parameter. + root_chord=None, + tip_chord=None, + span=None, + rocket_radius=None, + cant_angle=None, + sweep_length=None, + sweep_angle=None, + airfoil=None, + ): + """Initializes the Stochastic Trapezoidal Fins class. + + See Also + -------- + :ref:`stochastic_model` + + Parameters + ---------- + trapezoidal_fins : TrapezoidalFins + TrapezoidalFins object to be used for validation. + root_chord : tuple, list, int, float + Root chord of the fins in meters. + tip_chord : tuple, list, int, float + Tip chord of the fins in meters. + span : tuple, list, int, float + Span of the fins in meters. + rocket_radius : tuple, list, int, float + Rocket radius of the fins in meters. + cant_angle : tuple, list, int, float + Cant angle of the fins in degrees. + sweep_length : tuple, list, int, float + Sweep length of the fins in meters. + sweep_angle : tuple, list, int, float + Sweep angle of the fins in degrees. + airfoil : list[tuple] + List of tuples in the form of (airfoil file path, airfoil name). + """ + # TODO: never vary the number of fins. It is a fixed parameter. + self._validate_positive_int_list("n", n) + self._validate_airfoil(airfoil) + super().__init__( + trapezoidal_fins, + n=n, + root_chord=root_chord, + tip_chord=tip_chord, + span=span, + rocket_radius=rocket_radius, + cant_angle=cant_angle, + sweep_length=sweep_length, + sweep_angle=sweep_angle, + airfoil=airfoil, + name=None, + ) + + def create_object(self): + """Creates and returns a TrapezoidalFins object from the randomly + generated input arguments. + + Returns + ------- + fins : TrapezoidalFins + TrapezoidalFins object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + return TrapezoidalFins(**generated_dict) + + +class StochasticEllipticalFins(StochasticModel): + """A Stochastic Elliptical Fins class that inherits from StochasticModel. + + See Also + -------- + :ref:`stochastic_model` and + :class:`EllipticalFins ` + + Attributes + ---------- + object : EllipticalFins + EllipticalFins object to be used for validation. + n : list[int] + List with an integer representing the number of fins. This attribute + can be randomized. + root_chord : tuple, list, int, float + Root chord of the fins in meters. + span : tuple, list, int, float + Span of the fins in meters. + rocket_radius : tuple, list, int, float + Rocket radius of the fins in meters. + cant_angle : tuple, list, int, float + Cant angle of the fins in degrees. + airfoil : list + List of tuples in the form of (airfoil file path, airfoil name). + name : list[str] + List with the fins object name. This attribute can not be randomized. + """ + + def __init__( + self, + elliptical_fins=None, + n=None, + root_chord=None, + span=None, + rocket_radius=None, + cant_angle=None, + airfoil=None, + ): + """Initializes the Stochastic Elliptical Fins class. + + See Also + -------- + :ref:`stochastic_model` + + Parameters + ---------- + elliptical_fins : EllipticalFins + EllipticalFins object to be used for validation. + root_chord : tuple, list, int, float + Root chord of the fins in meters. + span : tuple, list, int, float + Span of the fins in meters. + rocket_radius : tuple, list, int, float + Rocket radius of the fins in meters. + cant_angle : tuple, list, int, float + Cant angle of the fins in degrees. + airfoil : list[tuple] + List of tuples in the form of (airfoil file path, airfoil name). + """ + # TODO: never vary the number of fins. It is a fixed parameter. + self._validate_positive_int_list("n", n) + self._validate_airfoil(airfoil) + super().__init__( + elliptical_fins, + n=n, + root_chord=root_chord, + span=span, + rocket_radius=rocket_radius, + cant_angle=cant_angle, + airfoil=airfoil, + name=None, + ) + + def create_object(self): + """Creates and returns a EllipticalFins object from the randomly + generated input arguments. + + Returns + ------- + fins : EllipticalFins + EllipticalFins object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + return EllipticalFins(**generated_dict) + + +class StochasticTail(StochasticModel): + """A Stochastic Tail class that inherits from StochasticModel. + + See Also + -------- + :ref:`stochastic_model` and :class:`Tail ` + + Attributes + ---------- + object : Tail + Tail object to be used for validation. + top_radius : tuple, list, int, float + Top radius of the tail in meters. + bottom_radius : tuple, list, int, float + Bottom radius of the tail in meters. + length : tuple, list, int, float + Length of the tail in meters. + rocket_radius : tuple, list, int, float + Rocket radius of the tail in meters. + name : list[str] + List with the name of the tail object. This cannot be randomized. + """ + + def __init__( + self, + tail, + top_radius=None, + bottom_radius=None, + length=None, + rocket_radius=None, + ): + """Initializes the Stochastic Tail class. + + See Also + -------- + :ref:`stochastic_model` and :class:`Tail ` + + Parameters + ---------- + tail : Tail + Tail object to be used for validation. + top_radius : tuple, list, int, float + Top radius of the tail in meters. + bottom_radius : tuple, list, int, float + Bottom radius of the tail in meters. + length : tuple, list, int, float + Length of the tail in meters. + rocket_radius : tuple, list, int, float + Rocket radius of the tail in meters. + """ + super().__init__( + tail, + top_radius=top_radius, + bottom_radius=bottom_radius, + length=length, + rocket_radius=rocket_radius, + name=None, + ) + + def create_object(self): + """Creates and returns a Tail object from the randomly generated input + arguments. + + Returns + ------- + Tail + Tail object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + return Tail(**generated_dict) + + +class StochasticRailButtons(StochasticModel): + """A Stochastic RailButtons class that inherits from StochasticModel. + + See Also + -------- + :ref:`stochastic_model` and :class:`RailButtons ` + + Attributes + ---------- + object : RailButtons + RailButtons object to be used for validation. + rail_buttons : list + List of RailButton objects. + buttons_distance : tuple, list, int, float + Distance between the buttons in meters. + angular_position : tuple, list, int, float + Angular position of the buttons in degrees. + name : list[str] + List with the name of the object. This attribute can not be randomized. + """ + + def __init__( + self, + rail_buttons=None, + buttons_distance=None, + angular_position=None, + ): + """Initializes the Stochastic RailButtons class. + + See Also + -------- + :ref:`stochastic_model` + + Parameters + ---------- + rail_buttons : RailButtons + RailButtons object to be used for validation. + buttons_distance : tuple, list, int, float + Distance between the buttons in meters. + angular_position : tuple, list, int, float + Angular position of the buttons in degrees. + """ + super().__init__( + rail_buttons, + buttons_distance=buttons_distance, + angular_position=angular_position, + name=None, + ) + + def create_object(self): + """Creates and returns a RailButtons object from the randomly generated + input arguments. + + Returns + ------- + rail_buttons : RailButtons + RailButtons object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + return RailButtons(**generated_dict) diff --git a/rocketpy/stochastic/stochastic_environment.py b/rocketpy/stochastic/stochastic_environment.py new file mode 100644 index 000000000..e36c19cf4 --- /dev/null +++ b/rocketpy/stochastic/stochastic_environment.py @@ -0,0 +1,188 @@ +"""Defines the StochasticEnvironment class.""" + +from .stochastic_model import StochasticModel + + +class StochasticEnvironment(StochasticModel): + """A Stochastic Environment class that inherits from StochasticModel. This + class is used to store an Environment object and the uncertainty of their + parameters. + + See Also + -------- + :ref:`stochastic_model` and :class:`Environment ` + + Attributes + ---------- + object : Environment + Environment object to be used as a base for the stochastic model. + elevation : tuple, list, int, float + Elevation of the launch site in meters. + gravity : tuple, list, int, float + Gravitational acceleration in meters per second squared. + latitude : tuple, list, int, float + Latitude of the launch site in degrees. + longitude : tuple, list, int, float + Longitude of the launch site in degrees. + ensemble_member : list[int] + List of integers representing the ensemble members to be selected. + date : list[tuple] + List of dates, which are tuples of four elements + (year, month, day, hour). This attribute can not be randomized. + datum : list[str] + List of datum. This attribute can not be randomized. + timezone : list[pytz.timezone] + List with the timezone. This attribute can not be randomized. + wind_velocity_x_factor : tuple, list, int, float + Factor to multiply the wind velocity in the x direction. This should + be used only when the wind velocity is defined as a constant value. + wind_velocity_y_factor : tuple, list, int, float + Factor to multiply the wind velocity in the y direction. This should + be used only when the wind velocity is defined as a constant value. + """ + + def __init__( + self, + environment, + elevation=None, + gravity=None, + latitude=None, + longitude=None, + ensemble_member=None, + wind_velocity_x_factor=(1, 0), + wind_velocity_y_factor=(1, 0), + ): + """Initializes the Stochastic Environment class. + + See Also + -------- + :ref:`stochastic_model` + + Parameters + ---------- + environment : Environment + Environment object to be used for validation. + date : list, optional + List of dates, which are tuples of four elements + (year, month, day, hour). + elevation : int, float, tuple, list, optional + Elevation of the launch site in meters. + gravity : int, float, tuple, list, optional + Gravitational acceleration in meters per second squared. + latitude : int, float, tuple, list, optional + Latitude of the launch site in degrees. + longitude : int, float, tuple, list, optional + Longitude of the launch site in degrees. + ensemble_member : list, optional + List of integers representing the ensemble member to be selected. + wind_velocity_x_factor : tuple, list, int, float, optional + Factor to multiply the wind velocity in the x direction. This should + be used only when the wind velocity is defined as a constant value. + wind_velocity_y_factor : tuple, list, int, float, optional + Factor to multiply the wind velocity in the y direction. This should + be used only when the wind velocity is defined as a constant value. + """ + + super().__init__( + environment, + date=None, + elevation=elevation, + gravity=gravity, + latitude=latitude, + longitude=longitude, + ensemble_member=ensemble_member, + wind_velocity_x_factor=wind_velocity_x_factor, + wind_velocity_y_factor=wind_velocity_y_factor, + datum=None, + timezone=None, + ) + self._validate_ensemble(ensemble_member, environment) + + def _validate_ensemble(self, ensemble_member, environment): + """Validates the ensemble member input argument. If the environment + does not have ensemble members, the ensemble member input argument + must be None. If the environment has ensemble members, the ensemble + member input argument must be a list of positive integers, and the + integers must be in the range from 0 to the number of ensemble members + minus one. + + Parameters + ---------- + ensemble_member : list + List of integers representing the ensemble members to be selected. + environment : Environment + Environment object to be used for validation. + + Returns + ------- + None + + Raises + ------ + AssertionError + If the environment does not have ensemble members and the + ensemble_member input argument is not None. + """ + valid_atmospheric_types = ["Ensemble", "Reanalysis"] + + if environment.atmospheric_model_type not in valid_atmospheric_types: + if ensemble_member is not None: + raise AssertionError( + f"Environment with {environment.atmospheric_model_type} " + "does not have ensemble members" + ) + return + + if ensemble_member is not None: + assert isinstance(ensemble_member, list), "`ensemble_member` must be a list" + assert all( + isinstance(member, int) and member >= 0 for member in ensemble_member + ), "`ensemble_member` must be a list of positive integers" + assert ( + 0 + <= min(ensemble_member) + <= max(ensemble_member) + < environment.num_ensemble_members + ), ( + "`ensemble_member` must be in the range from 0 to " + + f"{environment.num_ensemble_members - 1}" + ) + setattr(self, "ensemble_member", ensemble_member) + else: + # if no ensemble member is provided, get it from the environment + setattr(self, "ensemble_member", environment.ensemble_member) + + def create_object(self): + """Creates an Environment object from the randomly generated input + arguments. The environment object is not recreated to avoid having to + reestablish the atmospheric model. Instead, attributes are changed + directly. + + Parameters + ---------- + None + + Returns + ------- + Environment + Environment object with the randomly generated input arguments. + + Notes + ----- + This method is overwriting the create_object method from the + `StochasticModel` class to handle the special case of the ensemble + member attribute. + """ + generated_dict = next(self.dict_generator()) + for key, value in generated_dict.items(): + # special case for ensemble member + # TODO: Generalize create_object() with a env.ensemble_member setter + if key == "ensemble_member": + self.object.select_ensemble_member(value) + else: + if "factor" in key: + # get original attribute value and multiply by factor + attribute_name = f"_{key.replace('_factor', '')}" + value = getattr(self, attribute_name) * value + setattr(self.object, key, value) + return self.object diff --git a/rocketpy/stochastic/stochastic_flight.py b/rocketpy/stochastic/stochastic_flight.py new file mode 100644 index 000000000..df1c31d45 --- /dev/null +++ b/rocketpy/stochastic/stochastic_flight.py @@ -0,0 +1,131 @@ +"""Defines the StochasticFlight class.""" + +from rocketpy.simulation import Flight + +from .stochastic_model import StochasticModel + + +class StochasticFlight(StochasticModel): + """A Stochastic Flight class that inherits from StochasticModel. + + See Also + -------- + :ref:`stochastic_model` and :class:`Flight ` + + Attributes + ---------- + flight : Flight + The Flight object to be used as a base for the Stochastic flight. + rail_length : int, float, tuple, list + The rail length of the flight. + inclination : int, float, tuple, list + The inclination of the launch rail. + heading : int, float, tuple, list + The heading of the launch rail. + initial_solution : tuple, list + The initial solution of the flight. This is a tuple of 14 elements that + represent the initial conditions of the flight. This attribute can not + be randomized. + terminate_on_apogee : bool + Whether or not the flight should terminate on apogee. This attribute + can not be randomized. + """ + + def __init__( + self, + flight, + rail_length=None, + inclination=None, + heading=None, + initial_solution=None, + terminate_on_apogee=None, + ): + """Initializes the Stochastic Flight class. + + See Also + -------- + :ref:`stochastic_model` and :class:`Flight ` + + Parameters + ---------- + flight : Flight + The Flight object to be used as a base for the Stochastic flight. + rail_length : int, float, tuple, list, optional + The rail length of the flight. + inclination : int, float, tuple, list, optional + The inclination of the launch rail. + heading : int, float, tuple, list, optional + The heading of the launch rail. + initial_solution : tuple, list, optional + The initial solution of the flight. This is a tuple of 14 elements + that represent the initial conditions of the flight. This attribute + can not be randomized. + terminate_on_apogee : bool, optional + Whether or not the flight should terminate on apogee. This attribute + can not be randomized. + """ + if terminate_on_apogee is not None: + assert isinstance( + terminate_on_apogee, bool + ), "`terminate_on_apogee` must be a boolean" + super().__init__( + flight, + rail_length=rail_length, + inclination=inclination, + heading=heading, + ) + + self.initial_solution = initial_solution + self.terminate_on_apogee = terminate_on_apogee + + def _validate_initial_solution(self, initial_solution): + if initial_solution is not None: + if isinstance(initial_solution, (tuple, list)): + assert len(initial_solution) == 14, ( + "`initial_solution` must be a 14 element tuple, the " + "elements are:\n t_initial, x_init, y_init, z_init, " + "vx_init, vy_init, vz_init, e0_init, e1_init, e2_init, " + "e3_init, w1Init, w2Init, w3Init" + ) + assert all( + isinstance(i, (int, float)) for i in initial_solution + ), "`initial_solution` must be a tuple of numbers" + else: + raise TypeError("`initial_solution` must be a tuple of numbers") + + # TODO: these methods call dict_generator a lot of times unnecessarily + def _randomize_rail_length(self): + """Randomizes the rail length of the flight.""" + generated_dict = next(self.dict_generator()) + return generated_dict["rail_length"] + + def _randomize_inclination(self): + """Randomizes the inclination of the flight.""" + generated_dict = next(self.dict_generator()) + return generated_dict["inclination"] + + def _randomize_heading(self): + """Randomizes the heading of the flight.""" + generated_dict = next(self.dict_generator()) + return generated_dict["heading"] + + def create_object(self): + """Creates and returns a Flight object from the randomly generated input + arguments. + + Returns + ------- + flight : Flight + Flight object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + # TODO: maybe we should use generated_dict["rail_length"] instead + return Flight( + environment=self.object.env, + rail_length=self._randomize_rail_length(), + rocket=self.object.rocket, + inclination=generated_dict["inclination"], + heading=generated_dict["heading"], + initial_solution=self.initial_solution, + terminate_on_apogee=self.terminate_on_apogee, + ) diff --git a/rocketpy/stochastic/stochastic_generic_motor.py b/rocketpy/stochastic/stochastic_generic_motor.py new file mode 100644 index 000000000..bf8b79aa1 --- /dev/null +++ b/rocketpy/stochastic/stochastic_generic_motor.py @@ -0,0 +1,193 @@ +"""Defines the StochasticGenericMotor class.""" + +from rocketpy.motors import GenericMotor + +from .stochastic_motor_model import StochasticMotorModel + + +class StochasticGenericMotor(StochasticMotorModel): + """A Stochastic Generic Motor class that inherits from StochasticModel. + + See Also + -------- + :ref:`stochastic_model` and + :class:`GenericMotor ` + + Attributes + ---------- + object : GenericMotor + GenericMotor object to be used as a base for the stochastic model. + thrust_source : list + List of strings representing the thrust source to be selected. + total_impulse : int, float, tuple, list + Total impulse of the motor in newton seconds. + burn_start_time : int, float, tuple, list + Burn start time of the motor in seconds. + burn_out_time : int, float, tuple, list + Burn out time of the motor in seconds. + dry_mass : int, float, tuple, list + Dry mass of the motor in kilograms. + dry_I_11 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. + dry_I_22 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. + dry_I_33 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. + dry_I_12 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. + dry_I_13 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. + dry_I_23 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. + chamber_radius : int, float, tuple, list + Chamber radius of the motor in meters. + chamber_height : int, float, tuple, list + Chamber height of the motor in meters. + chamber_position : int, float, tuple, list + Chamber position of the motor in meters. + nozzle_radius : int, float, tuple, list + Nozzle radius of the motor in meters. + nozzle_position : int, float, tuple, list + Nozzle position of the motor in meters. + center_of_dry_mass_position : int, float, tuple, list + Center of dry mass position of the motor in meters. + interpolation_method : str + Interpolation method to be used. This attribute can not be randomized. + coordinate_system_orientation : str + Coordinate system orientation to be used. This attribute can not be + randomized. + """ + + def __init__( + self, + generic_motor, + thrust_source=None, + total_impulse=None, + burn_start_time=None, + burn_out_time=None, + propellant_initial_mass=None, + dry_mass=None, + dry_inertia_11=None, + dry_inertia_22=None, + dry_inertia_33=None, + dry_inertia_12=None, + dry_inertia_13=None, + dry_inertia_23=None, + chamber_radius=None, + chamber_height=None, + chamber_position=None, + nozzle_radius=None, + nozzle_position=None, + center_of_dry_mass_position=None, + ): + """Initializes the Stochastic Generic Motor class. + + See Also + -------- + :ref:`stochastic_model` and + :class:`GenericMotor ` + + Parameters + ---------- + generic_motor : GenericMotor + GenericMotor object to be used for validation. + thrust_source : list, optional + List of strings representing the thrust source to be selected. + total_impulse : int, float, tuple, list, optional + Total impulse of the motor in newton seconds. + burn_start_time : int, float, tuple, list, optional + Burn start time of the motor in seconds. + burn_out_time : int, float, tuple, list, optional + Burn out time of the motor in seconds. + dry_mass : int, float, tuple, list, optional + Dry mass of the motor in kilograms. + dry_I_11 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. + dry_I_22 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. + dry_I_33 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. + dry_I_12 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. + dry_I_13 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. + dry_I_23 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. + chamber_radius : int, float, tuple, list, optional + Chamber radius of the motor in meters. + chamber_height : int, float, tuple, list, optional + Chamber height of the motor in meters. + chamber_position : int, float, tuple, list, optional + Position of the motor chamber in meters. + nozzle_radius : int, float, tuple, list, optional + Nozzle radius of the motor in meters. + nozzle_position : int, float, tuple, list, optional + Nozzle position of the motor in meters. + center_of_dry_mass_position : int, float, tuple, list, optional + Center of dry mass position of the motor in meters. + """ + super().__init__( + generic_motor, + thrust_source=thrust_source, + total_impulse=total_impulse, + burn_start_time=burn_start_time, + burn_out_time=burn_out_time, + propellant_initial_mass=propellant_initial_mass, + dry_mass=dry_mass, + dry_I_11=dry_inertia_11, + dry_I_22=dry_inertia_22, + dry_I_33=dry_inertia_33, + dry_I_12=dry_inertia_12, + dry_I_13=dry_inertia_13, + dry_I_23=dry_inertia_23, + chamber_radius=chamber_radius, + chamber_height=chamber_height, + chamber_position=chamber_position, + nozzle_radius=nozzle_radius, + nozzle_position=nozzle_position, + center_of_dry_mass_position=center_of_dry_mass_position, + interpolate=None, + coordinate_system_orientation=None, + ) + + def create_object(self): + """Creates a `GenericMotor` object from the randomly generated input + arguments. + + Returns + ------- + GenericMotor + GenericMotor object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + return GenericMotor( + thrust_source=generated_dict["thrust_source"], + burn_time=( + generated_dict["burn_start_time"], + generated_dict["burn_out_time"], + ), + propellant_initial_mass=generated_dict["propellant_initial_mass"], + dry_mass=generated_dict["dry_mass"], + dry_inertia=( + generated_dict["dry_I_11"], + generated_dict["dry_I_22"], + generated_dict["dry_I_33"], + generated_dict["dry_I_12"], + generated_dict["dry_I_13"], + generated_dict["dry_I_23"], + ), + chamber_radius=generated_dict["chamber_radius"], + chamber_height=generated_dict["chamber_height"], + chamber_position=generated_dict["chamber_position"], + nozzle_radius=generated_dict["nozzle_radius"], + nozzle_position=generated_dict["nozzle_position"], + center_of_dry_mass_position=generated_dict["center_of_dry_mass_position"], + reshape_thrust_curve=( + (generated_dict["burn_start_time"], generated_dict["burn_out_time"]), + generated_dict["total_impulse"], + ), + coordinate_system_orientation=generated_dict[ + "coordinate_system_orientation" + ], + interpolation_method=generated_dict["interpolate"], + ) diff --git a/rocketpy/stochastic/stochastic_model.py b/rocketpy/stochastic/stochastic_model.py new file mode 100644 index 000000000..abb3472f2 --- /dev/null +++ b/rocketpy/stochastic/stochastic_model.py @@ -0,0 +1,536 @@ +""" +Defines the `StochasticModel` class, which is used as a base class for all other +Stochastic classes. +""" + +from random import choice + +import numpy as np + +from rocketpy.mathutils.function import Function + +from ..tools import get_distribution + +# TODO: Stop using assert in production code. Use exceptions instead. +# TODO: Each validation method should have a test case. + + +class StochasticModel: + """ + Base class for all Stochastic classes. This class validates input arguments, + saves them as attributes, and generates a dictionary with randomly generated + input arguments. + + See also + -------- + :ref:`Working with Stochastic Models ` + + Notes + ----- + Please notice that the methods starting with an underscore are not meant to + be called directly by the user. These methods may receive breaking changes + without notice, so use them at your own risk. + """ + + # Arguments that are validated only in child classes + exception_list = [ + "initial_solution", + "terminate_on_apogee", + "date", + "ensemble_member", + ] + + def __init__(self, object, **kwargs): + """ + Initialize the StochasticModel class with validated input arguments. + + Parameters + ---------- + object : object + The main object of the class. + **kwargs : dict + Dictionary of input arguments for the class. Valid argument types + include tuples, lists, ints, floats, or None. Arguments will be + validated and saved as class attributes in a specific format, which + is described in the + ":ref:`Working with Stochastic Models `" page. + + Raises + ------ + AssertionError + If the input arguments do not conform to the specified formats. + """ + # TODO: don't use "object" as a variable name, it's a built-in function. + # We can simply change to "obj". Pylint W0622 + + self.object = object + self.last_rnd_dict = {} + + # TODO: This code block is too complex. Refactor it. + for input_name, input_value in kwargs.items(): + if input_name not in self.exception_list: + if input_value is not None: + if "factor" in input_name: + attr_value = self._validate_factors(input_name, input_value) + elif input_name not in self.exception_list: + if isinstance(input_value, tuple): + attr_value = self._validate_tuple(input_name, input_value) + elif isinstance(input_value, list): + attr_value = self._validate_list(input_name, input_value) + elif isinstance(input_value, (int, float)): + attr_value = self._validate_scalar(input_name, input_value) + else: + raise AssertionError( + f"'{input_name}' must be a tuple, list, int, or float" + ) + else: + attr_value = [getattr(self.object, input_name)] + setattr(self, input_name, attr_value) + + def __repr__(self): + return f"'{self.__class__.__name__}() object'" + + def _validate_tuple(self, input_name, input_value, getattr=getattr): + """ + Validate tuple arguments. + + Parameters + ---------- + input_name : str + Name of the input argument. + input_value : tuple + Value of the input argument. This is the tuple to be validated. + getattr : function + Function used to get the attribute value from the object. + + Returns + ------- + tuple + Validated tuple in the format (nominal value, standard deviation, \ + distribution function). + + Raises + ------ + AssertionError + If the input is not in a valid format. + """ + assert len(input_value) in [ + 2, + 3, + ], f"'{input_name}': tuple must have length 2 or 3" + assert isinstance( + input_value[0], (int, float) + ), f"'{input_name}': First item of tuple must be an int or float" + + if len(input_value) == 2: + return self._validate_tuple_length_two(input_name, input_value, getattr) + if len(input_value) == 3: + return self._validate_tuple_length_three(input_name, input_value, getattr) + + def _validate_tuple_length_two(self, input_name, input_value, getattr=getattr): + """ + Validate tuples with length 2. + + Parameters + ---------- + input_name : str + Name of the input argument. + input_value : tuple + Value of the input argument. + getattr : function + Function to get the attribute value from the object. + + Returns + ------- + tuple + Validated tuple in the format (nominal value, standard deviation, \ + distribution function). + + Raises + ------ + AssertionError + If the input is not in a valid format. + """ + assert isinstance( + input_value[1], (int, float, str) + ), f"'{input_name}': second item of tuple must be an int, float, or string." + + if isinstance(input_value[1], str): + # if second item is a string, then it is assumed that the first item + # is the standard deviation, and the second item is the distribution + # function. In this case, the nominal value will be taken from the + # object passed. + dist_func = get_distribution(input_value[1]) + return (getattr(self.object, input_name), input_value[0], dist_func) + else: + # if second item is an int or float, then it is assumed that the + # first item is the nominal value and the second item is the + # standard deviation. The distribution function will be set to + # "normal". + return (input_value[0], input_value[1], get_distribution("normal")) + + def _validate_tuple_length_three(self, input_name, input_value, getattr=getattr): + """ + Validate tuples with length 3. + + Parameters + ---------- + input_name : str + Name of the input argument. + input_value : tuple + Value of the input argument. + getattr : function + Function to get the attribute value from the object. + + Returns + ------- + tuple + Validated tuple in the format (nominal value, standard deviation, \ + distribution function). + + Raises + ------ + AssertionError + If the input is not in a valid format. + """ + assert isinstance(input_value[1], (int, float)), ( + f"'{input_name}': Second item of a tuple with length 3 must be an " + "int or float." + ) + assert isinstance(input_value[2], str), ( + f"'{input_name}': Third item of tuple must be a string containing the " + "name of a valid numpy.random distribution function." + ) + dist_func = get_distribution(input_value[2]) + return (input_value[0], input_value[1], dist_func) + + def _validate_list(self, input_name, input_value, getattr=getattr): + """ + Validate list arguments. + + Parameters + ---------- + input_name : str + Name of the input argument. + input_value : list + Value of the input argument. + getattr : function + Function to get the attribute value from the object. + + Returns + ------- + list + Validated list. + + Raises + ------ + AssertionError + If the input is not in a valid format. + """ + if not input_value: + return [getattr(self.object, input_name)] + else: + return input_value + + def _validate_scalar(self, input_name, input_value, getattr=getattr): + """ + Validate scalar arguments. If the input is a scalar, the nominal value + will be taken from the object passed, and the standard deviation will be + the scalar value. The distribution function will be set to "normal". + + Parameters + ---------- + input_name : str + Name of the input argument. + input_value : float + Value of the input argument. + getattr : function + Function to get the attribute value from the object. + + Returns + ------- + tuple + Validated tuple in the format (nominal value, standard deviation, \ + distribution function). + """ + return ( + getattr(self.object, input_name), + input_value, + get_distribution("normal"), + ) + + def _validate_factors(self, input_name, input_value): + """ + Validate factor arguments. + + Parameters + ---------- + input_name : str + Name of the input argument. + input_value : tuple or list + Value of the input argument. + + Returns + ------- + tuple or list + Validated tuple or list. + + Raises + ------ + AssertionError + If the input is not in a valid format. + """ + attribute_name = input_name.replace("_factor", "") + setattr(self, f"_{attribute_name}", getattr(self.object, attribute_name)) + + if isinstance(input_value, tuple): + return self._validate_tuple_factor(input_name, input_value) + elif isinstance(input_value, list): + return self._validate_list_factor(input_name, input_value) + else: + raise AssertionError(f"`{input_name}`: must be either a tuple or list") + + def _validate_tuple_factor(self, input_name, factor_tuple): + """ + Validate tuple factors. + + Parameters + ---------- + input_name : str + Name of the input argument. + factor_tuple : tuple + Value of the input argument. + + Returns + ------- + tuple + Validated tuple. + + Raises + ------ + AssertionError + If the input is not in a valid format. + """ + assert len(factor_tuple) in [ + 2, + 3, + ], f"'{input_name}`: Factors tuple must have length 2 or 3" + assert all(isinstance(item, (int, float)) for item in factor_tuple[:2]), ( + f"'{input_name}`: First and second items of Factors tuple must be " + "either an int or float" + ) + + if len(factor_tuple) == 2: + return (factor_tuple[0], factor_tuple[1], get_distribution("normal")) + elif len(factor_tuple) == 3: + assert isinstance(factor_tuple[2], str), ( + f"'{input_name}`: Third item of tuple must be a string containing " + "the name of a valid numpy.random distribution function" + ) + dist_func = get_distribution(factor_tuple[2]) + return (factor_tuple[0], factor_tuple[1], dist_func) + + def _validate_list_factor(self, input_name, factor_list): + """ + Validate list factors. + + Parameters + ---------- + input_name : str + Name of the input argument. + factor_list : list + Value of the input argument. + + Returns + ------- + list + Validated list. + + Raises + ------ + AssertionError + If the input is not in a valid format. + """ + assert all( + isinstance(item, (int, float)) for item in factor_list + ), f"'{input_name}`: Items in list must be either ints or floats" + return factor_list + + def _validate_1d_array_like(self, input_name, input_value): + """ + Validate 1D array-like arguments. + + Parameters + ---------- + input_name : str + Name of the input argument. + input_value : list + Value of the input argument. + + Raises + ------ + AssertionError + If the input is not in a valid format. + """ + if input_value is not None: + error_msg = ( + f"`{input_name}` must be a list of path strings, lists " + "with shape (n,2), or Functions." + ) + + if not isinstance(input_value, list): + raise AssertionError(error_msg) + + for member in input_value: + if isinstance(member, list): + if len(np.shape(member)) != 2 or np.shape(member)[1] != 2: + raise AssertionError(error_msg) + elif not isinstance(member, (str, Function)): + raise AssertionError(error_msg) + + def _validate_positive_int_list(self, input_name, input_value): + """ + Validate lists of positive integers. + + Parameters + ---------- + input_name : str + Name of the input argument. + input_value : list + Value of the input argument. + + Raises + ------ + AssertionError + If the input is not in a valid format. + """ + if input_value is not None: + assert isinstance(input_value, list) and all( + isinstance(member, int) and member >= 0 for member in input_value + ), f"`{input_name}` must be a list of positive integers" + + def _validate_airfoil(self, airfoil): + """ + Validate airfoil input. + + Parameters + ---------- + airfoil : list[tuple] + List of tuples with two items. + + Raises + ------ + AssertionError + If the input is not in a valid format. + """ + # TODO: The _validate_airfoil should be defined in a child class. + if airfoil is not None: + assert isinstance(airfoil, list) and all( + isinstance(member, tuple) for member in airfoil + ), "`airfoil` must be a list of tuples" + for member in airfoil: + assert len(member) == 2, "`airfoil` tuples must have length 2" + assert isinstance( + member[1], str + ), "`airfoil` tuples must have a string as the second item" + if isinstance(member[0], list): + if len(np.shape(member[0])) != 2 and np.shape(member[0])[1] != 2: + raise AssertionError("`airfoil` tuples must have shape (n,2)") + elif not isinstance(member[0], str) and not callable(member[0]): + raise AssertionError( + "`airfoil` tuples must have a string or Function as " + "the first item" + ) + + def dict_generator(self): + """ + Generate a dictionary with randomly generated input arguments. + The last generated dictionary is saved as a class attribute called + `last_rnd_dict`. + + Yields + ------ + dict + Dictionary with the randomly generated input arguments. + + Notes + ----- + 1. The dictionary is generated by iterating over the class attributes and: + a. If the attribute is a tuple, the value is generated using the\ + distribution function specified in the tuple. + b. If the attribute is a list, the value is randomly chosen from the list. + """ + generated_dict = {} + for arg, value in self.__dict__.items(): + if isinstance(value, tuple): + generated_dict[arg] = value[-1](value[0], value[1]) + elif isinstance(value, list): + generated_dict[arg] = choice(value) if value else value + self.last_rnd_dict = generated_dict + yield generated_dict + + def visualize_attributes(self): + """ + This method prints a report of the attributes stored in the Stochastic + Model object. The report includes the variable name, the nominal value, + the standard deviation, and the distribution function used to generate + the random attributes. + """ + + def format_attribute(attr, value): + if isinstance(value, list): + return ( + f"\t{attr.ljust(max_str_length)} {value[0]}" + if len(value) == 1 + else f"\t{attr} {value}" + ) + elif isinstance(value, tuple): + nominal_value, std_dev, dist_func = value + return ( + f"\t{attr.ljust(max_str_length)} " + f"{nominal_value:.5f} ± " + f"{std_dev:.5f} ({dist_func.__name__})" + ) + return None + + attributes = {k: v for k, v in self.__dict__.items() if not k.startswith("_")} + max_str_length = max(len(var) for var in attributes) + 2 + + report = [ + f"Reporting the attributes of the `{self.__class__.__name__}` object:" + ] + + # Sorting alphabetically makes the report more readable + items = attributes.items() + items = sorted(items, key=lambda x: x[0]) + + to_exclude = ["object", "last_rnd_dict", "exception_list", "parachutes"] + items = [item for item in items if item[0] not in to_exclude] + + constant_attributes = [ + attr for attr, val in items if isinstance(val, list) and len(val) == 1 + ] + tuple_attributes = [attr for attr, val in items if isinstance(val, tuple)] + list_attributes = [ + attr for attr, val in items if isinstance(val, list) and len(val) > 1 + ] + + if constant_attributes: + report.append("\nConstant Attributes:") + report.extend( + format_attribute(attr, attributes[attr]) for attr in constant_attributes + ) + + if tuple_attributes: + report.append("\nStochastic Attributes:") + report.extend( + format_attribute(attr, attributes[attr]) for attr in tuple_attributes + ) + + if list_attributes: + report.append("\nStochastic Attributes with choice of values:") + report.extend( + format_attribute(attr, attributes[attr]) for attr in list_attributes + ) + + print("\n".join(filter(None, report))) diff --git a/rocketpy/stochastic/stochastic_motor_model.py b/rocketpy/stochastic/stochastic_motor_model.py new file mode 100644 index 000000000..a99368ab3 --- /dev/null +++ b/rocketpy/stochastic/stochastic_motor_model.py @@ -0,0 +1,19 @@ +"""Defines the StochasticMotorModel class.""" + +from .stochastic_model import StochasticModel + + +class StochasticMotorModel(StochasticModel): + """Stochastic Motor Model class that inherits from StochasticModel. This + class makes a common ground for other stochastic motor classes. + + See Also + -------- + :ref:`stochastic_model` + """ + + def __init__(self, object, **kwargs): + self._validate_1d_array_like("thrust_source", kwargs.get("thrust_source")) + # TODO: never vary the grain_number + self._validate_positive_int_list("grain_number", kwargs.get("grain_number")) + super().__init__(object, **kwargs) diff --git a/rocketpy/stochastic/stochastic_parachute.py b/rocketpy/stochastic/stochastic_parachute.py new file mode 100644 index 000000000..4cf7746d7 --- /dev/null +++ b/rocketpy/stochastic/stochastic_parachute.py @@ -0,0 +1,121 @@ +"""Defines the StochasticParachute class.""" + +from rocketpy.rocket import Parachute + +from .stochastic_model import StochasticModel + + +class StochasticParachute(StochasticModel): + """A Stochastic Parachute class that inherits from StochasticModel. + + See Also + -------- + :ref:`stochastic_model` and :class:`Parachute ` + + Attributes + ---------- + object : Parachute + Parachute object to be used for validation. + cd_s : tuple, list, int, float + Drag coefficient of the parachute. + trigger : list + List of callables, string "apogee" or ints/floats. + sampling_rate : tuple, list, int, float + Sampling rate of the parachute in seconds. + lag : tuple, list, int, float + Lag of the parachute in seconds. + noise : list[tuple] + List of tuples in the form of (mean, standard deviation, + time-correlation). + name : list[str] + List with the name of the parachute object. This cannot be randomized. + """ + + def __init__( + self, + parachute, + cd_s=None, + trigger=None, + sampling_rate=None, + lag=None, + noise=None, + ): + """Initializes the Stochastic Parachute class. + + See Also + -------- + :ref:`stochastic_model` + + Parameters + ---------- + parachute : Parachute + Parachute object to be used for validation. + cd_s : tuple, list, int, float + Drag coefficient of the parachute. + trigger : list + List of callables, string "apogee" or ints/floats. + sampling_rate : tuple, list, int, float + Sampling rate of the parachute in seconds. + lag : tuple, list, int, float + Lag of the parachute in seconds. Pay special attention to ensure + the lag will not assume negative values based on its mean and + standard deviation. + noise : list + List of tuples in the form of (mean, standard deviation, + time-correlation). + """ + self.parachute = parachute + self.cd_s = cd_s + self.trigger = trigger + self.sampling_rate = sampling_rate + self.lag = lag + self.noise = noise + + self._validate_trigger(trigger) + self._validate_noise(noise) + super().__init__( + parachute, + cd_s=cd_s, + trigger=trigger, + sampling_rate=sampling_rate, + lag=lag, + noise=noise, + name=None, + ) + + def _validate_trigger(self, trigger): + """Validates the trigger input. If the trigger input argument is not + None, it must be: + - a list of callables, string "apogee" or ints/floats + - a tuple that will be further validated in the StochasticModel class + """ + if trigger is not None: + assert isinstance(trigger, list) and all( + isinstance(member, (str, int, float) or callable(member)) + for member in trigger + ), "`trigger` must be a list of callables, string 'apogee' or ints/floats" + + def _validate_noise(self, noise): + """Validates the noise input. If the noise input argument is not + None, it must be a list of tuples in the form of + (mean, standard deviation, time-correlation) + """ + if noise is not None: + assert isinstance(noise, list) and all( + isinstance(member, tuple) for member in noise + ), ( + "`noise` must be a list of tuples in the form of " + "(mean, standard deviation, time-correlation)" + ) + + def create_object(self): + """Creates and returns a Parachute object from the randomly generated + input arguments. + + Returns + ------- + parachute : Parachute + Parachute object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + return Parachute(**generated_dict) diff --git a/rocketpy/stochastic/stochastic_rocket.py b/rocketpy/stochastic/stochastic_rocket.py new file mode 100644 index 000000000..19975a6db --- /dev/null +++ b/rocketpy/stochastic/stochastic_rocket.py @@ -0,0 +1,586 @@ +"""Defines the StochasticRocket class.""" + +import warnings +from random import choice + +from rocketpy.motors.motor import EmptyMotor, GenericMotor, Motor +from rocketpy.motors.solid_motor import SolidMotor +from rocketpy.rocket.aero_surface import ( + EllipticalFins, + NoseCone, + RailButtons, + Tail, + TrapezoidalFins, +) +from rocketpy.rocket.components import Components +from rocketpy.rocket.parachute import Parachute +from rocketpy.rocket.rocket import Rocket +from rocketpy.stochastic.stochastic_generic_motor import StochasticGenericMotor +from rocketpy.stochastic.stochastic_motor_model import StochasticMotorModel + +from .stochastic_aero_surfaces import ( + StochasticEllipticalFins, + StochasticNoseCone, + StochasticRailButtons, + StochasticTail, + StochasticTrapezoidalFins, +) +from .stochastic_model import StochasticModel +from .stochastic_parachute import StochasticParachute +from .stochastic_solid_motor import StochasticSolidMotor + +# TODO: Private methods of this class should be double underscored + + +class StochasticRocket(StochasticModel): + """A Stochastic Rocket class that inherits from StochasticModel. + + See Also + -------- + :ref:`stochastic_model` and :class:`Rocket ` + + Attributes + ---------- + object : Rocket + The Rocket object to be used as a base for the Stochastic rocket. + motors : Components + A Components instance containing all the motors of the rocket. + aerodynamic_surfaces : Components + A Components instance containing all the aerodynamic surfaces of the + rocket. + rail_buttons : Components + A Components instance containing all the rail buttons of the rocket. + parachutes : list of StochasticParachute + A list of StochasticParachute instances containing all the parachutes of + the rocket. + radius : tuple, list, int, float + The radius of the rocket. + mass : tuple, list, int, float + The mass of the rocket. + inertia_11 : tuple, list, int, float + The inertia of the rocket around the x axis. + inertia_22 : tuple, list, int, float + The inertia of the rocket around the y axis. + inertia_33 : tuple, list, int, float + The inertia of the rocket around the z axis. + inertia_12 : tuple, list, int, float + The inertia of the rocket around the xy axis. + inertia_13 : tuple, list, int, float + The inertia of the rocket around the xz axis. + inertia_23 : tuple, list, int, float + The inertia of the rocket around the yz axis. + power_off_drag : list + The power off drag of the rocket. + power_on_drag : list + The power on drag of the rocket. + power_off_drag_factor : tuple, list, int, float + The power off drag factor of the rocket. + power_on_drag_factor : tuple, list, int, float + The power on drag factor of the rocket. + center_of_mass_without_motor : tuple, list, int, float + The center of mass of the rocket without the motor. + coordinate_system_orientation : list[str] + The orientation of the coordinate system of the rocket. This attribute + can not be a randomized. + """ + + def __init__( + self, + rocket, + radius=None, + mass=None, + inertia_11=None, + inertia_22=None, + inertia_33=None, + inertia_12=None, + inertia_13=None, + inertia_23=None, + power_off_drag=None, + power_on_drag=None, + power_off_drag_factor=(1, 0), + power_on_drag_factor=(1, 0), + center_of_mass_without_motor=None, + ): + """Initializes the Stochastic Rocket class. + + See Also + -------- + :ref:`stochastic_model` + + Parameters + ---------- + rocket : Rocket + The Rocket object to be used as a base for the Stochastic rocket. + radius : int, float, tuple, list, optional + The radius of the rocket. + mass : int, float, tuple, list, optional + The mass of the rocket. + inertia_11 : int, float, tuple, list, optional + The inertia of the rocket around the x axis. + inertia_22 : int, float, tuple, list, optional + The inertia of the rocket around the y axis. + inertia_33 : int, float, tuple, list, optional + The inertia of the rocket around the z axis. + inertia_12 : int, float, tuple, list, optional + The inertia of the rocket around the xy axis. + inertia_13 : int, float, tuple, list, optional + The inertia of the rocket around the xz axis. + inertia_23 : int, float, tuple, list, optional + The inertia of the rocket around the yz axis. + power_off_drag : list, optional + The power off drag of the rocket. + power_on_drag : list, optional + The power on drag of the rocket. + power_off_drag_factor : int, float, tuple, list, optional + The power off drag factor of the rocket. This represents a factor + that multiplies the power off drag curve. + power_on_drag_factor : int, float, tuple, list, optional + The power on drag factor of the rocket. This represents a factor + that multiplies the power on drag curve. + center_of_mass_without_motor : int, float, tuple, list, optional + The center of mass of the rocket without the motor. + """ + # TODO: mention that these factors are validated differently + self._validate_1d_array_like("power_off_drag", power_off_drag) + self._validate_1d_array_like("power_on_drag", power_on_drag) + super().__init__( + object=rocket, + radius=radius, + mass=mass, + I_11_without_motor=inertia_11, + I_22_without_motor=inertia_22, + I_33_without_motor=inertia_33, + I_12_without_motor=inertia_12, + I_13_without_motor=inertia_13, + I_23_without_motor=inertia_23, + power_off_drag=power_off_drag, + power_on_drag=power_on_drag, + power_off_drag_factor=power_off_drag_factor, + power_on_drag_factor=power_on_drag_factor, + center_of_mass_without_motor=center_of_mass_without_motor, + coordinate_system_orientation=None, + ) + self.motors = Components() + self.aerodynamic_surfaces = Components() + self.rail_buttons = Components() + self.parachutes = [] + + def add_motor(self, motor, position=None): + """Adds a stochastic motor to the stochastic rocket. If a motor is + already present, it will be replaced. + + Parameters + ---------- + motor : StochasticMotor or Motor + The motor to be added to the stochastic rocket. + position : tuple, list, int, float, optional + The position of the motor. + """ + # checks if there is a motor already + if len(self.motors) > 0: + warnings.warn( + "Only one motor can be added to the stochastic rocket. " + "The previous motor will be replaced." + ) + self.motors = Components() + + # checks if input is a Motor + if not isinstance(motor, (Motor, StochasticMotorModel)): + raise TypeError("`motor` must be a StochasticMotor or Motor type") + if isinstance(motor, Motor): + # TODO implement HybridMotor and LiquidMotor stochastic models + if isinstance(motor, SolidMotor): + motor = StochasticSolidMotor(solid_motor=motor) + elif isinstance(motor, GenericMotor): + motor = StochasticGenericMotor(generic_motor=motor) + self.motors.add(motor, self._validate_position(motor, position)) + + def _add_surfaces(self, surfaces, positions, type, stochastic_type, error_message): + """Adds a stochastic aerodynamic surface to the stochastic rocket. If + an aerodynamic surface is already present, it will be replaced. + + Parameters + ---------- + surfaces : StochasticAeroSurface or AeroSurface + The aerodynamic surface to be added to the stochastic rocket. + positions : tuple, list, int, float, optional + The position of the aerodynamic surface. + type : type + The type of the aerodynamic surface to be added to the stochastic + rocket. + stochastic_type : type + The type of the stochastic aerodynamic surface to be added to the + stochastic rocket. + error_message : str + The error message to be raised if the input is not of the correct + type. + """ + if not isinstance(surfaces, (type, stochastic_type)): + raise AssertionError(error_message) + if isinstance(surfaces, type): + surfaces = stochastic_type(component=surfaces) + self.aerodynamic_surfaces.add( + surfaces, self._validate_position(surfaces, positions) + ) + + def add_nose(self, nose, position=None): + """Adds a stochastic nose cone to the stochastic rocket. + + Parameters + ---------- + nose : StochasticNoseCone or NoseCone + The nose cone to be added to the stochastic rocket. + position : tuple, list, int, float, optional + The position of the nose cone. + """ + self._add_surfaces( + surfaces=nose, + positions=position, + type=NoseCone, + stochastic_type=StochasticNoseCone, + error_message="`nose` must be of NoseCone or StochasticNoseCone type", + ) + + def add_trapezoidal_fins(self, fins, position=None): + """Adds a stochastic trapezoidal fins to the stochastic rocket. + + Parameters + ---------- + fins : StochasticTrapezoidalFins or TrapezoidalFins + The trapezoidal fins to be added to the stochastic rocket. + position : tuple, list, int, float, optional + The position of the trapezoidal fins. + """ + self._add_surfaces( + fins, + position, + TrapezoidalFins, + StochasticTrapezoidalFins, + "`fins` must be of TrapezoidalFins or StochasticTrapezoidalFins type", + ) + + def add_elliptical_fins(self, fins, position=None): + """Adds a stochastic elliptical fins to the stochastic rocket. + + Parameters + ---------- + fins : StochasticEllipticalFins or EllipticalFins + The elliptical fins to be added to the stochastic rocket. + position : tuple, list, int, float, optional + The position of the elliptical fins. + """ + self._add_surfaces( + fins, + position, + EllipticalFins, + StochasticEllipticalFins, + "`fins` must be of EllipticalFins or StochasticEllipticalFins type", + ) + + def add_tail(self, tail, position=None): + """Adds a stochastic tail to the stochastic rocket. + + Parameters + ---------- + tail : StochasticTail or Tail + The tail to be added to the stochastic rocket. + position : tuple, list, int, float, optional + The position of the tail. + """ + self._add_surfaces( + tail, + position, + Tail, + StochasticTail, + "`tail` must be of Tail or StochasticTail type", + ) + + def add_parachute(self, parachute): + """Adds a stochastic parachute to the stochastic rocket. + + Parameters + ---------- + parachute : StochasticParachute or Parachute + The parachute to be added to the stochastic rocket. + """ + # checks if input is a StochasticParachute type + if not isinstance(parachute, (Parachute, StochasticParachute)): + raise TypeError( + "`parachute` must be of Parachute or StochasticParachute type" + ) + if isinstance(parachute, Parachute): + parachute = StochasticParachute(parachute=parachute) + self.parachutes.append(parachute) + + def set_rail_buttons( + self, + rail_buttons, + lower_button_position=None, + ): + """Sets the rail buttons of the stochastic rocket. + + Parameters + ---------- + rail_buttons : StochasticRailButtons or RailButtons + The rail buttons to be added to the stochastic rocket. + lower_button_position : tuple, list, int, float, optional + The position of the lower button. + """ + if not isinstance(rail_buttons, (StochasticRailButtons, RailButtons)): + raise AssertionError( + "`rail_buttons` must be of RailButtons or StochasticRailButtons type" + ) + if isinstance(rail_buttons, RailButtons): + rail_buttons = StochasticRailButtons(rail_buttons=rail_buttons) + self.rail_buttons.add( + rail_buttons, self._validate_position(rail_buttons, lower_button_position) + ) + + def _validate_position(self, validated_object, position): + """Validate the position argument. + + Parameters + ---------- + validated_object : object + The object to which the position argument refers to. + position : tuple, list, int, float + The position argument to be validated. + + Returns + ------- + tuple or list + Validated position argument. + + Raises + ------ + ValueError + If the position argument does not conform to the specified formats. + """ + + if isinstance(position, tuple): + return self._validate_tuple( + "position", + position, + getattr=self._create_get_position(validated_object), + ) + elif isinstance(position, (int, float)): + return self._validate_scalar( + "position", + position, + getattr=self._create_get_position(validated_object), + ) + elif isinstance(position, list): + return self._validate_list( + "position", + position, + getattr=self._create_get_position(validated_object), + ) + elif position is None: + position = [] + return self._validate_list( + "position", + position, + getattr=self._create_get_position(validated_object), + ) + else: + raise AssertionError("`position` must be a tuple, list, int, or float") + + def _create_get_position(self, validated_object): + """Create a function to get the nominal position from an object. + + Parameters + ---------- + validated_object : object + The object to which the position argument refers to. + + Returns + ------- + function + Function to get the nominal position from an object. The function + must receive two arguments. + """ + + # try to get position from object + error_msg = ( + "`position` standard deviation was provided but the rocket does " + f"not have the same {validated_object.object.__class__.__name__} " + "to get the nominal position value from." + ) + # special case for motor stochastic model + if isinstance(validated_object, (StochasticMotorModel)): + if isinstance(self.object.motor, EmptyMotor): + raise AssertionError(error_msg) + + def get_motor_position(self_object, _): + return self_object.motor_position + + return get_motor_position + else: + if isinstance(validated_object, StochasticRailButtons): + + def get_surface_position(self_object, _): + surfaces = self_object.rail_buttons.get_tuple_by_type( + validated_object.object.__class__ + ) + if len(surfaces) == 0: + raise AssertionError(error_msg) + for surface in surfaces: + if surface.component == validated_object.object: + return surface.position + else: + raise AssertionError(error_msg) + + else: + + def get_surface_position(self_object, _): + surfaces = self_object.aerodynamic_surfaces.get_tuple_by_type( + validated_object.object.__class__ + ) + if len(surfaces) == 0: + raise AssertionError(error_msg) + for surface in surfaces: + if surface.component == validated_object.object: + return surface.position + else: + raise AssertionError(error_msg) + + return get_surface_position + + def _randomize_position(self, position): + """Randomize a position provided as a tuple or list.""" + if isinstance(position, tuple): + return position[-1](position[0], position[1]) + elif isinstance(position, list): + return choice(position) if position else position + + def dict_generator(self): + """Special generator for the rocket class that yields a dictionary with + the randomly generated input arguments. The dictionary is saved as an + attribute of the class. The dictionary is generated by looping through + all attributes of the class and generating a random value for each + attribute. The random values are generated according to the format of + each attribute. Tuples are generated using the distribution function + specified in the tuple. Lists are generated using the random.choice + function. + + Parameters + ---------- + None + + Yields + ------- + dict + Dictionary with the randomly generated input arguments. + """ + generated_dict = next(super().dict_generator()) + generated_dict["motors"] = [] + generated_dict["aerodynamic_surfaces"] = [] + generated_dict["rail_buttons"] = [] + generated_dict["parachutes"] = [] + self.last_rnd_dict = generated_dict + yield generated_dict + + def _create_motor(self, component_stochastic_motor): + stochastic_motor = component_stochastic_motor.component + motor = stochastic_motor.create_object() + position_rnd = self._randomize_position(component_stochastic_motor.position) + self.last_rnd_dict["motors"].append(stochastic_motor.last_rnd_dict) + self.last_rnd_dict["motors"][-1]["position"] = position_rnd + return motor, position_rnd + + def _create_surface(self, component_stochastic_surface): + stochastic_surface = component_stochastic_surface.component + surface = stochastic_surface.create_object() + position_rnd = self._randomize_position(component_stochastic_surface.position) + self.last_rnd_dict["aerodynamic_surfaces"].append( + stochastic_surface.last_rnd_dict + ) + self.last_rnd_dict["aerodynamic_surfaces"][-1]["position"] = position_rnd + return surface, position_rnd + + def _create_rail_buttons(self, component_stochastic_rail_buttons): + stochastic_rail_buttons = component_stochastic_rail_buttons.component + rail_buttons = stochastic_rail_buttons.create_object() + lower_button_position_rnd = self._randomize_position( + component_stochastic_rail_buttons.position + ) + upper_button_position_rnd = ( + rail_buttons.buttons_distance + lower_button_position_rnd + ) + self.last_rnd_dict["rail_buttons"].append(stochastic_rail_buttons.last_rnd_dict) + self.last_rnd_dict["rail_buttons"][-1][ + "lower_button_position" + ] = lower_button_position_rnd + self.last_rnd_dict["rail_buttons"][-1][ + "upper_button_position" + ] = upper_button_position_rnd + return rail_buttons, lower_button_position_rnd, upper_button_position_rnd + + def _create_parachute(self, stochastic_parachute): + parachute = stochastic_parachute.create_object() + self.last_rnd_dict["parachutes"].append(stochastic_parachute.last_rnd_dict) + return parachute + + def create_object(self): + """Creates and returns a Rocket object from the randomly generated input + arguments. + + Returns + ------- + rocket : Rocket + Rocket object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + rocket = Rocket( + radius=generated_dict["radius"], + mass=generated_dict["mass"], + inertia=( + generated_dict["I_11_without_motor"], + generated_dict["I_22_without_motor"], + generated_dict["I_33_without_motor"], + generated_dict["I_12_without_motor"], + generated_dict["I_13_without_motor"], + generated_dict["I_23_without_motor"], + ), + power_off_drag=generated_dict["power_off_drag"], + power_on_drag=generated_dict["power_on_drag"], + center_of_mass_without_motor=generated_dict["center_of_mass_without_motor"], + coordinate_system_orientation=generated_dict[ + "coordinate_system_orientation" + ], + ) + rocket.power_off_drag *= generated_dict["power_off_drag_factor"] + rocket.power_on_drag *= generated_dict["power_on_drag_factor"] + + for component_motor in self.motors: + motor, position_rnd = self._create_motor(component_motor) + rocket.add_motor(motor, position_rnd) + + for component_surface in self.aerodynamic_surfaces: + surface, position_rnd = self._create_surface(component_surface) + rocket.add_surfaces(surface, position_rnd) + + for component_rail_buttons in self.rail_buttons: + ( + rail_buttons, + lower_button_position_rnd, + upper_button_position_rnd, + ) = self._create_rail_buttons(component_rail_buttons) + rocket.set_rail_buttons( + upper_button_position=upper_button_position_rnd, + lower_button_position=lower_button_position_rnd, + angular_position=rail_buttons.angular_position, + ) + + for parachute in self.parachutes: + parachute = self._create_parachute(parachute) + rocket.add_parachute( + name=parachute.name, + cd_s=parachute.cd_s, + trigger=parachute.trigger, + sampling_rate=parachute.sampling_rate, + lag=parachute.lag, + noise=parachute.noise, + ) + + return rocket diff --git a/rocketpy/stochastic/stochastic_solid_motor.py b/rocketpy/stochastic/stochastic_solid_motor.py new file mode 100644 index 000000000..8550c1e11 --- /dev/null +++ b/rocketpy/stochastic/stochastic_solid_motor.py @@ -0,0 +1,222 @@ +"""Defines the StochasticSolidMotor class.""" + +from rocketpy.motors import SolidMotor + +from .stochastic_motor_model import StochasticMotorModel + + +class StochasticSolidMotor(StochasticMotorModel): + """A Stochastic Solid Motor class that inherits from StochasticModel. + + See Also + -------- + :ref:`stochastic_model` and :class:`SolidMotor ` + + Attributes + ---------- + object : SolidMotor + SolidMotor object to be used for validation. + thrust_source : list + List of strings representing the thrust source to be selected. + total_impulse : int, float, tuple, list + Total impulse of the motor in newton seconds. + burn_start_time : int, float, tuple, list + Burn start time of the motor in seconds. + burn_out_time : int, float, tuple, list + Burn out time of the motor in seconds. + dry_mass : int, float, tuple, list + Dry mass of the motor in kilograms. + dry_I_11 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. + dry_I_22 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. + dry_I_33 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. + dry_I_12 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. + dry_I_13 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. + dry_I_23 : int, float, tuple, list + Dry inertia of the motor in kilograms times meters squared. + nozzle_radius : int, float, tuple, list + Nozzle radius of the motor in meters. + grain_number : list[int] + Number of grains in the motor. This attribute can not be randomized. + grain_density : int, float, tuple, list + Density of the grains in the motor in kilograms per meters cubed. + grain_outer_radius : int, float, tuple, list + Outer radius of the grains in the motor in meters. + grain_initial_inner_radius : int, float, tuple, list + Initial inner radius of the grains in the motor in meters. + grain_initial_height : int, float, tuple, list + Initial height of the grains in the motor in meters. + grain_separation : int, float, tuple, list + Separation between grains in the motor in meters. + grains_center_of_mass_position : int, float, tuple, list + Position of the center of mass of the grains in the motor in + meters. + center_of_dry_mass_position : int, float, tuple, list + Position of the center of mass of the dry mass in the motor in + meters. + nozzle_position : int, float, tuple, list + Position of the nozzle in the motor in meters. + throat_radius : int, float, tuple, list + Radius of the throat in the motor in meters. + """ + + def __init__( + self, + solid_motor, + thrust_source=None, + total_impulse=None, + burn_start_time=None, + burn_out_time=None, + dry_mass=None, + dry_inertia_11=None, + dry_inertia_22=None, + dry_inertia_33=None, + dry_inertia_12=None, + dry_inertia_13=None, + dry_inertia_23=None, + nozzle_radius=None, + grain_number=None, # TODO: can't vary the number of grains. + grain_density=None, + grain_outer_radius=None, + grain_initial_inner_radius=None, + grain_initial_height=None, + grain_separation=None, + grains_center_of_mass_position=None, + center_of_dry_mass_position=None, + nozzle_position=None, + throat_radius=None, + ): + """Initializes the Stochastic Solid Motor class. + + See Also + -------- + :ref:`stochastic_model` and :class:`SolidMotor ` + + Parameters + ---------- + solid_motor : SolidMotor + SolidMotor object to be used for validation. + thrust_source : list, optional + List of strings representing the thrust source to be selected. + total_impulse : int, float, tuple, list, optional + Total impulse of the motor in newton seconds. + burn_start_time : int, float, tuple, list, optional + Burn start time of the motor in seconds. + burn_out_time : int, float, tuple, list, optional + Burn out time of the motor in seconds. + dry_mass : int, float, tuple, list, optional + Dry mass of the motor in kilograms. + dry_I_11 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. + dry_I_22 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. + dry_I_33 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. + dry_I_12 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. + dry_I_13 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. + dry_I_23 : int, float, tuple, list, optional + Dry inertia of the motor in kilograms times meters squared. + nozzle_radius : int, float, tuple, list, optional + Nozzle radius of the motor in meters. + grain_density : int, float, tuple, list, optional + Density of the grains in the motor in kilograms per meters cubed. + grain_outer_radius : int, float, tuple, list, optional + Outer radius of the grains in the motor in meters. + grain_initial_inner_radius : int, float, tuple, list, optional + Initial inner radius of the grains in the motor in meters. + grain_initial_height : int, float, tuple, list, optional + Initial height of the grains in the motor in meters. + grain_separation : int, float, tuple, list, optional + Separation between grains in the motor in meters. + grains_center_of_mass_position : int, float, tuple, list, optional + Position of the center of mass of the grains in the motor in + meters. + center_of_dry_mass_position : int, float, tuple, list, optional + Position of the center of mass of the dry mass in the motor in + meters. + nozzle_position : int, float, tuple, list, optional + Position of the nozzle in the motor in meters. + throat_radius : int, float, tuple, list, optional + Radius of the throat in the motor in meters. + """ + super().__init__( + solid_motor, + thrust_source=thrust_source, + total_impulse=total_impulse, + burn_start_time=burn_start_time, + burn_out_time=burn_out_time, + dry_mass=dry_mass, + dry_I_11=dry_inertia_11, + dry_I_22=dry_inertia_22, + dry_I_33=dry_inertia_33, + dry_I_12=dry_inertia_12, + dry_I_13=dry_inertia_13, + dry_I_23=dry_inertia_23, + nozzle_radius=nozzle_radius, + grain_number=grain_number, + grain_density=grain_density, + grain_outer_radius=grain_outer_radius, + grain_initial_inner_radius=grain_initial_inner_radius, + grain_initial_height=grain_initial_height, + grain_separation=grain_separation, + grains_center_of_mass_position=grains_center_of_mass_position, + center_of_dry_mass_position=center_of_dry_mass_position, + nozzle_position=nozzle_position, + throat_radius=throat_radius, + interpolate=None, + coordinate_system_orientation=None, + ) + + def create_object(self): + """Creates and returns a SolidMotor object from the randomly generated + input arguments. + + Returns + ------- + SolidMotor + SolidMotor object with the randomly generated input arguments. + """ + generated_dict = next(self.dict_generator()) + return SolidMotor( + thrust_source=generated_dict["thrust_source"], + dry_mass=generated_dict["dry_mass"], + dry_inertia=( + generated_dict["dry_I_11"], + generated_dict["dry_I_22"], + generated_dict["dry_I_33"], + generated_dict["dry_I_12"], + generated_dict["dry_I_13"], + generated_dict["dry_I_23"], + ), + nozzle_radius=generated_dict["nozzle_radius"], + grain_number=generated_dict["grain_number"], + grain_density=generated_dict["grain_density"], + grain_outer_radius=generated_dict["grain_outer_radius"], + grain_initial_inner_radius=generated_dict["grain_initial_inner_radius"], + grain_initial_height=generated_dict["grain_initial_height"], + grain_separation=generated_dict["grain_separation"], + grains_center_of_mass_position=generated_dict[ + "grains_center_of_mass_position" + ], + center_of_dry_mass_position=generated_dict["center_of_dry_mass_position"], + nozzle_position=generated_dict["nozzle_position"], + burn_time=( + generated_dict["burn_start_time"], + generated_dict["burn_out_time"], + ), + throat_radius=generated_dict["throat_radius"], + reshape_thrust_curve=( + (generated_dict["burn_start_time"], generated_dict["burn_out_time"]), + generated_dict["total_impulse"], + ), + coordinate_system_orientation=generated_dict[ + "coordinate_system_orientation" + ], + interpolation_method=generated_dict["interpolate"], + ) diff --git a/rocketpy/tools.py b/rocketpy/tools.py index 86ad7f17e..730067cfd 100644 --- a/rocketpy/tools.py +++ b/rocketpy/tools.py @@ -9,6 +9,7 @@ import functools import importlib import importlib.metadata +import math import re import time from bisect import bisect_left @@ -16,6 +17,7 @@ import numpy as np import pytz from cftime import num2pydate +from matplotlib.patches import Ellipse from packaging import version as packaging_version # Mapping of module name and the name of the package that should be installed @@ -230,6 +232,323 @@ def bilinear_interpolation(x, y, x1, x2, y1, y2, z11, z12, z21, z22): ) / ((x2 - x1) * (y2 - y1)) +def get_distribution(distribution_function_name): + """Sets the distribution function to be used in the monte carlo analysis. + + Parameters + ---------- + distribution_function_name : string + The type of distribution to be used in the analysis. It can be + 'uniform', 'normal', 'lognormal', etc. + + Returns + ------- + np.random distribution function + The distribution function to be used in the analysis. + """ + distributions = { + "normal": np.random.normal, + "binomial": np.random.binomial, + "chisquare": np.random.chisquare, + "exponential": np.random.exponential, + "gamma": np.random.gamma, + "gumbel": np.random.gumbel, + "laplace": np.random.laplace, + "logistic": np.random.logistic, + "poisson": np.random.poisson, + "uniform": np.random.uniform, + "wald": np.random.wald, + } + try: + return distributions[distribution_function_name] + except KeyError as e: + raise ValueError( + f"Distribution function '{distribution_function_name}' not found, " + + "please use one of the following np.random distribution function:" + + '\n\t"normal"' + + '\n\t"binomial"' + + '\n\t"chisquare"' + + '\n\t"exponential"' + + '\n\t"geometric"' + + '\n\t"gamma"' + + '\n\t"gumbel"' + + '\n\t"laplace"' + + '\n\t"logistic"' + + '\n\t"poisson"' + + '\n\t"uniform"' + + '\n\t"wald"\n' + ) from e + + +def haversine(lat0, lon0, lat1, lon1, earth_radius=6.3781e6): + """Returns the distance between two points in meters. + The points are defined by their latitude and longitude coordinates. + + Parameters + ---------- + lat0 : float + Latitude of the first point, in degrees. + lon0 : float + Longitude of the first point, in degrees. + lat1 : float + Latitude of the second point, in degrees. + lon1 : float + Longitude of the second point, in degrees. + earth_radius : float, optional + Earth's radius in meters. Default value is 6.3781e6. + + Returns + ------- + float + Distance between the two points in meters. + + """ + lat0_rad = math.radians(lat0) + lat1_rad = math.radians(lat1) + delta_lat_rad = math.radians(lat1 - lat0) + delta_lon_rad = math.radians(lon1 - lon0) + + a = ( + math.sin(delta_lat_rad / 2) ** 2 + + math.cos(lat0_rad) * math.cos(lat1_rad) * math.sin(delta_lon_rad / 2) ** 2 + ) + c = 2 * math.atan2(math.sqrt(a), math.sqrt(1 - a)) + + return earth_radius * c + + +def inverted_haversine(lat0, lon0, distance, bearing, earth_radius=6.3781e6): + """Returns a tuple with new latitude and longitude coordinates considering + a displacement of a given distance in a given direction (bearing compass) + starting from a point defined by (lat0, lon0). This is the opposite of + Haversine function. + + Parameters + ---------- + lat0 : float + Origin latitude coordinate, in degrees. + lon0 : float + Origin longitude coordinate, in degrees. + distance : float + Distance from the origin point, in meters. + bearing : float + Azimuth (or bearing compass) from the origin point, in degrees. + earth_radius : float, optional + Earth radius, in meters. Default value is 6.3781e6. + See the Environment.calculateEarthRadius() function for more accuracy. + + Returns + ------- + lat1 : float + New latitude coordinate, in degrees. + lon1 : float + New longitude coordinate, in degrees. + + """ + + # Convert coordinates to radians + lat0_rad = np.deg2rad(lat0) + lon0_rad = np.deg2rad(lon0) + + # Apply inverted Haversine formula + lat1_rad = math.asin( + math.sin(lat0_rad) * math.cos(distance / earth_radius) + + math.cos(lat0_rad) * math.sin(distance / earth_radius) * math.cos(bearing) + ) + + lon1_rad = lon0_rad + math.atan2( + math.sin(bearing) * math.sin(distance / earth_radius) * math.cos(lat0_rad), + math.cos(distance / earth_radius) - math.sin(lat0_rad) * math.sin(lat1_rad), + ) + + # Convert back to degrees and then return + lat1_deg = np.rad2deg(lat1_rad) + lon1_deg = np.rad2deg(lon1_rad) + + return lat1_deg, lon1_deg + + +# Functions for monte carlo analysis +def generate_monte_carlo_ellipses(results): + """A function to create apogee and impact ellipses from the monte carlo + analysis results. + + Parameters + ---------- + results : dict + A dictionary containing the results of the monte carlo analysis. It + should contain the following keys: + - apogeeX: an array containing the x coordinates of the apogee + - apogeeY: an array containing the y coordinates of the apogee + - xImpact: an array containing the x coordinates of the impact + - yImpact: an array containing the y coordinates of the impact + + Returns + ------- + apogee_ellipse : list[Ellipse] + A list of ellipse objects representing the apogee ellipses. + impact_ellipse : list[Ellipse] + A list of ellipse objects representing the impact ellipses. + apogeeX : np.array + An array containing the x coordinates of the apogee ellipse. + apogeeY : np.array + An array containing the y coordinates of the apogee ellipse. + impactX : np.array + An array containing the x coordinates of the impact ellipse. + impactY : np.array + An array containing the y coordinates of the impact ellipse. + """ + + # Retrieve monte carlo data por apogee and impact XY position + try: + apogee_x = np.array(results["apogee_x"]) + apogee_y = np.array(results["apogee_y"]) + except KeyError: + print("No apogee data found. Skipping apogee ellipses.") + apogee_x = np.array([]) + apogee_y = np.array([]) + try: + impact_x = np.array(results["x_impact"]) + impact_y = np.array(results["y_impact"]) + except KeyError: + print("No impact data found. Skipping impact ellipses.") + impact_x = np.array([]) + impact_y = np.array([]) + + # Define function to calculate Eigenvalues + def eigsorted(cov): + # Calculate eigenvalues and eigenvectors + vals, vecs = np.linalg.eigh(cov) + # Order eigenvalues and eigenvectors in descending order + order = vals.argsort()[::-1] + return vals[order], vecs[:, order] + + def calculate_ellipses(list_x, list_y): + # Calculate covariance matrix + cov = np.cov(list_x, list_y) + # Calculate eigenvalues and eigenvectors + vals, vecs = eigsorted(cov) + # Calculate ellipse angle and width/height + theta = np.degrees(np.arctan2(*vecs[:, 0][::-1])) + w, h = 2 * np.sqrt(vals) + return theta, w, h + + def create_ellipse_objects(x, y, n, w, h, theta, rgb): + """Create a list of matplotlib.patches.Ellipse objects. + + Parameters + ---------- + x : list or np.array + List of x coordinates. + y : list or np.array + List of y coordinates. + n : int + Number of ellipses to create. It represents the number of confidence + intervals to be used. For example, n=3 will create 3 ellipses with + 1, 2 and 3 standard deviations. + w : float + Width of the ellipse. + h : float + Height of the ellipse. + theta : float + Angle of the ellipse. + rgb : tuple + Tuple containing the color of the ellipse in RGB format. For example, + (0, 0, 1) will create a blue ellipse. + + Returns + ------- + list + List of matplotlib.patches.Ellipse objects. + """ + ell_list = [None] * n + for j in range(n): + ell = Ellipse( + xy=(np.mean(x), np.mean(y)), + width=w, + height=h, + angle=theta, + color="black", + ) + ell.set_facecolor(rgb) + ell_list[j] = ell + return ell_list + + # Calculate error ellipses for impact and apogee + impactTheta, impactW, impactH = calculate_ellipses(impact_x, impact_y) + apogeeTheta, apogeeW, apogeeH = calculate_ellipses(apogee_x, apogee_y) + + # Draw error ellipses for impact + impact_ellipses = create_ellipse_objects( + impact_x, impact_y, 3, impactW, impactH, impactTheta, (0, 0, 1, 0.2) + ) + + apogee_ellipses = create_ellipse_objects( + apogee_x, apogee_y, 3, apogeeW, apogeeH, apogeeTheta, (0, 1, 0, 0.2) + ) + + return impact_ellipses, apogee_ellipses, apogee_x, apogee_y, impact_x, impact_y + + +def generate_monte_carlo_ellipses_coordinates( + ellipses, origin_lat, origin_lon, resolution=100 +): + """Generate a list of latitude and longitude points for each ellipse in + ellipses. + + Parameters + ---------- + ellipses : list + List of matplotlib.patches.Ellipse objects. + origin_lat : float + Latitude of the origin of the coordinate system. + origin_lon : float + Longitude of the origin of the coordinate system. + resolution : int, optional + Number of points to generate for each ellipse, by default 100 + + Returns + ------- + list + List of lists of tuples containing the latitude and longitude of each + point in each ellipse. + """ + outputs = [None] * len(ellipses) + + for index, ell in enumerate(ellipses): + # Get ellipse path points + center = ell.get_center() + width = ell.get_width() + height = ell.get_height() + angle = np.deg2rad(ell.get_angle()) + points = lat_lon_points = [None] * resolution + + # Generate ellipse path points (in a Cartesian coordinate system) + for i in range(resolution): + x = width / 2 * math.cos(2 * np.pi * i / resolution) + y = height / 2 * math.sin(2 * np.pi * i / resolution) + x_rot = center[0] + x * math.cos(angle) - y * math.sin(angle) + y_rot = center[1] + x * math.sin(angle) + y * math.cos(angle) + points[i] = (x_rot, y_rot) + points = np.array(points) + + # Convert path points to lat/lon + for point in points: + x, y = point + # Convert to distance and bearing + d = math.sqrt((x**2 + y**2)) + bearing = math.atan2( + x, y + ) # math.atan2 returns the angle in the range [-pi, pi] + + lat_lon_points[i] = inverted_haversine( + origin_lat, origin_lon, d, bearing, earth_radius=6.3781e6 + ) + + outputs[index] = lat_lon_points + return outputs + + def find_two_closest_integers(number): """Find the two closest integer factors of a number. diff --git a/tests/acceptance/test_prometheus_rocket.py b/tests/acceptance/test_prometheus_rocket.py new file mode 100644 index 000000000..cc7c64141 --- /dev/null +++ b/tests/acceptance/test_prometheus_rocket.py @@ -0,0 +1,70 @@ +from rocketpy import Flight +from rocketpy.simulation.flight_data_importer import FlightDataImporter + + +def test_prometheus_rocket_data_asserts_acceptance( + environment_spaceport_america_2023, prometheus_rocket +): + """Tests the Prometheus rocket flight data against acceptance criteria. + + This function simulates a rocket flight using the given environment and + rocket parameters, then compares the simulated apogee with real flight data + to ensure the relative error is within acceptable thresholds. + + Parameters + ---------- + environment_spaceport_america_2023 : Environment + An environment configuration for Spaceport America in 2023. + prometheus_rocket : Rocket + The Prometheus rocket configuration. + + Raises + ------ + AssertionError + If the relative error between the simulated apogee and the real apogee + exceeds the threshold. + """ + # Define relative error threshold (defined manually based on data) + apogee_threshold = 7.5 / 100 + + # Simulate the flight + test_flight = Flight( + rocket=prometheus_rocket, + environment=environment_spaceport_america_2023, + inclination=80, + heading=75, + rail_length=5.18, + ) + + # Read the flight data + columns_map = { + "time": "time", + "altitude": "z", + "height": "altitude", + "acceleration": "acceleration", + "pressure": "pressure", + "accel_x": "ax", + "accel_y": "ay", + "accel_z": "az", + "latitude": "latitude", + "longitude": "longitude", + } + + altimeter_data = FlightDataImporter( + name="Telemetry Mega", + paths="data/prometheus/2022-06-24-serial-5115-flight-0001-TeleMetrum.csv", + columns_map=columns_map, + units=None, + interpolation="linear", + extrapolation="zero", + delimiter=",", + encoding="utf-8", + ) + + # Calculate errors and assert values + real_apogee = altimeter_data.altitude.max + rocketpy_apogee = test_flight.apogee - test_flight.env.elevation + a_error = abs(real_apogee - rocketpy_apogee) + r_error = a_error / real_apogee + + assert r_error < apogee_threshold, f"Apogee relative error is {r_error*100:.2f}%" diff --git a/tests/conftest.py b/tests/conftest.py index 4766b570a..a1e4b7f99 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,5 +1,6 @@ import pytest +# Pytest configuration pytest_plugins = [ "tests.fixtures.environment.environment_fixtures", "tests.fixtures.flight.flight_fixtures", @@ -13,6 +14,9 @@ "tests.fixtures.rockets.rocket_fixtures", "tests.fixtures.surfaces.surface_fixtures", "tests.fixtures.units.numerical_fixtures", + "tests.fixtures.monte_carlo.monte_carlo_fixtures", + "tests.fixtures.monte_carlo.stochastic_fixtures", + "tests.fixtures.monte_carlo.stochastic_motors_fixtures", ] diff --git a/tests/fixtures/environment/environment_fixtures.py b/tests/fixtures/environment/environment_fixtures.py index 851be3203..312401d6c 100644 --- a/tests/fixtures/environment/environment_fixtures.py +++ b/tests/fixtures/environment/environment_fixtures.py @@ -71,3 +71,30 @@ def env_analysis(): ) return env_analysis + + +@pytest.fixture +def environment_spaceport_america_2023(): + """Creates an Environment object for Spaceport America with a 2023 launch + conditions. + + Returns + ------- + rocketpy.Environment + Environment object configured for Spaceport America in 2023. + """ + env = Environment( + latitude=32.939377, + longitude=-106.911986, + elevation=1401, + ) + env.set_date(date=(2023, 6, 24, 9), timezone="America/Denver") + + env.set_atmospheric_model( + type="Reanalysis", + file="data/weather/spaceport_america_pressure_levels_2023_hourly.nc", + dictionary="ECMWF", + ) + + env.max_expected_height = 6000 + return env diff --git a/tests/fixtures/dispersion/Valetudo_inputs.csv b/tests/fixtures/monte_carlo/Valetudo_inputs.csv similarity index 100% rename from tests/fixtures/dispersion/Valetudo_inputs.csv rename to tests/fixtures/monte_carlo/Valetudo_inputs.csv diff --git a/tests/fixtures/monte_carlo/__init__.py b/tests/fixtures/monte_carlo/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/tests/fixtures/monte_carlo/example.inputs.txt b/tests/fixtures/monte_carlo/example.inputs.txt new file mode 100644 index 000000000..dbffe39d4 --- /dev/null +++ b/tests/fixtures/monte_carlo/example.inputs.txt @@ -0,0 +1,100 @@ +{"elevation": 1413.6067761240545, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9884910135694384, "wind_velocity_y_factor": 1.0202420872069926, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350847406623822, "mass": 15.049416226943793, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322763989818486, "I_33_without_motor": 0.026277869378998737, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.844858317589024, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.601840709077716, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0256976071284953, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.661485757997647, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7939.284852226181, "burn_start_time": 0, "burn_out_time": 3.7929253445076188, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03323579297939778, "grain_number": 5, "grain_density": 1782.7905702003522, "grain_outer_radius": 0.03367917936013539, "grain_initial_inner_radius": 0.015073058919463991, "grain_initial_height": 0.11894516912815785, "grain_separation": 0.004997168523537176, "grains_center_of_mass_position": 0.3958208499233754, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009469080421971813, "throat_radius": 0.011946089472433858, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.373610083018506}], "aerodynamic_surfaces": [{"length": 0.5563998890064613, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1332079116202516}, {"n": 4, "root_chord": 0.12005189997559176, "tip_chord": 0.03948939811286345, "span": 0.1005371940614231, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1684627059236579}, {"top_radius": 0.06252828130976977, "bottom_radius": 0.04401058576656544, "length": 0.05889247235798152, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6996791780724655, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191654954877676, "upper_button_position": 0.08051368258469793}], "rail_length": 5.2, "inclination": 85.0844002535009, "heading": 51.52832212894749} +{"elevation": 1404.4578221796908, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0564636318026217, "wind_velocity_y_factor": 1.0186049773042594, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350419757453263, "mass": 15.565748000720088, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322700304940807, "I_33_without_motor": 0.040977351352123534, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.208719589921724, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4167338627658483, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.8919824355063575, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.0020267845234738, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5217.185630072083, "burn_start_time": 0, "burn_out_time": 3.9663430337400216, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0323443911219265, "grain_number": 5, "grain_density": 1803.2080993165107, "grain_outer_radius": 0.033259726617741674, "grain_initial_inner_radius": 0.015157369777095293, "grain_initial_height": 0.12041090400507762, "grain_separation": 0.006267658841033917, "grains_center_of_mass_position": 0.3953638456755768, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0004952366175128183, "throat_radius": 0.01052016392787982, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3719091377788457}], "aerodynamic_surfaces": [{"length": 0.5586110325919647, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1332881698692594}, {"n": 4, "root_chord": 0.12024069853270812, "tip_chord": 0.0397634390436471, "span": 0.09810906735491964, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1682633833341587}, {"top_radius": 0.06339091491435349, "bottom_radius": 0.04440975032056732, "length": 0.059880718951589404, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7005289507659455, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175017739588469, "upper_button_position": 0.08302717680709859}], "rail_length": 5.2, "inclination": 84.51257399012384, "heading": 52.99591481006816} +{"elevation": 1397.0184329107744, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9820652293986839, "wind_velocity_y_factor": 1.0045471925324225, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350461238636963, "mass": 15.217198104821106, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324663928829862, "I_33_without_motor": 0.02245624793685218, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.887513782970899, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.6106120270002449, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9948032420988155, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.6503574142274995, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 7212.637939884131, "burn_start_time": 0, "burn_out_time": 3.97747333134165, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03283852694602307, "grain_number": 5, "grain_density": 1839.1495895181456, "grain_outer_radius": 0.033277091653347364, "grain_initial_inner_radius": 0.015119807157372165, "grain_initial_height": 0.12120069476264282, "grain_separation": 0.005421819025876441, "grains_center_of_mass_position": 0.39712982779035355, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0007602801270727568, "throat_radius": 0.010933085005828477, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3735737043739784}], "aerodynamic_surfaces": [{"length": 0.5572943309159325, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.134774822788795}, {"n": 4, "root_chord": 0.12090156010267492, "tip_chord": 0.04030271053328692, "span": 0.10019950005296195, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1683114347852042}, {"top_radius": 0.06557055021856757, "bottom_radius": 0.044853228928927916, "length": 0.05978550628611993, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6999251523955422, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6194906887654706, "upper_button_position": 0.08043446363007156}], "rail_length": 5.2, "inclination": 83.55787695477188, "heading": 52.37558833113006} +{"elevation": 1405.3821231310535, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.007145901082403, "wind_velocity_y_factor": 1.0244759068677352, "datum": "WGS84", "timezone": "UTC", "radius": 0.0635008930971737, "mass": 14.475781962164262, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335906659854855, "I_33_without_motor": 0.04201985509667448, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.853889154205127, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.3784013836596347, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0495587388545056, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.3682545993607997, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7787.445281272301, "burn_start_time": 0, "burn_out_time": 4.07159563624138, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03267863034790461, "grain_number": 5, "grain_density": 1806.3870291309693, "grain_outer_radius": 0.032611431056419476, "grain_initial_inner_radius": 0.014377545336535411, "grain_initial_height": 0.12019860878737515, "grain_separation": 0.005454842797183152, "grains_center_of_mass_position": 0.3974759662476924, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0012822452436989811, "throat_radius": 0.0108844034903448, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3718274817563942}], "aerodynamic_surfaces": [{"length": 0.5588286345345072, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1326802247308412}, {"n": 4, "root_chord": 0.12015217142912642, "tip_chord": 0.039866397031479, "span": 0.09968517834969721, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1690138299420878}, {"top_radius": 0.0630923825955855, "bottom_radius": 0.04415147314607934, "length": 0.06096234845609842, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6987330297264027, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186166229782581, "upper_button_position": 0.08011640674814458}], "rail_length": 5.2, "inclination": 85.3790051306008, "heading": 55.46845039521766} +{"elevation": 1398.164921733905, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0056038188061884, "wind_velocity_y_factor": 0.9722561509551241, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350127932004311, "mass": 16.231447768723392, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328596285699891, "I_33_without_motor": 0.02063637976480881, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.972540147748063, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.416907837179515, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0291404396986565, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.4650544026170975, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 6327.800308761706, "burn_start_time": 0, "burn_out_time": 3.9207731416041662, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03294046812578761, "grain_number": 5, "grain_density": 1859.3572746504128, "grain_outer_radius": 0.033967321133312, "grain_initial_inner_radius": 0.014346995589695303, "grain_initial_height": 0.11864498290895961, "grain_separation": 0.004701581681767216, "grains_center_of_mass_position": 0.3969516887814054, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0008377760721533661, "throat_radius": 0.011175601296966107, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3734173722306475}], "aerodynamic_surfaces": [{"length": 0.5583981062356164, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1345202314189111}, {"n": 4, "root_chord": 0.11957859272907484, "tip_chord": 0.03955141442940685, "span": 0.10006128978830363, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1688861143238196}, {"top_radius": 0.06505996044320396, "bottom_radius": 0.044007112956755245, "length": 0.05956617421075225, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7009496670284535, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167682848406146, "upper_button_position": 0.08418138218783888}], "rail_length": 5.2, "inclination": 84.06573459366392, "heading": 57.06751365369567} +{"elevation": 1408.7369099390958, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.962072619322279, "wind_velocity_y_factor": 1.002519556674528, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349688267360525, "mass": 15.685252236480105, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324051883375691, "I_33_without_motor": 0.056498381188699126, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.028458978374047, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.597221675555968, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0165711664528267, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.7847121414366396, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6660.437442686563, "burn_start_time": 0, "burn_out_time": 4.044197388975618, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03275070303163853, "grain_number": 5, "grain_density": 1842.5627218253678, "grain_outer_radius": 0.03277352530793553, "grain_initial_inner_radius": 0.015716868183276368, "grain_initial_height": 0.11869236628219365, "grain_separation": 0.005294366944288106, "grains_center_of_mass_position": 0.3957192885577161, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00012097524741796197, "throat_radius": 0.010747330742330974, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3739027798278058}], "aerodynamic_surfaces": [{"length": 0.5586198650887788, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1351473938798022}, {"n": 4, "root_chord": 0.12023704179522929, "tip_chord": 0.03886655150961564, "span": 0.10020446053572067, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1674402942280564}, {"top_radius": 0.06495229125400552, "bottom_radius": 0.043129710570947104, "length": 0.06134710764703427, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7008317537543292, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618782150216012, "upper_button_position": 0.08204960353831714}], "rail_length": 5.2, "inclination": 83.11128548197775, "heading": 51.171597768687384} +{"elevation": 1401.4549411138967, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0354006382687717, "wind_velocity_y_factor": 1.013359161493495, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350341309717941, "mass": 15.076046718932206, "I_11_without_motor": 6.321, "I_22_without_motor": 6.326060442648308, "I_33_without_motor": 0.03383701022005582, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.967525114049872, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.6335258911792945, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.8410677372446783, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.908549356899449, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6634.876972721971, "burn_start_time": 0, "burn_out_time": 3.939170742745502, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032448539619278696, "grain_number": 5, "grain_density": 1857.8172636082077, "grain_outer_radius": 0.03336528126579597, "grain_initial_inner_radius": 0.015446374701263312, "grain_initial_height": 0.11802394986065598, "grain_separation": 0.005200713386073078, "grains_center_of_mass_position": 0.3971261034846156, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00030820612485841885, "throat_radius": 0.011640366249223495, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3734733848058074}], "aerodynamic_surfaces": [{"length": 0.5590889596154166, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1351819442097297}, {"n": 4, "root_chord": 0.1201423948643557, "tip_chord": 0.03956980443768456, "span": 0.09889948274603946, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1669946191207332}, {"top_radius": 0.06383225704506791, "bottom_radius": 0.04397830992984218, "length": 0.06118724263308834, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6994387268385904, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182226932397633, "upper_button_position": 0.08121603359882712}], "rail_length": 5.2, "inclination": 85.90282009036754, "heading": 55.29704329628514} +{"elevation": 1405.804303819908, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0287317491348253, "wind_velocity_y_factor": 0.9913787584774025, "datum": "WGS84", "timezone": "UTC", "radius": 0.06351023851315887, "mass": 15.060962120069854, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328358658250067, "I_33_without_motor": 0.04025451450244328, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.90303292760908, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5061637035336284, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0951112424987965, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.6223428636568349, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6624.2033048641115, "burn_start_time": 0, "burn_out_time": 4.070944420707864, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03375031966047157, "grain_number": 5, "grain_density": 1761.285573709577, "grain_outer_radius": 0.03294830887961028, "grain_initial_inner_radius": 0.015460226700704046, "grain_initial_height": 0.12152607812562673, "grain_separation": 0.0039802537921539895, "grains_center_of_mass_position": 0.3968206491836694, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005256188628950002, "throat_radius": 0.01169538383107055, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.373618548015369}], "aerodynamic_surfaces": [{"length": 0.558712481384409, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.133477043357089}, {"n": 4, "root_chord": 0.1204645177225012, "tip_chord": 0.040593188385045914, "span": 0.09936401563906508, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1678846916890404}, {"top_radius": 0.06304653531596215, "bottom_radius": 0.04358684410898438, "length": 0.06038861765059182, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6997006016502497, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617438265073274, "upper_button_position": 0.08226233657697568}], "rail_length": 5.2, "inclination": 83.11069571001607, "heading": 54.49720334393491} +{"elevation": 1417.5431869894187, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0615280883531972, "wind_velocity_y_factor": 0.9967187022978241, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350302584852681, "mass": 15.22717065676711, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325936110604848, "I_33_without_motor": 0.029072576624100413, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.845345758575034, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4302643586312855, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9562642976842396, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.1697718926366827, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5897.3729631266, "burn_start_time": 0, "burn_out_time": 4.027111239436319, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03224352263937019, "grain_number": 5, "grain_density": 1751.8625846710877, "grain_outer_radius": 0.03244571485538619, "grain_initial_inner_radius": 0.015448157784388888, "grain_initial_height": 0.12136972560809187, "grain_separation": 0.004156912338705859, "grains_center_of_mass_position": 0.39827530935874145, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00027678384617567674, "throat_radius": 0.011711248515585205, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3731771317489987}], "aerodynamic_surfaces": [{"length": 0.5566743323290203, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.132560944884502}, {"n": 4, "root_chord": 0.12010487056283695, "tip_chord": 0.04060308120059938, "span": 0.09969550219575252, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.166748618664316}, {"top_radius": 0.06439582734048792, "bottom_radius": 0.04375608007832366, "length": 0.05893407136954461, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.699420346858683, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171104575977004, "upper_button_position": 0.0823098892609826}], "rail_length": 5.2, "inclination": 84.791803198325, "heading": 53.51615853092088} +{"elevation": 1398.3464576448293, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9962148367674681, "wind_velocity_y_factor": 1.016381192344684, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350022900000304, "mass": 15.244954797980276, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307919609875176, "I_33_without_motor": 0.02682667392031219, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.147284885517763, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.499596175739361, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0194160872474332, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.7386075794819422, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 7324.108544738448, "burn_start_time": 0, "burn_out_time": 4.091406426530936, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03288195602837321, "grain_number": 5, "grain_density": 1768.1933595096223, "grain_outer_radius": 0.032463667925475476, "grain_initial_inner_radius": 0.015221435127014028, "grain_initial_height": 0.12008337645665872, "grain_separation": 0.0037798938177151125, "grains_center_of_mass_position": 0.39688386652814434, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000677966163487916, "throat_radius": 0.010346392022613225, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3728929639682783}], "aerodynamic_surfaces": [{"length": 0.5589936845262953, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1331520246091757}, {"n": 4, "root_chord": 0.120440335580634, "tip_chord": 0.03994126683786756, "span": 0.09913276453045207, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1689235261030608}, {"top_radius": 0.06420656514385983, "bottom_radius": 0.04364636647168673, "length": 0.0602905059616677, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7007937952506675, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182846622736637, "upper_button_position": 0.0825091329770038}], "rail_length": 5.2, "inclination": 84.32449770008142, "heading": 50.54629669565902} +{"elevation": 1397.8578211731374, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9408589412157613, "wind_velocity_y_factor": 1.0454099338672203, "datum": "WGS84", "timezone": "UTC", "radius": 0.0635159376085747, "mass": 15.762952303392721, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324471624454292, "I_33_without_motor": 0.048322782703733004, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.030910737336985, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4769703395309737, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9643388737850506, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.360931621096441, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 7362.194933663722, "burn_start_time": 0, "burn_out_time": 3.9577180344345035, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03304120812263038, "grain_number": 5, "grain_density": 1861.7482930901263, "grain_outer_radius": 0.032866048793264775, "grain_initial_inner_radius": 0.014690765805928388, "grain_initial_height": 0.12043765978199163, "grain_separation": 0.003649310708755091, "grains_center_of_mass_position": 0.3941049841856104, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00089967717600863, "throat_radius": 0.009891472829340936, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3744785951317344}], "aerodynamic_surfaces": [{"length": 0.5566336540188676, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1330967342664053}, {"n": 4, "root_chord": 0.12051497812587524, "tip_chord": 0.04035147420156086, "span": 0.0991019096888628, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1678208334608153}, {"top_radius": 0.06254957325991808, "bottom_radius": 0.0440461071629359, "length": 0.05853651088704151, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7017563570785347, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187571735244731, "upper_button_position": 0.08299918355406155}], "rail_length": 5.2, "inclination": 83.88661991658206, "heading": 53.500431934996485} +{"elevation": 1385.9486908189672, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9508385149213442, "wind_velocity_y_factor": 0.9381705468542405, "datum": "WGS84", "timezone": "UTC", "radius": 0.0634963753373672, "mass": 14.720438729513829, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321798204264461, "I_33_without_motor": 0.03163666618776404, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.87100178265409, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.6949694347394426, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9344989223165642, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.2257541589603778, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7271.486833303688, "burn_start_time": 0, "burn_out_time": 4.059940294334872, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03341845054163256, "grain_number": 5, "grain_density": 1764.9996142221196, "grain_outer_radius": 0.0332298391652977, "grain_initial_inner_radius": 0.014744290982490919, "grain_initial_height": 0.12016098366329782, "grain_separation": 0.005690287456943837, "grains_center_of_mass_position": 0.39651667012223923, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006035164283546304, "throat_radius": 0.01209664758391287, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.373154780478281}], "aerodynamic_surfaces": [{"length": 0.5570555892632636, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1338218306585817}, {"n": 4, "root_chord": 0.11996434966855075, "tip_chord": 0.03966004537653126, "span": 0.09968896945652925, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1674786114213265}, {"top_radius": 0.06306473001088807, "bottom_radius": 0.041219975925789805, "length": 0.06084555624658809, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7001796387414688, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6161546681518596, "upper_button_position": 0.08402497058960923}], "rail_length": 5.2, "inclination": 87.28389502068278, "heading": 52.443774775378074} +{"elevation": 1393.2621361222944, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0368146638183582, "wind_velocity_y_factor": 1.0277683264083737, "datum": "WGS84", "timezone": "UTC", "radius": 0.0635082235767792, "mass": 16.60859758033398, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317888760450736, "I_33_without_motor": 0.02534908047976429, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.106524662638337, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5196304439922488, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.915964232264152, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.5155515547865988, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7510.00282318845, "burn_start_time": 0, "burn_out_time": 3.997175241054816, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032910575429697074, "grain_number": 5, "grain_density": 1805.8127887288872, "grain_outer_radius": 0.03273309560166324, "grain_initial_inner_radius": 0.015019282925164025, "grain_initial_height": 0.12024732458485377, "grain_separation": 0.005101472558732519, "grains_center_of_mass_position": 0.3965341892581769, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0005777069950904689, "throat_radius": 0.010531628514147677, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3719627691466583}], "aerodynamic_surfaces": [{"length": 0.556717525717695, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1337839490097639}, {"n": 4, "root_chord": 0.11907788642579625, "tip_chord": 0.04019696154579334, "span": 0.09949657203906306, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1672382893012723}, {"top_radius": 0.06426794641942489, "bottom_radius": 0.04425377243395747, "length": 0.060241412423733716, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6994043671183312, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176466156132309, "upper_button_position": 0.08175775150510034}], "rail_length": 5.2, "inclination": 86.0336513194685, "heading": 51.28082845271339} +{"elevation": 1409.4698285372392, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.004872058139134, "wind_velocity_y_factor": 0.9945428251062123, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349544660753953, "mass": 15.182287421480135, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32802091497293, "I_33_without_motor": 0.04767566499560992, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.982938193263152, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5159689109139571, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9831262412974325, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.3940862549052297, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 5168.743535169356, "burn_start_time": 0, "burn_out_time": 4.069433491779412, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033863868317599556, "grain_number": 5, "grain_density": 1866.198561040473, "grain_outer_radius": 0.03317120641991878, "grain_initial_inner_radius": 0.01537782703953905, "grain_initial_height": 0.11887149608668346, "grain_separation": 0.0047869194630165614, "grains_center_of_mass_position": 0.3988490833192754, "center_of_dry_mass_position": 0.317, "nozzle_position": 2.8307756610806896e-05, "throat_radius": 0.010394130878705617, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3731496915689185}], "aerodynamic_surfaces": [{"length": 0.5591735764534338, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1332071225981672}, {"n": 4, "root_chord": 0.12020598289029355, "tip_chord": 0.03980886987794018, "span": 0.10082492611621861, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1683315220052068}, {"top_radius": 0.06328767174687507, "bottom_radius": 0.04343135628754982, "length": 0.06085313706367475, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6991132718418781, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6179818424486438, "upper_button_position": 0.08113142939323426}], "rail_length": 5.2, "inclination": 84.4237515910933, "heading": 52.993362596554334} +{"elevation": 1403.7515824824284, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0252312000803354, "wind_velocity_y_factor": 1.0180575219777654, "datum": "WGS84", "timezone": "UTC", "radius": 0.06351069449486013, "mass": 15.527681962340337, "I_11_without_motor": 6.321, "I_22_without_motor": 6.313497489686741, "I_33_without_motor": 0.019908080009508642, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.125672625107606, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4536679259076775, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9240802385668705, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.128129354491049, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5838.751484503369, "burn_start_time": 0, "burn_out_time": 4.006635652222411, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033654588203824, "grain_number": 5, "grain_density": 1819.2805913354478, "grain_outer_radius": 0.032747176265580054, "grain_initial_inner_radius": 0.015415347238601242, "grain_initial_height": 0.11882274118169854, "grain_separation": 0.006611123244375111, "grains_center_of_mass_position": 0.398485254296543, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005814879366950421, "throat_radius": 0.011100090446030277, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3723712609106515}], "aerodynamic_surfaces": [{"length": 0.559719628310794, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.133326615243111}, {"n": 4, "root_chord": 0.11988157752796783, "tip_chord": 0.0402619680101494, "span": 0.10049579432543818, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1682094955520415}, {"top_radius": 0.06444283749982345, "bottom_radius": 0.04236808733897473, "length": 0.06255842832284235, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7003141499547977, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6164525565961131, "upper_button_position": 0.0838615933586846}], "rail_length": 5.2, "inclination": 84.41152921975925, "heading": 55.620507203319875} +{"elevation": 1395.3873660693062, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0071019193706154, "wind_velocity_y_factor": 0.9699236896445068, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350196817213459, "mass": 15.952975414847643, "I_11_without_motor": 6.321, "I_22_without_motor": 6.307819502291571, "I_33_without_motor": 0.025797191882221945, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.043560247472813, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4100401951731893, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0712830389869297, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.5357331679616653, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5690.930113238686, "burn_start_time": 0, "burn_out_time": 3.9749902467515836, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03342586811956464, "grain_number": 5, "grain_density": 1856.2147725078094, "grain_outer_radius": 0.03309152408768235, "grain_initial_inner_radius": 0.01539289009725878, "grain_initial_height": 0.11922194489399054, "grain_separation": 0.0036338285708777856, "grains_center_of_mass_position": 0.3985147041629171, "center_of_dry_mass_position": 0.317, "nozzle_position": 1.5982283096479006e-05, "throat_radius": 0.011953032723379529, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3737837150766334}], "aerodynamic_surfaces": [{"length": 0.5586763616974131, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1325779453971754}, {"n": 4, "root_chord": 0.11998587610483888, "tip_chord": 0.040595039032937486, "span": 0.10009004665279915, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1675371424643415}, {"top_radius": 0.06387818027605122, "bottom_radius": 0.04344010258712193, "length": 0.05931566270425582, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7013569112894033, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173525542961481, "upper_button_position": 0.08400435699325515}], "rail_length": 5.2, "inclination": 84.96966899161457, "heading": 51.68707470307545} +{"elevation": 1402.848755374524, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0367445405845475, "wind_velocity_y_factor": 0.9596231542598137, "datum": "WGS84", "timezone": "UTC", "radius": 0.06351467638352598, "mass": 15.015034252206394, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322300775934548, "I_33_without_motor": 0.03627928552359386, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.992898427616963, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.3970163026470197, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9206167587060935, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.5059932294220948, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5543.784481310744, "burn_start_time": 0, "burn_out_time": 3.976184430633379, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03200200748333448, "grain_number": 5, "grain_density": 1726.0160944007794, "grain_outer_radius": 0.032851893054507385, "grain_initial_inner_radius": 0.015142752821555975, "grain_initial_height": 0.11993829297855141, "grain_separation": 0.00456754046890903, "grains_center_of_mass_position": 0.3976967708667831, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00020256267785966146, "throat_radius": 0.010336710993288936, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3743813323433078}], "aerodynamic_surfaces": [{"length": 0.5585492491855589, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1329114156062348}, {"n": 4, "root_chord": 0.12007234410219574, "tip_chord": 0.03995528519066637, "span": 0.10026312479518985, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.167488645087088}, {"top_radius": 0.06315717848263505, "bottom_radius": 0.041146410241780035, "length": 0.06023672445004573, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.70200290789071, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617681099445942, "upper_button_position": 0.084321808444768}], "rail_length": 5.2, "inclination": 85.39671802841752, "heading": 56.27699799494463} +{"elevation": 1407.2316135983303, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9524284333473086, "wind_velocity_y_factor": 0.9576047364518638, "datum": "WGS84", "timezone": "UTC", "radius": 0.06351326639411958, "mass": 15.165451105195551, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317243911263385, "I_33_without_motor": 0.03907827092369383, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.910187766425585, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.3833244327033667, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0472250529246432, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.4362869686261923, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6621.813058687336, "burn_start_time": 0, "burn_out_time": 3.9945814925765144, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03279538287215325, "grain_number": 5, "grain_density": 1896.402119173206, "grain_outer_radius": 0.03295918717885323, "grain_initial_inner_radius": 0.014771093264905772, "grain_initial_height": 0.11968662265467457, "grain_separation": 0.006384468668631153, "grains_center_of_mass_position": 0.39922856410501273, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00018579178110624214, "throat_radius": 0.010553753026776152, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3732124270736976}], "aerodynamic_surfaces": [{"length": 0.5585427314605226, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1336660836321228}, {"n": 4, "root_chord": 0.12065301199528727, "tip_chord": 0.03990160676626842, "span": 0.10058997183061259, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.166734998393539}, {"top_radius": 0.06402848690288494, "bottom_radius": 0.043169425799752394, "length": 0.06006140475250901, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7008650851666074, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619008226612612, "upper_button_position": 0.08185685855399538}], "rail_length": 5.2, "inclination": 83.50417642747244, "heading": 53.06372050871866} +{"elevation": 1396.0516777640203, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0246103157092805, "wind_velocity_y_factor": 1.0082081372299605, "datum": "WGS84", "timezone": "UTC", "radius": 0.0635008301655171, "mass": 15.807526198057637, "I_11_without_motor": 6.321, "I_22_without_motor": 6.34315588994291, "I_33_without_motor": 0.03884287054947455, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.94898743448954, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.6316387770046605, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.033665351093033, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.6451979533690024, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7416.207931000768, "burn_start_time": 0, "burn_out_time": 3.883587668258499, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033479974782911134, "grain_number": 5, "grain_density": 1738.3109484563383, "grain_outer_radius": 0.03318140537193277, "grain_initial_inner_radius": 0.015089013215334839, "grain_initial_height": 0.11844517405214301, "grain_separation": 0.0054527283741594304, "grains_center_of_mass_position": 0.39779957231597834, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00010750513062670469, "throat_radius": 0.011139517615036742, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3721274199470028}], "aerodynamic_surfaces": [{"length": 0.559156388363989, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.133900853222928}, {"n": 4, "root_chord": 0.11929349450887873, "tip_chord": 0.03994730990502569, "span": 0.10033963580576069, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1673488605778233}, {"top_radius": 0.06424098417082105, "bottom_radius": 0.04370076323102543, "length": 0.05928705628029566, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6993153911359495, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616535423196654, "upper_button_position": 0.08277996793929554}], "rail_length": 5.2, "inclination": 85.47078657345979, "heading": 54.49291459849132} +{"elevation": 1400.6049627518096, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9887485686960965, "wind_velocity_y_factor": 1.0002931837344702, "datum": "WGS84", "timezone": "UTC", "radius": 0.0635008572344653, "mass": 15.394434399616182, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317990925680746, "I_33_without_motor": 0.05115885307470146, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.787631225786932, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5610301226323906, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9251597131048248, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.5281851380348432, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 7696.810641226214, "burn_start_time": 0, "burn_out_time": 4.11205271390655, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03357699594573841, "grain_number": 5, "grain_density": 1918.5812538829186, "grain_outer_radius": 0.03319740425411619, "grain_initial_inner_radius": 0.01501117582128366, "grain_initial_height": 0.11961619647854452, "grain_separation": 0.0036010192251752123, "grains_center_of_mass_position": 0.39782762882456146, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0012251387225482118, "throat_radius": 0.011138406052818517, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3731786011434404}], "aerodynamic_surfaces": [{"length": 0.5582126257513564, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1335904214552417}, {"n": 4, "root_chord": 0.1196822573960906, "tip_chord": 0.03988722045945295, "span": 0.10010350751100827, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1685839024756026}, {"top_radius": 0.06360149169212945, "bottom_radius": 0.044512559166591276, "length": 0.06012506857059655, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.700347570651164, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180008532451231, "upper_button_position": 0.08234671740604094}], "rail_length": 5.2, "inclination": 85.23302884184648, "heading": 55.54732884194952} +{"elevation": 1404.4254894430787, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9396885357893616, "wind_velocity_y_factor": 0.8841001672749301, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350672707119547, "mass": 14.486901244612529, "I_11_without_motor": 6.321, "I_22_without_motor": 6.33087390707923, "I_33_without_motor": 0.019331807016855086, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.064532109359588, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.6611370547509903, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9876314759013095, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.3583617052983794, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8217.873562541676, "burn_start_time": 0, "burn_out_time": 3.973682777673761, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0320407741303966, "grain_number": 5, "grain_density": 1785.801457428945, "grain_outer_radius": 0.032829207337581934, "grain_initial_inner_radius": 0.015311589438054888, "grain_initial_height": 0.12119769810094597, "grain_separation": 0.0071317616368259465, "grains_center_of_mass_position": 0.397244106014135, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0016949342375466774, "throat_radius": 0.010614594306314902, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3718536003523494}], "aerodynamic_surfaces": [{"length": 0.5590480854641765, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.133556102700214}, {"n": 4, "root_chord": 0.11981766114263033, "tip_chord": 0.04011300718405214, "span": 0.10037028778445492, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1657408171336592}, {"top_radius": 0.06666771278136782, "bottom_radius": 0.04268463684412179, "length": 0.0593048356406943, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6997871963399761, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177668586529607, "upper_button_position": 0.08202033768701544}], "rail_length": 5.2, "inclination": 84.64594938610828, "heading": 51.55607361199026} +{"elevation": 1394.7431086118988, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9222463962668201, "wind_velocity_y_factor": 0.9871992132836405, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349990611224421, "mass": 15.120312482665335, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332087218122006, "I_33_without_motor": 0.04892123331603307, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.038852287873121, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.6572678062580628, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0007596197912083, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.7266938721202985, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 7501.42856508356, "burn_start_time": 0, "burn_out_time": 4.059144322354621, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032304485050567606, "grain_number": 5, "grain_density": 1814.9676586711623, "grain_outer_radius": 0.033065721670855155, "grain_initial_inner_radius": 0.014778322058682836, "grain_initial_height": 0.11996817304005754, "grain_separation": 0.006180474920239536, "grains_center_of_mass_position": 0.39606202719371136, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010779894990395628, "throat_radius": 0.010398292570678994, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.374112421893736}], "aerodynamic_surfaces": [{"length": 0.5592703874560618, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1351982737732726}, {"n": 4, "root_chord": 0.11979217810587861, "tip_chord": 0.03978400572776643, "span": 0.09988506432881723, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.166192036322513}, {"top_radius": 0.06283011130938702, "bottom_radius": 0.0429690809130723, "length": 0.06081609035991038, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7006651747039494, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.618158447243759, "upper_button_position": 0.08250672746019039}], "rail_length": 5.2, "inclination": 83.34828536181705, "heading": 50.99896522893763} +{"elevation": 1398.7494482613629, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9649255769249359, "wind_velocity_y_factor": 1.0672095415664358, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349424229839119, "mass": 15.53148635433486, "I_11_without_motor": 6.321, "I_22_without_motor": 6.335126428519701, "I_33_without_motor": 0.03442317992509273, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.927234301114144, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5440776869888377, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.006220296003674, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.1627322225307184, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 5263.126304247227, "burn_start_time": 0, "burn_out_time": 3.9697710840970655, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03305098248320325, "grain_number": 5, "grain_density": 1821.938821366577, "grain_outer_radius": 0.0323143811036739, "grain_initial_inner_radius": 0.015208955617187731, "grain_initial_height": 0.11834791389419597, "grain_separation": 0.00739397777316751, "grains_center_of_mass_position": 0.39805465368300447, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003607737531502113, "throat_radius": 0.011551828616595431, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3699556917529727}], "aerodynamic_surfaces": [{"length": 0.558653110939603, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1346130963424526}, {"n": 4, "root_chord": 0.11985611030842643, "tip_chord": 0.04035697760266966, "span": 0.10086930344914075, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.167739438789372}, {"top_radius": 0.06387972100786346, "bottom_radius": 0.04502467255556185, "length": 0.06005664689156969, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6985318182944557, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177904358473144, "upper_button_position": 0.08074138244714124}], "rail_length": 5.2, "inclination": 83.71891742543193, "heading": 52.94014651250196} +{"elevation": 1401.2340067494729, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9442298955669295, "wind_velocity_y_factor": 0.9974999474575572, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350339512887795, "mass": 15.036799873684298, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319494938100838, "I_33_without_motor": 0.021624960413629095, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.024029464040524, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5582615918205809, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9527518893842103, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.5534858438659551, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 5946.429527740309, "burn_start_time": 0, "burn_out_time": 3.9848081519793017, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03242173234595084, "grain_number": 5, "grain_density": 1837.5133929363194, "grain_outer_radius": 0.033409564322049286, "grain_initial_inner_radius": 0.014608424753665016, "grain_initial_height": 0.11955585027643262, "grain_separation": 0.0055017191888581465, "grains_center_of_mass_position": 0.3967892549344878, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009185421364404371, "throat_radius": 0.01082613597037595, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3715814085532856}], "aerodynamic_surfaces": [{"length": 0.5586250009298103, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1337177884527918}, {"n": 4, "root_chord": 0.12062544749121265, "tip_chord": 0.039478697806980594, "span": 0.10062816013060678, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1691910294330274}, {"top_radius": 0.06473172838276588, "bottom_radius": 0.04444289682277222, "length": 0.060312370314670724, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6996400815565291, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189269269751534, "upper_button_position": 0.08071315458137573}], "rail_length": 5.2, "inclination": 84.26818651982398, "heading": 55.23217696703666} +{"elevation": 1385.093873538, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9850095882456903, "wind_velocity_y_factor": 1.016443565417454, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350154729477137, "mass": 16.262661129395266, "I_11_without_motor": 6.321, "I_22_without_motor": 6.30774210881884, "I_33_without_motor": 0.047157519762457634, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.027064248999583, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.363130065137959, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.1345996545287684, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.6863594145978107, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5711.820120923663, "burn_start_time": 0, "burn_out_time": 3.908534318036972, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03310372785129791, "grain_number": 5, "grain_density": 1764.116149718415, "grain_outer_radius": 0.032990945109943645, "grain_initial_inner_radius": 0.014670013005447539, "grain_initial_height": 0.12089697255555745, "grain_separation": 0.005743113309163169, "grains_center_of_mass_position": 0.3984074882600165, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001182046126889157, "throat_radius": 0.010393488581493767, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3721317959215509}], "aerodynamic_surfaces": [{"length": 0.5581073828636757, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.13360614800768}, {"n": 4, "root_chord": 0.11970373665376859, "tip_chord": 0.03985760044399021, "span": 0.0994368093294739, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1654343049360751}, {"top_radius": 0.06411235198303446, "bottom_radius": 0.04367652336412609, "length": 0.0604319271475189, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7019479017002697, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174249512817415, "upper_button_position": 0.0845229504185282}], "rail_length": 5.2, "inclination": 86.51555790535987, "heading": 51.7666642646314} +{"elevation": 1406.8845027108089, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0511942203627742, "wind_velocity_y_factor": 1.02366836316292, "datum": "WGS84", "timezone": "UTC", "radius": 0.0634970808116466, "mass": 15.881893767344575, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317957916538073, "I_33_without_motor": 0.0437242844936305, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.032673089674809, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.6068681036969927, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0145738461260987, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.5073538301955312, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5781.0493107949405, "burn_start_time": 0, "burn_out_time": 3.834632825169748, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03306593153327884, "grain_number": 5, "grain_density": 1795.8818271077466, "grain_outer_radius": 0.03307723078667636, "grain_initial_inner_radius": 0.01467365517222825, "grain_initial_height": 0.12022697998276187, "grain_separation": 0.005925704548206539, "grains_center_of_mass_position": 0.3979478901629041, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00082853453633085, "throat_radius": 0.011535320444284335, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.373144729519923}], "aerodynamic_surfaces": [{"length": 0.5599162394343855, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1348288008930139}, {"n": 4, "root_chord": 0.11955458512943105, "tip_chord": 0.039768838058500955, "span": 0.10027103350292133, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1676495812606151}, {"top_radius": 0.06383148286464671, "bottom_radius": 0.0434017085588999, "length": 0.060215449709534276, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6992958868965052, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191025774117461, "upper_button_position": 0.08019330948475911}], "rail_length": 5.2, "inclination": 85.11119676719224, "heading": 50.13645969775653} +{"elevation": 1381.1235784453822, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.985296565048508, "wind_velocity_y_factor": 0.9527023043332414, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350835316516465, "mass": 15.709474132022859, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324743678373529, "I_33_without_motor": 0.02591461752639706, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.032189458807144, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.3049070576170503, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9620390216962458, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.250660814035974, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 8077.540124191192, "burn_start_time": 0, "burn_out_time": 4.040784589446123, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032813096931506004, "grain_number": 5, "grain_density": 1764.0646328500413, "grain_outer_radius": 0.033356261364565674, "grain_initial_inner_radius": 0.014616507877568364, "grain_initial_height": 0.11877925019694485, "grain_separation": 0.006505461493381987, "grains_center_of_mass_position": 0.39497009622242985, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015465516380052343, "throat_radius": 0.011515755946673291, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3738281079992323}], "aerodynamic_surfaces": [{"length": 0.5587482147330238, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.134955019407544}, {"n": 4, "root_chord": 0.1196288949333062, "tip_chord": 0.03951444165587567, "span": 0.10007815095600503, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1694787287944257}, {"top_radius": 0.06281350095636236, "bottom_radius": 0.04211870843235726, "length": 0.05966259053648034, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7016139547182488, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6167509335034798, "upper_button_position": 0.08486302121476907}], "rail_length": 5.2, "inclination": 85.23603958502764, "heading": 52.11211948832981} +{"elevation": 1402.9572547209536, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0424266556953312, "wind_velocity_y_factor": 0.9463452630476137, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350516645098774, "mass": 15.823930724700343, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32210907503906, "I_33_without_motor": 0.02908652019803908, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.972353364925775, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5822361021521432, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9566510974508468, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.5358217773650098, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 6809.163818760988, "burn_start_time": 0, "burn_out_time": 3.9433193996830136, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032728566867554834, "grain_number": 5, "grain_density": 1792.2139533786794, "grain_outer_radius": 0.03322342137547213, "grain_initial_inner_radius": 0.014589296018232056, "grain_initial_height": 0.119806234312102, "grain_separation": 0.005774787386380942, "grains_center_of_mass_position": 0.3954921553659636, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001020725554438116, "throat_radius": 0.011167064721513876, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3732579051360279}], "aerodynamic_surfaces": [{"length": 0.5571714726233066, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1341204882833318}, {"n": 4, "root_chord": 0.11915554710354262, "tip_chord": 0.03929562253761802, "span": 0.10006785289281421, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.165783837757037}, {"top_radius": 0.06376234878075697, "bottom_radius": 0.04588180425301459, "length": 0.05804772802759474, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7002116885281485, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195283281132381, "upper_button_position": 0.08068336041491042}], "rail_length": 5.2, "inclination": 84.25165302941237, "heading": 53.75596860079419} +{"elevation": 1411.5688440022504, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.001390484835676, "wind_velocity_y_factor": 0.9914678310879417, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350328302270922, "mass": 15.57872084380287, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314150098578759, "I_33_without_motor": 0.032720750171455044, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.928574714039064, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4595758835720478, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9103859719186759, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.3346888951314577, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 5750.454628277218, "burn_start_time": 0, "burn_out_time": 3.9419511138837433, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033057607030406014, "grain_number": 5, "grain_density": 1790.06528004841, "grain_outer_radius": 0.032983121541427886, "grain_initial_inner_radius": 0.014859006252854948, "grain_initial_height": 0.1219104436136654, "grain_separation": 0.004809646089245736, "grains_center_of_mass_position": 0.39880103555099317, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009129564297155155, "throat_radius": 0.010887500827294307, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.372321637626734}], "aerodynamic_surfaces": [{"length": 0.5574799591142002, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1344565643442632}, {"n": 4, "root_chord": 0.11968697456102556, "tip_chord": 0.040093642518552394, "span": 0.09979344157672765, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.167652750378827}, {"top_radius": 0.06318350649803849, "bottom_radius": 0.04212111008189584, "length": 0.061243891751350726, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7003901082472023, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191617810863241, "upper_button_position": 0.08122832716087813}], "rail_length": 5.2, "inclination": 84.12888224151418, "heading": 53.13430875285123} +{"elevation": 1402.4038203781117, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9615554004270018, "wind_velocity_y_factor": 1.0086622120447326, "datum": "WGS84", "timezone": "UTC", "radius": 0.063494253781182, "mass": 15.063216072030725, "I_11_without_motor": 6.321, "I_22_without_motor": 6.340124311516527, "I_33_without_motor": 0.029518445399394688, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.934462491211168, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.6214472447162793, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0019641516942133, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.4789378759257579, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 6482.246260380387, "burn_start_time": 0, "burn_out_time": 4.026287376191891, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03253536975109228, "grain_number": 5, "grain_density": 1860.556163792183, "grain_outer_radius": 0.03282322704489228, "grain_initial_inner_radius": 0.015525976916473207, "grain_initial_height": 0.11915204788101523, "grain_separation": 0.0036646903848734204, "grains_center_of_mass_position": 0.3977471533485264, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0002332451809650227, "throat_radius": 0.010885975963651788, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3753281057677695}], "aerodynamic_surfaces": [{"length": 0.557166843368519, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1349451699489557}, {"n": 4, "root_chord": 0.12004749994694065, "tip_chord": 0.04038504392740546, "span": 0.0994166433424843, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1673786519666725}, {"top_radius": 0.06404823211594728, "bottom_radius": 0.04376510644280583, "length": 0.06043330037186632, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.699486747460214, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171003115194297, "upper_button_position": 0.08238643594078432}], "rail_length": 5.2, "inclination": 84.12012381491046, "heading": 53.39539283740047} +{"elevation": 1399.5702849662423, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0188428942563257, "wind_velocity_y_factor": 1.0260749929482256, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350726553819751, "mass": 15.348856969642501, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325720070599555, "I_33_without_motor": 0.0316785876787457, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.853107573037628, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5847426100141493, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9441416661383161, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.7218809379927174, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6338.749884421146, "burn_start_time": 0, "burn_out_time": 3.885537409597553, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03317810172478371, "grain_number": 5, "grain_density": 1802.6673921643346, "grain_outer_radius": 0.0331410284923195, "grain_initial_inner_radius": 0.01470376824132499, "grain_initial_height": 0.11913478689696023, "grain_separation": 0.0062123948385256955, "grains_center_of_mass_position": 0.39785575257458955, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013874561791845615, "throat_radius": 0.010785466079380242, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3729154744680327}], "aerodynamic_surfaces": [{"length": 0.5576075025843845, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1347680883694555}, {"n": 4, "root_chord": 0.11991108700406432, "tip_chord": 0.03910797643738674, "span": 0.09923311470933398, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1687927721706892}, {"top_radius": 0.06279125926812253, "bottom_radius": 0.04470286044014231, "length": 0.06165287837462823, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7013468596214236, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175752599991554, "upper_button_position": 0.08377159962226821}], "rail_length": 5.2, "inclination": 84.60894956878131, "heading": 54.04546505775279} +{"elevation": 1393.0136580009812, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9836847657045383, "wind_velocity_y_factor": 0.9798833484841367, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350698368468091, "mass": 15.81538281613893, "I_11_without_motor": 6.321, "I_22_without_motor": 6.339502093045082, "I_33_without_motor": 0.03368695753639436, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.165541297419633, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.6183270348012655, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0185122949735048, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.4078577866427224, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8232.565208174874, "burn_start_time": 0, "burn_out_time": 3.9718096827608065, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033345365740996565, "grain_number": 5, "grain_density": 1843.964916537188, "grain_outer_radius": 0.03301292805602386, "grain_initial_inner_radius": 0.015100908123679068, "grain_initial_height": 0.11880993973076676, "grain_separation": 0.004473998896437313, "grains_center_of_mass_position": 0.39526163863755315, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00015015312574432707, "throat_radius": 0.011270205326674181, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3733266133539468}], "aerodynamic_surfaces": [{"length": 0.5573865124851501, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1352972993899375}, {"n": 4, "root_chord": 0.11959233494399635, "tip_chord": 0.040435424544357966, "span": 0.09996918484866829, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.169145435560796}, {"top_radius": 0.0651366636408373, "bottom_radius": 0.0420967889031771, "length": 0.05903348082324654, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7006568597735909, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617519969985298, "upper_button_position": 0.08313688978829292}], "rail_length": 5.2, "inclination": 83.30769193305042, "heading": 58.86537539526381} +{"elevation": 1404.5484322787413, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0532721372881184, "wind_velocity_y_factor": 0.9643956838502817, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349582215624239, "mass": 15.68623671665185, "I_11_without_motor": 6.321, "I_22_without_motor": 6.338188311489674, "I_33_without_motor": 0.02355130091762551, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.003850749124226, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.591995907743453, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.966535436904648, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.0452478533763374, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 5576.568415790203, "burn_start_time": 0, "burn_out_time": 4.01205418878269, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032851154569234625, "grain_number": 5, "grain_density": 1784.5628979887479, "grain_outer_radius": 0.032930841405194596, "grain_initial_inner_radius": 0.015362866698010055, "grain_initial_height": 0.11989167017370445, "grain_separation": 0.005699780039311368, "grains_center_of_mass_position": 0.39676325730376977, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001912219335161346, "throat_radius": 0.010461525878344171, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3750024962115384}], "aerodynamic_surfaces": [{"length": 0.5575124546572913, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1349175700191176}, {"n": 4, "root_chord": 0.11972096451784851, "tip_chord": 0.0398787867135698, "span": 0.09976989249584634, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.167468050530089}, {"top_radius": 0.06356074286602936, "bottom_radius": 0.04369671883489549, "length": 0.05981996725162995, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7004432711590823, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176424706301644, "upper_button_position": 0.08280080052891792}], "rail_length": 5.2, "inclination": 85.01820732283188, "heading": 54.5956932311004} +{"elevation": 1392.3162533855157, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9436568564141202, "wind_velocity_y_factor": 0.981469863891006, "datum": "WGS84", "timezone": "UTC", "radius": 0.06351734393286827, "mass": 15.128141814525701, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3197848152504115, "I_33_without_motor": 0.0359831500259984, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.117194165231995, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.461118433287477, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.038958583604518, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.2383202104455089, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 5244.888331310812, "burn_start_time": 0, "burn_out_time": 4.067015068698116, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03355195647588586, "grain_number": 5, "grain_density": 1878.633213911178, "grain_outer_radius": 0.03270535619588251, "grain_initial_inner_radius": 0.014594515794653993, "grain_initial_height": 0.11990829898234844, "grain_separation": 0.005350089101124742, "grains_center_of_mass_position": 0.3974059290369969, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0017723651521900903, "throat_radius": 0.011001018440533156, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3717814916186835}], "aerodynamic_surfaces": [{"length": 0.5569512353321467, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.135346883664386}, {"n": 4, "root_chord": 0.12005494382487789, "tip_chord": 0.03983948803613647, "span": 0.09951558371911987, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1668143769784096}, {"top_radius": 0.06547261438186514, "bottom_radius": 0.045332992787569346, "length": 0.05867341330092861, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7010426374106773, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195780337517881, "upper_button_position": 0.08146460365888919}], "rail_length": 5.2, "inclination": 84.21886149281778, "heading": 52.81702855734704} +{"elevation": 1391.731554075929, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9874647006616823, "wind_velocity_y_factor": 1.0141631527201098, "datum": "WGS84", "timezone": "UTC", "radius": 0.063494805892566, "mass": 15.615144244092901, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330577271189076, "I_33_without_motor": 0.04126771564334348, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.909281736589161, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5569226816951027, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.939211858931178, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.0810226771793494, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6703.053006720355, "burn_start_time": 0, "burn_out_time": 3.9532348304472356, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03452075151478107, "grain_number": 5, "grain_density": 1699.007300675127, "grain_outer_radius": 0.032441582419343216, "grain_initial_inner_radius": 0.015015842572018026, "grain_initial_height": 0.12026313586907002, "grain_separation": 0.004829167492653302, "grains_center_of_mass_position": 0.39753161042564994, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006228172031197326, "throat_radius": 0.010310993935489897, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.37224018348071}], "aerodynamic_surfaces": [{"length": 0.5580054549189533, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1331051858114016}, {"n": 4, "root_chord": 0.11960549123546507, "tip_chord": 0.039621929267202545, "span": 0.10028531507971768, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.168576207733698}, {"top_radius": 0.06441801833852216, "bottom_radius": 0.04218931312445927, "length": 0.06044138540883981, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7001292239137117, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180161662781068, "upper_button_position": 0.08211305763560484}], "rail_length": 5.2, "inclination": 85.92561583925428, "heading": 50.81821876194751} +{"elevation": 1409.357301776412, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9407366171593373, "wind_velocity_y_factor": 0.9858051347587005, "datum": "WGS84", "timezone": "UTC", "radius": 0.0634987907924525, "mass": 15.053767451868202, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3145918534915015, "I_33_without_motor": 0.03131860033152272, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.059543851278796, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.372458516442781, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9814510008389276, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.472358695767753, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6794.699553182839, "burn_start_time": 0, "burn_out_time": 4.022653462110136, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03269995658552628, "grain_number": 5, "grain_density": 1772.7516487949656, "grain_outer_radius": 0.03281959120596467, "grain_initial_inner_radius": 0.014957256049215495, "grain_initial_height": 0.11907878174789578, "grain_separation": 0.005965279587592401, "grains_center_of_mass_position": 0.39619337830346896, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0013325834148319924, "throat_radius": 0.01166524421012276, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3721871510814905}], "aerodynamic_surfaces": [{"length": 0.5596793972984677, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1343266464485713}, {"n": 4, "root_chord": 0.1198708775798961, "tip_chord": 0.03913260491140651, "span": 0.0996332490460927, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1686519350254099}, {"top_radius": 0.06216884941856429, "bottom_radius": 0.045519799107223, "length": 0.05871434880048196, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7004933975251176, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171968130068867, "upper_button_position": 0.08329658451823096}], "rail_length": 5.2, "inclination": 84.37315480370341, "heading": 55.78228001131869} +{"elevation": 1395.1863349847983, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0157906528042666, "wind_velocity_y_factor": 1.0178846327688267, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349866427518969, "mass": 15.777030781991519, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3253563598841245, "I_33_without_motor": 0.048958374343574626, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.980466340136886, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4229601087060746, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.934096596150168, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.1583487811444142, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6817.023060981651, "burn_start_time": 0, "burn_out_time": 4.091212010428831, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03296033965540898, "grain_number": 5, "grain_density": 1818.0119282987964, "grain_outer_radius": 0.0331917233297376, "grain_initial_inner_radius": 0.014975509732867497, "grain_initial_height": 0.12032737367728759, "grain_separation": 0.0054922915163957645, "grains_center_of_mass_position": 0.3981429338984355, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011251082849172693, "throat_radius": 0.010657844908098044, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.375892533250318}], "aerodynamic_surfaces": [{"length": 0.5583805791663187, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.133260837193088}, {"n": 4, "root_chord": 0.11940513062992003, "tip_chord": 0.039545866025900364, "span": 0.10014931227987699, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1692858312563579}, {"top_radius": 0.06287391654346783, "bottom_radius": 0.044796878619112225, "length": 0.061714325274457686, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.699639777168875, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6183360420090807, "upper_button_position": 0.08130373515979439}], "rail_length": 5.2, "inclination": 83.61780920039457, "heading": 51.01652481715524} +{"elevation": 1402.3811370273809, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9704470760743281, "wind_velocity_y_factor": 0.9556677859233081, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350260231524915, "mass": 15.245031594410065, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306999876242277, "I_33_without_motor": 0.03747868164677243, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.00817007300376, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4508845044893246, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9673248718680274, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.6912063513494604, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 8471.862196646722, "burn_start_time": 0, "burn_out_time": 4.022120829900147, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033657852528710445, "grain_number": 5, "grain_density": 1845.5533205237966, "grain_outer_radius": 0.033570637978932755, "grain_initial_inner_radius": 0.01406030652512762, "grain_initial_height": 0.1205384394891947, "grain_separation": 0.005097177931834841, "grains_center_of_mass_position": 0.39734254884842524, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0014302826956681066, "throat_radius": 0.011011208154673869, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.372657450631316}], "aerodynamic_surfaces": [{"length": 0.560356492511316, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1350658065548882}, {"n": 4, "root_chord": 0.119943613757208, "tip_chord": 0.04010074058122114, "span": 0.10139346484089233, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1689599820293748}, {"top_radius": 0.06319374496351549, "bottom_radius": 0.04357369812291771, "length": 0.06023746780443935, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7005498572826455, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174337648444713, "upper_button_position": 0.0831160924381742}], "rail_length": 5.2, "inclination": 85.6908026963146, "heading": 53.56842981630821} +{"elevation": 1398.8381881839243, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9627529113433497, "wind_velocity_y_factor": 0.9947801949924918, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349675664926274, "mass": 14.547821804610482, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327036687884753, "I_33_without_motor": 0.040769900199464235, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.058576571015161, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5377897939606924, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.924032530722253, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.8163562492829697, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 8673.834844810406, "burn_start_time": 0, "burn_out_time": 4.030633343182917, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033490350849354825, "grain_number": 5, "grain_density": 1813.4560694429815, "grain_outer_radius": 0.03369838704631825, "grain_initial_inner_radius": 0.014855856541364247, "grain_initial_height": 0.1202579746701556, "grain_separation": 0.00340981715058578, "grains_center_of_mass_position": 0.39757439113293025, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010205359229174947, "throat_radius": 0.011317647375471692, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.373974543016774}], "aerodynamic_surfaces": [{"length": 0.558399548185297, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1334177329222979}, {"n": 4, "root_chord": 0.12018254910380828, "tip_chord": 0.04044166661546043, "span": 0.09969169256214727, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.167420521772799}, {"top_radius": 0.06410975335110657, "bottom_radius": 0.044587914462253214, "length": 0.05984012737022661, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7010355129082427, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182755144272587, "upper_button_position": 0.08275999848098403}], "rail_length": 5.2, "inclination": 83.88728387637427, "heading": 48.986811958175096} +{"elevation": 1388.9013516921543, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9747411160749954, "wind_velocity_y_factor": 0.996994106729026, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350708658696343, "mass": 16.026387236520417, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32794001186975, "I_33_without_motor": 0.038995836278540585, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.989941515874047, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.6566259272564614, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.8695273881384709, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.3579703287322076, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6274.699691211873, "burn_start_time": 0, "burn_out_time": 4.1472608917345095, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03304552607647045, "grain_number": 5, "grain_density": 1755.927455262231, "grain_outer_radius": 0.032484549738797545, "grain_initial_inner_radius": 0.015159418505001436, "grain_initial_height": 0.12088261692022326, "grain_separation": 0.0028972564388169775, "grains_center_of_mass_position": 0.3974974107879923, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010913785192742647, "throat_radius": 0.010519774712891622, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3718537553541235}], "aerodynamic_surfaces": [{"length": 0.5589496401960171, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1339431371220683}, {"n": 4, "root_chord": 0.12035857198089583, "tip_chord": 0.039946800540764535, "span": 0.10097081990922055, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1691383130687516}, {"top_radius": 0.06359293689380185, "bottom_radius": 0.042037059838353735, "length": 0.061385971071712946, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6996802419102912, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6197537576033043, "upper_button_position": 0.0799264843069869}], "rail_length": 5.2, "inclination": 83.34495638432286, "heading": 54.21649220395458} +{"elevation": 1390.7662616560988, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9414948519112556, "wind_velocity_y_factor": 1.0708201218971132, "datum": "WGS84", "timezone": "UTC", "radius": 0.06351303586381252, "mass": 15.417668326045494, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327683712254746, "I_33_without_motor": 0.05222665936493846, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.93606952926732, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.3932140432896258, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9618886014531123, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.6949966875789029, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 6369.318665569394, "burn_start_time": 0, "burn_out_time": 3.88586271206837, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03245988023060691, "grain_number": 5, "grain_density": 1858.592657017926, "grain_outer_radius": 0.033016111748995144, "grain_initial_inner_radius": 0.014540586347407687, "grain_initial_height": 0.1197480522008424, "grain_separation": 0.005188470333985616, "grains_center_of_mass_position": 0.3960217436240333, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011152531170343922, "throat_radius": 0.010908290049871108, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3743239062303936}], "aerodynamic_surfaces": [{"length": 0.5600743193764427, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1338082793561899}, {"n": 4, "root_chord": 0.12028140328393162, "tip_chord": 0.041194054200701845, "span": 0.10131833742817234, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1694290572763681}, {"top_radius": 0.06500792940848625, "bottom_radius": 0.043894335210402625, "length": 0.05988258419354009, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7001791931635412, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182459034437565, "upper_button_position": 0.08193328971978464}], "rail_length": 5.2, "inclination": 84.8480506756614, "heading": 51.04736727925442} +{"elevation": 1392.7046755429963, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9476349224507926, "wind_velocity_y_factor": 0.9729604703775219, "datum": "WGS84", "timezone": "UTC", "radius": 0.0635051127122619, "mass": 15.581071031759363, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3165039268480685, "I_33_without_motor": 0.040953616807473794, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.933410766414303, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.7425502736610894, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.005602598080716, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.592850118956705, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 7156.191532524927, "burn_start_time": 0, "burn_out_time": 4.079015977689127, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0328137432900707, "grain_number": 5, "grain_density": 1784.074065651454, "grain_outer_radius": 0.03391874038137245, "grain_initial_inner_radius": 0.014510924852480386, "grain_initial_height": 0.11896427352964171, "grain_separation": 0.003979370974315765, "grains_center_of_mass_position": 0.39656572116108146, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00038411088806568485, "throat_radius": 0.010490856350766159, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.372635722733695}], "aerodynamic_surfaces": [{"length": 0.5594587280403398, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1319702903954898}, {"n": 4, "root_chord": 0.12004744325543137, "tip_chord": 0.04015812040693832, "span": 0.09988503608538989, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1685390366058417}, {"top_radius": 0.06314312280971784, "bottom_radius": 0.04508660596059059, "length": 0.059851175944815184, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7011838628094424, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180384313826339, "upper_button_position": 0.08314543142680852}], "rail_length": 5.2, "inclination": 84.10102698488323, "heading": 53.09183032388061} +{"elevation": 1406.294416842015, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9913627974516267, "wind_velocity_y_factor": 0.9346232572988897, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349467001079215, "mass": 15.914197518774332, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310283535267332, "I_33_without_motor": 0.04712913432182756, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.933295061257404, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4486263960259056, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0885015497541743, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.9625004696180866, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5913.742083665735, "burn_start_time": 0, "burn_out_time": 3.9279184056107197, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033049988399791126, "grain_number": 5, "grain_density": 1856.5745841077899, "grain_outer_radius": 0.03360143151423055, "grain_initial_inner_radius": 0.015172666838533997, "grain_initial_height": 0.11998455487294159, "grain_separation": 0.005540416996159563, "grains_center_of_mass_position": 0.39758099564192917, "center_of_dry_mass_position": 0.317, "nozzle_position": 3.9581020597495375e-05, "throat_radius": 0.0107887838378005, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.373013864497974}], "aerodynamic_surfaces": [{"length": 0.558309350436326, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1334522365258501}, {"n": 4, "root_chord": 0.12051593565423645, "tip_chord": 0.03991785960207727, "span": 0.10092053092278755, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1675667856764627}, {"top_radius": 0.06290282918559127, "bottom_radius": 0.04357982985836839, "length": 0.058961765652651696, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.699894546705551, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177332776630459, "upper_button_position": 0.08216126904250509}], "rail_length": 5.2, "inclination": 84.1129796745316, "heading": 53.89691544623421} +{"elevation": 1399.848209990696, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.99127248565107, "wind_velocity_y_factor": 1.0245343595894285, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349908425476175, "mass": 15.86173428113781, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3232425178776985, "I_33_without_motor": 0.02070247690879297, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.013249649574934, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.3504051520389484, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0158050208220974, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.6742821186142192, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6777.473574505484, "burn_start_time": 0, "burn_out_time": 4.049577532077431, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033121700000684706, "grain_number": 5, "grain_density": 1886.064380770792, "grain_outer_radius": 0.033303148134710255, "grain_initial_inner_radius": 0.015425938177783559, "grain_initial_height": 0.11843877603986301, "grain_separation": 0.0032717039068807592, "grains_center_of_mass_position": 0.39604014308707386, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00045417337712441404, "throat_radius": 0.010679894999002482, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3750389456343395}], "aerodynamic_surfaces": [{"length": 0.5586032070739236, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1367676077259656}, {"n": 4, "root_chord": 0.1198896137810634, "tip_chord": 0.040350871717698175, "span": 0.10041695872696821, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.16593777723259}, {"top_radius": 0.06430068415618152, "bottom_radius": 0.04317912913676908, "length": 0.06189328358934283, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.69949848097234, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6200715202276892, "upper_button_position": 0.07942696074465083}], "rail_length": 5.2, "inclination": 84.564123964811, "heading": 53.1104524141823} +{"elevation": 1391.450500258282, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9739951805029905, "wind_velocity_y_factor": 1.0379183654590196, "datum": "WGS84", "timezone": "UTC", "radius": 0.06351250224299976, "mass": 15.448952221382797, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3259147835294405, "I_33_without_motor": 0.022925509875368587, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.066192068708494, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.6794144674339668, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9993538426956201, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.3456036997717868, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6999.961230790939, "burn_start_time": 0, "burn_out_time": 3.9909132564569285, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032500031989185496, "grain_number": 5, "grain_density": 1806.6468814963978, "grain_outer_radius": 0.03309485337033976, "grain_initial_inner_radius": 0.014920847253506274, "grain_initial_height": 0.12116956685221712, "grain_separation": 0.005710059360023199, "grains_center_of_mass_position": 0.39793816693871964, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00019652302183054512, "throat_radius": 0.011487668820902304, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3723688663253508}], "aerodynamic_surfaces": [{"length": 0.557614448442581, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1342803718647665}, {"n": 4, "root_chord": 0.1191120928081017, "tip_chord": 0.040611545692013515, "span": 0.10033146557538057, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1689171698383973}, {"top_radius": 0.0630949511038223, "bottom_radius": 0.04413406888233938, "length": 0.05907544880445859, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6983397196266419, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175806960530262, "upper_button_position": 0.08075902357361564}], "rail_length": 5.2, "inclination": 85.23817148710016, "heading": 55.04317961577397} +{"elevation": 1399.241969158424, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9741160356835628, "wind_velocity_y_factor": 0.9855412377851084, "datum": "WGS84", "timezone": "UTC", "radius": 0.0634989995470478, "mass": 15.699319348084767, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317141474827779, "I_33_without_motor": 0.03512981076994741, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.113048947513871, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.6464438242881045, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9451386369842061, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.4889592069378015, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5078.184350965682, "burn_start_time": 0, "burn_out_time": 3.926922213685742, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03342598135358005, "grain_number": 5, "grain_density": 1789.5567396527836, "grain_outer_radius": 0.03338730681321969, "grain_initial_inner_radius": 0.014786142760391308, "grain_initial_height": 0.11791634807712692, "grain_separation": 0.0036369724534683753, "grains_center_of_mass_position": 0.39637482654769035, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00016736179320062688, "throat_radius": 0.010793780051346883, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3726600687504695}], "aerodynamic_surfaces": [{"length": 0.5592199297326379, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1336873069069662}, {"n": 4, "root_chord": 0.11935838593513078, "tip_chord": 0.039643721665880954, "span": 0.09992396513002372, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1670741958188064}, {"top_radius": 0.0643411367229481, "bottom_radius": 0.04451187720160527, "length": 0.06010945102905649, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6993538310049663, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171742914458348, "upper_button_position": 0.08217953955913149}], "rail_length": 5.2, "inclination": 82.84916857790039, "heading": 53.720510472479646} +{"elevation": 1399.0122147520044, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0227666181905908, "wind_velocity_y_factor": 1.0205715863247606, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350096006795462, "mass": 14.749312105921334, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327286890614528, "I_33_without_motor": 0.030925458325372007, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.040531450866217, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5336095761502422, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.933023403807012, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.173066983353236, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6937.459773361917, "burn_start_time": 0, "burn_out_time": 3.895125486534395, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03247050437658248, "grain_number": 5, "grain_density": 1817.9056717732703, "grain_outer_radius": 0.033609861156311184, "grain_initial_inner_radius": 0.014848244953623692, "grain_initial_height": 0.1192291134071522, "grain_separation": 0.005390051625276487, "grains_center_of_mass_position": 0.3976273486238583, "center_of_dry_mass_position": 0.317, "nozzle_position": -3.243940834326958e-05, "throat_radius": 0.01054171524201767, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3729934868922442}], "aerodynamic_surfaces": [{"length": 0.5569682714575124, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1337614731053884}, {"n": 4, "root_chord": 0.11926774960518159, "tip_chord": 0.04057944331863097, "span": 0.10013546741955988, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1684832793786541}, {"top_radius": 0.06361959035043946, "bottom_radius": 0.040755580566878995, "length": 0.06082156113003149, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6987426650725282, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6187855560862994, "upper_button_position": 0.07995710898622888}], "rail_length": 5.2, "inclination": 86.5900776071474, "heading": 51.28456931279557} +{"elevation": 1391.0729817375993, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9895070452725238, "wind_velocity_y_factor": 1.0125975578031792, "datum": "WGS84", "timezone": "UTC", "radius": 0.0634971294284452, "mass": 15.85979040672044, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327336264908386, "I_33_without_motor": 0.028392372633287404, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.177837112134766, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.6542777921260876, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0849358762747925, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.6171255168503849, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 6088.715411846845, "burn_start_time": 0, "burn_out_time": 3.9479020857525673, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033135292668343565, "grain_number": 5, "grain_density": 1751.1537926997407, "grain_outer_radius": 0.0329802322482069, "grain_initial_inner_radius": 0.015317735021393126, "grain_initial_height": 0.12098615781525272, "grain_separation": 0.0050156167541131865, "grains_center_of_mass_position": 0.39654088242547514, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00019119412233447916, "throat_radius": 0.01116487100686132, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3729572282426181}], "aerodynamic_surfaces": [{"length": 0.5583448954855355, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1330619576306677}, {"n": 4, "root_chord": 0.11975431949462408, "tip_chord": 0.04008409404954714, "span": 0.09920567162748996, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.166936499791427}, {"top_radius": 0.06421532817931722, "bottom_radius": 0.04430436685993487, "length": 0.0599591867535617, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7013488529601897, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6162641220185996, "upper_button_position": 0.08508473094159008}], "rail_length": 5.2, "inclination": 85.46312846629404, "heading": 54.56783808889788} +{"elevation": 1390.0428477582575, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0470719794688592, "wind_velocity_y_factor": 0.9477254448644444, "datum": "WGS84", "timezone": "UTC", "radius": 0.06348712765828622, "mass": 15.33178504991124, "I_11_without_motor": 6.321, "I_22_without_motor": 6.321034446640812, "I_33_without_motor": 0.039634431292479184, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.025278098487007, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.41815942095422, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.1122240694444514, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.3983178925866768, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 4931.102202336613, "burn_start_time": 0, "burn_out_time": 3.9257159322122246, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03290478981613974, "grain_number": 5, "grain_density": 1779.8730490048815, "grain_outer_radius": 0.03333114572879038, "grain_initial_inner_radius": 0.01488625140020809, "grain_initial_height": 0.11915924090739545, "grain_separation": 0.004709089364059407, "grains_center_of_mass_position": 0.3983809759838361, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005415157801225118, "throat_radius": 0.0106464248052394, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3725881640771642}], "aerodynamic_surfaces": [{"length": 0.5575318626109409, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.133987081755106}, {"n": 4, "root_chord": 0.12003361753301464, "tip_chord": 0.04039729325173714, "span": 0.10133038562614416, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.166641374969081}, {"top_radius": 0.06463138825353833, "bottom_radius": 0.04254199201155882, "length": 0.05861073533196217, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6990103201963656, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172587617212362, "upper_button_position": 0.08175155847512938}], "rail_length": 5.2, "inclination": 84.73176559781616, "heading": 47.70952166073567} +{"elevation": 1383.153983679929, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9670345597564312, "wind_velocity_y_factor": 1.0179824508934217, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349141514248051, "mass": 15.906124576222041, "I_11_without_motor": 6.321, "I_22_without_motor": 6.329611954630296, "I_33_without_motor": 0.026821187938517777, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.994127320537002, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4633081570320736, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0525021916441946, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.3187626718859085, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 5849.079475411741, "burn_start_time": 0, "burn_out_time": 3.988451537986573, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032770204750339316, "grain_number": 5, "grain_density": 1771.0090842954105, "grain_outer_radius": 0.033460085055808046, "grain_initial_inner_radius": 0.015319352008743703, "grain_initial_height": 0.12054384019702422, "grain_separation": 0.0038717605946502745, "grains_center_of_mass_position": 0.3971863518510015, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.002228842852122369, "throat_radius": 0.011572473880273614, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3723645460715739}], "aerodynamic_surfaces": [{"length": 0.5580183784138857, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1350943688387465}, {"n": 4, "root_chord": 0.12010151445229138, "tip_chord": 0.03984178341043688, "span": 0.10015491961890519, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.167167217532188}, {"top_radius": 0.06337062840099617, "bottom_radius": 0.04518600190831941, "length": 0.06051443021838886, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6999295683647788, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6154099953576366, "upper_button_position": 0.08451957300714219}], "rail_length": 5.2, "inclination": 82.93942901594782, "heading": 54.3709963781862} +{"elevation": 1404.3761101163645, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0162325167155044, "wind_velocity_y_factor": 1.0293284821149997, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350453319409478, "mass": 15.609530161249038, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319594801821885, "I_33_without_motor": 0.04265159656255996, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.846351390189618, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.7571030653979371, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9132511855670963, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.467358262235496, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 8794.260336696045, "burn_start_time": 0, "burn_out_time": 4.107911689919364, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03234361186259102, "grain_number": 5, "grain_density": 1820.2285325418582, "grain_outer_radius": 0.033202816232746235, "grain_initial_inner_radius": 0.0148129107466891, "grain_initial_height": 0.11915785067809982, "grain_separation": 0.005625253376352797, "grains_center_of_mass_position": 0.39554318879101885, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00031357172851712993, "throat_radius": 0.011130283422861747, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.374326090485641}], "aerodynamic_surfaces": [{"length": 0.5567387897054543, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1337572883179121}, {"n": 4, "root_chord": 0.1190096467750113, "tip_chord": 0.0407548867559479, "span": 0.10029838363254635, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1691123560984953}, {"top_radius": 0.06339948465201715, "bottom_radius": 0.04465171548658541, "length": 0.060132502332084906, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6980343977014289, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.615882110581684, "upper_button_position": 0.08215228711974498}], "rail_length": 5.2, "inclination": 85.70688598264275, "heading": 52.3029166679445} +{"elevation": 1396.3559688652824, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9483978439899522, "wind_velocity_y_factor": 0.9941050103528616, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349642953752394, "mass": 15.256420533820101, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3217656530624335, "I_33_without_motor": 0.023643811160457717, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.021342109126588, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4978823486742356, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.929485416521249, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.3612211099227436, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 4674.0198540108695, "burn_start_time": 0, "burn_out_time": 3.8682749513375096, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03345309051595021, "grain_number": 5, "grain_density": 1756.0447220998199, "grain_outer_radius": 0.0338162189737557, "grain_initial_inner_radius": 0.014823639320557025, "grain_initial_height": 0.12041557719062067, "grain_separation": 0.0059773086326669845, "grains_center_of_mass_position": 0.3953174722527926, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0017788965783742912, "throat_radius": 0.010500450165416283, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.372825579878447}], "aerodynamic_surfaces": [{"length": 0.5586594235456503, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1322116420473753}, {"n": 4, "root_chord": 0.11955987552816638, "tip_chord": 0.04021952477237191, "span": 0.1000972708360573, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1686817974437798}, {"top_radius": 0.06306720704551375, "bottom_radius": 0.041865023928217324, "length": 0.05929616447179918, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6994386505421566, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171354629311728, "upper_button_position": 0.08230318761098376}], "rail_length": 5.2, "inclination": 85.79718870508533, "heading": 51.6893741281737} +{"elevation": 1396.5357175562488, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.98969998399921, "wind_velocity_y_factor": 1.0628748056811992, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349134840620549, "mass": 16.04145610857745, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328768051370105, "I_33_without_motor": 0.03892348215766694, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.015724624929305, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4267641010333716, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0705751186315458, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.404750656261966, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 7085.99621437248, "burn_start_time": 0, "burn_out_time": 4.12533254836837, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0320245274768752, "grain_number": 5, "grain_density": 1766.9608795847416, "grain_outer_radius": 0.03300345865655775, "grain_initial_inner_radius": 0.014518167559826437, "grain_initial_height": 0.12067571432914233, "grain_separation": 0.006334557576430263, "grains_center_of_mass_position": 0.39659903031682464, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00013140204724411075, "throat_radius": 0.010317388397895748, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.374094138340946}], "aerodynamic_surfaces": [{"length": 0.5584791862562402, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.133643885802417}, {"n": 4, "root_chord": 0.11959883557265436, "tip_chord": 0.04006163644597132, "span": 0.09991188567065667, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1678624254743064}, {"top_radius": 0.0641793143907795, "bottom_radius": 0.04450667412338828, "length": 0.060364657228320615, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6998944960957397, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172822592149871, "upper_button_position": 0.08261223688075259}], "rail_length": 5.2, "inclination": 85.94868663595739, "heading": 52.766768781181526} +{"elevation": 1405.654322195327, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9488949086188352, "wind_velocity_y_factor": 1.0003387457094801, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349299788345056, "mass": 15.594565888152603, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315679784300147, "I_33_without_motor": 0.007443529771487625, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.980462795648382, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5688279572551853, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0158032280245637, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.5383214509804621, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5792.118161309111, "burn_start_time": 0, "burn_out_time": 3.915926003694095, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03312429921336336, "grain_number": 5, "grain_density": 1778.8490664514068, "grain_outer_radius": 0.03289076543352957, "grain_initial_inner_radius": 0.01525492114612185, "grain_initial_height": 0.12112350694142471, "grain_separation": 0.006882386151231642, "grains_center_of_mass_position": 0.39488980847042143, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005371312643558732, "throat_radius": 0.010942220071643591, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3725226941829034}], "aerodynamic_surfaces": [{"length": 0.5569645139675284, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.133769086382224}, {"n": 4, "root_chord": 0.11892692803445372, "tip_chord": 0.03991355374544646, "span": 0.10020650763488889, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.168043712835484}, {"top_radius": 0.06304990401166133, "bottom_radius": 0.04226226095868197, "length": 0.06032287492430778, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7001396158789189, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617003501509368, "upper_button_position": 0.08313611436955093}], "rail_length": 5.2, "inclination": 84.25991485899303, "heading": 52.724534555653165} +{"elevation": 1417.2119008877105, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.00215065956391, "wind_velocity_y_factor": 1.0358017781299442, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350283100085129, "mass": 14.462127816589225, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320369188827166, "I_33_without_motor": 0.0202228976984812, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.022488964087074, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5062053974118381, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0454547818237587, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.475253020640151, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6982.442536387107, "burn_start_time": 0, "burn_out_time": 3.978975502456417, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03359904347848508, "grain_number": 5, "grain_density": 1782.352645059119, "grain_outer_radius": 0.0325384365665836, "grain_initial_inner_radius": 0.015023288791070425, "grain_initial_height": 0.11921344495414186, "grain_separation": 0.004561633458747154, "grains_center_of_mass_position": 0.39697182027924827, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0017161668639893992, "throat_radius": 0.010453462682574039, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3731490397901707}], "aerodynamic_surfaces": [{"length": 0.5601970069440225, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.133977921357903}, {"n": 4, "root_chord": 0.11980404555510928, "tip_chord": 0.03936869504804954, "span": 0.10014358813415208, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1679674408834975}, {"top_radius": 0.06403996151005499, "bottom_radius": 0.04351502428903901, "length": 0.060334588284718056, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6996883322806112, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6158952846790955, "upper_button_position": 0.08379304760151574}], "rail_length": 5.2, "inclination": 82.99925227832631, "heading": 52.81571942045216} +{"elevation": 1390.9070370812128, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.009552621310007, "wind_velocity_y_factor": 0.9892676282767865, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349546432866142, "mass": 15.68023858916392, "I_11_without_motor": 6.321, "I_22_without_motor": 6.309519413349226, "I_33_without_motor": 0.035104009579958295, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.076779724008059, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.6130345407344904, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9538203142138092, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.385073659012425, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7486.832780579398, "burn_start_time": 0, "burn_out_time": 4.181092801939767, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033500409875963956, "grain_number": 5, "grain_density": 1837.8787315144336, "grain_outer_radius": 0.03296026817531877, "grain_initial_inner_radius": 0.015311348552285158, "grain_initial_height": 0.12118803866990562, "grain_separation": 0.008488455117899826, "grains_center_of_mass_position": 0.39749729989188265, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015061532541628608, "throat_radius": 0.010632059300000541, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3733912969434026}], "aerodynamic_surfaces": [{"length": 0.5598153828962121, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1334003557172039}, {"n": 4, "root_chord": 0.1203401678534768, "tip_chord": 0.03965933401088992, "span": 0.09934744477449267, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1680516804528376}, {"top_radius": 0.06324017822456998, "bottom_radius": 0.04470716268861958, "length": 0.06095054670541568, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6990436029203153, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181629596710724, "upper_button_position": 0.08088064324924293}], "rail_length": 5.2, "inclination": 84.25357013044365, "heading": 51.85477535608738} +{"elevation": 1399.5368873037264, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0256964923576442, "wind_velocity_y_factor": 1.0043154135842844, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349320557323666, "mass": 15.366406383985362, "I_11_without_motor": 6.321, "I_22_without_motor": 6.343577406883539, "I_33_without_motor": 0.02047627998833174, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.061877726304209, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.6173364722456096, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.8975820804524672, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.7200928776719786, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 7436.985215841203, "burn_start_time": 0, "burn_out_time": 4.063829217430636, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03269773979903668, "grain_number": 5, "grain_density": 1893.191524184701, "grain_outer_radius": 0.03251620432891236, "grain_initial_inner_radius": 0.01463574281909361, "grain_initial_height": 0.11911279156910029, "grain_separation": 0.004081679515918221, "grains_center_of_mass_position": 0.3968186299191406, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009627260155307392, "throat_radius": 0.010636674183765491, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3729880894437636}], "aerodynamic_surfaces": [{"length": 0.5569761925267549, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1347576950676364}, {"n": 4, "root_chord": 0.1205529973298452, "tip_chord": 0.03964815950903497, "span": 0.10132027407411485, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.16698288945554}, {"top_radius": 0.06279051251885144, "bottom_radius": 0.04318194967920248, "length": 0.060900576042298926, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6985806145041791, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184877001072524, "upper_button_position": 0.08009291439692667}], "rail_length": 5.2, "inclination": 84.40034413397802, "heading": 52.06687028985107} +{"elevation": 1400.307376834037, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9852568830842755, "wind_velocity_y_factor": 1.0268608645098958, "datum": "WGS84", "timezone": "UTC", "radius": 0.0634912318661644, "mass": 15.9869574772395, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3335621405396765, "I_33_without_motor": 0.02797807250928111, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.985122710819057, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.616019652885756, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0593095991779247, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.8267568976918194, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 5484.102021280115, "burn_start_time": 0, "burn_out_time": 4.150399221366742, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0330115722740692, "grain_number": 5, "grain_density": 1858.3937947665745, "grain_outer_radius": 0.03266970637881737, "grain_initial_inner_radius": 0.014698260789701465, "grain_initial_height": 0.12036639658071688, "grain_separation": 0.00319286707771867, "grains_center_of_mass_position": 0.39653807220171705, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003417402583907464, "throat_radius": 0.010717962143460031, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3717142119218266}], "aerodynamic_surfaces": [{"length": 0.5593881903447614, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1343633554990387}, {"n": 4, "root_chord": 0.1196847749220606, "tip_chord": 0.04124763067882676, "span": 0.09975396564982691, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1684437702610568}, {"top_radius": 0.06216610020189671, "bottom_radius": 0.042372225593950284, "length": 0.060322740349923576, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7002695211210993, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182674004403235, "upper_button_position": 0.08200212068077584}], "rail_length": 5.2, "inclination": 83.87796683835131, "heading": 55.10537308326783} +{"elevation": 1379.8851307325385, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9914159002362238, "wind_velocity_y_factor": 1.0313501550188602, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350964847521633, "mass": 15.003709371539884, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316720115540911, "I_33_without_motor": 0.03320485605465763, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.941801565341095, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4980040303356916, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.8953237301855926, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.5693139176640685, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5288.04093398452, "burn_start_time": 0, "burn_out_time": 4.188748492285611, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033665021406648225, "grain_number": 5, "grain_density": 1847.0249403684663, "grain_outer_radius": 0.033130931934014105, "grain_initial_inner_radius": 0.014889785865001209, "grain_initial_height": 0.11966270309684883, "grain_separation": 0.006307107813861906, "grains_center_of_mass_position": 0.39707421668405934, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0001482656210344846, "throat_radius": 0.01134318766059229, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3721879251407187}], "aerodynamic_surfaces": [{"length": 0.5575208357588444, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1330197785293972}, {"n": 4, "root_chord": 0.12048238597915745, "tip_chord": 0.03971378603178862, "span": 0.10085431991009186, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1671110270566838}, {"top_radius": 0.06425490390722025, "bottom_radius": 0.04321643766923207, "length": 0.05886333542978756, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7002722052431009, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181099363617429, "upper_button_position": 0.08216226888135791}], "rail_length": 5.2, "inclination": 84.01791659195328, "heading": 52.38875914013545} +{"elevation": 1390.6530506428064, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9921699323322661, "wind_velocity_y_factor": 1.031067974984824, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350469919012261, "mass": 15.027289703995061, "I_11_without_motor": 6.321, "I_22_without_motor": 6.316559597187821, "I_33_without_motor": 0.035527949925807406, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.924128248789742, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5231738048134693, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9681171307888803, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.3800931356336905, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 4901.090620343598, "burn_start_time": 0, "burn_out_time": 4.031446823583813, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03292099938101073, "grain_number": 5, "grain_density": 1857.425670987151, "grain_outer_radius": 0.033033467533788864, "grain_initial_inner_radius": 0.01474592979854643, "grain_initial_height": 0.1192392225503851, "grain_separation": 0.005801049509425225, "grains_center_of_mass_position": 0.397367869465729, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003792877876481543, "throat_radius": 0.011870489753853977, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3749870282854124}], "aerodynamic_surfaces": [{"length": 0.5607839427342551, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1337512637677374}, {"n": 4, "root_chord": 0.11934668710928757, "tip_chord": 0.03965092162844785, "span": 0.09996500250113437, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1674687071875927}, {"top_radius": 0.0626931249811164, "bottom_radius": 0.044409335337083064, "length": 0.060705163705321405, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7002373640178662, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6204575350073296, "upper_button_position": 0.0797798290105366}], "rail_length": 5.2, "inclination": 83.58356194161279, "heading": 55.6047096400131} +{"elevation": 1418.4812751483837, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0303230772182375, "wind_velocity_y_factor": 1.0302764758024165, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349010252296945, "mass": 15.549133040719619, "I_11_without_motor": 6.321, "I_22_without_motor": 6.312666387300545, "I_33_without_motor": 0.036080060705835845, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.991152526765095, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5656735622934015, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9717488346862929, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.6259971442752623, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5254.925612612311, "burn_start_time": 0, "burn_out_time": 4.104165384971477, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03244507387148642, "grain_number": 5, "grain_density": 1757.3253546238295, "grain_outer_radius": 0.03318257087738691, "grain_initial_inner_radius": 0.014783663590160465, "grain_initial_height": 0.1184259314937328, "grain_separation": 0.005312114299855708, "grains_center_of_mass_position": 0.39631598925102396, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00020198138738643307, "throat_radius": 0.009776474436620636, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.373374304346741}], "aerodynamic_surfaces": [{"length": 0.557100110426769, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.134326335230519}, {"n": 4, "root_chord": 0.12019406489354995, "tip_chord": 0.04071695608604041, "span": 0.09947692925859372, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1670546378665974}, {"top_radius": 0.06188604626905913, "bottom_radius": 0.043356498048070555, "length": 0.0597957195027888, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6986736891695957, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6173011517647568, "upper_button_position": 0.08137253740483896}], "rail_length": 5.2, "inclination": 84.81493544611473, "heading": 50.321368445359795} +{"elevation": 1415.340624538411, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.942917611118726, "wind_velocity_y_factor": 0.9601630338990226, "datum": "WGS84", "timezone": "UTC", "radius": 0.06351258059375395, "mass": 15.39685137999909, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320465277662611, "I_33_without_motor": 0.030487951696459906, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.940396904024162, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.3985831685600558, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9718600919996795, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.5598208109397698, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6293.246682453394, "burn_start_time": 0, "burn_out_time": 3.955031778120003, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03288196563922788, "grain_number": 5, "grain_density": 1754.5320969038717, "grain_outer_radius": 0.03326178032154437, "grain_initial_inner_radius": 0.01440319236008594, "grain_initial_height": 0.11935515577298034, "grain_separation": 0.004607245233974475, "grains_center_of_mass_position": 0.39604261244140976, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003305096419591833, "throat_radius": 0.010821511943787901, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.372758296370686}], "aerodynamic_surfaces": [{"length": 0.5574890910947997, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1331111215112981}, {"n": 4, "root_chord": 0.12093172533214266, "tip_chord": 0.03930482420753693, "span": 0.09989885803147847, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.167195037462927}, {"top_radius": 0.06561123861787511, "bottom_radius": 0.04424547467613053, "length": 0.06014110334498903, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7009506958363184, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184792155184048, "upper_button_position": 0.08247148031791363}], "rail_length": 5.2, "inclination": 85.97871060184916, "heading": 55.79037883300275} +{"elevation": 1400.280508582004, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9918566533910922, "wind_velocity_y_factor": 0.9855442331648556, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349545997951829, "mass": 15.37641955051853, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3179456558447935, "I_33_without_motor": 0.0443625931006737, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.981723491444237, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4271383007063994, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.8335735729273788, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.3615156859520265, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7149.994358159763, "burn_start_time": 0, "burn_out_time": 4.016922899462987, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03254298052930595, "grain_number": 5, "grain_density": 1847.2041862524109, "grain_outer_radius": 0.032897097893789404, "grain_initial_inner_radius": 0.014850137106792425, "grain_initial_height": 0.1183182774317788, "grain_separation": 0.004102223578793446, "grains_center_of_mass_position": 0.39731197465525586, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0009622128185285496, "throat_radius": 0.009860369704206881, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.373589797947096}], "aerodynamic_surfaces": [{"length": 0.5581468728670055, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1324327008404653}, {"n": 4, "root_chord": 0.12030390623500746, "tip_chord": 0.03998519995741814, "span": 0.10027230002099793, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1698151006845678}, {"top_radius": 0.06220122846335687, "bottom_radius": 0.041983015792138485, "length": 0.0580292711893383, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7003541556379494, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186252792854746, "upper_button_position": 0.08172887635247483}], "rail_length": 5.2, "inclination": 85.28719788810528, "heading": 55.61886765120207} +{"elevation": 1393.3311014292046, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9459925099079116, "wind_velocity_y_factor": 0.9446567675413701, "datum": "WGS84", "timezone": "UTC", "radius": 0.06348730937060884, "mass": 15.041141969238064, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317848310884416, "I_33_without_motor": 0.03447627935302853, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.09304393439453, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.435784144926516, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0392118834326194, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.5850171449233619, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 8730.65371192408, "burn_start_time": 0, "burn_out_time": 3.8694507258721274, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03233891895582611, "grain_number": 5, "grain_density": 1797.0076896868434, "grain_outer_radius": 0.033060990865843395, "grain_initial_inner_radius": 0.015196138158852682, "grain_initial_height": 0.11962398838071563, "grain_separation": 0.0052635421552096485, "grains_center_of_mass_position": 0.396693360443027, "center_of_dry_mass_position": 0.317, "nozzle_position": -9.68268473203611e-05, "throat_radius": 0.011344623911061167, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3748847962750046}], "aerodynamic_surfaces": [{"length": 0.5589184067457079, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1339975624354595}, {"n": 4, "root_chord": 0.11993870031472852, "tip_chord": 0.040531645854892745, "span": 0.09924464564638988, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1675369649508764}, {"top_radius": 0.06337961823344812, "bottom_radius": 0.044730380303605814, "length": 0.06072229891896571, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6993354480550933, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181837539768936, "upper_button_position": 0.08115169407819967}], "rail_length": 5.2, "inclination": 82.61560184764387, "heading": 52.114382494686055} +{"elevation": 1393.9667290239888, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9911440081036326, "wind_velocity_y_factor": 0.9458094985140998, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349367546069057, "mass": 16.553955268589156, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3190828769905805, "I_33_without_motor": 0.03413679247012913, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.8796015281603, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.2319435014030296, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9453856367171646, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.4631154545250813, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5364.869467813861, "burn_start_time": 0, "burn_out_time": 4.029189056338, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03299570519409832, "grain_number": 5, "grain_density": 1758.0251096222642, "grain_outer_radius": 0.03333605569861904, "grain_initial_inner_radius": 0.015215316156821711, "grain_initial_height": 0.11920579669515183, "grain_separation": 0.003640151525610847, "grains_center_of_mass_position": 0.39757367478055766, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0005312736999618469, "throat_radius": 0.01080453370041178, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3719669967948334}], "aerodynamic_surfaces": [{"length": 0.5596321542589354, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.134004800897007}, {"n": 4, "root_chord": 0.11906353174526851, "tip_chord": 0.040148967577254856, "span": 0.09986289891564973, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.168785393617792}, {"top_radius": 0.06320020406408701, "bottom_radius": 0.04321646440689165, "length": 0.061687475079154466, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7008522818022482, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6172476356416607, "upper_button_position": 0.08360464616058749}], "rail_length": 5.2, "inclination": 85.75589331250754, "heading": 51.473360307961386} +{"elevation": 1410.4601112343546, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0120854110239488, "wind_velocity_y_factor": 0.9929994585598613, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350248589475094, "mass": 15.092762648879972, "I_11_without_motor": 6.321, "I_22_without_motor": 6.328914472688044, "I_33_without_motor": 0.01320462675500702, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.999308869835742, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5038246577742687, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0619742468234754, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.5844863449654387, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5098.592855142912, "burn_start_time": 0, "burn_out_time": 4.00960321042485, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03394396316524322, "grain_number": 5, "grain_density": 1761.3295087853749, "grain_outer_radius": 0.03279964727310228, "grain_initial_inner_radius": 0.014984009677639694, "grain_initial_height": 0.1200978049086436, "grain_separation": 0.004400698868411496, "grains_center_of_mass_position": 0.3965185308074837, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0027053513857514585, "throat_radius": 0.010474252574839244, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3730510553556567}], "aerodynamic_surfaces": [{"length": 0.5591277262816918, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1329812577340512}, {"n": 4, "root_chord": 0.12060334092353804, "tip_chord": 0.04000121946841856, "span": 0.0995559264213605, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1671136611065758}, {"top_radius": 0.06361060987879366, "bottom_radius": 0.04474822016296033, "length": 0.0610221947983356, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6998031089535376, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6190425161515124, "upper_button_position": 0.08076059280202519}], "rail_length": 5.2, "inclination": 84.81260443046752, "heading": 52.60082595012616} +{"elevation": 1406.2793162057094, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0062055208818985, "wind_velocity_y_factor": 0.9690762387818337, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349918513548218, "mass": 15.762233758141983, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306793893319918, "I_33_without_motor": 0.05636952819495525, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.95177443543684, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.540254537425958, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.8607001525727865, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.6356199758011543, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 5704.422023353164, "burn_start_time": 0, "burn_out_time": 4.066312906605857, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0315682802731828, "grain_number": 5, "grain_density": 1781.7348502034206, "grain_outer_radius": 0.03363771356433211, "grain_initial_inner_radius": 0.015452975214787957, "grain_initial_height": 0.12155710485080447, "grain_separation": 0.0036717178231855776, "grains_center_of_mass_position": 0.3976620555354832, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006996798853568472, "throat_radius": 0.011038052341298807, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3726071075125383}], "aerodynamic_surfaces": [{"length": 0.5585384015852177, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.131762869717884}, {"n": 4, "root_chord": 0.11986945740803008, "tip_chord": 0.04014145911678724, "span": 0.10041885545698333, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.168028480516016}, {"top_radius": 0.0637031755812462, "bottom_radius": 0.044346045662221896, "length": 0.06150254263528168, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7001385646726542, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175448926093796, "upper_button_position": 0.08259367206327461}], "rail_length": 5.2, "inclination": 84.08632091218739, "heading": 52.92681434186049} +{"elevation": 1393.794518402111, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9709550142391054, "wind_velocity_y_factor": 0.9997523808416435, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349388569510064, "mass": 15.334265556579524, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3336677062057944, "I_33_without_motor": 0.04239385530620088, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.950609628917753, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.342139403781419, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9403460704185208, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.715331021931477, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6402.5344611415985, "burn_start_time": 0, "burn_out_time": 3.97217422003124, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03400944331321519, "grain_number": 5, "grain_density": 1825.4162021288132, "grain_outer_radius": 0.03307377427909616, "grain_initial_inner_radius": 0.014879850724165927, "grain_initial_height": 0.11892341181501041, "grain_separation": 0.00710111897091829, "grains_center_of_mass_position": 0.3986525274455553, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0010298561233615267, "throat_radius": 0.01088040873928354, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3730981011314993}], "aerodynamic_surfaces": [{"length": 0.5578025383430554, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.133592691163337}, {"n": 4, "root_chord": 0.11937854926067008, "tip_chord": 0.03978483093234185, "span": 0.0995495409609282, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1672935517465801}, {"top_radius": 0.06367827962746796, "bottom_radius": 0.041934268557437565, "length": 0.05980873394690101, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6999285740083785, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180407838135372, "upper_button_position": 0.08188779019484127}], "rail_length": 5.2, "inclination": 84.60640455855604, "heading": 53.46014333082243} +{"elevation": 1398.0473535713716, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9944149851934371, "wind_velocity_y_factor": 1.0308770758307584, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350394603751247, "mass": 14.692211230931058, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315885072297994, "I_33_without_motor": 0.03581825215468717, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.99114321256306, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5639044508772164, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.8832027302865373, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.7257816867575217, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6755.309641513806, "burn_start_time": 0, "burn_out_time": 4.040332263514111, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033028264762985766, "grain_number": 5, "grain_density": 1770.1220868009718, "grain_outer_radius": 0.032216887857145805, "grain_initial_inner_radius": 0.01553109995426649, "grain_initial_height": 0.12031584284864533, "grain_separation": 0.005747723711119606, "grains_center_of_mass_position": 0.39663478605613034, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0022947288265618418, "throat_radius": 0.011207040022037627, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3723904729439782}], "aerodynamic_surfaces": [{"length": 0.5569034469283041, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1331438363722888}, {"n": 4, "root_chord": 0.11959919260717208, "tip_chord": 0.03964560578117114, "span": 0.09921015168827427, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.168562411790227}, {"top_radius": 0.0639385541415963, "bottom_radius": 0.04303405486049551, "length": 0.06087028800286595, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7001726152615304, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191591286593374, "upper_button_position": 0.08101348660219299}], "rail_length": 5.2, "inclination": 83.89217745877042, "heading": 51.68101383241227} +{"elevation": 1402.482429768304, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9743499623189589, "wind_velocity_y_factor": 1.0035274935812364, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350069413141297, "mass": 14.515334888966962, "I_11_without_motor": 6.321, "I_22_without_motor": 6.322536389112522, "I_33_without_motor": 0.028280268437101345, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.892658809547088, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4991860606274787, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0089906978679233, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.6797275089238548, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7196.070225572774, "burn_start_time": 0, "burn_out_time": 4.161926249884855, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03324881227407775, "grain_number": 5, "grain_density": 1804.9579720591228, "grain_outer_radius": 0.03270527019754399, "grain_initial_inner_radius": 0.014590977269303635, "grain_initial_height": 0.11896298153909336, "grain_separation": 0.005696690241073802, "grains_center_of_mass_position": 0.39745737651222307, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010835367083994866, "throat_radius": 0.011837493389555085, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3757369524237921}], "aerodynamic_surfaces": [{"length": 0.5581205575765547, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1323849707044753}, {"n": 4, "root_chord": 0.12027326286452913, "tip_chord": 0.03895183791136803, "span": 0.10139191384142623, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1693541678876265}, {"top_radius": 0.06200746613723145, "bottom_radius": 0.045379381298013305, "length": 0.05919464516427146, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6995589497633032, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171034436795526, "upper_button_position": 0.08245550608375063}], "rail_length": 5.2, "inclination": 83.57773811267556, "heading": 53.023236314618266} +{"elevation": 1395.5935101473942, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9997199766326693, "wind_velocity_y_factor": 1.034506806417627, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349301409223794, "mass": 15.078515953465445, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306725333634976, "I_33_without_motor": 0.031350000624734066, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.05576451245916, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4647668057072174, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.8902563511081356, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.6474863497321743, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 6972.107308485216, "burn_start_time": 0, "burn_out_time": 4.174059802322426, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03323033758087501, "grain_number": 5, "grain_density": 1826.68102952463, "grain_outer_radius": 0.032186290277166074, "grain_initial_inner_radius": 0.015187465713379596, "grain_initial_height": 0.11881406531756072, "grain_separation": 0.0039052048491310144, "grains_center_of_mass_position": 0.39690203174703953, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011914135273113629, "throat_radius": 0.010449724639718256, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3746647827875305}], "aerodynamic_surfaces": [{"length": 0.5584758506986052, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1344515757555744}, {"n": 4, "root_chord": 0.1196462497416562, "tip_chord": 0.03983061100032259, "span": 0.10021837470866539, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1688569654451653}, {"top_radius": 0.06567397450194667, "bottom_radius": 0.043094665992184776, "length": 0.057225536427301195, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6993872561244582, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6171658019274661, "upper_button_position": 0.08222145419699212}], "rail_length": 5.2, "inclination": 83.26431666924584, "heading": 53.5946861011229} +{"elevation": 1403.3159921419795, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0105486367919143, "wind_velocity_y_factor": 0.9538466549103037, "datum": "WGS84", "timezone": "UTC", "radius": 0.0634999540928876, "mass": 15.493696873486785, "I_11_without_motor": 6.321, "I_22_without_motor": 6.339975500113111, "I_33_without_motor": 0.0510378934683905, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.940084141878838, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.3984498626579749, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.03672214765004, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.4874915811977603, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6274.29902700134, "burn_start_time": 0, "burn_out_time": 3.9658252999458026, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03248012510869246, "grain_number": 5, "grain_density": 1800.9196999481567, "grain_outer_radius": 0.032394516163755376, "grain_initial_inner_radius": 0.014947358174186583, "grain_initial_height": 0.11873176600498599, "grain_separation": 0.0053267224623567725, "grains_center_of_mass_position": 0.39779714401596566, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003488562218420198, "throat_radius": 0.01059113795990853, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3708943971863512}], "aerodynamic_surfaces": [{"length": 0.5579884247939176, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.133818079975097}, {"n": 4, "root_chord": 0.12052936350989198, "tip_chord": 0.039778067726626606, "span": 0.100309377384834, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1656730236142518}, {"top_radius": 0.062473579437801, "bottom_radius": 0.04495555976003823, "length": 0.06029197516456635, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6993644015360904, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184871145827947, "upper_button_position": 0.08087728695329566}], "rail_length": 5.2, "inclination": 83.92861296476005, "heading": 52.19198444378281} +{"elevation": 1401.0437353964296, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9705242493772717, "wind_velocity_y_factor": 1.01670628192152, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350549646781997, "mass": 14.771083118312117, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332240046272205, "I_33_without_motor": 0.042363862999415955, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.933457538656809, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5872956389855999, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.926054518519698, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.4606455840317198, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 7451.529608030633, "burn_start_time": 0, "burn_out_time": 3.9179252192430702, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03297446425906195, "grain_number": 5, "grain_density": 1743.8430545753731, "grain_outer_radius": 0.03321240572187833, "grain_initial_inner_radius": 0.014782762043084778, "grain_initial_height": 0.11974058004059546, "grain_separation": 0.006274391000776644, "grains_center_of_mass_position": 0.3976363502385537, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0006087949086070774, "throat_radius": 0.011625459143341057, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3725376475853923}], "aerodynamic_surfaces": [{"length": 0.5581210216134747, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1329443377780757}, {"n": 4, "root_chord": 0.11986890804912065, "tip_chord": 0.03986441741660337, "span": 0.10067768500828553, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.167976332299535}, {"top_radius": 0.06189468922751441, "bottom_radius": 0.04367987437412975, "length": 0.059776172702128136, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6997495718359289, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6181928449938113, "upper_button_position": 0.08155672684211757}], "rail_length": 5.2, "inclination": 84.33533669240538, "heading": 50.846542565163425} +{"elevation": 1396.4781230276824, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9830832337536007, "wind_velocity_y_factor": 0.9853055545016979, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350263555029602, "mass": 16.158076290746855, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332177295552707, "I_33_without_motor": 0.038749786834418154, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.93637827537095, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5006776766400662, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9725872334765654, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.326319880928507, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 6798.649157059549, "burn_start_time": 0, "burn_out_time": 3.9529123736009817, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.0327432857797874, "grain_number": 5, "grain_density": 1806.7660407685682, "grain_outer_radius": 0.03331580524504634, "grain_initial_inner_radius": 0.015310582874222742, "grain_initial_height": 0.12061654953410014, "grain_separation": 0.0037964010018045552, "grains_center_of_mass_position": 0.39825098974247153, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00038130161558329784, "throat_radius": 0.01104816220195568, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3736516924147875}], "aerodynamic_surfaces": [{"length": 0.5590792422795453, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1342068305058213}, {"n": 4, "root_chord": 0.12057855131240747, "tip_chord": 0.039767476637747386, "span": 0.09956299040961171, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1677037108873272}, {"top_radius": 0.0636045945882548, "bottom_radius": 0.04333203159885187, "length": 0.06156935858384939, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7001556886745312, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.617193014572199, "upper_button_position": 0.08296267410233216}], "rail_length": 5.2, "inclination": 84.14771079696091, "heading": 57.32578512035605} +{"elevation": 1417.072337167922, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.057036385411309, "wind_velocity_y_factor": 1.0884647095591258, "datum": "WGS84", "timezone": "UTC", "radius": 0.06348953791709949, "mass": 14.793017191007053, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31335968257705, "I_33_without_motor": 0.015252321854803408, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.993167044551715, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.450870725232338, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.8924853485828048, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.3401089013098544, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4921.992247979427, "burn_start_time": 0, "burn_out_time": 4.083947503037528, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03291696598839599, "grain_number": 5, "grain_density": 1888.6487609945511, "grain_outer_radius": 0.03307984983907319, "grain_initial_inner_radius": 0.01511286308961376, "grain_initial_height": 0.11888054882511433, "grain_separation": 0.004531812630030429, "grains_center_of_mass_position": 0.3978855273386828, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0015276569473254202, "throat_radius": 0.010619120286517913, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3717854418208137}], "aerodynamic_surfaces": [{"length": 0.5591967920187867, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1329871887275806}, {"n": 4, "root_chord": 0.12096510424319719, "tip_chord": 0.03937454723279477, "span": 0.09930739033057795, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.168258575179979}, {"top_radius": 0.0632707435102814, "bottom_radius": 0.04375568465595978, "length": 0.05950218665089105, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6994721423557582, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182172476472209, "upper_button_position": 0.0812548947085373}], "rail_length": 5.2, "inclination": 84.91510875879005, "heading": 49.79547883269258} +{"elevation": 1399.8842536500247, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.030174390448472, "wind_velocity_y_factor": 0.9709511498862169, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349428067173965, "mass": 14.999312827608064, "I_11_without_motor": 6.321, "I_22_without_motor": 6.306020594374289, "I_33_without_motor": 0.031918823067450794, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.04839428434734, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5573633452618614, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0246036072085607, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.3829123490563788, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6952.490355210632, "burn_start_time": 0, "burn_out_time": 3.9355978348241503, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03343944876381491, "grain_number": 5, "grain_density": 1816.667834217206, "grain_outer_radius": 0.03323944434094867, "grain_initial_inner_radius": 0.015565175725318282, "grain_initial_height": 0.11973402386082813, "grain_separation": 0.0048060146648130795, "grains_center_of_mass_position": 0.39680957573667797, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0006313404550016284, "throat_radius": 0.011589125272793132, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3745154647077829}], "aerodynamic_surfaces": [{"length": 0.5606925258590227, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1340733876691138}, {"n": 4, "root_chord": 0.12018357967249961, "tip_chord": 0.03970081050985001, "span": 0.10015518645581323, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1684180570508356}, {"top_radius": 0.06560708424534051, "bottom_radius": 0.0448967415185808, "length": 0.0608995603482413, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6991612803688417, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195156942569278, "upper_button_position": 0.07964558611191397}], "rail_length": 5.2, "inclination": 85.3650457617493, "heading": 51.70147247114962} +{"elevation": 1391.7892355808722, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9772691317618534, "wind_velocity_y_factor": 0.936227382304847, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349258331439214, "mass": 14.948187244640131, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318101169443151, "I_33_without_motor": 0.033528490546994805, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.784954592849314, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.561698311710464, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9854241125767155, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.9477826944671974, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6423.332520666732, "burn_start_time": 0, "burn_out_time": 4.020667118860615, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03342925550969619, "grain_number": 5, "grain_density": 1823.2029495018307, "grain_outer_radius": 0.03334163782444445, "grain_initial_inner_radius": 0.014869040855570798, "grain_initial_height": 0.1187298257251409, "grain_separation": 0.006053295965951296, "grains_center_of_mass_position": 0.39605823991008926, "center_of_dry_mass_position": 0.317, "nozzle_position": 2.8090181121930954e-05, "throat_radius": 0.011346271330453548, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.371841986261107}], "aerodynamic_surfaces": [{"length": 0.5590041121751467, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1343751392303751}, {"n": 4, "root_chord": 0.12057540666337312, "tip_chord": 0.03964363327654236, "span": 0.10054045420052107, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1671335680249049}, {"top_radius": 0.06567450602079439, "bottom_radius": 0.04306764951837078, "length": 0.0594025595482196, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7003066809820413, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6186490043549382, "upper_button_position": 0.0816576766271031}], "rail_length": 5.2, "inclination": 84.11055519125928, "heading": 52.54896666587003} +{"elevation": 1380.3148351171071, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0646300752437086, "wind_velocity_y_factor": 1.0329304254186153, "datum": "WGS84", "timezone": "UTC", "radius": 0.0635092645224796, "mass": 14.644628761497211, "I_11_without_motor": 6.321, "I_22_without_motor": 6.32234983643718, "I_33_without_motor": 0.03198058998958243, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.155430310435918, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.537423223433076, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.8019701921776115, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.3889662019033762, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 7735.1947736039, "burn_start_time": 0, "burn_out_time": 3.992389358554985, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032933237095825164, "grain_number": 5, "grain_density": 1862.1816523333869, "grain_outer_radius": 0.03335490948057806, "grain_initial_inner_radius": 0.014513335201393435, "grain_initial_height": 0.11859003644513913, "grain_separation": 0.004279609126164959, "grains_center_of_mass_position": 0.39667036340585266, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00022677213051952163, "throat_radius": 0.010620907851147573, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3722570602703883}], "aerodynamic_surfaces": [{"length": 0.5576073644105575, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1350191154186258}, {"n": 4, "root_chord": 0.12029077925065582, "tip_chord": 0.039112268320542425, "span": 0.09983873039172562, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.167678623766108}, {"top_radius": 0.06252289455424076, "bottom_radius": 0.04462591314899264, "length": 0.059642695154885475, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6995992026847948, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182398086811929, "upper_button_position": 0.08135939400360193}], "rail_length": 5.2, "inclination": 84.69968907898014, "heading": 55.150453125622406} +{"elevation": 1397.2484477912217, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0395949077802538, "wind_velocity_y_factor": 1.0065318128198601, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350632476852983, "mass": 14.983788923501645, "I_11_without_motor": 6.321, "I_22_without_motor": 6.31202754162946, "I_33_without_motor": 0.026096846738857857, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.919372620473885, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4344274558594663, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0114332035757247, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.1826503861700888, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 6832.575694993309, "burn_start_time": 0, "burn_out_time": 4.118502747098393, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032392549322223345, "grain_number": 5, "grain_density": 1800.7177437757352, "grain_outer_radius": 0.03252598037208136, "grain_initial_inner_radius": 0.014352479428402636, "grain_initial_height": 0.12118931920063991, "grain_separation": 0.004518927922959917, "grains_center_of_mass_position": 0.3964138746536722, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0016050702371597676, "throat_radius": 0.01073475087113584, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3726135543017062}], "aerodynamic_surfaces": [{"length": 0.5584300112699305, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1330669805669098}, {"n": 4, "root_chord": 0.12007552453305524, "tip_chord": 0.04011959704396529, "span": 0.10005346725821661, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1670908435547174}, {"top_radius": 0.06337223923710139, "bottom_radius": 0.042612481180299665, "length": 0.060945356465336456, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7007475100018374, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180504998044868, "upper_button_position": 0.08269701019735065}], "rail_length": 5.2, "inclination": 82.79739635208318, "heading": 52.91071659726123} +{"elevation": 1400.6117718542757, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0030066926358587, "wind_velocity_y_factor": 0.9713130031514705, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350420478571753, "mass": 15.58566149018532, "I_11_without_motor": 6.321, "I_22_without_motor": 6.315126604374309, "I_33_without_motor": 0.01917751768359871, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.895970080925444, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5573367136984597, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9413715864385492, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.2634473639674308, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7466.527429896475, "burn_start_time": 0, "burn_out_time": 3.951890711184786, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03377073119692753, "grain_number": 5, "grain_density": 1799.2728052304217, "grain_outer_radius": 0.032394264381464255, "grain_initial_inner_radius": 0.014744692447741454, "grain_initial_height": 0.1199352754134351, "grain_separation": 0.0043803273159194606, "grains_center_of_mass_position": 0.39625050180153015, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000556538713464794, "throat_radius": 0.011393856994943812, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3722720038940237}], "aerodynamic_surfaces": [{"length": 0.5587171223028932, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1356265722938976}, {"n": 4, "root_chord": 0.11988873526030024, "tip_chord": 0.03897288213836387, "span": 0.10044215897933186, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1691671219555668}, {"top_radius": 0.06435253030118435, "bottom_radius": 0.04223586885343164, "length": 0.05939457948902085, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6993978403419253, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180622377851515, "upper_button_position": 0.08133560255677386}], "rail_length": 5.2, "inclination": 86.31802523312501, "heading": 52.385688258792285} +{"elevation": 1390.0250350398194, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0499554989066782, "wind_velocity_y_factor": 0.9992892687196193, "datum": "WGS84", "timezone": "UTC", "radius": 0.0634918601434151, "mass": 14.984396843051599, "I_11_without_motor": 6.321, "I_22_without_motor": 6.3119653761476355, "I_33_without_motor": 0.04071040849364412, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.135332927477796, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5088023105196684, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.005291339438473, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.150168638612578, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5861.185538287302, "burn_start_time": 0, "burn_out_time": 4.069575084374737, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033816327527707114, "grain_number": 5, "grain_density": 1793.9919860708294, "grain_outer_radius": 0.033508439663169014, "grain_initial_inner_radius": 0.015299888180472399, "grain_initial_height": 0.12091051862899338, "grain_separation": 0.0037330742400128866, "grains_center_of_mass_position": 0.3966909026541273, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.00041961470395168596, "throat_radius": 0.01082212010621773, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3711340903343725}], "aerodynamic_surfaces": [{"length": 0.5574827760717544, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1320032016939803}, {"n": 4, "root_chord": 0.12107452698405315, "tip_chord": 0.03943107119174755, "span": 0.10081937141806534, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1667286582647278}, {"top_radius": 0.06502950173091054, "bottom_radius": 0.04352580359197314, "length": 0.05917030476976572, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6999734383406092, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.619222323177679, "upper_button_position": 0.08075111516293021}], "rail_length": 5.2, "inclination": 83.55900384105206, "heading": 50.294103114698956} +{"elevation": 1402.397792850508, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9917380669962877, "wind_velocity_y_factor": 1.0153213813566129, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349483422924566, "mass": 16.13410460415526, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320277848236832, "I_33_without_motor": 0.046048737211628776, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.856580477880481, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4518700402261955, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0850938690696372, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.5298823956370722, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 4126.525239592928, "burn_start_time": 0, "burn_out_time": 4.020650060208117, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03379007160527409, "grain_number": 5, "grain_density": 1843.4335370156089, "grain_outer_radius": 0.03319466912729951, "grain_initial_inner_radius": 0.015126259017376825, "grain_initial_height": 0.12051730293649503, "grain_separation": 0.0034791973759374776, "grains_center_of_mass_position": 0.3966760474378741, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00015187209770309637, "throat_radius": 0.010741222404806785, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3716615742100013}], "aerodynamic_surfaces": [{"length": 0.5575074109522077, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1325293179574738}, {"n": 4, "root_chord": 0.11993116810856858, "tip_chord": 0.03944597147408455, "span": 0.09940014193365396, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1678773543486318}, {"top_radius": 0.0627091733675807, "bottom_radius": 0.043741845599382434, "length": 0.06165107997613142, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6994432742445958, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6184903759677453, "upper_button_position": 0.0809528982768506}], "rail_length": 5.2, "inclination": 84.67909696814888, "heading": 55.00367753769653} +{"elevation": 1404.3635704016717, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0256175093563045, "wind_velocity_y_factor": 1.026774670461976, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350153115201437, "mass": 15.802185782219343, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325470743604473, "I_33_without_motor": 0.03147212041956721, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.962071677477658, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.3820981087402533, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9359983713653206, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.353992878843841, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5955.372280709309, "burn_start_time": 0, "burn_out_time": 4.070133538466869, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03370833235355894, "grain_number": 5, "grain_density": 1743.6134919247188, "grain_outer_radius": 0.03271640805268143, "grain_initial_inner_radius": 0.015842846762114213, "grain_initial_height": 0.11944215787192439, "grain_separation": 0.0032027137308546015, "grains_center_of_mass_position": 0.3988196885879861, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.000988012804099613, "throat_radius": 0.00942658408274578, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3736171302075686}], "aerodynamic_surfaces": [{"length": 0.5577211299651716, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1337768160975883}, {"n": 4, "root_chord": 0.12055020217737204, "tip_chord": 0.04075501698326595, "span": 0.10034936187878296, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1681800185794873}, {"top_radius": 0.06271264333657853, "bottom_radius": 0.0431290187271088, "length": 0.05963596589024269, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6989670936133987, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.616131903311009, "upper_button_position": 0.08283519030238973}], "rail_length": 5.2, "inclination": 83.67836020177134, "heading": 53.3343152988229} +{"elevation": 1411.2971065053005, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0136733622518623, "wind_velocity_y_factor": 0.9382814900085855, "datum": "WGS84", "timezone": "UTC", "radius": 0.06351414572933242, "mass": 14.598603030220092, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327830917346925, "I_33_without_motor": 0.035949817452731264, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.052358815435396, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.527253962262071, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0177937054626998, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.83138706576454, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 6513.57683766984, "burn_start_time": 0, "burn_out_time": 4.120105191182332, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03257081944758798, "grain_number": 5, "grain_density": 1762.4730354025526, "grain_outer_radius": 0.03352502084423975, "grain_initial_inner_radius": 0.015612958963325424, "grain_initial_height": 0.1215185661415667, "grain_separation": 0.005235274997359329, "grains_center_of_mass_position": 0.39794748396987284, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011256100911476565, "throat_radius": 0.012045699762941672, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3717232764157794}], "aerodynamic_surfaces": [{"length": 0.5576004728641547, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1341738305076021}, {"n": 4, "root_chord": 0.11988624625051753, "tip_chord": 0.0398273754126989, "span": 0.0995358746493778, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1699990543956074}, {"top_radius": 0.06328904038203008, "bottom_radius": 0.043539013678897696, "length": 0.05933248790432626, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7038718313946201, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178301440764211, "upper_button_position": 0.08604168731819895}], "rail_length": 5.2, "inclination": 84.02655051532409, "heading": 51.624655266100945} +{"elevation": 1389.0638411065975, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0049921293754502, "wind_velocity_y_factor": 1.0188046453765538, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350205561836268, "mass": 15.416962164975027, "I_11_without_motor": 6.321, "I_22_without_motor": 6.310639846107715, "I_33_without_motor": 0.03628899270774082, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.821177386771176, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5397654639907037, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.8969229178969906, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.2378999067868743, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7527.504249447586, "burn_start_time": 0, "burn_out_time": 3.8256591017167847, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03302045083113716, "grain_number": 5, "grain_density": 1846.2843175949595, "grain_outer_radius": 0.033231263296857425, "grain_initial_inner_radius": 0.014493538495541422, "grain_initial_height": 0.1212398355673508, "grain_separation": 0.006033428949577618, "grains_center_of_mass_position": 0.39793789051040496, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0003149423990108922, "throat_radius": 0.011488714452435596, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.372116291126058}], "aerodynamic_surfaces": [{"length": 0.5578716472383797, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.135659572054652}, {"n": 4, "root_chord": 0.11956109677830697, "tip_chord": 0.03957494277723248, "span": 0.10051461645815883, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1677045198156706}, {"top_radius": 0.06372375579756691, "bottom_radius": 0.04422489259761258, "length": 0.06005674695654379, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7001436767512671, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191727236646863, "upper_button_position": 0.08097095308658075}], "rail_length": 5.2, "inclination": 85.20665417189205, "heading": 54.390227384316255} +{"elevation": 1404.0912417482132, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9489536344272974, "wind_velocity_y_factor": 0.9595266666536206, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349702834638969, "mass": 15.619446837786333, "I_11_without_motor": 6.321, "I_22_without_motor": 6.330410373125422, "I_33_without_motor": 0.026239390673474736, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.02665557370393, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.56211643269204, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9696606198561204, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.663060891250475, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 6884.676908505131, "burn_start_time": 0, "burn_out_time": 3.963573636353765, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033462030644196984, "grain_number": 5, "grain_density": 1867.7212258281722, "grain_outer_radius": 0.03331300290482249, "grain_initial_inner_radius": 0.014981859676923106, "grain_initial_height": 0.12030869523654113, "grain_separation": 0.005962797343443307, "grains_center_of_mass_position": 0.3980116259440982, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009212554848569156, "throat_radius": 0.011140757192382115, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.373026754368399}], "aerodynamic_surfaces": [{"length": 0.5583019366181122, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1333377710429893}, {"n": 4, "root_chord": 0.12065905315716417, "tip_chord": 0.040396466538631645, "span": 0.09979770226616114, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1669026842173895}, {"top_radius": 0.06329838060827045, "bottom_radius": 0.043169705771942, "length": 0.060960953255793045, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6980516959125415, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6175460695938938, "upper_button_position": 0.08050562631864766}], "rail_length": 5.2, "inclination": 84.53401756310217, "heading": 53.979846344614344} +{"elevation": 1401.8565458963342, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.991781998219092, "wind_velocity_y_factor": 0.990773823326853, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350624198191769, "mass": 15.151608113413186, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325960149150575, "I_33_without_motor": 0.027350089490317715, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.928584156314827, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5251637840373269, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.974313936234732, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.6948435248817968, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 7751.728960956879, "burn_start_time": 0, "burn_out_time": 3.895986818752049, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032902314202795956, "grain_number": 5, "grain_density": 1856.2991385651453, "grain_outer_radius": 0.03259815019844328, "grain_initial_inner_radius": 0.0153663540487959, "grain_initial_height": 0.12055684909611987, "grain_separation": 0.005201477027255609, "grains_center_of_mass_position": 0.39351781804808955, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.001083356082022318, "throat_radius": 0.010460323192487065, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3705550699908584}], "aerodynamic_surfaces": [{"length": 0.5576932604265181, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1337319362481082}, {"n": 4, "root_chord": 0.11988185177811203, "tip_chord": 0.04003393098095266, "span": 0.10065196551252616, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1687470210605988}, {"top_radius": 0.06415752866708455, "bottom_radius": 0.043531993558050874, "length": 0.060434613708109576, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6983800086590571, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6192517498391078, "upper_button_position": 0.07912825881994934}], "rail_length": 5.2, "inclination": 84.74358269371814, "heading": 52.714774158299996} +{"elevation": 1392.419582520567, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0561204555165418, "wind_velocity_y_factor": 1.0096397310313956, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350205623040973, "mass": 15.158471836775146, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314751816924603, "I_33_without_motor": 0.015507036292697975, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.901100220315366, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5710381973309133, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.003781259783581, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.6942579968162723, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6008.234007502577, "burn_start_time": 0, "burn_out_time": 3.999213185591994, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03262834345706355, "grain_number": 5, "grain_density": 1769.9801838002434, "grain_outer_radius": 0.03294672173694803, "grain_initial_inner_radius": 0.01509234519680349, "grain_initial_height": 0.12101425308870883, "grain_separation": 0.005010064547129063, "grains_center_of_mass_position": 0.3951862995655097, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0004710064594055706, "throat_radius": 0.010854065953612485, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3724911155667414}], "aerodynamic_surfaces": [{"length": 0.5583882195368273, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1346713033512388}, {"n": 4, "root_chord": 0.12018969976884569, "tip_chord": 0.04009100101562261, "span": 0.10055458248558083, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1677816392582476}, {"top_radius": 0.06452385635432849, "bottom_radius": 0.045751109251466665, "length": 0.05909136930101265, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7009268673170215, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178183635128975, "upper_button_position": 0.08310850380412393}], "rail_length": 5.2, "inclination": 84.76921621648555, "heading": 53.94368776325931} +{"elevation": 1400.1445997930289, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0261556978410207, "wind_velocity_y_factor": 1.0114737192160368, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349851740770611, "mass": 15.26010394820217, "I_11_without_motor": 6.321, "I_22_without_motor": 6.327054731742076, "I_33_without_motor": 0.037516259232368995, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.19675102251525, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4267435529172177, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9589864480590514, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.3312052345479284, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 6726.331080939172, "burn_start_time": 0, "burn_out_time": 4.185103011822983, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032721320973710034, "grain_number": 5, "grain_density": 1887.4202296570454, "grain_outer_radius": 0.03296265232549499, "grain_initial_inner_radius": 0.015143076135387349, "grain_initial_height": 0.1183700939578749, "grain_separation": 0.005042602224348472, "grains_center_of_mass_position": 0.39693239722456797, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.000860831226166866, "throat_radius": 0.01103972478454336, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3737264574733528}], "aerodynamic_surfaces": [{"length": 0.5603934207632486, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1325447751492157}, {"n": 4, "root_chord": 0.12120537528656197, "tip_chord": 0.0397967128330669, "span": 0.09969783536597461, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1683547315825469}, {"top_radius": 0.06340138092425074, "bottom_radius": 0.04308615721907665, "length": 0.0584615188292186, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6994356897517566, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6189458662532042, "upper_button_position": 0.08048982349855238}], "rail_length": 5.2, "inclination": 83.89536424797107, "heading": 53.17483266131045} +{"elevation": 1402.4856235410502, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.023568485700781, "wind_velocity_y_factor": 0.9946149395477474, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350310160644818, "mass": 16.233932191672046, "I_11_without_motor": 6.321, "I_22_without_motor": 6.324298027725669, "I_33_without_motor": 0.03496077068963906, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.113347171576356, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.554051536903254, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9544594581357906, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.8570864420928543, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 6557.324496762627, "burn_start_time": 0, "burn_out_time": 4.088013509341537, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.032782635129585534, "grain_number": 5, "grain_density": 1845.4571973466932, "grain_outer_radius": 0.03263243394633819, "grain_initial_inner_radius": 0.015097797788279977, "grain_initial_height": 0.12206865756038247, "grain_separation": 0.005173698253116542, "grains_center_of_mass_position": 0.39728735919700864, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0015023167826431684, "throat_radius": 0.011087820430274797, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3739355204016819}], "aerodynamic_surfaces": [{"length": 0.5603253012801244, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.134101370810603}, {"n": 4, "root_chord": 0.12004703430081737, "tip_chord": 0.039768310164255444, "span": 0.09998264034385328, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1682004055634585}, {"top_radius": 0.06434725031920287, "bottom_radius": 0.044289485934911305, "length": 0.05959420520452386, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6998873751794459, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6191887257253169, "upper_button_position": 0.08069864945412897}], "rail_length": 5.2, "inclination": 84.52224695888424, "heading": 48.565883142813696} +{"elevation": 1409.7075802211098, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0003687483186356, "wind_velocity_y_factor": 1.0368308900397205, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350074545166388, "mass": 15.305120353379913, "I_11_without_motor": 6.321, "I_22_without_motor": 6.336013095747666, "I_33_without_motor": 0.03075489955257385, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.014738833044973, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4669684741594384, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0316899328182074, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.2381480494400323, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 6705.695900743751, "burn_start_time": 0, "burn_out_time": 4.130613932107336, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03290111584093344, "grain_number": 5, "grain_density": 1889.05969994323, "grain_outer_radius": 0.03351765236116763, "grain_initial_inner_radius": 0.015744503625712784, "grain_initial_height": 0.12093449178167676, "grain_separation": 0.0044102161069304825, "grains_center_of_mass_position": 0.39771358340842355, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0018489658872606106, "throat_radius": 0.011700086519316049, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3727158310446184}], "aerodynamic_surfaces": [{"length": 0.5575602089301795, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1319552718258763}, {"n": 4, "root_chord": 0.12050900516331323, "tip_chord": 0.040722937458654976, "span": 0.10002103008459808, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1679122919502738}, {"top_radius": 0.06450510882058302, "bottom_radius": 0.043461771487151836, "length": 0.06121959254875026, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.701151590365674, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174999704675513, "upper_button_position": 0.08365161989812264}], "rail_length": 5.2, "inclination": 85.1310405266448, "heading": 53.08639237611233} +{"elevation": 1405.4563798627244, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0506552971886531, "wind_velocity_y_factor": 1.072224511952586, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350006094414379, "mass": 15.165491640388964, "I_11_without_motor": 6.321, "I_22_without_motor": 6.314099642580562, "I_33_without_motor": 0.0520235656103629, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.227392315110432, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4162740489046455, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9710919881712022, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.864379207447662, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 6119.039637031344, "burn_start_time": 0, "burn_out_time": 4.001214904552099, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03280877529047012, "grain_number": 5, "grain_density": 1780.5434774125354, "grain_outer_radius": 0.032951311259431536, "grain_initial_inner_radius": 0.01509920727035802, "grain_initial_height": 0.12133121677692348, "grain_separation": 0.0037948134432181516, "grains_center_of_mass_position": 0.3981721238156194, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.001295841910521061, "throat_radius": 0.011652495354181534, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.373251480779853}], "aerodynamic_surfaces": [{"length": 0.5594033055099914, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1347482420869142}, {"n": 4, "root_chord": 0.11970400916510739, "tip_chord": 0.04024641466696899, "span": 0.10001112856340634, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1659994987653532}, {"top_radius": 0.0631198068981484, "bottom_radius": 0.043486055652649076, "length": 0.05956476098977325, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7019170210121106, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6182121784679966, "upper_button_position": 0.08370484254411403}], "rail_length": 5.2, "inclination": 84.24021657569799, "heading": 51.88884635094515} +{"elevation": 1399.7757625253325, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0442081417837326, "wind_velocity_y_factor": 1.0319817903457411, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349355497204769, "mass": 14.914981461152967, "I_11_without_motor": 6.321, "I_22_without_motor": 6.308746566648283, "I_33_without_motor": 0.04969811452686007, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.990824096707996, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.3584761147614606, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.8619290932519746, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.3618611566096663, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 5582.162295230547, "burn_start_time": 0, "burn_out_time": 4.100137966686041, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033158924597991996, "grain_number": 5, "grain_density": 1780.3450700164196, "grain_outer_radius": 0.032481855237344925, "grain_initial_inner_radius": 0.015860084291386124, "grain_initial_height": 0.1205871983426721, "grain_separation": 0.004606442934743118, "grains_center_of_mass_position": 0.3975458340935546, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0009834506215105367, "throat_radius": 0.010174071782286945, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.372610650951112}], "aerodynamic_surfaces": [{"length": 0.5587389675937814, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1323071124334212}, {"n": 4, "root_chord": 0.12026868181204868, "tip_chord": 0.03999293335653809, "span": 0.099882520893286, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.167737323252248}, {"top_radius": 0.06446586006508757, "bottom_radius": 0.0436198859343546, "length": 0.05985479668201819, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6996302957517718, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6177619493233241, "upper_button_position": 0.08186834642844776}], "rail_length": 5.2, "inclination": 85.23159825675276, "heading": 56.51415369186869} +{"elevation": 1407.448829052939, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9824080958689384, "wind_velocity_y_factor": 1.0132592680860246, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350491427351417, "mass": 15.380705954707796, "I_11_without_motor": 6.321, "I_22_without_motor": 6.325950116231575, "I_33_without_motor": 0.01698304376720128, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.933690011538896, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.529391870229373, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.953458006544804, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.3389999662189687, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], "total_impulse": 5486.508791922981, "burn_start_time": 0, "burn_out_time": 4.000330539618153, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033510646030921465, "grain_number": 5, "grain_density": 1816.90917375829, "grain_outer_radius": 0.032744855417361135, "grain_initial_inner_radius": 0.014945296534521885, "grain_initial_height": 0.11934434548335071, "grain_separation": 0.005368639160988631, "grains_center_of_mass_position": 0.39781107430044454, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011113487664844905, "throat_radius": 0.010868097847726634, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3740937114124292}], "aerodynamic_surfaces": [{"length": 0.5582719491910391, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.132927341758518}, {"n": 4, "root_chord": 0.12053663312181552, "tip_chord": 0.04070324205848759, "span": 0.10057569190835419, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.169484107575748}, {"top_radius": 0.06441520414766637, "bottom_radius": 0.045129915609130614, "length": 0.05976066376655526, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6991495446037388, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6176124373947486, "upper_button_position": 0.08153710720899021}], "rail_length": 5.2, "inclination": 84.05067809462271, "heading": 53.07659135143488} +{"elevation": 1398.226591413962, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9897248866641174, "wind_velocity_y_factor": 0.9636212382158447, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350591794248568, "mass": 16.050584488554954, "I_11_without_motor": 6.321, "I_22_without_motor": 6.336103622032173, "I_33_without_motor": 0.031574695107514365, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.148069498482991, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.6217775441604956, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0205932040341705, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.4477559691200081, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5687.994770550796, "burn_start_time": 0, "burn_out_time": 3.998562872066158, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03223583814365746, "grain_number": 5, "grain_density": 1836.1380962733908, "grain_outer_radius": 0.03280215652874838, "grain_initial_inner_radius": 0.01445511448761522, "grain_initial_height": 0.1209172891609196, "grain_separation": 0.005477799422303082, "grains_center_of_mass_position": 0.3968442211215408, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0011460689840879735, "throat_radius": 0.010656669117178124, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.371907775496606}], "aerodynamic_surfaces": [{"length": 0.5580472774322639, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1342239983233018}, {"n": 4, "root_chord": 0.12011656416554777, "tip_chord": 0.04005654739616602, "span": 0.10016709207215972, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.166714329089438}, {"top_radius": 0.06038191997060384, "bottom_radius": 0.04199624367946394, "length": 0.05893779629949273, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7008511887639397, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6180800068263118, "upper_button_position": 0.08277118193762789}], "rail_length": 5.2, "inclination": 84.99135711109437, "heading": 54.25125491058345} +{"elevation": 1402.5227480621093, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.9697131129788991, "wind_velocity_y_factor": 0.9885238593966614, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350506731105733, "mass": 13.901348677588416, "I_11_without_motor": 6.321, "I_22_without_motor": 6.320851174591496, "I_33_without_motor": 0.02976921526224669, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.049202583522515, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.6734427896476878, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.1085032438042843, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.4988076248561375, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 4994.775055388961, "burn_start_time": 0, "burn_out_time": 3.9775441226657557, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03389930625348475, "grain_number": 5, "grain_density": 1837.9412281271495, "grain_outer_radius": 0.03266320053097187, "grain_initial_inner_radius": 0.014762935078844908, "grain_initial_height": 0.11943980229450499, "grain_separation": 0.006276774216441817, "grains_center_of_mass_position": 0.3968461106451965, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0010193480846616507, "throat_radius": 0.010785222342663187, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3731290153304196}], "aerodynamic_surfaces": [{"length": 0.5584949622783892, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1343086221145853}, {"n": 4, "root_chord": 0.11950529848341071, "tip_chord": 0.039730141900886036, "span": 0.09973653165374297, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1670039376067671}, {"top_radius": 0.06320582877484571, "bottom_radius": 0.04267628411340266, "length": 0.0612274135596307, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6990186257232065, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.61834546365692, "upper_button_position": 0.0806731620662865}], "rail_length": 5.2, "inclination": 84.68645581372381, "heading": 50.51985309701826} +{"elevation": 1398.8464896513076, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0151265602542159, "wind_velocity_y_factor": 1.0491989304085532, "datum": "WGS84", "timezone": "UTC", "radius": 0.0635017155994012, "mass": 14.576680524752753, "I_11_without_motor": 6.321, "I_22_without_motor": 6.319337504396119, "I_33_without_motor": 0.03571594085536462, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.05598655872769, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.4980778885836072, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 1.0139390242642021, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.4768659881139414, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 7268.149623501549, "burn_start_time": 0, "burn_out_time": 3.7184831140719696, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033634052407707636, "grain_number": 5, "grain_density": 1792.6678044891914, "grain_outer_radius": 0.03294479162820856, "grain_initial_inner_radius": 0.015092605185288812, "grain_initial_height": 0.12099555346492641, "grain_separation": 0.005351480947106833, "grains_center_of_mass_position": 0.3970524242901934, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00128778949973548, "throat_radius": 0.011945402378830152, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3745475619413967}], "aerodynamic_surfaces": [{"length": 0.5579581996006479, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1323384268652426}, {"n": 4, "root_chord": 0.1203232259751295, "tip_chord": 0.03963009300907664, "span": 0.09991856558690122, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.166423285164201}, {"top_radius": 0.062451333221909905, "bottom_radius": 0.041930245443374106, "length": 0.060189845402260495, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7001901366969561, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6195496516011466, "upper_button_position": 0.08064048509580946}], "rail_length": 5.2, "inclination": 82.4207028558506, "heading": 52.98180484235392} +{"elevation": 1392.692732569213, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.013710022257529, "wind_velocity_y_factor": 0.9564855488488756, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349397315839565, "mass": 15.608786774190058, "I_11_without_motor": 6.321, "I_22_without_motor": 6.318272954243124, "I_33_without_motor": 0.05055680868760222, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 10.031892816266096, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5870420807674905, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.8028948232169246, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.5002345232980965, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 8032.187500625152, "burn_start_time": 0, "burn_out_time": 3.9057246346714347, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.03259245205550047, "grain_number": 5, "grain_density": 1797.2640346555618, "grain_outer_radius": 0.03272997871769739, "grain_initial_inner_radius": 0.014513776584919888, "grain_initial_height": 0.12090342245460545, "grain_separation": 0.002817361902634273, "grains_center_of_mass_position": 0.39844982735359863, "center_of_dry_mass_position": 0.317, "nozzle_position": -0.0011554335281664953, "throat_radius": 0.01071453736770016, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3728784077409038}], "aerodynamic_surfaces": [{"length": 0.5557254980875532, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.134728199614298}, {"n": 4, "root_chord": 0.11953167750589347, "tip_chord": 0.03965536703329851, "span": 0.09970470362360495, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.167004289883131}, {"top_radius": 0.06269791114792317, "bottom_radius": 0.042988616984828525, "length": 0.06108168075482018, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.7004828793961831, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6168313101791633, "upper_button_position": 0.08365156921701988}], "rail_length": 5.2, "inclination": 84.6719408992077, "heading": 52.82073675095722} +{"elevation": 1397.1537041812815, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 1.0689070359211201, "wind_velocity_y_factor": 1.0651654174438383, "datum": "WGS84", "timezone": "UTC", "radius": 0.06350140144407097, "mass": 16.372282964009983, "I_11_without_motor": 6.321, "I_22_without_motor": 6.317086806877021, "I_33_without_motor": 0.035698321100906864, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.884438636687527, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5323768535618052, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.8001574258991576, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.486419436656361, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "data/motors/Cesaroni_M1670.eng", "total_impulse": 5839.036112060743, "burn_start_time": 0, "burn_out_time": 4.013869963233004, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033148402809716856, "grain_number": 5, "grain_density": 1844.1597469333683, "grain_outer_radius": 0.032651584504855946, "grain_initial_inner_radius": 0.0154982612580234, "grain_initial_height": 0.12026733687386496, "grain_separation": 0.004999423090601721, "grains_center_of_mass_position": 0.3967483130077837, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.00012473968141918325, "throat_radius": 0.01196093958305058, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3710999415390253}], "aerodynamic_surfaces": [{"length": 0.560255443767707, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1338953982770315}, {"n": 4, "root_chord": 0.11980920702960102, "tip_chord": 0.03982254113870529, "span": 0.100295399366498, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.166729269038461}, {"top_radius": 0.06474975032800921, "bottom_radius": 0.04425109392407674, "length": 0.05809447763270977, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6987441025011764, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6174051138616021, "upper_button_position": 0.08133898863957423}], "rail_length": 5.2, "inclination": 85.85978985782354, "heading": 51.183479786714855} +{"elevation": 1391.7030732605656, "gravity": "'Function from R1 to R1 : (height (m)) \u2192 (gravity (m/s\u00b2))'", "latitude": 32.990254, "longitude": -106.974998, "wind_velocity_x_factor": 0.985714296384503, "wind_velocity_y_factor": 0.9936882747412457, "datum": "WGS84", "timezone": "UTC", "radius": 0.06349506692028299, "mass": 15.62327956303597, "I_11_without_motor": 6.321, "I_22_without_motor": 6.332139704709524, "I_33_without_motor": 0.034640854382155035, "I_12_without_motor": 0, "I_13_without_motor": 0, "I_23_without_motor": 0, "power_off_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power Off)'", "power_on_drag": "'Function from R1 to R1 : (Mach Number) \u2192 (Drag Coefficient with Power On)'", "power_off_drag_factor": 1.0, "power_on_drag_factor": 1.0, "center_of_mass_without_motor": 0.0, "coordinate_system_orientation": "tail_to_nose", "parachutes": [{"cd_s": 9.971986397842135, "trigger": ".main_trigger at 0x00000217271CE3B0>", "sampling_rate": 105, "lag": 1.5544722122813297, "noise": [0, 8.3, 0.5], "name": "calisto_main_chute"}, {"cd_s": 0.9794443482665297, "trigger": ".drogue_trigger at 0x00000217271CE680>", "sampling_rate": 105, "lag": 1.4951518897811753, "noise": [0, 8.3, 0.5], "name": "calisto_drogue_chute"}], "motors": [{"thrust_source": "'Function from R1 to R1 : (Scalar) \u2192 (Scalar)'", "total_impulse": 5203.951690188061, "burn_start_time": 0, "burn_out_time": 3.7687598350208913, "dry_mass": 1.815, "dry_I_11": 0.125, "dry_I_22": 0.125, "dry_I_33": 0.002, "dry_I_12": 0, "dry_I_13": 0, "dry_I_23": 0, "nozzle_radius": 0.033309605748364376, "grain_number": 5, "grain_density": 1814.5561909003682, "grain_outer_radius": 0.033787827603312365, "grain_initial_inner_radius": 0.01603357285908054, "grain_initial_height": 0.11985301438850036, "grain_separation": 0.006295488385596427, "grains_center_of_mass_position": 0.39674881797973827, "center_of_dry_mass_position": 0.317, "nozzle_position": 0.0014098483324168725, "throat_radius": 0.01106875862171734, "interpolate": "linear", "coordinate_system_orientation": "nozzle_to_combustion_chamber", "position": -1.3728894499605324}], "aerodynamic_surfaces": [{"length": 0.5578962353826765, "kind": "vonkarman", "base_radius": 0.0635, "bluffness": null, "rocket_radius": 0.0635, "name": "calisto_nose_cone", "position": 1.1346443219124114}, {"n": 4, "root_chord": 0.12003988352391884, "tip_chord": 0.039858947022704073, "span": 0.09965050554399751, "rocket_radius": 0.0635, "cant_angle": 0, "sweep_length": 0.07999999999999999, "sweep_angle": null, "airfoil": null, "name": "calisto_trapezoidal_fins", "position": -1.1660966440339644}, {"top_radius": 0.06258320599856293, "bottom_radius": 0.04451824699368845, "length": 0.05828025087985428, "rocket_radius": 0.0635, "name": "calisto_tail", "position": -1.313}], "rail_buttons": [{"buttons_distance": 0.6990271467478724, "angular_position": 45, "name": "Rail Buttons", "lower_button_position": -0.6178020980148783, "upper_button_position": 0.08122504873299408}], "rail_length": 5.2, "inclination": 84.46190426310586, "heading": 51.90605901182231} diff --git a/tests/fixtures/monte_carlo/example.outputs.txt b/tests/fixtures/monte_carlo/example.outputs.txt new file mode 100644 index 000000000..8ba90b4a6 --- /dev/null +++ b/tests/fixtures/monte_carlo/example.outputs.txt @@ -0,0 +1,100 @@ +{"out_of_rail_velocity": 26.831613146876215, "out_of_rail_time": 0.2793473339283912, "lateral_surface_wind": 0.0, "y_impact": 439.8282185603723, "frontal_surface_wind": 0.0, "max_mach_number": 1.095659254157166, "x_impact": 553.4921641702331, "apogee_x": 478.7558244271413, "initial_stability_margin": 2.2811483199025306, "apogee_y": 380.434271388912, "out_of_rail_stability_margin": 2.337750512014616, "t_final": 344.60467886361823, "impact_velocity": -5.609961568381251, "apogee": 5742.416980203671, "apogee_time": 29.127459565130206} +{"out_of_rail_velocity": 20.35564408092974, "out_of_rail_time": 0.3685282529512622, "lateral_surface_wind": 0.0, "y_impact": 303.21004393796187, "frontal_surface_wind": 0.0, "max_mach_number": 0.6873434746583403, "x_impact": 402.3071632589355, "apogee_x": 333.13262149957507, "initial_stability_margin": 2.1426693438416633, "apogee_y": 251.07134906527247, "out_of_rail_stability_margin": 2.2178798135158417, "t_final": 241.49985932413045, "impact_velocity": -5.590224162616124, "apogee": 3844.413416539665, "apogee_time": 23.326100509996536} +{"out_of_rail_velocity": 27.463395783818022, "out_of_rail_time": 0.3469164432440077, "lateral_surface_wind": 0.0, "y_impact": 582.7426537000536, "frontal_surface_wind": 0.0, "max_mach_number": 0.9804360522091363, "x_impact": 756.0310917807732, "apogee_x": 652.621715681056, "initial_stability_margin": 2.1129597269102045, "apogee_y": 503.03090370834985, "out_of_rail_stability_margin": 2.178599612082761, "t_final": 320.77010247696177, "impact_velocity": -5.6210005400429095, "apogee": 5306.513148009874, "apogee_time": 27.782155719683896} +{"out_of_rail_velocity": 26.03603835031784, "out_of_rail_time": 0.28820396663387843, "lateral_surface_wind": 0.0, "y_impact": 695.0277256448707, "frontal_surface_wind": 0.0, "max_mach_number": 1.0966545263259262, "x_impact": 1010.0706847099149, "apogee_x": 890.4328101294786, "initial_stability_margin": 2.183569250590203, "apogee_y": 612.7017591830871, "out_of_rail_stability_margin": 2.2374497511152733, "t_final": 351.0015044492324, "impact_velocity": -5.508936966531114, "apogee": 5684.30607304809, "apogee_time": 28.993764183660726} +{"out_of_rail_velocity": 24.91149974573578, "out_of_rail_time": 0.373653761945765, "lateral_surface_wind": 0.0, "y_impact": 419.69472555367906, "frontal_surface_wind": 0.0, "max_mach_number": 0.8145586863274775, "x_impact": 647.9354331780958, "apogee_x": 551.8801383862549, "initial_stability_margin": 2.1113851374368213, "apogee_y": 357.4720653760924, "out_of_rail_stability_margin": 2.188761973599792, "t_final": 278.127757367033, "impact_velocity": -5.761571863631955, "apogee": 4545.118312306715, "apogee_time": 25.543501571896698} +{"out_of_rail_velocity": 23.174170062004244, "out_of_rail_time": 0.3233868497585724, "lateral_surface_wind": 0.0, "y_impact": 608.6113613946114, "frontal_surface_wind": 0.0, "max_mach_number": 0.8920605202728022, "x_impact": 756.1784510021465, "apogee_x": 647.5479320148901, "initial_stability_margin": 2.1526876411893863, "apogee_y": 521.173391476381, "out_of_rail_stability_margin": 2.2121856268598514, "t_final": 299.14404660271197, "impact_velocity": -5.660818189993933, "apogee": 4903.183690448631, "apogee_time": 27.018143456116835} +{"out_of_rail_velocity": 23.7692818319614, "out_of_rail_time": 0.31545625931851856, "lateral_surface_wind": 0.0, "y_impact": 377.0018943974045, "frontal_surface_wind": 0.0, "max_mach_number": 0.9170925596591522, "x_impact": 544.3848609667765, "apogee_x": 457.263041376291, "initial_stability_margin": 2.0772310340505165, "apogee_y": 316.66029946968007, "out_of_rail_stability_margin": 2.1407723728164774, "t_final": 295.51894474514967, "impact_velocity": -5.576364273650103, "apogee": 5006.876250226101, "apogee_time": 27.263963221082953} +{"out_of_rail_velocity": 23.41973878247063, "out_of_rail_time": 0.3199527503640367, "lateral_surface_wind": 0.0, "y_impact": 464.84491443252534, "frontal_surface_wind": 0.0, "max_mach_number": 0.9156371344886871, "x_impact": 651.6130531075971, "apogee_x": 561.8677936249193, "initial_stability_margin": 2.2165667552882735, "apogee_y": 400.81866304075083, "out_of_rail_stability_margin": 2.2764085021113276, "t_final": 314.56943341388245, "impact_velocity": -5.593204750646538, "apogee": 5010.330414283029, "apogee_time": 27.320064194918114} +{"out_of_rail_velocity": 22.035337682803224, "out_of_rail_time": 0.34018864974415997, "lateral_surface_wind": 0.0, "y_impact": 468.80331952782876, "frontal_surface_wind": 0.0, "max_mach_number": 0.8062511032193272, "x_impact": 633.9167632976009, "apogee_x": 540.7079005067761, "initial_stability_margin": 2.1996317057065684, "apogee_y": 399.8682330383451, "out_of_rail_stability_margin": 2.262286006593304, "t_final": 275.04137681177815, "impact_velocity": -5.6404116693322175, "apogee": 4455.5894231303855, "apogee_time": 25.497824117553442} +{"out_of_rail_velocity": 27.473729669088623, "out_of_rail_time": 0.34854778572996087, "lateral_surface_wind": 0.0, "y_impact": 630.2307030036792, "frontal_surface_wind": 0.0, "max_mach_number": 0.9968874677773024, "x_impact": 765.7833982044764, "apogee_x": 662.2128025642886, "initial_stability_margin": 2.175235210654683, "apogee_y": 544.9890099576271, "out_of_rail_stability_margin": 2.232750306726325, "t_final": 328.5781882865688, "impact_velocity": -5.553449159281783, "apogee": 5395.058379844846, "apogee_time": 28.066908927427402} +{"out_of_rail_velocity": 27.453253016969335, "out_of_rail_time": 0.3464310123822922, "lateral_surface_wind": 0.0, "y_impact": 535.6858586671925, "frontal_surface_wind": 0.0, "max_mach_number": 0.9756968947987071, "x_impact": 723.9417428064751, "apogee_x": 625.5251895582255, "initial_stability_margin": 2.252730964468246, "apogee_y": 462.8580101848068, "out_of_rail_stability_margin": 2.317515859190001, "t_final": 315.97097386834935, "impact_velocity": -5.669621812760607, "apogee": 5327.532647830126, "apogee_time": 27.90455828082642} +{"out_of_rail_velocity": 24.88267117322986, "out_of_rail_time": 0.3010177007874101, "lateral_surface_wind": 0.0, "y_impact": 683.3472928014083, "frontal_surface_wind": 0.0, "max_mach_number": 1.0188161015935349, "x_impact": 888.7423706140021, "apogee_x": 775.584703619737, "initial_stability_margin": 2.043757692543529, "apogee_y": 596.3389630219905, "out_of_rail_stability_margin": 2.1011388952879857, "t_final": 325.3457158410277, "impact_velocity": -5.540002587517954, "apogee": 5392.949945330445, "apogee_time": 28.360484665126652} +{"out_of_rail_velocity": 24.3184911479461, "out_of_rail_time": 0.30835062089642046, "lateral_surface_wind": 0.0, "y_impact": 607.0204320628168, "frontal_surface_wind": 0.0, "max_mach_number": 0.9638391849509704, "x_impact": 757.1586863243356, "apogee_x": 649.5185969163817, "initial_stability_margin": 2.268956022307016, "apogee_y": 520.7203591521635, "out_of_rail_stability_margin": 2.3240837226364532, "t_final": 305.1738630067542, "impact_velocity": -5.781341965546032, "apogee": 5295.995239290411, "apogee_time": 28.306078810566447} +{"out_of_rail_velocity": 22.59574767336018, "out_of_rail_time": 0.40853277922410414, "lateral_surface_wind": 0.0, "y_impact": 238.1630943932609, "frontal_surface_wind": 0.0, "max_mach_number": 0.6937561267362126, "x_impact": 315.9716205903942, "apogee_x": 262.09035936743146, "initial_stability_margin": 2.2538530584613667, "apogee_y": 197.5473199228922, "out_of_rail_stability_margin": 2.336016734785593, "t_final": 249.56548839111971, "impact_velocity": -5.591773736343036, "apogee": 3922.436544053924, "apogee_time": 23.26966291171815} +{"out_of_rail_velocity": 21.70860434324559, "out_of_rail_time": 0.3451912744111599, "lateral_surface_wind": 0.0, "y_impact": 385.8003765919096, "frontal_surface_wind": 0.0, "max_mach_number": 0.7820410233924879, "x_impact": 563.8730744324058, "apogee_x": 476.79271429021986, "initial_stability_margin": 2.186314397325936, "apogee_y": 326.2167727182526, "out_of_rail_stability_margin": 2.251816673963577, "t_final": 267.4460665294656, "impact_velocity": -5.606761631205725, "apogee": 4332.272567172737, "apogee_time": 25.1415379699762} +{"out_of_rail_velocity": 21.14413341692006, "out_of_rail_time": 0.3543643669280475, "lateral_surface_wind": 0.0, "y_impact": 411.79616327765865, "frontal_surface_wind": 0.0, "max_mach_number": 0.7405756169870801, "x_impact": 521.1758021866566, "apogee_x": 439.26098002860346, "initial_stability_margin": 2.2421237934531213, "apogee_y": 347.0691281349488, "out_of_rail_stability_margin": 2.312390206066483, "t_final": 260.7051380214354, "impact_velocity": -5.6958997816013, "apogee": 4112.511624939966, "apogee_time": 24.39810981169736} +{"out_of_rail_velocity": 21.520073185210123, "out_of_rail_time": 0.3480349425071127, "lateral_surface_wind": 0.0, "y_impact": 406.8030880030316, "frontal_surface_wind": 0.0, "max_mach_number": 0.7633611035030652, "x_impact": 609.4381753802235, "apogee_x": 511.3730492508932, "initial_stability_margin": 2.168200883003375, "apogee_y": 341.3408021192894, "out_of_rail_stability_margin": 2.235187548945165, "t_final": 263.20023205136727, "impact_velocity": -5.559593791313055, "apogee": 4202.3247119386215, "apogee_time": 24.620800265232347} +{"out_of_rail_velocity": 23.441905770766965, "out_of_rail_time": 0.31980110897367475, "lateral_surface_wind": 0.0, "y_impact": 433.95140493569176, "frontal_surface_wind": 0.0, "max_mach_number": 0.9070980654061437, "x_impact": 577.1976011323416, "apogee_x": 496.5155348913361, "initial_stability_margin": 2.1463908470531297, "apogee_y": 373.2875611296522, "out_of_rail_stability_margin": 2.2111052660620256, "t_final": 308.5220195337019, "impact_velocity": -5.608867273090447, "apogee": 4968.795265164915, "apogee_time": 27.169825152789056} +{"out_of_rail_velocity": 25.11110268752749, "out_of_rail_time": 0.2984888455285405, "lateral_surface_wind": 0.0, "y_impact": 589.452450284905, "frontal_surface_wind": 0.0, "max_mach_number": 0.9947074764417173, "x_impact": 826.162900540524, "apogee_x": 715.4963037482668, "initial_stability_margin": 2.259797739033308, "apogee_y": 510.49245439720903, "out_of_rail_stability_margin": 2.31489463335623, "t_final": 322.2952794798212, "impact_velocity": -5.699627475328503, "apogee": 5363.396268131464, "apogee_time": 28.319618966769376} +{"out_of_rail_velocity": 27.755910876886496, "out_of_rail_time": 0.3466382230369416, "lateral_surface_wind": 0.0, "y_impact": 564.2583209247173, "frontal_surface_wind": 0.0, "max_mach_number": 1.0251545435803044, "x_impact": 822.4435581314874, "apogee_x": 710.4916552263569, "initial_stability_margin": 2.2015652200056506, "apogee_y": 487.44538440468204, "out_of_rail_stability_margin": 2.265102239448832, "t_final": 323.06283314940345, "impact_velocity": -5.679951660119861, "apogee": 5524.113847074156, "apogee_time": 28.434566313330677} +{"out_of_rail_velocity": 27.191121931471486, "out_of_rail_time": 0.275578974502782, "lateral_surface_wind": 0.0, "y_impact": 625.5663950945376, "frontal_surface_wind": 0.0, "max_mach_number": 1.1562238106183602, "x_impact": 788.0160003386385, "apogee_x": 690.3344306456925, "initial_stability_margin": 1.9027450968890243, "apogee_y": 548.0165397739082, "out_of_rail_stability_margin": 1.9528612538739292, "t_final": 357.68723474696503, "impact_velocity": -5.452566812433821, "apogee": 5924.071059195804, "apogee_time": 29.556890029914342} +{"out_of_rail_velocity": 27.876671591644847, "out_of_rail_time": 0.3442225851041796, "lateral_surface_wind": 0.0, "y_impact": 481.5773029936064, "frontal_surface_wind": 0.0, "max_mach_number": 1.019378533376438, "x_impact": 594.6667658573493, "apogee_x": 512.1045524237721, "initial_stability_margin": 2.166733706390229, "apogee_y": 414.7105831568871, "out_of_rail_stability_margin": 2.2287192119019705, "t_final": 331.79508889343464, "impact_velocity": -5.561939178488267, "apogee": 5491.020996583465, "apogee_time": 28.32218756381917} +{"out_of_rail_velocity": 23.14442365449962, "out_of_rail_time": 0.4000774162624749, "lateral_surface_wind": 0.0, "y_impact": 432.96180458317644, "frontal_surface_wind": 0.0, "max_mach_number": 0.7020020000540539, "x_impact": 573.3071912971102, "apogee_x": 484.2075383234829, "initial_stability_margin": 2.3942963833891584, "apogee_y": 365.67121350949935, "out_of_rail_stability_margin": 2.4698622525380376, "t_final": 248.9280988594313, "impact_velocity": -5.661755324997537, "apogee": 3922.0834497245014, "apogee_time": 23.265789937532897} +{"out_of_rail_velocity": 24.766333467076162, "out_of_rail_time": 0.3773272003746417, "lateral_surface_wind": 0.0, "y_impact": 325.2048483577499, "frontal_surface_wind": 0.0, "max_mach_number": 0.8141309471716497, "x_impact": 468.461443572457, "apogee_x": 394.7482866877805, "initial_stability_margin": 2.153838355667141, "apogee_y": 274.0290589257618, "out_of_rail_stability_margin": 2.2308396366787124, "t_final": 280.7142528783425, "impact_velocity": -5.554095916146196, "apogee": 4522.909938127892, "apogee_time": 25.39537563375953} +{"out_of_rail_velocity": 21.248232160793265, "out_of_rail_time": 0.3526069544344278, "lateral_surface_wind": 0.0, "y_impact": 460.66747016401183, "frontal_surface_wind": 0.0, "max_mach_number": 0.7343736451676451, "x_impact": 584.6973457526428, "apogee_x": 493.6781965920424, "initial_stability_margin": 2.2068554783358407, "apogee_y": 388.9527573599352, "out_of_rail_stability_margin": 2.2759438612837637, "t_final": 259.742445073807, "impact_velocity": -5.747124084411992, "apogee": 4061.401124504211, "apogee_time": 24.22095192205729} +{"out_of_rail_velocity": 21.844332303906242, "out_of_rail_time": 0.3434870968629665, "lateral_surface_wind": 0.0, "y_impact": 339.29759501124727, "frontal_surface_wind": 0.0, "max_mach_number": 0.7611887006173691, "x_impact": 406.31427593059806, "apogee_x": 340.7130942420334, "initial_stability_margin": 2.23203152542317, "apogee_y": 284.5126791815723, "out_of_rail_stability_margin": 2.302461109406724, "t_final": 263.13906883380093, "impact_velocity": -5.6908196746618005, "apogee": 4228.3174566392845, "apogee_time": 24.702910522956323} +{"out_of_rail_velocity": 28.632939992126047, "out_of_rail_time": 0.3361861677513113, "lateral_surface_wind": 0.0, "y_impact": 506.4947053732964, "frontal_surface_wind": 0.0, "max_mach_number": 1.0616424108333646, "x_impact": 650.8978236131346, "apogee_x": 564.7332151664762, "initial_stability_margin": 2.223894500551312, "apogee_y": 439.44178575410416, "out_of_rail_stability_margin": 2.2816464088448454, "t_final": 333.97587800864, "impact_velocity": -5.655935772839572, "apogee": 5674.3037231684175, "apogee_time": 28.886428454742983} +{"out_of_rail_velocity": 26.344962920294172, "out_of_rail_time": 0.35786680049570857, "lateral_surface_wind": 0.0, "y_impact": 583.5584290325401, "frontal_surface_wind": 0.0, "max_mach_number": 0.903191009575302, "x_impact": 796.03276098855, "apogee_x": 683.2883832046462, "initial_stability_margin": 2.2990740537024217, "apogee_y": 500.90127086178546, "out_of_rail_stability_margin": 2.3671651427074916, "t_final": 297.1293004187369, "impact_velocity": -5.697544459884226, "apogee": 4977.837147908298, "apogee_time": 26.862078259652208} +{"out_of_rail_velocity": 24.188240709882642, "out_of_rail_time": 0.38475877625870364, "lateral_surface_wind": 0.0, "y_impact": 484.03900899267074, "frontal_surface_wind": 0.0, "max_mach_number": 0.7669755360860936, "x_impact": 645.4796077448199, "apogee_x": 544.6040034367711, "initial_stability_margin": 2.163911809602591, "apogee_y": 408.39141731126847, "out_of_rail_stability_margin": 2.2398651720310996, "t_final": 260.90715002518374, "impact_velocity": -5.672681704749699, "apogee": 4271.337642831156, "apogee_time": 24.499655446365548} +{"out_of_rail_velocity": 25.93454585274468, "out_of_rail_time": 0.3637453108243679, "lateral_surface_wind": 0.0, "y_impact": 600.0783824427026, "frontal_surface_wind": 0.0, "max_mach_number": 0.8928625212421646, "x_impact": 807.862963200717, "apogee_x": 697.307609404351, "initial_stability_margin": 2.122166110819099, "apogee_y": 517.9549721281671, "out_of_rail_stability_margin": 2.1898319559681423, "t_final": 301.9142716235488, "impact_velocity": -5.583779148829932, "apogee": 4890.011814984259, "apogee_time": 26.547787536957355} +{"out_of_rail_velocity": 23.18312683775916, "out_of_rail_time": 0.3231260764164696, "lateral_surface_wind": 0.0, "y_impact": 542.5085092776026, "frontal_surface_wind": 0.0, "max_mach_number": 0.8644672903677875, "x_impact": 747.9430481278152, "apogee_x": 635.8607488065993, "initial_stability_margin": 2.2455337670005484, "apogee_y": 461.21002261137454, "out_of_rail_stability_margin": 2.311028000930487, "t_final": 286.71483961853227, "impact_velocity": -5.653249693340761, "apogee": 4712.865982028294, "apogee_time": 26.327587509213917} +{"out_of_rail_velocity": 26.16313613448232, "out_of_rail_time": 0.2863564893329537, "lateral_surface_wind": 0.0, "y_impact": 383.99260122900677, "frontal_surface_wind": 0.0, "max_mach_number": 1.0879584629889119, "x_impact": 635.6729749478541, "apogee_x": 551.6558878861936, "initial_stability_margin": 2.066945413259109, "apogee_y": 333.2356753853823, "out_of_rail_stability_margin": 2.1192940188774725, "t_final": 343.0889134950012, "impact_velocity": -5.638980903452454, "apogee": 5787.425164920533, "apogee_time": 29.504881017581027} +{"out_of_rail_velocity": 23.52593318426413, "out_of_rail_time": 0.3936888791078767, "lateral_surface_wind": 0.0, "y_impact": 334.5474909311756, "frontal_surface_wind": 0.0, "max_mach_number": 0.7376269210823935, "x_impact": 470.6757802535994, "apogee_x": 396.6146699691684, "initial_stability_margin": 2.2432395679997765, "apogee_y": 281.904557520479, "out_of_rail_stability_margin": 2.3179019740031794, "t_final": 257.699573033288, "impact_velocity": -5.666761973861398, "apogee": 4144.492132564608, "apogee_time": 24.122603229920568} +{"out_of_rail_velocity": 22.822771981798397, "out_of_rail_time": 0.4051883973812078, "lateral_surface_wind": 0.0, "y_impact": 420.4272743550491, "frontal_surface_wind": 0.0, "max_mach_number": 0.7069793152740995, "x_impact": 554.2273486887701, "apogee_x": 468.7922298103195, "initial_stability_margin": 2.0729054903478814, "apogee_y": 355.6141278822675, "out_of_rail_stability_margin": 2.1544094616258755, "t_final": 256.17333925941557, "impact_velocity": -5.540971070578031, "apogee": 3942.641635217428, "apogee_time": 23.393228632349302} +{"out_of_rail_velocity": 23.7258360674277, "out_of_rail_time": 0.31600992692062924, "lateral_surface_wind": 0.0, "y_impact": 410.90137548215614, "frontal_surface_wind": 0.0, "max_mach_number": 0.9082036987733334, "x_impact": 504.135256872192, "apogee_x": 431.81565969599217, "initial_stability_margin": 2.2161514508770503, "apogee_y": 351.9524455934068, "out_of_rail_stability_margin": 2.2719606344970713, "t_final": 298.8934039424611, "impact_velocity": -5.67855919283158, "apogee": 4987.5250436659735, "apogee_time": 27.29394673609803} +{"out_of_rail_velocity": 23.93409422159667, "out_of_rail_time": 0.31303156395688503, "lateral_surface_wind": 0.0, "y_impact": 509.53144574873653, "frontal_surface_wind": 0.0, "max_mach_number": 0.9425543898491453, "x_impact": 749.2387817125792, "apogee_x": 646.0450027293676, "initial_stability_margin": 2.368556889473925, "apogee_y": 439.34640568085194, "out_of_rail_stability_margin": 2.427528458650866, "t_final": 313.5099176636435, "impact_velocity": -5.549301604642739, "apogee": 5126.736568118125, "apogee_time": 27.614821345725577} +{"out_of_rail_velocity": 23.14995990734395, "out_of_rail_time": 0.32353120470580254, "lateral_surface_wind": 0.0, "y_impact": 516.8354016328232, "frontal_surface_wind": 0.0, "max_mach_number": 0.9035979411502424, "x_impact": 638.6075762132015, "apogee_x": 548.563619465908, "initial_stability_margin": 2.33411167678456, "apogee_y": 443.95713065077797, "out_of_rail_stability_margin": 2.39599905929975, "t_final": 297.49764785645124, "impact_velocity": -5.685459083766965, "apogee": 4978.8230713575795, "apogee_time": 27.34453865542702} +{"out_of_rail_velocity": 29.64886332732416, "out_of_rail_time": 0.32749951824247103, "lateral_surface_wind": 0.0, "y_impact": 454.34831377788396, "frontal_surface_wind": 0.0, "max_mach_number": 1.1261897089340243, "x_impact": 615.5442815277239, "apogee_x": 531.790860268751, "initial_stability_margin": 2.2420081910623875, "apogee_y": 392.5232338186095, "out_of_rail_stability_margin": 2.302841957291931, "t_final": 347.34173754007, "impact_velocity": -5.59305644601028, "apogee": 5911.7478967916495, "apogee_time": 29.348552666989935} +{"out_of_rail_velocity": 27.528988629205514, "out_of_rail_time": 0.272057820933833, "lateral_surface_wind": 0.0, "y_impact": 622.5104310637554, "frontal_surface_wind": 0.0, "max_mach_number": 1.2015924644196943, "x_impact": 715.7720669911116, "apogee_x": 620.0656408913445, "initial_stability_margin": 2.0712018603137787, "apogee_y": 539.2674108433391, "out_of_rail_stability_margin": 2.1239481142170162, "t_final": 360.0088389469102, "impact_velocity": -5.46285197552964, "apogee": 6117.526289541983, "apogee_time": 30.073134148585698} +{"out_of_rail_velocity": 21.922095493018748, "out_of_rail_time": 0.3421283182448463, "lateral_surface_wind": 0.0, "y_impact": 259.6516678539647, "frontal_surface_wind": 0.0, "max_mach_number": 0.819271439596247, "x_impact": 360.22854181974265, "apogee_x": 301.150125950551, "initial_stability_margin": 2.3394195342577326, "apogee_y": 217.0649750383668, "out_of_rail_stability_margin": 2.3992782648543853, "t_final": 271.9108703046763, "impact_velocity": -5.721118148881258, "apogee": 4580.002108088073, "apogee_time": 26.160538383941276} +{"out_of_rail_velocity": 25.81860102552449, "out_of_rail_time": 0.36231440610924603, "lateral_surface_wind": 0.0, "y_impact": 447.9728443451072, "frontal_surface_wind": 0.0, "max_mach_number": 0.861073345369168, "x_impact": 554.1261954182247, "apogee_x": 469.63857748402063, "initial_stability_margin": 2.2153365444607096, "apogee_y": 379.6647345201377, "out_of_rail_stability_margin": 2.288400076063558, "t_final": 290.2022828930928, "impact_velocity": -5.638406286781542, "apogee": 4749.343882301479, "apogee_time": 26.147022074443736} +{"out_of_rail_velocity": 26.662925161057903, "out_of_rail_time": 0.35703281029600387, "lateral_surface_wind": 0.0, "y_impact": 617.564865728025, "frontal_surface_wind": 0.0, "max_mach_number": 0.9523937568927746, "x_impact": 822.2709968476217, "apogee_x": 710.9364125894992, "initial_stability_margin": 2.281577984604796, "apogee_y": 533.9456013533728, "out_of_rail_stability_margin": 2.348691488918775, "t_final": 314.1678040020798, "impact_velocity": -5.666381357584864, "apogee": 5209.430082541701, "apogee_time": 27.60674933657452} +{"out_of_rail_velocity": 21.70469793029727, "out_of_rail_time": 0.3454757718273483, "lateral_surface_wind": 0.0, "y_impact": 363.05876110221715, "frontal_surface_wind": 0.0, "max_mach_number": 0.7725502974023264, "x_impact": 497.81160526257815, "apogee_x": 417.4555139296263, "initial_stability_margin": 2.3204050616653076, "apogee_y": 304.4491674170498, "out_of_rail_stability_margin": 2.392575499397339, "t_final": 269.71767754518237, "impact_velocity": -5.724276507597016, "apogee": 4293.668726891082, "apogee_time": 24.99211306064727} +{"out_of_rail_velocity": 23.139532967228142, "out_of_rail_time": 0.32406235170076736, "lateral_surface_wind": 0.0, "y_impact": 347.01455727383484, "frontal_surface_wind": 0.0, "max_mach_number": 0.8944669503125895, "x_impact": 462.34773948424896, "apogee_x": 393.221814637224, "initial_stability_margin": 2.162847869687833, "apogee_y": 295.12781135253647, "out_of_rail_stability_margin": 2.2257854126568093, "t_final": 301.21457901785607, "impact_velocity": -5.691106549323982, "apogee": 4957.418122348809, "apogee_time": 27.267688015091906} +{"out_of_rail_velocity": 24.074830540114668, "out_of_rail_time": 0.3115111065205186, "lateral_surface_wind": 0.0, "y_impact": 510.10724732516564, "frontal_surface_wind": 0.0, "max_mach_number": 0.9485344018221321, "x_impact": 729.6712245437825, "apogee_x": 631.0155290973935, "initial_stability_margin": 2.2831390412829107, "apogee_y": 441.1343157496734, "out_of_rail_stability_margin": 2.343782197640353, "t_final": 313.72149262215424, "impact_velocity": -5.607103079971165, "apogee": 5156.290345877627, "apogee_time": 27.782341054164014} +{"out_of_rail_velocity": 20.092425230897323, "out_of_rail_time": 0.373447301605268, "lateral_surface_wind": 0.0, "y_impact": 362.1407493082337, "frontal_surface_wind": 0.0, "max_mach_number": 0.663560689132964, "x_impact": 493.35744557549606, "apogee_x": 406.700986441545, "initial_stability_margin": 2.2043407387808647, "apogee_y": 298.5283014805926, "out_of_rail_stability_margin": 2.2808880655472104, "t_final": 234.6636089061445, "impact_velocity": -5.63669881735987, "apogee": 3703.1280894999963, "apogee_time": 22.762036975112565} +{"out_of_rail_velocity": 24.707440511447388, "out_of_rail_time": 0.30359309659898126, "lateral_surface_wind": 0.0, "y_impact": 577.0382866830325, "frontal_surface_wind": 0.0, "max_mach_number": 0.9756637791856616, "x_impact": 719.8548929459503, "apogee_x": 623.8041806805818, "initial_stability_margin": 1.9847599398976496, "apogee_y": 500.03909935237874, "out_of_rail_stability_margin": 2.0476514795392182, "t_final": 317.25080354676226, "impact_velocity": -5.501374617312044, "apogee": 5221.324635152882, "apogee_time": 27.80476975293228} +{"out_of_rail_velocity": 24.81785674612671, "out_of_rail_time": 0.37539836437896024, "lateral_surface_wind": 0.0, "y_impact": 484.28770184462974, "frontal_surface_wind": 0.0, "max_mach_number": 0.8056508011889008, "x_impact": 680.6405594942423, "apogee_x": 581.0303158779777, "initial_stability_margin": 2.2145878815775246, "apogee_y": 413.4092070826242, "out_of_rail_stability_margin": 2.2843516940472903, "t_final": 281.46392048907524, "impact_velocity": -5.642125053828816, "apogee": 4470.322573758515, "apogee_time": 25.282196398893444} +{"out_of_rail_velocity": 22.403141292593414, "out_of_rail_time": 0.40880821742465917, "lateral_surface_wind": 0.0, "y_impact": 358.06206541170786, "frontal_surface_wind": 0.0, "max_mach_number": 0.6583048611100875, "x_impact": 393.6298606019883, "apogee_x": 328.9289521312909, "initial_stability_margin": 2.176820137580543, "apogee_y": 299.2033286494524, "out_of_rail_stability_margin": 2.2614694189938103, "t_final": 243.48662782163842, "impact_velocity": -5.599047286454957, "apogee": 3694.4746821916847, "apogee_time": 22.385968612750425} +{"out_of_rail_velocity": 24.034283724994413, "out_of_rail_time": 0.38747373039071203, "lateral_surface_wind": 0.0, "y_impact": 381.15245220793497, "frontal_surface_wind": 0.0, "max_mach_number": 0.765437983206271, "x_impact": 531.8119865328897, "apogee_x": 451.3286684849024, "initial_stability_margin": 2.346244242637045, "apogee_y": 323.46603398998997, "out_of_rail_stability_margin": 2.421316140940501, "t_final": 268.65719615933165, "impact_velocity": -5.698982566077732, "apogee": 4270.008091550236, "apogee_time": 24.65141144596868} +{"out_of_rail_velocity": 26.750799698835586, "out_of_rail_time": 0.28001276287765625, "lateral_surface_wind": 0.0, "y_impact": 711.7372923877356, "frontal_surface_wind": 0.0, "max_mach_number": 1.1601647770705759, "x_impact": 920.966298850415, "apogee_x": 802.6560949210074, "initial_stability_margin": 2.291818023327981, "apogee_y": 620.3004318438303, "out_of_rail_stability_margin": 2.342195375060561, "t_final": 344.1669528407547, "impact_velocity": -5.6993356809792886, "apogee": 6054.225051632123, "apogee_time": 30.11676088937487} +{"out_of_rail_velocity": 19.499018795673084, "out_of_rail_time": 0.3846975263658841, "lateral_surface_wind": 0.0, "y_impact": 336.6651248560616, "frontal_surface_wind": 0.0, "max_mach_number": 0.620075920356332, "x_impact": 426.1218068920723, "apogee_x": 348.2361986695675, "initial_stability_margin": 2.13415618258169, "apogee_y": 275.1261884733906, "out_of_rail_stability_margin": 2.2181973966722808, "t_final": 224.0790074995829, "impact_velocity": -5.589574009883931, "apogee": 3466.303711586986, "apogee_time": 21.72937111717891} +{"out_of_rail_velocity": 26.13780369847519, "out_of_rail_time": 0.36324045620762496, "lateral_surface_wind": 0.0, "y_impact": 472.03995796270226, "frontal_surface_wind": 0.0, "max_mach_number": 0.92527588664009, "x_impact": 621.1325755283445, "apogee_x": 536.6879088530667, "initial_stability_margin": 2.262774781470045, "apogee_y": 407.8604209249506, "out_of_rail_stability_margin": 2.3261387945826693, "t_final": 313.5487009235902, "impact_velocity": -5.718323768785166, "apogee": 5150.260890201139, "apogee_time": 27.528815395150065} +{"out_of_rail_velocity": 21.836691815678822, "out_of_rail_time": 0.3432402917791244, "lateral_surface_wind": 0.0, "y_impact": 478.9955028060606, "frontal_surface_wind": 0.0, "max_mach_number": 0.7748490848540144, "x_impact": 629.3224813737379, "apogee_x": 532.8143630478355, "initial_stability_margin": 2.223843297682529, "apogee_y": 405.5364040174085, "out_of_rail_stability_margin": 2.291597009297331, "t_final": 267.5571683924273, "impact_velocity": -5.6588286530354255, "apogee": 4273.1180786188115, "apogee_time": 24.871645426890268} +{"out_of_rail_velocity": 24.910969868405157, "out_of_rail_time": 0.3008709353078576, "lateral_surface_wind": 0.0, "y_impact": 419.9819995862415, "frontal_surface_wind": 0.0, "max_mach_number": 1.000444838024819, "x_impact": 553.6134853146599, "apogee_x": 479.0606125448776, "initial_stability_margin": 2.1419641493751174, "apogee_y": 363.4203052723648, "out_of_rail_stability_margin": 2.198522439980961, "t_final": 334.58055448138265, "impact_velocity": -5.463304205165591, "apogee": 5367.574088977348, "apogee_time": 28.18345315626902} +{"out_of_rail_velocity": 24.213861214671134, "out_of_rail_time": 0.30972967988195443, "lateral_surface_wind": 0.0, "y_impact": 720.4619553853311, "frontal_surface_wind": 0.0, "max_mach_number": 0.9956788184242031, "x_impact": 917.3457994432197, "apogee_x": 797.8264504749665, "initial_stability_margin": 2.266185275110755, "apogee_y": 626.5936652964563, "out_of_rail_stability_margin": 2.322484851758497, "t_final": 319.5606234534258, "impact_velocity": -5.641428493590835, "apogee": 5385.370795459155, "apogee_time": 28.52595575045262} +{"out_of_rail_velocity": 27.553267528347305, "out_of_rail_time": 0.3475447485416237, "lateral_surface_wind": 0.0, "y_impact": 698.0439665197437, "frontal_surface_wind": 0.0, "max_mach_number": 1.000842289252816, "x_impact": 895.6006914605207, "apogee_x": 770.7512255887278, "initial_stability_margin": 2.3184573512487905, "apogee_y": 600.730904989448, "out_of_rail_stability_margin": 2.380805222909335, "t_final": 316.76355441754475, "impact_velocity": -5.597125885847227, "apogee": 5397.337286166509, "apogee_time": 28.05446937664131} +{"out_of_rail_velocity": 22.592482427756163, "out_of_rail_time": 0.4097095612180545, "lateral_surface_wind": 0.0, "y_impact": 306.35029641574306, "frontal_surface_wind": 0.0, "max_mach_number": 0.7057362442740542, "x_impact": 439.22857025299817, "apogee_x": 365.0332942942105, "initial_stability_margin": 2.2900731297712507, "apogee_y": 254.6000020563089, "out_of_rail_stability_margin": 2.3677271709982484, "t_final": 252.16191899751902, "impact_velocity": -5.719403788805579, "apogee": 3998.820055081547, "apogee_time": 23.683783361782364} +{"out_of_rail_velocity": 20.172578612792744, "out_of_rail_time": 0.3719914684625367, "lateral_surface_wind": 0.0, "y_impact": 371.6459269916311, "frontal_surface_wind": 0.0, "max_mach_number": 0.712172602633473, "x_impact": 482.38754264218045, "apogee_x": 399.1329579806898, "initial_stability_margin": 2.150027105052679, "apogee_y": 307.4993330439179, "out_of_rail_stability_margin": 2.2240644131809955, "t_final": 249.97082739022943, "impact_velocity": -5.565652671038777, "apogee": 3949.221294530304, "apogee_time": 23.905959007604825} +{"out_of_rail_velocity": 22.132747661418325, "out_of_rail_time": 0.4149548682128696, "lateral_surface_wind": 0.0, "y_impact": 341.56021312000695, "frontal_surface_wind": 0.0, "max_mach_number": 0.6610309342090378, "x_impact": 498.91644562047037, "apogee_x": 413.99734016697823, "initial_stability_margin": 2.2294398646946227, "apogee_y": 283.42083073017534, "out_of_rail_stability_margin": 2.316196965270306, "t_final": 239.2978631087752, "impact_velocity": -5.577483891813267, "apogee": 3705.0344245828437, "apogee_time": 22.45337481664524} +{"out_of_rail_velocity": 20.10308152383568, "out_of_rail_time": 0.37320090544404677, "lateral_surface_wind": 0.0, "y_impact": 354.84126346100993, "frontal_surface_wind": 0.0, "max_mach_number": 0.6912481491853374, "x_impact": 427.7254423653369, "apogee_x": 353.62706433664164, "initial_stability_margin": 2.3118638628376664, "apogee_y": 293.36492660249564, "out_of_rail_stability_margin": 2.383744471326826, "t_final": 244.79719095325098, "impact_velocity": -5.652008533654229, "apogee": 3890.529825721784, "apogee_time": 23.526579152444782} +{"out_of_rail_velocity": 22.84936199985834, "out_of_rail_time": 0.3281206467597453, "lateral_surface_wind": 0.0, "y_impact": 577.0151403714958, "frontal_surface_wind": 0.0, "max_mach_number": 0.8540695058680707, "x_impact": 848.7409822548132, "apogee_x": 726.8499584861163, "initial_stability_margin": 2.0981158976952727, "apogee_y": 494.1456679124312, "out_of_rail_stability_margin": 2.162897300271958, "t_final": 286.4572178523727, "impact_velocity": -5.6406355915797945, "apogee": 4671.560628966693, "apogee_time": 26.174643800856014} +{"out_of_rail_velocity": 24.33977404090947, "out_of_rail_time": 0.30786048039994873, "lateral_surface_wind": 0.0, "y_impact": 505.24807844482336, "frontal_surface_wind": 0.0, "max_mach_number": 0.972470490775017, "x_impact": 738.4064319198425, "apogee_x": 631.2882040574532, "initial_stability_margin": 2.2690509178399423, "apogee_y": 431.94834994160396, "out_of_rail_stability_margin": 2.327819495671926, "t_final": 306.08777444504756, "impact_velocity": -5.6214052851503835, "apogee": 5278.765647899781, "apogee_time": 28.115305361023523} +{"out_of_rail_velocity": 31.203087095359663, "out_of_rail_time": 0.31175763047786875, "lateral_surface_wind": 0.0, "y_impact": 580.8725352156912, "frontal_surface_wind": 0.0, "max_mach_number": 1.1841090644345715, "x_impact": 746.5425925418508, "apogee_x": 652.6847988579658, "initial_stability_margin": 2.2041931135426407, "apogee_y": 507.8390129607824, "out_of_rail_stability_margin": 2.2581021903794745, "t_final": 364.2856561022779, "impact_velocity": -5.533613058632486, "apogee": 6058.611265792904, "apogee_time": 29.58599689468445} +{"out_of_rail_velocity": 19.979176753575096, "out_of_rail_time": 0.37534113476333775, "lateral_surface_wind": 0.0, "y_impact": 289.74954489390836, "frontal_surface_wind": 0.0, "max_mach_number": 0.6703611028472922, "x_impact": 363.91086437577127, "apogee_x": 298.6787128199189, "initial_stability_margin": 2.324922120882158, "apogee_y": 237.80711102194297, "out_of_rail_stability_margin": 2.396005970227305, "t_final": 233.3214068291719, "impact_velocity": -5.8389062183737215, "apogee": 3780.6549734741748, "apogee_time": 23.204662587072935} +{"out_of_rail_velocity": 20.33935765546047, "out_of_rail_time": 0.3692159960379954, "lateral_surface_wind": 0.0, "y_impact": 372.14402528662185, "frontal_surface_wind": 0.0, "max_mach_number": 0.6904857494950539, "x_impact": 486.7519143192201, "apogee_x": 406.6050171777312, "initial_stability_margin": 2.2481154871650775, "apogee_y": 310.8645073209664, "out_of_rail_stability_margin": 2.320854726558843, "t_final": 250.0472656689641, "impact_velocity": -5.572735133406278, "apogee": 3848.0389158832045, "apogee_time": 23.30389542876018} +{"out_of_rail_velocity": 23.49040292446153, "out_of_rail_time": 0.39619970925057635, "lateral_surface_wind": 0.0, "y_impact": 383.08671763362435, "frontal_surface_wind": 0.0, "max_mach_number": 0.7474019485511136, "x_impact": 507.0153116988058, "apogee_x": 419.8714595631104, "initial_stability_margin": 2.2845403385058685, "apogee_y": 317.2383878007158, "out_of_rail_stability_margin": 2.361880374204546, "t_final": 253.51838979845058, "impact_velocity": -5.69438604911581, "apogee": 4203.127915402752, "apogee_time": 24.360486221444248} +{"out_of_rail_velocity": 23.036030110493417, "out_of_rail_time": 0.3253598489333634, "lateral_surface_wind": 0.0, "y_impact": 436.1086664422697, "frontal_surface_wind": 0.0, "max_mach_number": 0.8709222789954933, "x_impact": 588.500539044386, "apogee_x": 498.3218189956513, "initial_stability_margin": 2.072296162751233, "apogee_y": 369.2765879182717, "out_of_rail_stability_margin": 2.1363916437269035, "t_final": 291.105035735917, "impact_velocity": -5.621474360206692, "apogee": 4775.822961347702, "apogee_time": 26.614861555465026} +{"out_of_rail_velocity": 24.17428758014266, "out_of_rail_time": 0.31036600370547895, "lateral_surface_wind": 0.0, "y_impact": 490.141571307325, "frontal_surface_wind": 0.0, "max_mach_number": 0.9578941071652023, "x_impact": 620.2015856511101, "apogee_x": 528.0411155007744, "initial_stability_margin": 2.119912909961537, "apogee_y": 417.3060936939099, "out_of_rail_stability_margin": 2.1752880871998905, "t_final": 310.94017012609623, "impact_velocity": -5.505180033318682, "apogee": 5181.606806380519, "apogee_time": 27.779478473101243} +{"out_of_rail_velocity": 24.59319098074095, "out_of_rail_time": 0.3046055680898246, "lateral_surface_wind": 0.0, "y_impact": 823.7493751117181, "frontal_surface_wind": 0.0, "max_mach_number": 1.0174979711117826, "x_impact": 1094.065476440186, "apogee_x": 955.8587588923102, "initial_stability_margin": 2.4211987459799267, "apogee_y": 719.6863955913971, "out_of_rail_stability_margin": 2.4782950827701247, "t_final": 331.64448530203396, "impact_velocity": -5.504007713730757, "apogee": 5367.475427110878, "apogee_time": 28.227634055958422} +{"out_of_rail_velocity": 26.55770265853349, "out_of_rail_time": 0.35946191223439694, "lateral_surface_wind": 0.0, "y_impact": 423.54117339203657, "frontal_surface_wind": 0.0, "max_mach_number": 0.9570783423294879, "x_impact": 574.3562502042594, "apogee_x": 489.21717612102, "initial_stability_margin": 2.087425276213609, "apogee_y": 360.7528624763994, "out_of_rail_stability_margin": 2.146893485231811, "t_final": 312.27899999627704, "impact_velocity": -5.550629993091962, "apogee": 5254.649267140756, "apogee_time": 27.740312739845592} +{"out_of_rail_velocity": 22.82419620267894, "out_of_rail_time": 0.32874867645442224, "lateral_surface_wind": 0.0, "y_impact": 254.2292926482202, "frontal_surface_wind": 0.0, "max_mach_number": 0.8494463070939021, "x_impact": 327.6509823247548, "apogee_x": 277.99434791004296, "initial_stability_margin": 2.4243310860191323, "apogee_y": 215.697174627159, "out_of_rail_stability_margin": 2.48593340547083, "t_final": 291.94423569072706, "impact_velocity": -5.653205845816719, "apogee": 4707.22967451251, "apogee_time": 26.38346654039665} +{"out_of_rail_velocity": 25.733763585815247, "out_of_rail_time": 0.29129060298847753, "lateral_surface_wind": 0.0, "y_impact": 459.72000991083485, "frontal_surface_wind": 0.0, "max_mach_number": 1.0456568304888167, "x_impact": 564.5994289332149, "apogee_x": 485.96455598949814, "initial_stability_margin": 2.327858858137873, "apogee_y": 395.6872104796615, "out_of_rail_stability_margin": 2.384421621759082, "t_final": 330.2174357978611, "impact_velocity": -5.535145414497691, "apogee": 5539.834735071643, "apogee_time": 28.678224225472114} +{"out_of_rail_velocity": 26.04924334665915, "out_of_rail_time": 0.3611410040786003, "lateral_surface_wind": 0.0, "y_impact": 484.2735487105032, "frontal_surface_wind": 0.0, "max_mach_number": 0.8863844613018672, "x_impact": 755.0692886804507, "apogee_x": 648.897387294354, "initial_stability_margin": 2.2297755016934095, "apogee_y": 416.1740754052724, "out_of_rail_stability_margin": 2.29706147307663, "t_final": 293.193333626069, "impact_velocity": -5.759817098361273, "apogee": 4914.948719822083, "apogee_time": 26.73691079883288} +{"out_of_rail_velocity": 19.754807256820957, "out_of_rail_time": 0.38020623410022913, "lateral_surface_wind": 0.0, "y_impact": 296.03247497532476, "frontal_surface_wind": 0.0, "max_mach_number": 0.6688430361176372, "x_impact": 350.24535915531453, "apogee_x": 287.45638795175137, "initial_stability_margin": 2.1250499199584696, "apogee_y": 242.95888398678292, "out_of_rail_stability_margin": 2.203956854737936, "t_final": 239.58651978483397, "impact_velocity": -5.526617796673038, "apogee": 3757.6590559243596, "apogee_time": 22.955896486825345} +{"out_of_rail_velocity": 24.515629783688638, "out_of_rail_time": 0.3058916499299679, "lateral_surface_wind": 0.0, "y_impact": 571.9150893500689, "frontal_surface_wind": 0.0, "max_mach_number": 0.967390680706454, "x_impact": 724.207088098337, "apogee_x": 628.5983652906224, "initial_stability_margin": 2.112653982444506, "apogee_y": 496.410938620912, "out_of_rail_stability_margin": 2.172803041802409, "t_final": 321.60565478721907, "impact_velocity": -5.540810183967037, "apogee": 5210.749831564475, "apogee_time": 27.826065502910758} +{"out_of_rail_velocity": 23.151190738136595, "out_of_rail_time": 0.3239712796806899, "lateral_surface_wind": 0.0, "y_impact": 563.9566327291129, "frontal_surface_wind": 0.0, "max_mach_number": 0.889748272869142, "x_impact": 736.2547401322728, "apogee_x": 626.9971057967349, "initial_stability_margin": 2.0192435304689633, "apogee_y": 480.2627475822826, "out_of_rail_stability_margin": 2.0839323059217225, "t_final": 298.5232549217908, "impact_velocity": -5.604131159395003, "apogee": 4834.632090099139, "apogee_time": 26.773915013857987} +{"out_of_rail_velocity": 28.888818390538095, "out_of_rail_time": 0.33361357837073663, "lateral_surface_wind": 0.0, "y_impact": 491.90228168168505, "frontal_surface_wind": 0.0, "max_mach_number": 1.0685047056132426, "x_impact": 706.4392102025894, "apogee_x": 605.492439018397, "initial_stability_margin": 2.1862649031566135, "apogee_y": 421.60646990404916, "out_of_rail_stability_margin": 2.2497293232366617, "t_final": 325.00479863150014, "impact_velocity": -5.447789405444303, "apogee": 5599.100356490028, "apogee_time": 28.50754929603176} +{"out_of_rail_velocity": 26.44616415402482, "out_of_rail_time": 0.360523013227955, "lateral_surface_wind": 0.0, "y_impact": 430.6283400474217, "frontal_surface_wind": 0.0, "max_mach_number": 0.9410812502849997, "x_impact": 569.6069391035355, "apogee_x": 492.6346590825497, "initial_stability_margin": 2.1552121853900137, "apogee_y": 372.4324785433043, "out_of_rail_stability_margin": 2.219910294636218, "t_final": 317.7986598401502, "impact_velocity": -5.573435580733228, "apogee": 5166.091448792726, "apogee_time": 27.448889734722403} +{"out_of_rail_velocity": 25.119618114689693, "out_of_rail_time": 0.29843386039550845, "lateral_surface_wind": 0.0, "y_impact": 656.9857866389452, "frontal_surface_wind": 0.0, "max_mach_number": 1.0094540978499995, "x_impact": 852.6652536007822, "apogee_x": 741.4465922837292, "initial_stability_margin": 2.1782483355060944, "apogee_y": 571.2874704601106, "out_of_rail_stability_margin": 2.232552275566857, "t_final": 319.1627275234633, "impact_velocity": -5.680069401389712, "apogee": 5420.462632605958, "apogee_time": 28.464055523573172} +{"out_of_rail_velocity": 21.805348112761887, "out_of_rail_time": 0.34411781855738255, "lateral_surface_wind": 0.0, "y_impact": 587.3614097422331, "frontal_surface_wind": 0.0, "max_mach_number": 0.8037175292139873, "x_impact": 707.3300871325667, "apogee_x": 608.9554460446374, "initial_stability_margin": 2.1192830884697114, "apogee_y": 505.67077763328854, "out_of_rail_stability_margin": 2.188320089341777, "t_final": 279.9893371178043, "impact_velocity": -5.511845640180123, "apogee": 4388.697782849515, "apogee_time": 25.349477071020402} +{"out_of_rail_velocity": 17.222421463004135, "out_of_rail_time": 0.4361860410979952, "lateral_surface_wind": 0.0, "y_impact": 165.33844585240578, "frontal_surface_wind": 0.0, "max_mach_number": 0.5044758511877728, "x_impact": 236.1537988690817, "apogee_x": 187.59361056631005, "initial_stability_margin": 2.273415297464521, "apogee_y": 131.33688208612523, "out_of_rail_stability_margin": 2.3632612618978137, "t_final": 193.15453495237767, "impact_velocity": -5.7809303218198425, "apogee": 2945.156588160119, "apogee_time": 19.358325256563926} +{"out_of_rail_velocity": 21.67772916201707, "out_of_rail_time": 0.3455748165619963, "lateral_surface_wind": 0.0, "y_impact": 473.4422467371489, "frontal_surface_wind": 0.0, "max_mach_number": 0.7882472997118819, "x_impact": 635.9632502336551, "apogee_x": 538.0780053075138, "initial_stability_margin": 2.407241317014379, "apogee_y": 400.57026552051326, "out_of_rail_stability_margin": 2.46855266002078, "t_final": 267.24926596693734, "impact_velocity": -5.697366445785488, "apogee": 4374.220594976112, "apogee_time": 25.330075043323838} +{"out_of_rail_velocity": 25.970926790174925, "out_of_rail_time": 0.36507580935195066, "lateral_surface_wind": 0.0, "y_impact": 272.35912656320306, "frontal_surface_wind": 0.0, "max_mach_number": 0.9148360629248244, "x_impact": 343.9307772903888, "apogee_x": 292.8494334948406, "initial_stability_margin": 2.130778298253662, "apogee_y": 231.90480953481895, "out_of_rail_stability_margin": 2.1985218207107438, "t_final": 315.0827704952959, "impact_velocity": -5.476396893370606, "apogee": 5052.5607105417475, "apogee_time": 27.042612199195478} +{"out_of_rail_velocity": 25.600706177795097, "out_of_rail_time": 0.2929926602785292, "lateral_surface_wind": 0.0, "y_impact": 611.9035410666705, "frontal_surface_wind": 0.0, "max_mach_number": 1.0223090442144043, "x_impact": 854.3854987778419, "apogee_x": 740.7381990775837, "initial_stability_margin": 2.2005742073083554, "apogee_y": 530.5084892344767, "out_of_rail_stability_margin": 2.26121884159557, "t_final": 317.39424240398006, "impact_velocity": -5.670705435051368, "apogee": 5427.538466658232, "apogee_time": 28.423200031566097} +{"out_of_rail_velocity": 26.511344245708706, "out_of_rail_time": 0.35687097106350024, "lateral_surface_wind": 0.0, "y_impact": 447.68318866938176, "frontal_surface_wind": 0.0, "max_mach_number": 0.919193686456141, "x_impact": 615.7171020463494, "apogee_x": 525.7013680267685, "initial_stability_margin": 2.1801939356323468, "apogee_y": 382.22812740724083, "out_of_rail_stability_margin": 2.249491395289931, "t_final": 305.00679247915656, "impact_velocity": -5.6493712459694745, "apogee": 5079.179400894873, "apogee_time": 27.17998958569668} +{"out_of_rail_velocity": 26.11496967991979, "out_of_rail_time": 0.2873266096098734, "lateral_surface_wind": 0.0, "y_impact": 583.7827967849748, "frontal_surface_wind": 0.0, "max_mach_number": 1.0657589837507675, "x_impact": 766.7271008138914, "apogee_x": 663.151532982861, "initial_stability_margin": 2.211530641030825, "apogee_y": 504.9168552288326, "out_of_rail_stability_margin": 2.2662751396937777, "t_final": 334.91739345632936, "impact_velocity": -5.599886099249172, "apogee": 5619.48017537261, "apogee_time": 28.897701391887487} +{"out_of_rail_velocity": 22.297744320056232, "out_of_rail_time": 0.33622310677880574, "lateral_surface_wind": 0.0, "y_impact": 292.2667714409632, "frontal_surface_wind": 0.0, "max_mach_number": 0.8223789203205363, "x_impact": 401.4331138280521, "apogee_x": 338.22294270878285, "initial_stability_margin": 2.286330415231293, "apogee_y": 246.2421094379854, "out_of_rail_stability_margin": 2.3521798190745824, "t_final": 283.69344355694403, "impact_velocity": -5.60616972512129, "apogee": 4537.098244357824, "apogee_time": 25.850535960410387} +{"out_of_rail_velocity": 25.71865167054398, "out_of_rail_time": 0.3697629628769281, "lateral_surface_wind": 0.0, "y_impact": 378.0149523520418, "frontal_surface_wind": 0.0, "max_mach_number": 0.9096145402313949, "x_impact": 504.833308589688, "apogee_x": 431.92065214508307, "initial_stability_margin": 2.178137708964851, "apogee_y": 323.4144792832344, "out_of_rail_stability_margin": 2.2450974139487627, "t_final": 307.5285853408832, "impact_velocity": -5.542912936155012, "apogee": 5052.263176865294, "apogee_time": 27.17994514510001} +{"out_of_rail_velocity": 22.41243778085927, "out_of_rail_time": 0.33437649739236375, "lateral_surface_wind": 0.0, "y_impact": 599.0201908339318, "frontal_surface_wind": 0.0, "max_mach_number": 0.8481164826672555, "x_impact": 678.6362338522308, "apogee_x": 574.1236961863042, "initial_stability_margin": 2.266145059355259, "apogee_y": 506.7665075809966, "out_of_rail_stability_margin": 2.328483197932193, "t_final": 282.09212658145395, "impact_velocity": -5.722930260437322, "apogee": 4705.28410436552, "apogee_time": 26.492610843785318} +{"out_of_rail_velocity": 25.72458494900238, "out_of_rail_time": 0.368361362048518, "lateral_surface_wind": 0.0, "y_impact": 315.8468123442296, "frontal_surface_wind": 0.0, "max_mach_number": 0.9035060483567031, "x_impact": 420.45399140005094, "apogee_x": 360.95971627897296, "initial_stability_margin": 2.1031125067176144, "apogee_y": 271.1508088280825, "out_of_rail_stability_margin": 2.172929693393193, "t_final": 309.5057881432325, "impact_velocity": -5.603094943993615, "apogee": 5032.413234279964, "apogee_time": 27.077743943983872} +{"out_of_rail_velocity": 22.504967086688254, "out_of_rail_time": 0.33307649505244435, "lateral_surface_wind": 0.0, "y_impact": 394.61335673304484, "frontal_surface_wind": 0.0, "max_mach_number": 0.8380950807258262, "x_impact": 503.0572242695543, "apogee_x": 423.5142092966013, "initial_stability_margin": 2.2158178995725675, "apogee_y": 332.2117637208632, "out_of_rail_stability_margin": 2.281006017905743, "t_final": 287.7345231620871, "impact_velocity": -5.52069749248514, "apogee": 4622.21069186026, "apogee_time": 26.0891164666629} +{"out_of_rail_velocity": 23.86461890249664, "out_of_rail_time": 0.39173641619735, "lateral_surface_wind": 0.0, "y_impact": 358.34356150125177, "frontal_surface_wind": 0.0, "max_mach_number": 0.7710525356579077, "x_impact": 541.6783711251961, "apogee_x": 453.3132500236605, "initial_stability_margin": 2.1816994313285494, "apogee_y": 299.88154345955775, "out_of_rail_stability_margin": 2.252281791434201, "t_final": 265.21848238446665, "impact_velocity": -5.542771541749835, "apogee": 4295.27884908095, "apogee_time": 24.655096460124106} +{"out_of_rail_velocity": 21.022405991719545, "out_of_rail_time": 0.35651487777696567, "lateral_surface_wind": 0.0, "y_impact": 473.14111482730107, "frontal_surface_wind": 0.0, "max_mach_number": 0.7358823908683816, "x_impact": 629.6287097045201, "apogee_x": 530.5886457495584, "initial_stability_margin": 2.3116292208757088, "apogee_y": 398.7162708519127, "out_of_rail_stability_margin": 2.381896638018937, "t_final": 254.99344881384243, "impact_velocity": -5.637690094768043, "apogee": 4069.4941790812363, "apogee_time": 24.15581671009803} +{"out_of_rail_velocity": 20.998160659239154, "out_of_rail_time": 0.3573756346840321, "lateral_surface_wind": 0.0, "y_impact": 309.88519383950415, "frontal_surface_wind": 0.0, "max_mach_number": 0.7344113721414893, "x_impact": 430.46850980171934, "apogee_x": 360.23199512796646, "initial_stability_margin": 2.3931154740784164, "apogee_y": 259.31868079826177, "out_of_rail_stability_margin": 2.464455676797313, "t_final": 257.17524288475903, "impact_velocity": -5.682827389223404, "apogee": 4102.252303141119, "apogee_time": 24.377718602870974} +{"out_of_rail_velocity": 23.37183267077648, "out_of_rail_time": 0.39550777682679317, "lateral_surface_wind": 0.0, "y_impact": 413.4368783134312, "frontal_surface_wind": 0.0, "max_mach_number": 0.725204600327539, "x_impact": 501.88573216860794, "apogee_x": 425.20014974403466, "initial_stability_margin": 2.01704405303643, "apogee_y": 350.2616405940166, "out_of_rail_stability_margin": 2.0999342888520065, "t_final": 269.85171337113445, "impact_velocity": -5.357308616658529, "apogee": 4000.682366493974, "apogee_time": 23.44335538675159} +{"out_of_rail_velocity": 29.231978796142975, "out_of_rail_time": 0.3252682565959779, "lateral_surface_wind": 0.0, "y_impact": 312.0590606290594, "frontal_surface_wind": 0.0, "max_mach_number": 1.0288991057299497, "x_impact": 413.8377442083339, "apogee_x": 356.7663235138747, "initial_stability_margin": 2.129718458172165, "apogee_y": 269.0207833553684, "out_of_rail_stability_margin": 2.193632401207006, "t_final": 336.024294824044, "impact_velocity": -5.468373801534153, "apogee": 5447.929171512357, "apogee_time": 27.964434648385083} +{"out_of_rail_velocity": 29.20539617585269, "out_of_rail_time": 0.32912548340558306, "lateral_surface_wind": 0.0, "y_impact": 481.68762380717584, "frontal_surface_wind": 0.0, "max_mach_number": 1.0665191252615387, "x_impact": 635.0643293242615, "apogee_x": 541.6507307890865, "initial_stability_margin": 2.2271052369180024, "apogee_y": 410.828048335253, "out_of_rail_stability_margin": 2.285217763009944, "t_final": 318.4785872833031, "impact_velocity": -5.64297863187394, "apogee": 5677.099846355014, "apogee_time": 28.792469527090024} +{"out_of_rail_velocity": 23.69107862837249, "out_of_rail_time": 0.39179109197261053, "lateral_surface_wind": 0.0, "y_impact": 493.7947133412002, "frontal_surface_wind": 0.0, "max_mach_number": 0.7467598695992336, "x_impact": 613.7896766394018, "apogee_x": 508.4932659449596, "initial_stability_margin": 2.2867370490345524, "apogee_y": 409.0814387076921, "out_of_rail_stability_margin": 2.3590213378392666, "t_final": 246.12725416616024, "impact_velocity": -5.8094504111911505, "apogee": 4188.203125949258, "apogee_time": 24.342193595269404} +{"out_of_rail_velocity": 20.903474364003785, "out_of_rail_time": 0.35915427527566685, "lateral_surface_wind": 0.0, "y_impact": 391.38062414766586, "frontal_surface_wind": 0.0, "max_mach_number": 0.6891338504291975, "x_impact": 499.2516739604686, "apogee_x": 414.66070510749626, "initial_stability_margin": 2.284529180811325, "apogee_y": 325.06506009305036, "out_of_rail_stability_margin": 2.3622245864302585, "t_final": 241.67429917496403, "impact_velocity": -5.661981084873155, "apogee": 3805.586250379124, "apogee_time": 23.107333042878892} diff --git a/tests/fixtures/monte_carlo/monte_carlo_fixtures.py b/tests/fixtures/monte_carlo/monte_carlo_fixtures.py new file mode 100644 index 000000000..8eeda2aec --- /dev/null +++ b/tests/fixtures/monte_carlo/monte_carlo_fixtures.py @@ -0,0 +1,51 @@ +"""Defines the fixtures for the Monte Carlo tests. The fixtures should be +instances of the MonteCarlo class, ideally.""" + +import pytest + +from rocketpy.simulation import MonteCarlo + + +@pytest.fixture +def monte_carlo_calisto(stochastic_environment, stochastic_calisto, stochastic_flight): + """Creates a MonteCarlo object with the stochastic environment, stochastic + calisto and stochastic flight. + + Parameters + ---------- + stochastic_environment : StochasticEnvironment + The stochastic environment object, this is a pytest fixture. + stochastic_calisto : StochasticRocket + The stochastic rocket object, this is a pytest fixture. + stochastic_flight : StochasticFlight + The stochastic flight object, this is a pytest fixture. + + Returns + ------- + MonteCarlo + The MonteCarlo object with the stochastic environment, stochastic + calisto and stochastic flight. + """ + return MonteCarlo( + filename="monte_carlo_test", + environment=stochastic_environment, + rocket=stochastic_calisto, + flight=stochastic_flight, + ) + + +@pytest.fixture +def monte_carlo_calisto_pre_loaded( + stochastic_environment, stochastic_calisto, stochastic_flight +): + """Creates a MonteCarlo object with some already imported simulations.""" + monte_carlo = MonteCarlo( + filename="monte_carlo_test", + environment=stochastic_environment, + rocket=stochastic_calisto, + flight=stochastic_flight, + ) + monte_carlo.import_results( + filename="tests/fixtures/monte_carlo/example.outputs.txt" + ) + return monte_carlo diff --git a/tests/fixtures/monte_carlo/stochastic_fixtures.py b/tests/fixtures/monte_carlo/stochastic_fixtures.py new file mode 100644 index 000000000..bf576e5ed --- /dev/null +++ b/tests/fixtures/monte_carlo/stochastic_fixtures.py @@ -0,0 +1,236 @@ +"""This module contains fixtures for the stochastic module. The fixtures are +used to test the stochastic objects that will be used in the Monte Carlo +simulations. It is a team effort to keep it as documented as possible.""" + +import pytest + +from rocketpy.stochastic import ( + StochasticEnvironment, + StochasticFlight, + StochasticNoseCone, + StochasticParachute, + StochasticRailButtons, + StochasticRocket, + StochasticTail, + StochasticTrapezoidalFins, +) + + +@pytest.fixture +def stochastic_environment(example_spaceport_env): + """This fixture is used to create a stochastic environment object for the + Calisto flight. + + Parameters + ---------- + example_spaceport_env : Environment + This is another fixture. + + Returns + ------- + StochasticEnvironment + The stochastic environment object + """ + return StochasticEnvironment( + environment=example_spaceport_env, + elevation=(1400, 10, "normal"), + gravity=None, + latitude=None, + longitude=None, + ensemble_member=None, + wind_velocity_x_factor=(1.0, 0.033, "normal"), + wind_velocity_y_factor=(1.0, 0.033, "normal"), + ) + + +@pytest.fixture +def stochastic_nose_cone(calisto_nose_cone): + """This fixture is used to create a StochasticNoseCone object for the + Calisto rocket. + + Parameters + ---------- + calisto_nose_cone : NoseCone + This is another fixture. + + Returns + ------- + StochasticNoseCone + The stochastic nose cone object + """ + return StochasticNoseCone( + nosecone=calisto_nose_cone, + length=0.001, + ) + + +@pytest.fixture +def stochastic_trapezoidal_fins(calisto_trapezoidal_fins): + """This fixture is used to create a StochasticTrapezoidalFins object for the + Calisto rocket. + + Parameters + ---------- + calisto_trapezoidal_fins : TrapezoidalFins + This is another fixture. + + Returns + ------- + StochasticTrapezoidalFins + The stochastic trapezoidal fins object + """ + return StochasticTrapezoidalFins( + trapezoidal_fins=calisto_trapezoidal_fins, + root_chord=0.0005, + tip_chord=0.0005, + span=0.0005, + ) + + +@pytest.fixture +def stochastic_tail(calisto_tail): + """This fixture is used to create a StochasticTail object for the + Calisto rocket. + + Parameters + ---------- + calisto_tail : Tail + This is another fixture. + + Returns + ------- + StochasticTail + The stochastic tail object + """ + return StochasticTail( + tail=calisto_tail, + top_radius=0.001, + bottom_radius=0.001, + length=0.001, + ) + + +@pytest.fixture +def stochastic_rail_buttons(calisto_rail_buttons): + """This fixture is used to create a StochasticRailButtons object for the + Calisto rocket. + + Parameters + ---------- + calisto_rail_buttons : RailButtons + This is another fixture. + + Returns + ------- + StochasticRailButtons + The stochastic rail buttons object + """ + return StochasticRailButtons( + rail_buttons=calisto_rail_buttons, buttons_distance=0.001 + ) + + +@pytest.fixture +def stochastic_main_parachute(calisto_main_chute): + """This fixture is used to create a StochasticParachute object for the + Calisto rocket. + + Parameters + ---------- + calisto_main_chute : Parachute + This is another fixture. + + Returns + ------- + StochasticParachute + The stochastic parachute object + """ + return StochasticParachute( + parachute=calisto_main_chute, + cd_s=0.1, + lag=0.1, + ) + + +@pytest.fixture +def stochastic_drogue_parachute(calisto_drogue_chute): + """This fixture is used to create a StochasticParachute object for the + Calisto rocket. This time, the drogue parachute is created. + + Parameters + ---------- + calisto_drogue_chute : Parachute + This is another fixture. + + Returns + ------- + StochasticParachute + The stochastic parachute object + """ + return StochasticParachute( + parachute=calisto_drogue_chute, + cd_s=0.07, + lag=0.2, + ) + + +@pytest.fixture +def stochastic_calisto( + calisto_robust, + stochastic_nose_cone, + stochastic_trapezoidal_fins, + stochastic_tail, + stochastic_solid_motor, + stochastic_rail_buttons, + stochastic_main_parachute, + stochastic_drogue_parachute, +): + """This fixture creates a StochasticRocket object for the Calisto rocket. + The fixture will already have the stochastic nose cone, trapezoidal fins, + tail, solid motor, rail buttons, main parachute, and drogue parachute. + + Returns + ------- + StochasticRocket + The stochastic rocket object + """ + rocket = StochasticRocket( + rocket=calisto_robust, + radius=0.0127 / 2000, + mass=(15.426, 0.5, "normal"), + inertia_11=(6.321, 0), + inertia_22=0.01, + inertia_33=0.01, + center_of_mass_without_motor=0, + ) + rocket.add_motor(stochastic_solid_motor, position=0.001) + rocket.add_nose(stochastic_nose_cone, position=(1.134, 0.001)) + rocket.add_trapezoidal_fins(stochastic_trapezoidal_fins, position=(0.001, "normal")) + rocket.add_tail(stochastic_tail) + rocket.set_rail_buttons( + stochastic_rail_buttons, lower_button_position=(-0.618, 0.001, "normal") + ) + rocket.add_parachute(stochastic_main_parachute) + rocket.add_parachute(stochastic_drogue_parachute) + return rocket + + +@pytest.fixture +def stochastic_flight(flight_calisto_robust): + """This fixture creates a StochasticFlight object for the Calisto flight. + + Parameters + ---------- + flight_calisto_robust : Flight + This is another fixture. + + Returns + ------- + StochasticFlight + The stochastic flight object + """ + return StochasticFlight( + flight=flight_calisto_robust, + inclination=(84.7, 1), + heading=(53, 2), + ) diff --git a/tests/fixtures/monte_carlo/stochastic_motors_fixtures.py b/tests/fixtures/monte_carlo/stochastic_motors_fixtures.py new file mode 100644 index 000000000..9bc46de16 --- /dev/null +++ b/tests/fixtures/monte_carlo/stochastic_motors_fixtures.py @@ -0,0 +1,78 @@ +"""This module contains fixtures for the stochastic motors tests.""" + +import pytest + +from rocketpy.mathutils.function import Function +from rocketpy.stochastic import StochasticGenericMotor, StochasticSolidMotor + + +@pytest.fixture +def stochastic_solid_motor(cesaroni_m1670): + """A Stochastic Solid Motor fixture for the Cesaroni M1670 motor. + + Parameters + ---------- + cesaroni_m1670 : SolidMotor + This is another fixture. + + Returns + ------- + StochasticSolidMotor + The stochastic solid motor object. + """ + return StochasticSolidMotor( + solid_motor=cesaroni_m1670, + thrust_source=[ + "data/motors/Cesaroni_M1670.eng", + [[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]], + Function([[0, 6000], [1, 6000], [2, 6000], [3, 6000], [4, 6000]]), + ], + burn_out_time=(4, 0.1), + grains_center_of_mass_position=0.001, + grain_density=50, + grain_separation=1 / 1000, + grain_initial_height=1 / 1000, + grain_initial_inner_radius=0.375 / 1000, + grain_outer_radius=0.375 / 1000, + total_impulse=(6500, 1000), + throat_radius=0.5 / 1000, + nozzle_radius=0.5 / 1000, + nozzle_position=0.001, + ) + + +@pytest.fixture +def stochastic_generic_motor(generic_motor): + """A Stochastic Generic Motor fixture + + Parameters + ---------- + generic_motor : GenericMotor + This is another fixture. + + Returns + ------- + StochasticGenericMotor + The stochastic generic motor object. + """ + return StochasticGenericMotor( + generic_motor, + thrust_source=None, + total_impulse=None, + burn_start_time=None, + burn_out_time=None, + propellant_initial_mass=None, + dry_mass=None, + dry_inertia_11=None, + dry_inertia_22=None, + dry_inertia_33=None, + dry_inertia_12=None, + dry_inertia_13=None, + dry_inertia_23=None, + chamber_radius=None, + chamber_height=(0.5, 0.005), + chamber_position=None, + nozzle_radius=None, + nozzle_position=None, + center_of_dry_mass_position=None, + ) diff --git a/tests/fixtures/motor/generic_motor_fixtures.py b/tests/fixtures/motor/generic_motor_fixtures.py index 925716cb5..24a484bd1 100644 --- a/tests/fixtures/motor/generic_motor_fixtures.py +++ b/tests/fixtures/motor/generic_motor_fixtures.py @@ -28,3 +28,27 @@ def generic_motor(): ) return motor + + +@pytest.fixture +def generic_motor_cesaroni_M1520(): + """Defines a Cesaroni M1520 motor for the Prometheus rocket using the + GenericMotor class. + + Returns + ------- + GenericMotor + The Cesaroni M1520 motor for the Prometheus rocket. + """ + return GenericMotor( + # burn specs: https://www.thrustcurve.org/simfiles/5f4294d20002e900000006b1/ + thrust_source="data/motors/cesaroni/Cesaroni_7579M1520-P.eng", + burn_time=4.897, + propellant_initial_mass=3.737, + dry_mass=2.981, + # casing specs: Pro98 3G Gen2 casing + chamber_radius=0.064, + chamber_height=0.548, + chamber_position=0.274, + nozzle_radius=0.027, + ) diff --git a/tests/fixtures/rockets/rocket_fixtures.py b/tests/fixtures/rockets/rocket_fixtures.py index 3a1c82988..c89157b78 100644 --- a/tests/fixtures/rockets/rocket_fixtures.py +++ b/tests/fixtures/rockets/rocket_fixtures.py @@ -1,3 +1,4 @@ +import numpy as np import pytest from rocketpy import Rocket @@ -276,3 +277,81 @@ def dimensionless_calisto(kg, m, dimensionless_cesaroni_m1670): ) example_rocket.add_motor(dimensionless_cesaroni_m1670, position=(-1.373) * m) return example_rocket + + +@pytest.fixture +def prometheus_rocket(generic_motor_cesaroni_M1520): + """Create a simple object of the Rocket class to be used in the tests. This + is the Prometheus rocket, a rocket documented in the Flight Examples section + of the RocketPy documentation. + + Parameters + ---------- + generic_motor_cesaroni_M1520 : GenericMotor + An object of the GenericMotor class. This is a pytest fixture too. + """ + + def prometheus_cd_at_ma(mach): + """Gives the drag coefficient of the rocket at a given mach number.""" + if mach <= 0.15: + return 0.422 + elif mach <= 0.45: + return 0.422 + (mach - 0.15) * (0.38 - 0.422) / (0.45 - 0.15) + elif mach <= 0.77: + return 0.38 + (mach - 0.45) * (0.32 - 0.38) / (0.77 - 0.45) + elif mach <= 0.82: + return 0.32 + (mach - 0.77) * (0.3 - 0.32) / (0.82 - 0.77) + elif mach <= 0.88: + return 0.3 + (mach - 0.82) * (0.3 - 0.3) / (0.88 - 0.82) + elif mach <= 0.94: + return 0.3 + (mach - 0.88) * (0.32 - 0.3) / (0.94 - 0.88) + elif mach <= 0.99: + return 0.32 + (mach - 0.94) * (0.37 - 0.32) / (0.99 - 0.94) + elif mach <= 1.04: + return 0.37 + (mach - 0.99) * (0.44 - 0.37) / (1.04 - 0.99) + elif mach <= 1.24: + return 0.44 + (mach - 1.04) * (0.43 - 0.44) / (1.24 - 1.04) + elif mach <= 1.33: + return 0.43 + (mach - 1.24) * (0.42 - 0.43) / (1.33 - 1.24) + elif mach <= 1.49: + return 0.42 + (mach - 1.33) * (0.39 - 0.42) / (1.49 - 1.33) + else: + return 0.39 + + prometheus = Rocket( + radius=0.06985, # 5.5" diameter circle + mass=13.93, + inertia=( + 4.87, + 4.87, + 0.05, + ), + power_off_drag=prometheus_cd_at_ma, + power_on_drag=lambda x: prometheus_cd_at_ma(x) * 1.02, # 5% increase in drag + center_of_mass_without_motor=0.9549, + coordinate_system_orientation="tail_to_nose", + ) + + prometheus.set_rail_buttons(0.69, 0.21, 60) + + prometheus.add_motor(motor=generic_motor_cesaroni_M1520, position=0) + nose_cone = prometheus.add_nose(length=0.742, kind="Von Karman", position=2.229) + fin_set = prometheus.add_trapezoidal_fins( + n=3, + span=0.13, + root_chord=0.268, + tip_chord=0.136, + position=0.273, + sweep_length=0.066, + ) + drogue_chute = prometheus.add_parachute( + "Drogue", + cd_s=1.6 * np.pi * 0.3048**2, # Cd = 1.6, D_chute = 24 in + trigger="apogee", + ) + main_chute = prometheus.add_parachute( + "Main", + cd_s=2.2 * np.pi * 0.9144**2, # Cd = 2.2, D_chute = 72 in + trigger=457.2, # 1500 ft + ) + return prometheus diff --git a/tests/test_environment.py b/tests/test_environment.py index 7349d512b..0f23b2c11 100644 --- a/tests/test_environment.py +++ b/tests/test_environment.py @@ -166,6 +166,7 @@ def test_gefs_atmosphere(mock_show, example_spaceport_env): assert example_spaceport_env.all_info() == None +@pytest.mark.skip(reason="legacy tests") # deprecated method @patch("matplotlib.pyplot.show") def test_info_returns(mock_show, example_plain_env): """Tests the all_info_returned() all_plot_info_returned() and methods of the diff --git a/tests/test_flight.py b/tests/test_flight.py index d4ed1e114..2bf2b0701 100644 --- a/tests/test_flight.py +++ b/tests/test_flight.py @@ -295,6 +295,37 @@ def test_rolling_flight( assert test_flight.all_info() == None +@patch("matplotlib.pyplot.show") +def test_eccentricity_on_flight( + mock_show, + example_plain_env, + cesaroni_m1670, + calisto, + calisto_nose_cone, + calisto_trapezoidal_fins, + calisto_tail, +): + test_rocket = calisto + + test_rocket.set_rail_buttons(0.082, -0.618) + test_rocket.add_motor(cesaroni_m1670, position=-1.373) + calisto.aerodynamic_surfaces.add(calisto_trapezoidal_fins, position=-1.04956) + calisto.aerodynamic_surfaces.add(calisto_nose_cone, 1.160) + calisto.aerodynamic_surfaces.add(calisto_tail, -1.313) + calisto.add_cm_eccentricity(x=-0.01, y=-0.01) + + test_flight = Flight( + rocket=test_rocket, + environment=example_plain_env, + rail_length=5.2, + inclination=85, + heading=0, + terminate_on_apogee=True, + ) + + assert test_flight.all_info() == None + + @patch("matplotlib.pyplot.show") def test_air_brakes_flight(mock_show, flight_calisto_air_brakes): """Test the flight of a rocket with air brakes. This test only validates @@ -640,10 +671,10 @@ def test_rail_buttons_forces(flight_calisto_custom_wind): """ test = flight_calisto_custom_wind atol = 5e-3 - assert pytest.approx(3.80358, abs=atol) == test.max_rail_button1_normal_force - assert pytest.approx(1.63602, abs=atol) == test.max_rail_button1_shear_force - assert pytest.approx(1.19353, abs=atol) == test.max_rail_button2_normal_force - assert pytest.approx(0.51337, abs=atol) == test.max_rail_button2_shear_force + assert pytest.approx(3.833613, abs=atol) == test.max_rail_button1_normal_force + assert pytest.approx(1.648938, abs=atol) == test.max_rail_button1_shear_force + assert pytest.approx(1.165307, abs=atol) == test.max_rail_button2_normal_force + assert pytest.approx(0.501229, abs=atol) == test.max_rail_button2_shear_force @pytest.mark.parametrize( @@ -690,7 +721,7 @@ def test_accelerations(flight_calisto_custom_wind, flight_time, expected_values) [ ("t_initial", (0, 0, 0)), ("out_of_rail_time", (0, 2.248727, 25.703072)), - ("apogee_time", (-13.209436, 16.05115, -0.000257)), + ("apogee_time", (-13.204789, 15.990903, -0.000138)), ("t_final", (5, 2, -5.65998)), ], ) @@ -728,7 +759,7 @@ def test_velocities(flight_calisto_custom_wind, flight_time, expected_values): [ ("t_initial", (1.6542528, 0.65918, -0.067107)), ("out_of_rail_time", (5.05334, 2.01364, -1.7541)), - ("apogee_time", (2.35291, -1.8275, -0.87851)), + ("apogee_time", (2.366258, -1.830744, -0.875342)), ("t_final", (0, 0, 159.2212)), ], ) @@ -766,7 +797,7 @@ def test_aerodynamic_forces(flight_calisto_custom_wind, flight_time, expected_va "flight_time, expected_values", [ ("t_initial", (0.17179073815516033, -0.431117, 0)), - ("out_of_rail_time", (0.547026, -1.3727895, 0)), + ("out_of_rail_time", (0.543760, -1.364593, 0)), ("apogee_time", (-0.5874848151271623, -0.7563596, 0)), ("t_final", (0, 0, 0)), ], diff --git a/tests/test_function.py b/tests/test_function.py index 6f4122e47..9a5200c3d 100644 --- a/tests/test_function.py +++ b/tests/test_function.py @@ -101,8 +101,7 @@ def test_setters(func_from_csv, func_2d_from_csv): assert func_2d_from_csv.get_outputs() == ["Scalar3"] func_2d_from_csv.set_interpolation("shepard") assert func_2d_from_csv.get_interpolation_method() == "shepard" - func_2d_from_csv.set_extrapolation("zero") - # 2d functions do not support zero extrapolation, must change to natural + func_2d_from_csv.set_extrapolation("natural") assert func_2d_from_csv.get_extrapolation_method() == "natural" @@ -403,7 +402,7 @@ def test_shepard_interpolation(x, y, z_expected): assert np.isclose(z, z_expected, atol=1e-8).all() -@pytest.mark.parametrize("other", [1, 0.1, np.int_(1), np.float_(0.1), np.array([1])]) +@pytest.mark.parametrize("other", [1, 0.1, np.int_(1), np.float64(0.1), np.array([1])]) def test_sum_arithmetic_priority(other): """Test the arithmetic priority of the add operation of the Function class, specially comparing to the numpy array operations. @@ -419,7 +418,7 @@ def test_sum_arithmetic_priority(other): assert isinstance(other + func_array, Function) -@pytest.mark.parametrize("other", [1, 0.1, np.int_(1), np.float_(0.1), np.array([1])]) +@pytest.mark.parametrize("other", [1, 0.1, np.int_(1), np.float64(0.1), np.array([1])]) def test_sub_arithmetic_priority(other): """Test the arithmetic priority of the sub operation of the Function class, specially comparing to the numpy array operations. @@ -435,7 +434,7 @@ def test_sub_arithmetic_priority(other): assert isinstance(other - func_array, Function) -@pytest.mark.parametrize("other", [1, 0.1, np.int_(1), np.float_(0.1), np.array([1])]) +@pytest.mark.parametrize("other", [1, 0.1, np.int_(1), np.float64(0.1), np.array([1])]) def test_mul_arithmetic_priority(other): """Test the arithmetic priority of the mul operation of the Function class, specially comparing to the numpy array operations. @@ -451,7 +450,7 @@ def test_mul_arithmetic_priority(other): assert isinstance(other * func_array, Function) -@pytest.mark.parametrize("other", [1, 0.1, np.int_(1), np.float_(0.1), np.array([1])]) +@pytest.mark.parametrize("other", [1, 0.1, np.int_(1), np.float64(0.1), np.array([1])]) def test_truediv_arithmetic_priority(other): """Test the arithmetic priority of the truediv operation of the Function class, specially comparing to the numpy array operations. @@ -467,7 +466,7 @@ def test_truediv_arithmetic_priority(other): assert isinstance(other / func_array, Function) -@pytest.mark.parametrize("other", [1, 0.1, np.int_(1), np.float_(0.1), np.array([1])]) +@pytest.mark.parametrize("other", [1, 0.1, np.int_(1), np.float64(0.1), np.array([1])]) def test_pow_arithmetic_priority(other): """Test the arithmetic priority of the pow operation of the Function class, specially comparing to the numpy array operations. diff --git a/tests/test_monte_carlo.py b/tests/test_monte_carlo.py new file mode 100644 index 000000000..7846a54be --- /dev/null +++ b/tests/test_monte_carlo.py @@ -0,0 +1,171 @@ +import os +from unittest.mock import patch + +import matplotlib as plt +import numpy as np +import pytest + +plt.rcParams.update({"figure.max_open_warning": 0}) + + +def test_stochastic_environment_create_object_with_wind_x(stochastic_environment): + """Tests the stochastic environment object by checking if the wind velocity + can be generated properly. The goal is to check if the create_object() + method is being called without any problems. + + Parameters + ---------- + stochastic_environment : StochasticEnvironment + The stochastic environment object, this is a pytest fixture. + """ + wind_x_at_1000m = [] + for _ in range(10): + random_env = stochastic_environment.create_object() + wind_x_at_1000m.append(random_env.wind_velocity_x(1000)) + + assert np.isclose(np.mean(wind_x_at_1000m), 0, atol=0.1) + assert np.isclose(np.std(wind_x_at_1000m), 0, atol=0.1) + # TODO: add a new test for the special case of ensemble member + + +def test_stochastic_solid_motor_create_object_with_impulse(stochastic_solid_motor): + """Tests the stochastic solid motor object by checking if the total impulse + can be generated properly. The goal is to check if the create_object() + method is being called without any problems. + + Parameters + ---------- + stochastic_solid_motor : StochasticSolidMotor + The stochastic solid motor object, this is a pytest fixture. + """ + total_impulse = [] + for _ in range(20): + random_motor = stochastic_solid_motor.create_object() + total_impulse.append(random_motor.total_impulse) + + assert np.isclose(np.mean(total_impulse), 6500, rtol=0.3) + assert np.isclose(np.std(total_impulse), 1000, rtol=0.3) + + +def test_stochastic_calisto_create_object_with_static_margin(stochastic_calisto): + """Tests the stochastic calisto object by checking if the static margin + can be generated properly. The goal is to check if the create_object() + method is being called without any problems. + + Parameters + ---------- + stochastic_calisto : StochasticCalisto + The stochastic calisto object, this is a pytest fixture. + """ + + all_margins = [] + for _ in range(10): + random_rocket = stochastic_calisto.create_object() + all_margins.append(random_rocket.static_margin(0)) + + assert np.isclose(np.mean(all_margins), 2.2625350013000434, rtol=0.15) + assert np.isclose(np.std(all_margins), 0.1, atol=0.2) + + +@pytest.mark.slow +def test_monte_carlo_simulate(monte_carlo_calisto): + """Tests the simulate method of the MonteCarlo class. + + Parameters + ---------- + monte_carlo_calisto : MonteCarlo + The MonteCarlo object, this is a pytest fixture. + """ + # NOTE: this is really slow, it runs 10 flight simulations + monte_carlo_calisto.simulate(number_of_simulations=10, append=False) + + assert monte_carlo_calisto.num_of_loaded_sims == 10 + assert monte_carlo_calisto.number_of_simulations == 10 + assert monte_carlo_calisto.filename == "monte_carlo_test" + assert monte_carlo_calisto.error_file == "monte_carlo_test.errors.txt" + assert monte_carlo_calisto.output_file == "monte_carlo_test.outputs.txt" + assert np.isclose( + monte_carlo_calisto.processed_results["apogee"][0], 4711, rtol=0.15 + ) + assert np.isclose( + monte_carlo_calisto.processed_results["impact_velocity"][0], + -5.234, + rtol=0.15, + ) + os.remove("monte_carlo_test.errors.txt") + os.remove("monte_carlo_test.outputs.txt") + os.remove("monte_carlo_test.inputs.txt") + + +def test_monte_carlo_set_inputs_log(monte_carlo_calisto): + """Tests the set_inputs_log method of the MonteCarlo class. + + Parameters + ---------- + monte_carlo_calisto : MonteCarlo + The MonteCarlo object, this is a pytest fixture. + """ + monte_carlo_calisto.input_file = "tests/fixtures/monte_carlo/example.inputs.txt" + monte_carlo_calisto.set_inputs_log() + assert len(monte_carlo_calisto.inputs_log) == 100 + assert all(isinstance(item, dict) for item in monte_carlo_calisto.inputs_log) + assert all( + "gravity" in item and "elevation" in item + for item in monte_carlo_calisto.inputs_log + ) + + +def test_monte_carlo_set_outputs_log(monte_carlo_calisto): + """Tests the set_outputs_log method of the MonteCarlo class. + + Parameters + ---------- + monte_carlo_calisto : MonteCarlo + The MonteCarlo object, this is a pytest fixture. + """ + monte_carlo_calisto.output_file = "tests/fixtures/monte_carlo/example.outputs.txt" + monte_carlo_calisto.set_outputs_log() + assert len(monte_carlo_calisto.outputs_log) == 100 + assert all(isinstance(item, dict) for item in monte_carlo_calisto.outputs_log) + assert all( + "apogee" in item and "impact_velocity" in item + for item in monte_carlo_calisto.outputs_log + ) + + +# def test_monte_carlo_set_errors_log(monte_carlo_calisto): +# monte_carlo_calisto.error_file = "tests/fixtures/monte_carlo/example.errors.txt" +# monte_carlo_calisto.set_errors_log() +# assert + + +def test_monte_carlo_prints(monte_carlo_calisto): + """Tests the prints methods of the MonteCarlo class.""" + monte_carlo_calisto.info() + + +@patch("matplotlib.pyplot.show") +def test_monte_carlo_plots(mock_show, monte_carlo_calisto_pre_loaded): + """Tests the plots methods of the MonteCarlo class.""" + assert monte_carlo_calisto_pre_loaded.all_info() is None + + +def test_monte_carlo_export_ellipses_to_kml(monte_carlo_calisto_pre_loaded): + """Tests the export_ellipses_to_kml method of the MonteCarlo class. + + Parameters + ---------- + monte_carlo_calisto_pre_loaded : MonteCarlo + The MonteCarlo object, this is a pytest fixture. + """ + assert ( + monte_carlo_calisto_pre_loaded.export_ellipses_to_kml( + filename="monte_carlo_class_example.kml", + origin_lat=32.990254, + origin_lon=-106.974998, + type="impact", + ) + is None + ) + + os.remove("monte_carlo_class_example.kml") diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/tests/unit/stochastic/__init__.py b/tests/unit/stochastic/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/tests/unit/stochastic/test_stochastic_aero_surfaces.py b/tests/unit/stochastic/test_stochastic_aero_surfaces.py new file mode 100644 index 000000000..d63feb76c --- /dev/null +++ b/tests/unit/stochastic/test_stochastic_aero_surfaces.py @@ -0,0 +1,92 @@ +from rocketpy.rocket.aero_surface import NoseCone, RailButtons, Tail, TrapezoidalFins + +## NOSE CONE + + +def test_stochastic_nose_cone_create_object(stochastic_nose_cone): + """Test create object method of StochasticNoseCone class. + + This test checks if the create_object method of the StochasticNoseCone + class creates a StochasticNoseCone object from the randomly generated + input arguments. + + Parameters + ---------- + stochastic_nose_cone : StochasticNoseCone + StochasticNoseCone object to be tested. + + Returns + ------- + None + """ + obj = stochastic_nose_cone.create_object() + assert isinstance(obj, NoseCone) + + +## TRAPEZOIDAL FINS + + +def test_stochastic_trapezoidal_fins_create_object(stochastic_trapezoidal_fins): + """Test create object method of StochasticTrapezoidalFins class. + + This test checks if the create_object method of the StochasticTrapezoidalFins + class creates a StochasticTrapezoidalFins object from the randomly generated + input arguments. + + Parameters + ---------- + stochastic_trapezoidal_fins : StochasticTrapezoidalFins + StochasticTrapezoidalFins object to be tested. + + Returns + ------- + None + """ + obj = stochastic_trapezoidal_fins.create_object() + assert isinstance(obj, TrapezoidalFins) + + +## TAIL + + +def test_stochastic_tail_create_object(stochastic_tail): + """Test create object method of StochasticTail class. + + This test checks if the create_object method of the StochasticTail + class creates a StochasticTail object from the randomly generated + input arguments. + + Parameters + ---------- + stochastic_tail : StochasticTail + StochasticTail object to be tested. + + Returns + ------- + None + """ + obj = stochastic_tail.create_object() + assert isinstance(obj, Tail) + + +## RAIL BUTTONS + + +def test_stochastic_rail_buttons_create_object(stochastic_rail_buttons): + """Test create object method of StochasticRailButtons class. + + This test checks if the create_object method of the StochasticRailButtons + class creates a StochasticRailButtons object from the randomly generated + input arguments. + + Parameters + ---------- + stochastic_rail_buttons : StochasticRailButtons + StochasticRailButtons object to be tested. + + Returns + ------- + None + """ + obj = stochastic_rail_buttons.create_object() + assert isinstance(obj, RailButtons) diff --git a/tests/unit/stochastic/test_stochastic_environment.py b/tests/unit/stochastic/test_stochastic_environment.py new file mode 100644 index 000000000..ce115fe05 --- /dev/null +++ b/tests/unit/stochastic/test_stochastic_environment.py @@ -0,0 +1,43 @@ +from rocketpy.environment.environment import Environment + + +def test_str(stochastic_environment): + """Test __str__ method of StochasticEnvironment class. + + This test checks if the __str__ method of the StochasticEnvironment class + returns a string without raising any exceptions. + + Parameters + ---------- + stochastic_environment : StochasticEnvironment + StochasticEnvironment object to be tested. + + Returns + ------- + None + """ + assert isinstance(str(stochastic_environment), str) + + +# def test_validate_ensemble(stochastic_environment): +# print("Implement this later") + + +def test_create_object(stochastic_environment): + """Test create object method of StochasticEnvironment class. + + This test checks if the create_object method of the StochasticEnvironment + class creates a StochasticEnvironment object from the randomly generated + input arguments. + + Parameters + ---------- + stochastic_environment : StochasticEnvironment + StochasticEnvironment object to be tested. + + Returns + ------- + None + """ + obj = stochastic_environment.create_object() + assert isinstance(obj, Environment) diff --git a/tests/unit/stochastic/test_stochastic_flight.py b/tests/unit/stochastic/test_stochastic_flight.py new file mode 100644 index 000000000..aeb71b906 --- /dev/null +++ b/tests/unit/stochastic/test_stochastic_flight.py @@ -0,0 +1,6 @@ +from rocketpy.simulation.flight import Flight + + +def test_stochastic_flight_create_object(stochastic_flight): + obj = stochastic_flight.create_object() + assert isinstance(obj, Flight) diff --git a/tests/unit/stochastic/test_stochastic_motors.py b/tests/unit/stochastic/test_stochastic_motors.py new file mode 100644 index 000000000..214772743 --- /dev/null +++ b/tests/unit/stochastic/test_stochastic_motors.py @@ -0,0 +1,6 @@ +from rocketpy.motors import GenericMotor + + +def test_stochastic_generic_motor_create_object(stochastic_generic_motor): + obj = stochastic_generic_motor.create_object() + assert isinstance(obj, GenericMotor) diff --git a/tests/unit/stochastic/test_stochastic_parachute.py b/tests/unit/stochastic/test_stochastic_parachute.py new file mode 100644 index 000000000..09a1497f7 --- /dev/null +++ b/tests/unit/stochastic/test_stochastic_parachute.py @@ -0,0 +1,21 @@ +from rocketpy.rocket.parachute import Parachute + + +def test_stochastic_parachute_create_object(stochastic_main_parachute): + """Test create object method of StochasticParachute class. + + This test checks if the create_object method of the StochasticParachute + class creates a StochasticParachute object from the randomly generated + input arguments. + + Parameters + ---------- + stochastic_main_parachute : StochasticParachute + StochasticParachute object to be tested. + + Returns + ------- + None + """ + obj = stochastic_main_parachute.create_object() + assert isinstance(obj, Parachute) diff --git a/tests/unit/stochastic/test_stochastic_rocket.py b/tests/unit/stochastic/test_stochastic_rocket.py new file mode 100644 index 000000000..8306b6039 --- /dev/null +++ b/tests/unit/stochastic/test_stochastic_rocket.py @@ -0,0 +1,25 @@ +from rocketpy.rocket.rocket import Rocket + + +def test_str(stochastic_calisto): + assert isinstance(str(stochastic_calisto), str) + + +def test_create_object(stochastic_calisto): + """Test create object method of StochasticRocket class. + + This test checks if the create_object method of the StochasticCalisto + class creates a StochasticCalisto object from the randomly generated + input arguments. + + Parameters + ---------- + stochastic_calisto : StochasticCalisto + StochasticCalisto object to be tested. + + Returns + ------- + None + """ + obj = stochastic_calisto.create_object() + assert isinstance(obj, Rocket) diff --git a/tests/unit/test_function.py b/tests/unit/test_function.py index 17da59498..a437f1542 100644 --- a/tests/unit/test_function.py +++ b/tests/unit/test_function.py @@ -79,12 +79,43 @@ def test_differentiate(func_input, derivative_input, expected_derivative): assert np.isclose(func.differentiate(derivative_input), expected_derivative) +@pytest.mark.parametrize( + "func_input, derivative_input, expected_first_derivative", + [ + (1, 0, 0), # Test case 1: Function(1) + (lambda x: x, 0, 1), # Test case 2: Function(lambda x: x) + (lambda x: x**2, 1, 2), # Test case 3: Function(lambda x: x**2) + (lambda x: -(x**3), 2, -12), # Test case 4: Function(lambda x: -x**3) + ], +) +def test_differentiate_complex_step( + func_input, derivative_input, expected_first_derivative +): + """Test the differentiate_complex_step method of the Function class. + + Parameters + ---------- + func_input : function + A function object created from a list of values. + derivative_input : int + Point at which to differentiate. + expected_derivative : float + Expected value of the derivative. + """ + func = Function(func_input) + assert isinstance(func.differentiate_complex_step(x=derivative_input), float) + assert np.isclose( + func.differentiate_complex_step(x=derivative_input, order=1), + expected_first_derivative, + ) + + def test_get_value(): """Tests the get_value method of the Function class. Both with respect to return instances and expected behaviour. """ func = Function(lambda x: 2 * x) - assert isinstance(func.get_value(1), int or float) + assert isinstance(func.get_value(1), (int, float)) def test_identity_function(): @@ -212,7 +243,9 @@ def test_savetxt(request, func): ), "Couldn't save the file using the Function.savetxt method." read_func = Function( - "test_func.csv", interpolation="linear", extrapolation="natural" + "test_func.csv", + interpolation="linear" if func.get_domain_dim() == 1 else "shepard", + extrapolation="natural", ) if callable(func.source): source = np.column_stack( diff --git a/tests/unit/test_rocket.py b/tests/unit/test_rocket.py index 7d942ee60..fdaecf60f 100644 --- a/tests/unit/test_rocket.py +++ b/tests/unit/test_rocket.py @@ -413,3 +413,102 @@ def test_evaluate_center_of_mass(calisto): A predefined instance of the calisto Rocket with a motor, used as a base for testing. """ assert isinstance(calisto.evaluate_center_of_mass(), Function) + + +def test_evaluate_nozzle_to_cdm(calisto): + expected_distance = 1.255 + atol = 1e-3 # Equivalent to 1mm + assert pytest.approx(expected_distance, atol) == calisto.nozzle_to_cdm + # Test if calling the function returns the same result + res = calisto.evaluate_nozzle_to_cdm() + assert pytest.approx(expected_distance, atol) == res + + +def test_evaluate_nozzle_gyration_tensor(calisto): + expected_gyration_tensor = np.array( + [[0.3940207, 0, 0], [0, 0.3940207, 0], [0, 0, 0.0005445]] + ) + atol = 1e-3 * 1e-2 * 1e-2 # Equivalent to 1g * 1cm^2 + assert np.allclose( + expected_gyration_tensor, np.array(calisto.nozzle_gyration_tensor), atol=atol + ) + # Test if calling the function returns the same result + res = calisto.evaluate_nozzle_gyration_tensor() + assert np.allclose(expected_gyration_tensor, np.array(res), atol=atol) + + +def test_evaluate_com_to_cdm_function(calisto): + atol = 1e-3 # Equivalent to 1mm + assert np.allclose( + (calisto.center_of_dry_mass_position - calisto.center_of_mass).source, + calisto.com_to_cdm_function.source, + atol=atol, + ) + + +def test_get_inertia_tensor_at_time(calisto): + # Expected values (for t = 0) + # TODO: compute these values by hand or using CAD. + Ixx = 10.31379 + Iyy = 10.31379 + Izz = 0.039942 + + # Set tolerance threshold + atol = 1e-5 + + # Get inertia tensor at t = 0 + inertia_tensor = calisto.get_inertia_tensor_at_time(0) + + # Check if the values are close to the expected ones + assert pytest.approx(Ixx, atol) == inertia_tensor.x[0] + assert pytest.approx(Iyy, atol) == inertia_tensor.y[1] + assert pytest.approx(Izz, atol) == inertia_tensor.z[2] + # Check if products of inertia are zero + assert pytest.approx(0, atol) == inertia_tensor.x[1] + assert pytest.approx(0, atol) == inertia_tensor.x[2] + assert pytest.approx(0, atol) == inertia_tensor.y[0] + assert pytest.approx(0, atol) == inertia_tensor.y[2] + assert pytest.approx(0, atol) == inertia_tensor.z[0] + assert pytest.approx(0, atol) == inertia_tensor.z[1] + + +def test_get_inertia_tensor_derivative_at_time(calisto): + # Expected values (for t = 2s) + # TODO: compute these values by hand or using CAD. + Ixx_dot = -0.634805230901143 + Iyy_dot = -0.634805230901143 + Izz_dot = -0.000671493662305 + + # Set tolerance threshold + atol = 1e-3 + + # Get inertia tensor at t = 2s + inertia_tensor = calisto.get_inertia_tensor_derivative_at_time(2) + + # Check if the values are close to the expected ones + assert pytest.approx(Ixx_dot, atol) == inertia_tensor.x[0] + assert pytest.approx(Iyy_dot, atol) == inertia_tensor.y[1] + assert pytest.approx(Izz_dot, atol) == inertia_tensor.z[2] + # Check if products of inertia are zero + assert pytest.approx(0, atol) == inertia_tensor.x[1] + assert pytest.approx(0, atol) == inertia_tensor.x[2] + assert pytest.approx(0, atol) == inertia_tensor.y[0] + assert pytest.approx(0, atol) == inertia_tensor.y[2] + assert pytest.approx(0, atol) == inertia_tensor.z[0] + assert pytest.approx(0, atol) == inertia_tensor.z[1] + + +def test_add_thrust_eccentricity(calisto): + """Test add_thrust_eccentricity method of the Rocket class.""" + calisto.add_thrust_eccentricity(0.1, 0.1) + assert calisto.thrust_eccentricity_x == 0.1 + assert calisto.thrust_eccentricity_y == 0.1 + + +def test_add_cm_eccentricity(calisto): + """Test add_cm_eccentricity method of the Rocket class.""" + calisto.add_cm_eccentricity(-0.1, -0.1) + assert calisto.cp_eccentricity_x == 0.1 + assert calisto.cp_eccentricity_y == 0.1 + assert calisto.thrust_eccentricity_x == 0.1 + assert calisto.thrust_eccentricity_y == 0.1 diff --git a/tests/unit/test_stochastic_model.py b/tests/unit/test_stochastic_model.py new file mode 100644 index 000000000..77c94fb40 --- /dev/null +++ b/tests/unit/test_stochastic_model.py @@ -0,0 +1,20 @@ +import pytest + + +@pytest.mark.parametrize( + "fixture_name", + [ + "stochastic_rail_buttons", + "stochastic_main_parachute", + "stochastic_environment", + "stochastic_tail", + "stochastic_calisto", + ], +) +def test_visualize_attributes(request, fixture_name): + """Tests the visualize_attributes method of the StochasticModel class. This + test verifies if the method returns None, which means that the method is + running without breaking. + """ + fixture = request.getfixturevalue(fixture_name) + assert fixture.visualize_attributes() is None diff --git a/tests/unit/test_utilities.py b/tests/unit/test_utilities.py index 33942b445..43df536dd 100644 --- a/tests/unit/test_utilities.py +++ b/tests/unit/test_utilities.py @@ -48,7 +48,7 @@ def test_create_dispersion_dictionary(): """Test if the function returns a dictionary with the correct keys. It reads the keys from the dictionary generated by the utilities function and compares them to the expected. - Be careful if you change the "fixtures/dispersion/Valetudo_inputs.csv" file. + Be careful if you change the "fixtures/monte_carlo/Valetudo_inputs.csv" file. Parameters ---------- @@ -60,11 +60,11 @@ def test_create_dispersion_dictionary(): """ returned_dict = utilities.create_dispersion_dictionary( - "tests/fixtures/dispersion/Valetudo_inputs.csv" + "tests/fixtures/monte_carlo/Valetudo_inputs.csv" ) test_array = np.genfromtxt( - "tests/fixtures/dispersion/Valetudo_inputs.csv", + "tests/fixtures/monte_carlo/Valetudo_inputs.csv", usecols=(1, 2, 3), skip_header=1, delimiter=";",